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.
33 lines
737 B
JSON
33 lines
737 B
JSON
{
|
|
"id": "a1-229-pinsir",
|
|
"name": "Pinsir",
|
|
"card_type": "pokemon",
|
|
"hp": 90,
|
|
"pokemon_type": "grass",
|
|
"stage": "basic",
|
|
"variant": "normal",
|
|
"retreat_cost": 2,
|
|
"set_id": "a1",
|
|
"rarity": "art rare",
|
|
"attacks": [
|
|
{
|
|
"name": "Double Horn",
|
|
"cost": [
|
|
"grass",
|
|
"grass"
|
|
],
|
|
"damage": 50,
|
|
"damage_display": "50+",
|
|
"effect_description": "Flip 2 coins. This attack does 50 damage for each heads.",
|
|
"effect_params": {
|
|
"damage_modifier": "+"
|
|
}
|
|
}
|
|
],
|
|
"weakness": {
|
|
"energy_type": "fire",
|
|
"value": 20
|
|
},
|
|
"illustrator": "Scav",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_000260_00_KAILIOS_AR.webp"
|
|
} |