add araxxor

This commit is contained in:
Jayden Carey
2024-08-28 23:23:54 +08:00
parent 1f7a25d421
commit b117cfcf41
7 changed files with 678 additions and 221 deletions

View File

@@ -69,6 +69,7 @@ export type BH = { [Type in BHType]: Activity };
export type Boss =
| 'abyssalSire'
| 'alchemicalHydra'
| 'araxxor'
| 'artio'
| 'barrows'
| 'bryophyta'

View File

@@ -76,6 +76,7 @@ export const GAMEMODES: Gamemode[] = [
export const BOSSES: Boss[] = [
'abyssalSire',
'alchemicalHydra',
'araxxor',
'artio',
'barrows',
'bryophyta',
@@ -165,6 +166,7 @@ export type FormattedBossNames = {
export const FORMATTED_BOSS_NAMES: FormattedBossNames = {
abyssalSire: 'Abyssal Sire',
alchemicalHydra: 'Alchemical Hydra',
araxxor: 'Araxxor',
artio: 'Artio',
barrows: 'Barrows Chests',
bryophyta: 'Bryophyta',