- 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
37 lines
904 B
JSON
37 lines
904 B
JSON
{
|
||
"id": "a1a-002-exeggutor",
|
||
"name": "Exeggutor",
|
||
"card_type": "pokemon",
|
||
"hp": 130,
|
||
"pokemon_type": "grass",
|
||
"stage": "stage_1",
|
||
"variant": "normal",
|
||
"retreat_cost": 3,
|
||
"set_id": "a1a",
|
||
"rarity": "uncommon",
|
||
"evolves_from": "Exeggcute",
|
||
"attacks": [
|
||
{
|
||
"name": "Psychic",
|
||
"cost": [
|
||
"grass",
|
||
"colorless",
|
||
"colorless",
|
||
"colorless"
|
||
],
|
||
"damage": 80,
|
||
"damage_display": "80x",
|
||
"effect_description": "This attack does 20 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||
"effect_params": {
|
||
"damage_modifier": "x"
|
||
}
|
||
}
|
||
],
|
||
"weakness": {
|
||
"energy_type": "fire",
|
||
"value": 20
|
||
},
|
||
"illustrator": "Masakazu Fukuda",
|
||
"image_path": "a1a/002-exeggutor.webp",
|
||
"image_url": "https://mantipocket.s3.us-east-1.amazonaws.com/card-images/a1a/002-exeggutor.webp"
|
||
} |