Scraper fixes: - Detect fossil cards (Helix/Dome Fossil, Old Amber) as Trainer/Item cards - Add text artifact cleaning for stripped energy icons: - 'aEnergy' -> 'an Energy' - 'extraEnergy' -> 'extra Energy' - 'BenchedPokémon' -> 'Benched Pokémon' - And 20+ other common patterns Converter improvements: - Add evolution chain validation to detect broken evolves_from references - Track conversion errors and validation warnings in _index.json - Return errors from convert_set() for better debugging Data fixes: - Fixed 4 fossil cards (now correctly typed as trainer/item) - Fixed text artifacts in 46 raw card files - Regenerated all 382 card definitions - All evolution chains now valid Added fix_raw_text.py utility script for batch text cleanup.
10 lines
416 B
JSON
10 lines
416 B
JSON
{
|
|
"id": "a1-220-misty",
|
|
"name": "Misty",
|
|
"card_type": "trainer",
|
|
"trainer_type": "supporter",
|
|
"set_id": "a1",
|
|
"rarity": "uncommon",
|
|
"effect_description": "Choose 1 of your Pok\u00e9mon, and flip a coin until you get tails. For each heads, take an Energy from your Energy Zone and attach it to that Pok\u00e9mon.You may play only 1 Supporter card during your turn.",
|
|
"illustrator": "Sanosuke Sakuma"
|
|
} |