mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-22 21:57:58 +07:00
research
This commit is contained in:
@ -3623,7 +3623,7 @@ public class Blocks{
|
||||
size = 3;
|
||||
configurable = false;
|
||||
plans.add(new UnitPlan(UnitTypes.stell, 60f * 60f, with(Items.graphite, 20f, Items.silicon, 40f)));
|
||||
researchCostMultiplier = 1f / 12f;
|
||||
researchCostMultiplier = 1f / 20f;
|
||||
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(berylliumWallLarge, () -> {
|
||||
|
||||
|
Reference in New Issue
Block a user