Tweak mixed drink ratios (#20301)

The drinks in SS14 were made quite boozy, usually there should be more
mixer than alcohol in a drink. This commit tweaks all the standard
alcohol + mixer drinks to have twice the amount of mixer vs alcohol
This commit is contained in:
Waylon Cude
2023-09-20 17:58:56 -07:00
committed by GitHub
parent f8306911bc
commit a8018dd575
2 changed files with 20 additions and 20 deletions

View File

@@ -648,7 +648,7 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
amount: 0.07
- type: reagent
id: DemonsBlood
@@ -775,7 +775,7 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
amount: 0.07
- type: reagent
id: GinTonic
@@ -795,7 +795,7 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
amount: 0.07
- type: reagent
id: Goldschlager
@@ -1142,7 +1142,7 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
amount: 0.07
- type: reagent
id: CogChamp
@@ -1328,7 +1328,7 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
amount: 0.07
- type: reagent
id: WhiskeyCola
@@ -1348,7 +1348,7 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
amount: 0.07
- type: reagent
id: WhiskeySoda
@@ -1368,7 +1368,7 @@
factor: 2
- !type:AdjustReagent
reagent: Ethanol
amount: 0.15
amount: 0.07
- type: reagent
id: WhiteRussian

View File

@@ -89,7 +89,7 @@
CogChamp: 3
sound:
path: /Audio/Magic/Cults/ClockCult/steam_whoosh.ogg
- type: reaction
id: Barefoot
reactants:
@@ -186,9 +186,9 @@
id: CubaLibre
reactants:
Cola:
amount: 1
Rum:
amount: 2
Rum:
amount: 1
products:
CubaLibre: 3
@@ -304,9 +304,9 @@
id: GinTonic
reactants:
Gin:
amount: 2
TonicWater:
amount: 1
TonicWater:
amount: 2
products:
GinTonic: 3
@@ -670,9 +670,9 @@
id: ScrewdriverCocktail
reactants:
JuiceOrange:
amount: 1
Vodka:
amount: 2
Vodka:
amount: 1
products:
ScrewdriverCocktail: 3
@@ -799,9 +799,9 @@
id: VodkaTonic
reactants:
Vodka:
amount: 2
TonicWater:
amount: 1
TonicWater:
amount: 2
products:
VodkaTonic: 3
@@ -809,9 +809,9 @@
id: WhiskeyCola
reactants:
Cola:
amount: 1
Whiskey:
amount: 2
Whiskey:
amount: 1
products:
WhiskeyCola: 3
@@ -829,9 +829,9 @@
id: WhiskeySoda
reactants:
SodaWater:
amount: 1
Whiskey:
amount: 2
Whiskey:
amount: 1
products:
WhiskeySoda: 3