addedsupport files

This commit is contained in:
bijx
2026-02-23 01:43:23 -05:00
parent efcc97c6dd
commit 59a4debdba
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -320,6 +320,7 @@
"manicouagan": "Manicouagan",
"lemnos": "Lemnos",
"sierpinski": "Sierpinski",
"fireandice": "Fire and Ice",
"thebox": "The Box",
"twolakes": "Two Lakes",
"straitofhormuz": "Strait of Hormuz",
+2
View File
@@ -111,6 +111,7 @@ export enum GameMapType {
Manicouagan = "Manicouagan",
Lemnos = "Lemnos",
Sierpinski = "Sierpinski",
FireAndIce = "Fire and Ice",
TheBox = "The Box",
TwoLakes = "Two Lakes",
StraitOfHormuz = "Strait of Hormuz",
@@ -184,6 +185,7 @@ export const mapCategories: Record<string, GameMapType[]> = {
GameMapType.Svalmel,
GameMapType.Surrounded,
GameMapType.TradersDream,
GameMapType.FireAndIce,
],
arcade: [
GameMapType.TheBox,
+1
View File
@@ -58,6 +58,7 @@ const frequency: Partial<Record<GameMapName, number>> = {
Svalmel: 8,
World: 8,
Lemnos: 3,
FireAndIce: 5,
TwoLakes: 6,
StraitOfHormuz: 4,
Surrounded: 4,