# 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.py` to transform this data into definitions