mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-22 05:38:19 +07:00
Tech tree updates for caldera
This commit is contained in:
@ -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)), () ->{
|
||||
|
Reference in New Issue
Block a user