Complete Game Data Cleanup epic

This commit is contained in:
Julian Tabel
2026-02-11 15:34:02 +01:00
parent 1683b60a5e
commit 5582d9028f

View File

@@ -1,11 +1,11 @@
--- ---
# nuzlocke-tracker-rzu4 # nuzlocke-tracker-rzu4
title: Game Data Cleanup title: Game Data Cleanup
status: todo status: completed
type: epic type: epic
priority: critical priority: critical
created_at: 2026-02-10T08:58:36Z created_at: 2026-02-10T08:58:36Z
updated_at: 2026-02-10T12:05:43Z updated_at: 2026-02-11T14:33:31Z
--- ---
Audit and fix the game seed data to ensure all supported games have accurate encounter data and correct route ordering. PokeAPI provides a solid basis for Gen 1-7, but later games (Gen 8+) have no encounter data at all (stub/null JSON files), and route ordering is only defined for Gen 1-4. This is mostly manual work, but we should explore automated/semi-automated options where possible (e.g. scraping community wikis, leveraging existing fan-curated datasets). Audit and fix the game seed data to ensure all supported games have accurate encounter data and correct route ordering. PokeAPI provides a solid basis for Gen 1-7, but later games (Gen 8+) have no encounter data at all (stub/null JSON files), and route ordering is only defined for Gen 1-4. This is mostly manual work, but we should explore automated/semi-automated options where possible (e.g. scraping community wikis, leveraging existing fan-curated datasets).