From 19f69a6ffbf268869f2b0085c651f9ff07f70574 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 13 Apr 2016 11:04:15 +0100 Subject: [PATCH] Added challenge 14. --- data/challenges/14.json | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 data/challenges/14.json diff --git a/data/challenges/14.json b/data/challenges/14.json new file mode 100644 index 0000000..dde0493 --- /dev/null +++ b/data/challenges/14.json @@ -0,0 +1,45 @@ +{ + "name" : "Swarms of Swarmers", + "description" : "Swarms of Swarmers", + "background" : "AUTO", + "planet" : "AUTO", + "music" : "AUTO", + "player" : { + "type" : "Rapid Plasma Turret", + "side" : "SIDE_ALLIES", + "pilot" : "-", + "squadron" : "-", + "x" : 25, + "y" : 25 + }, + "challenge" : { + "timeLimit" : 0, + "allowPlayerDeath" : 1, + "challenges" : [ + { + "type" : "CHALLENGE_SURVIVE", + "value" : 30 + }, + { + "type" : "CHALLENGE_SURVIVE", + "value" : 60 + }, + { + "type" : "CHALLENGE_SURVIVE", + "value" : 70 + } + ] + }, + "spawners" : [ + { + "name" : "spawner", + "types" : "Swarmer", + "side" : "SIDE_PANDORAN", + "interval" : 1, + "limit" : 0, + "total" : -1, + "step" : 1, + "offscreen" : 1 + } + ] +}