(formerly Iliad mission 1)

This commit is contained in:
Steve 2015-11-22 11:40:57 +00:00
parent beedfd3664
commit a2ce689188
1 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,45 @@
{
"name" : "Illiad Defence #2",
"description" : "The Pandoran war machine has commenced its advancement beyond Mitikas space. We must prepare to defend Illiad 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.",
"background" : "gfx/backgrounds/background01.jpg",
"planet" : "gfx/planets/bluePlanet.png",
"music" : "music/heroism.ogg",
"requires" : "PREVIOUS",
"epic" : {
"fighterLimit" : 12
},
"objectives" : [
{
"description" : "Destroy all enemy targets",
"targetName" : "Pandoran",
"targetValue" : 50,
"targetType" : "TT_DESTROY"
}
],
"player" : {
"type" : "Firefly",
"side" : "SIDE_ALLIES",
"pilot" : "(Multiple)",
"squadron" : "(Multiple)"
},
"fighterGroups" : [
{
"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
}
]
}