Skip to content

Commit

Permalink
Hiscore fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Apr 6, 2024
1 parent bba3b43 commit 8d88562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const MINIGAMES = [
"pvpArena",
"soulWars",
"riftsClosed",
"colosseumGlory",
] as const;

export const CLUES = ["all", "beginner", "easy", "medium", "hard", "elite", "master"] as const;
Expand Down Expand Up @@ -72,6 +73,7 @@ export const mappedBossNames: [keyof BossRecords, string][] = [
["kraken", "Kraken"],
["kreeArra", "Kree'Arra"],
["krilTsutsaroth", "K'ril Tsutsaroth"],
["lunarChests", "Lunar Chests"],
["mimic", "Mimic"],
["nex", "Nex"],
["nightmare", "The Nightmare"],
Expand All @@ -82,6 +84,7 @@ export const mappedBossNames: [keyof BossRecords, string][] = [
["scorpia", "Scorpia"],
["scurrius", "Scurrius"],
["skotizo", "Skotizo"],
["solHeredit", "Sol Heredit"],
["spindel", "Spindel"],
["tempoross", "Tempoross"],
["theGauntlet", "The Gauntlet"],
Expand Down
2 changes: 2 additions & 0 deletions src/meta/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export interface BossRecords {
kraken: MinigameScore;
kreeArra: MinigameScore;
krilTsutsaroth: MinigameScore;
lunarChests: MinigameScore;
mimic: MinigameScore;
nex: MinigameScore;
nightmare: MinigameScore;
Expand All @@ -98,6 +99,7 @@ export interface BossRecords {
scorpia: MinigameScore;
scurrius: MinigameScore;
skotizo: MinigameScore;
solHeredit: MinigameScore;
spindel: MinigameScore;
tempoross: MinigameScore;
theGauntlet: MinigameScore;
Expand Down

0 comments on commit 8d88562

Please sign in to comment.