mantimon-tcg/backend/data/cards/a1/001-bulbasaur.json
Cal Corum 5e1229aa7c Add image download support to card scraper
- Add --images flag to download images during scraping
- Add --download-images command to fetch images for existing card data
- Images saved to data/images/{set}/ directory
- Card JSON updated with image_file field (relative path)
- Uses Referer header for asset server compatibility
- Supports skip-if-exists for incremental downloads
2026-01-26 22:55:13 -06:00

39 lines
891 B
JSON

{
"id": "a1-001-bulbasaur",
"name": "Bulbasaur",
"set_code": "a1",
"set_name": "Genetic Apex",
"card_number": 1,
"rarity": "Common",
"card_type": "pokemon",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000010_00_FUSHIGIDANE_C.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1/1/bulbasaur/",
"hp": 70,
"pokemon_type": "grass",
"stage": "basic",
"evolves_from": null,
"is_ex": false,
"abilities": [],
"attacks": [
{
"name": "Vine Whip",
"cost": [
"grass",
"colorless"
],
"damage": 40,
"damage_modifier": null,
"effect_text": null,
"effect_id": null
}
],
"weakness": {
"type": "fire",
"value": 20
},
"resistance": null,
"retreat_cost": 1,
"flavor_text": null,
"illustrator": "Narumi Sato",
"image_file": "a1/001-bulbasaur.webp"
}