Challenge tweaks.
This commit is contained in:
parent
16a04fec14
commit
86e0443067
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue