From: Southbridge <7013162+southbridge-fur@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:35:03 +0000 (-0500) Subject: Pride Scarves (#34448) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8295bfbf8dd8e5deabe4cfe1ae4dc0072642fd24;p=space-station-14.git Pride Scarves (#34448) * More scarfs (#216) * Sprites + Colored Scarf Implimentation Doesn't include into quickthreads or other clothing vendors * File Paths are important * Metas, items exist, winterdrobe I'm iffy on them being in the winterdrobe but the other option is quickthreads so idk * File Path Fix * Typo fix * Resolved merge conflict * Moved scarves around * Moved scarf textures out of the _CD directory * Removed final CD folder * Removed extra scarfs * Removed extra scarfs, again * Replaced ClothingNeckBase with ClothingScarfBase --------- Co-authored-by: PursuitInAshes <91865152+PursuitInAshes@users.noreply.github.com> Co-authored-by: TakoDragon <69509841+BackeTako@users.noreply.github.com> --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml index d4ffe6be33..5b99555c3b 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml @@ -17,15 +17,16 @@ PlushieSharkBlue: 2 PlushieSharkPink: 2 PlushieSharkGrey: 2 - ClothingNeckCloakAce: 2 - ClothingNeckCloakAro: 2 - ClothingNeckCloakBi: 2 - ClothingNeckCloakEnby: 2 - ClothingNeckCloakGay: 2 - ClothingNeckCloakIntersex: 2 - ClothingNeckCloakLesbian: 2 - ClothingNeckCloakPan: 2 - ClothingNeckCloakTrans: 2 + ClothingNeckScarfStripedAce: 2 + ClothingNeckScarfStripedAro: 2 + ClothingNeckScarfStripedBiSexual: 2 + ClothingNeckScarfStripedGay: 2 + ClothingNeckScarfStripedInter: 2 + ClothingNeckScarfStripedLesbian: 2 + ClothingNeckScarfStripedPan: 2 + ClothingNeckScarfStripedNonBinary: 2 + ClothingNeckScarfStripedRainbow: 2 + ClothingNeckScarfStripedTrans: 2 ClothingHeadHatXmasCrown: 2 BedsheetRainbow: 2 ClothingNeckHeadphones: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml b/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml index abb3df78e7..82ebfa2b94 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/scarfs.yml @@ -129,3 +129,114 @@ sprite: Clothing/Neck/Scarfs/zebra.rsi - type: Clothing sprite: Clothing/Neck/Scarfs/zebra.rsi + +# Pride Scarves +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedAce + name: striped asexual scarf + description: A stylish striped asexual scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/ace.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/ace.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedAro + name: striped aromantic scarf + description: A stylish striped aromantic scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/aro.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/aro.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedBiSexual + name: striped bisexual scarf + description: A stylish striped bisexual scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/bi.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/bi.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedGay + name: striped gay scarf + description: A stylish striped gay scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/gay.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/gay.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedInter + name: striped intersex scarf + description: A stylish striped intersex scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/inter.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/inter.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedLesbian + name: striped lesbian scarf + description: A stylish striped lesbian scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedPan + name: striped pan scarf + description: A stylish striped pan scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/pan.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/pan.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedNonBinary + name: striped non-binary scarf + description: A stylish striped non-binary scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/non.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/non.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedRainbow + name: rainbow scarf + description: A stylish rainbow scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi + +- type: entity + parent: ClothingScarfBase + id: ClothingNeckScarfStripedTrans + name: striped trans scarf + description: A stylish striped trans scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks. + components: + - type: Sprite + sprite: Clothing/Neck/Scarfs/PrideScarfs/trans.rsi + - type: Clothing + sprite: Clothing/Neck/Scarfs/PrideScarfs/trans.rsi diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/equipped-NECK.png new file mode 100644 index 0000000000..5a6cf559b7 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/icon.png new file mode 100644 index 0000000000..38ca88243f Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/inhand-left.png new file mode 100644 index 0000000000..70b5ebe858 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/inhand-right.png new file mode 100644 index 0000000000..ec450f26e6 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/ace.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/equipped-NECK.png new file mode 100644 index 0000000000..c575f6e2d1 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/icon.png new file mode 100644 index 0000000000..832d1080f7 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/inhand-left.png new file mode 100644 index 0000000000..1002bca35f Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/inhand-right.png new file mode 100644 index 0000000000..e7e34681b7 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/aro.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/equipped-NECK.png new file mode 100644 index 0000000000..04be390651 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/icon.png new file mode 100644 index 0000000000..7bde233c84 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/inhand-left.png new file mode 100644 index 0000000000..9d36d37d39 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/inhand-right.png new file mode 100644 index 0000000000..560e32ea4b Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/bi.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/equipped-NECK.png new file mode 100644 index 0000000000..83f81988da Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/icon.png new file mode 100644 index 0000000000..71a2bf0d3e Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/inhand-left.png new file mode 100644 index 0000000000..c69df6d95c Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/inhand-right.png new file mode 100644 index 0000000000..a3e6ba1f6d Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/meta.json new file mode 100644 index 0000000000..41651e2501 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/gay.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by BackeTako (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/equipped-NECK.png new file mode 100644 index 0000000000..a996e93b2c Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/icon.png new file mode 100644 index 0000000000..ee40d83e54 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/inhand-left.png new file mode 100644 index 0000000000..43a90e8993 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/inhand-right.png new file mode 100644 index 0000000000..d256a771f5 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/inter.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/equipped-NECK.png new file mode 100644 index 0000000000..6f7937e2c3 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/icon.png new file mode 100644 index 0000000000..c03f5384c6 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/inhand-left.png new file mode 100644 index 0000000000..bb04c9973c Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/inhand-right.png new file mode 100644 index 0000000000..345d43c8b6 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/lesbian.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/equipped-NECK.png new file mode 100644 index 0000000000..e7be060868 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/icon.png new file mode 100644 index 0000000000..79a3e07892 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/inhand-left.png new file mode 100644 index 0000000000..cc856f1bee Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/inhand-right.png new file mode 100644 index 0000000000..8ccd72e1bb Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/non.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/equipped-NECK.png new file mode 100644 index 0000000000..dd22f8b800 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/icon.png new file mode 100644 index 0000000000..4efa017c8d Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/inhand-left.png new file mode 100644 index 0000000000..b3762bbc3b Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/inhand-right.png new file mode 100644 index 0000000000..b7b08f9f86 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/pan.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/equipped-NECK.png new file mode 100644 index 0000000000..fa14b58bc9 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/icon.png new file mode 100644 index 0000000000..bffef995c9 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/inhand-left.png new file mode 100644 index 0000000000..27aabe00ec Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/inhand-right.png new file mode 100644 index 0000000000..98285bd52a Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/rainbow.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/equipped-NECK.png new file mode 100644 index 0000000000..149e2826b3 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/icon.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/icon.png new file mode 100644 index 0000000000..339e0fff20 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/inhand-left.png new file mode 100644 index 0000000000..4dfe376e7a Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/inhand-right.png new file mode 100644 index 0000000000..1779017d45 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/meta.json b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/meta.json new file mode 100644 index 0000000000..71cdeb174d --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Scarfs/PrideScarfs/trans.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14, recolored by MrGreen06 (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}