Updated wool games stats
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user