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
|
||||
useDelay: 1 # equip noise spam.
|
||||
event: !type:ToggleClothingEvent
|
||||
|
||||
|
||||
- type: instantAction
|
||||
id: CombatModeToggle
|
||||
name: action-name-combat
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
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
|
||||
}
|
||||
]
|
||||
}
|
||||