From 1c1035247538bda8735a7af26d819beee226fc29 Mon Sep 17 00:00:00 2001 From: GeneralGaws Date: Thu, 26 Dec 2024 15:47:39 +0300 Subject: [PATCH] moth food --- .../Stray/Entities/Clothing/Under/pants.yml | 12 ++++++++++++ .../Stray/Entities/Clothing/Under/shirts.yml | 12 ++++++++++++ .../Stray/Entities/Clothing/Under/socks.yml | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/Resources/Prototypes/Stray/Entities/Clothing/Under/pants.yml b/Resources/Prototypes/Stray/Entities/Clothing/Under/pants.yml index 1a3a8ca8e3d..58283978882 100644 --- a/Resources/Prototypes/Stray/Entities/Clothing/Under/pants.yml +++ b/Resources/Prototypes/Stray/Entities/Clothing/Under/pants.yml @@ -12,6 +12,18 @@ state: icon - type: TemperatureProtection coolingCoefficient: 0.80 + - type: Food + requiresSpecialDigestion: true + - type: SolutionContainerManager + solutions: + food: + maxVol: 30 + reagents: + - ReagentId: Fiber + Quantity: 30 + - type: Tag + tags: + - ClothMade - type: entity parent: ClothingUnderPantsBase diff --git a/Resources/Prototypes/Stray/Entities/Clothing/Under/shirts.yml b/Resources/Prototypes/Stray/Entities/Clothing/Under/shirts.yml index 62382de6f13..d29f6e4dda3 100644 --- a/Resources/Prototypes/Stray/Entities/Clothing/Under/shirts.yml +++ b/Resources/Prototypes/Stray/Entities/Clothing/Under/shirts.yml @@ -12,6 +12,18 @@ state: icon - type: TemperatureProtection coolingCoefficient: 0.75 + - type: Food + requiresSpecialDigestion: true + - type: SolutionContainerManager + solutions: + food: + maxVol: 30 + reagents: + - ReagentId: Fiber + Quantity: 30 + - type: Tag + tags: + - ClothMade - type: entity parent: ClothingUnderShirtBase diff --git a/Resources/Prototypes/Stray/Entities/Clothing/Under/socks.yml b/Resources/Prototypes/Stray/Entities/Clothing/Under/socks.yml index 49cf1d490cc..d1448fe7e36 100644 --- a/Resources/Prototypes/Stray/Entities/Clothing/Under/socks.yml +++ b/Resources/Prototypes/Stray/Entities/Clothing/Under/socks.yml @@ -12,6 +12,18 @@ state: icon - type: TemperatureProtection coolingCoefficient: 0.90 + - type: Food + requiresSpecialDigestion: true + - type: SolutionContainerManager + solutions: + food: + maxVol: 30 + reagents: + - ReagentId: Fiber + Quantity: 30 + - type: Tag + tags: + - ClothMade - type: entity