Added caldera to the campaign

This commit is contained in:
Epowerj
2022-08-31 18:15:56 -04:00
parent 920cedb334
commit 7e6ba4a98e

View File

@@ -12,7 +12,7 @@ public class SectorPresets{
impact0078, desolateRift, nuclearComplex, planetaryTerminal,
coastline, navalFortress,
onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks, ravine;
onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks, ravine, caldera;
public static void load(){
//region serpulo
@@ -152,6 +152,10 @@ public class SectorPresets{
captureWave = 24;
}};
caldera = new SectorPreset("caldera-erekir", erekir, 43){{
difficulty = 4;
}};
//endregion
}
}