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

97 lines
2.3 KiB
JSON
Raw Normal View History

2015-12-18 13:03:18 +01:00
{
"name" : "Clarke Defence #2",
2016-07-25 13:55:55 +02:00
"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 INF Dirk. Ensure the Lynx-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",
2016-07-25 13:55:55 +02:00
"targetValue" : 6,
2015-12-18 13:03:18 +01:00
"targetType" : "TT_DESTROY"
}
],
"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" : [
{
"types" : "Firefly;Nymph;Leopard;Hyena-A;Hyena-B",
"side" : "SIDE_ALLIES",
2015-12-18 15:29:00 +01:00
"x" : 45,
"y" : 45,
2016-07-25 13:55:55 +02:00
"number" : 10,
2015-12-18 13:03:18 +01:00
"scatter" : 500
},
{
"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,
2016-07-25 13:55:55 +02:00
"number" : 2,
2015-12-18 13:03:18 +01:00
"scatter" : 500
},
{
"groupName" : "Pandoran",
2015-12-18 13:03:18 +01:00
"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,
2016-07-25 13:55:55 +02:00
"number" : 6,
2015-12-20 15:31:25 +01:00
"scatter" : 0,
2015-12-18 13:03:18 +01:00
"aiFlags" : "+AIF_MOVES_TO_LEADER"
}
],
"capitalShips" : [
{
"name" : "INF Dirk",
"types" : "INF Corvette 01",
"side" : "SIDE_PANDORAN",
2015-12-18 15:29:00 +01:00
"x" : 39,
"y" : 39,
2016-07-26 11:15:40 +02:00
"flags" : "+EF_AI_LEADER"
2015-12-18 13:03:18 +01:00
}
],
"script" : [
{
2016-07-25 13:55:55 +02:00
"function" : "TIME 1",
2015-12-18 13:03:18 +01:00
"lines" : [
2016-07-25 13:55:55 +02:00
"MSG_BOX Wingmate;Commander, I would recommend we take out the escorts first.",
"MSG_BOX Carlyle;Agreed. The Dirk on its own would already prove a challenge."
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"
]
}
]
}