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