This commit is contained in:
Steve 2016-03-03 14:19:34 +00:00
parent 122bb53a66
commit 92a9cd7ce6
1 changed files with 47 additions and 0 deletions

47
data/challenges/06.json Normal file
View File

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