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.
38 lines
929 B
JSON
38 lines
929 B
JSON
{
|
|
"id": "a1a-025-pikachu",
|
|
"name": "Pikachu",
|
|
"set_code": "a1a",
|
|
"set_name": "Mythical Island",
|
|
"card_number": 25,
|
|
"rarity": "Common",
|
|
"card_type": "pokemon",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002390_00_PIKACHU_C.webp",
|
|
"image_file": null,
|
|
"source_url": "https://www.pokemon-zone.com/cards/a1a/25/pikachu/",
|
|
"hp": 60,
|
|
"pokemon_type": "lightning",
|
|
"stage": "basic",
|
|
"evolves_from": null,
|
|
"is_ex": false,
|
|
"abilities": [],
|
|
"attacks": [
|
|
{
|
|
"name": "Circle Circuit",
|
|
"cost": [
|
|
"lightning"
|
|
],
|
|
"damage": 10,
|
|
"damage_modifier": "+",
|
|
"effect_text": "This attack does 10 damage for each of your Benched Pok\u00e9mon.",
|
|
"effect_id": null
|
|
}
|
|
],
|
|
"weakness": {
|
|
"type": "fighting",
|
|
"value": 20
|
|
},
|
|
"resistance": null,
|
|
"retreat_cost": 1,
|
|
"flavor_text": null,
|
|
"illustrator": "Naoyo Kimura"
|
|
} |