tbftss/data/missions/temper/02 - pirate uprising #2.json

75 lines
1.8 KiB
JSON

{
"name" : "Pirate Uprising #2",
"description" : "Despite recent efforts, the pirate and insurgent activity shows no sign of abating. We need to continue to smash the rings as we find them and prevent them from gaining a foothold in Temper, as this could only be bad for morale and the war effort. While we still face Darts, the modifications to these craft are becoming more prevelant, and there are more shielded and plasma-equipped fighters to be found in their ranks.",
"requires" : 1,
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "music/battle/battleThemeA.mp3",
"objectives" : [
{
"description" : "Eliminate Darts",
"targetName" : "Dart",
"targetValue" : 36,
"targetType" : "TT_DESTROY"
}
],
"player" : {
"type" : "TAF",
"side" : "SIDE_ALLIES",
"pilot" : "Cdr. Katherine Strickland",
"squadron" : "Steel Bulls"
},
"fighters" : [
{
"name" : "Ally",
"types" : "TAF",
"number" : 4,
"side" : "SIDE_ALLIES",
"x" : 25,
"y" : 23
},
{
"name" : "Dart",
"types" : "Dart",
"number" : 12,
"side" : "SIDE_PIRATE",
"x" : 20,
"y" : 25,
"scatter" : 2000
},
{
"name" : "Dart",
"types" : "Dart",
"number" : 12,
"side" : "SIDE_PIRATE",
"x" : 40,
"y" : 25,
"scatter" : 2000
},
{
"name" : "Dart",
"types" : "Dart",
"number" : 12,
"side" : "SIDE_PIRATE",
"x" : 25,
"y" : 35,
"scatter" : 2000
}
],
"script" : [
{
"function" : "TIME 1",
"lines" : [
"MSG_BOX Strickland;As before, everyone. Let's take it to 'em."
]
},
{
"function" : "TIME 10",
"lines" : [
"MSG_BOX Heywood;Looks like these guys are all sporting modified Darts.",
"MSG_BOX Strickland;Acknowledged. Watch out for the lasers, people. They'll smash your shields to pieces if you let 'em."
]
}
]
}