mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
e298f5c71b
commit
7d74331328
@ -47,7 +47,7 @@ class CfgAmmo {
|
|||||||
ACE_standardAtmosphere="ASM";
|
ACE_standardAtmosphere="ASM";
|
||||||
ACE_dragModel=1;
|
ACE_dragModel=1;
|
||||||
ACE_muzzleVelocities[]={900};
|
ACE_muzzleVelocities[]={900};
|
||||||
ACE_barrelLengths[]={736.6};
|
ACE_barrelLengths[]={700};
|
||||||
};
|
};
|
||||||
class R3F_127x99_PEI: R3F_127x99_Ball {
|
class R3F_127x99_PEI: R3F_127x99_Ball {
|
||||||
ACE_caliber=12.954;
|
ACE_caliber=12.954;
|
||||||
@ -59,7 +59,7 @@ class CfgAmmo {
|
|||||||
ACE_standardAtmosphere="ASM";
|
ACE_standardAtmosphere="ASM";
|
||||||
ACE_dragModel=1;
|
ACE_dragModel=1;
|
||||||
ACE_muzzleVelocities[]={900};
|
ACE_muzzleVelocities[]={900};
|
||||||
ACE_barrelLengths[]={736.6};
|
ACE_barrelLengths[]={700};
|
||||||
};
|
};
|
||||||
class R3F_127x99_Ball2: BulletBase {
|
class R3F_127x99_Ball2: BulletBase {
|
||||||
ACE_caliber=12.954;
|
ACE_caliber=12.954;
|
||||||
@ -97,4 +97,4 @@ class CfgAmmo {
|
|||||||
ACE_muzzleVelocities[]={900};
|
ACE_muzzleVelocities[]={900};
|
||||||
ACE_barrelLengths[]={736.6};
|
ACE_barrelLengths[]={736.6};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user