Update public lobby map frequencies (#1816)

New values for map frequencies in the public rotation

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
regression is found:
Baguette Bot

---------

Co-authored-by: Scott Anderson <662325+scottanderson@users.noreply.github.com>
This commit is contained in:
Baguette8ot
2025-08-14 19:07:39 -04:00
committed by evanpelle
parent ed7ddc6fa6
commit 1e3118e1ee
+26 -25
View File
@@ -20,31 +20,32 @@ const config = getServerConfigFromServer();
// How many times each map should appear in the playlist.
// Note: The Partial should eventually be removed for better type safety.
const frequency: Partial<Record<GameMapName, number>> = {
World: 3,
Europe: 2,
Africa: 2,
Baikal: 2,
Australia: 1,
NorthAmerica: 1,
Britannia: 1,
GatewayToTheAtlantic: 1,
Iceland: 1,
SouthAmerica: 1,
DeglaciatedAntarctica: 1,
EuropeClassic: 1,
Mena: 1,
Pangaea: 1,
Asia: 1,
Mars: 1,
BetweenTwoSeas: 1,
EastAsia: 1,
BlackSea: 1,
FaroeIslands: 1,
FalklandIslands: 1,
Halkidiki: 1,
StraitOfGibraltar: 1,
Italia: 1,
Pluto: 1,
Africa: 7,
Asia: 6,
Australia: 4,
Baikal: 5,
BetweenTwoSeas: 5,
BlackSea: 6,
Britannia: 5,
DeglaciatedAntarctica: 4,
EastAsia: 5,
Europe: 3,
EuropeClassic: 3,
FalklandIslands: 4,
FaroeIslands: 4,
GatewayToTheAtlantic: 5,
Halkidiki: 4,
Iceland: 4,
Italia: 6,
Mars: 3,
Mena: 6,
NorthAmerica: 5,
Pangaea: 5,
Pluto: 6,
SouthAmerica: 5,
StraitOfGibraltar: 5,
World: 8,
Yenisei: 0,
};
interface MapWithMode {