mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-14 08:43:28 +00:00
inicio da config PBOs weapons, vest, aviation e backpack
This commit is contained in:
88
addons/aviation/Flightsuits/v_flightsuit_hiaf.hpp
Normal file
88
addons/aviation/Flightsuits/v_flightsuit_hiaf.hpp
Normal file
@@ -0,0 +1,88 @@
|
||||
class BRAF_1BAvEx_Pilot;
|
||||
class braf_hiaf_pilot_regular : BRAF_1BAvEx_Pilot
|
||||
{
|
||||
side=1;
|
||||
faction = "BRAF_HIAF";
|
||||
editorSubcategory = "BRAF_REGULAR";
|
||||
_generalMacro="braf_factions_hiaf_pilot";
|
||||
displayName="Pilot";
|
||||
uniformClass="braf_hiaf_pilot_regular_Coverall";
|
||||
genericNames = "TanoanMen";
|
||||
identityTypes[] = {
|
||||
"NoGlasses",
|
||||
"LanguageFRE_F",
|
||||
"Head_NATO"
|
||||
};
|
||||
linkedItems[]=
|
||||
{
|
||||
"BRAF_HGU56P_black",
|
||||
"BRAF_flightvest_02",
|
||||
"ItemMap",
|
||||
"ItemCompass",
|
||||
"ItemWatch",
|
||||
"ItemRadio",
|
||||
"NVGoggles_OPFOR"
|
||||
};
|
||||
respawnLinkedItems[]=
|
||||
{
|
||||
"BRAF_HGU56P_black",
|
||||
"BRAF_flightvest_02",
|
||||
"ItemMap",
|
||||
"ItemCompass",
|
||||
"ItemWatch",
|
||||
"ItemRadio",
|
||||
"NVGoggles"
|
||||
};
|
||||
weapons[]=
|
||||
{
|
||||
"hgun_ACPC2_F",
|
||||
"Binocular",
|
||||
"Throw",
|
||||
"Put"
|
||||
};
|
||||
respawnWeapons[]=
|
||||
{
|
||||
"hgun_ACPC2_F",
|
||||
"Binocular",
|
||||
"Throw",
|
||||
"Put"
|
||||
};
|
||||
magazines[]=
|
||||
{
|
||||
"16Rnd_9x21_Mag",
|
||||
"16Rnd_9x21_Mag",
|
||||
"16Rnd_9x21_Mag",
|
||||
"SmokeShellRed",
|
||||
"SmokeShellOrange",
|
||||
"SmokeShellYellow",
|
||||
"Chemlight_red",
|
||||
"Chemlight_red"
|
||||
};
|
||||
respawnMagazines[]=
|
||||
{
|
||||
"16Rnd_9x21_Mag",
|
||||
"16Rnd_9x21_Mag",
|
||||
"16Rnd_9x21_Mag",
|
||||
"SmokeShellRed",
|
||||
"SmokeShellOrange",
|
||||
"SmokeShellYellow",
|
||||
"Chemlight_red",
|
||||
"Chemlight_red"
|
||||
};
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf\braf_factions\addons\characters_aviation\Flightsuits\data\hiaf\Coverall_co.paa",
|
||||
"braf\braf_factions\addons\characters_aviation\Flightsuits\data\luva_co.paa",
|
||||
"braf\braf_factions\addons\characters_aviation\Flightsuits\data\Boot\boot_co.paa",
|
||||
"",
|
||||
""
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"\BRAF_Factions\braf_factions_characters_aviation\Flightsuits\data\hiaf\Coverall.rvmat",
|
||||
"\BRAF_Factions\braf_factions_characters_aviation\Flightsuits\data\luva.rvmat",
|
||||
"\BRAF_Factions\braf_factions_characters_aviation\Flightsuits\data\Boot\boot.rvmat",
|
||||
"",
|
||||
""
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user