Finished warlords stats

This commit is contained in:
2025-09-20 00:33:15 +02:00
parent 6ce2775058
commit b13d6023ff
5 changed files with 104 additions and 7 deletions

View File

@@ -79,12 +79,12 @@ export const MATERIALS = {
"COOKED_PORKCHOP": "Gemini",
"GOLDEN_CARROT": "Void Edge"
} as const
export const PLAYERCLASSES = {
mage: ["Pyromancer", "Cryomancer", "Aquamancer"],
warrior: ["Berserker", "Defender", "Revenant"],
paladin: ["Avenger", "Crusader", "Protector"],
shaman: ["Thunderlord", "Earthwarden", "Spiritguard"]
} as const
export const PLAYERCLASSES = [
["Pyromancer", "Cryomancer", "Aquamancer"],
["Berserker", "Defender", "Revenant"],
["Avenger", "Crusader", "Protector"],
["Thunderlord", "Earthwarden", "Spiritguard"]
] as const
export const SCORES = {
COMMON: [
{ score: 276, prefix: "Crumbly" },