Added ravine to campaign list
This commit is contained in:
@@ -359,6 +359,10 @@ public class ErekirTechTree{
|
||||
|
||||
node(basin, Seq.with(new SectorComplete(atlas)), () -> {
|
||||
node(marsh, Seq.with(new SectorComplete(basin)), () ->{
|
||||
node(ravine, Seq.with(new SectorComplete(marsh)), () ->{
|
||||
|
||||
});
|
||||
|
||||
node(peaks, Seq.with(new SectorComplete(marsh), new SectorComplete(split)), () ->{
|
||||
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ public class SectorPresets{
|
||||
impact0078, desolateRift, nuclearComplex, planetaryTerminal,
|
||||
coastline, navalFortress,
|
||||
|
||||
onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks;
|
||||
onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks, ravine;
|
||||
|
||||
public static void load(){
|
||||
//region serpulo
|
||||
@@ -147,6 +147,10 @@ public class SectorPresets{
|
||||
difficulty = 3;
|
||||
}};
|
||||
|
||||
ravine = new SectorPreset("ravine", erekir, 39){{
|
||||
difficulty = 4;
|
||||
}};
|
||||
|
||||
//endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user