fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class braf_Dot : ItemCore
|
||||
class braf_dot : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_Dot";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_dot";
|
||||
scope = 2;
|
||||
inertia = 0.1;
|
||||
displayName = "Newcon HDS3AA";
|
||||
@@ -13,7 +13,7 @@
|
||||
{
|
||||
mass = 8;
|
||||
RMBhint = "EOT xps3";
|
||||
modelOptics = "\A3\Weapons_F\empty";
|
||||
modelOptics = "\a3\weapons_f\empty";
|
||||
optics = 1;
|
||||
class OpticsModes
|
||||
{
|
||||
@@ -36,22 +36,22 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
class braf_Dot_3x_up : ItemCore
|
||||
class braf_dot_3x_up : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_Dot_3x_up";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_dot_3x_up";
|
||||
scope = 2;
|
||||
inertia = 0.2;
|
||||
displayName = "Newcon HDS3AA + Magnifier";
|
||||
picture = "\braf\braf_weapons_scopes\newcon_optik\ui\newconmag.paa";
|
||||
model = "\braf\braf_weapons_scopes\newcon_optik\Hds3aa_3x_up.p3d";
|
||||
model = "\braf\braf_weapons_scopes\newcon_optik\hds3aa_3x_up.p3d";
|
||||
descriptionShort = "Red Dot Aim";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
class ItemInfo : InventoryOpticsItem_Base_F
|
||||
{
|
||||
mass = 4;
|
||||
RMBhint = "Advanced Rifle Combat Optics";
|
||||
modelOptics = "\A3\Weapons_F\empty";
|
||||
modelOptics = "\a3\weapons_f\empty";
|
||||
opticType = 1;
|
||||
optics = 1;
|
||||
class OpticsModes
|
||||
@@ -74,26 +74,26 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
MRT_SwitchItemNextClass = "braf_Dot_3x_dwn";
|
||||
MRT_SwitchItemPrevClass = "braf_Dot_3x_dwn";
|
||||
MRT_SwitchItemNextClass = "braf_dot_3x_dwn";
|
||||
MRT_SwitchItemPrevClass = "braf_dot_3x_dwn";
|
||||
MRT_switchItemHintText = "";
|
||||
};
|
||||
class braf_Dot_3x_dwn : ItemCore
|
||||
class braf_dot_3x_dwn : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_Dot_3x_dwn";
|
||||
author = "BRAF TEAM";
|
||||
_generalMacro = "braf_dot_3x_dwn";
|
||||
scope = 1;
|
||||
inertia = 0.2;
|
||||
displayName = "HDS3AA + Magnifier(off)";
|
||||
picture = "\braf\braf_weapons_scopes\newcon_optik\ui\newconmag.paa";
|
||||
model = "\braf\braf_weapons_scopes\newcon_optik\Hds3aa_3x_dn.p3d";
|
||||
model = "\braf\braf_weapons_scopes\newcon_optik\hds3aa_3x_dn.p3d";
|
||||
descriptionShort = "Red Dot Aim";
|
||||
weaponInfoType = "RscWeaponZeroing";
|
||||
class ItemInfo : InventoryOpticsItem_Base_F
|
||||
{
|
||||
mass = 4;
|
||||
RMBhint = "Advanced Rifle Combat Optics";
|
||||
modelOptics = "\A3\Weapons_F\empty";
|
||||
modelOptics = "\a3\weapons_f\empty";
|
||||
opticType = 1;
|
||||
optics = 1;
|
||||
class OpticsModes
|
||||
@@ -116,7 +116,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
MRT_SwitchItemNextClass = "braf_Dot_3x_up";
|
||||
MRT_SwitchItemPrevClass = "braf_Dot_3x_up";
|
||||
MRT_SwitchItemNextClass = "braf_dot_3x_up";
|
||||
MRT_SwitchItemPrevClass = "braf_dot_3x_up";
|
||||
MRT_switchItemHintText = "";
|
||||
};
|
||||
Reference in New Issue
Block a user