From 7ffd3b0406b60e84be081b71b5509d1407fd9797 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 21 Feb 2016 22:49:43 +0000 Subject: [PATCH] Added Mag cannon training at Sol. --- data/missions/sol/06 - mag.json | 45 +++++++++++++++++++ ...6 - wingmates.json => 07 - wingmates.json} | 0 .../sol/{07 - final.json => 08 - final.json} | 0 3 files changed, 45 insertions(+) create mode 100644 data/missions/sol/06 - mag.json rename data/missions/sol/{06 - wingmates.json => 07 - wingmates.json} (100%) rename data/missions/sol/{07 - final.json => 08 - final.json} (100%) diff --git a/data/missions/sol/06 - mag.json b/data/missions/sol/06 - mag.json new file mode 100644 index 0000000..331e4da --- /dev/null +++ b/data/missions/sol/06 - mag.json @@ -0,0 +1,45 @@ +{ + "name" : "Mag Cannon Training", + "description" : "Use your mag cannons to disable the enemy Dart. Disabling enemy craft and bringing the target in alive is sometimes an important step in securing lasting victory.", + "background" : "gfx/backgrounds/background03.jpg", + "planet" : "gfx/planets/earth.png", + "music" : "music/Battle in the winter.mp3", + "objectives" : [ + { + "description" : "Disable Dart", + "targetName" : "Dart", + "targetValue" : 1, + "targetType" : "TT_DISABLE" + }, + { + "description" : "Do not destroy Dart", + "targetName" : "Dart", + "targetValue" : 1, + "targetType" : "TT_DESTROY", + "isCondition" : 1 + } + ], + "player" : { + "type" : "Ray", + "side" : "SIDE_ALLIES", + "pilot" : "2nd Lt. Jim Goddard", + "squadron" : "Midnight Runners" + }, + "fighters" : [ + { + "name" : "Dart", + "types" : "CannonDart", + "side" : "SIDE_PIRATE", + "x" : 25, + "y" : 24 + } + ], + "script" : [ + { + "function" : "TIME 1", + "lines" : [ + "MSG_BOX Earth Orbital #1;Switch to your Mag cannons and fire them at the Dart to disable it. Do not fire your plasma cannons or launch any missiles, as these could destroy the target." + ] + } + ] +} diff --git a/data/missions/sol/06 - wingmates.json b/data/missions/sol/07 - wingmates.json similarity index 100% rename from data/missions/sol/06 - wingmates.json rename to data/missions/sol/07 - wingmates.json diff --git a/data/missions/sol/07 - final.json b/data/missions/sol/08 - final.json similarity index 100% rename from data/missions/sol/07 - final.json rename to data/missions/sol/08 - final.json