tbftss/data/missions/antomis/01 - antomis defence #1.json

171 lines
3.6 KiB
JSON
Raw Normal View History

2016-04-09 14:24:13 +02:00
{
"name" : "Antomis Defence #1",
"description" : "",
"background" : "gfx/backgrounds/background02.jpg",
"planet" : "gfx/planets/bluePlanet.png",
"music" : "music/battle/track-4.mp3",
"objectives" : [
{
"description" : "Eliminate all enemy target",
"targetName" : "ENEMY",
"targetValue" : 1,
"targetType" : "TT_DESTROY",
"isEliminateAll" : 1
},
{
"description" : "Defend the jumpgate",
"targetName" : "Jumpgate",
"targetType" : "TT_DESTROY",
"targetValue" : 1,
"isCondition" : 1
}
],
"player" : {
"type" : "TAF",
"side" : "SIDE_ALLIES",
"pilot" : "2nd Lt. Jim Goddard",
"squadron" : "Midnight Runners",
"x" : 20,
"y" : 45
},
"fighters" : [
{
2016-04-10 09:23:49 +02:00
"types" : "Leopard",
2016-04-09 14:24:13 +02:00
"side" : "SIDE_ALLIES",
"x" : 20,
"y" : 45,
"number" : 1,
"scatter" : 350,
2016-04-10 09:23:49 +02:00
"flags" : "+EF_AI_LEADER",
2016-04-09 14:24:13 +02:00
"aiFlags" : "+AIF_UNLIMITED_RANGE"
},
{
"types" : "TAF;Ray;Nymph;Firefly;Hyena-A",
"side" : "SIDE_ALLIES",
"x" : 20,
"y" : 45,
"number" : 7,
"scatter" : 350,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
},
2016-04-10 09:23:49 +02:00
{
"types" : "Plasma Turret",
"side" : "SIDE_ALLIES",
"x" : 24.5,
"y" : 25
},
{
"types" : "Plasma Turret",
"side" : "SIDE_ALLIES",
"x" : 25.5,
"y" : 25
},
2016-04-09 14:24:13 +02:00
{
"types" : "Shale",
"side" : "SIDE_REBEL",
"x" : 30,
"y" : 5,
"number" : 6,
"scatter" : 350,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
},
{
2016-04-10 09:23:49 +02:00
"types" : "Khepri",
2016-04-09 14:24:13 +02:00
"side" : "SIDE_REBEL",
"x" : 30,
2016-04-10 09:23:49 +02:00
"y" : 5,
2016-04-09 14:24:13 +02:00
"scatter" : 350,
2016-04-10 09:23:49 +02:00
"aiFlags" : "AIF_UNLIMITED_RANGE+AIF_TARGET_FOCUS+AIF_MISSILE_BOAT+AIF_LONG_RANGE_FIRE"
2016-04-09 14:24:13 +02:00
},
{
2016-04-10 09:23:49 +02:00
"groupName" : "Rebels-1",
"types" : "SK-31;Shale",
2016-04-09 14:24:13 +02:00
"side" : "SIDE_REBEL",
"x" : 30,
2016-04-10 09:23:49 +02:00
"y" : 52,
"number" : 4,
2016-04-09 14:24:13 +02:00
"scatter" : 350,
"aiFlags" : "+AIF_UNLIMITED_RANGE",
"active" : 0
},
{
2016-04-10 09:23:49 +02:00
"groupName" : "Rebels-1",
2016-04-09 14:24:13 +02:00
"types" : "Khepri",
"side" : "SIDE_REBEL",
2016-04-10 09:23:49 +02:00
"x" : 30,
"y" : 52,
"number" : 2,
2016-04-09 14:24:13 +02:00
"scatter" : 350,
"aiFlags" : "AIF_UNLIMITED_RANGE+AIF_TARGET_FOCUS+AIF_MISSILE_BOAT+AIF_LONG_RANGE_FIRE",
"active" : 0
},
{
2016-04-10 09:23:49 +02:00
"groupName" : "Rebels-2",
"types" : "SK-31;Shale",
2016-04-10 09:23:49 +02:00
"side" : "SIDE_REBEL",
"x" : 30,
"y" : -2,
"number" : 4,
"scatter" : 350,
"aiFlags" : "+AIF_UNLIMITED_RANGE",
"active" : 0
},
{
"groupName" : "Rebels-2",
2016-04-09 14:24:13 +02:00
"types" : "Khepri",
"side" : "SIDE_REBEL",
2016-04-10 09:23:49 +02:00
"x" : 30,
"y" : -2,
"number" : 2,
2016-04-09 14:24:13 +02:00
"scatter" : 350,
"aiFlags" : "AIF_UNLIMITED_RANGE+AIF_TARGET_FOCUS+AIF_MISSILE_BOAT+AIF_LONG_RANGE_FIRE",
"active" : 0
}
],
"entities" : [
{
"name" : "Jumpgate",
"type" : "ET_JUMPGATE",
"side" : "SIDE_ALLIES",
"x" : 25,
"y" : 25,
"flags" : "EF_TAKES_DAMAGE+EF_AI_TARGET"
}
],
"script" : [
{
"function" : "TIME 2",
"lines" : [
"MSG_BOX Wing Commander;Tzac fighers are moving in on the jumpgate. We need to stop them before they do any serious damage to it.",
"MSG_BOX Wing Commander;Goddard, command of this operation will fall to you, if events lead to me being unable to participate fully."
]
},
{
"function" : "ENEMIES_KILLED 5",
"lines" : [
"ACTIVATE_ENTITY_GROUPS Rebels-1",
"MSG_BOX Wingmate;Picking up a second group of fighters, incoming."
]
},
{
"function" : "ENEMIES_KILLED 12",
"lines" : [
"ACTIVATE_ENTITY_GROUPS Rebels-2",
"MSG_BOX Wingmate;More fighters, inbound!"
]
},
{
"function" : "JUMPGATE_HEALTH 10",
"lines" : [
"MSG_BOX Control;The jumpgate is taking damage!"
]
},
{
"function" : "JUMPGATE_HEALTH 5",
"lines" : [
"MSG_BOX Control;Half the jumpgate's control nodes have been destroyed! We need to step up our efforts to defend it!"
]
}
]
}