This commit is the equivalent of a atomic bomb
This commit is contained in:
100
braf_weapons_launchers/AntiAir_Igla/Igla.hpp
Normal file
100
braf_weapons_launchers/AntiAir_Igla/Igla.hpp
Normal file
@@ -0,0 +1,100 @@
|
||||
class braf_Igla: launch_B_Titan_F
|
||||
{
|
||||
displayname="9K38 Igla";
|
||||
model="\braf\braf_weapons_launchers\AntiAir_Igla\Igla.p3d";
|
||||
magazines[]=
|
||||
{
|
||||
"braf_Igla_missile"
|
||||
};
|
||||
picture="\braf\braf_weapons_launchers\AntiAir_Igla\data\ui\igla_ui.paa";
|
||||
handanim[]=
|
||||
{
|
||||
"OFP2_ManSkeleton",
|
||||
"\braf\braf_weapons_anim\animations\AntiAir_IGLA\Igla.rtm"
|
||||
};
|
||||
scope=2;
|
||||
scopeArsenal=2;
|
||||
sounds[]=
|
||||
{
|
||||
"StandardSound"
|
||||
};
|
||||
jsrs_soundeffect="JSRS2_Distance_Effects_Launcher";
|
||||
class Library
|
||||
{
|
||||
LibTextDesc="9K38 Igla Anti Air Launcher";
|
||||
};
|
||||
class BaseSoundModeType
|
||||
{
|
||||
weaponSoundEffect="DefaultRifle";
|
||||
};
|
||||
class StandardSound: BaseSoundModeType
|
||||
{
|
||||
begin1[]=
|
||||
{
|
||||
"braf\braf_weapons_launchers\AntiAir_Igla\sound\AA_s1",
|
||||
10,
|
||||
1,
|
||||
1200
|
||||
};
|
||||
soundBegin[]=
|
||||
{
|
||||
"begin1",
|
||||
1
|
||||
};
|
||||
};
|
||||
reloadMagazineSound[]=
|
||||
{
|
||||
"braf\braf_weapons_launchers\AntiAir_Igla\sound\Reload",
|
||||
1,
|
||||
1,
|
||||
35
|
||||
};
|
||||
drySound[]=
|
||||
{
|
||||
"braf\braf_weapons_launchers\AntiAir_Igla\sound\Dry",
|
||||
1,
|
||||
1,
|
||||
35
|
||||
};
|
||||
soundFly[]=
|
||||
{
|
||||
"braf\braf_weapons_launchers\AntiAir_Igla\sound\Fly",
|
||||
"db40",
|
||||
1.5,
|
||||
700
|
||||
};
|
||||
lockingTargetSound[]=
|
||||
{
|
||||
"braf\braf_weapons_launchers\AntiAir_Igla\sound\AA_seek",
|
||||
0.64999998,
|
||||
1
|
||||
};
|
||||
lockedTargetSound[]=
|
||||
{
|
||||
"braf\braf_weapons_launchers\AntiAir_Igla\sound\AA_lock",
|
||||
0.64999998,
|
||||
2.5
|
||||
};
|
||||
recoil="recoil_single_titan";
|
||||
class OpticsModes
|
||||
{
|
||||
class Hamr2Collimator
|
||||
{
|
||||
distancezoommax=300;
|
||||
distancezoommin=300;
|
||||
memorypointcamera="eye";
|
||||
opticsdisableperipherialvision=0;
|
||||
opticsflare=0;
|
||||
opticsid=1;
|
||||
opticsppeffects[]=
|
||||
{
|
||||
""
|
||||
};
|
||||
opticszoominit=0.75;
|
||||
opticszoommax=1;
|
||||
opticszoommin=0.375;
|
||||
usemodeloptics=0;
|
||||
visionmode[]={};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user