mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Thx RobertHammer for allowing us to use the weapon packs. Also switching to the correct M4SPR and VSS in traders. Remove 20Rnd_9x19_EVO from loot since the Scorpion_Evo3_DZ versions use 30Rnd_9x19_MP5 magazines.
17 lines
348 B
C++
17 lines
348 B
C++
class 30Rnd_6x35_KAC: CA_Magazine
|
|
{
|
|
scope = public;
|
|
displayName = $STR_DZ_MAG_30RND_KACPDW_NAME;
|
|
descriptionShort = $STR_DZ_MAG_30RND_KACPDW_DESC;
|
|
picture = "\RH_pdw\inv\m_30pdw_ca.paa";
|
|
model = "\RH_pdw\RH_pdw_mag.p3d";
|
|
ammo = "B_6x35_Ball";
|
|
count = 30;
|
|
initSpeed = 930;
|
|
lastroundstracer = 0;
|
|
|
|
class ItemActions
|
|
{
|
|
COMBINE_MAG
|
|
};
|
|
}; |