mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 02:07:53 +07:00
Fixed #7178 / Maps renamed
This commit is contained in:
@ -86,7 +86,7 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(overflowDuct, Seq.with(new OnSector(two)), () -> {
|
||||
node(overflowDuct, Seq.with(new OnSector(aegis)), () -> {
|
||||
node(underflowDuct);
|
||||
node(reinforcedContainer, () -> {
|
||||
node(ductUnloader, () -> {
|
||||
@ -134,8 +134,8 @@ public class ErekirTechTree{
|
||||
|
||||
//TODO move into turbine condenser?
|
||||
node(plasmaBore, () -> {
|
||||
node(impactDrill, Seq.with(new OnSector(two)), () -> {
|
||||
node(largePlasmaBore, Seq.with(new OnSector(four)), () -> {
|
||||
node(impactDrill, Seq.with(new OnSector(aegis)), () -> {
|
||||
node(largePlasmaBore, Seq.with(new OnSector(basin)), () -> {
|
||||
node(eruptionDrill, () -> {
|
||||
|
||||
});
|
||||
@ -145,22 +145,22 @@ public class ErekirTechTree{
|
||||
|
||||
node(turbineCondenser, () -> {
|
||||
node(beamNode, () -> {
|
||||
node(ventCondenser, Seq.with(new OnSector(two)), () -> {
|
||||
node(chemicalCombustionChamber, Seq.with(new OnSector(four)), () -> {
|
||||
node(ventCondenser, Seq.with(new OnSector(aegis)), () -> {
|
||||
node(chemicalCombustionChamber, Seq.with(new OnSector(basin)), () -> {
|
||||
node(pyrolysisGenerator, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
node(beamTower, Seq.with(new OnSector(four)), () -> {
|
||||
node(beamTower, Seq.with(new OnSector(basin)), () -> {
|
||||
|
||||
});
|
||||
|
||||
|
||||
node(regenProjector, () -> {
|
||||
//TODO more tiers of build tower or "support" structures like overdrive projectors
|
||||
node(buildTower, Seq.with(new OnSector(four)), () -> {
|
||||
node(buildTower, Seq.with(new OnSector(basin)), () -> {
|
||||
node(shockwaveTower, () -> {
|
||||
|
||||
});
|
||||
@ -168,9 +168,9 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(reinforcedConduit, Seq.with(new OnSector(two)), () -> {
|
||||
node(reinforcedConduit, Seq.with(new OnSector(aegis)), () -> {
|
||||
//TODO maybe should be even later
|
||||
node(reinforcedPump, Seq.with(new OnSector(four)), () -> {
|
||||
node(reinforcedPump, Seq.with(new OnSector(basin)), () -> {
|
||||
//TODO T2 pump, consume cyanogen or similar
|
||||
});
|
||||
|
||||
@ -181,7 +181,7 @@ public class ErekirTechTree{
|
||||
|
||||
node(reinforcedLiquidRouter, () -> {
|
||||
node(reinforcedLiquidContainer, () -> {
|
||||
node(reinforcedLiquidTank, Seq.with(new SectorComplete(three)), () -> {
|
||||
node(reinforcedLiquidTank, Seq.with(new SectorComplete(intersect)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
@ -192,8 +192,8 @@ public class ErekirTechTree{
|
||||
node(cliffCrusher, () -> {
|
||||
node(siliconArcFurnace, () -> {
|
||||
node(electrolyzer, Seq.with(new OnSector(atlas)), () -> {
|
||||
node(oxidationChamber, Seq.with(new Research(tankRefabricator), new OnSector(four)), () -> {
|
||||
node(electricHeater, Seq.with(new OnSector(four)), () -> {
|
||||
node(oxidationChamber, Seq.with(new Research(tankRefabricator), new OnSector(basin)), () -> {
|
||||
node(electricHeater, Seq.with(new OnSector(basin)), () -> {
|
||||
node(heatRedirector, () -> {
|
||||
node(surgeCrucible, () -> {
|
||||
|
||||
@ -204,8 +204,8 @@ public class ErekirTechTree{
|
||||
|
||||
});
|
||||
|
||||
node(atmosphericConcentrator, Seq.with(new OnSector(four)), () -> {
|
||||
node(cyanogenSynthesizer, Seq.with(new OnSector(four)), () -> {
|
||||
node(atmosphericConcentrator, Seq.with(new OnSector(basin)), () -> {
|
||||
node(cyanogenSynthesizer, Seq.with(new OnSector(basin)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
@ -220,7 +220,7 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(slagIncinerator, Seq.with(new OnSector(four)), () -> {
|
||||
node(slagIncinerator, Seq.with(new OnSector(basin)), () -> {
|
||||
|
||||
//TODO these are unused.
|
||||
//node(slagCentrifuge, () -> {});
|
||||
@ -261,25 +261,25 @@ public class ErekirTechTree{
|
||||
|
||||
node(diffuse, Seq.with(new OnSector(lake)), () -> {
|
||||
node(sublimate, () -> {
|
||||
node(titan, Seq.with(new OnSector(four)), () -> {
|
||||
node(afflict, Seq.with(new OnSector(four)), () -> {
|
||||
node(titan, Seq.with(new OnSector(basin)), () -> {
|
||||
node(afflict, Seq.with(new OnSector(basin)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
node(disperse, Seq.with(new OnSector(four)), () -> {
|
||||
node(disperse, Seq.with(new OnSector(basin)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
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.aegis)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
node(coreCitadel, Seq.with(new SectorComplete(four)), () -> {
|
||||
node(coreCitadel, Seq.with(new SectorComplete(basin)), () -> {
|
||||
node(coreAcropolis, () -> {
|
||||
|
||||
});
|
||||
@ -288,23 +288,23 @@ public class ErekirTechTree{
|
||||
node(tankFabricator, Seq.with(new Research(siliconArcFurnace), new Research(plasmaBore), new Research(turbineCondenser)), () -> {
|
||||
node(UnitTypes.stell);
|
||||
|
||||
node(unitRepairTower, Seq.with(new OnSector(four), new Research(mechRefabricator)), () -> {
|
||||
node(unitRepairTower, Seq.with(new OnSector(basin), new Research(mechRefabricator)), () -> {
|
||||
|
||||
});
|
||||
|
||||
node(shipFabricator, Seq.with(new OnSector(lake)), () -> {
|
||||
node(UnitTypes.elude);
|
||||
|
||||
node(mechFabricator, Seq.with(new OnSector(three)), () -> {
|
||||
node(mechFabricator, Seq.with(new OnSector(intersect)), () -> {
|
||||
node(UnitTypes.merui);
|
||||
|
||||
node(tankRefabricator, Seq.with(new OnSector(atlas)), () -> {
|
||||
node(UnitTypes.locus);
|
||||
|
||||
node(mechRefabricator, Seq.with(new OnSector(four)), () -> {
|
||||
node(mechRefabricator, Seq.with(new OnSector(basin)), () -> {
|
||||
node(UnitTypes.cleroi);
|
||||
|
||||
node(shipRefabricator, Seq.with(new OnSector(four), tmpNever), () -> {
|
||||
node(shipRefabricator, Seq.with(new OnSector(basin), tmpNever), () -> {
|
||||
node(UnitTypes.avert);
|
||||
|
||||
//TODO
|
||||
@ -314,7 +314,7 @@ public class ErekirTechTree{
|
||||
node(UnitTypes.obviate);
|
||||
});
|
||||
|
||||
node(tankAssembler, Seq.with(new OnSector(three), new Research(constructor), new Research(atmosphericConcentrator)), () -> {
|
||||
node(tankAssembler, Seq.with(new OnSector(intersect), new Research(constructor), new Research(atmosphericConcentrator)), () -> {
|
||||
|
||||
node(UnitTypes.vanquish, () -> {
|
||||
node(UnitTypes.conquer, Seq.with(tmpNever), () -> {
|
||||
@ -322,7 +322,7 @@ public class ErekirTechTree{
|
||||
});
|
||||
});
|
||||
|
||||
node(shipAssembler, Seq.with(new OnSector(four)), () -> {
|
||||
node(shipAssembler, Seq.with(new OnSector(basin)), () -> {
|
||||
node(UnitTypes.quell, () -> {
|
||||
node(UnitTypes.disrupt, Seq.with(tmpNever), () -> {
|
||||
|
||||
@ -346,18 +346,18 @@ public class ErekirTechTree{
|
||||
});
|
||||
|
||||
node(onset, () -> {
|
||||
node(two, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> {
|
||||
node(lake, Seq.with(new SectorComplete(two)), () -> {
|
||||
node(aegis, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> {
|
||||
node(lake, Seq.with(new SectorComplete(aegis)), () -> {
|
||||
|
||||
});
|
||||
|
||||
node(three, Seq.with(new SectorComplete(two), new SectorComplete(lake), new Research(ventCondenser), new Research(shipFabricator)), () -> {
|
||||
node(atlas, Seq.with(new SectorComplete(three), new Research(mechFabricator)), () -> {
|
||||
node(intersect, Seq.with(new SectorComplete(aegis), new SectorComplete(lake), new Research(ventCondenser), new Research(shipFabricator)), () -> {
|
||||
node(atlas, Seq.with(new SectorComplete(intersect), new Research(mechFabricator)), () -> {
|
||||
node(split, Seq.with(new SectorComplete(atlas), new Research(reinforcedPayloadConveyor), new Research(reinforcedContainer)), () -> {
|
||||
|
||||
});
|
||||
|
||||
node(four, Seq.with(new SectorComplete(atlas)), () -> {
|
||||
node(basin, Seq.with(new SectorComplete(atlas)), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user