This commit is contained in:
Veritius
2022-02-02 17:20:54 +11:00
committed by GitHub
parent 17db0775c8
commit 07fbc257d3
2 changed files with 23 additions and 0 deletions

View File

@@ -263,3 +263,16 @@
effects:
- !type:SatiateHunger
factor: 4
- type: reagent
id: Pilk
name: pilk
parent: BaseDrink
desc: A sickening mixture of milk and cola.
physicalDesc: creamy
color: "#e7c69f"
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 1

View File

@@ -561,3 +561,13 @@
amount: 1
products:
HotRamen: 3
- type: reaction
id: Pilk
reactants:
Cola:
amount: 1
Milk:
amount: 1
products:
Pilk: 2