mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
39 lines
565 B
C++
39 lines
565 B
C++
//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
|
|
};
|
|
};
|
|
|