2015-10-20 13:51:49 +02:00
{
"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" ,
2015-10-22 08:08:03 +02:00
"targetValue" : 30 ,
"targetType" : "TT_DESTROY"
2015-10-20 13:51:49 +02:00
}
] ,
"challenges" : [
{
"type" : "CHALLENGE_NO_LOSSES" ,
"targetValue" : 0
} ,
{
"type" : "CHALLENGE_ARMOUR" ,
"targetValue" : 100
} ,
{
"type" : "CHALLENGE_PLAYER_KILLS" ,
"targetValue" : 15
}
] ,
"player" : {
"type" : "TAF" ,
"side" : "SIDE_ALLIES" ,
"pilot" : "Katherine Strickland" ,
"squadron" : "Steel Bulls"
} ,
2015-11-26 18:41:05 +01:00
"fighters" : [
2015-10-20 13:51:49 +02:00
{
"name" : "Ally" ,
2015-10-25 13:56:24 +01:00
"types" : "TAF" ,
2015-10-20 13:51:49 +02:00
"number" : 4 ,
"side" : "SIDE_ALLIES" ,
2015-11-02 11:49:10 +01:00
"x" : 23 ,
"y" : 25
2015-10-20 13:51:49 +02:00
} ,
{
"name" : "Dart" ,
2015-10-25 13:56:24 +01:00
"types" : "SimpleDart" ,
2015-10-20 13:51:49 +02:00
"number" : 10 ,
"side" : "SIDE_PIRATE" ,
2015-11-02 11:49:10 +01:00
"x" : 27 ,
"y" : 35 ,
2015-10-24 09:51:43 +02:00
"scatter" : 2000
2015-10-20 13:51:49 +02:00
} ,
{
2015-10-25 13:56:24 +01:00
"types" : "SimpleDart" ,
2015-10-20 13:51:49 +02:00
"name" : "Dart" ,
"number" : 10 ,
"side" : "SIDE_PIRATE" ,
2015-11-02 11:49:10 +01:00
"x" : 20 ,
"y" : 15 ,
2015-10-24 09:51:43 +02:00
"scatter" : 2000
2015-10-20 13:51:49 +02:00
} ,
{
"name" : "Dart" ,
2015-10-25 13:56:24 +01:00
"types" : "SimpleDart" ,
2015-10-20 13:51:49 +02:00
"number" : 10 ,
"side" : "SIDE_PIRATE" ,
2015-11-02 11:49:10 +01:00
"x" : 15 ,
"y" : 35 ,
2015-10-24 09:51:43 +02:00
"scatter" : 2000
2015-10-20 13:51:49 +02:00
}
]
}