mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 18:51:50 +03:00
Add HK417
This commit is contained in:
@@ -18,10 +18,12 @@
|
||||
|
||||
#include "Sup9.hpp"
|
||||
#include "Sup10.hpp"
|
||||
#include "Sup45.hpp"
|
||||
#include "Sup57.hpp"
|
||||
#include "Sup68.hpp"
|
||||
#include "Sup556.hpp"
|
||||
#include "Sup545.hpp"
|
||||
#include "Sup762.hpp"
|
||||
#include "SupMakarov.hpp"
|
||||
#include "SupBizon.hpp"
|
||||
|
||||
@@ -33,6 +35,4 @@
|
||||
#include "Laser.hpp"
|
||||
#include "NSPU.hpp"
|
||||
#include "NV.hpp"
|
||||
#include "TWS.hpp"
|
||||
#include "Sup762.hpp"
|
||||
#include "Sup45.hpp"
|
||||
#include "TWS.hpp"
|
||||
@@ -4,8 +4,8 @@ class Attachment_Sup762 : CA_Magazine {
|
||||
type = 256;
|
||||
model = "\z\addons\dayz_communityweapons\attachments\suppressor556\suppressor556.p3d";
|
||||
picture = "\z\addons\dayz_communityweapons\attachments\suppressor556\data\m_suppressor556_ca.paa";
|
||||
displayName = $STR_DZE_ATTACHMENT_762SUP_NAME;
|
||||
descriptionShort = $STR_DZE_ATTACHMENT_762SUP_DESC;
|
||||
displayName = $STR_DZ_ATT_SUP762_NAME;
|
||||
descriptionShort = $STR_DZ_ATT_SUP762_DESC;
|
||||
class ItemActions
|
||||
{
|
||||
class AttachToPrimary
|
||||
|
||||
@@ -138,9 +138,33 @@ class 20Rnd_762x51_RSASS: CA_Magazine
|
||||
|
||||
class 20Rnd_762x51_RSASS_SD: 20Rnd_762x51_RSASS
|
||||
{
|
||||
picture = "\FHQ_Remington\ammo\ui\i_20rndpmag.paa";
|
||||
initSpeed = 850;
|
||||
displayName = $STR_DZ_MAG_20RND_RSASSSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_RSASSSD_DESC;
|
||||
cartridgeName = "762x51_SD";
|
||||
ammo = "Rem_762x51_SD";
|
||||
};
|
||||
|
||||
class 20Rnd_762x51_HK417: 20Rnd_762x51_RSASS
|
||||
{
|
||||
picture = "\RH_hk416\inv\m_hk417.paa";
|
||||
displayName = $STR_DZ_MAG_20RND_HK417_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_HK417_DESC;
|
||||
count = 20;
|
||||
cartridgeName = "762x51";
|
||||
ammo = "Rem_762x51_Ball";
|
||||
|
||||
|
||||
};
|
||||
|
||||
class 20Rnd_762x51_HK417SD: 20Rnd_762x51_HK417
|
||||
{
|
||||
initSpeed = 850;
|
||||
displayName = $STR_DZ_MAG_20RND_HK417SD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_20RND_HK417SD_DESC;
|
||||
cartridgeName = "762x51_SD";
|
||||
ammo = "Rem_762x51_SD";
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user