Skip to content

Commit

Permalink
Merge pull request Simple-Station#104 from neuPanda/Milk_2_Cream_Recipee
Browse files Browse the repository at this point in the history
Add: Recipe for Making Cream From Milk
  • Loading branch information
Fansana authored Aug 15, 2024
2 parents 38cb9ef + 971b237 commit ca10030
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
23 changes: 23 additions & 0 deletions Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,3 +455,26 @@
amount: 1
products:
YeOlHandy: 5

- type: reaction
id: Cream
reactants:
Sugar:
amount: 5
Milk:
amount: 10
products:
Cream: 15

- type: reaction
id: CreamOfCoconut
reactants:
CoconutWater:
amount: 2
Cream:
amount: 3
Sugar:
amount: 1
products:
CreamOfCoconut: 6

23 changes: 12 additions & 11 deletions Resources/Prototypes/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,17 +246,18 @@
products:
Cosmopolitan: 3

- type: reaction
id: CreamOfCoconut
reactants:
CoconutWater:
amount: 1
Sugar:
amount: 1
Milk:
amount: 1
products:
CreamOfCoconut: 3
## different Floof Recipe
# - type: reaction
# id: CreamOfCoconut
# reactants:
# CoconutWater:
# amount: 1
# Sugar:
# amount: 1
# Milk:
# amount: 1
# products:
# CreamOfCoconut: 3

- type: reaction
id: CubaLibre
Expand Down

0 comments on commit ca10030

Please sign in to comment.