Add taped mags for stanag, ak74, akm weapons

- also add 3 SA58 DZ weapons to make them compatible with the new taped mags
 - Shorten a few german strings
This commit is contained in:
A Man
2020-04-08 17:47:02 +02:00
parent 0def480120
commit 67952e74ab
22 changed files with 165 additions and 55 deletions

View File

@@ -23,9 +23,26 @@ class 30Rnd_762x39_AK47 : CA_Magazine
};
};
class 60Rnd_762x39_AK47_Taped : 30Rnd_762x39_AK47
{
picture = "\z\addons\dayz_epoch_w\magazine\ui\m_akmtwin_mag.paa";
model = "\z\addons\dayz_epoch_w\magazine\dze_akm_twin_mag.p3d";
displayName = $STR_DZ_MAG_60RND_762X39_AK47_NAME;
descriptionShort = $STR_DZE_MAG_60RND_762X39_AK47_DESC;
count = 60;
class ItemActions
{
COMBINE_MAG
delete ReloadMag;
};
};
class 75Rnd_762x39_RPK : 30Rnd_762x39_AK47
{
model = "dayz_epoch_c\models\magazines\RPK_mag.p3d";
model = "\z\addons\dayz_epoch_w\magazine\dze_RPK_mag.p3d";
picture = "\z\addons\dayz_communityweapons\magazines\data\m_rpk_ca.paa";
displayName = $STR_DZ_MAG_75RND_762X39_RPK_NAME;
descriptionShort = $STR_DZ_MAG_75RND_762X39_RPK_DESC;