mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-19 22:52:56 +03:00
Add Barrett MRAD, Sten MK
Thx @helion4
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
//M107
|
||||
class 10Rnd_127x99_m107 : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_10Rnd_127x99_m107_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_5RND_127x99_m107_DESC;
|
||||
displayName = $STR_DZ_MAG_10Rnd_127x99_M107_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_10RND_127x99_M107_DESC;
|
||||
|
||||
cartridgeName = "127x99";
|
||||
|
||||
|
||||
@@ -26,4 +26,13 @@ class 7Rnd_86x70_MSR_SD: 7Rnd_86x70_MSR
|
||||
initSpeed = 850;
|
||||
displayName = $STR_DZ_MAG_7RND_MSRSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_7RND_MSRSD_DESC;
|
||||
};
|
||||
|
||||
class 10Rnd_86x70_MRAD: 5Rnd_86x70_L115A1
|
||||
{
|
||||
displayName = $STR_DZ_MAG_10RND_BARRETT_MRAD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_10RND_BARRETT_MRAD_DESC;
|
||||
count = 10;
|
||||
picture = "\z\addons\dayz_epoch_w\mrad\data\m_mrad_CA.paa";
|
||||
model = "z\addons\dayz_epoch_w\mrad\h4_mrad_mag.p3d";
|
||||
};
|
||||
@@ -214,7 +214,6 @@ class 18Rnd_9x19_Phantom : 15Rnd_9x19_M9
|
||||
picture = "\dayz_epoch_c\icons\magazines\picture_phantom_mag_ca.paa";
|
||||
count = 18;
|
||||
initSpeed = 400;
|
||||
cartridgeName = "9x19";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
@@ -229,7 +228,6 @@ class 18Rnd_9x19_PhantomSD : 15Rnd_9x19_M9SD
|
||||
displayName = $STR_DZ_MAG_18Rnd_9x19_SD_CZ75_NAME;
|
||||
picture = "\dayz_epoch_c\icons\magazines\picture_phantomsd_mag_ca.paa";
|
||||
count = 18;
|
||||
cartridgeName = "9x19_SD";
|
||||
initSpeed = 320;
|
||||
|
||||
class ItemActions
|
||||
@@ -374,6 +372,8 @@ class 32Rnd_9x19_TEC9: 15Rnd_9x19_M9
|
||||
};
|
||||
};
|
||||
|
||||
/* TMP */
|
||||
|
||||
class 30Rnd_9x19_TMP : 30Rnd_9x19_MP5
|
||||
{
|
||||
displayName = $STR_DZ_MAG_30RND_9X19_TMP_NAME;
|
||||
@@ -388,4 +388,16 @@ class 30Rnd_9x19_TMPSD : 30Rnd_9x19_MP5SD
|
||||
picture = "\RH_smg\inv\m_uzi.paa";
|
||||
displayName = $STR_DZ_MAG_30RND_9X19_TMPSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_30RND_TMPSD_DESC;
|
||||
};
|
||||
|
||||
/* STEN */
|
||||
|
||||
class 32Rnd_9x19_STEN: 30Rnd_9x19_MP5
|
||||
{
|
||||
displayName = $STR_DZ_MAG_32RND_9x19mm_STEN_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_32RND_9x19mm_STEN_DESC;
|
||||
picture = "\z\addons\dayz_epoch_w\sten\data\m_sten_CA.paa";
|
||||
model = "\z\addons\dayz_epoch_w\sten\h4_sten_mag.p3d";
|
||||
initSpeed = 700;
|
||||
count = 32;
|
||||
};
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "22lfB.hpp" //Ruger Mk22
|
||||
#include "9x17.hpp" //PPK
|
||||
#include "9x18.hpp" //Makarov
|
||||
#include "9x19.hpp" //MP5, PDW, Bizon, M9, G17, CZ75, Browning HP, P226, P38
|
||||
#include "9x19.hpp" //MP5, PDW, Bizon, M9, G17, CZ75, Browning HP, P226, P38, Sten MK
|
||||
#include "10x22.hpp" //P99
|
||||
#include "45ACP.hpp" //Colt M1911, Revolver
|
||||
#include "44Magnum.hpp" //Taurus Raging Bull, Colt Anaconda
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "46x30.hpp" //MP7
|
||||
#include "57x28.hpp" //P90
|
||||
#include "680x43.hpp" //ACR
|
||||
#include "86x70.hpp" //L115, MSR
|
||||
#include "86x70.hpp" //L115 Lapua, MSR, Barrett MRAD
|
||||
#include "762x67.hpp" //XM2010
|
||||
#include "20x102.hpp" //Anzio
|
||||
#include "9x39.hpp" //Groza, VSS
|
||||
|
||||
Reference in New Issue
Block a user