Disabled Erekir invasions & planet simulation

This commit is contained in:
Anuken
2022-01-30 11:34:52 -05:00
parent 1ad3f83e17
commit 3f8a7f591a
10 changed files with 72 additions and 29 deletions

View File

@@ -100,6 +100,8 @@ public class Planets{
new HexSkyMesh(this, 1, 0.6f, 0.16f, 5, Color.white.cpy().lerp(Pal.spore, 0.55f).a(0.75f), 2, 0.45f, 1f, 0.41f)
);
allowWaveSimulation = true;
allowSectorInvasion = true;
allowLaunchSchematics = true;
atmosphereColor = Color.valueOf("3c1b8f");
atmosphereRadIn = 0.02f;

View File

@@ -2435,7 +2435,7 @@ public class UnitTypes{
speed = 0.6f;
health = 9000;
armor = 20f;
areaDamage = 10f;
areaDamage = 12f;
treadRect = new Rect(22f, 16f, 28f, 130f);
weapons.add(new Weapon("vanquish-weapon"){{