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
771 B
JSON
30 lines
771 B
JSON
{
|
||
"id": "a1-140-dugtrio",
|
||
"name": "Dugtrio",
|
||
"card_type": "pokemon",
|
||
"hp": 70,
|
||
"pokemon_type": "fighting",
|
||
"stage": "stage_1",
|
||
"variant": "normal",
|
||
"retreat_cost": 1,
|
||
"set_id": "a1",
|
||
"rarity": "uncommon",
|
||
"evolves_from": "Diglett",
|
||
"attacks": [
|
||
{
|
||
"name": "Dig",
|
||
"cost": [
|
||
"fighting"
|
||
],
|
||
"damage": 40,
|
||
"damage_display": "40",
|
||
"effect_description": "Flip a coin. If heads, during your opponent’s next turn, prevent all damage from—and effects of—attacks done to this Pokémon."
|
||
}
|
||
],
|
||
"weakness": {
|
||
"energy_type": "grass",
|
||
"value": 20
|
||
},
|
||
"illustrator": "Akira Komayama",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_001400_00_DUGTRIO_U.webp"
|
||
} |