From 6d3b912afbe97414e2a6964185942e50f4af7d5a Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 25 May 2016 12:25:19 +0100 Subject: [PATCH] Challenge 23. --- data/challenges/23.json | 76 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 data/challenges/23.json diff --git a/data/challenges/23.json b/data/challenges/23.json new file mode 100644 index 0000000..3ea8f08 --- /dev/null +++ b/data/challenges/23.json @@ -0,0 +1,76 @@ +{ + "name" : "Surrender!", + "description" : "Surrender!", + "background" : "AUTO", + "planet" : "AUTO", + "music" : "AUTO", + "player" : { + "type" : "Ray", + "side" : "SIDE_TZAC", + "pilot" : "-", + "squadron" : "-", + "x" : 25, + "y" : 25 + }, + "challenge" : { + "allowPlayerDeath" : 1, + "timeLimit" : 120, + "surrenderLimit" : 5, + "challenges" : [ + { + "type" : "CHALLENGE_SURRENDER", + "value" : 2 + }, + { + "type" : "CHALLENGE_SURRENDER", + "value" : 4 + }, + { + "type" : "CHALLENGE_SURRENDER", + "value" : 5 + } + ] + }, + "fighters" : [ + { + "types" : "Nymph", + "side" : "SIDE_MERC", + "x" : 25, + "y" : 20, + "scatter" : 2000, + "aiFlags" : "+AIF_SURRENDERS" + }, + { + "types" : "Firefly", + "side" : "SIDE_MERC", + "x" : 25, + "y" : 20, + "scatter" : 2000, + "aiFlags" : "+AIF_SURRENDERS" + }, + { + "types" : "Lynx", + "side" : "SIDE_MERC", + "x" : 25, + "y" : 20, + "scatter" : 2000, + "aiFlags" : "+AIF_SURRENDERS" + }, + { + "types" : "Hyena-A", + "side" : "SIDE_MERC", + "x" : 25, + "y" : 20, + "scatter" : 2000, + "aiFlags" : "+AIF_SURRENDERS" + }, + { + "types" : "Leopard", + "side" : "SIDE_MERC", + "x" : 25, + "y" : 20, + "scatter" : 2000, + "aiFlags" : "+AIF_SURRENDERS" + } + ] +}