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;
produceTime = 2500;
size = 2;
maxSpawn = 2;
maxSpawn = 1;
consumes.power(1.1f);
consumes.items();
}};

View File

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

View File

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