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:
Maxtone
2023-03-06 13:04:11 -06:00
committed by GitHub
parent 086912a285
commit 58becca060
22 changed files with 128 additions and 0 deletions

View File

@@ -13,6 +13,8 @@
ClothingHeadsetMedical: 4
ClothingOuterWinterMed: 2
ClothingOuterWinterPara: 2
ClothingOuterCoatParamedicWB: 2
ClothingHeadHatParamedicsoft: 2
ClothingHeadHelmetVoidParamed: 1
ClothingOuterHardsuitVoidParamed: 1

View File

@@ -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

View File

@@ -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