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

60 lines
1.4 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/battleThemeA.mp3",
"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
}
]
}