From a8018dd57575ab8d7c9605a2e96060ae37e00b3b Mon Sep 17 00:00:00 2001 From: Waylon Cude Date: Wed, 20 Sep 2023 17:58:56 -0700 Subject: [PATCH] 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 --- .../Reagents/Consumable/Drink/alcohol.yml | 14 +++++----- .../Prototypes/Recipes/Reactions/drinks.yml | 26 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index 6cc3908c56..f9880a200c 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -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 diff --git a/Resources/Prototypes/Recipes/Reactions/drinks.yml b/Resources/Prototypes/Recipes/Reactions/drinks.yml index 60f4c08dcc..1084135bb0 100644 --- a/Resources/Prototypes/Recipes/Reactions/drinks.yml +++ b/Resources/Prototypes/Recipes/Reactions/drinks.yml @@ -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 -- 2.51.2