- 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
36 lines
871 B
JSON
36 lines
871 B
JSON
{
|
|
"id": "a1-055-blastoise",
|
|
"name": "Blastoise",
|
|
"card_type": "pokemon",
|
|
"hp": 150,
|
|
"pokemon_type": "water",
|
|
"stage": "stage_2",
|
|
"variant": "normal",
|
|
"retreat_cost": 3,
|
|
"set_id": "a1",
|
|
"rarity": "rare",
|
|
"evolves_from": "Wartortle",
|
|
"attacks": [
|
|
{
|
|
"name": "Hydro Pump",
|
|
"cost": [
|
|
"water",
|
|
"water",
|
|
"colorless"
|
|
],
|
|
"damage": 80,
|
|
"damage_display": "80x",
|
|
"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": "Nurikabe",
|
|
"image_path": "a1/055-blastoise.webp",
|
|
"image_url": "https://mantipocket.s3.us-east-1.amazonaws.com/card-images/a1/055-blastoise.webp"
|
|
} |