tbftss/data/missions/clarke/02 - clarke defence #2.json

121 lines
2.9 KiB
JSON
Raw Normal View History

2015-12-18 13:03:18 +01:00
{
"name" : "Clarke Defence #2",
"description" : "We have successfully punched our way through several squadrons of Pandoran fighters, but their capital ships are fast approaching Dublin. Your objective is to take down two of their corvettes: INF Dirk and INF Blackjack. Ensure the Khepri-class bombers can get in close enough to delivery a strike.",
"requires" : 12,
2016-03-06 18:13:18 +01:00
"background" : "gfx/backgrounds/background06.jpg",
2016-06-01 12:27:10 +02:00
"planet" : "gfx/planets/lewis.png",
"music" : "music/battle/heroism.ogg",
"manualComplete" : 1,
2015-12-18 13:03:18 +01:00
"objectives" : [
{
"description" : "Destroy INF Dirk",
"targetName" : "INF Dirk",
"targetValue" : 1,
"targetType" : "TT_DESTROY"
},
{
2015-12-20 15:31:25 +01:00
"description" : "Eliminate escorts",
2015-12-18 15:29:00 +01:00
"targetName" : "Pandoran",
2015-12-20 15:31:25 +01:00
"targetValue" : 4,
2015-12-18 13:03:18 +01:00
"targetType" : "TT_DESTROY"
},
2015-12-18 15:29:00 +01:00
{
2015-12-20 15:31:25 +01:00
"description" : "Eliminate reinforcements",
2015-12-18 15:29:00 +01:00
"targetName" : "Reinforcements",
2015-12-20 15:31:25 +01:00
"targetValue" : 4,
2015-12-18 15:29:00 +01:00
"targetType" : "TT_DESTROY",
"active": 0
2015-12-18 13:03:18 +01:00
}
],
"player" : {
"type" : "Firefly",
"side" : "SIDE_ALLIES",
2016-04-15 09:51:12 +02:00
"pilot" : "1st Lt. Angus Carlyle",
2015-12-20 12:58:47 +01:00
"squadron" : "Sentinels",
2015-12-18 15:29:00 +01:00
"x" : 45,
"y" : 45
2015-12-18 13:03:18 +01:00
},
"fighters" : [
{
"name" : "ALLIES",
"types" : "Firefly;Nymph;Leopard;Hyena-A;Hyena-B",
"side" : "SIDE_ALLIES",
2015-12-18 15:29:00 +01:00
"x" : 45,
"y" : 45,
2015-12-18 13:03:18 +01:00
"number" : 8,
"scatter" : 500
},
{
"name" : "ALLIES",
"types" : "Lynx",
2015-12-18 13:03:18 +01:00
"side" : "SIDE_ALLIES",
2015-12-18 15:29:00 +01:00
"x" : 45,
"y" : 45,
2015-12-18 13:03:18 +01:00
"number" : 4,
"scatter" : 500
},
{
"name" : "Pandoran",
"types" : "Jackal;Sphinx;Mantis",
"side" : "SIDE_PANDORAN",
2015-12-20 15:31:25 +01:00
"x" : 20,
2015-12-18 15:29:00 +01:00
"y" : 40,
2015-12-20 15:31:25 +01:00
"number" : 4,
"scatter" : 0,
2015-12-18 13:03:18 +01:00
"aiFlags" : "+AIF_MOVES_TO_LEADER"
2015-12-18 15:29:00 +01:00
},
{
"name" : "Pandoran",
"groupName" : "Reinforcements",
"types" : "Jackal;Sphinx;Mantis",
"side" : "SIDE_PANDORAN",
2015-12-20 15:31:25 +01:00
"x" : 45,
"y" : 25,
"number" : 4,
2015-12-18 15:29:00 +01:00
"scatter" : 0,
"aiFlags" : "+AIF_MOVES_TO_LEADER",
"active" : 0
2015-12-18 13:03:18 +01:00
}
],
"capitalShips" : [
{
"name" : "INF Dirk",
"types" : "INF Corvette 01",
"side" : "SIDE_PANDORAN",
2015-12-18 15:29:00 +01:00
"x" : 39,
"y" : 39,
2015-12-18 13:03:18 +01:00
"flags" : "EF_AI_LEADER"
}
],
"script" : [
{
2015-12-20 15:31:25 +01:00
"function" : "ENEMIES_KILLED 4",
2015-12-18 13:03:18 +01:00
"lines" : [
2015-12-20 12:58:47 +01:00
"WAIT 1",
2015-12-18 15:29:00 +01:00
"ACTIVATE_ENTITY_GROUPS Reinforcements",
2015-12-20 15:31:25 +01:00
"ACTIVATE_OBJECTIVES Eliminate reinforcements",
2016-06-06 00:04:57 +02:00
"MSG_BOX Wingmate;Commander, enemy reinforcements are en route. Looks like more INF fighters.",
2015-12-24 21:18:53 +01:00
"MSG_BOX Carlyle;Dammit! Let's make sure we down the Dirk before any more turn up."
2015-12-18 13:03:18 +01:00
]
},
{
"function" : "Destroy INF Dirk",
"lines" : [
"WAIT 1",
2015-12-20 12:58:47 +01:00
"MSG_BOX Carlyle;INF Dirk has been downed."
2015-12-18 13:03:18 +01:00
]
},
{
"function" : "ALL_OBJECTIVES_COMPLETE",
2015-12-18 13:03:18 +01:00
"lines" : [
"WAIT 1",
2015-12-20 12:58:47 +01:00
"MSG_BOX Carlyle;This is Carlyle. Enemy corvette has been destroyed. All other fighters scratched.",
2015-12-18 15:29:00 +01:00
"MSG_BOX Control;That's good work, Commander. We're preparing to engage more enemies, so we can't put our feet up just yet.",
"MSG_BOX Carlyle;Hell. Okay, we'll return momentarily. Carlyle out.",
2015-12-18 13:03:18 +01:00
"WAIT_MSG_BOX",
"COMPLETE_MISSION"
]
}
]
}