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
@@ -6,7 +6,7 @@ class CfgMagazines
{
scope = 2;
displayName = "7 Rounds PGM Hecate II";
picture = "\braf\braf_weapons_sniper_rifles\50cal_MSR_HecateII\Data\UI\AMF_PERSEIS_II_MAG_ICO_CA.paa"; /// just some icon
picture = "\braf\braf_weapons_sniper_rifles\50cal_msr_hecateii\data\ui\amf_perseis_ii_mag_ico_ca.paa"; /// just some icon
ammo = "B_127x99_Ball";
count = 7; /// 30 rounds is enough
initSpeed = 780; /// standard muzzle speed
@@ -18,7 +18,7 @@ class CfgMagazines
class 7Rnd_Perseis_II_mag_Tracer_yellow: 7Rnd_Perseis_II_mag /// a magazine full of tracer rounds
{
picture = "\braf\braf_weapons_sniper_rifles\50cal_MSR_HecateII\Data\UI\AMF_PERSEIS_II_MAG_YELLOW_ICO_CA.paa"; /// just some icon
picture = "\braf\braf_weapons_sniper_rifles\50cal_msr_hecateii\data\ui\amf_perseis_ii_mag_yellow_ico_ca.paa"; /// just some icon
ammo = "B_127x99_Ball_Tracer_Yellow";
tracersEvery = 1; /// moar tracers
lastRoundsTracer = 7; /// tracers everywhere
@@ -29,7 +29,7 @@ class CfgMagazines
};
class 7Rnd_Perseis_II_mag_Tracer_green: 7Rnd_Perseis_II_mag /// a magazine full of tracer rounds
{
picture = "\braf\braf_weapons_sniper_rifles\50cal_MSR_HecateII\Data\UI\AMF_PERSEIS_II_MAG_GREEN_ICO_CA.paa"; /// just some icon
picture = "\braf\braf_weapons_sniper_rifles\50cal_msr_hecateii\data\ui\amf_perseis_ii_mag_green_ico_ca.paa"; /// just some icon
ammo = "B_127x99_Ball_Tracer_Green";
tracersEvery = 1; /// moar tracers
lastRoundsTracer = 7; /// tracers everywhere
@@ -40,7 +40,7 @@ class CfgMagazines
};
class 7Rnd_Perseis_II_mag_Tracer_red: 7Rnd_Perseis_II_mag /// a magazine full of tracer rounds
{
picture = "\braf\braf_weapons_sniper_rifles\50cal_MSR_HecateII\Data\UI\AMF_PERSEIS_II_MAG_RED_ICO_CA.paa"; /// just some icon
picture = "\braf\braf_weapons_sniper_rifles\50cal_msr_hecateii\data\ui\amf_perseis_ii_mag_red_ico_ca.paa"; /// just some icon
ammo = "B_127x99_Ball_Tracer_Red";
tracersEvery = 1; /// moar tracers
lastRoundsTracer = 7; /// tracers everywhere