ACE3/addons/compat_rh_pdw/CfgAmmo.hpp
PabstMirror f644e7516c
Compats - Make rest of compats auto load if mod present (#9372)
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: jonpas <jonpas33@gmail.com>
2023-09-08 16:57:33 +02:00

14 lines
470 B
C++

class BulletBase;
class RH_B_6x35: BulletBase {
ACE_caliber=5.69;
ACE_bulletLength=11.303;
ACE_bulletMass=4.212;
ACE_ammoTempMuzzleVelocityShifts[]={-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15.17, 26.19};
ACE_ballisticCoefficients[]={0.26};
ACE_velocityBoundaries[]={};
ACE_standardAtmosphere="ASM";
ACE_dragModel=1;
ACE_muzzleVelocities[]={730, 750, 760};
ACE_barrelLengths[]={203.2, 254.0, 304.8};
};