mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
34a38cf9b2
commit
b9fbd2723a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user