mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +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
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user