Add G36A and G36K as epoch version

This commit is contained in:
A Man
2021-07-26 13:56:09 +02:00
parent 510f05842c
commit e0a00512fb
3 changed files with 30 additions and 0 deletions

View File

@@ -167,6 +167,14 @@ class G36K_Camo_SD_DZ : G36_C_SD_eotech
};
};
class G36K_DZ : G36K_Camo_DZ
{
model = "\ca\weapons\G36\G36_K";
picture = "\ca\weapons\G36\Data\Equip\w_g36k_ca.paa";
displayName = $STR_DZ_WPN_G36K_NAME;
class Attachments {};
};
class G36A_Camo_DZ : G36K_Camo_DZ
{
model = "z\addons\dayz_communityweapons\g36\g36a_camo.p3d";
@@ -210,4 +218,12 @@ class G36A_Camo_SD_DZ : G36K_Camo_SD_DZ
script = "; ['Attachment_Sup556',_id,'G36A_Camo_DZ'] call player_removeAttachment";
};
};
};
class G36A_DZ : G36A_Camo_DZ
{
model = "\ca\weapons\G36\G36";
picture = "\ca\weapons\G36\Data\Equip\w_g36_ca.paa";
displayName = $STR_DZ_WPN_G36A_NAME;
class Attachments {};
};