The converter now falls back to using the source image_url from raw data when image_file is not available (images not downloaded locally). - Pokemon cards: use source image_url when image_file is null - Trainer cards: same fallback behavior - Regenerated all 382 card definitions with image URLs Images point to pokemon-zone.com assets for now. When we host our own images, cards with image_file will use our CDN instead.
38 lines
902 B
JSON
38 lines
902 B
JSON
{
|
|
"id": "a1-274-moltres-ex",
|
|
"name": "Moltres ex",
|
|
"card_type": "pokemon",
|
|
"hp": 140,
|
|
"pokemon_type": "fire",
|
|
"stage": "basic",
|
|
"variant": "ex",
|
|
"retreat_cost": 2,
|
|
"set_id": "a1",
|
|
"rarity": "sr",
|
|
"attacks": [
|
|
{
|
|
"name": "Inferno Dance",
|
|
"cost": [
|
|
"fire"
|
|
],
|
|
"damage": 0,
|
|
"effect_description": "Flip 3 coins. Take an amount of Fire Energy from your Energy Zone equal to the number of heads and attach it to your Benched Fire Pokémon in any way you like."
|
|
},
|
|
{
|
|
"name": "Heat Blast",
|
|
"cost": [
|
|
"fire",
|
|
"colorless",
|
|
"colorless"
|
|
],
|
|
"damage": 70,
|
|
"damage_display": "70"
|
|
}
|
|
],
|
|
"weakness": {
|
|
"energy_type": "lightning",
|
|
"value": 20
|
|
},
|
|
"illustrator": "hncl",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_000470_01_FIREex_SAR.webp"
|
|
} |