Cleanup / Halved drone production, increased mining speed
This commit is contained in:
@@ -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();
|
||||||
}};
|
}};
|
||||||
|
|||||||
@@ -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, () -> {
|
||||||
|
|||||||
@@ -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."){{
|
||||||
|
|||||||
Reference in New Issue
Block a user