diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml index 4fe2085f023..341bb84a15d 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/bardrobe.yml @@ -22,5 +22,6 @@ ClothingHandsMusicianWarmers: 2 ClothingUnderSocksMusician: 2 ClothingUniformMusicianThong: 2 + ClothingUniformJulianneVA11HALLA: 1 # Hardlight contrabandInventory: ToyFigurineBartender: 1 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 4daf10e428d..ed2f3a71730 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -123,4 +123,6 @@ ToyFigurineGreytider: 1 # ClothingBackpackSatchelSmugglerUnanchored: 1 # Frontier ClothingHeadHatSolidHeadband: 2 + ClothingUniformJumpsuitFormalBlueShield: 1 # Hardlight + ClothingUniformDama0965: 1 # Hardlight # DO NOT ADD MORE, USE UNIFORM DYING diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 488cc496fc1..b6317422d69 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -31,6 +31,7 @@ ClothingHeadHatSurgcapBlue: 4 ClothingHeadHatSurgcapPurple: 4 ClothingNeckCollarMed: 2 # Floofstation - Collar addition + ClothingUniformJumpsuitCoroner: 2 # Hardlight # Paramed: ClothingUniformJumpsuitParamedic: 4 ClothingUniformJumpskirtParamedic: 4 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml index b7931d2c9d1..914f72b982c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml @@ -59,5 +59,24 @@ ClothingHandsStripedWhiteWarmers: 2 ClothingUnderSocksStripedWhite: 2 ClothingUniformStripedWhiteThong: 2 + ClothingUnderSocksPrideAce: 3 + ClothingUnderSocksPrideAro: 3 + ClothingUnderSocksPrideBi: 3 + ClothingUnderSocksPrideGay: 3 + ClothingUnderSocksPrideInter: 3 + ClothingUnderSocksPrideLesbian: 3 + ClothingUnderSocksPrideNon: 3 + ClothingUnderSocksPridePan: 3 + ClothingUnderSocksPrideTrans: 3 + ClothingHandsStripePurpleWarmers: 3 + ClothingHandsPrideAce: 3 + ClothingHandsPrideAro: 3 + ClothingHandsPrideBi: 3 + ClothingHandsPrideGay: 3 + ClothingHandsPrideInter: 3 + ClothingHandsPrideLesbian: 3 + ClothingHandsPrideNon: 3 + ClothingHandsPridePan: 3 + ClothingHandsPrideTrans: 3 contrabandInventory: ClothingNeckScarfStripedLesbianLong: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 4e02e0130ca..f85d5324a6c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -477,6 +477,7 @@ CoolCoyoteClothesWhitesun: 9000 CoolCoyoteClothesYellowwshort: 9000 CoolCoyoteClothesGearHarness: 9000 + ClothingUniformJumpskirtPencilTan: 9000 contrabandInventory: ClothingHeadHatRichard: 1 ToyFigurineBoxer: 1 @@ -486,6 +487,8 @@ ClothingShoesResonant: 1 # Goobstation ClothingNeckCloakResonant: 1 # Goobstation ClothingUniformJumpsuitResonant: 1 # Goobstation + ClothingUniformJumpsuitAerostatic: 1 # Hardlight + ClothingUniformJumpsuitSuperstarCop: 1 # Hardlight emaggedInventory: ClothingShoesBling: 1 ClothingShoesBootsCowboyFancy: 1 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml new file mode 100644 index 00000000000..e7390d427be --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatCybersunWindbreaker + name: CyberSun windbreaker + description: A foreboding windbreaker, sporting the official heraldry of CyberSun's R&D division. It's made of sturdy ballistic fiber. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.90 + Slash: 0.90 + Piercing: 0.90 + Heat: 0.70 diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml new file mode 100644 index 00000000000..a206229ebc8 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml @@ -0,0 +1,17 @@ +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterCCWarden + name: Colonial Command's armored winter coat + description: A tough, utilitarian coat designed for the wardens of Colonial Command. Reinforced kevlar plating and high quality fur allow the user to look stylish while staying protected. + components: + - type: Sprite + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi + - type: Clothing + sprite: DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.7 + Slash: 0.7 + Piercing: 0.4 #Stronger than the warden's armored jacket, because shenanigans and CC spends alot of money. + Heat: 0.75 \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml new file mode 100644 index 00000000000..9723205d11e --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpskirts.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpskirtCentcomDirector + name: CC Director's jumpskirt + description: A sharp and professional jumpskirt worn by a high-ranking member of Colonial Command. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml new file mode 100644 index 00000000000..03f6b8c48c2 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -0,0 +1,11 @@ + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCentcomDirector + name: CC Director's jumpsuit + description: A sharp and professional jumpsuit worn by a high-ranking member of Colonial Command. + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml new file mode 100644 index 00000000000..7e264bd5527 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/Uniforms/scrubs.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingUniformBase + id: UniformScrubsColorCybersun + name: CyberSun scrubs + description: The official uniform of CyberSun's R&D division + components: + - type: Sprite + sprite: DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi + - type: Clothing + sprite: DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index ec2bf79370e..0f9c0450757 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -1214,3 +1214,21 @@ - state: winterbits-equipped-OUTERCLOTHING - type: ToggleableClothing clothingPrototype: ClothingHeadHatHoodWinterColorYellow + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterCsCorporateJacket + name: CyberSun Corporate Jacket + description: A cozy jacket with the Cybersun logo printed on the back. The R&D division's insignia is on the shoulder, and reinforced fibers bulk out the jacket. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.85 + Slash: 0.85 + Piercing: 0.80 + Heat: 0.95 \ No newline at end of file diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/mnkdrobe.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/mnkdrobe.yml new file mode 100644 index 00000000000..264231806a6 --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Vending/Inventories/mnkdrobe.yml @@ -0,0 +1,13 @@ +- type: vendingMachineInventory + id: MNKDrobeInventory + startingInventory: + ClothingUniformMNKOfficeSkirt: 3 + ClothingUniformMNKUnderGarment: 3 + ClothingUniformMNKDressBlack: 3 + ClothingUniformMNKGymBra: 3 + ClothingUniformMNKBlackOveralls: 3 + ClothingUniformMNKBlackShoulder: 3 + ClothingUniformMNKTracksuitBlack: 3 + ClothingOuterCoatMNKBlackJacket: 3 + ClothingOuterCoatMNKWhiteHoodie: 3 + ClothingOuterCoatMNKBlackTopCoat: 3 \ No newline at end of file diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hardsuit-helmets.yml index 0bed3281b65..3b627adc7c7 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hardsuit-helmets.yml @@ -1,48 +1,7 @@ -- type: entity - parent: ClothingHeadHelmetHardsuitRd - id: ClothingHeadHelmetHardsuitMystagogue - abstract: true - name: mystagogue's hardsuit helmet - description: Lightweight hardsuit helmet that has a galaxy-first psionic passthrough system. - components: - - type: Psionic - - type: TinfoilHat - passthrough: true - destroyOnFry: false - - type: ClothingGrantPsionicPower - power: MetapsionicPower - #- type: GuideHelp - #guides: - #- Psionics - -- type: entity - parent: ClothingHeadHelmetHardsuitSyndie - id: ClothingHeadHelmetHardsuitSyndieReverseEngineered - abstract: true - name: SA-123 combat hardsuit helmet - description: An advanced hardsuit helmet designed for work in special operations. - components: - - type: Sprite - sprite: Nyanotrasen/Clothing/Head/ReverseEngineering/syndicate.rsi - - type: Clothing - sprite: Nyanotrasen/Clothing/Head/ReverseEngineering/syndicate.rsi - -- type: entity - parent: ClothingHeadHelmetHardsuitCybersun - id: ClothingHeadHelmetHardsuitJuggernautReverseEngineered - abstract: true - name: SA-127 combat hardsuit helmet - description: An assault hardsuit helmet featuring a top-secret translucent polymer. - components: - - type: Sprite - sprite: Nyanotrasen/Clothing/Head/ReverseEngineering/juggernaut.rsi - - type: Clothing - sprite: Nyanotrasen/Clothing/Head/ReverseEngineering/juggernaut.rsi - - type: entity parent: ClothingHeadHelmetHardsuitERTLeader id: ClothingHeadHelmetHardsuitERTCentcomm - name: CentCom hardsuit helmet + name: ColComm hardsuit helmet components: - type: Sprite sprite: Nyanotrasen/Clothing/Head/Hardsuits/ERThelmets/ertcentcomm.rsi diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/hardsuits.yml new file mode 100644 index 00000000000..23df9b0c5e3 --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/hardsuits.yml @@ -0,0 +1,11 @@ +- type: entity + parent: ClothingOuterHardsuitERTLeader + id: ClothingOuterHardsuitERTCentcomm + name: ColComm hardsuit + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/OuterClothing/Hardsuits/ERTSuits/ertcentcomm.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/OuterClothing/Hardsuits/ERTSuits/ertcentcomm.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitERTCentcomm diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/misc.yml new file mode 100644 index 00000000000..3a58b6dd017 --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/misc.yml @@ -0,0 +1,30 @@ +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatMNKWhiteHoodie + name: MNK white hoodie + description: A classic MNK produced white hoodie. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/hoodie_white.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/hoodie_white.rsi +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatMNKBlackTopCoat + name: MNK black top coat + description: A sturdy MNK black top coat. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/black_top_coat.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/black_top_coat.rsi +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatMNKBlackJacket + name: MNK black jacket + description: A light MNK black jacket. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/black_jacket.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/black_jacket.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Uniforms/costumes.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Uniforms/costumes.yml index 5fb34568c34..12003e1adc7 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Uniforms/costumes.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Uniforms/costumes.yml @@ -166,3 +166,83 @@ sprite: Nyanotrasen/Clothing/Uniforms/Costume/arc.rsi - type: Clothing sprite: Nyanotrasen/Clothing/Uniforms/Costume/arc.rsi + +## mnk + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformMNKOfficeSkirt + name: MNK office skirt + description: An MNK outfit within office dress code. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/office_skirt.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/office_skirt.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformMNKUnderGarment + name: MNK under garment + description: MNK ensured comfort for the important bits. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/under_garments.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/under_garments.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformMNKGymBra + name: MNK gym bra + description: Maximum performance with MNK sweat blockers. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/gym_bra.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/gym_bra.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformMNKDressBlack + name: MNK black dress + description: A sleek black dress sporting a MNK window. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/black_dress.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/black_dress.rsi + + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMNKBlackOveralls + name: MNK black overalls + description: A comfy undershirt and thick black MNK overalls. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/black_overall.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/black_overall.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformMNKBlackShoulder + name: MNK exposed shoulders + description: A MNK outfit with exposed shoulders. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/exposed_shoulder.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMNKTracksuitBlack + name: MNK black tracksuit + description: A set of light MNK athletic clothing. + components: + - type: Sprite + sprite: Nyanotrasen/Clothing/Misc/tracksuit.rsi + - type: Clothing + sprite: Nyanotrasen/Clothing/Misc/tracksuit.rsi diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml index 00dbd083b49..3b57aa4a59e 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Structures/Machines/vending_machines.yml @@ -69,3 +69,21 @@ color: "#4b93ad" - type: AccessReader # Frontier access: [["Mail"]] # Frontier + +- type: entity + parent: VendingMachine + id: VendingMachineMNKDrobe + name: MNK Drobe + description: Quality garments provided by MoNoKrome. + components: + - type: VendingMachine + pack: MNKDrobeInventory + offState: off + brokenState: broken + - type: Sprite + sprite: Nyanotrasen/Structures/Machines/VendingMachines/mnkdrobe.rsi + layers: + - state: off + map: ["enum.VendingMachineVisualLayers.Base"] + - state: panel + map: ["enum.WiresVisualLayers.MaintenancePanel"] \ No newline at end of file diff --git a/Resources/Prototypes/_DEN/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_DEN/Entities/Clothing/Uniforms/jumpsuits.yml new file mode 100644 index 00000000000..0477c144f61 --- /dev/null +++ b/Resources/Prototypes/_DEN/Entities/Clothing/Uniforms/jumpsuits.yml @@ -0,0 +1,32 @@ +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCatsuit + name: latex catsuit + description: A catsuit made of latex, usually worn under hardsuits or coats, quite the fashion statement. + components: + - type: Sprite + sprite: _DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi + - type: Clothing + sprite: _DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCatsuitShiny + name: latex catsuit + description: A catsuit made of latex, usually worn under hardsuits or coats, quite the fashion statement. This one's polished beforehand. + components: + - type: Sprite + sprite: _DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi + - type: Clothing + sprite: _DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCatsuitBlank + name: latex catsuit + description: A catsuit made of latex, usually worn under hardsuits or coats, quite the fashion statement. This one's polished beforehand. + components: + - type: Sprite + sprite: _DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi + - type: Clothing + sprite: _DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi diff --git a/Resources/Prototypes/_Floof/Entities/Clothing/Hands/miscgloves.yml b/Resources/Prototypes/_Floof/Entities/Clothing/Hands/miscgloves.yml new file mode 100644 index 00000000000..738f38f17e6 --- /dev/null +++ b/Resources/Prototypes/_Floof/Entities/Clothing/Hands/miscgloves.yml @@ -0,0 +1,179 @@ +- type: entity + parent: ClothingHandsBase + id: ClothingHandsStripePurpleWarmers + name: striped purple arm-warmers + description: A pair of rather nice arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-purple + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsStripeRainbowWarmers + name: striped rainbow arm-warmers + description: A pair of rather nice arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-purple + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideAce + name: asexual arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/ace.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/ace.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideAro + name: aromantic arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/aro.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/aro.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideBi + name: bisexual arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/bi.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/bi.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideGay + name: gay arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/gay.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/gay.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideInter + name: intersex arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/inter.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/inter.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideLesbian + name: lesbian arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/lesbian.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/lesbian.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideNon + name: non-binary arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/non.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/non.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPridePan + name: pansexual arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/pan.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/pan.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideRainbow + name: rainbow arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/rainbow.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/rainbow.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPrideTrans + name: trans arm-warmers + description: A pair of pride arm-warmers + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Gloves/Pride/trans.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Gloves/Pride/trans.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-dyed + - type: FingerprintMask diff --git a/Resources/Prototypes/_Floof/Entities/Clothing/Under/under.yml b/Resources/Prototypes/_Floof/Entities/Clothing/Under/under.yml new file mode 100644 index 00000000000..56653bb6670 --- /dev/null +++ b/Resources/Prototypes/_Floof/Entities/Clothing/Under/under.yml @@ -0,0 +1,109 @@ +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideRainbow + name: rainbow thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/rainbow.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/rainbow.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideAce + name: asexual thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/ace.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/ace.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideAro + name: aromantic thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/aro.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/aro.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideBi + name: bisexual thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/bi.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/bi.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideGay + name: gay thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/gay.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/gay.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideInter + name: intersex thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/inter.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/inter.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideLesbian + name: lesbian thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/lesbian.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/lesbian.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideNon + name: non-binary thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/non.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/non.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPridePan + name: pansexual thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/pan.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/pan.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPrideTrans + name: transgender thigh-high socks + description: Just a pride pair of thigh-high socks. + components: + - type: Sprite + sprite: _Floof/Clothing/Under/Socks/Pride/trans.rsi + - type: Clothing + sprite: _Floof/Clothing/Under/Socks/Pride/trans.rsi diff --git a/Resources/Prototypes/_HL/Catalog/VendingMachines/Inventories/passiondrobeinventory.yml b/Resources/Prototypes/_HL/Catalog/VendingMachines/Inventories/passiondrobeinventory.yml index 72013fc813e..e86c6fa0f20 100644 --- a/Resources/Prototypes/_HL/Catalog/VendingMachines/Inventories/passiondrobeinventory.yml +++ b/Resources/Prototypes/_HL/Catalog/VendingMachines/Inventories/passiondrobeinventory.yml @@ -32,6 +32,9 @@ BallGag: 3 LeashAdvanced: 2 ChemistryBottlePomelustine: 1 + ClothingUniformJumpsuitCatsuit: 1 + ClothingUniformJumpsuitCatsuitBlank: 1 + ClothingUniformJumpsuitCatsuitShiny: 1 contrabandInventory: DrinkCumBottleFull: 1 ChemistryBottlePhilterex: 1 diff --git a/Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/backpack_items.yml b/Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/backpack_items.yml index 8b24ad2f9ca..608a5aad47f 100644 --- a/Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/backpack_items.yml +++ b/Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/backpack_items.yml @@ -555,3 +555,10 @@ storage: back: - RubberStampEngineer + +- type: loadout + id: ContractorClothingHeadHatHairflower + price: 100 + storage: + back: + - ClothingHeadHatHairflower \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml b/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml index 04d71db8060..039c3684fbc 100644 --- a/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml +++ b/Resources/Prototypes/_NF/Loadouts/contractor_loadout_groups.yml @@ -1035,6 +1035,8 @@ - ContractorRubberStampTrader - ContractorRubberStampClown - ContractorRubberStampMime + # Misc + - ContractorClothingHeadHatHairflower - type: loadoutGroup id: ContractorHandItems diff --git a/Resources/Prototypes/_StarLight/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/_StarLight/Entities/Clothing/Neck/cloaks.yml new file mode 100644 index 00000000000..a4010d40965 --- /dev/null +++ b/Resources/Prototypes/_StarLight/Entities/Clothing/Neck/cloaks.yml @@ -0,0 +1,21 @@ +- type: entity + parent: [ClothingNeckBase, BaseCentcommContraband] + id: ClothingNeckCloakCCponcho + name: Colonial Command poncho + description: a stylish poncho for a CC offical that prefers field-work to pushing papers. + components: + - type: Sprite + sprite: _Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi + - type: Clothing + sprite: _Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingUniformDama0965 + name: black fur cloak + description: Neat cloak with fur around the neck and hem. + components: + - type: Sprite + sprite: _Starlight/Clothing/Neck/Cloaks/shuba.rsi + - type: Clothing + sprite: _Starlight/Clothing/Neck/Cloaks/shuba.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_StarLight/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_StarLight/Entities/Clothing/Uniforms/jumpskirts.yml new file mode 100644 index 00000000000..533283d5325 --- /dev/null +++ b/Resources/Prototypes/_StarLight/Entities/Clothing/Uniforms/jumpskirts.yml @@ -0,0 +1,43 @@ +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtPencilTan + name: beige "pencil" style skirt + description: The beige "pencil" style skirt exudes softness and elegance. The fitted blazer and straight skirt create a refined silhouette, making it suitable for various occasions, from business meetings to evening dinners. + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtPencilCentcomOfficial + name: ColComm "pencil" style skirt + description: A strict green "pencil" skirt exudes authority and poise. The fitted blazer and straight skirt form an elegant silhouette, suitable for various occasions, from business meetings to a captain's dismissal. + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtPencilSpecialOperationsOfficer + name: CC Special Operations "pencil" skirt + description: A formal black Special Operations officer's "pencil" skirt embodies authority and sophistication. The tailored blazer and straight skirt create a refined silhouette, suitable for various occasions, from strategic meetings to... well, less conventional operations. + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJulianneVA11HALLA + name: smoke-scented bartender uniform + description: Smoke clings to it, heavy and suffocating. Somehow, it makes you want to cry. Care for another round, sir? + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_StarLight/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_StarLight/Entities/Clothing/Uniforms/jumpsuits.yml new file mode 100644 index 00000000000..30a0e261c9b --- /dev/null +++ b/Resources/Prototypes/_StarLight/Entities/Clothing/Uniforms/jumpsuits.yml @@ -0,0 +1,54 @@ +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCoroner + name: coroner jumpsuit + description: Issued to qualified and trained professionals, this jumpsuit features the phrase "I don't just work with the dead, I dance with them on their final parade!" adding a unique touch of dark humor to the professional uniform. + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitSuperstarCop + name: superstar cop uniform + description: Flare cut trousers and a dirty shirt that might have been classy before someone took a piss in the armpits. It's the dress of a superstar. + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitAerostatic + name: aerostatic suit + description: A crisp and well-pressed suit; professional, comfortable and curiously authoritative. + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCentcomOfficerBlack + name: CC Special Operations uniform + description: Special Operations Officer uniform... If you have time to read this, it's too late... + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitFormalBlueShield + name: familiar blue accented suit + description: A textile jumpsuit, reinforced with thick leather in some areas. + components: + - type: Sprite + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi + - type: Clothing + sprite: _Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_StarLight/Entities/Objects/Fun/plushie_bases.yml b/Resources/Prototypes/_StarLight/Entities/Objects/Fun/plushie_bases.yml new file mode 100644 index 00000000000..34807313813 --- /dev/null +++ b/Resources/Prototypes/_StarLight/Entities/Objects/Fun/plushie_bases.yml @@ -0,0 +1,29 @@ +- type: entity + parent: BasePlushie + id: BasePlushieVocalizer + abstract: true + +- type: entity + parent: BasePlushieVocalizer + id: BaseAvaliPlushie + abstract: true + components: + - type: EmitSoundOnUse + sound: + path: /Audio/_Starlight/Voice/Avali/avali_2.ogg + - type: EmitSoundOnLand + sound: + path: /Audio/_Starlight/Voice/Avali/avali_2.ogg + - type: EmitSoundOnActivate + sound: + path: /Audio/_Starlight/Voice/Avali/avali_2.ogg + - type: EmitSoundOnCollide + sound: + path: /Audio/_Starlight/Effects/avali_scream.ogg + - type: EmitSoundOnTrigger + sound: + path: /Audio/_Starlight/Voice/Avali/avali_cry.ogg + - type: MeleeWeapon + wideAnimationRotation: 180 + soundHit: + path: /Audio/_Starlight/Voice/Avali/avali_cry.ogg diff --git a/Resources/Prototypes/_StarLight/Entities/Objects/Fun/plushies.yml b/Resources/Prototypes/_StarLight/Entities/Objects/Fun/plushies.yml new file mode 100644 index 00000000000..55f1dc223e6 --- /dev/null +++ b/Resources/Prototypes/_StarLight/Entities/Objects/Fun/plushies.yml @@ -0,0 +1,12 @@ +- type: entity + parent: BaseAvaliPlushie + id: PlushieNebula + name: Nebula plushie + description: A marketable plushie of the Hardlight sector's lovable ColComm Domestic Division official, you swear you can almost hear music playing. Toy "Deckard" revolver not included. + components: + - type: Item + size: Small + sprite: _Starlight/Objects/Fun/Plushies/nebula_plushie.rsi + - type: Sprite + sprite: _Starlight/Objects/Fun/Plushies/nebula_plushie.rsi + state: icon diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..fe470b00742 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/icon.png new file mode 100644 index 00000000000..f78a89945c3 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/meta.json new file mode 100644 index 00000000000..42d21c3d8ab --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "leonardo_dabepis on discord / @leonardo-dabepis on Tumblr, Edited by heartparkyheart on Discord", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..62389589f4b Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png new file mode 100644 index 00000000000..89c5545e759 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png new file mode 100644 index 00000000000..a41055802fb Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png new file mode 100644 index 00000000000..438fb185ced Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json new file mode 100644 index 00000000000..3663a5705d5 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/Coats/cybersunwindbreaker.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Original work by JustAnOrange.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..ce98c82ed0b Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/icon.png new file mode 100644 index 00000000000..ad05d6e19c5 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-left.png new file mode 100644 index 00000000000..098757a87c6 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-right.png new file mode 100644 index 00000000000..a6b85e4aa37 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/meta.json new file mode 100644 index 00000000000..fe9f9275f21 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/OuterClothing/WinterCoats/cc_warden_winter_coat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by bird_bird_bird (292738483506642965)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..b2c11fdd168 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/icon.png new file mode 100644 index 00000000000..834029f0bd2 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-left.png new file mode 100644 index 00000000000..4a5c4176b6e Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-right.png new file mode 100644 index 00000000000..5222d59a336 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/meta.json new file mode 100644 index 00000000000..839e5d52bc9 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/centcom_officer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..a9ffcb38ad8 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/icon.png new file mode 100644 index 00000000000..0b51b54c267 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-left.png new file mode 100644 index 00000000000..4a5c4176b6e Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-right.png new file mode 100644 index 00000000000..5222d59a336 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json new file mode 100644 index 00000000000..839e5d52bc9 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/centcom_officer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Original work by TJohnson.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..2732a68d28a Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png new file mode 100644 index 00000000000..43603580aeb Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png new file mode 100644 index 00000000000..e59ce2eeb98 Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-left.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png new file mode 100644 index 00000000000..3b74bd03ade Binary files /dev/null and b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/inhand-right.png differ diff --git a/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json new file mode 100644 index 00000000000..01f0cc38773 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Uniforms/Scrubs/cybersun.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @Leonardo DaBepis", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..25f25899e9c Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/icon.png new file mode 100644 index 00000000000..2f4afff24a2 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/inhand-left.png new file mode 100644 index 00000000000..aeb2c6f10d5 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/inhand-right.png new file mode 100644 index 00000000000..fdcd8e5a958 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/meta.json new file mode 100644 index 00000000000..0ff00360830 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Rosycup on Github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..fd2f0d40da7 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/icon.png new file mode 100644 index 00000000000..a0f2ea3013e Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/inhand-left.png new file mode 100644 index 00000000000..2d31fe5de23 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/inhand-right.png new file mode 100644 index 00000000000..342a0881b10 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/meta.json new file mode 100644 index 00000000000..0ff00360830 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitblank.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Rosycup on Github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..e2d9fb0db1f Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/icon.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/icon.png new file mode 100644 index 00000000000..b28dab712f9 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/icon.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/inhand-left.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/inhand-left.png new file mode 100644 index 00000000000..aeb2c6f10d5 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/inhand-right.png b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/inhand-right.png new file mode 100644 index 00000000000..fdcd8e5a958 Binary files /dev/null and b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/meta.json b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/meta.json new file mode 100644 index 00000000000..0ff00360830 --- /dev/null +++ b/Resources/Textures/_DEN/Clothing/Uniforms/Jumpsuit/latexcatsuitshiny.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Rosycup on Github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/equipped-HAND.png new file mode 100644 index 00000000000..bbaf9d6e685 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/icon.png new file mode 100644 index 00000000000..0bc4478c51e Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/inhand-left.png new file mode 100644 index 00000000000..70b5ebe8583 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/inhand-right.png new file mode 100644 index 00000000000..ec450f26e65 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/ace.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/equipped-HAND.png new file mode 100644 index 00000000000..05f282efcae Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/icon.png new file mode 100644 index 00000000000..cf427e0f48f Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/inhand-left.png new file mode 100644 index 00000000000..1002bca35f5 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/inhand-right.png new file mode 100644 index 00000000000..e7e34681b7b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/aro.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/equipped-HAND.png new file mode 100644 index 00000000000..644a40801b0 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/icon.png new file mode 100644 index 00000000000..6251d8c6c9c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/inhand-left.png new file mode 100644 index 00000000000..9d36d37d390 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/inhand-right.png new file mode 100644 index 00000000000..560e32ea4b7 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/bi.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/equipped-HAND.png new file mode 100644 index 00000000000..aa1c0963a81 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/icon.png new file mode 100644 index 00000000000..0772e6dd740 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/inhand-left.png new file mode 100644 index 00000000000..c69df6d95c2 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/inhand-right.png new file mode 100644 index 00000000000..a3e6ba1f6d8 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/gay.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/equipped-HAND.png new file mode 100644 index 00000000000..f982a80002c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/icon.png new file mode 100644 index 00000000000..b022a10df63 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/inhand-left.png new file mode 100644 index 00000000000..43a90e89938 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/inhand-right.png new file mode 100644 index 00000000000..d256a771f5b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/inter.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/equipped-HAND.png new file mode 100644 index 00000000000..f62940351d3 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/icon.png new file mode 100644 index 00000000000..6f6534913e0 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/inhand-left.png new file mode 100644 index 00000000000..bb04c9973ce Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/inhand-right.png new file mode 100644 index 00000000000..345d43c8b6a Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/lesbian.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/equipped-HAND.png new file mode 100644 index 00000000000..634cc6355f2 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/icon.png new file mode 100644 index 00000000000..500392ca4b7 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/inhand-left.png new file mode 100644 index 00000000000..cc856f1bee0 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/inhand-right.png new file mode 100644 index 00000000000..8ccd72e1bbc Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/non.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/equipped-HAND.png new file mode 100644 index 00000000000..7807bed2b9d Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/icon.png new file mode 100644 index 00000000000..a97d6f70f10 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/inhand-left.png new file mode 100644 index 00000000000..b3762bbc3b9 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/inhand-right.png new file mode 100644 index 00000000000..b7b08f9f860 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/pan.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/equipped-HAND.png new file mode 100644 index 00000000000..f35baa4eddf Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/icon.png new file mode 100644 index 00000000000..d0565c87484 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/inhand-left.png new file mode 100644 index 00000000000..27aabe00ec4 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/inhand-right.png new file mode 100644 index 00000000000..98285bd52a3 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/rainbow.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/equipped-HAND.png new file mode 100644 index 00000000000..497989ed4bc Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/icon.png new file mode 100644 index 00000000000..06a921e7d4c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/inhand-left.png new file mode 100644 index 00000000000..4dfe376e7ab Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/inhand-right.png new file mode 100644 index 00000000000..1779017d45e Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/trans.rsi/meta.json new file mode 100644 index 00000000000..80d4be79f15 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/equipped-HAND.png new file mode 100644 index 00000000000..213de63b2e8 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/icon.png new file mode 100644 index 00000000000..676e53d96a6 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/meta.json new file mode 100644 index 00000000000..8e9c42bf5ba --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldband.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dzordz - Discord 'Dzordz#8811'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/equipped-HAND.png new file mode 100644 index 00000000000..e5fd42e7325 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/icon.png new file mode 100644 index 00000000000..0165f837295 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/meta.json new file mode 100644 index 00000000000..8dbf5d951c8 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/golddiamondring.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dzordz - Discord 'Dzordz#8811', Modified by VividPups", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/equipped-HAND.png new file mode 100644 index 00000000000..b8d89e32384 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/icon.png new file mode 100644 index 00000000000..1d066fc6513 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/meta.json new file mode 100644 index 00000000000..8dbf5d951c8 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/goldspidergemring.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dzordz - Discord 'Dzordz#8811', Modified by VividPups", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/equipped-HAND.png new file mode 100644 index 00000000000..38a1818337b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/icon.png new file mode 100644 index 00000000000..2b20c3c769b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/meta.json new file mode 100644 index 00000000000..8dbf5d951c8 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingband.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dzordz - Discord 'Dzordz#8811', Modified by VividPups", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/equipped-HAND.png new file mode 100644 index 00000000000..befae5e85de Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/icon.png new file mode 100644 index 00000000000..1fb9dd88360 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/meta.json new file mode 100644 index 00000000000..8dbf5d951c8 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingdiamondring.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dzordz - Discord 'Dzordz#8811', Modified by VividPups", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/equipped-HAND.png new file mode 100644 index 00000000000..8837c958f43 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/icon.png new file mode 100644 index 00000000000..88fb2fa2e11 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/meta.json new file mode 100644 index 00000000000..8dbf5d951c8 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/Rings/webbingspidergemring.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dzordz - Discord 'Dzordz#8811', Modified by VividPups", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/equipped-HAND.png new file mode 100644 index 00000000000..dbac4c34763 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/icon.png new file mode 100644 index 00000000000..123c63ff822 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json new file mode 100644 index 00000000000..bdafa708837 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/equipped-HAND.png new file mode 100644 index 00000000000..80080f541ee Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/icon.png new file mode 100644 index 00000000000..d44dc4379d4 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json new file mode 100644 index 00000000000..bdafa708837 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/equipped-HAND.png new file mode 100644 index 00000000000..8e98ba32d5c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/icon.png new file mode 100644 index 00000000000..e5f1df3dae9 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json new file mode 100644 index 00000000000..bdafa708837 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/equipped-HAND.png new file mode 100644 index 00000000000..db958515ecd Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/icon.png new file mode 100644 index 00000000000..46f17d7fe49 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json new file mode 100644 index 00000000000..f6904e7bf3e --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/equipped-HAND.png new file mode 100644 index 00000000000..a61bfc956b5 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/icon.png new file mode 100644 index 00000000000..16ff6f6a41e Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/meta.json new file mode 100644 index 00000000000..bdafa708837 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/equipped-HAND.png new file mode 100644 index 00000000000..389c4313082 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/icon.png new file mode 100644 index 00000000000..06c637966bc Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/meta.json new file mode 100644 index 00000000000..bdafa708837 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/equipped-HAND.png new file mode 100644 index 00000000000..3032a385af1 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/icon.png new file mode 100644 index 00000000000..787a379c6ce Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/meta.json new file mode 100644 index 00000000000..bdafa708837 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/equipped-HAND.png new file mode 100644 index 00000000000..75ca5c50c3b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/icon.png new file mode 100644 index 00000000000..95033fbc38e Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/meta.json new file mode 100644 index 00000000000..bdafa708837 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/equipped-HAND.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/equipped-HAND.png new file mode 100644 index 00000000000..75bf8cd07d5 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/icon.png new file mode 100644 index 00000000000..a26ce447cd3 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/meta.json new file mode 100644 index 00000000000..bdafa708837 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/equipped-FEET.png new file mode 100644 index 00000000000..e6fd75930fb Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/icon.png new file mode 100644 index 00000000000..944e1c9f470 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/inhand-left.png new file mode 100644 index 00000000000..70b5ebe8583 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/inhand-right.png new file mode 100644 index 00000000000..ec450f26e65 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/ace.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/equipped-FEET.png new file mode 100644 index 00000000000..bd26abb755d Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/icon.png new file mode 100644 index 00000000000..b12d066ccb1 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/inhand-left.png new file mode 100644 index 00000000000..1002bca35f5 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/inhand-right.png new file mode 100644 index 00000000000..e7e34681b7b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/aro.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/equipped-FEET.png new file mode 100644 index 00000000000..c08fc06d31c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/icon.png new file mode 100644 index 00000000000..ab6917f4ad0 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/inhand-left.png new file mode 100644 index 00000000000..9d36d37d390 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/inhand-right.png new file mode 100644 index 00000000000..560e32ea4b7 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/bi.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/equipped-FEET.png new file mode 100644 index 00000000000..9ef60d39d36 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/icon.png new file mode 100644 index 00000000000..71cae54c618 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/inhand-left.png new file mode 100644 index 00000000000..c69df6d95c2 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/inhand-right.png new file mode 100644 index 00000000000..a3e6ba1f6d8 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/gay.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/equipped-FEET.png new file mode 100644 index 00000000000..1e03f5b7ae2 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/icon.png new file mode 100644 index 00000000000..cf21d093030 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/inhand-left.png new file mode 100644 index 00000000000..43a90e89938 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/inhand-right.png new file mode 100644 index 00000000000..d256a771f5b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/inter.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/equipped-FEET.png new file mode 100644 index 00000000000..fd0f1c7d289 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/icon.png new file mode 100644 index 00000000000..cefec6c3e32 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/inhand-left.png new file mode 100644 index 00000000000..bb04c9973ce Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/inhand-right.png new file mode 100644 index 00000000000..345d43c8b6a Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/lesbian.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/equipped-FEET.png new file mode 100644 index 00000000000..af99c8666a7 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/icon.png new file mode 100644 index 00000000000..477e46bef04 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/inhand-left.png new file mode 100644 index 00000000000..cc856f1bee0 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/inhand-right.png new file mode 100644 index 00000000000..8ccd72e1bbc Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/non.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/equipped-FEET.png new file mode 100644 index 00000000000..db65b20c23f Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/icon.png new file mode 100644 index 00000000000..6d3887b115a Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/inhand-left.png new file mode 100644 index 00000000000..b3762bbc3b9 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/inhand-right.png new file mode 100644 index 00000000000..b7b08f9f860 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/pan.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/equipped-FEET.png new file mode 100644 index 00000000000..df90efb6858 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/icon.png new file mode 100644 index 00000000000..dd07daade5f Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/inhand-left.png new file mode 100644 index 00000000000..27aabe00ec4 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/inhand-right.png new file mode 100644 index 00000000000..98285bd52a3 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/rainbow.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/equipped-FEET.png new file mode 100644 index 00000000000..33892bc1f89 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/icon.png new file mode 100644 index 00000000000..511f06358b2 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/inhand-left.png new file mode 100644 index 00000000000..4dfe376e7ab Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/inhand-right.png new file mode 100644 index 00000000000..1779017d45e Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/trans.rsi/meta.json new file mode 100644 index 00000000000..9517df3a057 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/Pride/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 KyuuDev (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/equipped-FEET.png new file mode 100644 index 00000000000..e59c6092724 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/icon.png new file mode 100644 index 00000000000..06ae1ae1ec3 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/meta.json new file mode 100644 index 00000000000..e07d455bc0e --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/codervalid.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Based from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, edited by SkullBunny", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/equipped-FEET.png new file mode 100644 index 00000000000..2164c8cb3da Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/icon.png new file mode 100644 index 00000000000..992a3d65b0b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json new file mode 100644 index 00000000000..2de704c3dc9 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/equipped-FEET.png new file mode 100644 index 00000000000..41f7b2bb8a3 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/icon.png new file mode 100644 index 00000000000..653860e791b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/meta.json new file mode 100644 index 00000000000..2de704c3dc9 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompblueboots.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/equipped-FEET.png new file mode 100644 index 00000000000..9beb4908032 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/icon.png new file mode 100644 index 00000000000..4e127e3daf1 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/meta.json new file mode 100644 index 00000000000..2de704c3dc9 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/sexcompredboots.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/equipped-FEET.png new file mode 100644 index 00000000000..05d8e9417cc Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/icon.png new file mode 100644 index 00000000000..4380a2272da Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/meta.json new file mode 100644 index 00000000000..2de704c3dc9 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockspurple.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/equipped-FEET.png new file mode 100644 index 00000000000..3648893bb74 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/icon.png new file mode 100644 index 00000000000..a742595e966 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/meta.json new file mode 100644 index 00000000000..2de704c3dc9 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/equipped-FEET.png b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/equipped-FEET.png new file mode 100644 index 00000000000..d23cb8e247d Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/icon.png b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/icon.png new file mode 100644 index 00000000000..6137bf24b5e Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/meta.json b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/meta.json new file mode 100644 index 00000000000..2de704c3dc9 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/Under/Socks/stripesockswhite.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/equipped-NECK.png b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/equipped-NECK.png new file mode 100644 index 00000000000..e8963031df8 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/icon.png new file mode 100644 index 00000000000..df2806f0c84 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/inhand-left.png new file mode 100644 index 00000000000..687a75ec2fd Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/inhand-right.png new file mode 100644 index 00000000000..4f06ddf4264 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/meta.json new file mode 100644 index 00000000000..beeeda082f1 --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/CC_poncho.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by Vonte for StarlightMRP", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/equipped-NECK.png b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/equipped-NECK.png new file mode 100644 index 00000000000..d48bb5a8456 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/icon.png new file mode 100644 index 00000000000..5fbacfccf7e Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/inhand-left.png new file mode 100644 index 00000000000..6c2a7c2ef90 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/inhand-right.png new file mode 100644 index 00000000000..c858660f4b1 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/meta.json new file mode 100644 index 00000000000..3587d5e70f1 --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Neck/Cloaks/shuba.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Gargarien for DOOMMAX | Edited by PuroSlavKing (Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..c68e5d2123b Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..12e834575a8 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/icon.png new file mode 100644 index 00000000000..1be10560699 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/inhand-left.png new file mode 100644 index 00000000000..dc9cd44307f Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/inhand-right.png new file mode 100644 index 00000000000..9ae9108dddd Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/meta.json new file mode 100644 index 00000000000..a058cf15ce8 --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/alt_purplebartender.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by @mishutka09 (discord:1152277579206774854)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..4b5b23f03c1 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..8cc72983244 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/icon.png new file mode 100644 index 00000000000..d507c18b3f3 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/inhand-left.png new file mode 100644 index 00000000000..942a5247abd Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/inhand-right.png new file mode 100644 index 00000000000..65f7b91a716 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/meta.json new file mode 100644 index 00000000000..35d75f97936 --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_centcom_official.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Skirt by inspector_jeleshka (discord). Original sprite: Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8, monkey made by SonicHDC (github) for ss14, digi made by kuro(388673708753027083)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..4e0da959096 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/icon.png new file mode 100644 index 00000000000..e8edbccd66c Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/inhand-left.png new file mode 100644 index 00000000000..2e90879cf8f Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/inhand-right.png new file mode 100644 index 00000000000..f5ed539a3e3 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/meta.json new file mode 100644 index 00000000000..3ddf0575b72 --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_special_operations_officer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Skirt by inspector_jeleshka (discord). Original sprite: haZZLO", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..aa5936c3c42 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/icon.png new file mode 100644 index 00000000000..4d2bbbe9321 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/inhand-left.png new file mode 100644 index 00000000000..f34302e532d Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/inhand-right.png new file mode 100644 index 00000000000..70d4d404817 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/meta.json new file mode 100644 index 00000000000..6153a99932a --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpskirt/pencil_tan.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Yogstation https://github.com/yogstation13/Yogstation, inhand sprites made by chuiomoio (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING-digi.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING-digi.png new file mode 100644 index 00000000000..8b47519f975 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING-digi.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..dba43a08b60 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..fa9784ebc7a Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/icon.png new file mode 100644 index 00000000000..5d304575ca4 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/inhand-left.png new file mode 100644 index 00000000000..2e90879cf8f Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/inhand-right.png new file mode 100644 index 00000000000..f5ed539a3e3 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/meta.json new file mode 100644 index 00000000000..5d68757b9ef --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/centcom_officer_black.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "haZZLO, digi made by kuro(388673708753027083), monkey by Ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-digi", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..f548da82e08 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/icon.png new file mode 100644 index 00000000000..bdd84002d5d Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/inhand-left.png new file mode 100644 index 00000000000..b892de96c24 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/inhand-right.png new file mode 100644 index 00000000000..9ef0d5bdaf7 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/meta.json new file mode 100644 index 00000000000..5582967289a --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/coroner.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/tgstation/tgstation, inhand sprites made by chuiomoio (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING-digi.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING-digi.png new file mode 100644 index 00000000000..204ad905919 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING-digi.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..43391aa77ad Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..f1327d2863c Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/icon.png new file mode 100644 index 00000000000..ab244eb00e2 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/inhand-left.png new file mode 100644 index 00000000000..ad9badc16ea Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/inhand-right.png new file mode 100644 index 00000000000..e3e2cbf14a5 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/meta.json new file mode 100644 index 00000000000..016b09760fa --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/disco.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5ea6d8b4422027d0c22cb415d1f05a08bf39aaa0, digi made by kuro(388673708753027083), monkey by Ko4erga(discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-digi", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..9a37b287a66 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..d20c9c7f1ce Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/icon.png new file mode 100644 index 00000000000..1376d071219 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..b3f0083d34d Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..52cf5d41cad Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/meta.json new file mode 100644 index 00000000000..19313daa4b2 --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/formal_blueshield.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "made by cyberboich (discord) for Space Station 14 server Dead Space", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING-digi.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING-digi.png new file mode 100644 index 00000000000..dec67a8a225 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING-digi.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..84ed0fd1c85 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..81d450f9360 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/icon.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/icon.png new file mode 100644 index 00000000000..a4839032f4e Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/inhand-left.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/inhand-left.png new file mode 100644 index 00000000000..a49abda2520 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/inhand-right.png b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/inhand-right.png new file mode 100644 index 00000000000..3386ff92509 Binary files /dev/null and b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/meta.json b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/meta.json new file mode 100644 index 00000000000..77c9cd9415f --- /dev/null +++ b/Resources/Textures/_Starlight/Clothing/Uniforms/Jumpsuit/kim.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/28d0be60aa8bbe1ca87a5d129487bb6f60839ac4, digi made by kuro(388673708753027083), monkey by Ko4erga (discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-digi", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Starlight/Objects/Fun/Plushies/nebula_plushie.rsi/icon.png b/Resources/Textures/_Starlight/Objects/Fun/Plushies/nebula_plushie.rsi/icon.png new file mode 100644 index 00000000000..8e98ef6a657 Binary files /dev/null and b/Resources/Textures/_Starlight/Objects/Fun/Plushies/nebula_plushie.rsi/icon.png differ diff --git a/Resources/Textures/_Starlight/Objects/Fun/Plushies/nebula_plushie.rsi/meta.json b/Resources/Textures/_Starlight/Objects/Fun/Plushies/nebula_plushie.rsi/meta.json new file mode 100644 index 00000000000..4dca457e9fd --- /dev/null +++ b/Resources/Textures/_Starlight/Objects/Fun/Plushies/nebula_plushie.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By rtasva", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +}