Added challenge 14.

This commit is contained in:
Steve 2016-04-13 11:04:15 +01:00
parent daa7539272
commit 19f69a6ffb
1 changed files with 45 additions and 0 deletions

45
data/challenges/14.json Normal file
View File

@ -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
}
]
}