Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHOCCY MILK! #7

Merged
merged 2 commits into from
Oct 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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