From c801365a1ffa004b43df20f3b5dfe0ec56dc714a Mon Sep 17 00:00:00 2001 From: seelenapparat Date: Tue, 24 Aug 2021 15:39:17 +0200 Subject: [PATCH] Fix Painkiller weight in Medical.hpp Fixed the weight of the painkillers. Adjusted the values to the same as the antibiotics. --- .../R3F_Realism/R3F_Weight/Magazines/Medical.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Medical.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Medical.hpp index 5ea9ecfec..646fe1d16 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Medical.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Medical.hpp @@ -140,31 +140,31 @@ class emptyBloodBag }; class ItemPainkiller6 { - weight = 0.6; + weight = 0.08; }; class ItemPainkiller5 { - weight = 0.5; + weight = 0.06; }; class ItemPainkiller4 { - weight = 0.4; + weight = 0.04; }; class ItemPainkiller3 { - weight = 0.3; + weight = 0.02; }; class ItemPainkiller2 { - weight = 0.2; + weight = 0.009; }; class ItemPainkiller1 { - weight = 0.1; + weight = 0.005; }; class ItemPainkillerEmpty { - weight = 0.0; + weight = 0.002; }; class equip_woodensplint {