Files
DayZ-Epoch/dayz_code/cfgAmmo.hpp
vbawol 3c9df28ead 0.981 + 1.7.6.1 CE
+ Increased raise horde distance to 65m.
+ decreased raise horde action timer to 7 seconds.
+ sync with 1.7.6.1 CE
2013-02-26 20:05:35 -06:00

14 lines
226 B
C++

class CfgAmmo {
class Bolt;
class WoodenArrow : Bolt {
model = "\dayz_weapons\models\bolt";
hit = 8;
caliber = 0.33;
};
class Melee;
class Machete_Swing_Ammo : Melee {
hit = 9;
simulation = "shotBullet";
};
};