Update compatible magazines for DZ weapons

See comments on commit e99d625
This commit is contained in:
ebayShopper
2017-12-20 15:32:29 -05:00
parent e99d6259a2
commit 4561deefa6
21 changed files with 91 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ class G36K_Camo_DZ : G36C
model = "z\addons\dayz_communityweapons\g36\g36k_camo.p3d";
picture = "\z\addons\dayz_communityweapons\g36\data\w_g36k_camo_ca.paa";
displayName = $STR_DZ_WPN_G36K_CAMO_NAME;
/*
/* //Allow default A2 mags
magazines[] =
{
30Rnd_556x45_G36,
@@ -84,13 +84,17 @@ class G36K_Camo_SD_DZ : G36_C_SD_eotech
model = "z\addons\dayz_communityweapons\g36\g36k_camo_sd.p3d";
picture = "\z\addons\dayz_communityweapons\g36\data\w_g36k_camo_sd_ca.paa";
displayName = $STR_DZ_WPN_G36K_CAMO_SD_NAME;
/*
magazines[] =
{
30Rnd_556x45_G36SD,
30Rnd_556x45_G36
30Rnd_556x45_G36, //Allow both SD and non-SD
100Rnd_556x45_BetaCMag,
30Rnd_556x45_Stanag,
30Rnd_556x45_StanagSD,
20Rnd_556x45_Stanag
};
*/
//G36 Optic
optics = true;
opticsDisablePeripherialVision = true;