Tech tree updates for caldera

This commit is contained in:
Epowerj
2022-08-31 18:56:27 -04:00
parent a7ffaff270
commit be2160c9df

View File

@ -199,11 +199,11 @@ public class ErekirTechTree{
});
node(heatRedirector, Seq.with(new OnSector(ravine)), () -> {
node(electricHeater, Seq.with(new OnSector(ravine), new Research(afflict)), () -> {
node(slagHeater, Seq.with(tmpNever), () -> {
node(slagHeater, Seq.with(new OnSector(caldera)), () -> {
});
node(atmosphericConcentrator, Seq.with(tmpNever), () -> {
node(atmosphericConcentrator, Seq.with(new OnSector(caldera)), () -> {
node(cyanogenSynthesizer, Seq.with(tmpNever), () -> {
});
@ -268,7 +268,7 @@ public class ErekirTechTree{
});
});
node(disperse, Seq.with(new OnSector(marsh)), () -> {
node(disperse, Seq.with(tmpNever), () -> {
});
});
@ -360,7 +360,9 @@ public class ErekirTechTree{
node(basin, Seq.with(new SectorComplete(atlas)), () -> {
node(marsh, Seq.with(new SectorComplete(basin)), () ->{
node(ravine, Seq.with(new SectorComplete(marsh), new Research(Liquids.slag)), () ->{
node(caldera, Seq.with(new SectorComplete(peaks), new Research(heatRedirector)), () -> {
});
});
node(peaks, Seq.with(new SectorComplete(marsh), new SectorComplete(split)), () ->{