CFG WEAPONS DONE

This commit is contained in:
icomrade
2016-02-18 13:58:02 -05:00
parent 81d5976031
commit dfb7bba743
395 changed files with 55004 additions and 1384 deletions

View File

@@ -0,0 +1,44 @@
//CZ550
class 5x_22_LR_17_HMR;
class 5Rnd_17HMR : 5x_22_LR_17_HMR
{
model = "\dayz_equip\models\mag5rnd.p3d";
class ItemActions
{
COMBINE_MAG
};
};
//Lee-Enfield
class 10x_303;
class 10Rnd_303British : 10x_303
{
model = "\dayz_equip\models\mag10rnd.p3d";
class ItemActions
{
COMBINE_MAG
};
};
//Winchester 1866
class 15Rnd_W1866_Slug : CA_Magazine
{
scope = public;
model = "\z\addons\dayz_communityassets\models\winammo.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_winammo_ca.paa";
displayName = $STR_MAG_NAME_2;
descriptionShort = $STR_MAG_DESC_2;
ammo = B_1866_Slug;
count = 15;
initSpeed = 396;
displayNameShort = "Slug";
class ItemActions
{
COMBINE_MAG
};
};