mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
remove banned as50 ammo
This commit is contained in:
@@ -1,38 +1,6 @@
|
||||
class CfgAmmo {
|
||||
class BulletBase;
|
||||
//as50
|
||||
class B_127x99_Ball: BulletBase {
|
||||
airfriction = -0.00068;
|
||||
airlock = 1;
|
||||
audiblefire = 22;
|
||||
caliber = 2.07;
|
||||
cartridge = "FxCartridge_127";
|
||||
cost = 20;
|
||||
hit = 0; //26
|
||||
indirecthit = 0;
|
||||
indirecthitrange = 0;
|
||||
model = "\ca\Weapons\Data\bullettracer\tracer_red";
|
||||
tracerendtime = 2.3;
|
||||
tracerscale = 1.5;
|
||||
tracerstarttime = 0.1;
|
||||
visiblefire = 22;
|
||||
visiblefiretime = 3;
|
||||
};
|
||||
class B_127x99_Ball_noTracer: B_127x99_Ball {
|
||||
airfriction = -0.0005;
|
||||
audiblefire = 22;
|
||||
muzzleeffect = "BIS_Effects_HeavySniper";
|
||||
tracercolor[] = {0, 0, 0, 0};
|
||||
tracercolorr[] = {0, 0, 0, 0};
|
||||
tracerstarttime = -1;
|
||||
visiblefire = 20;
|
||||
visiblefiretime = 3;
|
||||
};
|
||||
class B_127x99_Ball_noTracer_BAF: B_127x99_Ball_noTracer {
|
||||
hit = 0; //56
|
||||
indirecthit = 0;
|
||||
indirecthitrange = 0;
|
||||
};
|
||||
|
||||
//mak
|
||||
class B_9x18_Ball : BulletBase {
|
||||
airfriction = -0.002751;
|
||||
|
||||
Reference in New Issue
Block a user