diff --git a/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml index 52d52731180..9b2bf7d3845 100644 --- a/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml @@ -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 + \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index c810ebb0ce5..592767d2f68 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -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