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;