From 668b6aa5636fa34be80342980a392b5ebd5232f7 Mon Sep 17 00:00:00 2001 From: Epowerj Date: Thu, 28 Apr 2022 14:44:19 -0400 Subject: [PATCH] Tweaked tech tree for level 3 --- core/src/mindustry/content/ErekirTechTree.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/mindustry/content/ErekirTechTree.java b/core/src/mindustry/content/ErekirTechTree.java index 840104a239..ee43190e96 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -277,16 +277,16 @@ public class ErekirTechTree{ }); - node(tankReconstructor, Seq.with(new OnSector(two)), () -> { + node(tankReconstructor, Seq.with(new OnSector(three)), () -> { node(UnitTypes.locus); - node(shipReconstructor, Seq.with(new OnSector(four)), () -> { + node(shipReconstructor, Seq.with(new OnSector(three)), () -> { node(UnitTypes.avert); node(mechReconstructor, () -> { node(UnitTypes.latum); - node(tankAssembler, Seq.with(new OnSector(four), new Research(constructor), new Research(atmosphericConcentrator)), () -> { + node(tankAssembler, Seq.with(new OnSector(three), new Research(constructor), new Research(atmosphericConcentrator)), () -> { node(UnitTypes.vanquish, () -> { node(UnitTypes.conquer, Seq.with(tmpNever), () -> { @@ -317,7 +317,7 @@ public class ErekirTechTree{ //TODO more sectors node(onset, () -> { node(two, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> { - node(three, Seq.with(new SectorComplete(two), new Research(reinforcedContainer), new Research(ductUnloader), new Research(ventCondenser), new Research(electrolyzer)), () -> { + node(three, Seq.with(new SectorComplete(two), new Research(ventCondenser)), () -> { node(four, Seq.with(new SectorComplete(three), new Research(oxidationChamber), new Research(chemicalCombustionChamber)), () -> { //TODO research reqs? node(five, Seq.with(new SectorComplete(four)), () -> {