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.
This commit is contained in:
William Giokas 2016-12-01 01:27:02 -06:00
parent 34a38cf9b2
commit b9fbd2723a

View File

@ -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;