mantimon-tcg/backend/data/definitions/pokemon/a1/256-blastoise-ex.json
Cal Corum b78236ac49 Simplify card image URLs to use set-based paths
- Derive image_path from card ID instead of raw data image_file field
- Use simplified CDN paths: /<set>/<card>.webp (e.g., a1/033-charmander.webp)
- Energy cards use basic/<type>.webp paths
- Fix undefined variable bug in transform_trainer_card
- Update tests to match new path format
- Regenerate all 382 card definitions with correct image_url fields
2026-01-27 16:16:51 -06:00

45 lines
1.0 KiB
JSON

{
"id": "a1-256-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": "special art 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émon has at least 2 extra Water Energy attached, this attack does 60 more damage.",
"effect_params": {
"damage_modifier": "x"
}
}
],
"weakness": {
"energy_type": "lightning",
"value": 20
},
"illustrator": "PLANETA CG Works",
"image_path": "a1/256-blastoise-ex.webp",
"image_url": "https://mantipocket.s3.us-east-1.amazonaws.com/card-images/a1/256-blastoise-ex.webp"
}