Added peaks to code

This commit is contained in:
Epowerj
2022-08-09 15:47:43 -04:00
parent 48cb99774a
commit 2344cc442b

View File

@@ -12,7 +12,7 @@ public class SectorPresets{
impact0078, desolateRift, nuclearComplex, planetaryTerminal, impact0078, desolateRift, nuclearComplex, planetaryTerminal,
coastline, navalFortress, coastline, navalFortress,
onset, aegis, lake, intersect, basin, atlas, split, marsh; onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks;
public static void load(){ public static void load(){
//region serpulo //region serpulo
@@ -140,7 +140,11 @@ public class SectorPresets{
}}; }};
marsh = new SectorPreset("marsh", erekir, 25){{ marsh = new SectorPreset("marsh", erekir, 25){{
difficulty = 5; difficulty = 4;
}};
peaks = new SectorPreset("peaks", erekir, 30){{
difficulty = 3;
}}; }};
//endregion //endregion