Skip to content

Commit

Permalink
Soda water and Vodka recipes (#32252)
Browse files Browse the repository at this point in the history
* 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 1002d99.

* Revert "Changed crystals recipe in fun.yml"

This reverts commit 30b6b60.

* Stir to make Vodka

* Shake to make soda water

* fix
  • Loading branch information
saga3152 committed Sep 20, 2024
1 parent 2955dd5 commit 3e92eb1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Resources/Prototypes/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3e92eb1

Please sign in to comment.