Added 2 post-PLT challenge maps
This commit is contained in:
@@ -12,6 +12,8 @@ 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;
|
||||
|
||||
@@ -153,6 +155,14 @@ public class SectorPresets{
|
||||
isLastSector = true;
|
||||
}};
|
||||
|
||||
geothermalStronghold = new SectorPreset("geothermalStronghold", serpulo, 264){{
|
||||
difficulty = 10;
|
||||
}};
|
||||
|
||||
cruxscape = new SectorPreset("cruxscape", serpulo, 54){{
|
||||
difficulty = 10;
|
||||
}};
|
||||
|
||||
//endregion
|
||||
//region erekir
|
||||
|
||||
|
||||
@@ -530,7 +530,29 @@ 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)
|
||||
), () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user