Various tweaks
This commit is contained in:
@@ -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, () -> {
|
||||
|
||||
});
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user