From 3e92eb1910f9bbb2455e10e4a620601e0a4d1b91 Mon Sep 17 00:00:00 2001 From: saga3152 <133799418+saga3152@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:27:41 +0200 Subject: [PATCH] Soda water and Vodka recipes (#32252) * SodaWater and Vodka recipes * Changed crystals recipe in fun.yml * plasma is now a catalyst to create crystals * Revert "plasma is now a catalyst to create crystals" This reverts commit 1002d9927a3597f7a02611071ef3f706cd056a41. * Revert "Changed crystals recipe in fun.yml" This reverts commit 30b6b602228ec1b11a46e390c6a5868494e2b61f. * Stir to make Vodka * Shake to make soda water * fix --- .../Prototypes/Recipes/Reactions/drinks.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index 67a5b54f81aac0..9bbd07848a82ab 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -941,6 +941,18 @@ products: SnowWhite: 3 +- type: reaction + id: SodaWater + requiredMixerCategories: + - Shake + reactants: + Water: + amount: 5 + CarbonDioxide: + amount: 1 + products: + SodaWater: 6 + - type: reaction id: SoyLatte reactants: @@ -1146,6 +1158,18 @@ products: TheMartinez: 6 +- type: reaction + id: Vodka + requiredMixerCategories: + - Stir + reactants: + Ethanol: + amount: 1 + Water: + amount: 1 + products: + Vodka: 2 + - type: reaction id: WaterBreakdown source: true