mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ballistics - fix ubc
This commit is contained in:
parent
361efe4147
commit
c0c5af2957
@ -260,7 +260,7 @@ class CfgAmmo {
|
||||
ACE_muzzleVelocities[]={800, 853, 884};
|
||||
ACE_barrelLengths[]={20, 24, 26};
|
||||
};
|
||||
class B_762x54_Ball : BulletBase {
|
||||
class B_762x54_Ball: B_762x51_Ball {
|
||||
airFriction=-0.001023;
|
||||
typicalSpeed=820;
|
||||
ACE_caliber=0.312;
|
||||
@ -485,7 +485,7 @@ class CfgAmmo {
|
||||
ACE_barrelLengths[]={29};
|
||||
};
|
||||
class B_338_Ball : BulletBase {
|
||||
airFriction=-0.000606
|
||||
airFriction=-0.000606;
|
||||
typicalSpeed=915;
|
||||
ACE_caliber=0.338;
|
||||
ACE_bulletLength=1.558;
|
||||
|
@ -244,7 +244,7 @@ class CfgMagazines {
|
||||
initSpeed = 250;
|
||||
};
|
||||
|
||||
class 30Rnd_45ACP_Mag_SMG_01_Tracer_Green: CA_Magazine {
|
||||
class 30Rnd_45ACP_Mag_SMG_01_Tracer_Green: 30Rnd_45ACP_Mag_SMG_01 {
|
||||
initSpeed = 250;
|
||||
};
|
||||
|
||||
|
@ -422,7 +422,7 @@ class CfgWeapons {
|
||||
ACE_barrelTwist=7;
|
||||
ACE_barrelLength=18.1;
|
||||
};
|
||||
class arifle_TRG21_GL_F: Tavor_base_F {
|
||||
class arifle_TRG21_GL_F: arifle_TRG21_F {
|
||||
magazines[] = {
|
||||
"30Rnd_556x45_Stanag",
|
||||
"30Rnd_556x45_Stanag_Tracer_Red",
|
||||
|
Loading…
Reference in New Issue
Block a user