Increased time limit, due to enemy spawn points being further out.
This commit is contained in:
parent
06dc9a9ee2
commit
3445d34497
|
@ -14,17 +14,17 @@
|
||||||
"y" : 25
|
"y" : 25
|
||||||
},
|
},
|
||||||
"challenge" : {
|
"challenge" : {
|
||||||
"timeLimit" : 240,
|
"timeLimit" : 300,
|
||||||
"waypointLimit" : 5,
|
"waypointLimit" : 5,
|
||||||
"clearWaypointEnemies" : 1,
|
"clearWaypointEnemies" : 1,
|
||||||
"challenges" : [
|
"challenges" : [
|
||||||
{
|
{
|
||||||
"type" : "CHALLENGE_TIME",
|
"type" : "CHALLENGE_TIME",
|
||||||
"value" : 240
|
"value" : 300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type" : "CHALLENGE_TIME",
|
"type" : "CHALLENGE_TIME",
|
||||||
"value" : 180
|
"value" : 240
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type" : "CHALLENGE_PLAYER_KILLS",
|
"type" : "CHALLENGE_PLAYER_KILLS",
|
||||||
|
|
Loading…
Reference in New Issue