From b8c5653f0a48641f591f7f40553ea7fde3070371 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 16 Nov 2015 22:46:44 +0000 Subject: [PATCH] Added first shuttle mission. --- data/galaxy/starSystems.json | 4 +- .../granada/01 - suspicious packages #1.json | 44 +++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 data/missions/granada/01 - suspicious packages #1.json diff --git a/data/galaxy/starSystems.json b/data/galaxy/starSystems.json index c3cf298..45941ab 100644 --- a/data/galaxy/starSystems.json +++ b/data/galaxy/starSystems.json @@ -68,7 +68,9 @@ "side" : "SIDE_CSN", "x": 741, "y": 221, - "missions" : [] + "missions" : [ + "data/missions/granada/01 - suspicious packages #1.json" + ] }, { "name": "Parish", diff --git a/data/missions/granada/01 - suspicious packages #1.json b/data/missions/granada/01 - suspicious packages #1.json new file mode 100644 index 0000000..a66decc --- /dev/null +++ b/data/missions/granada/01 - suspicious packages #1.json @@ -0,0 +1,44 @@ +{ + "name" : "Suspect Packages #1", + "description" : "A patrol group has sighted a number of crates drifting near to Alexandria. The contents of the crates is currently unknown, but they have been confirmed to be belong to the CSN. A shuttle has been dispatched to retrieve them, in case they should wander in to any shipping lanes. Once we have them in our possession, we will work to determine how they came to be here.", + "background" : "gfx/backgrounds/background03.jpg", + "planet" : "gfx/planets/bluePlanet.png", + "music" : "music/determination.mp3", + "requires" : "data/missions/coyote/01 - coyote assault #1.json", + "objectives" : [ + { + "description" : "Retrieve all packages", + "targetName" : "package", + "targetValue" : 6, + "targetType" : "TT_ITEM" + } + ], + "player" : { + "pilot" : "Daniel Carr", + "squadron" : "The ABCs", + "type" : "Shuttle", + "side" : "SIDE_ALLIES" + }, + "fighterGroups" : [ + { + "name" : "Ally", + "number" : 2, + "types" : "TAF", + "side" : "SIDE_ALLIES", + "x" : 25, + "y" : 25, + "scatter" : 500 + } + ], + "itemGroups" : [ + { + "name" : "package", + "number" : 6, + "type" : "smallCrate", + "x" : 25, + "y" : 25, + "scatter" : 5000, + "flags" : "EF_MISSION_TARGET" + } + ] +}