mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 16:23:28 +00:00
88 lines
1.8 KiB
C++
88 lines
1.8 KiB
C++
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_Factions\braf_factions_characters_aviation\Flightsuits\data\hiaf\Coverall_co.paa",
|
|
"BRAF_Factions\braf_factions_characters_aviation\Flightsuits\data\luva_co.paa",
|
|
"BRAF_Factions\braf_factions_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",
|
|
"",
|
|
""
|
|
};
|
|
}; |