diff --git a/data/galaxy/starSystems.json b/data/galaxy/starSystems.json index 6378300..1a3502d 100644 --- a/data/galaxy/starSystems.json +++ b/data/galaxy/starSystems.json @@ -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", diff --git a/data/missions/clarke/01 - clarke defence #1.json b/data/missions/clarke/01 - clarke defence #1.json new file mode 100644 index 0000000..98ba179 --- /dev/null +++ b/data/missions/clarke/01 - clarke defence #1.json @@ -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 + } + ] +} diff --git a/data/missions/iliad/01 - iliad defence #1.json b/data/missions/iliad/01 - iliad defence #1.json new file mode 100644 index 0000000..6e9697c --- /dev/null +++ b/data/missions/iliad/01 - iliad defence #1.json @@ -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 + } + ] +}