From 9caca3ab82e4559a3f82e685a9513f89f7ccc574 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 29 Feb 2016 21:52:06 +0000 Subject: [PATCH] Challenge 04. --- data/challenges/04.json | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/challenges/04.json diff --git a/data/challenges/04.json b/data/challenges/04.json new file mode 100644 index 0000000..2e62ddb --- /dev/null +++ b/data/challenges/04.json @@ -0,0 +1,45 @@ +{ + "name" : "Destroy all Lynxes", + "description" : "Destroy all Lynxes", + "background" : "AUTO", + "planet" : "AUTO", + "music" : "", + "player" : { + "type" : "Ray", + "side" : "SIDE_ALLIES", + "pilot" : "-", + "squadron" : "-", + "x" : 25, + "y" : 25 + }, + "challenge" : { + "timeLimit" : 150, + "killLimit" : 5, + "noMissiles" : 1, + "challenges" : [ + { + "type" : "CHALLENGE_TIME", + "value" : 120 + }, + { + "type" : "CHALLENGE_TIME", + "value" : 150 + }, + { + "type" : "CHALLENGE_ACCURACY", + "value" : 80 + } + ] + }, + "fighters" : [ + { + "name" : "Lynx", + "types" : "Lynx", + "side" : "SIDE_REBEL", + "x" : 25, + "y" : 25, + "number" : 5, + "scatter" : 2000 + } + ] +}