Files
nuzlocke-tracker/.beans/nuzlocke-tracker-huag--populate-boss-pokemon-teams-from-bulbapedia.md
Julian Tabel 7aeddd61da Populate boss Pokemon teams in seed data
Add Pokemon teams (pokeapi_id, level, order) to all 327 boss entries
across 21 seed files, sourced from Bulbapedia. Includes starter-dependent
teams via condition_label, Mega Evolution, Dynamax/Gigantamax,
Terastallize, and single-Pokemon entries for Totems/Nobles/Titans.
Also fix _export_bosses to include condition_label in exported data.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 21:07:48 +01:00

437 B

title, status, type, priority, created_at, updated_at
title status type priority created_at updated_at
Populate boss Pokemon teams from Bulbapedia completed task normal 2026-02-16T19:53:15Z 2026-02-16T20:07:17Z

Populate all 318 boss entries across 21 *-bosses.json seed files with their actual in-game Pokemon teams (pokeapi_id, level, order, condition_label). Data sourced from Bulbapedia. Also fix _export_bosses in run.py to include condition_label.