Update CfgAmmo.hpp

Fix correct "ACE_barrelLengths" for "R3F_127x99_Ball" and "R3F_127x99_PEI" according to the R3F_PGM_Hecate_II barrel length (700mm)
This commit is contained in:
J3aLeiNe 2016-06-22 17:24:09 +02:00 committed by GitHub
parent e298f5c71b
commit 7d74331328

View File

@ -47,7 +47,7 @@ class CfgAmmo {
ACE_standardAtmosphere="ASM";
ACE_dragModel=1;
ACE_muzzleVelocities[]={900};
ACE_barrelLengths[]={736.6};
ACE_barrelLengths[]={700};
};
class R3F_127x99_PEI: R3F_127x99_Ball {
ACE_caliber=12.954;
@ -59,7 +59,7 @@ class CfgAmmo {
ACE_standardAtmosphere="ASM";
ACE_dragModel=1;
ACE_muzzleVelocities[]={900};
ACE_barrelLengths[]={736.6};
ACE_barrelLengths[]={700};
};
class R3F_127x99_Ball2: BulletBase {
ACE_caliber=12.954;
@ -97,4 +97,4 @@ class CfgAmmo {
ACE_muzzleVelocities[]={900};
ACE_barrelLengths[]={736.6};
};
};
};