mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update 12.7x99mm mags
This commit is contained in:
38
SQF/dayz_code/Configs/CfgMagazines/Magazines/127x99.hpp
Normal file
38
SQF/dayz_code/Configs/CfgMagazines/Magazines/127x99.hpp
Normal file
@@ -0,0 +1,38 @@
|
||||
//M107
|
||||
class 10Rnd_127x99_m107 : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_10Rnd_127x99_m107_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_5RND_127x99_m107_DESC;
|
||||
|
||||
cartridgeName = "127x99";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
//AS50
|
||||
class 5Rnd_127x99_as50_CP : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_5Rnd_127x99_AS50_NAME;
|
||||
|
||||
cartridgeName = "127x99";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
class 5Rnd_127x99_as50 : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_5Rnd_127x99_AS50_NAME;
|
||||
|
||||
cartridgeName = "127x99";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "44Magnum.hpp" //Taurus Raging Bull, Colt Anaconda
|
||||
#include "357Magnum.hpp" //Colt Python
|
||||
#include "545x39.hpp" //AK74, RPK74
|
||||
#include "556x45.hpp" //M249, STANAG, G36
|
||||
#include "556x45.hpp" //M249, STANAG, G36, Steyr Aug, Beta-C-Mag
|
||||
#include "6x35.hpp" //KAC PDW
|
||||
#include "762x25.hpp" //Tokarew TT-33
|
||||
#include "762x39.hpp" //AK47, SA58
|
||||
@@ -28,7 +28,8 @@
|
||||
#include "762x67.hpp" //XM2010
|
||||
#include "20x102.hpp" //Anzio
|
||||
#include "9x39.hpp" //Groza, VSS
|
||||
#include "Misc.hpp" //CZ550, Lee-Enfield
|
||||
#include "127x99.hpp" //M107, AS-50
|
||||
#include "Misc.hpp" //CZ550, Lee-Enfield, KSVK, SA-61
|
||||
#include "Shotgun.hpp"
|
||||
#include "Arrows.hpp"
|
||||
#include "LauncherAmmo.hpp"
|
||||
|
||||
@@ -26,18 +26,6 @@ class 10Rnd_303British : 10x_303
|
||||
};
|
||||
};
|
||||
|
||||
//M107
|
||||
class 10Rnd_127x99_m107 : CA_Magazine
|
||||
{
|
||||
displayName = $STR_DZ_MAG_10Rnd_127x99_m107_NAME;
|
||||
|
||||
cartridgeName = "127x99";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
//KSVK
|
||||
class 5Rnd_127x108_KSVK : CA_Magazine
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user