mantimon-tcg/backend/data/cards/a1a/082-leaf.json
Cal Corum e82b204849 Complete card scrape for Genetic Apex (A1) and Mythical Island (A1a)
- Fix is_ex detection to only match ' ex' suffix (fixes Exeggutor false positive)
- Fix trainer card detection with specific 'Trainer | Type' pattern
- Improve trainer effect text extraction from content body
- Scrape full A1 set: 286 cards
- Scrape full A1a set: 86 cards
- Total: 372 cards with images (some images failed due to rate limiting)
- Re-scraped affected cards to fix is_ex and trainer type issues
2026-01-26 23:21:08 -06:00

15 lines
591 B
JSON

{
"id": "a1a-082-leaf",
"name": "Leaf",
"set_code": "a1a",
"set_name": "Mythical Island",
"card_number": 82,
"rarity": "Special Art Rare",
"card_type": "trainer",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cTR_20_000230_00_LEAF_SR.webp",
"image_file": "a1a/082-leaf.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1a/82/leaf/",
"trainer_type": "supporter",
"effect_text": "During this turn, the Retreat Cost of your Active Pokémon is 2 less.You may play only 1 Supporter card during your turn.",
"illustrator": "En Morikura"
}