mantimon-tcg/backend/data/definitions/pokemon/a1a/006-serperior.json
Cal Corum c6e3695760 Fix card data pipeline: fossil cards and text artifacts
Scraper fixes:
- Detect fossil cards (Helix/Dome Fossil, Old Amber) as Trainer/Item cards
- Add text artifact cleaning for stripped energy icons:
  - 'aEnergy' -> 'an Energy'
  - 'extraEnergy' -> 'extra Energy'
  - 'BenchedPokémon' -> 'Benched Pokémon'
  - And 20+ other common patterns

Converter improvements:
- Add evolution chain validation to detect broken evolves_from references
- Track conversion errors and validation warnings in _index.json
- Return errors from convert_set() for better debugging

Data fixes:
- Fixed 4 fossil cards (now correctly typed as trainer/item)
- Fixed text artifacts in 46 raw card files
- Regenerated all 382 card definitions
- All evolution chains now valid

Added fix_raw_text.py utility script for batch text cleanup.
2026-01-27 14:37:03 -06:00

40 lines
912 B
JSON

{
"id": "a1a-006-serperior",
"name": "Serperior",
"card_type": "pokemon",
"hp": 110,
"pokemon_type": "grass",
"stage": "stage_2",
"variant": "normal",
"retreat_cost": 2,
"set_id": "a1a",
"rarity": "rare",
"evolves_from": "Servine",
"attacks": [
{
"name": "Solar Beam",
"cost": [
"grass",
"colorless",
"colorless",
"colorless"
],
"damage": 70,
"damage_display": "70"
}
],
"abilities": [
{
"name": "Jungle Totem",
"effect_id": "unimplemented",
"effect_description": "EachEnergy attached to your Pok\u00e9mon provides 2 Energy. This effect doesn\u2019t stack."
}
],
"weakness": {
"energy_type": "fire",
"value": 20
},
"illustrator": "Yoshioka",
"image_path": "pokemon/a1a/006-serperior.webp",
"image_url": "https://cdn.mantimon.com/cards/pokemon/a1a/006-serperior.webp"
}