mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 01:31:51 +03:00
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:
@@ -11,6 +11,14 @@ class 30Rnd_545x39_AK : CA_Magazine
|
||||
};
|
||||
};
|
||||
|
||||
class 60Rnd_545x39_AK_Taped : 30Rnd_545x39_AK {
|
||||
displayName = $STR_DZE_MAG_60RND_545x39_AK74_NAME;
|
||||
descriptionShort = $STR_DZE_MAG_60RND_545x39_AK74_DESC;
|
||||
count = 60;
|
||||
picture = "\z\addons\dayz_epoch_w\magazine\ui\m_aktwin_mag.paa";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_ak47_twinmag.p3d";
|
||||
};
|
||||
|
||||
class 30Rnd_545x39_AKSD : 30Rnd_545x39_AK
|
||||
{
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_ak74sd_ca.paa";
|
||||
@@ -24,9 +32,17 @@ class 30Rnd_545x39_AKSD : 30Rnd_545x39_AK
|
||||
};
|
||||
};
|
||||
|
||||
class 60Rnd_545x39_AKSD_Taped : 30Rnd_545x39_AKSD {
|
||||
displayName = $STR_DZE_MAG_60RND_545x39_AK74SD_NAME;
|
||||
descriptionShort = $STR_DZE_MAG_60RND_545x39_AK74SD_DESC;
|
||||
count = 60;
|
||||
picture = "\z\addons\dayz_epoch_w\magazine\ui\m_aktwin_mag.paa";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_ak47_twinmag.p3d";
|
||||
};
|
||||
|
||||
class 75Rnd_545x39_RPK : CA_Magazine
|
||||
{
|
||||
model = "dayz_epoch_c\models\magazines\RPK_mag.p3d";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_RPK_mag.p3d";
|
||||
picture = "\CA\weapons\AK\data\equip\M_RPK_74_CA.paa";
|
||||
displayName = $STR_DZ_MAG_75RND_545X39_RPK_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_75RND_RPK74_DESC;
|
||||
|
||||
@@ -29,7 +29,7 @@ class 100Rnd_556x45_BetaCMag: CA_Magazine {
|
||||
ammo = "B_556x45_Ball";
|
||||
count = 100;
|
||||
initSpeed = 920;
|
||||
model = "dayz_epoch_c\models\magazines\MG36_mag.p3d";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_MG36_mag.p3d";
|
||||
picture = "\ca\weapons\g36\data\equip\M_MG36_CA.paa";
|
||||
type = WeaponSlotItem;
|
||||
tracersEvery = 4;
|
||||
@@ -157,12 +157,27 @@ class 60Rnd_556x45_Stanag_Taped : 30Rnd_556x45_Stanag {
|
||||
displayName = $STR_DZE_MAG_60RND_556x45_STANAG_NAME;
|
||||
descriptionShort = $STR_DZE_MAG_60RND_556x45_STANAG_DESC;
|
||||
count = 60;
|
||||
//picture = "\ice_apo_weapons\data\double_ca.paa"; - will be replaced soon
|
||||
picture = "\z\addons\dayz_epoch_w\magazine\ui\m_stan_twin_ca.paa";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_stannag_twinmag.p3d";
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
|
||||
class ReloadMag {};
|
||||
delete ReloadMag;
|
||||
};
|
||||
};
|
||||
|
||||
class 60Rnd_556x45_StanagSD_Taped : 30Rnd_556x45_StanagSD {
|
||||
displayName = $STR_DZE_MAG_60RND_556x45_STANAGSD_NAME;
|
||||
descriptionShort = $STR_DZE_MAG_60RND_556x45_STANAGSD_DESC;
|
||||
count = 60;
|
||||
picture = "\z\addons\dayz_epoch_w\magazine\ui\m_stan_twin_ca.paa";
|
||||
model = "\z\addons\dayz_epoch_w\magazine\dze_stannag_twinmag.p3d";
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
|
||||
delete ReloadMag;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -176,6 +191,6 @@ class 30Rnd_556x45_Aug : 30Rnd_556x45_Stanag {
|
||||
{
|
||||
COMBINE_MAG
|
||||
|
||||
class ReloadMag {};
|
||||
delete ReloadMag;
|
||||
};
|
||||
};
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user