Cruxscape and GS moved off of tech tree

This commit is contained in:
Anuken
2026-01-06 02:08:26 -05:00
parent 57b1cfa3fa
commit a0e37f3f37
6 changed files with 17 additions and 31 deletions

View File

@@ -13,8 +13,6 @@ public class SectorPresets{
impact0078, desolateRift, nuclearComplex, planetaryTerminal,
coastline, navalFortress, weatheredChannels, seaPort,
geothermalStronghold, cruxscape,
onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks, ravine, caldera,
stronghold, crevice, siege, crossroads, karst, origin;
@@ -161,12 +159,18 @@ public class SectorPresets{
isLastSector = true;
}};
geothermalStronghold = new SectorPreset("geothermalStronghold", serpulo, 264){{
//TODO: show up differently with PLT selected.
new SectorPreset("geothermalStronghold", serpulo, 264){{
requireUnlock = false;
difficulty = 10;
showHidden = true;
}};
cruxscape = new SectorPreset("cruxscape", serpulo, 54){{
new SectorPreset("cruxscape", serpulo, 54){{
requireUnlock = false;
difficulty = 10;
showHidden = true;
}};
SectorSubmissions.registerSectors();

View File

@@ -521,29 +521,7 @@ public class SerpuloTechTree{
new Research(exponentialReconstructor),
new Research(tetrativeReconstructor)
), () -> {
node(geothermalStronghold, Seq.with(
new Research(omura),
new Research(navanax),
new Research(eclipse),
new Research(oct),
new Research(reign),
new Research(corvus),
new Research(toxopid)
), () -> {
});
node(cruxscape, Seq.with(
new Research(omura),
new Research(navanax),
new Research(eclipse),
new Research(oct),
new Research(reign),
new Research(corvus),
new Research(toxopid)
), () -> {
});
});
});
});