From 0841aedfa677339cb27f7d99b6a37e2887b56cbb Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 13 May 2016 09:05:52 +0100 Subject: [PATCH] Challenge 22. --- data/challenges/22.json | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/challenges/22.json diff --git a/data/challenges/22.json b/data/challenges/22.json new file mode 100644 index 0000000..33d71a0 --- /dev/null +++ b/data/challenges/22.json @@ -0,0 +1,45 @@ +{ + "name" : "Destroy all Darts #4", + "description" : "Destroy all Darts #4", + "background" : "AUTO", + "planet" : "AUTO", + "music" : "AUTO", + "player" : { + "type" : "Shale", + "side" : "SIDE_REBEL", + "pilot" : "-", + "squadron" : "-", + "x" : 25, + "y" : 25 + }, + "challenge" : { + "timeLimit" : 30, + "killLimit" : 5, + "noMissiles" : 1, + "challenges" : [ + { + "type" : "CHALLENGE_TIME", + "value" : 30 + }, + { + "type" : "CHALLENGE_TIME", + "value" : 27 + }, + { + "type" : "CHALLENGE_SHOT_ACCURACY", + "value" : 55 + } + ] + }, + "fighters" : [ + { + "name" : "Dart", + "types" : "Dart", + "side" : "SIDE_PIRATE", + "x" : 25, + "y" : 22, + "number" : 5, + "scatter" : 1000 + } + ] +}