Challenge tweaks.

This commit is contained in:
Steve 2016-05-08 18:59:44 +01:00
parent 16a04fec14
commit 86e0443067
1 changed files with 4 additions and 4 deletions

View File

@ -22,11 +22,11 @@
}, },
{ {
"type" : "CHALLENGE_PLAYER_KILLS", "type" : "CHALLENGE_PLAYER_KILLS",
"value" : 1 "value" : 2
}, },
{ {
"type" : "CHALLENGE_PLAYER_KILLS", "type" : "CHALLENGE_PLAYER_KILLS",
"value" : 2 "value" : 3
} }
] ]
}, },
@ -44,8 +44,8 @@
"name" : "spawner", "name" : "spawner",
"types" : "Ray", "types" : "Ray",
"side" : "SIDE_ALLIES", "side" : "SIDE_ALLIES",
"interval" : 20, "interval" : 15,
"total" : 5, "total" : 8,
"step" : 1, "step" : 1,
"offscreen" : 1 "offscreen" : 1
} }