Added peaks to code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user