mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
@@ -35,6 +35,20 @@ class CfgAmmo {
|
|||||||
typicalspeed = 260;
|
typicalspeed = 260;
|
||||||
visiblefire = 16;
|
visiblefire = 16;
|
||||||
};
|
};
|
||||||
|
//VSS_Vintorez
|
||||||
|
class B_9x39_SP5 : BulletBase {
|
||||||
|
hit = 13;
|
||||||
|
indirectHit = 0;
|
||||||
|
indirectHitRange = 0;
|
||||||
|
cartridge = "FxCartridge_9mm";
|
||||||
|
cost = 5;
|
||||||
|
typicalSpeed = 300;
|
||||||
|
visibleFire = 0.07;
|
||||||
|
audibleFire = 0.07;
|
||||||
|
visibleFireTime = 2;
|
||||||
|
airFriction = -0.001;
|
||||||
|
caliber = 0.33;
|
||||||
|
};
|
||||||
|
|
||||||
class Bolt;
|
class Bolt;
|
||||||
class WoodenArrow : Bolt {
|
class WoodenArrow : Bolt {
|
||||||
|
|||||||
Reference in New Issue
Block a user