Add version group entry with region_id 0 (no PokeAPI region) and region "lumiose". The Go fetch tool now skips route fetching for region_id 0 so manually provided data won't be overwritten by re-runs. Includes placeholder data file and box art. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
649 B
649 B
title, status, type, priority, created_at, updated_at
| title | status | type | priority | created_at | updated_at |
|---|---|---|---|---|---|
| Add Legends: Z-A to game list | completed | feature | normal | 2026-02-07T20:54:07Z | 2026-02-07T20:55:05Z |
Add Pokemon Legends: Z-A as a game. Uses region 'lumiose', region_id 0 (no PokeAPI region). Go fetch tool skips route fetching for region_id 0. Manual data file for routes/encounters.
Checklist
- Add to version_groups.json with region_id 0
- Modify Go fetch tool to skip route processing when region_id is 0
- Add to GAME_FILES in run.py
- Create placeholder data/legends-z-a.json
- Download box art
- Verify tsc --noEmit and Go build