2015-10-20 13:51:49 +02:00
{
"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 in the winter.mp3" ,
"objectives" : [
{
"description" : "Eliminate Darts" ,
"targetName" : "Dart" ,
2015-10-22 08:08:03 +02:00
"targetValue" : 3 ,
"targetType" : "TT_DESTROY"
2015-10-20 13:51:49 +02:00
}
] ,
"challenges" : [
{
"type" : "CHALLENGE_ARMOUR" ,
"targetValue" : 100
} ,
{
"type" : "CHALLENGE_TIME" ,
"targetValue" : 30
} ,
{
"type" : "CHALLENGE_ACCURACY" ,
"targetValue" : 25
}
] ,
"player" : {
"type" : "TAF" ,
"side" : "SIDE_ALLIES" ,
"pilot" : "Jim Goddard" ,
"squadron" : "Midnight Runners"
} ,
2015-11-02 11:49:10 +01:00
"fighterGroups" : [
2015-10-20 13:51:49 +02:00
{
"name" : "Dart" ,
2015-11-02 11:49:10 +01:00
"types" : "SimpleDart" ,
2015-10-20 13:51:49 +02:00
"side" : "SIDE_PIRATE" ,
2015-11-02 11:49:10 +01:00
"number" : 3 ,
"x" : 26 ,
"y" : 20
2015-10-20 13:51:49 +02:00
}
]
}