Skip to content

Commit

Permalink
CHOCCY MILK! (#7)
Browse files Browse the repository at this point in the history
# Description

- [x] Chocolate milk
#2

---------

Co-authored-by: DEATHB4DEFEAT <[email protected]>
  • Loading branch information
OCOtheOmega and DEATHB4DEFEAT authored Oct 29, 2023
1 parent df3e79c commit 0a10839
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reagent-name-choccy-milk = Chocolate Milk
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@
Quantity: 3
- ReagentId: CocoaPowder
Quantity: 1
- type: Extractable
grindableSolutionName: food

- type: entity
name: energy bar
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
- type: reagent
parent: BaseDrink
id: ChocolateMilk
name: reagent-name-choccy-milk
desc: reagent-desc-butter
physicalDesc: reagent-physical-desc-milky
flavor: chocolate
color: "#623412"
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 3
- !type:AdjustReagent
reagent: Theobromine
amount: 0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: reaction
id: ChocolateMilk
reactants:
Milk:
amount: 5
CocoaPowder:
amount: 1
products:
ChocolateMilk: 5

0 comments on commit 0a10839

Please sign in to comment.