Misc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user