fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.

This commit is contained in:
2026-08-03 15:19:22 -03:00
parent 3af8760da3
commit 3b99904aa7
1007 changed files with 16549 additions and 16423 deletions
+10 -10
View File
@@ -1,8 +1,8 @@
class CfgMagazines
{
class braf_100Rnd_127x99_M;
class braf_150Rnd_127x99_M: braf_100Rnd_127x99_M
class braf_100rnd_127x99_m;
class braf_150rnd_127x99_m: braf_100rnd_127x99_m
{
scope=2;
count=150;
@@ -16,9 +16,9 @@ class CfgMagazines
tracersEvery=5;
};
class VehicleMagazine;
class braf_11Rnd_90mm_heat_mp: VehicleMagazine
class braf_11rnd_90mm_heat_mp: VehicleMagazine
{
author="BRAF TEAM";
author = "BRAF TEAM";
displayName="11 Rounds HEAT 90mm Shells";
displayNameShort="11 Rnds HEAT 90mm";
displayNameMFDFormat="HEAT-MP";
@@ -30,25 +30,25 @@ class CfgMagazines
nameSound="cannon";
muzzleImpulseFactor[]={0.5,3};
};
class braf_11Rnd_90mm_he_shells: braf_11Rnd_90mm_heat_mp
class braf_11rnd_90mm_he_shells: braf_11rnd_90mm_heat_mp
{
displayName="11 Rounds HE 90mm Shells";
displayNameShort="11 Rnds HE 90mm";
displayNameMFDFormat="HE";
ammo="braf_90mm_HE";
ammo="braf_90mm_he";
initSpeed=700;
muzzleImpulseFactor[]={1,6};
};
class braf_11Rnd_90mm_hesh_shells: braf_11Rnd_90mm_heat_mp
class braf_11rnd_90mm_hesh_shells: braf_11rnd_90mm_heat_mp
{
displayName="11 Rounds HESH 90mm Shells";
displayNameShort="11 Rnds HESH 90mm";
displayNameMFDFormat="HESH";
ammo="braf_90mm_HESH";
ammo="braf_90mm_hesh";
initSpeed=800;
muzzleImpulseFactor[]={1,6};
};
class braf_11Rnd_90mm_apfsds_shells: braf_11Rnd_90mm_he_shells
class braf_11rnd_90mm_apfsds_shells: braf_11rnd_90mm_he_shells
{
displayName="11 Rounds APFSDS 90mm Flechette";
displayNameShort="11 Rnds APFSDS 90mm";
@@ -56,7 +56,7 @@ class CfgMagazines
initSpeed=1680;
muzzleImpulseFactor[]={0.5,3};
};
class braf_11Rnd_90mm_apfsds_t_shells: braf_11Rnd_90mm_apfsds_shells
class braf_11rnd_90mm_apfsds_t_shells: braf_11rnd_90mm_apfsds_shells
{
displayName="11 Rounds APFSDS 90mm Flechette Tracer";
displayNameShort="11 Rnds APFSDS-T 90mm";