mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Add RSASS, MSR, XM2010
- Add RSASS, MSR, XM2010 normal, SD, NV and TWS versions - SD versions have a slightly slower bullet speed as the non sd versions. Server Admins have to be careful with adding the SD versions to not hurt the server balance. - Remove old AS50 ammo config, it is not needed any longer, also switch to the correct AS50 magazine classname. Thx @AlwarrenSidh for the weapons.
This commit is contained in:
@@ -118,4 +118,27 @@ class 10Rnd_762x51_CZ750 : 5Rnd_762x51_M24
|
||||
};
|
||||
};
|
||||
|
||||
class 20Rnd_762x51_RSASS: CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
initSpeed = 900;
|
||||
picture = "\FHQ_Remington\ammo\ui\i_20rndpmag.paa";
|
||||
model = "\FHQ_Remington\RSASS\magazine.p3d";
|
||||
displayName = $STR_DZ_MAG_20RND_RSASS_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_RSASS_DESC;
|
||||
count = 20;
|
||||
ammo = "Rem_762x51_Ball";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
class 20Rnd_762x51_RSASS_SD: 20Rnd_762x51_RSASS
|
||||
{
|
||||
initSpeed = 850;
|
||||
displayName = $STR_DZ_MAG_20RND_RSASSSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_RSASSSD_DESC;
|
||||
ammo = "Rem_762x51_SD";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user