mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 21:52:56 +03:00
Add WA2000
Thx @helion4
This commit is contained in:
@@ -185,4 +185,20 @@ class 20Rnd_762x51_HK417SD: 20Rnd_762x51_HK417
|
||||
ammo = "Rem_762x51_SD";
|
||||
};
|
||||
|
||||
|
||||
class 6Rnd_762x51_WA2000: CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
initSpeed = 900;
|
||||
picture = "\z\addons\dayz_epoch_w\wa2000\data\m_wa2000_CA.paa";
|
||||
model = "\z\addons\dayz_epoch_w\wa2000\h4_wa2000_mag.p3d";
|
||||
displayName = $STR_DZ_MAG_6RND_WA2000_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_6RND_WA2000_DESC;
|
||||
count = 6;
|
||||
cartridgeName = "762x51";
|
||||
ammo = "Rem_762x51_Ball";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "6x35.hpp" //KAC PDW
|
||||
#include "762x25.hpp" //Tokarew TT-33
|
||||
#include "762x39.hpp" //AK47, SA58
|
||||
#include "762x51.hpp" //M240, FN FAL, DMR, M24
|
||||
#include "762x51.hpp" //M240, FN FAL, DMR, M24, RSASS WA2000
|
||||
#include "762x54r.hpp" //PK, SVD, Mosin
|
||||
#include "46x30.hpp" //MP7
|
||||
#include "57x28.hpp" //P90
|
||||
|
||||
Reference in New Issue
Block a user