mantimon-tcg/backend/data/definitions/trainer/a1/268-blaine.json
Cal Corum b78236ac49 Simplify card image URLs to use set-based paths
- Derive image_path from card ID instead of raw data image_file field
- Use simplified CDN paths: /<set>/<card>.webp (e.g., a1/033-charmander.webp)
- Energy cards use basic/<type>.webp paths
- Fix undefined variable bug in transform_trainer_card
- Update tests to match new path format
- Regenerate all 382 card definitions with correct image_url fields
2026-01-27 16:16:51 -06:00

12 lines
519 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "a1-268-blaine",
"name": "Blaine",
"card_type": "trainer",
"trainer_type": "supporter",
"set_id": "a1",
"rarity": "special art rare",
"effect_description": "During this turn, attacks used by your Ninetales , Rapidash , or Magmar do +30 damage to your opponents Active Pokémon. You may play only 1 Supporter card during your turn.",
"illustrator": "GOSSAN",
"image_path": "a1/268-blaine.webp",
"image_url": "https://mantipocket.s3.us-east-1.amazonaws.com/card-images/a1/268-blaine.webp"
}