- 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
30 lines
653 B
JSON
30 lines
653 B
JSON
{
|
|
"id": "a1-088-frogadier",
|
|
"name": "Frogadier",
|
|
"card_type": "pokemon",
|
|
"hp": 80,
|
|
"pokemon_type": "water",
|
|
"stage": "stage_1",
|
|
"variant": "normal",
|
|
"retreat_cost": 1,
|
|
"set_id": "a1",
|
|
"rarity": "uncommon",
|
|
"evolves_from": "Froakie",
|
|
"attacks": [
|
|
{
|
|
"name": "Water Drip",
|
|
"cost": [
|
|
"colorless"
|
|
],
|
|
"damage": 30,
|
|
"damage_display": "30"
|
|
}
|
|
],
|
|
"weakness": {
|
|
"energy_type": "lightning",
|
|
"value": 20
|
|
},
|
|
"illustrator": "Akira Komayama",
|
|
"image_path": "a1/088-frogadier.webp",
|
|
"image_url": "https://mantipocket.s3.us-east-1.amazonaws.com/card-images/a1/088-frogadier.webp"
|
|
} |