AB : same values for the both 127x108 bullets (#5588)

* 127x108 apds fix

* fix 127x108 apds initspeed mag
This commit is contained in:
Laid3acK 2017-10-11 21:07:13 +02:00 committed by PabstMirror
parent b94ec20a9b
commit 958471cb0c
2 changed files with 7 additions and 0 deletions

View File

@ -553,6 +553,10 @@ class CfgAmmo {
ACE_muzzleVelocities[]={820};
ACE_barrelLengths[]={728.98};
};
class B_127x108_APDS: B_127x108_Ball {
typicalSpeed = 820;
airFriction = -0.00065098;
};
class B_45ACP_Ball : BulletBase {
airFriction=-0.00082143;
tracerScale = 0.6;

View File

@ -300,6 +300,9 @@ class CfgMagazines {
};
class 5Rnd_127x108_Mag;
class 5Rnd_127x108_APDS_Mag: 5Rnd_127x108_Mag {
initSpeed = 820;
};
class ACE_5Rnd_127x99_Mag: 5Rnd_127x108_Mag {
author = ECSTRING(common,ACETeam);
ammo = "B_127x99_Ball";