mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Add rusty M16, M4, add taped stanag mag
made by @seelenapparat Thx @Icewindo
This commit is contained in:
@@ -139,4 +139,19 @@ class 30Rnd_556x45_G36SD : 30Rnd_556x45_G36
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
//ice apo resistance mod new 60rnd stanag mag
|
||||
class 60Rnd_556x45_Stanag_tape_ice_DZE : CA_Magazine {
|
||||
scope = public;
|
||||
displayName = $STR_DZE_MAG_60RND_556x45_STANAG_NAME;
|
||||
cartridgeName = "556x45";
|
||||
ammo = "B_556x45_Ball";
|
||||
count = 60;
|
||||
initSpeed = 930;
|
||||
//type = 2* 256;
|
||||
type = 256;
|
||||
tracersEvery = 0;
|
||||
descriptionShort = $STR_DZE_MAG_60RND_556x45_STANAG_DESC;
|
||||
picture = "\ice_apo_weapons\data\double_ca.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user