From 12a595b286ebf52eadfd1429b611cd66c3455daf Mon Sep 17 00:00:00 2001 From: dayz10k Date: Fri, 15 Nov 2013 16:31:09 -0500 Subject: [PATCH] VSS_Vintorez damage tweak #695 --- SQF/dayz_code/Configs/cfgAmmo.hpp | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/cfgAmmo.hpp b/SQF/dayz_code/Configs/cfgAmmo.hpp index e56cabd59..14aa0a349 100644 --- a/SQF/dayz_code/Configs/cfgAmmo.hpp +++ b/SQF/dayz_code/Configs/cfgAmmo.hpp @@ -35,7 +35,21 @@ class CfgAmmo { typicalspeed = 260; 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 WoodenArrow : Bolt { model = "\dayz_weapons\models\bolt";