diff --git a/Resources/Prototypes/Actions/types.yml b/Resources/Prototypes/Actions/types.yml index 719ed715ed..cbed84786b 100644 --- a/Resources/Prototypes/Actions/types.yml +++ b/Resources/Prototypes/Actions/types.yml @@ -102,7 +102,7 @@ itemIconStyle: BigItem useDelay: 1 # equip noise spam. event: !type:ToggleClothingEvent - + - type: instantAction id: CombatModeToggle name: action-name-combat diff --git a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml index 2bc1d5ddca..c8e5a44e0c 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml @@ -227,3 +227,25 @@ - type: BatterySelfRecharger autoRecharge: true autoRechargeRate: 2 #recharge of 2 makes total drain 1w / s so max charge is 1:1 with time. Time to fully charge should be 5 minutes. Having recharge gives light an extended flicker period which gives you some warning to return to light area. + +- type: entity + abstract: true + id: ClothingHeadHatHoodWinterBase + name: base winter coat hood + description: A hood, made to keep your head warm. + noSpawn: true + components: + - type: Sprite + state: icon + - type: Clickable + - type: Clothing + equipSound: /Audio/Effects/rustle1.ogg + unequipSound: /Audio/Effects/rustle2.ogg + quickEquip: false + slots: [ HEAD ] + - type: TemperatureProtection + coefficient: 0.7 + - type: GroupExamine + - type: Tag + tags: + - HidesHair \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml index 8eed3b9c55..35a4ecd958 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml @@ -157,3 +157,270 @@ tags: - HidesHair - WhitelistChameleon + +#Winter Coat Hoods +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterDefault + noSpawn: true + name: default winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hooddefault.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hooddefault.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterBartender + noSpawn: true + name: bartender winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodbartender.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodbartender.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterCaptain + noSpawn: true + name: captain's winter coat hood + description: An expensive hood, to keep the captain's head warm. + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodcaptain.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodcaptain.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterCargo + noSpawn: true + name: cargo winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodcargo.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodcargo.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterCE + noSpawn: true + name: chief engineer's winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodce.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodce.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterCentcom + noSpawn: true + name: Centcom winter coat hood + description: A hood for keeping the central comander's head warm. + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodcentcom.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodcentcom.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterChem + noSpawn: true + name: chemist winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodchemist.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodchemist.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterCMO + noSpawn: true + name: chief medical officer's winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodcmo.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodcmo.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterEngineer + noSpawn: true + name: engineer winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodengi.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodengi.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterHOP + noSpawn: true + name: head of personel's winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodhop.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodhop.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterHOS + noSpawn: true + name: head of security's winter coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodhos.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodhos.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterHydro + noSpawn: true + name: hydroponics coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodhydro.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodhydro.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterJani + noSpawn: true + name: janitor coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodjani.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodjani.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterMed + noSpawn: true + name: medic coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodmed.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodmed.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterMime + noSpawn: true + name: mime coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodmime.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodmime.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterMiner + noSpawn: true + name: miner coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodminer.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodminer.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterPara + noSpawn: true + name: paramedic coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodpara.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodpara.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterQM + noSpawn: true + name: quartermaster's coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodqm.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodqm.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterRD + noSpawn: true + name: research director's coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodrd.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodrd.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterRobo + noSpawn: true + name: robotics coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodrobo.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodrobo.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterSci + noSpawn: true + name: scientist coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodsci.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodsci.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterSec + noSpawn: true + name: security coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodsec.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodsec.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterSyndie + noSpawn: true + name: syndicate coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodsyndicate.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodsyndicate.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterWarden + noSpawn: true + name: warden's coat hood + components: + - type: Sprite + sprite: Clothing/Head/Hoods/Coat/hoodsec.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/Coat/hoodsec.rsi \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml index 4416b463f8..6757ac581e 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml @@ -33,6 +33,21 @@ - type: entity parent: ClothingOuterWinterCoat + id: ClothingOuterWinterCoatToggleable + name: winter coat with hood + noSpawn: True + 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: @@ -40,9 +55,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterEngineer - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterBar name: bartender winter coat components: @@ -50,9 +67,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterBartender - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterCap name: captain's winter coat components: @@ -60,9 +79,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCaptain - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterCargo name: cargo winter coat components: @@ -70,9 +91,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCargo - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterCE name: chief engineer's winter coat components: @@ -80,9 +103,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCE - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterCentcom name: CentCom winter coat components: @@ -90,6 +115,8 @@ sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCentcom - type: entity parent: ClothingOuterWinterCoat @@ -103,7 +130,7 @@ sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterChem name: chemistry winter coat components: @@ -117,9 +144,11 @@ Slash: 0.95 Heat: 0.90 Caustic: 0.75 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterChem - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterCMO name: chief medical officer's winter coat components: @@ -133,6 +162,8 @@ Slash: 0.95 Heat: 0.90 Caustic: 0.75 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterCMO - type: entity parent: ClothingOuterWinterCoat @@ -145,7 +176,7 @@ sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterEngi name: engineering winter coat components: @@ -153,9 +184,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterEngineer - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterGen name: genetics winter coat components: @@ -169,9 +202,11 @@ Slash: 0.95 Heat: 0.90 Caustic: 0.9 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterHoP name: head of personnel's winter coat components: @@ -179,9 +214,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHOP - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterHoS name: head of security's winter coat components: @@ -189,9 +226,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi - + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHOS + - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterHydro name: hydroponics winter coat components: @@ -199,9 +238,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterHydro - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterJani name: janitorial winter coat components: @@ -215,9 +256,11 @@ Slash: 0.95 Heat: 0.9 Caustic: 0.9 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterJani - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterMed name: medical winter coat components: @@ -231,9 +274,11 @@ Slash: 0.95 Heat: 0.90 Caustic: 0.9 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMed - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterMime name: mime winter coat components: @@ -241,9 +286,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMime - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterMiner name: mining winter coat components: @@ -251,9 +298,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterMiner - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterPara name: paramedic winter coat components: @@ -267,9 +316,11 @@ Slash: 0.95 Heat: 0.75 Caustic: 0.9 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterPara - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterQM name: quartermaster's winter coat components: @@ -277,9 +328,12 @@ sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterQM + - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterRD name: research director's winter coat components: @@ -293,9 +347,11 @@ Slash: 0.95 Heat: 0.90 Caustic: 0.9 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterRD - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterRobo name: robotics winter coat components: @@ -303,9 +359,12 @@ sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterRobo + - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterSci name: science winter coat components: @@ -319,9 +378,11 @@ Slash: 0.95 Heat: 0.90 Caustic: 0.9 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterSec name: security winter coat components: @@ -329,9 +390,11 @@ sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSec - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterViro name: virology winter coat components: @@ -345,9 +408,11 @@ Slash: 0.95 Heat: 0.90 Caustic: 0.9 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSci - type: entity - parent: ClothingOuterWinterCoat + parent: 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. @@ -363,9 +428,11 @@ Slash: 0.70 Piercing: 0.8 #slightly less bulletproof then warden's normal coat Heat: 0.70 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterWarden - type: entity - parent: ClothingOuterWinterCoat + 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." @@ -374,6 +441,8 @@ sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie - type: entity parent: ClothingOuterWinterWarden @@ -385,9 +454,11 @@ sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie - type: entity - parent: ClothingOuterWinterCoat + parent: ClothingOuterWinterCoatToggleable id: ClothingOuterWinterSyndie name: syndicate's winter coat description: Insulated winter coat, looks like a merch from "Syndieland" @@ -396,6 +467,8 @@ sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi - type: Clothing sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodWinterSyndie - type: entity parent: ClothingOuterWinterCoat diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..545e768afa Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/icon.png new file mode 100644 index 0000000000..31748b953b Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodbartender.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..82c14215c2 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/icon.png new file mode 100644 index 0000000000..916da17831 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcaptain.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..2e1a158b93 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/icon.png new file mode 100644 index 0000000000..f0829fd9cd Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcargo.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..4ad343716f Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/icon.png new file mode 100644 index 0000000000..ed5d67b686 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..48aa664be3 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/icon.png new file mode 100644 index 0000000000..806634d5a2 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcentcom.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..ffc3331016 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/icon.png new file mode 100644 index 0000000000..b1ad4dfd7b Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodchemist.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..5a57391603 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/icon.png new file mode 100644 index 0000000000..2d94c9c11c Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..5cd3633a8e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/icon.png new file mode 100644 index 0000000000..9421b9a13b Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hooddefault.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..8994d31ba5 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/icon.png new file mode 100644 index 0000000000..9a429c805a Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodengi.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..6117c92a18 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/icon.png new file mode 100644 index 0000000000..97d0e02899 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..bbee5da1d9 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/icon.png new file mode 100644 index 0000000000..b678ba56b2 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..7665f462e5 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/icon.png new file mode 100644 index 0000000000..d7e71539f3 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodhydro.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..7da921de20 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/icon.png new file mode 100644 index 0000000000..115b9d52f6 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodjani.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..35fa4c063b Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/icon.png new file mode 100644 index 0000000000..e4db6e6281 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..8168b93984 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/icon.png new file mode 100644 index 0000000000..37dd35df2d Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodmime.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..3de5e6a4c9 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/icon.png new file mode 100644 index 0000000000..dd57205e7c Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodminer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..93423160eb Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/icon.png new file mode 100644 index 0000000000..d2798bed10 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodpara.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..0508617792 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/icon.png new file mode 100644 index 0000000000..6960ae2a4c Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..492ff07c74 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/icon.png new file mode 100644 index 0000000000..dcf2721400 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..a881fb96ea Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/icon.png new file mode 100644 index 0000000000..7ee0aa7288 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodrobo.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..1903db1639 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/icon.png new file mode 100644 index 0000000000..6aa90be399 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..f7e1738c32 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/icon.png new file mode 100644 index 0000000000..37fbbfb008 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..a9333c0f2e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/icon.png new file mode 100644 index 0000000000..5054e36643 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/meta.json new file mode 100644 index 0000000000..7867b11a02 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/Coat/hoodsyndicate.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Gotimanga for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +}