mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
26 lines
578 B
C++
26 lines
578 B
C++
class 5Rnd_762x67_XM2010: CA_Magazine
|
|
{
|
|
scope = public;
|
|
displayName = $STR_DZ_MAG_5RND_XM2010_NAME;
|
|
descriptionShort = $STR_DZ_MAG_5RND_XM2010_DESC;
|
|
count = 5;
|
|
ammo = "Rem_300Win_Ball";
|
|
initSpeed = 850;
|
|
picture = "\FHQ_Remington\ammo\ui\i_xm2010.paa";
|
|
model = "\FHQ_Remington\XM2010\magazine.p3d";
|
|
|
|
cartridgeName = "762x67";
|
|
|
|
class ItemActions
|
|
{
|
|
COMBINE_MAG
|
|
};
|
|
};
|
|
|
|
class 5Rnd_762x67_XM2010_SD: 5Rnd_762x67_XM2010
|
|
{
|
|
initSpeed = 750;
|
|
displayName = $STR_DZ_MAG_5RND_XM2010SD_NAME;
|
|
descriptionShort = $STR_DZ_MAG_5RND_XM2010SD_DESC;
|
|
ammo = "Rem_300Win_SD";
|
|
}; |