Added caldera to the campaign
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, peaks, ravine;
|
onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks, ravine, caldera;
|
||||||
|
|
||||||
public static void load(){
|
public static void load(){
|
||||||
//region serpulo
|
//region serpulo
|
||||||
@@ -152,6 +152,10 @@ public class SectorPresets{
|
|||||||
captureWave = 24;
|
captureWave = 24;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
caldera = new SectorPreset("caldera-erekir", erekir, 43){{
|
||||||
|
difficulty = 4;
|
||||||
|
}};
|
||||||
|
|
||||||
//endregion
|
//endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user