This commit is the equivalent of a atomic bomb
This commit is contained in:
79
braf_characters_aviation/Flighthelmets/Alpha200_Weap.hpp
Normal file
79
braf_characters_aviation/Flighthelmets/Alpha200_Weap.hpp
Normal file
@@ -0,0 +1,79 @@
|
||||
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",
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user