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.
44 lines
951 B
JSON
44 lines
951 B
JSON
{
|
|
"id": "a1-036-charizard-ex",
|
|
"name": "Charizard ex",
|
|
"card_type": "pokemon",
|
|
"hp": 180,
|
|
"pokemon_type": "fire",
|
|
"stage": "stage_2",
|
|
"variant": "ex",
|
|
"retreat_cost": 2,
|
|
"set_id": "a1",
|
|
"rarity": "double rare",
|
|
"evolves_from": "Charmeleon",
|
|
"attacks": [
|
|
{
|
|
"name": "Slash",
|
|
"cost": [
|
|
"fire",
|
|
"colorless",
|
|
"colorless"
|
|
],
|
|
"damage": 60,
|
|
"damage_display": "60"
|
|
},
|
|
{
|
|
"name": "Crimson Storm",
|
|
"cost": [
|
|
"fire",
|
|
"fire",
|
|
"colorless",
|
|
"colorless"
|
|
],
|
|
"damage": 200,
|
|
"damage_display": "200",
|
|
"effect_description": "Discard 2 Energy from this Pok\u00e9mon."
|
|
}
|
|
],
|
|
"weakness": {
|
|
"energy_type": "water",
|
|
"value": 20
|
|
},
|
|
"illustrator": "PLANETA Mochizuki",
|
|
"image_path": "pokemon/a1/036-charizard-ex.webp",
|
|
"image_url": "https://cdn.mantimon.com/cards/pokemon/a1/036-charizard-ex.webp"
|
|
} |