Challenge updates.

This commit is contained in:
Steve 2016-03-05 15:34:49 +00:00
parent 09a89e692b
commit fe55f2e8ba
3 changed files with 23 additions and 11 deletions

View File

@ -19,6 +19,14 @@
{
"type" : "CHALLENGE_TIME",
"value" : 30
},
{
"type" : "CHALLENGE_TIME",
"value" : 15
},
{
"type" : "CHALLENGE_SHOT_ACCURACY",
"value" : 75
}
]
},

View File

@ -13,16 +13,20 @@
"y" : 25
},
"challenge" : {
"timeLimit" : 30,
"timeLimit" : 25,
"killLimit" : 5,
"challenges" : [
{
"type" : "CHALLENGE_TIME",
"value" : 30
"value" : 25
},
{
"type" : "CHALLENGE_TIME",
"value" : 15
"value" : 12
},
{
"type" : "CHALLENGE_SHOT_ACCURACY",
"value" : 50
}
]
},

View File

@ -13,7 +13,7 @@
"y" : 25
},
"challenge" : {
"timeLimit" : 20,
"timeLimit" : 45,
"killLimit" : 3,
"challenges" : [
{
@ -21,20 +21,20 @@
"value" : 20
},
{
"type" : "CHALLENGE_TIME",
"value" : 15
"type" : "CHALLENGE_ARMOUR",
"value" : 80
},
{
"type" : "CHALLENGE_TIME",
"value" : 10
"type" : "CHALLENGE_SHOT_ACCURACY",
"value" : 50
}
]
},
"fighters" : [
{
"name" : "Dart",
"types" : "Dart",
"side" : "SIDE_PIRATE",
"name" : "Nymph",
"types" : "Nymph",
"side" : "SIDE_REBEL",
"x" : 25,
"y" : 22,
"number" : 3,