From 60296f70dfb302da24c37591e2e0ac9f23f97b92 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Wed, 4 Dec 2013 15:11:07 -0600 Subject: [PATCH] chainsaw weight --- .../R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h index a49d0c52d..7f326d548 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/R3F_CfgWeight.h @@ -12,6 +12,10 @@ class CfgWeight { class Weapons { + class Chainsaw + { + weight = 6.8; + }; class SCAR_L_STD_Mk4CQT { weight = 3.6; @@ -1535,6 +1539,26 @@ class CfgWeight { weight = 10; }; + class ItemJerryMixed + { + weight = 10; + }; + class ItemJerryMixed4 + { + weight = 8; + }; + class ItemJerryMixed3 + { + weight = 6; + }; + class ItemJerryMixed2 + { + weight = 4; + }; + class ItemJerryMixed1 + { + weight = 2; + }; class ItemJerrycanEmpty { weight = 1;