Skip to content

Commit

Permalink
moth food
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneralGaws committed Dec 26, 2024
1 parent f8fe635 commit 1c10352
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/Prototypes/Stray/Entities/Clothing/Under/pants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/Stray/Entities/Clothing/Under/shirts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/Stray/Entities/Clothing/Under/socks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c10352

Please sign in to comment.