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

75 lines
1.8 KiB
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"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,
2015-10-20 13:51:49 +02:00
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "music/battle/battleThemeA.mp3",
2015-10-20 13:51:49 +02:00
"objectives" : [
{
"description" : "Eliminate Darts",
"targetName" : "Dart",
"targetValue" : 36,
"targetType" : "TT_DESTROY"
2015-10-20 13:51:49 +02:00
}
],
"player" : {
"type" : "TAF",
"side" : "SIDE_ALLIES",
2015-11-29 13:55:15 +01:00
"pilot" : "Cdr. Katherine Strickland",
2015-10-20 13:51:49 +02:00
"squadron" : "Steel Bulls"
},
"fighters" : [
2015-10-20 13:51:49 +02:00
{
"name" : "Ally",
"types" : "TAF",
2015-10-20 13:51:49 +02:00
"number" : 4,
"side" : "SIDE_ALLIES",
"x" : 25,
"y" : 23
2015-10-20 13:51:49 +02:00
},
{
"name" : "Dart",
"types" : "Dart",
2015-10-20 13:51:49 +02:00
"number" : 12,
"side" : "SIDE_PIRATE",
"x" : 20,
"y" : 25,
"scatter" : 2000
2015-10-20 13:51:49 +02:00
},
{
"name" : "Dart",
"types" : "Dart",
2015-10-20 13:51:49 +02:00
"number" : 12,
"side" : "SIDE_PIRATE",
"x" : 40,
"y" : 25,
"scatter" : 2000
2015-10-20 13:51:49 +02:00
},
{
"name" : "Dart",
"types" : "Dart",
2015-10-20 13:51:49 +02:00
"number" : 12,
"side" : "SIDE_PIRATE",
"x" : 25,
"y" : 35,
"scatter" : 2000
2015-10-20 13:51:49 +02:00
}
2016-02-25 11:54:48 +01:00
],
"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."
]
}
2015-10-20 13:51:49 +02:00
]
}