add giant world map to playlist

This commit is contained in:
1brucben
2025-06-01 02:31:37 +02:00
parent 2e0d8242e2
commit 766119b808
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ const numPlayersConfig = {
[GameMapType.BlackSea]: [40, 50, 30],
[GameMapType.Pangaea]: [40, 20, 30],
[GameMapType.World]: [150, 80, 50],
[GameMapType.WorldMapGiant]: [150, 100, 60],
[GameMapType.WorldMapGiant]: [150, 120, 100],
[GameMapType.Halkidiki]: [50, 40, 30],
} as const satisfies Record<GameMapType, [number, number, number]>;
+1
View File
@@ -10,6 +10,7 @@ const config = getServerConfigFromServer();
const frequency = {
World: 3,
WorldMapGiant: 1,
Europe: 2,
Africa: 2,
Australia: 1,