mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9e33b7a32e
*compat_xxx
15 lines
497 B
C++
15 lines
497 B
C++
|
|
class BulletBase;
|
|
class RH_B_6x35: BulletBase
|
|
{
|
|
ACE_caliber=0.224;
|
|
ACE_bulletLength=0.445;
|
|
ACE_bulletMass=65;
|
|
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[]={8, 10, 12};
|
|
}; |