From 36c82ccb41396ffe4f83734eb951d4dc0e9cb237 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Fri, 8 Nov 2013 07:10:11 -0600 Subject: [PATCH] remove banned as50 ammo --- SQF/dayz_code/Configs/cfgAmmo.hpp | 34 +------------------------------ 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/SQF/dayz_code/Configs/cfgAmmo.hpp b/SQF/dayz_code/Configs/cfgAmmo.hpp index 6385e901b..5b1c1c9fa 100644 --- a/SQF/dayz_code/Configs/cfgAmmo.hpp +++ b/SQF/dayz_code/Configs/cfgAmmo.hpp @@ -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;