From 92a9cd7ce686036f60c7c3b24fb8b61b5a6a405e Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 3 Mar 2016 14:19:34 +0000 Subject: [PATCH] Challenge #6 --- data/challenges/06.json | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 data/challenges/06.json diff --git a/data/challenges/06.json b/data/challenges/06.json new file mode 100644 index 0000000..ef28298 --- /dev/null +++ b/data/challenges/06.json @@ -0,0 +1,47 @@ +{ + "name" : "60 second battle", + "description" : "60 second battle", + "background" : "AUTO", + "planet" : "AUTO", + "music" : "", + "player" : { + "type" : "Hammerhead", + "side" : "SIDE_ALLIES", + "pilot" : "-", + "squadron" : "-", + "x" : 25, + "y" : 25 + }, + "epic" : { + "fighterLimit" : 5 + }, + "challenge" : { + "timeLimit" : 60, + "killLimit" : 20, + "challenges" : [ + { + "type" : "CHALLENGE_PLAYER_KILLS", + "value" : 12 + }, + { + "type" : "CHALLENGE_PLAYER_KILLS", + "value" : 15 + }, + { + "type" : "CHALLENGE_PLAYER_KILLS", + "value" : 20 + } + ] + }, + "fighters" : [ + { + "name" : "Pirate", + "types" : "Dart", + "side" : "SIDE_PIRATE", + "x" : 25, + "y" : 25, + "number" : 20, + "scatter" : 5000 + } + ] +}