From d4565f3bc74cf4afcf3600fbc8fa728f0dd33c0e Mon Sep 17 00:00:00 2001 From: Steve Date: Sat, 7 May 2016 10:45:03 +0100 Subject: [PATCH] Challenge 16. --- data/challenges/16.json | 54 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 data/challenges/16.json diff --git a/data/challenges/16.json b/data/challenges/16.json new file mode 100644 index 0000000..006330e --- /dev/null +++ b/data/challenges/16.json @@ -0,0 +1,54 @@ +{ + "name" : "Swelling the Ranks", + "description" : "Swelling the Ranks", + "background" : "AUTO", + "planet" : "AUTO", + "music" : "AUTO", + "player" : { + "type" : "Scarab", + "side" : "SIDE_PANDORAN", + "pilot" : "-", + "squadron" : "-", + "x" : 25, + "y" : 25 + }, + "challenge" : { + "challenges" : [ + { + "type" : "CHALLENGE_TIME", + "value" : 120 + }, + { + "type" : "CHALLENGE_ROCKET_ACCURACY", + "value" : 75 + }, + { + "type" : "CHALLENGE_ARMOUR", + "value" : 80 + } + ] + }, + "capitalShips" : [ + { + "name" : "CSN Denier", + "types" : "CSN Corvette 01", + "side" : "SIDE_ALLIES", + "x" : 20, + "y" : 25 + } + ], + "script" : [ + { + "function" : "CAP_DISABLED CSN Denier", + "lines" : [ + "END_CHALLENGE" + ] + }, + { + "function" : "CAPITAL_SHIPS_DESTROYED 1", + "lines" : [ + "FAIL_CHALLENGE" + ] + } + ] +}