Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs. |
||
|---|---|---|
| .. | ||
| a1 | ||
| a1a | ||
| _index.json | ||
| .gitkeep | ||
| README.md | ||
Raw Scraped Data
Scraped from pokemon-zone.com. Reference only - do not edit.
Run scripts/scrape_pokemon_pocket.py to update this data.
For authoritative card definitions used by the game engine, see ../definitions/.
Structure
raw/
├── _index.json # Index of all scraped cards
├── a1/ # Genetic Apex set
│ └── *.json # Individual card files
└── a1a/ # Mythical Island set
└── *.json # Individual card files
Notes
- This data is the raw output from the scraper
- Schema may differ from the game engine's CardDefinition model
- Use
scripts/convert_cards.pyto transform this data into definitions