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 id: PietyVendInventory
startingInventory: startingInventory:
ClothingUniformJumpsuitChaplain: 2 ClothingUniformJumpsuitChaplain: 2
@@ -7,7 +7,6 @@
ClothingUniformJumpsuitMonasticRobeLight: 1 ClothingUniformJumpsuitMonasticRobeLight: 1
ClothingOuterHoodieChaplain: 1 ClothingOuterHoodieChaplain: 1
ClothingOuterHoodieBlack: 1 ClothingOuterHoodieBlack: 1
ClothingHeadHatHoodChaplainHood: 1
ClothingHeadHatHoodNunHood: 1 ClothingHeadHatHoodNunHood: 1
ClothingOuterNunRobe: 1 ClothingOuterNunRobe: 1
ClothingHeadHatFez: 1 ClothingHeadHatFez: 1

View File

@@ -19,7 +19,7 @@
id: ClothingHeadHatHoodBioCmo id: ClothingHeadHatHoodBioCmo
name: bio hood name: bio hood
suffix: CMO 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: components:
- type: Sprite - type: Sprite
sprite: Clothing/Head/Hoods/Bio/cmo.rsi sprite: Clothing/Head/Hoods/Bio/cmo.rsi
@@ -77,7 +77,8 @@
- type: entity - type: entity
parent: ClothingHeadBase parent: ClothingHeadBase
id: ClothingHeadHatHoodChaplainHood id: ClothingHeadHatHoodChaplainHood
name: chaplain hood noSpawn: true
name: chaplain's hood
description: Maximum piety in this star system. description: Maximum piety in this star system.
components: components:
- type: Sprite - type: Sprite

View File

@@ -43,6 +43,20 @@
- type: StaticPrice - type: StaticPrice
price: 80 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 - type: entity
abstract: true abstract: true
parent: [ClothingOuterBase, GeigerCounterClothing] parent: [ClothingOuterBase, GeigerCounterClothing]
@@ -94,3 +108,18 @@
sprintModifier: 0.8 sprintModifier: 0.8
- type: Item - type: Item
size: 80 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 sprite: Clothing/OuterClothing/Coats/insp_coat.rsi
- type: entity - type: entity
parent: ClothingOuterStorageBase parent: ClothingOuterStorageToggleableBase
id: ClothingOuterCoatJensen id: ClothingOuterCoatJensen
name: jensen coat name: jensen coat
description: A jensen coat. description: A jensen coat.
@@ -83,6 +83,8 @@
sprite: Clothing/OuterClothing/Coats/jensencoat.rsi sprite: Clothing/OuterClothing/Coats/jensencoat.rsi
- type: Clothing - type: Clothing
sprite: Clothing/OuterClothing/Coats/jensencoat.rsi sprite: Clothing/OuterClothing/Coats/jensencoat.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodChaplainHood
- type: entity - type: entity
parent: ClothingOuterStorageBase parent: ClothingOuterStorageBase

View File

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