diff --git a/data/galaxy/starSystems.json b/data/galaxy/starSystems.json index 1a3502d..d1caa4d 100644 --- a/data/galaxy/starSystems.json +++ b/data/galaxy/starSystems.json @@ -139,7 +139,9 @@ "side" : "SIDE_UNF", "x": 289, "y": 216, - "missions" : [] + "missions" : [ + "data/missions/warro/01 - Evacuation #1.json" + ] }, { "name": "Coyote", diff --git a/data/missions/warro/01 - Evacuation #1.json b/data/missions/warro/01 - Evacuation #1.json new file mode 100644 index 0000000..684deef --- /dev/null +++ b/data/missions/warro/01 - Evacuation #1.json @@ -0,0 +1,67 @@ +{ + "name" : "Evacuation #1", + "description" : "As already confirmed by Neal Stockwell, the evacuation of Oracle IX in response to the supernova has not be progressing as rapidly as many would like. And now, with the Pandoran army on the move, we need to quicken the pace. A number of civilian stragglers has been identified near to Oracle IX, who are in need of escort to the evacuation point. Your objective is to locate all the civilation craft in the area, and bring them in. No enemy forces are expected, but it is best to be on your guard.", + "background" : "gfx/backgrounds/background03.jpg", + "planet" : "gfx/planets/oracleIX.png", + "music" : "music/determination.mp3", + "objectives" : [ + { + "description" : "Rescue all civilians", + "targetName" : "Civilian", + "targetValue" : 36, + "targetType" : "TT_ESCAPED" + } + ], + "player" : { + "pilot" : "Eliza Gaskin", + "squadron" : "The ABCs", + "type" : "Firefly", + "side" : "SIDE_ALLIES" + }, + "fighterGroups" : [ + { + "name" : "Ally", + "number" : 3, + "types" : "Nymph", + "side" : "SIDE_ALLIES", + "x" : 25, + "y" : 25, + "scatter" : 3000 + }, + { + "types" : "Civilian", + "number" : 12, + "name" : "Civilian", + "side" : "SIDE_ALLIES", + "x" : 18, + "y" : 20, + "scatter" : 5000 + }, + { + "types" : "Civilian", + "number" : 12, + "name" : "Civilian", + "side" : "SIDE_ALLIES", + "x" : 35, + "y" : 28, + "scatter" : 5000 + }, + { + "types" : "Civilian", + "number" : 12, + "name" : "Civilian", + "side" : "SIDE_ALLIES", + "x" : 20, + "y" : 12, + "scatter" : 5000 + } + ], + "entities" : [ + { + "name" : "Extraction Point", + "type" : "ET_EXTRACTION_POINT", + "x" : 22, + "y" : 24 + } + ] +}