From efd13343afc3b64fca1a5b83cb1f97bc854a5913 Mon Sep 17 00:00:00 2001 From: neuPanda Date: Mon, 12 Aug 2024 18:20:33 -0400 Subject: [PATCH 1/2] Add: recipe for making cream from milk --- .../Prototypes/Floof/Recipes/Reactions/drinks.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml index 52d52731180..c1b35cc5d54 100644 --- a/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml @@ -455,3 +455,13 @@ amount: 1 products: YeOlHandy: 5 + +- type: reaction + id: Cream + reactants: + Sugar: + amount: 5 + Milk: + amount: 10 + products: + Cream: 15 From 971b237478fca6dc95ec83a577f3ae4344fb18e2 Mon Sep 17 00:00:00 2001 From: neuPanda Date: Mon, 12 Aug 2024 22:58:50 -0400 Subject: [PATCH 2/2] Fix: Cream of Coconut Commented out Cream of Coconut from upstream file Added new Cream of Coconut recipee in Floof files Changed recipee from 1 sugar, 1 milk, 1 coconut for 3 unis to 1 sugar, 3 cream (1 sugar, 2 milk), 2 coconut for 6 units same recipee just supports intermediate reaction --- .../Floof/Recipes/Reactions/drinks.yml | 13 +++++++++++ .../Prototypes/Recipes/Reactions/drinks.yml | 23 ++++++++++--------- 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml index c1b35cc5d54..9b2bf7d3845 100644 --- a/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Floof/Recipes/Reactions/drinks.yml @@ -465,3 +465,16 @@ 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