Chaplain Hoodie change (#20096)

This commit is contained in:
peptron1
2023-09-17 21:10:44 -04:00
committed by GitHub
parent fc6638d7e0
commit 470254276f
5 changed files with 40 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
- type: vendingMachineInventory
- type: vendingMachineInventory
id: PietyVendInventory
startingInventory:
ClothingUniformJumpsuitChaplain: 2
@@ -7,7 +7,6 @@
ClothingUniformJumpsuitMonasticRobeLight: 1
ClothingOuterHoodieChaplain: 1
ClothingOuterHoodieBlack: 1
ClothingHeadHatHoodChaplainHood: 1
ClothingHeadHatHoodNunHood: 1
ClothingOuterNunRobe: 1
ClothingHeadHatFez: 1

View File

@@ -19,7 +19,7 @@
id: ClothingHeadHatHoodBioCmo
name: bio hood
suffix: CMO
description: An advanced hood for chief medical officer that protects the head and face from biological contaminants.
description: An advanced hood for chief medical officers that protects the head and face from biological contaminants.
components:
- type: Sprite
sprite: Clothing/Head/Hoods/Bio/cmo.rsi
@@ -77,7 +77,8 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHoodChaplainHood
name: chaplain hood
noSpawn: true
name: chaplain's hood
description: Maximum piety in this star system.
components:
- type: Sprite

View File

@@ -43,6 +43,20 @@
- type: StaticPrice
price: 80
- type: entity
abstract: true
parent: ClothingOuterStorageBase
id: ClothingOuterStorageToggleableBase
components:
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodWinterDefault
slot: head
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
storagebase: !type:Container
ents: []
- type: entity
abstract: true
parent: [ClothingOuterBase, GeigerCounterClothing]
@@ -94,3 +108,18 @@
sprintModifier: 0.8
- type: Item
size: 80
- type: entity
parent: ClothingOuterBase
id: ClothingOuterBaseToggleable
name: hoodie with hood
abstract: True
components:
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodWinterDefault
slot: head
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
storagebase: !type:Container
ents: []

View File

@@ -74,7 +74,7 @@
sprite: Clothing/OuterClothing/Coats/insp_coat.rsi
- type: entity
parent: ClothingOuterStorageBase
parent: ClothingOuterStorageToggleableBase
id: ClothingOuterCoatJensen
name: jensen coat
description: A jensen coat.
@@ -83,6 +83,8 @@
sprite: Clothing/OuterClothing/Coats/jensencoat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/jensencoat.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodChaplainHood
- type: entity
parent: ClothingOuterStorageBase

View File

@@ -92,15 +92,17 @@
proto: robot
- type: entity
parent: ClothingOuterBase
parent: ClothingOuterBaseToggleable
id: ClothingOuterHoodieChaplain
name: chaplain hoodie
name: chaplain's hoodie
description: Black and strict chaplain hoodie.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Misc/chaplain_hoodie.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Misc/chaplain_hoodie.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodChaplainHood
- type: entity
parent: ClothingOuterBase