mantimon-tcg/backend/data/raw/a1/253-charizard-ex.json
Cal Corum d1862295e6 Update card JSON data with rarity_tier field
Add rarity_tier to all card definitions in sets a1 and a1a to support
the new pull rate calculation system for booster packs.
2026-01-31 15:43:19 -06:00

53 lines
1.2 KiB
JSON

{
"id": "a1-253-charizard-ex",
"name": "Charizard ex",
"set_code": "a1",
"set_name": "Genetic Apex",
"card_number": 253,
"rarity": "Special Art Rare",
"card_type": "pokemon",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_000360_00_LIZARDONex_SR.webp",
"image_file": "a1/253-charizard-ex.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1/253/charizard-ex/",
"hp": 180,
"pokemon_type": "fire",
"stage": "stage_2",
"evolves_from": "Charmeleon",
"is_ex": true,
"abilities": [],
"attacks": [
{
"name": "Slash",
"cost": [
"fire",
"colorless",
"colorless"
],
"damage": 60,
"damage_modifier": null,
"effect_text": null,
"effect_id": null
},
{
"name": "Crimson Storm",
"cost": [
"fire",
"fire",
"colorless",
"colorless"
],
"damage": 200,
"damage_modifier": null,
"effect_text": "Discard 2 Fire Energy from this Pokémon.",
"effect_id": null
}
],
"weakness": {
"type": "water",
"value": 20
},
"resistance": null,
"retreat_cost": 2,
"flavor_text": null,
"illustrator": "PLANETA CG Works"
}