Untested modifications to karst map

This commit is contained in:
Anuken 2022-10-23 14:29:35 -04:00
parent e624993ab1
commit d352a96f55
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@ -160,25 +160,25 @@ public class SectorPresets{
}};
stronghold = new SectorPreset("stronghold", erekir, 18){{
difficulty = 6;
difficulty = 7;
}};
crevice = new SectorPreset("crevice", erekir, 3){{
difficulty = 4;
difficulty = 6;
captureWave = 46;
}};
siege = new SectorPreset("siege", erekir, 58){{
difficulty = 4;
difficulty = 8;
}};
crossroads = new SectorPreset("crossroads", erekir, 37){{
difficulty = 5;
difficulty = 7;
}};
karst = new SectorPreset("karst", erekir, 5){{
difficulty = 5;
captureWave = 51;
difficulty = 9;
captureWave = 10;
}};
//endregion