Add M200 Chey Tac

Made by @helion4
This commit is contained in:
A Man
2020-04-09 12:16:02 +02:00
parent 89688ef942
commit 261bab6c1a
10 changed files with 137 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
class 5Rnd_408_CheyTac : CA_Magazine {
scope = public;
displayName = $STR_DZ_MAG_5RND_408_CHEYTAC_NAME;
descriptionShort = $STR_DZ_MAG_5RND_CHEYTAC_DESC;
picture ="\z\addons\dayz_epoch_w\m200\data\m_cheytac_CA.paa";
model ="\z\addons\dayz_epoch_w\m200\h4_cheytac_mag.p3d";
ammo = "B_408_CheyTac_Ball";
count = 5;
class ItemActions
{
COMBINE_MAG
};
};