This commit is the equivalent of a atomic bomb
This commit is contained in:
84
braf_static/eryx/AmmoERYX.hpp
Normal file
84
braf_static/eryx/AmmoERYX.hpp
Normal file
@@ -0,0 +1,84 @@
|
||||
class braf_M_9K115_2_AT13_Saxhorn_2_AT: MissileBase
|
||||
{
|
||||
SoundSetExplosion[]=
|
||||
{
|
||||
"RocketsHeavy_Exp_SoundSet",
|
||||
"RocketsHeavy_Tail_SoundSet",
|
||||
"Explosion_Debris_SoundSet"
|
||||
};
|
||||
model="\A3\Weapons_F_Tank\Launchers\Vorona\Vorona_missile_heat_fly.p3d";
|
||||
hit=150;
|
||||
indirectHit=25;
|
||||
indirectHitRange=3.5;
|
||||
explosive=0.80000001;
|
||||
warheadName="TandemHEAT";
|
||||
submunitionAmmo="braf_P_9K115_2_AT13_Saxhorn_2_AT";
|
||||
submunitionDirectionType="SubmunitionModelDirection";
|
||||
submunitionInitSpeed=1000;
|
||||
submunitionParentSpeedCoef=0;
|
||||
submunitionInitialOffset[]={0,0,-0.2};
|
||||
triggerOnImpact=1;
|
||||
deleteParentWhenTriggered=0;
|
||||
lockType=1;
|
||||
cost=500;
|
||||
aiAmmoUsageFlags="128 + 512";
|
||||
weaponLockSystem="16 + 1";
|
||||
cmImmunity=0.89999998;
|
||||
manualControl=1;
|
||||
missileManualControlCone=60;
|
||||
maxControlRange=2000;
|
||||
trackOversteer=1.25;
|
||||
trackLead=1;
|
||||
maneuvrability=20;
|
||||
timeToLive=15;
|
||||
simulationStep=0.0020000001;
|
||||
sideAirFriction=0.090000004;
|
||||
airFriction=0.059999999;
|
||||
maxSpeed=200;
|
||||
initTime=0;
|
||||
thrustTime=2.7;
|
||||
thrust=70;
|
||||
fuseDistance=8;
|
||||
soundFly[]=
|
||||
{
|
||||
"\braf\braf_static\eryx\data\atgm_flyby_1.wss",
|
||||
6,
|
||||
10,
|
||||
500
|
||||
};
|
||||
whistleDist=32;
|
||||
class CamShakeExplode
|
||||
{
|
||||
power="(55 * 0.2)";
|
||||
duration="((round (55^0.5))*0.2 max 0.2)";
|
||||
frequency=20;
|
||||
distance="((4 + 55^0.5)*8)";
|
||||
};
|
||||
class CamShakeHit
|
||||
{
|
||||
power=110;
|
||||
duration="((round (110^0.25))*0.2 max 0.2)";
|
||||
frequency=20;
|
||||
distance=1;
|
||||
};
|
||||
class CamShakeFire
|
||||
{
|
||||
power="(60^0.25)";
|
||||
duration="((round (60^0.5))*0.2 max 0.2)";
|
||||
frequency=20;
|
||||
distance="((60^0.5)*8)";
|
||||
};
|
||||
class CamShakePlayerFire
|
||||
{
|
||||
power=3;
|
||||
duration=0.1;
|
||||
frequency=20;
|
||||
distance=1;
|
||||
};
|
||||
};
|
||||
class braf_P_9K115_2_AT13_Saxhorn_2_AT: ammo_Penetrator_Base
|
||||
{
|
||||
caliber=60;
|
||||
warheadName="TandemHEAT";
|
||||
hit=720;
|
||||
};
|
||||
Reference in New Issue
Block a user