mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-04 22:50:29 +07:00
Untested modifications to karst map
This commit is contained in:
parent
e624993ab1
commit
d352a96f55
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user