Updated wool games stats

This commit is contained in:
2025-09-12 12:42:20 +02:00
parent 66277a90dc
commit 2e32e72852
4 changed files with 34 additions and 9 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",