- 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
34 lines
870 B
JSON
34 lines
870 B
JSON
{
|
||
"id": "a1a-074-marshadow",
|
||
"name": "Marshadow",
|
||
"card_type": "pokemon",
|
||
"hp": 80,
|
||
"pokemon_type": "fighting",
|
||
"stage": "basic",
|
||
"variant": "normal",
|
||
"retreat_cost": 1,
|
||
"set_id": "a1a",
|
||
"rarity": "art rare",
|
||
"attacks": [
|
||
{
|
||
"name": "Revenge",
|
||
"cost": [
|
||
"fighting",
|
||
"colorless"
|
||
],
|
||
"damage": 40,
|
||
"damage_display": "40x",
|
||
"effect_description": "If any of your Pokémon were Knocked Out by damage from an attack during your opponent’s last turn, this attack does 60 more damage.",
|
||
"effect_params": {
|
||
"damage_modifier": "x"
|
||
}
|
||
}
|
||
],
|
||
"weakness": {
|
||
"energy_type": "psychic",
|
||
"value": 20
|
||
},
|
||
"illustrator": "OKACHEKE",
|
||
"image_path": "a1a/074-marshadow.webp",
|
||
"image_url": "https://mantipocket.s3.us-east-1.amazonaws.com/card-images/a1a/074-marshadow.webp"
|
||
} |