-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description - [x] Chocolate milk #2 --------- Co-authored-by: DEATHB4DEFEAT <[email protected]>
- Loading branch information
1 parent
df3e79c
commit 0a10839
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Resources/Locale/en-US/simplestation14/Prototypes/Reagents/food.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
reagent-name-choccy-milk = Chocolate Milk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/SimpleStation14/Reagents/Consumables/Drink/chocolate.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
9 changes: 9 additions & 0 deletions
9
Resources/Prototypes/SimpleStation14/Recipes/Reactions/drink.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |