From 1959d9b862273a294271706dfe48ed87658b9a90 Mon Sep 17 00:00:00 2001 From: Cplhardcore <135324281+Cplhardcore@users.noreply.github.com> Date: Wed, 19 Feb 2025 08:46:33 -0800 Subject: [PATCH 1/2] Update ACE_Medical_Treatment.hpp --- addons/pharma/ACE_Medical_Treatment.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/addons/pharma/ACE_Medical_Treatment.hpp b/addons/pharma/ACE_Medical_Treatment.hpp index d34f94e7a..38b7f738e 100644 --- a/addons/pharma/ACE_Medical_Treatment.hpp +++ b/addons/pharma/ACE_Medical_Treatment.hpp @@ -205,6 +205,20 @@ class ACE_ADDON(Medical_Treatment) { onOverDose = ""; maxRelief = 0.5; }; + class PainKillers { + painReduce = 0.2; + hrIncreaseLow[] = {0, 5}; + hrIncreaseNormal[] = {5, 10}; + hrIncreaseHigh[] = {5, 10}; + timeInSystem = 360; + timeTillMaxEffect = 45; + maxDose = 6; + maxDoseDeviation = 4; + incompatibleMedication[] = {}; + viscosityChange = -5; + onOverDose = ""; + maxRelief = 0.5; + }; class Atropine { painReduce = 0; hrIncreaseLow[] = {20, 40}; From f78a1b80f854a0d34248526a923f6bf21d2c365a Mon Sep 17 00:00:00 2001 From: Cplhardcore <135324281+Cplhardcore@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:46:01 -0800 Subject: [PATCH 2/2] Changes --- addons/pharma/ACE_Medical_Treatment.hpp | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/addons/pharma/ACE_Medical_Treatment.hpp b/addons/pharma/ACE_Medical_Treatment.hpp index 38b7f738e..73f3a6a6b 100644 --- a/addons/pharma/ACE_Medical_Treatment.hpp +++ b/addons/pharma/ACE_Medical_Treatment.hpp @@ -206,16 +206,14 @@ class ACE_ADDON(Medical_Treatment) { maxRelief = 0.5; }; class PainKillers { - painReduce = 0.2; - hrIncreaseLow[] = {0, 5}; - hrIncreaseNormal[] = {5, 10}; - hrIncreaseHigh[] = {5, 10}; - timeInSystem = 360; - timeTillMaxEffect = 45; - maxDose = 6; - maxDoseDeviation = 4; + painReduce = 0.35; + hrIncreaseLow[] = {-5, -10}; + hrIncreaseNormal[] = {-5, -15}; + hrIncreaseHigh[] = {-5, -17}; + timeInSystem = 420; + timeTillMaxEffect = 60; + maxDose = 5; incompatibleMedication[] = {}; - viscosityChange = -5; onOverDose = ""; maxRelief = 0.5; };