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.
30 lines
646 B
JSON
30 lines
646 B
JSON
{
|
|
"id": "a1-257-starmie-ex",
|
|
"name": "Starmie ex",
|
|
"card_type": "pokemon",
|
|
"hp": 130,
|
|
"pokemon_type": "water",
|
|
"stage": "stage_1",
|
|
"variant": "ex",
|
|
"retreat_cost": 0,
|
|
"set_id": "a1",
|
|
"rarity": "special art rare",
|
|
"evolves_from": "Staryu",
|
|
"attacks": [
|
|
{
|
|
"name": "Hydro Splash",
|
|
"cost": [
|
|
"water",
|
|
"water"
|
|
],
|
|
"damage": 90,
|
|
"damage_display": "90"
|
|
}
|
|
],
|
|
"weakness": {
|
|
"energy_type": "lightning",
|
|
"value": 20
|
|
},
|
|
"illustrator": "PLANETA Igarashi",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_000760_00_STARMIEex_SR.webp"
|
|
} |