Cleanup / Halved drone production, increased mining speed
This commit is contained in:
@@ -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();
|
||||
}};
|
||||
|
||||
@@ -30,6 +30,7 @@ public class TechTree implements ContentList{
|
||||
|
||||
node(distributor);
|
||||
node(sorter, () -> {
|
||||
node(message);
|
||||
node(overflowGate);
|
||||
});
|
||||
node(container, () -> {
|
||||
|
||||
@@ -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."){{
|
||||
|
||||
Reference in New Issue
Block a user