mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update RSASS and XM2010 mags
This commit is contained in:
@@ -127,6 +127,7 @@ class 20Rnd_762x51_RSASS: CA_Magazine
|
|||||||
displayName = $STR_DZ_MAG_20RND_RSASS_NAME;
|
displayName = $STR_DZ_MAG_20RND_RSASS_NAME;
|
||||||
descriptionShort = $STR_DZ_MAG_20RND_RSASS_DESC;
|
descriptionShort = $STR_DZ_MAG_20RND_RSASS_DESC;
|
||||||
count = 20;
|
count = 20;
|
||||||
|
cartridgeName = "762x51";
|
||||||
ammo = "Rem_762x51_Ball";
|
ammo = "Rem_762x51_Ball";
|
||||||
|
|
||||||
class ItemActions
|
class ItemActions
|
||||||
@@ -140,5 +141,6 @@ class 20Rnd_762x51_RSASS_SD: 20Rnd_762x51_RSASS
|
|||||||
initSpeed = 850;
|
initSpeed = 850;
|
||||||
displayName = $STR_DZ_MAG_20RND_RSASSSD_NAME;
|
displayName = $STR_DZ_MAG_20RND_RSASSSD_NAME;
|
||||||
descriptionShort = $STR_DZ_MAG_20RND_RSASSSD_DESC;
|
descriptionShort = $STR_DZ_MAG_20RND_RSASSSD_DESC;
|
||||||
|
cartridgeName = "762x51_SD";
|
||||||
ammo = "Rem_762x51_SD";
|
ammo = "Rem_762x51_SD";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -8,6 +8,13 @@ class 5Rnd_762x67_XM2010: CA_Magazine
|
|||||||
initSpeed = 850;
|
initSpeed = 850;
|
||||||
picture = "\FHQ_Remington\ammo\ui\i_xm2010.paa";
|
picture = "\FHQ_Remington\ammo\ui\i_xm2010.paa";
|
||||||
model = "\FHQ_Remington\XM2010\magazine.p3d";
|
model = "\FHQ_Remington\XM2010\magazine.p3d";
|
||||||
|
|
||||||
|
cartridgeName = "762x67";
|
||||||
|
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
COMBINE_MAG
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
class 5Rnd_762x67_XM2010_SD: 5Rnd_762x67_XM2010
|
class 5Rnd_762x67_XM2010_SD: 5Rnd_762x67_XM2010
|
||||||
|
|||||||
Reference in New Issue
Block a user