mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
AB : same values for the both 127x108 bullets (#5588)
* 127x108 apds fix * fix 127x108 apds initspeed mag
This commit is contained in:
parent
b94ec20a9b
commit
958471cb0c
@ -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;
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user