mantimon-tcg/backend/data/definitions/pokemon/a1/098-magneton.json
Cal Corum e237a0deb6 Add image_url to card definitions from source data
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.
2026-01-27 15:55:10 -06:00

39 lines
920 B
JSON

{
"id": "a1-098-magneton",
"name": "Magneton",
"card_type": "pokemon",
"hp": 80,
"pokemon_type": "lightning",
"stage": "stage_1",
"variant": "normal",
"retreat_cost": 2,
"set_id": "a1",
"rarity": "rare",
"evolves_from": "Magnemite",
"attacks": [
{
"name": "Spinning Attack",
"cost": [
"lightning",
"colorless",
"colorless",
"colorless"
],
"damage": 60,
"damage_display": "60"
}
],
"abilities": [
{
"name": "Volt Charge",
"effect_id": "unimplemented",
"effect_description": "Once during your turn, you may take a Lightning Energy from your Energy Zone and attach it to this Pokémon."
}
],
"weakness": {
"energy_type": "fighting",
"value": 20
},
"illustrator": "kirisAki",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000980_00_RARECOIL_R.webp"
}