From 4ade5be2d9307acac75426aa20249186f57deaaa Mon Sep 17 00:00:00 2001 From: Baguette8ot Date: Thu, 14 Aug 2025 19:07:39 -0400 Subject: [PATCH] Update public lobby map frequencies (#1816) ## Description: New values for map frequencies in the public rotation ## Please complete the following: - [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 ## Please put your Discord username so you can be contacted if a bug or regression is found: Baguette Bot --------- Co-authored-by: Scott Anderson <662325+scottanderson@users.noreply.github.com> --- src/server/MapPlaylist.ts | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/server/MapPlaylist.ts b/src/server/MapPlaylist.ts index 1b583df4a..6ff4a2d89 100644 --- a/src/server/MapPlaylist.ts +++ b/src/server/MapPlaylist.ts @@ -20,33 +20,33 @@ 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> = { - Africa: 2, - Asia: 1, - Australia: 1, - Baikal: 2, - BetweenTwoSeas: 1, - BlackSea: 1, - Britannia: 1, - DeglaciatedAntarctica: 1, - EastAsia: 1, - Europe: 2, - EuropeClassic: 1, - FalklandIslands: 1, - FaroeIslands: 1, - GatewayToTheAtlantic: 1, - Halkidiki: 1, - Iceland: 1, - Italia: 1, - Mars: 1, - MarsRevised: 1, - Mena: 1, - NorthAmerica: 1, - Pangaea: 1, - Pluto: 1, - SouthAmerica: 1, - StraitOfGibraltar: 1, - World: 3, - Yenisei: 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, + MarsRevised: 3, + Mena: 6, + NorthAmerica: 5, + Pangaea: 5, + Pluto: 6, + SouthAmerica: 5, + StraitOfGibraltar: 5, + World: 8, + Yenisei: 6, }; type MapWithMode = {