From e3b35062c00c09dad2adf50040d44c97bd12418a Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Thu, 21 Nov 2013 08:08:27 -0600 Subject: [PATCH] Added weight for new weapon classes #696 --- .../R3F_Realism/R3F_Weight/R3F_CfgWeight.h | 16 ++++++++++++++++ 1 file changed, 16 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 05fbcaadc..9f958e36e 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 @@ -140,14 +140,26 @@ class CfgWeight { weight = 8; }; + class M249_m145_EP1_DZE + { + weight = 8; + }; class M60A4_EP1 { weight = 10; }; + class M60A4_EP1_DZE + { + weight = 10; + }; class m240_scoped_EP1 { weight = 14; }; + class m240_scoped_EP1_DZE + { + weight = 14; + }; class MG36_camo { weight = 3.6; @@ -950,6 +962,10 @@ class CfgWeight { weight = 0.3; }; + class 8Rnd_B_Saiga12_Pellets + { + weight = 0.3; + }; class 64Rnd_9x19_Bizon { weight = 0.8;