diff --git a/Resources/Locale/en-US/_starcup/clothing/examine/security.ftl b/Resources/Locale/en-US/_starcup/clothing/examine/security.ftl index a176330d366..5f60d02d586 100644 --- a/Resources/Locale/en-US/_starcup/clothing/examine/security.ftl +++ b/Resources/Locale/en-US/_starcup/clothing/examine/security.ftl @@ -27,13 +27,17 @@ clothing-hos-coat = [color=#a40000]Head of Security's armored trenchcoat[/color] clothing-riot-suit = [color=#a40000]riot suit[/color] clothing-bio-suit-security = [color=#a40000]security bio suit[/color] clothing-warden-jacket = [color=#a40000]warden's armored jacket[/color] +clothing-warden-longcoat = [color=#a40000]warden's armored longcoat[/color] clothing-security-hardsuit = [color=#a40000]security hardsuit[/color] clothing-brigmedic-hardsuit = [color=#a40000]combat medic hardsuit[/color] clothing-warden-hardsuit = [color=#a40000]warden hardsuit[/color] clothing-hos-hardsuit = [color=#a40000]Head of Security's hardsuit[/color] clothing-security-winter-coat = [color=#a40000]security winter coat[/color] +clothing-security-winter-coat = [color=#a40000]security longcoat[/color] clothing-warden-winter-coat = [color=#a40000]warden's armored winter coat[/color] clothing-hos-winter-coat = [color=#a40000]Head of Security's armored winter coat[/color] +clothing-hos-winter-coat = [color=#a40000]Head of Security's armored longcoat[/color] + ## Shoes clothing-jackboots = [color=#a40000]jackboots[/color] diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 3d4f761242e..393120430c7 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -41,7 +41,7 @@ container: entity: WrappedParcel containerId: contents - cost: 3300 # starcup: this changes almost every time more clothes are added; it should generally only increase + cost: 3740 # starcup: this changes almost every time more clothes are added; it should generally only increase category: cargoproduct-category-name-service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 12b9fd3b13d..9a0bfe45139 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -82,6 +82,8 @@ ClothingOuterWinterCoat: 2 ClothingOuterWinterCoatLong: 2 ClothingOuterWinterCoatPlaid: 2 + ClothingLongcoatBlack: 2 + ClothingLongcoatBrown: 2 # End DeltaV Additions ClothingHeadFishCap: 2 ClothingHeadRastaHat: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index bb4853737b1..0cda4b40d4c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -19,6 +19,9 @@ ClothingHeadsetSecurity: 3 ClothingOuterWinterSec: 2 ClothingOuterArmorBasic: 2 + ClothingLongcoatBrigmedic: 2 # DeltaV - Longcoats + ClothingLongcoatSecurity: 2 # DeltaV - Longcoats + ClothingNeckCWPSec: 2 # DeltaV - add cold weather ponchos ClothingNeckScarfStripedRed: 3 ClothingOuterArmorBasicSlim: 2 ClothingEyesBlindfold: 1 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml index f40f653c81b..23eda693be1 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/winterdrobe.yml @@ -27,6 +27,7 @@ ClothingOuterSweaterReindeer: 3 ClothingOuterSweaterSnowman: 3 ClothingOuterSweaterTree: 3 + ClothingNeckCWPArctic: 2 # end starcup # Begin DeltaV additions ClothingOuterWinterColorRed: 2 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index f7ef9557e31..85950e636a0 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -705,7 +705,7 @@ - state: SEC-equipped-OUTERCLOTHING - type: ToggleableClothing clothingPrototype: ClothingHeadHatHoodWinterSec - - type: Armor # DeltaV - adds resists to coat + - type: Armor # DeltaV - adds resists to coat. Make sure to update ClothingLongcoatSecurity if these values change. modifiers: coefficients: Blunt: 0.85 diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 313d4cdfa89..a797224dea6 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -537,7 +537,9 @@ - Scarves - Carpets - Bedsheets - - BeltsDeltaV # Delta-V +# begin Delta-V + - BeltsDeltaV +# end Delta-V - ClothingStarcup # starcup - type: EmagLatheRecipes emagStaticPacks: diff --git a/Resources/Prototypes/Loadouts/LoadoutGroups/loadout_groups.yml b/Resources/Prototypes/Loadouts/LoadoutGroups/loadout_groups.yml index 68c018f6532..bfc7413f97a 100644 --- a/Resources/Prototypes/Loadouts/LoadoutGroups/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/LoadoutGroups/loadout_groups.yml @@ -334,6 +334,9 @@ minLimit: 0 loadouts: - PassengerWintercoat + # DeltaV: begin additions + - LongcoatBlack + - LongcoatBrown # starcup: begin additions - BlackHoodie - GrayHoodie @@ -919,6 +922,7 @@ name: loadout-group-quartermaster-outerclothing minLimit: 0 loadouts: + - QuartermasterLongcoat # DeltaV - Longcoats - QuartermasterWintercoat - TrenchCoat # starcup @@ -1069,6 +1073,7 @@ name: loadout-group-chief-engineer-outerclothing minLimit: 0 loadouts: + - ChiefEngineerLongcoat # DeltaV - Longcoats - ChiefEngineerWintercoat - type: loadoutGroup @@ -1253,6 +1258,7 @@ minLimit: 0 loadouts: - ResearchDirectorLabCoat + - ResearchDirectorLongcoat # DeltaV - Longcoats - ResearchDirectorWintercoat - type: loadoutGroup @@ -1408,6 +1414,7 @@ id: HeadofSecurityOuterClothing name: loadout-group-head-of-security-outerclothing loadouts: + - HeadofSecurityLongcoat # DeltaV - HeadofSecurityCoat - HeadofSecurityWinterCoat @@ -1438,6 +1445,7 @@ id: WardenOuterClothing name: loadout-group-warden-outerclothing loadouts: + - WardenLongcoat # DeltaV - Longcoats - WardenCoat - WardenArmoredWinterCoat @@ -1470,6 +1478,8 @@ - SeniorOfficerJumpsuit - SeniorOfficerJumpskirt - TrooperUniform + - SeniorSecOfficerTurtlesuit + - SeniorSecOfficerTurtleskirt - type: loadoutGroup id: SecurityBackpack @@ -1494,6 +1504,7 @@ - ArmorVestSlim - SecurityOfficerWintercoat - SecuritySweater # starcup + - LongcoatSecurity # DeltaV - type: loadoutGroup id: SecurityShoes @@ -1555,6 +1566,7 @@ - DetectiveArmorVest - DetectiveCoat - DetectiveCoatGrey + - LongcoatSecurity # DeltaV # starcup: begin additions - StasecWinterCoatDet - MNKBlackTopCoat diff --git a/Resources/Prototypes/Loadouts/LoadoutGroups/medical.yml b/Resources/Prototypes/Loadouts/LoadoutGroups/medical.yml index 2dcf6ee8d14..a97653d9b36 100644 --- a/Resources/Prototypes/Loadouts/LoadoutGroups/medical.yml +++ b/Resources/Prototypes/Loadouts/LoadoutGroups/medical.yml @@ -61,6 +61,7 @@ loadouts: - ChiefMedicalOfficerLabCoat - ChiefMedicalOfficerWintercoat + - ChiefMedicalOfficerLongcoat # DeltaV - Longcoats - type: loadoutGroup parent: [ MedicalDoctorNeck ] # starcup diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml b/Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml index 6533f9fc6c2..71e098f9a5b 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml @@ -20,6 +20,7 @@ - ClothingUniformJumpsuitQMTurtleneck - ClothingUniformJumpskirtQMTurtleneck - ClothingUniformJumpsuitQMFormal + - ClothingLongcoatQM - type: latheRecipePack id: ClothingCommand @@ -49,6 +50,7 @@ - ClothingUniformJumpskirtChiefEngineer - ClothingUniformJumpsuitChiefEngineerTurtle - ClothingUniformJumpskirtChiefEngineerTurtle + - ClothingLongcoatCE # starcup - ClothingUniformJumpsuitEngineering - ClothingUniformJumpskirtEngineering - ClothingUniformJumpsuitSeniorEngineer @@ -64,6 +66,7 @@ - ClothingUniformJumpskirtCMO - ClothingUniformJumpsuitCMOTurtle - ClothingUniformJumpskirtCMOTurtle + - ClothingLongcoatCMO # starcup - ClothingHeadHatBeretSeniorPhysician - ClothingUniformJumpsuitMedicalDoctor - ClothingUniformJumpskirtMedicalDoctor @@ -79,6 +82,7 @@ - ClothingHeadHatBeretRND - ClothingUniformJumpsuitResearchDirector - ClothingUniformJumpskirtResearchDirector + - ClothingLongcoatRD - ClothingUniformJumpsuitScientist - ClothingUniformJumpskirtScientist - ClothingUniformJumpsuitSeniorResearcher @@ -115,6 +119,7 @@ - ClothingHeadHatWarden - ClothingUniformJumpsuitWarden - ClothingUniformJumpskirtWarden + - ClothingNeckCWPSec # starcup - type: latheRecipePack id: ClothingService @@ -189,6 +194,7 @@ - ClothingNeckScarfStripedOrange - ClothingNeckScarfStripedBlack - ClothingNeckScarfStripedPurple + - ClothingNeckCWPArctic # starcup - type: latheRecipePack id: Carpets diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml b/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml new file mode 100644 index 00000000000..fa4a03e3b32 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/Neck/misc.yml @@ -0,0 +1,30 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCWPSec + name: security cold weather poncho + description: The Cold Weather Poncho, advertised as a masterpiece of elemental protection. The truth is that it's itchy, stuffy, and a little baggy - but at least it's not cold. This one is grey with Station Security markings. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/Misc/cwpsec.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/Misc/cwpsec.rsi + - type: Item + size: Normal + - type: TemperatureProtection + heatingCoefficient: 1.1 + coolingCoefficient: 0.1 + - type: Armor + modifiers: + coefficients: + Heat: 0.90 + +- type: entity + parent: ClothingNeckCWPSec + id: ClothingNeckCWPArctic + name: cold weather poncho + description: The Cold Weather Poncho, advertised as a masterpiece of elemental protection. The truth is that it's itchy, stuffy, and a little baggy - but at least it's not cold. + components: + - type: Sprite + sprite: _DV/Clothing/Neck/Misc/cwparctic.rsi + - type: Clothing + sprite: _DV/Clothing/Neck/Misc/cwparctic.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/command.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/command.yml new file mode 100644 index 00000000000..eaedba7e395 --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/command.yml @@ -0,0 +1,72 @@ +- type: entity + parent: [ClothingOuterWinterCoat, BaseCommandContraband] + id: ClothingLongcoatQM + name: logistics officer's longcoat + description: A saturated brown double-breasted longcoat with mossy trim, specifically designed for the Logistics Officer. Longcoats are fairly robust, offering some protection from the elements. # starcup - fixed caps + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi + +- type: entity + parent: [ClothingOuterWinterCoat, ClothingUniformFoldableBase, BaseCommandContraband] + id: ClothingLongcoatRD + name: research director's longcoat # starcup - no mystagogue + description: A pure white double-breasted longcoat with a purple stripe, specifically designed for the Research Director. Longcoats are fairly robust, offering some protection from the elements. # starcup - RD swap + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi + +- type: entity + parent: [ClothingOuterWinterCoat, BaseCommandContraband] + id: ClothingLongcoatCMO + name: chief medical officer's longcoat + description: A double-breasted longcoat with a green cross, specifically designed for the Chief Medical Officer. Longcoats are fairly robust, offering some protection from the elements. # starcup - fixed caps + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi + - type: Armor # Same as ClothingOuterWinterCMO, can't just parent because of ClothingOuterWinterCoatToggleable + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.75 + +- type: entity + parent: [ClothingOuterWinterCoat, BaseCommandContraband] + id: ClothingLongcoatCE + name: chief engineer's longcoat + description: A dark green double-breasted with LED strip trim, specifically designed for the Chief Engineer. Longcoats are fairly robust, offering some protection from the elements. # starcup - fixed caps + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi + +- type: entity + parent: [ClothingOuterArmorHoS, BaseSecurityCommandContraband, BaseExaminableClothing] # starcup - examinable clothing + id: ClothingLongcoatHoS + name: head of security's armored longcoat + description: A black double-breasted longcoat with gold buttons and gray sleeves with velvet trim along the whole outfit, specifically designed for the Head of Security. Security longcoats sport protective plates underneath, but are fairly heavy. # starcup - fixed caps + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi + - type: Armor # Same as ClothingOuterWinterHoS, can't use as parent because ClothingOuterArmoredWinterCoatToggleable + modifiers: + coefficients: + Blunt: 0.65 + Slash: 0.65 + Piercing: 0.6 + Heat: 0.7 + Caustic: 0.75 + # begin starcup: examinable clothing + - type: ExaminableClothing + examineText: clothing-hos-winter-coat + # end starcup diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/crew.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/crew.yml new file mode 100644 index 00000000000..c0448a6c71e --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/crew.yml @@ -0,0 +1,22 @@ +# Everyone +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingLongcoatBlack + name: black longcoat + description: A matte black double-breasted longcoat with gold-tinted brass buttons. Longcoats are fairly robust, offering some protection from the elements. + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/black.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/black.rsi + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingLongcoatBrown + name: brown longcoat + description: A matte brown double-breasted longcoat with stylish onyx buttons. Longcoats are fairly robust, offering some protection from the elements. + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/brown.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/brown.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/security.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/security.yml new file mode 100644 index 00000000000..5a0ae8d613d --- /dev/null +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/Longcoats/security.yml @@ -0,0 +1,40 @@ +- type: entity + parent: [ ClothingOuterArmorWarden, BaseSecurityContraband, BaseExaminableClothing ] # Same as ClothingOuterCoatWarden, without ClothingOuterWinterCoatToggleable from ClothingOuterWinterWarden # starcup - added examinable clothing + id: ClothingLongcoatWarden + name: warden's armored longcoat + description: A black double-breasted longcoat with silver buttons and red band and cuffs, specifically designed for the warden. Security longcoats sport protective plates underneath, but are fairly heavy. + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/warden.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/warden.rsi + # begin starcup: examinable clothing + - type: ExaminableClothing + examineText: clothing-warden-longcoat + # end starcup + +- type: entity + parent: [ ClothingOuterWinterCoatToggleable, BaseSecurityContraband, BaseExaminableClothing ] # Same as ClothingOuterWinterSec, without ClothingOuterWinterCoatToggleable # starcup - added examinable clothing + id: ClothingLongcoatSecurity + name: security officer's armored longcoat + description: A black double-breasted longcoat with silver buttons and red bands, specifically designed for security personnel. Security longcoats sport protective plates underneath, but are fairly heavy. + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/security.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/security.rsi + # begin starcup: examinable clothing + - type: ExaminableClothing + examineText: clothing-security-winter-coat + # end starcup + +- type: entity + parent: [ ClothingOuterWinterCoatToggleable, BaseSecurityContraband, BaseExaminableClothing ] # Same as ClothingOuterWinterSec, without ClothingOuterWinterCoatToggleable # starcup - reparented/added examinable clothing + id: ClothingLongcoatBrigmedic + name: combat medic's armored longcoat + description: A black double-breasted longcoat with silver buttons, blue bands, and sterile fabric cuffs, specifically designed for the combat medic. Security longcoats sport protective plates underneath, though this one comes with lighter plates that traditional security longcoats. # starcup - corpsman -> cb medic + components: + - type: Sprite + sprite: _Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi + - type: Clothing + sprite: _Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml index 36eb37c3640..02c014531df 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/OuterClothing/wintercoats.yml @@ -99,7 +99,7 @@ - type: entity parent: ClothingOuterArmoredWinterCoat id: ClothingOuterCoatStasecDet - name: detective's coat + name: detective's winter coat description: A warm and comfortable winter coat, reinforced with durathread and compliant with Station Security uniform standards. This version is detective plum. components: - type: Sprite diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml index f96ed9313fb..00ac99a3b07 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpskirts.yml @@ -43,3 +43,15 @@ sprite: _DV/Clothing/Uniforms/Jumpskirt/roboneuroticistpurple.rsi - type: Clothing sprite: _DV/Clothing/Uniforms/Jumpskirt/roboneuroticistpurple.rsi + +# Senior Officer uniform +- type: entity + parent: ClothingUniformFoldableBase + id: ClothingUniformJumpskirtSecTurtle + name: senior officer's turtleneck + description: A comfortable and tight-fitting turtleneck for those with the resolve to reach the position of Senior Officer. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi diff --git a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml index a4e13b67dd4..eee400901cb 100644 --- a/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_DV/Entities/Clothing/Uniforms/jumpsuits.yml @@ -63,3 +63,15 @@ sprite: _DV/Clothing/Uniforms/Jumpsuit/roboneuroticistpurple.rsi - type: Clothing sprite: _DV/Clothing/Uniforms/Jumpsuit/roboneuroticistpurple.rsi + +# Senior Officer +- type: entity + parent: ClothingUniformFoldableBase + id: ClothingUniformJumpsuitSecTurtle + name: senior officer's turtleneck + description: A comfortable and tight-fitting turtleneck for those with the resolve to reach the position of Senior Officer. + components: + - type: Sprite + sprite: _DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi + - type: Clothing + sprite: _DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml index f0c95219a78..96c41779318 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml @@ -25,3 +25,40 @@ materials: Cloth: 200 Durathread: 100 + +# Ponchos + +- type: latheRecipe + parent: BaseCommandCoatRecipe + id: ClothingNeckCWPArctic + result: ClothingNeckCWPArctic + completetime: 4 + materials: + Cloth: 500 + Durathread: 300 + +- type: latheRecipe + parent: ClothingNeckCWPArctic + id: ClothingNeckCWPSec + result: ClothingNeckCWPSec + +# Longcoats +- type: latheRecipe + parent: BaseCoatRecipe + id: ClothingLongcoatQM + result: ClothingLongcoatQM + +- type: latheRecipe + parent: BaseCoatRecipe + id: ClothingLongcoatRD + result: ClothingLongcoatRD + +- type: latheRecipe + parent: BaseCoatRecipe + id: ClothingLongcoatCMO + result: ClothingLongcoatCMO + +- type: latheRecipe + parent: BaseCoatRecipe + id: ClothingLongcoatCE + result: ClothingLongcoatCE diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Engineering/chief_engineer.yml index 82e833a478a..9fd68c3a6fd 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Engineering/chief_engineer.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Engineering/chief_engineer.yml @@ -3,3 +3,9 @@ id: ChiefEngineerWinterBoots equipment: shoes: ClothingShoesBootsWinterChiefEngineer + +# OuterClothing +- type: loadout + id: ChiefEngineerLongcoat + equipment: + outerClothing: ClothingLongcoatCE diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Logistics/logistics_officer.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Logistics/logistics_officer.yml index 576c6bd3ac6..ad29c4c8f52 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Logistics/logistics_officer.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Logistics/logistics_officer.yml @@ -3,3 +3,9 @@ id: LogisticsOfficerWinterBoots equipment: shoes: ClothingShoesBootsWinterLogisticsOfficer + +# OuterClothing +- type: loadout + id: QuartermasterLongcoat + equipment: + outerClothing: ClothingLongcoatQM diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Medical/chief_medical_officer.yml index 596211c0760..57f6171d878 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Medical/chief_medical_officer.yml @@ -1,3 +1,9 @@ +# Outer clothing +- type: loadout + id: ChiefMedicalOfficerLongcoat + equipment: + outerClothing: ClothingLongcoatCMO + # Shoes - type: loadout id: ChiefMedicalOfficerWinterBoots diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Science/research_director.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Science/research_director.yml index 47bdee80f35..d56fbac725e 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Science/research_director.yml @@ -3,3 +3,9 @@ id: ResearchDirectorWinterBoots equipment: shoes: ClothingShoesBootsWinterMystagogue + +# OuterClothing +- type: loadout + id: ResearchDirectorLongcoat + equipment: + outerClothing: ClothingLongcoatRD diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/combat_medic.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/combat_medic.yml index 65938bcc7a0..44d2b5f4b4c 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/combat_medic.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/combat_medic.yml @@ -36,3 +36,8 @@ id: BrigmedicArmoredGown equipment: outerClothing: ClothingOuterCoatAMG + +- type: loadout + id: LongcoatBrigmedic + equipment: + outerClothing: ClothingLongcoatBrigmedic diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/head_of_security.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/head_of_security.yml index c2927fda669..d79be8fbf6c 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/head_of_security.yml @@ -3,3 +3,9 @@ id: HeadOfSecurityWinterBoots equipment: shoes: ClothingShoesBootsWinterHeadOfSecurity + +# Outer Clothing +- type: loadout + id: HeadofSecurityLongcoat + equipment: + outerClothing: ClothingLongcoatHoS diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/security_officer.yml index bf271a4bc8b..c9c194a8ed4 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/security_officer.yml @@ -4,6 +4,11 @@ equipment: outerClothing: ClothingOuterSweaterSecurity +- type: loadout + id: LongcoatSecurity + equipment: + outerClothing: ClothingLongcoatSecurity + #Eyewear - type: loadout id: SecurityGlasses diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/security_shared.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/security_shared.yml index 7270838f3cb..876b12ff89c 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/security_shared.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/security_shared.yml @@ -43,3 +43,21 @@ storage: back: - SpeedLoaderMagnum + +# Jumpsuit + +- type: loadout + id: SeniorSecOfficerTurtlesuit + effects: + - !type:GroupLoadoutEffect + proto: SeniorOfficer + equipment: + jumpsuit: ClothingUniformJumpsuitSecTurtle + +- type: loadout + id: SeniorSecOfficerTurtleskirt + effects: + - !type:GroupLoadoutEffect + proto: SeniorOfficer + equipment: + jumpsuit: ClothingUniformJumpskirtSecTurtle diff --git a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/warden.yml b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/warden.yml index 2dbe1625b5b..7116a2800e6 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/warden.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Jobs/Security/warden.yml @@ -3,3 +3,9 @@ id: WardenWinterBoots equipment: shoes: ClothingShoesBootsWinterWarden + +# OuterClothing +- type: loadout + id: WardenLongcoat + equipment: + outerClothing: ClothingLongcoatWarden diff --git a/Resources/Prototypes/_starcup/Loadouts/LoadoutGroups/security.yml b/Resources/Prototypes/_starcup/Loadouts/LoadoutGroups/security.yml index 48fd5a9e0bd..c5641c8516d 100644 --- a/Resources/Prototypes/_starcup/Loadouts/LoadoutGroups/security.yml +++ b/Resources/Prototypes/_starcup/Loadouts/LoadoutGroups/security.yml @@ -91,6 +91,7 @@ loadouts: - BrigmedicArmoredGown - SecurityOfficerWintercoat + - LongcoatBrigmedic - type: loadoutGroup id: BrigmedicGloves diff --git a/Resources/Prototypes/_starcup/Loadouts/Miscellaneous/wintercoats.yml b/Resources/Prototypes/_starcup/Loadouts/Miscellaneous/wintercoats.yml index 7e30b355b30..494adcb3f28 100644 --- a/Resources/Prototypes/_starcup/Loadouts/Miscellaneous/wintercoats.yml +++ b/Resources/Prototypes/_starcup/Loadouts/Miscellaneous/wintercoats.yml @@ -67,3 +67,13 @@ id: WinterCoatPlaid equipment: outerClothing: ClothingOuterWinterCoatPlaid + +- type: loadout + id: LongcoatBlack + equipment: + outerClothing: ClothingLongcoatBlack + +- type: loadout + id: LongcoatBrown + equipment: + outerClothing: ClothingLongcoatBrown diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/equipped-NECK.png new file mode 100644 index 00000000000..23166866d45 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/icon.png new file mode 100644 index 00000000000..b7dbba9c6ae Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/inhand-left.png new file mode 100644 index 00000000000..9bee638fa01 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/inhand-right.png new file mode 100644 index 00000000000..94e094d0ccb Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.rsi/meta.json new file mode 100644 index 00000000000..c0b12a5b980 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Neck/Misc/cwparctic.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-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/equipped-NECK.png b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/equipped-NECK.png new file mode 100644 index 00000000000..787c569ee71 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/icon.png b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/icon.png new file mode 100644 index 00000000000..49e349ff746 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/inhand-left.png new file mode 100644 index 00000000000..2d6b1dec162 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/inhand-right.png new file mode 100644 index 00000000000..db5b8c1d68c Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/meta.json b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.rsi/meta.json new file mode 100644 index 00000000000..c0b12a5b980 --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Neck/Misc/cwpsec.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-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..4fca6d21fa2 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/icon.png new file mode 100644 index 00000000000..482df997991 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/inhand-left.png new file mode 100644 index 00000000000..be40b69482c Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/inhand-right.png new file mode 100644 index 00000000000..8aed0ae7de8 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/meta.json new file mode 100644 index 00000000000..99d881d073b --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "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 + }, + { + "name": "rolled-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/rolled-equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..b5989c0297b Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpskirt/security_alt.rsi/rolled-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..bfc8a70d690 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/icon.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/icon.png new file mode 100644 index 00000000000..9a926696bd1 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/icon.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/inhand-left.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/inhand-left.png new file mode 100644 index 00000000000..be40b69482c Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/inhand-right.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/inhand-right.png new file mode 100644 index 00000000000..8aed0ae7de8 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/meta.json b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/meta.json new file mode 100644 index 00000000000..99d881d073b --- /dev/null +++ b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "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 + }, + { + "name": "rolled-equipped-INNERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/rolled-equipped-INNERCLOTHING.png b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/rolled-equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..1105c3ebae4 Binary files /dev/null and b/Resources/Textures/_DV/Clothing/Uniforms/Jumpsuit/security_alt.rsi/rolled-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/equipped-OUTERCLOTHING-thaven.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/equipped-OUTERCLOTHING-thaven.png new file mode 100644 index 00000000000..851e0d0aefa Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/equipped-OUTERCLOTHING-thaven.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..0f07b1e7820 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/icon.png new file mode 100644 index 00000000000..8a525655558 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/inhand-left.png new file mode 100644 index 00000000000..54b737c7f04 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/inhand-right.png new file mode 100644 index 00000000000..a2abb5f05da Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/meta.json new file mode 100644 index 00000000000..414c051b521 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/black.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-thaven", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/equipped-OUTERCLOTHING-thaven.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/equipped-OUTERCLOTHING-thaven.png new file mode 100644 index 00000000000..8e3dc329f33 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/equipped-OUTERCLOTHING-thaven.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..586f2037f9c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/icon.png new file mode 100644 index 00000000000..d1efff9163c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/inhand-left.png new file mode 100644 index 00000000000..5b62770e48d Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/inhand-right.png new file mode 100644 index 00000000000..f770ef8f05b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/meta.json new file mode 100644 index 00000000000..414c051b521 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/brown.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-thaven", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..36a6239b3f1 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/icon.png new file mode 100644 index 00000000000..8b3e58406df Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/inhand-left.png new file mode 100644 index 00000000000..0fa079e06d9 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/inhand-right.png new file mode 100644 index 00000000000..5995d336cc0 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/meta.json new file mode 100644 index 00000000000..f33290a9d03 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-engineer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..7a832f3abae Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/icon.png new file mode 100644 index 00000000000..8555caa235b Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/inhand-left.png new file mode 100644 index 00000000000..885ae093d54 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/inhand-right.png new file mode 100644 index 00000000000..ec9e7f08590 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/meta.json new file mode 100644 index 00000000000..59d74eb6044 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/chief-medical-officer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd, modified by Phantasai (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..9ac7ff8d87c Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/icon.png new file mode 100644 index 00000000000..5aaf3dcf201 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/inhand-left.png new file mode 100644 index 00000000000..4fd74efd260 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/inhand-right.png new file mode 100644 index 00000000000..0deeeba6011 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/meta.json new file mode 100644 index 00000000000..f33290a9d03 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/corpsman.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..80d7c6b1c9e Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/icon.png new file mode 100644 index 00000000000..9e39658d227 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/inhand-left.png new file mode 100644 index 00000000000..0995b0fd327 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/inhand-right.png new file mode 100644 index 00000000000..4f2d451a69d Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/meta.json new file mode 100644 index 00000000000..f33290a9d03 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/head-of-security.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..2a009f02056 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/icon.png new file mode 100644 index 00000000000..cf23fc0dd4a Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/inhand-left.png new file mode 100644 index 00000000000..43481a1eaa4 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/inhand-right.png new file mode 100644 index 00000000000..544d779bcbe Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/meta.json new file mode 100644 index 00000000000..f33290a9d03 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/logstics-officer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..e9a8712a609 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/folded-equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/folded-equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..82f9d66fd33 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/folded-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/icon.png new file mode 100644 index 00000000000..7c6416987fb Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/inhand-left.png new file mode 100644 index 00000000000..57493b06494 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/inhand-right.png new file mode 100644 index 00000000000..c0924ae28e6 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/meta.json new file mode 100644 index 00000000000..90be18a7382 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/mystagogue.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "folded-equipped-OUTERCLOTHING", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..b5b0aebe559 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/icon.png new file mode 100644 index 00000000000..735430946a1 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/inhand-left.png new file mode 100644 index 00000000000..0e1c5157df0 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/inhand-right.png new file mode 100644 index 00000000000..42869e24c25 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/meta.json new file mode 100644 index 00000000000..f33290a9d03 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/security.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..2a101a2768a Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/icon.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/icon.png new file mode 100644 index 00000000000..5067e3a49fd Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/icon.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/inhand-left.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/inhand-left.png new file mode 100644 index 00000000000..dce7a31b864 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/inhand-right.png b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/inhand-right.png new file mode 100644 index 00000000000..7be9e052c35 Binary files /dev/null and b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/meta.json b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/meta.json new file mode 100644 index 00000000000..f33290a9d03 --- /dev/null +++ b/Resources/Textures/_Floof/Clothing/OuterClothing/Longcoats/warden.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Floofstation from https://github.com/Floof-Station/Floof-Station/commit/3c08f167aa83f10a04225aa43689ff543d6f84fd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file