From a2ce689188e3162ae9de23b9afa3024d04de66ee Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 22 Nov 2015 11:40:57 +0000 Subject: [PATCH] (formerly Iliad mission 1) --- .../missions/iliad/02 - iliad defence #2.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/missions/iliad/02 - iliad defence #2.json diff --git a/data/missions/iliad/02 - iliad defence #2.json b/data/missions/iliad/02 - iliad defence #2.json new file mode 100644 index 0000000..537331b --- /dev/null +++ b/data/missions/iliad/02 - iliad defence #2.json @@ -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 + } + ] +}