From ca702e26805f32db7966632706401a7a86576ee7 Mon Sep 17 00:00:00 2001 From: BramvanZijp Date: Thu, 19 Sep 2024 10:25:50 +0200 Subject: [PATCH 1/4] Fix Doctors Delight metabolism Rate --- Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index 1aa03bf4c93661..ea16e556b5fa77 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -867,6 +867,7 @@ metamorphicChangeColor: false metabolisms: Drink: + metabolismRate: 0.25 effects: - !type:SatiateThirst factor: 2 @@ -876,6 +877,7 @@ reagent: Ethanol amount: 0.05 Medicine: + metabolismRate: 0.25 effects: - !type:HealthChange damage: From 3270ca6084bee6de521c8bd75010fbc76aacee7a Mon Sep 17 00:00:00 2001 From: BramvanZijp Date: Sat, 21 Sep 2024 10:35:32 +0200 Subject: [PATCH 2/4] Combine Drink and Medicine instead of halving their motabolism rate. --- Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index ea16e556b5fa77..73c99a206aea4e 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -867,7 +867,7 @@ metamorphicChangeColor: false metabolisms: Drink: - metabolismRate: 0.25 + metabolismRate: 0.5 effects: - !type:SatiateThirst factor: 2 @@ -876,9 +876,6 @@ - !type:AdjustReagent reagent: Ethanol amount: 0.05 - Medicine: - metabolismRate: 0.25 - effects: - !type:HealthChange damage: groups: @@ -886,6 +883,7 @@ Brute: -1 Airloss: -1 Toxin: -1 + - type: reagent id: DriestMartini From 2c3ca32d942f8b7243ec7ee75a96f926635343ad Mon Sep 17 00:00:00 2001 From: BramvanZijp <56019239+BramvanZijp@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:21:27 +0200 Subject: [PATCH 3/4] Removed unintentional newline. Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index 73c99a206aea4e..0aa34ab944ebec 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -883,7 +883,6 @@ Brute: -1 Airloss: -1 Toxin: -1 - - type: reagent id: DriestMartini From 67736e43adc6a358d97e6f3c1c6dd09c94efd52a Mon Sep 17 00:00:00 2001 From: BramvanZijp <56019239+BramvanZijp@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:21:56 +0200 Subject: [PATCH 4/4] Remove metabolismRate since it is setting it to the default. Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml index 0aa34ab944ebec..602d6296b3d361 100644 --- a/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml +++ b/Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml @@ -867,7 +867,6 @@ metamorphicChangeColor: false metabolisms: Drink: - metabolismRate: 0.5 effects: - !type:SatiateThirst factor: 2