Add trench coats (#23563)

This commit is contained in:
Ubaser
2024-01-07 12:06:15 +11:00
committed by GitHub
parent 3261962f8c
commit 94d4d22f2d
11 changed files with 69 additions and 1 deletions

View File

@@ -9,11 +9,12 @@
ClothingNeckScarfStripedLightBlue: 3
ClothingNeckScarfStripedOrange: 3
ClothingNeckScarfStripedPurple: 3
ClothingOuterCoatTrench: 6
ClothingOuterWinterCoat: 6
ClothingShoesBootsWinter: 6
ClothingOuterFlannelRed: 2
ClothingOuterFlannelBlue: 2
ClothingOuterFlannelGreen: 2
ClothingShoesBootsWinter: 6
ClothingOuterCoatBomber: 3
ClothingHeadHatSantahat: 2
ClothingHeadHatXmasCrown: 2

View File

@@ -87,6 +87,32 @@
- type: ToggleableClothing
clothingPrototype: ClothingHeadHatHoodChaplainHood
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatTrench
name: trench coat
description: A comfy trench coat.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/trenchcoat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/trenchcoat.rsi
- type: TemperatureProtection
coefficient: 0.1
- type: Armor
modifiers:
coefficients:
Slash: 0.95
- type: Food
requiresSpecialDigestion: true
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Fiber
Quantity: 20
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatLab