Monastic robes add (#9861)

This commit is contained in:
Deahaka
2022-07-31 06:16:14 +03:00
committed by GitHub
parent 9fd4569c42
commit 10c48fa51c
12 changed files with 76 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
startingInventory:
ClothingUniformJumpsuitChaplain: 2
ClothingUniformJumpskirtChaplain: 2
ClothingUniformJumpsuitMonasticRobeDark: 1
ClothingUniformJumpsuitMonasticRobeLight: 1
ClothingOuterHoodieChaplain: 1
ClothingOuterHoodieBlack: 1
ClothingHeadHatHoodChaplainHood: 1

View File

@@ -800,3 +800,25 @@
sprite: Clothing/Uniforms/Jumpsuit/journalist.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/journalist.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitMonasticRobeDark
name: dark monastic robe
description: It's a dark robe, often worn by religious folk.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_dark.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_dark.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitMonasticRobeLight
name: light monastic robe
description: It's a light robe, often worn by religious folk.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_light.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/monastic_robe_light.rsi