This commit is contained in:
Anuken
2022-04-28 17:34:18 -04:00
parent 512e409417
commit c2452e2370
3 changed files with 6 additions and 11 deletions

View File

@@ -585,7 +585,7 @@ objective.destroyunits = [accent]Destroy: [][lightgray]{0}[]x Units
objective.enemiesapproaching = [accent]Enemies approaching in [lightgray]{0}[] objective.enemiesapproaching = [accent]Enemies approaching in [lightgray]{0}[]
objective.destroycore = [accent]Destroy Enemy Core objective.destroycore = [accent]Destroy Enemy Core
objective.command = [accent]Command Units objective.command = [accent]Command Units
objective.nuclearlaunch = [accent]? Nuclear launch detected:\n[lightgray]{0} objective.nuclearlaunch = [accent]\u26a0 Nuclear launch detected:\n[lightgray]{0}
loadout = Loadout loadout = Loadout
resources = Resources resources = Resources

View File

@@ -3967,11 +3967,6 @@ public class Blocks{
mirror = true; mirror = true;
under = true; under = true;
moveY = 1f; moveY = 1f;
//lame
moveX = 0.5f;
//wackier variant
moveX = 1.5f; moveX = 1.5f;
moveRot = 8; moveRot = 8;
}}); }});
@@ -4163,7 +4158,7 @@ public class Blocks{
consumeLiquid(Liquids.hydrogen, 3f / 60f); consumeLiquid(Liquids.hydrogen, 3f / 60f);
consumeItems(with(Items.silicon, 90, Items.tungsten, 70)); consumeItems(with(Items.silicon, 90, Items.tungsten, 70));
constructTime = 60f * 70f; constructTime = 60f * 60f;
upgrades.addAll( upgrades.addAll(
new UnitType[]{UnitTypes.stell, UnitTypes.locus} new UnitType[]{UnitTypes.stell, UnitTypes.locus}
@@ -4179,7 +4174,7 @@ public class Blocks{
consumeLiquid(Liquids.hydrogen, 3f / 60f); consumeLiquid(Liquids.hydrogen, 3f / 60f);
consumeItems(with(Items.silicon, 50, Items.tungsten, 40)); consumeItems(with(Items.silicon, 50, Items.tungsten, 40));
constructTime = 60f * 50f; constructTime = 60f * 40f;
upgrades.addAll( upgrades.addAll(
new UnitType[]{UnitTypes.stell, UnitTypes.latum} new UnitType[]{UnitTypes.stell, UnitTypes.latum}
@@ -4195,7 +4190,7 @@ public class Blocks{
consumeLiquid(Liquids.hydrogen, 3f / 60f); consumeLiquid(Liquids.hydrogen, 3f / 60f);
consumeItems(with(Items.silicon, 25, Items.tungsten, 25)); consumeItems(with(Items.silicon, 25, Items.tungsten, 25));
constructTime = 60f * 40f; constructTime = 60f * 30f;
upgrades.addAll( upgrades.addAll(
new UnitType[]{UnitTypes.stell, UnitTypes.avert} new UnitType[]{UnitTypes.stell, UnitTypes.avert}

View File

@@ -3298,8 +3298,8 @@ public class UnitTypes{
speed = 2f; speed = 2f;
rotateSpeed = 4f; rotateSpeed = 4f;
accel = 0.09f; accel = 0.09f;
health = 800f; health = 900f;
armor = 2f; armor = 3f;
hitSize = 12f; hitSize = 12f;
engineSize = 0; engineSize = 0;
fogRadius = 25; fogRadius = 25;