research
This commit is contained in:
@@ -3623,7 +3623,7 @@ public class Blocks{
|
|||||||
size = 3;
|
size = 3;
|
||||||
configurable = false;
|
configurable = false;
|
||||||
plans.add(new UnitPlan(UnitTypes.stell, 60f * 60f, with(Items.graphite, 20f, Items.silicon, 40f)));
|
plans.add(new UnitPlan(UnitTypes.stell, 60f * 60f, with(Items.graphite, 20f, Items.silicon, 40f)));
|
||||||
researchCostMultiplier = 1f / 12f;
|
researchCostMultiplier = 1f / 20f;
|
||||||
consumePower(2f);
|
consumePower(2f);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ public class ErekirTechTree{
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
node(breach, Seq.with(new Research(siliconArcFurnace)), () -> {
|
node(breach, Seq.with(new Research(siliconArcFurnace), new OnSector(two)), () -> {
|
||||||
node(berylliumWall, () -> {
|
node(berylliumWall, () -> {
|
||||||
node(berylliumWallLarge, () -> {
|
node(berylliumWallLarge, () -> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user