Added wool games mode stats

This commit is contained in:
2025-09-11 11:42:42 +02:00
parent 11fb9b75cd
commit c686be44e6
5 changed files with 180 additions and 10 deletions

View File

@@ -26,12 +26,12 @@ export const ICONS = {
YIN_YANG: "\u262f" // ☯
} as const
export const CLASSES = [
{ id: "tank", name: "Tank", difficulty: 1 },
{ id: "archer", name: "Archer", difficulty: 2 },
{ id: "swordsman", name: "Swordsman", difficulty: 1 },
{ id: "engineer", name: "Engineer", difficulty: 1 },
{ id: "golem", name: "Golem", difficulty: 2 },
{ id: "assault", name: "Assault", difficulty: 3 }
{ id: "TANK", name: "Tank", difficulty: 1 },
{ id: "ARCHER", name: "Archer", difficulty: 2 },
{ id: "SWORDSMAN", name: "Swordsman", difficulty: 1 },
{ id: "ENGINEER", name: "Engineer", difficulty: 1 },
{ id: "GOLEM", name: "Golem", difficulty: 2 },
{ id: "ASSAULT", name: "Assault", difficulty: 3 }
] as const
export const DIFFICULTIES = {
"1": "green",