Add Boss list for all games and more boss types
All checks were successful
CI / backend-lint (pull_request) Successful in 8s
CI / frontend-lint (pull_request) Successful in 30s

This commit is contained in:
2026-02-11 21:33:55 +01:00
parent e61fce5f72
commit f71db65642
54 changed files with 139369 additions and 4512 deletions

View File

@@ -27,6 +27,8 @@ const BOSS_TYPES = [
{ value: 'champion', label: 'Champion' },
{ value: 'rival', label: 'Rival' },
{ value: 'evil_team', label: 'Evil Team' },
{ value: 'kahuna', label: 'Kahuna' },
{ value: 'totem', label: 'Totem' },
{ value: 'other', label: 'Other' },
]