diffuse in tech tree
This commit is contained in:
@@ -3807,10 +3807,9 @@ public class Blocks{
|
|||||||
recoilAmount = 2f;
|
recoilAmount = 2f;
|
||||||
restitution = 0.03f;
|
restitution = 0.03f;
|
||||||
range = 110;
|
range = 110;
|
||||||
shootCone = 3f;
|
shootCone = 50f;
|
||||||
scaledHealth = 180;
|
scaledHealth = 210;
|
||||||
rotateSpeed = 2f;
|
rotateSpeed = 3f;
|
||||||
researchCostMultiplier = 0.05f;
|
|
||||||
|
|
||||||
coolant = consume(new ConsumeLiquid(Liquids.water, 15f / 60f));
|
coolant = consume(new ConsumeLiquid(Liquids.water, 15f / 60f));
|
||||||
limitRange();
|
limitRange();
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ public class ErekirTechTree{
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
node(diffuse, Seq.with(new OnSector(two)), () -> {
|
||||||
node(sublimate, () -> {
|
node(sublimate, () -> {
|
||||||
//TODO implement
|
//TODO implement
|
||||||
node(titan, Seq.with(new OnSector(five)), () -> {
|
node(titan, Seq.with(new OnSector(five)), () -> {
|
||||||
@@ -260,6 +260,8 @@ public class ErekirTechTree{
|
|||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
node(radar, Seq.with(new Research(beamNode), new Research(turbineCondenser), new Research(tankFabricator), new OnSector(SectorPresets.two)), () -> {
|
node(radar, Seq.with(new Research(beamNode), new Research(turbineCondenser), new Research(tankFabricator), new OnSector(SectorPresets.two)), () -> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user