Add starters for all games to special_encounters.json
All checks were successful
CI / backend-lint (push) Successful in 7s
CI / frontend-lint (push) Successful in 30s

Added starter data for Gen 4-9, Legends Arceus, and Legends Z-A.
Fixed Yellow and Let's Go which were incorrectly aliased to the
firered-leafgreen Gen 1 trio — they now have their own entries.
Added aliases for Platinum, BD/SP, B2/W2, and USUM.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-11 14:52:38 +01:00
parent 9a0cf7a552
commit 157e9ed987
2 changed files with 86 additions and 15 deletions

View File

@@ -1,25 +1,27 @@
---
# nuzlocke-tracker-7jba
title: Review and complete special encounters for all games
status: in-progress
status: completed
type: task
priority: normal
created_at: 2026-02-10T08:59:24Z
updated_at: 2026-02-11T13:47:35Z
updated_at: 2026-02-11T13:52:06Z
parent: nuzlocke-tracker-rzu4
---
Only starters are missing from the encounter data. Gifts, trades, and fossils are already present in the per-game encounter JSON files.
Only starters were missing from the encounter data. Gifts, trades, and fossils are already present in the per-game encounter JSON files.
The `special_encounters.json` file currently contains starters, gifts, and fossils for Gen 1-3 — but only the starters are actually needed (the rest is redundant). Additionally, starters are missing for Gen 4+ games.
The `special_encounters.json` file previously contained starters, gifts, and fossils for Gen 1-3 — but only the starters were actually needed (the rest was redundant). Additionally, starters were missing for Gen 4+ games. Yellow and Let's Go were incorrectly aliased to firered-leafgreen (wrong starters).
## Checklist:
- [x] Remove non-starter entries from special_encounters.json
- [ ] Add Gen 4 starters (Diamond/Pearl/Platinum/BD/SP)
- [ ] Add Gen 5 starters (Black/White/B2/W2)
- [ ] Add Gen 6 starters (X/Y)
- [ ] Add Gen 7 starters (Sun/Moon/USUM)
- [ ] Add Gen 8 starters (Sword/Shield)
- [ ] Add Gen 9 starters (Scarlet/Violet)
- [ ] Add Legends Arceus starters
- [ ] Add Legends Z-A starters
- [x] Add Yellow starter (Pikachu) — was incorrectly aliased to firered-leafgreen
- [x] Add Let's Go starters (Pikachu, Eevee) — was incorrectly aliased to firered-leafgreen
- [x] Add Gen 4 starters (Diamond/Pearl/Platinum/BD/SP)
- [x] Add Gen 5 starters (Black/White/B2/W2)
- [x] Add Gen 6 starters (X/Y)
- [x] Add Gen 7 starters (Sun/Moon/USUM)
- [x] Add Gen 8 starters (Sword/Shield)
- [x] Add Gen 9 starters (Scarlet/Violet)
- [x] Add Legends Arceus starters
- [x] Add Legends Z-A starters