Disabled Erekir invasions & planet simulation
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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"){{
|
||||
|
||||
Reference in New Issue
Block a user