Files
DayZ-Epoch/dayz_code/cfgAmmo.hpp
vbawol 1be1707895 0.982
+ removed ACR requirement from missions and removed Octavia_ACR from
vehicle spawn config.
2013-02-27 10:32:35 -06:00

18 lines
304 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";
};
class Dummy_Swing_Ammo : Melee {
hit = 0;
simulation = "shotBullet";
};
};