2015-11-22 12:40:57 +01:00
{
2015-12-21 11:05:48 +01:00
"name" : "Iliad Defence #2" ,
"description" : "The Pandoran war machine has commenced its advancement beyond Mitikas space. We must prepare to defend Iliad from this powerful foe. Exercise caution: despite outnumbering the enemy units that have entered our space, the Pandorans are said to be relentless in battle, and this small number could well still test us." ,
2015-12-21 15:19:21 +01:00
"requires" : 18 ,
2015-11-22 12:40:57 +01:00
"background" : "gfx/backgrounds/background01.jpg" ,
"planet" : "gfx/planets/bluePlanet.png" ,
2016-04-18 12:00:27 +02:00
"music" : "music/battle/Tactical Pursuit.mp3" ,
2015-11-22 12:40:57 +01:00
"epic" : {
"fighterLimit" : 12
} ,
"objectives" : [
{
"description" : "Destroy all enemy targets" ,
2016-04-26 11:55:30 +02:00
"targetName" : "ENEMY" ,
"targetValue" : 1 ,
"targetType" : "TT_DESTROY" ,
"isEliminateAll" : 1
2015-11-22 12:40:57 +01:00
}
] ,
"player" : {
"type" : "Firefly" ,
"side" : "SIDE_ALLIES" ,
"pilot" : "(Multiple)" ,
"squadron" : "(Multiple)"
} ,
2015-11-26 18:41:05 +01:00
"fighters" : [
2015-11-22 12:40:57 +01:00
{
"name" : "ALLIES" ,
"types" : "Firefly;Nymph" ,
"side" : "SIDE_ALLIES" ,
"x" : 25 ,
"y" : 24 ,
"number" : 75 ,
"scatter" : 5000
} ,
{
"name" : "Pandoran" ,
"types" : "Jackal" ,
"side" : "SIDE_PANDORAN" ,
"x" : 35 ,
"y" : 30 ,
"number" : 50 ,
"scatter" : 5000
}
]
}