From b9fbd2723a92910494c63ce2bf6e98e6e8aed4ba Mon Sep 17 00:00:00 2001 From: William Giokas <1007380@gmail.com> Date: Thu, 1 Dec 2016 01:27:02 -0600 Subject: [PATCH] Realisticweights: Updated cyrus weight Cyrus was set to weigh 300 units (~30lb?). The NATO equivalent, the Noreen Bad News (or MAR-10) weighed 130, or 13lbs, equivalent to it's real life counterpart. This just changes the weight to 140, similar to that of the SVDK, a possible real-life counterpart for this rifle. --- addons/realisticweights/CfgWeapons.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/addons/realisticweights/CfgWeapons.hpp b/addons/realisticweights/CfgWeapons.hpp index d84b13ab72..41c0241c36 100644 --- a/addons/realisticweights/CfgWeapons.hpp +++ b/addons/realisticweights/CfgWeapons.hpp @@ -289,6 +289,16 @@ class CfgWeapons { }; }; + // - Cyrus ------------------------------------------------------ + class DMR_05_base_F: Rifle_Long_Base_F { + class WeaponSlotsInfo; + }; + class srifle_DMR_05_blk_F: DMR_05_base_F { + class WeaponSlotsInfo: WeaponSlotsInfo { + mass = 140; + }; + }; + // - SIG 556 -------------------------------------------------------------- class DMR_03_base_F: Rifle_Long_Base_F { class WeaponSlotsInfo;