From 715dfb16cadf4e6af6c3d917649854ed5eb69b3c Mon Sep 17 00:00:00 2001 From: Epowerj Date: Mon, 29 Aug 2022 18:46:34 -0400 Subject: [PATCH] Adjusted tech tree for ravine --- .../src/mindustry/content/ErekirTechTree.java | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/core/src/mindustry/content/ErekirTechTree.java b/core/src/mindustry/content/ErekirTechTree.java index 481e0656a6..14eb86f18b 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -193,27 +193,27 @@ public class ErekirTechTree{ node(siliconArcFurnace, () -> { node(electrolyzer, Seq.with(new OnSector(atlas)), () -> { node(oxidationChamber, Seq.with(new Research(tankRefabricator), new OnSector(marsh)), () -> { - node(electricHeater, Seq.with(tmpNever), () -> { - node(heatRedirector, () -> { - node(surgeCrucible, () -> { + + node(surgeCrucible, Seq.with(new OnSector(ravine)), () -> { + + }); + node(heatRedirector, Seq.with(new OnSector(ravine)), () -> { + node(electricHeater, Seq.with(tmpNever), () -> { + node(slagHeater, () -> { }); - }); - node(slagHeater, () -> { - - }); - - node(atmosphericConcentrator, Seq.with(new OnSector(basin)), () -> { - node(cyanogenSynthesizer, Seq.with(new OnSector(basin)), () -> { + node(atmosphericConcentrator, Seq.with(tmpNever), () -> { + node(cyanogenSynthesizer, Seq.with(tmpNever), () -> { + }); }); - }); - node(carbideCrucible, Seq.with(tmpNever), () -> { - node(phaseSynthesizer, () -> { - node(phaseHeater, () -> { + node(carbideCrucible, Seq.with(tmpNever), () -> { + node(phaseSynthesizer, () -> { + node(phaseHeater, () -> { + }); }); }); }); @@ -262,7 +262,7 @@ public class ErekirTechTree{ node(diffuse, Seq.with(new OnSector(lake)), () -> { node(sublimate, Seq.with(new OnSector(marsh)), () -> { node(titan, Seq.with(new OnSector(marsh)), () -> { - node(afflict, Seq.with(new OnSector(marsh)), () -> { + node(afflict, Seq.with(new OnSector(ravine)), () -> { }); }); @@ -288,7 +288,7 @@ public class ErekirTechTree{ node(tankFabricator, Seq.with(new Research(siliconArcFurnace), new Research(plasmaBore), new Research(turbineCondenser)), () -> { node(UnitTypes.stell); - node(unitRepairTower, Seq.with(tmpNever, new Research(mechRefabricator)), () -> { + node(unitRepairTower, Seq.with(new OnSector(ravine), new Research(mechRefabricator)), () -> { }); @@ -359,7 +359,7 @@ public class ErekirTechTree{ node(basin, Seq.with(new SectorComplete(atlas)), () -> { node(marsh, Seq.with(new SectorComplete(basin)), () ->{ - node(ravine, Seq.with(new SectorComplete(marsh)), () ->{ + node(ravine, Seq.with(new SectorComplete(marsh), new Research(Liquids.slag)), () ->{ });