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.
34 lines
805 B
JSON
34 lines
805 B
JSON
{
|
|
"id": "a1-264-marowak-ex",
|
|
"name": "Marowak ex",
|
|
"card_type": "pokemon",
|
|
"hp": 140,
|
|
"pokemon_type": "fighting",
|
|
"stage": "stage_1",
|
|
"variant": "ex",
|
|
"retreat_cost": 1,
|
|
"set_id": "a1",
|
|
"rarity": "special art rare",
|
|
"evolves_from": "Cubone",
|
|
"attacks": [
|
|
{
|
|
"name": "Bonemerang",
|
|
"cost": [
|
|
"fighting",
|
|
"fighting"
|
|
],
|
|
"damage": 80,
|
|
"damage_display": "80+",
|
|
"effect_description": "Flip 2 coins. This attack does 80 damage for each heads.",
|
|
"effect_params": {
|
|
"damage_modifier": "+"
|
|
}
|
|
}
|
|
],
|
|
"weakness": {
|
|
"energy_type": "grass",
|
|
"value": 20
|
|
},
|
|
"illustrator": "PLANETA Mochizuki",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_001530_00_GARAGARAex_SR.webp"
|
|
} |