This commit is contained in:
A Clark
2012-12-20 15:04:59 -06:00
parent 0faab1b8ff
commit e222efa642
9 changed files with 156 additions and 130 deletions

View File

@@ -473,7 +473,7 @@ class cfgWeapons
recoil = "recoil_single_primary_4outof10";
recoilProne = "recoil_single_primary_prone_4outof10";
};
magazines[] = {"BoltSteel"};
magazines[] = {"BoltSteel", "BoltSteel4pack", "BoltSteel8pack"};
bullet1[] = {"dayz_weapons\sounds\crossbow_bolt",0.177828,1,15};
soundBullet[] = {"bullet1",1};
};
@@ -709,6 +709,30 @@ class cfgMagazines
descriptionShort = "$STR_MAG_DESC_3";
displayNameShort = "$STR_MAG_ACTION_3";
};
class BoltSteel4pack: CA_Magazine
{
scope = 2;
displayName = "$STR_MAG_NAME_3";
model = "\dayz_weapons\models\bolt_gear";
picture = "\dayz_weapons\textures\equip_bolt_ca.paa";
ammo = "BoltSteel";
count = 4;
initSpeed = 150;
descriptionShort = "$STR_MAG_DESC_3";
displayNameShort = "$STR_MAG_ACTION_3";
};
class BoltSteel8pack: CA_Magazine
{
scope = 2;
displayName = "$STR_MAG_NAME_3";
model = "\dayz_weapons\models\bolt_gear";
picture = "\dayz_weapons\textures\equip_bolt_ca.paa";
ammo = "BoltSteel";
count = 8;
initSpeed = 150;
descriptionShort = "$STR_MAG_DESC_3";
displayNameShort = "$STR_MAG_ACTION_3";
};
};
class CfgCloudlets
{