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

View File

@@ -186,9 +186,9 @@
id: CubaLibre id: CubaLibre
reactants: reactants:
Cola: Cola:
amount: 1
Rum:
amount: 2 amount: 2
Rum:
amount: 1
products: products:
CubaLibre: 3 CubaLibre: 3
@@ -304,9 +304,9 @@
id: GinTonic id: GinTonic
reactants: reactants:
Gin: Gin:
amount: 2
TonicWater:
amount: 1 amount: 1
TonicWater:
amount: 2
products: products:
GinTonic: 3 GinTonic: 3
@@ -670,9 +670,9 @@
id: ScrewdriverCocktail id: ScrewdriverCocktail
reactants: reactants:
JuiceOrange: JuiceOrange:
amount: 1
Vodka:
amount: 2 amount: 2
Vodka:
amount: 1
products: products:
ScrewdriverCocktail: 3 ScrewdriverCocktail: 3
@@ -799,9 +799,9 @@
id: VodkaTonic id: VodkaTonic
reactants: reactants:
Vodka: Vodka:
amount: 2
TonicWater:
amount: 1 amount: 1
TonicWater:
amount: 2
products: products:
VodkaTonic: 3 VodkaTonic: 3
@@ -809,9 +809,9 @@
id: WhiskeyCola id: WhiskeyCola
reactants: reactants:
Cola: Cola:
amount: 1
Whiskey:
amount: 2 amount: 2
Whiskey:
amount: 1
products: products:
WhiskeyCola: 3 WhiskeyCola: 3
@@ -829,9 +829,9 @@
id: WhiskeySoda id: WhiskeySoda
reactants: reactants:
SodaWater: SodaWater:
amount: 1
Whiskey:
amount: 2 amount: 2
Whiskey:
amount: 1
products: products:
WhiskeySoda: 3 WhiskeySoda: 3