Regen projector 'done'

This commit is contained in:
Anuken
2021-12-22 16:43:22 -05:00
parent d0c30147d8
commit 438661e239
16 changed files with 165 additions and 84 deletions

View File

@@ -255,12 +255,13 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
state.rules.waves = true;
state.rules.showSpawns = true;
state.rules.waveTimer = true;
state.rules.waveSpacing = 60f * 60f * 15f;
state.rules.waveSpacing = 60f * 60f * 7.5f;
state.rules.spawns = Seq.with(new SpawnGroup(){{
type = UnitTypes.vanquish;
spacing = 1;
shieldScaling = 60;
unitScaling = 2f;
healthFraction = 0.2f;
}});
}
}