diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index bfa13c85c0..44320c9e3e 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -24,6 +24,7 @@ - id: QuartermasterIDCard # Delta-V - id: AstroNavCartridge - id: ClothingLongcoatLO # Floofstation + - id: ClothingOuterCoatCargoBomber # CD - id: LunchboxCommandFilledRandom # Delta-V Lunchboxes! prob: 0.3 - id: CargoTechFabCircuitboard # Floof - port to EE if possible diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml b/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml index ee5748329a..6658b6c33a 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/wardrobe_job.yml @@ -173,10 +173,10 @@ - type: StorageFill contents: - id: ClothingHeadHatCargosoft - - id: ClothingUniformJumpsuitCargo + - id: ClothingUniformJumpsuitCargoLight # CD - id: ClothingBackpack - id: ClothingShoesColorBlack - - id: ClothingUniformJumpskirtCargo + - id: ClothingUniformJumpskirtCargoLight # CD - id: ClothingHandsGlovesFingerless - id: AppraisalTool diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml index b611fa5602..f1bfbedd53 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml @@ -4,17 +4,24 @@ ClothingBackpackCargo: 3 ClothingBackpackSatchelCargo: 3 ClothingBackpackDuffelCargo: 3 - ClothingUniformJumpsuitCargo: 3 - ClothingUniformJumpskirtCargo: 3 + ClothingUniformJumpsuitCargoLight: 3 # CD + ClothingUniformJumpsuitCargoDark: 3 # CD + ClothingUniformJumpskirtCargoLight: 3 # CD + ClothingUniformJumpskirtCargoDark: 3 # CD + # ClothingUniformJumpsuitCargoPants: 3 # CD ClothingShoesColorBlack: 3 ClothingHandsGlovesFingerless: 3 + ClothingHandsGlovesMechanic: 3 # CD ClothingHeadHatCargosoft: 3 ClothingHeadBandBrown: 3 + # ClothingMaskBandCargo : 3 # CD ClothingHeadsetCargo: 3 ClothingOuterWinterCargo: 2 ClothingOuterWinterMiner: 2 + ClothingOuterCoatCargoBomber: 2 # CD ClothingNeckScarfStripedBrown: 3 ClothingShoesBootsWinterCargo: 2 + ClothingShoesBootsSteel: 2 # CD ClothingNeckCollarLogi: 1 # Floofstation - Collar addition ClothingHandsLogisWarmers: 1 # Floofstation ClothingUnderSocksLogis: 1 # Floofstation diff --git a/Resources/Prototypes/CharacterItemGroups/Jobs/Logistics/logisticsOfficer.yml b/Resources/Prototypes/CharacterItemGroups/Jobs/Logistics/logisticsOfficer.yml index 230fd83036..0675cc4285 100644 --- a/Resources/Prototypes/CharacterItemGroups/Jobs/Logistics/logisticsOfficer.yml +++ b/Resources/Prototypes/CharacterItemGroups/Jobs/Logistics/logisticsOfficer.yml @@ -55,11 +55,13 @@ # maxItems: 1 # items: # -#- type: characterItemGroup -# id: LoadoutLogisticsOfficerOuter -# maxItems: 1 -# items: -# +- type: characterItemGroup + id: LoadoutLogisticsOfficerOuter + maxItems: 1 + items: + - type: loadout + id: LoadoutCommandQMOuterCoatCargoForeman + - type: characterItemGroup id: LoadoutLogisticsOfficerShoes maxItems: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 282d65cfcc..1fca8d5bf8 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -190,7 +190,7 @@ description: A robust backpack for stealing logistics's loot. # DeltaV - Logistics Department replacing Cargo components: - type: Sprite - sprite: Clothing/Back/Backpacks/cargo.rsi + sprite: _CD/Clothing/Back/Backpacks/cargo.rsi # CD drip 2 - type: entity parent: ClothingBackpack diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 969d9a6fde..7784956603 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -155,7 +155,7 @@ description: A large duffel bag for stealing logistics's precious loot. # DeltaV - Logistics Department replacing Cargo components: - type: Sprite - sprite: Clothing/Back/Duffels/cargo.rsi + sprite: _CD/Clothing/Back/Duffels/cargo.rsi # CD drip 2 - type: entity parent: ClothingBackpackDuffel diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 0aa6fc5730..c1f5714944 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -157,7 +157,7 @@ description: A robust satchel for stealing logistics's loot. # DeltaV - Logistics Department replacing Cargo components: - type: Sprite - sprite: Clothing/Back/Satchels/cargo.rsi + sprite: _CD/Clothing/Back/Satchels/cargo.rsi # CD drip 2 - type: entity parent: ClothingBackpackSatchel diff --git a/Resources/Prototypes/Entities/Clothing/Head/soft.yml b/Resources/Prototypes/Entities/Clothing/Head/soft.yml index 163d9937f2..11b5ae4f5c 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/soft.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/soft.yml @@ -63,9 +63,9 @@ description: "It's a baseball hat painted in Logistics colours." # DeltaV - Logistics Department replacing Cargo components: - type: Sprite - sprite: Clothing/Head/Soft/cargosoft.rsi + sprite: _CD/Clothing/Head/Soft/cargosoft.rsi # CD drip 2 - type: Clothing - sprite: Clothing/Head/Soft/cargosoft.rsi + sprite: _CD/Clothing/Head/Soft/cargosoft.rsi # CD drip 2 - type: Tag tags: - ClothMade diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index c9ba05fcff..199ce2d056 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -1,682 +1,693 @@ -- type: entity - parent: ClothingOuterStorageBase - id: ClothingOuterWinterCoat - name: winter coat - description: A heavy jacket made from 'synthetic' animal furs. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coat.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coat.rsi - - type: TemperatureProtection - coefficient: 0.1 - - type: Item - size: Normal - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - priceMultiplier: 0 - - type: Food - requiresSpecialDigestion: true - - type: SolutionContainerManager - solutions: - food: - maxVol: 30 - reagents: - - ReagentId: Fiber - Quantity: 30 - - type: Tag - tags: - - ClothMade - - WhitelistChameleon - - type: StaticPrice - price: 50 - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterCoatToggleable - name: winter coat with hood - categories: [ HideSpawnMenu ] - components: - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterDefault - slot: head - - type: ContainerContainer - containers: - toggleable-clothing: !type:ContainerSlot {} - storagebase: !type:Container - ents: [] - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterAtmos - name: atmospherics winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterEngineer - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterBar - name: bartender winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterBartender - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCap - name: captain's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCaptain - - type: Armor # DeltaV - adds resists to coat, same as HoS coat. Still better than nothing, but nowhere as good as a carapace - modifiers: - coefficients: - Blunt: 0.75 - Slash: 0.75 - Piercing: 0.75 - Heat: 0.75 - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCargo - name: logistics winter coat # DeltaV - Logistics Department replacing Cargo - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCargo - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCE - name: chief engineer's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCE - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCentcom - name: CentCom winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCentcom - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterChef - name: chef's freezer coat - description: A coat specifically designed for work inside cold storage, sorely needed by cold-blooded lizard chefs. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterChem - name: chemistry winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.75 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterChem - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterCMO - name: chief medical officer's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.75 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterCMO - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterClown - name: clown winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterEngi - name: engineering winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterEngineer - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterGen - name: genetics winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatgen.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatgen.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSci - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterHoP - name: head of personnel's winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterHOP - -- type: entity - parent: [ClothingOuterArmorHoS, ClothingOuterWinterCoatToggleable] - id: ClothingOuterWinterHoS - name: head of security's armored winter coat - description: A sturdy, utilitarian winter coat designed to protect a head of security from any brig-bound threats and hypothermic events. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coathosarmored.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coathosarmored.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterHOS - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterHoSUnarmored - name: head of security's winter coat - description: A sturdy coat, a warm coat, but not an armored coat. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterHOS - - type: Armor # DeltaV - adds resists to coat. As good as Cap's, but I don't know why you'd wear this over a trench coat - modifiers: - coefficients: - Blunt: 0.75 - Slash: 0.75 - Piercing: 0.75 - Heat: 0.75 - Caustic: 0.75 #not the full 90% from ss13 because of the head - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterHydro - name: hydroponics winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterHydro - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterJani - name: janitorial winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatjani.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatjani.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.9 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterJani - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterMed - name: medical winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterMed - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterMime - name: mime winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterMime - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterMiner - name: mining winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterMiner - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterPara - name: paramedic winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatparamed.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatparamed.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.75 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterPara - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterQM - name: logistics officer's winter coat # DeltaV - Logistics Department replacing Cargo - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterQM - - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterRD - name: mystagogue's winter coat # DeltaV - Epistemics Department replacing Science - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatrd.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatrd.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterRD - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterRobo - name: robotics winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterRobo - - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterSci - name: epistemics winter coat # DeltaV - Epistemics Department replacing Science - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatsci.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatsci.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSci - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterSec - name: security winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSec - - type: Armor - modifiers: - coefficients: - Blunt: 0.85 - Slash: 0.85 - Piercing: 0.85 #Can save you, but bullets will still hurt. Will take about 10 shots from a Viper before critting, as opposed to 7 while unarmored and 16~ with a bulletproof vest. - Heat: 0.75 - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterViro - name: virology winter coat - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi - - type: Armor - modifiers: - coefficients: - Slash: 0.95 - Heat: 0.90 - Caustic: 0.9 - priceMultiplier: 0.15 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSci - -- type: entity - parent: [ClothingOuterArmorWarden, ClothingOuterWinterCoatToggleable] - id: ClothingOuterWinterWarden - name: warden's armored winter coat - description: A sturdy, utilitarian winter coat designed to protect a warden from any brig-bound threats and hypothermic events. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatwardenarmored.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatwardenarmored.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterWarden - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterWardenUnarmored - name: warden's winter coat - description: A sturdy coat, a warm coat, but not an armored coat. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterWarden - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterSyndieCap - name: syndicate's winter coat - description: "The syndicate's winter coat is made of durable fabric, with gilded patterns, and coarse wool." - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSyndie - -- type: entity - parent: ClothingOuterWinterWarden - id: ClothingOuterWinterSyndieCapArmored - name: syndicate's armored winter coat - description: "The syndicate's armored winter coat is made of durable fabric, with gilded patterns, and coarse wool." - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSyndie - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterSyndie - name: syndicate's winter coat - description: Insulated winter coat, looks like a merch from "Syndieland" - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterSyndie - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterWinterMusician - name: musician's winter coat - description: An oversized, plasticine space tuxedo that'll have people asking "do you know me?" - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi - -- type: entity - parent: ClothingOuterWinterCoatToggleable - id: ClothingOuterWinterWeb - name: web winter coat - description: Feels like the inside of a cocoon, not that this would make you less afraid of being in one. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi - - type: Construction - graph: WebObjects - node: coat - - type: FlavorProfile - flavors: - - cobwebs - ignoreReagents: - - Fiber - - type: SolutionContainerManager - solutions: # 15 (3 (fiber count of web) * 5 (to craft)) + 5 (magical crafting bonus) - food: - maxVol: 20 - reagents: - - ReagentId: Fiber - Quantity: 20 - - type: ToggleableClothing - clothingPrototype: ClothingHeadHatHoodWinterWeb - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterCsCorporateJacket - name: Cybersun Corporate Jacket - description: A cozy jacket with the Cybersun logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterEeCorporateJacket - name: Einstein Engines Corporate Jacket - description: A cozy jacket with the Einstein Engines logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_einstein_engines.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_einstein_engines.rsi - - type: GuideHelp - guides: [ EinsteinEngines ] - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterHiCorporateJacket - name: Hephaestus Industries Corporate Jacket - description: A cozy jacket with the Hephaestus Industries logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_hephestus_industries.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_hephestus_industries.rsi - - type: GuideHelp - guides: [ HephaestusIndustries ] - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterHmCorporateJacket - name: Hawkmoon Acquisitions Corporate Jacket - description: A cozy jacket with the Hawkmoon Acquisitions logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_hawkmoon_aquisitions.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_hawkmoon_aquisitions.rsi - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterIdCorporateJacket - name: Interdyne Corporate Jacket - description: A cozy jacket with the Interdyne logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_interdyne.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_interdyne.rsi - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterBcCorporateJacket - name: Bishop Cybernetics Corporate Jacket - description: A cozy jacket with the Bishop Cybernetics logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_bishop_cybernetics.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_bishop_cybernetics.rsi - - type: GuideHelp - guides: [ ZengHuPharmaceuticals ] - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterDdCorporateJacket - name: Discount Dan's Corporate Jacket - description: A cozy jacket with the Discount Dan's logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_discount_dans.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_discount_dans.rsi - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterFaCorporateJacket - name: Five Points Armory Corporate Jacket - description: A cozy jacket with the Five Points Armory logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_five_points_armory.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_five_points_armory.rsi - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterGeCorporateJacket - name: Gilthari Exports Corporate Jacket - description: A cozy jacket with the Gilthari Exports logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_gilthari_exports.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_gilthari_exports.rsi - -- type: entity - parent: ClothingOuterWinterCoat - id: ClothingOuterZhCorporateJacket - name: Zeng-Hu Pharmaceuticals Corporate Jacket - description: A cozy jacket with the Zeng-Hu Pharmaceuticals logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. - components: - - type: Sprite - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_zeng_hu_pharma.rsi - - type: Clothing - sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_zeng_hu_pharma.rsi - - type: GuideHelp - guides: [ ZengHuPharmaceuticals ] +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterWinterCoat + name: winter coat + description: A heavy jacket made from 'synthetic' animal furs. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coat.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coat.rsi + - type: TemperatureProtection + coefficient: 0.1 + - type: Item + size: Normal + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + priceMultiplier: 0 + - type: Food + requiresSpecialDigestion: true + - type: SolutionContainerManager + solutions: + food: + maxVol: 30 + reagents: + - ReagentId: Fiber + Quantity: 30 + - type: Tag + tags: + - ClothMade + - WhitelistChameleon + - type: StaticPrice + price: 50 + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterCoatToggleable + name: winter coat with hood + categories: [ HideSpawnMenu ] + components: + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterDefault + slot: head + - type: ContainerContainer + containers: + toggleable-clothing: !type:ContainerSlot {} + storagebase: !type:Container + ents: [] + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterAtmos + name: atmospherics winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterEngineer + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterBar + name: bartender winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterBartender + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCap + name: captain's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCaptain + - type: Armor # DeltaV - adds resists to coat, same as HoS coat. Still better than nothing, but nowhere as good as a carapace + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.75 + Heat: 0.75 + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCargo + name: logistics winter coat # DeltaV - Logistics Department replacing Cargo + components: + - type: Sprite + sprite: _CD/Clothing/OuterClothing/WinterCoats/coat.rsi # CD drip 2 + layers: + - state: CARGO-icon + - type: Item + inhandVisuals: + left: + - state: CARGO-inhand-left + right: + - state: CARGO-inhand-right + - type: Clothing + sprite: _CD/Clothing/OuterClothing/WinterCoats/coat.rsi # CD drip 2 + clothingVisuals: + outerClothing: + - state: CARGO-equipped-OUTERCLOTHING + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCargo + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCE + name: chief engineer's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCE + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCentcom + name: CentCom winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCentcom + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterChef + name: chef's freezer coat + description: A coat specifically designed for work inside cold storage, sorely needed by cold-blooded lizard chefs. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterChem + name: chemistry winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatchem.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.75 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterChem + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterCMO + name: chief medical officer's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatcmo.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.75 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCMO + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterClown + name: clown winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterEngi + name: engineering winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterEngineer + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterGen + name: genetics winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatgen.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatgen.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterHoP + name: head of personnel's winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHOP + +- type: entity + parent: [ClothingOuterArmorHoS, ClothingOuterWinterCoatToggleable] + id: ClothingOuterWinterHoS + name: head of security's armored winter coat + description: A sturdy, utilitarian winter coat designed to protect a head of security from any brig-bound threats and hypothermic events. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coathosarmored.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coathosarmored.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHOS + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterHoSUnarmored + name: head of security's winter coat + description: A sturdy coat, a warm coat, but not an armored coat. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHOS + - type: Armor # DeltaV - adds resists to coat. As good as Cap's, but I don't know why you'd wear this over a trench coat + modifiers: + coefficients: + Blunt: 0.75 + Slash: 0.75 + Piercing: 0.75 + Heat: 0.75 + Caustic: 0.75 #not the full 90% from ss13 because of the head + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterHydro + name: hydroponics winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHydro + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterJani + name: janitorial winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatjani.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatjani.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.9 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterJani + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterMed + name: medical winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatmed.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMed + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterMime + name: mime winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMime + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterMiner + name: mining winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMiner + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterPara + name: paramedic winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatparamed.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatparamed.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.75 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterPara + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterQM + name: logistics officer's winter coat # DeltaV - Logistics Department replacing Cargo + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterQM + + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterRD + name: mystagogue's winter coat # DeltaV - Epistemics Department replacing Science + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatrd.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatrd.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterRD + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterRobo + name: robotics winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterRobo + + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterSci + name: epistemics winter coat # DeltaV - Epistemics Department replacing Science + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatsci.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatsci.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterSec + name: security winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSec + - type: Armor + modifiers: + coefficients: + Blunt: 0.85 + Slash: 0.85 + Piercing: 0.85 #Can save you, but bullets will still hurt. Will take about 10 shots from a Viper before critting, as opposed to 7 while unarmored and 16~ with a bulletproof vest. + Heat: 0.75 + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterViro + name: virology winter coat + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatviro.rsi + - type: Armor + modifiers: + coefficients: + Slash: 0.95 + Heat: 0.90 + Caustic: 0.9 + priceMultiplier: 0.15 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci + +- type: entity + parent: [ClothingOuterArmorWarden, ClothingOuterWinterCoatToggleable] + id: ClothingOuterWinterWarden + name: warden's armored winter coat + description: A sturdy, utilitarian winter coat designed to protect a warden from any brig-bound threats and hypothermic events. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatwardenarmored.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatwardenarmored.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterWarden + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterWardenUnarmored + name: warden's winter coat + description: A sturdy coat, a warm coat, but not an armored coat. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatwarden.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterWarden + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterSyndieCap + name: syndicate's winter coat + description: "The syndicate's winter coat is made of durable fabric, with gilded patterns, and coarse wool." + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie + +- type: entity + parent: ClothingOuterWinterWarden + id: ClothingOuterWinterSyndieCapArmored + name: syndicate's armored winter coat + description: "The syndicate's armored winter coat is made of durable fabric, with gilded patterns, and coarse wool." + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterSyndie + name: syndicate's winter coat + description: Insulated winter coat, looks like a merch from "Syndieland" + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterWinterMusician + name: musician's winter coat + description: An oversized, plasticine space tuxedo that'll have people asking "do you know me?" + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterWinterWeb + name: web winter coat + description: Feels like the inside of a cocoon, not that this would make you less afraid of being in one. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/coatweb.rsi + - type: Construction + graph: WebObjects + node: coat + - type: FlavorProfile + flavors: + - cobwebs + ignoreReagents: + - Fiber + - type: SolutionContainerManager + solutions: # 15 (3 (fiber count of web) * 5 (to craft)) + 5 (magical crafting bonus) + food: + maxVol: 20 + reagents: + - ReagentId: Fiber + Quantity: 20 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterWeb + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterCsCorporateJacket + name: Cybersun Corporate Jacket + description: A cozy jacket with the Cybersun logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_cybersun.rsi + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterEeCorporateJacket + name: Einstein Engines Corporate Jacket + description: A cozy jacket with the Einstein Engines logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_einstein_engines.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_einstein_engines.rsi + - type: GuideHelp + guides: [ EinsteinEngines ] + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterHiCorporateJacket + name: Hephaestus Industries Corporate Jacket + description: A cozy jacket with the Hephaestus Industries logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_hephestus_industries.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_hephestus_industries.rsi + - type: GuideHelp + guides: [ HephaestusIndustries ] + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterHmCorporateJacket + name: Hawkmoon Acquisitions Corporate Jacket + description: A cozy jacket with the Hawkmoon Acquisitions logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_hawkmoon_aquisitions.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_hawkmoon_aquisitions.rsi + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterIdCorporateJacket + name: Interdyne Corporate Jacket + description: A cozy jacket with the Interdyne logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_interdyne.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_interdyne.rsi + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterBcCorporateJacket + name: Bishop Cybernetics Corporate Jacket + description: A cozy jacket with the Bishop Cybernetics logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_bishop_cybernetics.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_bishop_cybernetics.rsi + - type: GuideHelp + guides: [ ZengHuPharmaceuticals ] + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterDdCorporateJacket + name: Discount Dan's Corporate Jacket + description: A cozy jacket with the Discount Dan's logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_discount_dans.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_discount_dans.rsi + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterFaCorporateJacket + name: Five Points Armory Corporate Jacket + description: A cozy jacket with the Five Points Armory logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_five_points_armory.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_five_points_armory.rsi + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterGeCorporateJacket + name: Gilthari Exports Corporate Jacket + description: A cozy jacket with the Gilthari Exports logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_gilthari_exports.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_gilthari_exports.rsi + +- type: entity + parent: ClothingOuterWinterCoat + id: ClothingOuterZhCorporateJacket + name: Zeng-Hu Pharmaceuticals Corporate Jacket + description: A cozy jacket with the Zeng-Hu Pharmaceuticals logo printed on the back. Merchandise rewarded to stations with a safety factor of uhh... seven. + components: + - type: Sprite + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_zeng_hu_pharma.rsi + - type: Clothing + sprite: Clothing/OuterClothing/WinterCoats/corpo_jacket_zeng_hu_pharma.rsi + - type: GuideHelp + guides: [ ZengHuPharmaceuticals ] diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index 01576a1f93..14a848ab2a 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -125,9 +125,9 @@ name: logistics winter boots #Delta V: Rename Logistics components: - type: Sprite - sprite: Clothing/Shoes/Boots/winterbootscargo.rsi + sprite: _CD/Clothing/Shoes/Boots/winterbootscargo.rsi # CD drip 2 - type: Clothing - sprite: Clothing/Shoes/Boots/winterbootscargo.rsi + sprite: _CD/Clothing/Shoes/Boots/winterbootscargo.rsi # CD drip 2 - type: entity parent: ClothingShoesBaseWinterBoots diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 7f6d59c9a4..6c489ee018 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -357,9 +357,9 @@ description: A sharp turtleneck made for the hardy work environment of supply. components: - type: Sprite - sprite: Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi + sprite: _CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi # CD drip 2 - type: Clothing - sprite: Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi + sprite: _CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi # CD drip 2 - type: entity parent: ClothingUniformSkirtBase diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 3ada362ce0..8d07e43c7e 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -690,9 +690,9 @@ description: A sharp turtleneck made for the hardy work environment of supply. components: - type: Sprite - sprite: Clothing/Uniforms/Jumpsuit/qmturtle.rsi + sprite: _CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi # CD drip 2 - type: Clothing - sprite: Clothing/Uniforms/Jumpsuit/qmturtle.rsi + sprite: _CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi # CD drip 2 - type: entity parent: ClothingUniformBase diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index f9e945c869..5f2be12784 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -1825,7 +1825,7 @@ - type: SpeakOnUIClosed pack: GenericVendGoodbyes - type: Sprite - sprite: Structures/Machines/VendingMachines/cargodrobe.rsi + sprite: _CD/Structures/Machines/VendingMachines/cargodrobe.rsi # CD drip 2 layers: - state: "off" map: ["enum.VendingMachineVisualLayers.Base"] diff --git a/Resources/Prototypes/Loadouts/Jobs/Logistics/cargoTechnician.yml b/Resources/Prototypes/Loadouts/Jobs/Logistics/cargoTechnician.yml index 250fe5ddfd..3270361e83 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Logistics/cargoTechnician.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Logistics/cargoTechnician.yml @@ -34,6 +34,20 @@ items: - ClothingOuterWinterCargo +- type: loadout + id: LoadoutCargoOuterCoatCargoBomber + category: JobsLogisticsAUncategorized + cost: 1 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutCargoTechnicianOuter + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + items: + - ClothingOuterCoatCargoBomber + # Shoes - type: loadout id: LoadoutCargoShoesBootsWinterCargo diff --git a/Resources/Prototypes/_CD/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/_CD/Entities/Clothing/Hands/gloves.yml new file mode 100644 index 0000000000..49ee0a43a9 --- /dev/null +++ b/Resources/Prototypes/_CD/Entities/Clothing/Hands/gloves.yml @@ -0,0 +1,18 @@ +- type: entity + parent: ClothingHandsBase + id: ClothingHandsGlovesMechanic + name: mechanic gloves + description: Reinforced gloves to prevent crushing when working with heavy machinery. + components: + - type: Sprite + sprite: _CD/Clothing/Hands/Gloves/reinforced.rsi + - type: Clothing + sprite: _CD/Clothing/Hands/Gloves/reinforced.rsi + - type: Fiber + fiberMaterial: fibers-durathread + fiberColor: fibers-black + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + - type: FingerprintMask diff --git a/Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml new file mode 100644 index 0000000000..66f2ae45ca --- /dev/null +++ b/Resources/Prototypes/_CD/Entities/Clothing/OuterClothing/coats.yml @@ -0,0 +1,33 @@ +# Foreman Coat +- type: entity + parent: [ClothingOuterStorageFoldableBase, ClothingOuterWinterCoat] + id: ClothingOuterCoatCargoForeman + name: foreman jacket + description: A comfortable padded leather jacket for a logistics foreman + components: + - type: Sprite + sprite: _CD/Clothing/OuterClothing/Coats/foreman_coat.rsi + - type: Clothing + sprite: _CD/Clothing/OuterClothing/Coats/foreman_coat.rsi + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatCargoForeman] + id: ClothingOuterCoatCargoForemanOpened + name: foreman jacket + +# Cargo Gorka +- type: entity + parent: [ClothingOuterStorageFoldableBase, ClothingOuterWinterCoat] + id: ClothingOuterCoatCargoBomber + name: cargo gorka + description: A heavy canvas gorka for cold shifts in Cargo. + components: + - type: Sprite + sprite: _CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi + - type: Clothing + sprite: _CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi + +- type: entity + parent: [ClothingOuterStorageFoldableBaseOpened, ClothingOuterCoatCargoBomber] + id: ClothingOuterCoatCargoBomberOpened + name: cargo gorka diff --git a/Resources/Prototypes/_CD/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/_CD/Entities/Clothing/Shoes/boots.yml new file mode 100644 index 0000000000..7baec332a5 --- /dev/null +++ b/Resources/Prototypes/_CD/Entities/Clothing/Shoes/boots.yml @@ -0,0 +1,11 @@ +- type: entity + parent: ClothingShoesBaseButcherable + id: ClothingShoesBootsSteel + name: steel-toed boots + description: Reinforced workboots with a rubber toe, reinforced with steel. + components: + - type: Sprite + sprite: _CD/Clothing/Shoes/Boots/steeltoed_boots.rsi + - type: Clothing + sprite: _CD/Clothing/Shoes/Boots/steeltoed_boots.rsi + - type: Matchbox diff --git a/Resources/Prototypes/_CD/Entities/Clothing/Uniforms/jumpskirt.yml b/Resources/Prototypes/_CD/Entities/Clothing/Uniforms/jumpskirt.yml new file mode 100644 index 0000000000..7587e613e6 --- /dev/null +++ b/Resources/Prototypes/_CD/Entities/Clothing/Uniforms/jumpskirt.yml @@ -0,0 +1,25 @@ +# cargo variants + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtCargoLight + name: cargo tech jumpskirt + description: A sturdy jumpskirt, issued to members of the Cargo department. + suffix: light + components: + - type: Sprite + sprite: _CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi + - type: Clothing + sprite: _CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtCargoDark + name: cargo tech jumpskirt + description: A sturdy jumpskirt, issued to members of the Cargo department. + suffix: dark + components: + - type: Sprite + sprite: _CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi + - type: Clothing + sprite: _CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi diff --git a/Resources/Prototypes/_CD/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_CD/Entities/Clothing/Uniforms/jumpsuits.yml new file mode 100644 index 0000000000..1b72742af8 --- /dev/null +++ b/Resources/Prototypes/_CD/Entities/Clothing/Uniforms/jumpsuits.yml @@ -0,0 +1,62 @@ +# cargo variants + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCargoLight + name: cargo tech jumpsuit + description: A sturdy jumpsuit, issued to members of the Cargo department. + suffix: light + components: + - type: Sprite + sprite: _CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi + - type: Clothing + sprite: _CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitCargoDark + name: cargo tech jumpsuit + suffix: dark + description: A sturdy jumpsuit, issued to members of the Cargo department. + components: + - type: Sprite + sprite: _CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi + - type: Clothing + sprite: _CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi + +# QM foreman uniform + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitForeman + name: foreman uniform + description: A pair of tan cargo pants with a white dress shirt, comfortable enough for a foreman. + components: + - type: Sprite + sprite: _CD/Clothing/Uniforms/Jumpsuit/foreman.rsi + - type: Clothing + sprite: _CD/Clothing/Uniforms/Jumpsuit/foreman.rsi + +# Salvage Operator + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitSalvageOperator + name: salvage operator jumpsuit + description: A heavy duty suit designed for salvage operations, overall heavier then the typical overalls. + components: + - type: Sprite + sprite: _CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi + - type: Clothing + sprite: _CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitSalvageSpecialistOveralls + name: salvage specialist's jumpsuit + description: It's a snappy jumpsuit with a sturdy set of overalls. It's very dirty. + components: + - type: Sprite + sprite: _CD/Clothing/Uniforms/Jumpsuit/salvage.rsi # CD + - type: Clothing + sprite: _CD/Clothing/Uniforms/Jumpsuit/salvage.rsi # CD diff --git a/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/cargoTechnician.yml b/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/cargoTechnician.yml new file mode 100644 index 0000000000..a9eaf8c606 --- /dev/null +++ b/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/cargoTechnician.yml @@ -0,0 +1,69 @@ +- type: loadout + id: LoadoutCargoTechnicianUniformSuitLight + category: JobsLogisticsCargoTechnician + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutCargoTechnicianUniforms + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + items: + - ClothingUniformJumpsuitCargoLight + +- type: loadout + id: LoadoutCargoTechnicianUniformSuitDark + category: JobsLogisticsCargoTechnician + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutCargoTechnicianUniforms + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + items: + - ClothingUniformJumpsuitCargoDark + +- type: loadout + id: LoadoutCargoTechnicianUniformSkirtLight + category: JobsLogisticsCargoTechnician + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutCargoTechnicianUniforms + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + items: + - ClothingUniformJumpskirtCargoLight + +- type: loadout + id: LoadoutCargoTechnicianUniformSkirtDark + category: JobsLogisticsCargoTechnician + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutCargoTechnicianUniforms + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + items: + - ClothingUniformJumpskirtCargoDark + +- type: loadout + id: LoadoutCargoTechnicianBootsSteel + category: JobsLogisticsCargoTechnician + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutCargoTechnicianShoes + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + items: + - ClothingShoesBootsSteel diff --git a/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/logisticsOfficer.yml b/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/logisticsOfficer.yml new file mode 100644 index 0000000000..e9f94f1b63 --- /dev/null +++ b/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/logisticsOfficer.yml @@ -0,0 +1,28 @@ +# Jumpsuit +- type: loadout + id: LoadoutCommandQMUniformForeman + category: JobsLogisticsLogisticsOfficer + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutLogisticsOfficerUniforms + - !type:CharacterJobRequirement + jobs: + - Quartermaster + items: + - ClothingUniformJumpsuitForeman + +- type: loadout + id: LoadoutCommandQMOuterCoatCargoForeman + category: JobsLogisticsLogisticsOfficer + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutLogisticsOfficerOuter + - !type:CharacterJobRequirement + jobs: + - Quartermaster + items: + - ClothingOuterCoatCargoForeman diff --git a/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/salvage_specialist.yml b/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/salvage_specialist.yml new file mode 100644 index 0000000000..259082f9b9 --- /dev/null +++ b/Resources/Prototypes/_CD/Loadouts/Jobs/Cargo/salvage_specialist.yml @@ -0,0 +1,27 @@ +- type: loadout + id: LoadoutSalvageSpecialistUniformSalvageOperator + category: JobsLogisticsSalvageSpecialist + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutSalvageSpecialistUniforms + - !type:CharacterJobRequirement + jobs: + - SalvageSpecialist + items: + - ClothingUniformJumpsuitSalvageOperator + +- type: loadout + id: LoadoutSalvageSpecialistUniformSalvageSpecialistOveralls + category: JobsLogisticsSalvageSpecialist + cost: 0 + exclusive: true + requirements: + - !type:CharacterItemGroupRequirement + group: LoadoutSalvageSpecialistUniforms + - !type:CharacterJobRequirement + jobs: + - SalvageSpecialist + items: + - ClothingUniformJumpsuitSalvageSpecialistOveralls diff --git a/Resources/Prototypes/_CD/Loadouts/loadout_groups.yml b/Resources/Prototypes/_CD/Loadouts/loadout_groups.yml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/equipped-BACKPACK.png b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..a269578774 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/icon.png b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/icon.png new file mode 100644 index 0000000000..845a699622 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/inhand-left.png new file mode 100644 index 0000000000..3d5978c8da Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/inhand-right.png new file mode 100644 index 0000000000..306fc9aed3 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/meta.json b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/meta.json new file mode 100644 index 0000000000..5ce2c3cf97 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Back/Backpacks/cargo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 by potato1234x (Github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/equipped-BACKPACK.png b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..d29679416e Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/icon.png b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/icon.png new file mode 100644 index 0000000000..796a225ced Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/inhand-left.png new file mode 100644 index 0000000000..61d39ae044 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/inhand-right.png new file mode 100644 index 0000000000..15c8b3a0fd Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/meta.json b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/meta.json new file mode 100644 index 0000000000..5ce2c3cf97 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Back/Duffels/cargo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 by potato1234x (Github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/equipped-BACKPACK.png b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..5bda1c6ba8 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/icon.png b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/icon.png new file mode 100644 index 0000000000..2dceca8a47 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/inhand-left.png new file mode 100644 index 0000000000..9fae4d6a15 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/inhand-right.png new file mode 100644 index 0000000000..68e9a8832d Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/meta.json b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/meta.json new file mode 100644 index 0000000000..5ce2c3cf97 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Back/Satchels/cargo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 by potato1234x (Github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/equipped-HAND.png b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/equipped-HAND.png new file mode 100644 index 0000000000..0568023567 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/icon.png b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/icon.png new file mode 100644 index 0000000000..d020733e8d Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/inhand-left.png new file mode 100644 index 0000000000..b5f37426fd Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/inhand-right.png new file mode 100644 index 0000000000..876ce85f4b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/meta.json b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/meta.json new file mode 100644 index 0000000000..8c7c463534 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Hands/Gloves/reinforced.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified by KittenColony from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/equipped-HELMET-hamster.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000..8a6720d861 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/equipped-HELMET-hamster.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/equipped-HELMET.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..a0d272f372 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-equipped-HELMET-hamster.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-equipped-HELMET-hamster.png new file mode 100644 index 0000000000..d5c940b826 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-equipped-HELMET-hamster.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-equipped-HELMET.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-equipped-HELMET.png new file mode 100644 index 0000000000..fc36f81aad Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-equipped-HELMET.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-inhand-left.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-inhand-left.png new file mode 100644 index 0000000000..4e5a4b7dde Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-inhand-right.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-inhand-right.png new file mode 100644 index 0000000000..e9feccf835 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/flipped-inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/icon.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/icon.png new file mode 100644 index 0000000000..aa92fa073f Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/icon_flipped.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/icon_flipped.png new file mode 100644 index 0000000000..bf342491b1 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/icon_flipped.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/inhand-left.png new file mode 100644 index 0000000000..d6e743303e Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/inhand-right.png new file mode 100644 index 0000000000..458344cbd4 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/meta.json b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/meta.json new file mode 100644 index 0000000000..81d3b938b9 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Head/Soft/cargosoft.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, repaletted for Space Station 14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_flipped" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "flipped-equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "flipped-equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "flipped-inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "flipped-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..3dd6533d06 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/icon-open.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/icon-open.png new file mode 100644 index 0000000000..2b3351cc6b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/icon-open.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/icon.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/icon.png new file mode 100644 index 0000000000..b7e16110cc Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/inhand-left.png new file mode 100644 index 0000000000..ebd3f41ce5 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/inhand-right.png new file mode 100644 index 0000000000..c395f6995b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/meta.json b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/meta.json new file mode 100644 index 0000000000..f3435af134 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified by Github KittenColony / Discord kittencolony (297865728374210561) from https://github.com/tgstation/tgstation/pull/77456", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..e175bb7f83 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-inhand-left.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-inhand-left.png new file mode 100644 index 0000000000..ebd3f41ce5 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-inhand-right.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-inhand-right.png new file mode 100644 index 0000000000..c395f6995b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/cargo_bomber.rsi/open-inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..df34a93cfb Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/icon-open.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/icon-open.png new file mode 100644 index 0000000000..4887261cb7 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/icon-open.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/icon.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/icon.png new file mode 100644 index 0000000000..4d4a10f2cd Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/inhand-left.png new file mode 100644 index 0000000000..f850783173 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/inhand-right.png new file mode 100644 index 0000000000..dd20c649f6 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/meta.json b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/meta.json new file mode 100644 index 0000000000..677f25b56d --- /dev/null +++ b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon-open" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "open-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "open-inhand-left", + "directions": 4 + }, + { + "name": "open-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-equipped-OUTERCLOTHING.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..45fb81c42a Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-inhand-left.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-inhand-left.png new file mode 100644 index 0000000000..f850783173 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-inhand-right.png b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-inhand-right.png new file mode 100644 index 0000000000..dd20c649f6 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/Coats/foreman_coat.rsi/open-inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-equipped-OUTERCLOTHING-vox.png b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-equipped-OUTERCLOTHING-vox.png new file mode 100644 index 0000000000..c43b86a623 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-equipped-OUTERCLOTHING-vox.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-equipped-OUTERCLOTHING.png b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..a6495b926a Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-icon.png b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-icon.png new file mode 100644 index 0000000000..55e007b86e Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-icon.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-inhand-left.png b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-inhand-left.png new file mode 100644 index 0000000000..7a83e1dffa Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-inhand-right.png b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-inhand-right.png new file mode 100644 index 0000000000..5540ba2893 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/CARGO-inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/meta.json b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/meta.json new file mode 100644 index 0000000000..aeeeec5d34 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/OuterClothing/WinterCoats/coat.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62 recolored by KittenColony, equipped-OUTERCLOTHING-vox states taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/31d6576ba8102135d058ef49c3cb6ecbe8db8a79 and repaletted to match by Flareguy, ", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "CARGO-icon" + }, + { + "name": "CARGO-equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "CARGO-equipped-OUTERCLOTHING-vox", + "directions": 4 + }, + { + "name": "CARGO-inhand-left", + "directions": 4 + }, + { + "name": "CARGO-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/equipped-FEET.png b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/equipped-FEET.png new file mode 100644 index 0000000000..1044032963 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/icon.png b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/icon.png new file mode 100644 index 0000000000..b6731262a0 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/inhand-left.png new file mode 100644 index 0000000000..207e821460 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/inhand-right.png new file mode 100644 index 0000000000..4ce3b5918d Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/meta.json b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/meta.json new file mode 100644 index 0000000000..67e3a01aa2 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Shoes/Boots/steeltoed_boots.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified by KittenColony from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/equipped-FEET.png b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/equipped-FEET.png new file mode 100644 index 0000000000..79d61de8ac Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/icon.png b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/icon.png new file mode 100644 index 0000000000..97b88e6cac Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/inhand-left.png new file mode 100644 index 0000000000..d7e0ab409f Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/inhand-right.png new file mode 100644 index 0000000000..d925a95894 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/meta.json b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/meta.json new file mode 100644 index 0000000000..6fda26443e --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Shoes/Boots/winterbootscargo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by UbaserB and edited by Kilk for SS14 and modified by alzore_(discord)" , + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..d19111d24a Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/icon.png new file mode 100644 index 0000000000..8c4f6b8831 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/inhand-left.png new file mode 100644 index 0000000000..2d84e4ef66 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/inhand-right.png new file mode 100644 index 0000000000..f36510c608 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/meta.json new file mode 100644 index 0000000000..b2fb65a27d --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_dark.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Derived from Wizden's sprites for Cargo, Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..e4eccf197e Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/icon.png new file mode 100644 index 0000000000..bc1dd70eae Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/inhand-left.png new file mode 100644 index 0000000000..d61add0717 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/inhand-right.png new file mode 100644 index 0000000000..c2fb5a4d00 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/meta.json new file mode 100644 index 0000000000..b2fb65a27d --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/cargotech_light.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Derived from Wizden's sprites for Cargo, Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..92eabdef0d Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/icon.png new file mode 100644 index 0000000000..b6ebb4822b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/inhand-left.png new file mode 100644 index 0000000000..26489dc8b9 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/inhand-right.png new file mode 100644 index 0000000000..e890e98b59 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/meta.json new file mode 100644 index 0000000000..cb82fa5c45 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Colour insperation from Wizden's QM Turtle, Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..fc97e80d99 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/icon.png new file mode 100644 index 0000000000..a42711ee1e Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/inhand-left.png new file mode 100644 index 0000000000..2d84e4ef66 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/inhand-right.png new file mode 100644 index 0000000000..f36510c608 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/meta.json new file mode 100644 index 0000000000..b2fb65a27d --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_dark.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Derived from Wizden's sprites for Cargo, Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..381928f02a Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/icon.png new file mode 100644 index 0000000000..20deb0e06f Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/inhand-left.png new file mode 100644 index 0000000000..d61add0717 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/inhand-right.png new file mode 100644 index 0000000000..c2fb5a4d00 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/meta.json new file mode 100644 index 0000000000..b2fb65a27d --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/cargotech_light.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Derived from Wizden's sprites for Cargo, Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..d832e0b97b Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/icon.png new file mode 100644 index 0000000000..b725d5b2a1 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/inhand-left.png new file mode 100644 index 0000000000..b9575f094c Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/inhand-right.png new file mode 100644 index 0000000000..830c30dba8 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/meta.json new file mode 100644 index 0000000000..f803e9d98b --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/foreman.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright":"Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..8a7f2fef96 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/icon.png new file mode 100644 index 0000000000..502fe0fce8 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/inhand-left.png new file mode 100644 index 0000000000..4d2298f717 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/inhand-right.png new file mode 100644 index 0000000000..e3b31242a0 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/meta.json new file mode 100644 index 0000000000..cb82fa5c45 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/qmturtle.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Colour insperation from Wizden's QM Turtle, Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..c5cbfa96e6 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/icon.png new file mode 100644 index 0000000000..15403e32f5 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/inhand-left.png new file mode 100644 index 0000000000..96b8012af6 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/inhand-right.png new file mode 100644 index 0000000000..0d97b96d96 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/meta.json new file mode 100644 index 0000000000..07fe16e812 --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Derived from Wizden's sprites for Salvage, Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..57a7b2af49 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/icon.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/icon.png new file mode 100644 index 0000000000..7c5a44ac9a Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/icon.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/inhand-left.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/inhand-left.png new file mode 100644 index 0000000000..ccf40887c2 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/inhand-right.png b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/inhand-right.png new file mode 100644 index 0000000000..0b8b544335 Binary files /dev/null and b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/meta.json b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/meta.json new file mode 100644 index 0000000000..f803e9d98b --- /dev/null +++ b/Resources/Textures/_CD/Clothing/Uniforms/Jumpsuit/salvage_operator.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright":"Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "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/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/broken.png b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/broken.png new file mode 100644 index 0000000000..b2bd531bd7 Binary files /dev/null and b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/broken.png differ diff --git a/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/meta.json b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/meta.json new file mode 100644 index 0000000000..890a6bf084 --- /dev/null +++ b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/meta.json @@ -0,0 +1,31 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/a879151ef04192ae2a791278ee882c1bce7c5062", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "broken" + }, + { + "name": "off" + }, + { + "name": "panel" + }, + { + "name": "normal-unshaded", + "delays": [ + [ + 1.5, + 0.1, + 1.5, + 0.1 + ] + ] + } + ] +} diff --git a/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/normal-unshaded.png b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/normal-unshaded.png new file mode 100644 index 0000000000..9ebf568d6a Binary files /dev/null and b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/normal-unshaded.png differ diff --git a/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/off.png b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/off.png new file mode 100644 index 0000000000..c9dc584533 Binary files /dev/null and b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/off.png differ diff --git a/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/panel.png b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/panel.png new file mode 100644 index 0000000000..0032751ff4 Binary files /dev/null and b/Resources/Textures/_CD/Structures/Machines/VendingMachines/cargodrobe.rsi/panel.png differ