80 lines
2.1 KiB
C++
80 lines
2.1 KiB
C++
class braf_Alpha200_ItemInfo : HeadGearItem {
|
|
hiddenSelections[]=
|
|
{
|
|
"camo1"
|
|
};
|
|
mass=30;
|
|
uniformModel="braf\braf_characters_aviation\flighthelmets\alpha200_helmet.p3d";
|
|
modelSides[]={1,2,3};
|
|
class HitpointsProtectionInfo
|
|
{
|
|
class Head
|
|
{
|
|
hitpointName="HitHead";
|
|
armor=6;
|
|
passThrough=0.5;
|
|
};
|
|
};
|
|
};
|
|
|
|
//---------------------------------Alpha200_Helmets-----------------------------------
|
|
class braf_alpha200_pilot: H_HelmetB {
|
|
scope=2;
|
|
scopeCurator=2;
|
|
author = "BRAF TEAM";
|
|
_generalMacro="braf_alpha200_pilot";
|
|
ace_hearing_protection = 0.70;
|
|
ace_hearing_lowerVolume = 0.60;
|
|
displayName="Alpha 200 Helmet Pilot";
|
|
picture="braf\braf_characters_aviation\flighthelmets\data\ui\alpha200_pilot.paa";
|
|
model="braf\braf_characters_aviation\flighthelmets\alpha200_helmet.p3d";
|
|
hiddenSelections[]=
|
|
{
|
|
"camo1"
|
|
};
|
|
hiddenSelectionsTextures[]=
|
|
{
|
|
"braf\braf_characters_aviation\flighthelmets\data\alpha200\pilot\alpha200_pilot_co.paa"
|
|
};
|
|
hiddenSelectionsMaterials[]=
|
|
{
|
|
"braf\braf_characters_aviation\flighthelmets\data\alpha200\pilot\alpha200_pilot.rvmat"
|
|
};
|
|
class ItemInfo: braf_Alpha200_ItemInfo
|
|
{
|
|
hiddenSelectionsTextures[]=
|
|
{
|
|
"braf\braf_characters_aviation\flighthelmets\data\alpha200\pilot\alpha200_pilot_co.paa"
|
|
};
|
|
hiddenSelectionsMaterials[]=
|
|
{
|
|
"braf\braf_characters_aviation\flighthelmets\data\alpha200\pilot\alpha200_pilot.rvmat"
|
|
};
|
|
};
|
|
};
|
|
class braf_alpha200_mec: braf_alpha200_pilot
|
|
{
|
|
_generalMacro="braf_alpha200_mec";
|
|
displayName="Alpha 200 Helmet Flight Mechanic";
|
|
picture="braf\braf_characters_aviation\flighthelmets\data\ui\alpha200_fiel.paa";
|
|
hiddenSelectionsTextures[]=
|
|
{
|
|
"braf\braf_characters_aviation\flighthelmets\data\alpha200\mec\alpha200_mec_co.paa",
|
|
};
|
|
hiddenSelectionsMaterials[]=
|
|
{
|
|
"braf\braf_characters_aviation\flighthelmets\data\alpha200\mec\alpha200_mec.rvmat",
|
|
};
|
|
class ItemInfo : braf_Alpha200_ItemInfo
|
|
{
|
|
hiddenSelectionsTextures[]=
|
|
{
|
|
"braf\braf_characters_aviation\flighthelmets\data\alpha200\mec\alpha200_mec_co.paa",
|
|
};
|
|
hiddenSelectionsMaterials[]=
|
|
{
|
|
"braf\braf_characters_aviation\flighthelmets\data\alpha200\mec\alpha200_mec.rvmat",
|
|
};
|
|
};
|
|
};
|