Zone balancing

This commit is contained in:
Anuken
2019-02-13 13:35:41 -05:00
parent f796a24956
commit 126a764918
@@ -409,7 +409,7 @@ public class Zones implements ContentList{
rules = () -> new Rules(){{ rules = () -> new Rules(){{
waves = true; waves = true;
waveTimer = true; waveTimer = true;
waveSpacing = 30 * 60; waveSpacing = 60 * 60 * 2;
spawns = Array.with( spawns = Array.with(
new SpawnGroup(UnitTypes.crawler){{ new SpawnGroup(UnitTypes.crawler){{
unitScaling = 1; unitScaling = 1;