mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
delete obsolete ammo configs
This commit is contained in:
parent
4a9124c170
commit
6ca84c3d31
@ -1,41 +0,0 @@
|
||||
|
||||
class CfgAmmo {
|
||||
|
||||
/* 6.5x39mm Grendel */
|
||||
|
||||
class BulletBase;
|
||||
class B_65x39_Caseless: BulletBase {
|
||||
typicalSpeed = 724;
|
||||
airFriction = -0.000915;
|
||||
};
|
||||
|
||||
|
||||
/* 5.56x45mm NATO */
|
||||
|
||||
class B_556x45_Ball: BulletBase {
|
||||
typicalSpeed = 911;
|
||||
airFriction = -0.001335;
|
||||
};
|
||||
|
||||
|
||||
/* 7.62x51mm NATO */
|
||||
|
||||
class B_762x51_Ball: BulletBase {
|
||||
typicalSpeed = 853;
|
||||
//airfriction =
|
||||
};
|
||||
|
||||
|
||||
/* Other */
|
||||
|
||||
class B_9x21_Ball;
|
||||
class B_9x19_Ball: B_9x21_Ball {
|
||||
typicalSpeed = 381;
|
||||
airfriction = -0.00213;
|
||||
};
|
||||
|
||||
class B_45ACP_Ball: BulletBase {
|
||||
typicalSpeed = 250;
|
||||
airfriction = -0.0009;
|
||||
};
|
||||
};
|
@ -1,65 +0,0 @@
|
||||
|
||||
class CfgMagazines {
|
||||
|
||||
/* 6.5x39mm Grendel - MX */
|
||||
|
||||
class CA_Magazine;
|
||||
class 30Rnd_65x39_caseless_mag: CA_Magazine {
|
||||
initSpeed = 724;
|
||||
};
|
||||
|
||||
class 100Rnd_65x39_caseless_mag: CA_Magazine {
|
||||
initSpeed = 724;
|
||||
};
|
||||
|
||||
|
||||
/* 6.5x39mm Grendel - Katiba */
|
||||
|
||||
class 30Rnd_65x39_caseless_green: 30Rnd_65x39_caseless_mag {
|
||||
initSpeed = 724;
|
||||
};
|
||||
|
||||
class 200Rnd_65x39_cased_Box: 100Rnd_65x39_caseless_mag {
|
||||
initSpeed = 691;
|
||||
};
|
||||
|
||||
|
||||
/* 5.56x45mm NATO */
|
||||
|
||||
class 30Rnd_556x45_Stanag: CA_Magazine {
|
||||
initSpeed = 911;
|
||||
};
|
||||
|
||||
|
||||
/* 7.62x51mm NATO */
|
||||
|
||||
class 20Rnd_762x51_Mag: CA_Magazine {
|
||||
initSpeed = 792; // 18" M14 EBR barrel
|
||||
};
|
||||
|
||||
class 150Rnd_762x51_Box: CA_Magazine {
|
||||
ammo = "B_762x51_Ball";
|
||||
initSpeed = 853; // Typical MV for M240
|
||||
};
|
||||
|
||||
|
||||
/* Other */
|
||||
|
||||
class 30Rnd_9x21_Mag: CA_Magazine {
|
||||
ammo = "B_9x19_Ball";
|
||||
initSpeed = 370;
|
||||
};
|
||||
|
||||
class 16Rnd_9x21_Mag: 30Rnd_9x21_Mag {
|
||||
ammo = "B_9x19_Ball";
|
||||
initSpeed = 381;
|
||||
};
|
||||
|
||||
class 30Rnd_45ACP_Mag_SMG_01: 30Rnd_9x21_Mag {
|
||||
initSpeed = 259;
|
||||
};
|
||||
|
||||
class 9Rnd_45ACP_Mag: 30Rnd_45ACP_Mag_SMG_01 {
|
||||
initSpeed = 250;
|
||||
};
|
||||
};
|
@ -12,7 +12,5 @@ class CfgPatches {
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgAmmo.hpp"
|
||||
#include "CfgMagazines.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user