feature/boss-sprites-and-badges (#22)
All checks were successful
CI / backend-lint (push) Successful in 8s
CI / frontend-lint (push) Successful in 32s

Reviewed-on: TheFurya/nuzlocke-tracker#22
Co-authored-by: Julian Tabel <juliantabel.jt@gmail.com>
Co-committed-by: Julian Tabel <juliantabel.jt@gmail.com>
This commit was merged in pull request #22.
This commit is contained in:
2026-02-14 11:04:08 +01:00
committed by TheFurya
parent 3412d6c6fd
commit ebdc9b2f28
225 changed files with 879 additions and 130 deletions

View File

@@ -145,9 +145,9 @@
{
"name": "Giovanni",
"boss_type": "gym_leader",
"specialty_type": null,
"badge_name": "50",
"badge_image_url": "/badges/50.png",
"specialty_type": "ground",
"badge_name": "Earth Badge",
"badge_image_url": "/badges/earth-badge.png",
"level_cap": 50,
"order": 8,
"after_route_name": null,
@@ -167,7 +167,7 @@
"after_route_name": null,
"location": "Indigo Plateau",
"section": null,
"sprite_url": null,
"sprite_url": "/boss-sprites/firered/lorelei.png",
"pokemon": []
},
{
@@ -181,7 +181,7 @@
"after_route_name": null,
"location": "Indigo Plateau",
"section": null,
"sprite_url": null,
"sprite_url": "/boss-sprites/firered/bruno.png",
"pokemon": []
},
{
@@ -195,7 +195,7 @@
"after_route_name": null,
"location": "Indigo Plateau",
"section": null,
"sprite_url": null,
"sprite_url": "/boss-sprites/firered/agatha.png",
"pokemon": []
},
{
@@ -209,7 +209,7 @@
"after_route_name": null,
"location": "Indigo Plateau",
"section": null,
"sprite_url": null,
"sprite_url": "/boss-sprites/firered/lance.png",
"pokemon": []
},
{
@@ -223,7 +223,7 @@
"after_route_name": null,
"location": "Indigo Plateau",
"section": null,
"sprite_url": null,
"sprite_url": "/boss-sprites/firered/blue.png",
"pokemon": [
{
"pokeapi_id": 18,