tbftss/data/missions/temper/01 - pirate uprising #1.json

59 lines
1.2 KiB
JSON

{
"name" : "Pirate Uprising #1",
"description" : "The Pandoran's push in to Independent space has led to a surge in pirate activity along the Confederation border. The threat needs to be dealt with immediately, starting with cutting back on the enemy presense at Temper.",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"music" : "music/battleThemeA.mp3",
"objectives" : [
{
"description" : "Eliminate Darts",
"targetName" : "Dart",
"targetValue" : 30,
"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" : 23,
"y" : 25
},
{
"name" : "Dart",
"types" : "SimpleDart",
"number" : 10,
"side" : "SIDE_PIRATE",
"x" : 27,
"y" : 35,
"scatter" : 2000
},
{
"types" : "SimpleDart",
"name" : "Dart",
"number" : 10,
"side" : "SIDE_PIRATE",
"x" : 20,
"y" : 15,
"scatter" : 2000
},
{
"name" : "Dart",
"types" : "SimpleDart",
"number" : 10,
"side" : "SIDE_PIRATE",
"x" : 15,
"y" : 35,
"scatter" : 2000
}
]
}