mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
21
SQF/dayz_code/Configs/cfgAmmo.hpp
Normal file
21
SQF/dayz_code/Configs/cfgAmmo.hpp
Normal file
@@ -0,0 +1,21 @@
|
||||
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 Fishing_Swing_Ammo : Melee {
|
||||
hit = 7;
|
||||
simulation = "shotBullet";
|
||||
};
|
||||
class Dummy_Swing_Ammo : Melee {
|
||||
hit = 0;
|
||||
simulation = "shotBullet";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user