Hoods for Winter Coats (#19541)
* First few wintercoat hoods * More Coat Hoods * Cleaning up and organizing * Maybe the coat hoods don't need their own YML file * Tweaks and resprites * licenses and removing pixels * Final changes before PR * Added sound, plus rearanging base hood * Fixing changes I shouldn't have made while I was tired + adding custom action name * Forgot to name the base wintercoat with hood * Please fix the YAML test fail * Changing a few pixels on the hoods * Hopefully fixing testfail * Test Fail Fix
@@ -102,7 +102,7 @@
|
|||||||
itemIconStyle: BigItem
|
itemIconStyle: BigItem
|
||||||
useDelay: 1 # equip noise spam.
|
useDelay: 1 # equip noise spam.
|
||||||
event: !type:ToggleClothingEvent
|
event: !type:ToggleClothingEvent
|
||||||
|
|
||||||
- type: instantAction
|
- type: instantAction
|
||||||
id: CombatModeToggle
|
id: CombatModeToggle
|
||||||
name: action-name-combat
|
name: action-name-combat
|
||||||
|
|||||||
@@ -227,3 +227,25 @@
|
|||||||
- type: BatterySelfRecharger
|
- type: BatterySelfRecharger
|
||||||
autoRecharge: true
|
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.
|
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
|
||||||
@@ -157,3 +157,270 @@
|
|||||||
tags:
|
tags:
|
||||||
- HidesHair
|
- HidesHair
|
||||||
- WhitelistChameleon
|
- 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
|
||||||
@@ -33,6 +33,21 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
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
|
id: ClothingOuterWinterAtmos
|
||||||
name: atmospherics winter coat
|
name: atmospherics winter coat
|
||||||
components:
|
components:
|
||||||
@@ -40,9 +55,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatatmos.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterEngineer
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterBar
|
id: ClothingOuterWinterBar
|
||||||
name: bartender winter coat
|
name: bartender winter coat
|
||||||
components:
|
components:
|
||||||
@@ -50,9 +67,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatbar.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterBartender
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterCap
|
id: ClothingOuterWinterCap
|
||||||
name: captain's winter coat
|
name: captain's winter coat
|
||||||
components:
|
components:
|
||||||
@@ -60,9 +79,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatcap.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterCaptain
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterCargo
|
id: ClothingOuterWinterCargo
|
||||||
name: cargo winter coat
|
name: cargo winter coat
|
||||||
components:
|
components:
|
||||||
@@ -70,9 +91,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatcargo.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterCargo
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterCE
|
id: ClothingOuterWinterCE
|
||||||
name: chief engineer's winter coat
|
name: chief engineer's winter coat
|
||||||
components:
|
components:
|
||||||
@@ -80,9 +103,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatce.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterCE
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterCentcom
|
id: ClothingOuterWinterCentcom
|
||||||
name: CentCom winter coat
|
name: CentCom winter coat
|
||||||
components:
|
components:
|
||||||
@@ -90,6 +115,8 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatcentcom.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterCentcom
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
@@ -103,7 +130,7 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatchef.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterChem
|
id: ClothingOuterWinterChem
|
||||||
name: chemistry winter coat
|
name: chemistry winter coat
|
||||||
components:
|
components:
|
||||||
@@ -117,9 +144,11 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Caustic: 0.75
|
Caustic: 0.75
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterChem
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterCMO
|
id: ClothingOuterWinterCMO
|
||||||
name: chief medical officer's winter coat
|
name: chief medical officer's winter coat
|
||||||
components:
|
components:
|
||||||
@@ -133,6 +162,8 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Caustic: 0.75
|
Caustic: 0.75
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterCMO
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
@@ -145,7 +176,7 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterEngi
|
id: ClothingOuterWinterEngi
|
||||||
name: engineering winter coat
|
name: engineering winter coat
|
||||||
components:
|
components:
|
||||||
@@ -153,9 +184,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatengi.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterEngineer
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterGen
|
id: ClothingOuterWinterGen
|
||||||
name: genetics winter coat
|
name: genetics winter coat
|
||||||
components:
|
components:
|
||||||
@@ -169,9 +202,11 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Caustic: 0.9
|
Caustic: 0.9
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterSci
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterHoP
|
id: ClothingOuterWinterHoP
|
||||||
name: head of personnel's winter coat
|
name: head of personnel's winter coat
|
||||||
components:
|
components:
|
||||||
@@ -179,9 +214,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coathop.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterHOP
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterHoS
|
id: ClothingOuterWinterHoS
|
||||||
name: head of security's winter coat
|
name: head of security's winter coat
|
||||||
components:
|
components:
|
||||||
@@ -189,9 +226,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coathos.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterHOS
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterHydro
|
id: ClothingOuterWinterHydro
|
||||||
name: hydroponics winter coat
|
name: hydroponics winter coat
|
||||||
components:
|
components:
|
||||||
@@ -199,9 +238,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coathydro.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterHydro
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterJani
|
id: ClothingOuterWinterJani
|
||||||
name: janitorial winter coat
|
name: janitorial winter coat
|
||||||
components:
|
components:
|
||||||
@@ -215,9 +256,11 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.9
|
Heat: 0.9
|
||||||
Caustic: 0.9
|
Caustic: 0.9
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterJani
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterMed
|
id: ClothingOuterWinterMed
|
||||||
name: medical winter coat
|
name: medical winter coat
|
||||||
components:
|
components:
|
||||||
@@ -231,9 +274,11 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Caustic: 0.9
|
Caustic: 0.9
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterMed
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterMime
|
id: ClothingOuterWinterMime
|
||||||
name: mime winter coat
|
name: mime winter coat
|
||||||
components:
|
components:
|
||||||
@@ -241,9 +286,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterMime
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterMiner
|
id: ClothingOuterWinterMiner
|
||||||
name: mining winter coat
|
name: mining winter coat
|
||||||
components:
|
components:
|
||||||
@@ -251,9 +298,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatminer.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterMiner
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterPara
|
id: ClothingOuterWinterPara
|
||||||
name: paramedic winter coat
|
name: paramedic winter coat
|
||||||
components:
|
components:
|
||||||
@@ -267,9 +316,11 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.75
|
Heat: 0.75
|
||||||
Caustic: 0.9
|
Caustic: 0.9
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterPara
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterQM
|
id: ClothingOuterWinterQM
|
||||||
name: quartermaster's winter coat
|
name: quartermaster's winter coat
|
||||||
components:
|
components:
|
||||||
@@ -277,9 +328,12 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatqm.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterQM
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterRD
|
id: ClothingOuterWinterRD
|
||||||
name: research director's winter coat
|
name: research director's winter coat
|
||||||
components:
|
components:
|
||||||
@@ -293,9 +347,11 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Caustic: 0.9
|
Caustic: 0.9
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterRD
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterRobo
|
id: ClothingOuterWinterRobo
|
||||||
name: robotics winter coat
|
name: robotics winter coat
|
||||||
components:
|
components:
|
||||||
@@ -303,9 +359,12 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatrobo.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterRobo
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterSci
|
id: ClothingOuterWinterSci
|
||||||
name: science winter coat
|
name: science winter coat
|
||||||
components:
|
components:
|
||||||
@@ -319,9 +378,11 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Caustic: 0.9
|
Caustic: 0.9
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterSci
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterSec
|
id: ClothingOuterWinterSec
|
||||||
name: security winter coat
|
name: security winter coat
|
||||||
components:
|
components:
|
||||||
@@ -329,9 +390,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/coatsec.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterSec
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterViro
|
id: ClothingOuterWinterViro
|
||||||
name: virology winter coat
|
name: virology winter coat
|
||||||
components:
|
components:
|
||||||
@@ -345,9 +408,11 @@
|
|||||||
Slash: 0.95
|
Slash: 0.95
|
||||||
Heat: 0.90
|
Heat: 0.90
|
||||||
Caustic: 0.9
|
Caustic: 0.9
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterSci
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterWarden
|
id: ClothingOuterWinterWarden
|
||||||
name: warden's armored winter coat
|
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.
|
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
|
Slash: 0.70
|
||||||
Piercing: 0.8 #slightly less bulletproof then warden's normal coat
|
Piercing: 0.8 #slightly less bulletproof then warden's normal coat
|
||||||
Heat: 0.70
|
Heat: 0.70
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterWarden
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterSyndieCap
|
id: ClothingOuterWinterSyndieCap
|
||||||
name: syndicate's winter coat
|
name: syndicate's winter coat
|
||||||
description: "The syndicate's winter coat is made of durable fabric, with gilded patterns, and coarse wool."
|
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
|
sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecap.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterSyndie
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterWarden
|
parent: ClothingOuterWinterWarden
|
||||||
@@ -385,9 +454,11 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/syndicate/coatsyndiecaparmored.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterSyndie
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoatToggleable
|
||||||
id: ClothingOuterWinterSyndie
|
id: ClothingOuterWinterSyndie
|
||||||
name: syndicate's winter coat
|
name: syndicate's winter coat
|
||||||
description: Insulated winter coat, looks like a merch from "Syndieland"
|
description: Insulated winter coat, looks like a merch from "Syndieland"
|
||||||
@@ -396,6 +467,8 @@
|
|||||||
sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi
|
sprite: Clothing/OuterClothing/WinterCoats/syndicate/wintercoatsyndie.rsi
|
||||||
|
- type: ToggleableClothing
|
||||||
|
clothingPrototype: ClothingHeadHatHoodWinterSyndie
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterWinterCoat
|
parent: ClothingOuterWinterCoat
|
||||||
|
|||||||
|
After Width: | Height: | Size: 887 B |
|
After Width: | Height: | Size: 426 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 701 B |
|
After Width: | Height: | Size: 374 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 432 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 873 B |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodce.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 395 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 358 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 765 B |
|
After Width: | Height: | Size: 378 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodcmo.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 389 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 977 B |
|
After Width: | Height: | Size: 406 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 783 B |
|
After Width: | Height: | Size: 415 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 638 B |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodhop.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 365 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 629 B |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodhos.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 381 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 401 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 715 B |
|
After Width: | Height: | Size: 418 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 657 B |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodmed.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 368 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 394 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 623 B |
|
After Width: | Height: | Size: 379 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 663 B |
|
After Width: | Height: | Size: 419 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodqm.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 413 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 652 B |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodrd.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 366 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 726 B |
|
After Width: | Height: | Size: 412 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 695 B |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodsci.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 377 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 858 B |
BIN
Resources/Textures/Clothing/Head/Hoods/Coat/hoodsec.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 418 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 537 B |
|
After Width: | Height: | Size: 445 B |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||