fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -4,6 +4,7 @@ class CfgPatches
|
||||
{
|
||||
class braf_m114
|
||||
{
|
||||
author = "BRAF TEAM";
|
||||
units[] = {"braf_m114_155mm"};
|
||||
weapons[] = {"braf_canhao_155mm"};
|
||||
requiredVersion = 0.01;
|
||||
@@ -99,7 +100,7 @@ class CfgAmmo
|
||||
typicalSpeed = 1300;
|
||||
airfriction = "-3.96e-005";
|
||||
hit = 350;
|
||||
model = "\A3\Weapons_f\Data\bullettracer\shell_tracer_green";
|
||||
model = "\a3\weapons_f\data\bullettracer\shell_tracer_green";
|
||||
};
|
||||
|
||||
class braf_155mm_HE : Sh_155mm_AMOS
|
||||
@@ -274,7 +275,7 @@ class cfgWeapons
|
||||
{
|
||||
scope = 1;
|
||||
dlc = "BRAF";
|
||||
author = "BRAF";
|
||||
author = "BRAF TEAM";
|
||||
displayName = M114 155mm Cannon;
|
||||
|
||||
magazines[] =
|
||||
@@ -289,7 +290,7 @@ class cfgWeapons
|
||||
{
|
||||
scope = 1;
|
||||
dlc = "BRAF";
|
||||
author = "BRAF";
|
||||
author = "BRAF TEAM";
|
||||
displayName = M114 155mm cc;
|
||||
|
||||
magazines[] =
|
||||
@@ -325,7 +326,7 @@ class CfgVehicles
|
||||
scopeCurator = 2;
|
||||
artilleryScanner = 1;
|
||||
dlc = "BRAF";
|
||||
author = "BRAF";
|
||||
author = "BRAF TEAM";
|
||||
availableForSupportTypes[] = {"Artillery"};
|
||||
model = "\braf\braf_static\m114\braf_m114.p3d";
|
||||
displayName = M114 155mm;
|
||||
@@ -333,7 +334,7 @@ class CfgVehicles
|
||||
icon = "\braf\braf_static\m114\ico\icomap_m119_ca.paa";
|
||||
slingLoadCargoMemoryPoints[] = {"SlingLoadCargo1", "SlingLoadCargo2", "SlingLoadCargo3", "SlingLoadCargo4"};
|
||||
side = 2;
|
||||
faction = BRAF_ARMY;
|
||||
faction = braf_army;
|
||||
crew = "braf_Soldier";
|
||||
transportSoldier = 2;
|
||||
typicalCargo[] = {"braf_Soldier", "braf_Soldier"};
|
||||
|
||||
Reference in New Issue
Block a user