This commit is contained in:
A Man
2020-02-29 02:48:19 +01:00
parent 31d4c8b44f
commit 7304131f10
15 changed files with 373 additions and 3 deletions

View File

@@ -0,0 +1,28 @@
//P90
class 50Rnd_57x28_P90: CA_Magazine
{
scope = public;
displayName = $STR_DZ_MAG_50RND_P90_NAME;
descriptionShort = $STR_DZ_MAG_50RND_P90_DESC;
model = "\RH_smg\mags\mag_p90.p3d";
picture = "\RH_smg\inv\m_p90.paa";
count = 50;
ammo = "B_57x28_Ball";
cartridgeName = "5.7x28";
class ItemActions
{
COMBINE_MAG
};
};
class 50Rnd_57x28_P90SD: 50Rnd_57x28_P90
{
displayName = $STR_DZ_MAG_50RND_P90SD_NAME;
descriptionShort = $STR_DZ_MAG_50RND_P90SD_DESC;
picture = "\RH_smg\inv\m_p90.paa";
ammo = "B_57x28_SD";
cartridgeName = "5.7x28_SD";
};