- 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
847 B
JSON
36 lines
847 B
JSON
{
|
||
"id": "a1-175-muk",
|
||
"name": "Muk",
|
||
"card_type": "pokemon",
|
||
"hp": 130,
|
||
"pokemon_type": "darkness",
|
||
"stage": "stage_1",
|
||
"variant": "normal",
|
||
"retreat_cost": 3,
|
||
"set_id": "a1",
|
||
"rarity": "rare",
|
||
"evolves_from": "Grimer",
|
||
"attacks": [
|
||
{
|
||
"name": "Venoshock",
|
||
"cost": [
|
||
"darkness",
|
||
"darkness",
|
||
"colorless"
|
||
],
|
||
"damage": 70,
|
||
"damage_display": "70x",
|
||
"effect_description": "If your opponent’s Active Pokémon is Poisoned, this attack does 50 more damage.",
|
||
"effect_params": {
|
||
"damage_modifier": "x"
|
||
}
|
||
}
|
||
],
|
||
"weakness": {
|
||
"energy_type": "fighting",
|
||
"value": 20
|
||
},
|
||
"illustrator": "Hajime Kusajima",
|
||
"image_path": "a1/175-muk.webp",
|
||
"image_url": "https://mantipocket.s3.us-east-1.amazonaws.com/card-images/a1/175-muk.webp"
|
||
} |