32 lines
838 B
JSON
32 lines
838 B
JSON
{
|
|
"name" : "3 Against 1",
|
|
"description" : "Take on three enemy targets single handedly. Once again, these are Darts equipped with simple particle cannons. A single TAF should not find itself outclassed here, so long as the enemy are not allowed to gain the upper hand.",
|
|
"background" : "gfx/backgrounds/background03.jpg",
|
|
"planet" : "gfx/planets/earth.png",
|
|
"music" : "music/battle/Battle in the winter.mp3",
|
|
"objectives" : [
|
|
{
|
|
"description" : "Eliminate Darts",
|
|
"targetName" : "Dart",
|
|
"targetValue" : 3,
|
|
"targetType" : "TT_DESTROY"
|
|
}
|
|
],
|
|
"player" : {
|
|
"type" : "TAF",
|
|
"side" : "SIDE_ALLIES",
|
|
"pilot" : "2nd Lt. Jim Goddard",
|
|
"squadron" : "Midnight Runners"
|
|
},
|
|
"fighters" : [
|
|
{
|
|
"name" : "Dart",
|
|
"types" : "Simple Dart",
|
|
"side" : "SIDE_PIRATE",
|
|
"number" : 3,
|
|
"x" : 26,
|
|
"y" : 20
|
|
}
|
|
]
|
|
}
|