Compare commits
2 Commits
f492aacf78
...
e787e1f070
| Author | SHA1 | Date | |
|---|---|---|---|
| e787e1f070 | |||
| a0236cc0ad |
Binary file not shown.
@@ -2188,16 +2188,63 @@ class BRAF_Caracal_10: BRAF_Caracal_2
|
||||
statement="this animate ['NVG_Hide',1]";
|
||||
};
|
||||
};
|
||||
class Components: Components
|
||||
{
|
||||
class TransportPylonsComponent
|
||||
{
|
||||
class Pylons
|
||||
{
|
||||
class PylonLeft1
|
||||
{
|
||||
attachment="braf_mag_am39_pylon_1rnd";
|
||||
priority=5;
|
||||
turret[]={1};
|
||||
hardpoints[]={"BRAF_AM39_PYLON"};
|
||||
UIposition[]={0.06,0.4};
|
||||
};
|
||||
class PylonRight1: PylonLeft1
|
||||
{
|
||||
mirroredMissilePos=1;
|
||||
UIposition[]={0.59,0.4};
|
||||
};
|
||||
};
|
||||
class Presets
|
||||
{
|
||||
class Empty
|
||||
{
|
||||
displayName="$STR_empty";
|
||||
attachment[]={};
|
||||
};
|
||||
class AM39
|
||||
{
|
||||
displayName="AM39 Exocet 2x";
|
||||
attachment[]={
|
||||
"braf_mag_am39_pylon_1rnd",
|
||||
"braf_mag_am39_pylon_1rnd"
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
class CargoTurret;
|
||||
class Turrets: Turrets
|
||||
{
|
||||
class BRAF_CopilotTurret: BRAF_CopilotTurret{};
|
||||
class BRAF_Crew_Chief_Turret: BRAF_Crew_Chief_Turret{};
|
||||
class BRAF_Mansup_Gunner_Turret: BRAF_Crew_Chief_Turret
|
||||
class BRAF_AM39_Gunner_Turret: BRAF_Crew_Chief_Turret
|
||||
{
|
||||
gunnerName="MANSUP Operator";
|
||||
gunnerName="Weapons Officer";
|
||||
gunnerCompartments="Compartment2";
|
||||
proxyIndex=3;
|
||||
isCopilot=0;
|
||||
startEngine=0;
|
||||
weapons[]=
|
||||
{
|
||||
"Laserdesignator_mounted"
|
||||
};
|
||||
magazines[]=
|
||||
{
|
||||
"Laserbatteries"
|
||||
};
|
||||
};
|
||||
};
|
||||
textureList[]=
|
||||
|
||||
+3
-1
@@ -7,6 +7,7 @@ class CfgPatches {
|
||||
"A3_Data_F",
|
||||
"A3_Armor_F_Beta_APC_Tracked_01",
|
||||
"A3_Weapons_F",
|
||||
"braf_naval_weapons",
|
||||
"braf_characters_army",
|
||||
"BRAF_Insignia",
|
||||
"BRAF_Soft",
|
||||
@@ -54,7 +55,8 @@ class CfgPatches {
|
||||
//"BRAF_Caracal_6a",
|
||||
"BRAF_Caracal_7",
|
||||
"BRAF_Caracal_8",
|
||||
"BRAF_Caracal_9"
|
||||
"BRAF_Caracal_9",
|
||||
"BRAF_Caracal_10"
|
||||
};
|
||||
weapons[] = {};
|
||||
};
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -310,4 +310,5 @@ class CfgModels
|
||||
};
|
||||
};
|
||||
};
|
||||
class braf_am39: braf_am39_fly{};
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ class CfgAmmo
|
||||
{
|
||||
scope = 0;
|
||||
cameraViewAvailable = 1;
|
||||
initTime = 0.3;
|
||||
initTime = 0.5;
|
||||
};
|
||||
class braf_ammo_am39_asm: braf_ammo_asm_cruise_base
|
||||
{
|
||||
@@ -31,7 +31,9 @@ class CfgAmmo
|
||||
displayName = "AM39 Exocet";
|
||||
author = "BRAF TEAM";
|
||||
model = "braf\braf_weapons_naval\braf_asm\Exocet\AM39\braf_am39_fly.p3d";
|
||||
proxyShape = "braf\braf_weapons_naval\braf_asm\Exocet\AM39\braf_am39_fly.p3d";
|
||||
proxyShape = "braf\braf_weapons_naval\braf_asm\Exocet\AM39\braf_am39.p3d";
|
||||
effectsMissileInit = "PylonBackEffects_InitDelay";
|
||||
muzzleEffect = "";
|
||||
};
|
||||
};
|
||||
class CfgMagazines
|
||||
@@ -54,8 +56,10 @@ class CfgMagazines
|
||||
author = "BRAF TEAM";
|
||||
count = 1;
|
||||
initSpeed = 12;
|
||||
model = "braf\braf_weapons_naval\braf_asm\Exocet\AM39\braf_am39.p3d";
|
||||
ammo = "braf_ammo_am39_asm";
|
||||
pylonWeapon = "braf_weapon_am39_asm";
|
||||
hardpoints[] = {"BRAF_AM39_PYLON"};
|
||||
ejectSpeed[] = {1,0,0};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user