From e9bb1eea4ca014236e77658a04e0c6c6d11fe896 Mon Sep 17 00:00:00 2001 From: ulteq Date: Thu, 23 Apr 2015 11:27:43 +0200 Subject: [PATCH] Minor muzzle velocity correction for the 6.5mm Creedmor --- addons/ballistics/CfgAmmo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/ballistics/CfgAmmo.hpp b/addons/ballistics/CfgAmmo.hpp index 8660e416c9..f42d4fca90 100644 --- a/addons/ballistics/CfgAmmo.hpp +++ b/addons/ballistics/CfgAmmo.hpp @@ -156,7 +156,7 @@ class CfgAmmo { ACE_velocityBoundaries[]={}; ACE_standardAtmosphere="ICAO"; ACE_dragModel=7; - ACE_muzzleVelocities[]={750, 830, 850, 860, 865}; + ACE_muzzleVelocities[]={750, 820, 840, 852, 860}; ACE_barrelLengths[]={10, 16, 20, 24, 26}; }; class B_762x51_Ball : BulletBase {