Cleanup / Halved drone production, increased mining speed

This commit is contained in:
Anuken
2019-09-25 21:59:15 -04:00
parent 85dc6385cd
commit e15b6e7cff
3 changed files with 4 additions and 3 deletions

View File

@@ -1630,7 +1630,7 @@ public class Blocks implements ContentList{
type = UnitTypes.draug; type = UnitTypes.draug;
produceTime = 2500; produceTime = 2500;
size = 2; size = 2;
maxSpawn = 2; maxSpawn = 1;
consumes.power(1.1f); consumes.power(1.1f);
consumes.items(); consumes.items();
}}; }};

View File

@@ -30,6 +30,7 @@ public class TechTree implements ContentList{
node(distributor); node(distributor);
node(sorter, () -> { node(sorter, () -> {
node(message);
node(overflowGate); node(overflowGate);
}); });
node(container, () -> { node(container, () -> {

View File

@@ -23,8 +23,8 @@ public class UnitTypes implements ContentList{
speed = 0.3f; speed = 0.3f;
maxVelocity = 1.2f; maxVelocity = 1.2f;
range = 50f; range = 50f;
health = 60; health = 80;
minePower = 0.5f; minePower = 0.9f;
engineSize = 1.8f; engineSize = 1.8f;
engineOffset = 5.7f; engineOffset = 5.7f;
weapon = new Weapon("you have incurred my wrath. prepare to die."){{ weapon = new Weapon("you have incurred my wrath. prepare to die."){{