Various tweaks

This commit is contained in:
Anuken
2020-09-22 20:42:36 -04:00
parent 4a02315ee5
commit ba6ab8483e
12 changed files with 75 additions and 50 deletions

View File

@@ -263,7 +263,7 @@ public class TechTree implements ContentList{
node(steamGenerator, () -> {
node(thermalGenerator, () -> {
node(differentialGenerator, () -> {
node(thoriumReactor, () -> {
node(thoriumReactor, Seq.with(new Research(Liquids.cryofluid)), () -> {
node(impactReactor, () -> {
});

View File

@@ -265,7 +265,7 @@ public class UnitTypes implements ContentList{
itemCapacity = 60;
canBoost = true;
boostMultiplier = 1.5f;
speed = 0.52f;
speed = 0.55f;
hitsize = 8f;
health = 110f;
buildSpeed = 0.8f;
@@ -291,7 +291,7 @@ public class UnitTypes implements ContentList{
itemCapacity = 60;
canBoost = true;
boostMultiplier = 1.5f;
speed = 0.62f;
speed = 0.65f;
hitsize = 10f;
health = 320f;
buildSpeed = 0.9f;