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.
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"id": "a1-056-blastoise-ex",
|
|
"name": "Blastoise ex",
|
|
"card_type": "pokemon",
|
|
"hp": 180,
|
|
"pokemon_type": "water",
|
|
"stage": "stage_2",
|
|
"variant": "ex",
|
|
"retreat_cost": 3,
|
|
"set_id": "a1",
|
|
"rarity": "double rare",
|
|
"evolves_from": "Wartortle",
|
|
"attacks": [
|
|
{
|
|
"name": "Surf",
|
|
"cost": [
|
|
"water",
|
|
"colorless"
|
|
],
|
|
"damage": 40,
|
|
"damage_display": "40"
|
|
},
|
|
{
|
|
"name": "Hydro Bazooka",
|
|
"cost": [
|
|
"water",
|
|
"water",
|
|
"colorless"
|
|
],
|
|
"damage": 100,
|
|
"damage_display": "100x",
|
|
"effect_description": "If this Pok\u00e9mon has at least 2 extra Energy attached, this attack does 60 more damage.",
|
|
"effect_params": {
|
|
"damage_modifier": "x"
|
|
}
|
|
}
|
|
],
|
|
"weakness": {
|
|
"energy_type": "lightning",
|
|
"value": 20
|
|
},
|
|
"illustrator": "PLANETA Tsuji",
|
|
"image_path": "pokemon/a1/056-blastoise-ex.webp",
|
|
"image_url": "https://cdn.mantimon.com/cards/pokemon/a1/056-blastoise-ex.webp"
|
|
} |