Add cup ramen and sinks (#6403)

Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
Fishfish458
2022-02-01 00:16:49 -06:00
committed by GitHub
parent 1466256fa2
commit d0b37c0872
8 changed files with 140 additions and 24 deletions

View File

@@ -237,3 +237,29 @@
plantMetabolism:
- !type:PlantAdjustWater
amount: 1
- type: reagent
id: DryRamen
name: dry ramen
parent: BaseDrink
desc: Dry noodles and salt.
physicalDesc: wormy
color: "#664300"
metabolisms:
Food:
effects:
- !type:SatiateHunger
factor: 1
- type: reagent
id: HotRamen
name: hot ramen
parent: BaseDrink
desc: Hot noodles.
physicalDesc: wormy
color: "#664300"
metabolisms:
Food:
effects:
- !type:SatiateHunger
factor: 4