Added Clarke and Iliad missions.

This commit is contained in:
Steve 2015-11-01 13:38:54 +00:00
parent 9632d549a6
commit 35bcc099c5
3 changed files with 96 additions and 2 deletions

View File

@ -130,7 +130,9 @@
"side" : "SIDE_UNF",
"x": 335,
"y": 135,
"missions" : []
"missions" : [
"data/missions/iliad/01 - iliad defence #1.json"
]
},
{
"name": "Warro",
@ -188,7 +190,9 @@
"side" : "SIDE_UNF",
"x": 398,
"y": 84,
"missions" : []
"missions" : [
"data/missions/clarke/01 - clarke defence #1.json"
]
},
{
"name": "Adetton",

View File

@ -0,0 +1,45 @@
{
"name" : "Clarke Defence #1",
"description" : "The day that we have feared and the events that we attempted to avert are now upon us - the Pandoran army has commenced its push beyond Mitikas space, and is beginning to assault neighbouring Independent star systems. We need to fight back, in order to protect Clarke from becoming underrun by this menace. Take heed: this will not be an easy battle, but we have little choice and must secure victory here today.",
"background" : "gfx/backgrounds/background04.jpg",
"planet" : "gfx/planets/bluePlanet.png",
"music" : "music/heroism.ogg",
"requires" : "data/missions/temper/03 - pirate uprising #3.json",
"epic" : {
"fighterLimit" : 16
},
"objectives" : [
{
"description" : "Destroy all enemy targets",
"targetName" : "Pandoran",
"targetValue" : 80,
"targetType" : "TT_DESTROY"
}
],
"player" : {
"type" : "Firefly",
"side" : "SIDE_ALLIES",
"pilot" : "(Multiple)",
"squadron" : "(Multiple)"
},
"fighterGroups" : [
{
"name" : "ALLIES",
"types" : "Firefly;Nymph;Leopard;Hyena",
"side" : "SIDE_ALLIES",
"x" : 640,
"y" : 0,
"number" : 100,
"scatter" : 5000
},
{
"name" : "Pandoran",
"types" : "Jackal;Sphinx",
"side" : "SIDE_PANDORAN",
"x" : 7000,
"y" : 0,
"number" : 80,
"scatter" : 5000
}
]
}

View File

@ -0,0 +1,45 @@
{
"name" : "Illiad Defence #1",
"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" : "data/missions/temper/03 - pirate uprising #3.json",
"epic" : {
"fighterLimit" : 16
},
"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" : 640,
"y" : 0,
"number" : 75,
"scatter" : 5000
},
{
"name" : "Pandoran",
"types" : "Jackal",
"side" : "SIDE_PANDORAN",
"x" : 7000,
"y" : 0,
"number" : 50,
"scatter" : 5000
}
]
}