Adds paramedic hat and jacket to game and adds them to medidrobe (#14434)
Co-authored-by: MagnusCrowe <whiterider1988@yahoo.com>
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
ClothingHeadsetMedical: 4
|
||||
ClothingOuterWinterMed: 2
|
||||
ClothingOuterWinterPara: 2
|
||||
ClothingOuterCoatParamedicWB: 2
|
||||
ClothingHeadHatParamedicsoft: 2
|
||||
ClothingHeadHelmetVoidParamed: 1
|
||||
ClothingOuterHardsuitVoidParamed: 1
|
||||
|
||||
|
||||
@@ -283,3 +283,25 @@
|
||||
sprite: Clothing/Head/Soft/bizarresoft_flipped.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Soft/bizarresoft_flipped.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatParamedicsoft
|
||||
name: paramedic cap
|
||||
description: "It's a paramedic's baseball hat with a medical logo."
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Soft/paramedicsoft.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Soft/paramedicsoft.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatParamedicsoftFlipped
|
||||
name: paramedic cap flipped
|
||||
description: "It's a paramedic's baseball hat with a medical logo. Flipped."
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Soft/paramedicsoft_flipped.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Soft/paramedicsoft_flipped.rsi
|
||||
|
||||
@@ -175,4 +175,15 @@
|
||||
sprite: Clothing/OuterClothing/Coats/clownpriest.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Coats/clownpriest.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterStorageBase
|
||||
id: ClothingOuterCoatParamedicWB
|
||||
name: paramedic windbreaker
|
||||
description: A paramedic's trusty windbreaker, for all the space wind.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Coats/windbreaker_paramedic.rsi
|
||||
|
||||
Reference in New Issue
Block a user