Minor muzzle velocity correction for the 6.5mm Creedmor

This commit is contained in:
ulteq 2015-04-23 11:27:43 +02:00
parent e090c0fb72
commit e9bb1eea4c

View File

@ -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 {