mantimon-tcg/backend/data/raw/a1/252-exeggutor-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

38 lines
964 B
JSON

{
"id": "a1-252-exeggutor-ex",
"name": "Exeggutor ex",
"set_code": "a1",
"set_name": "Genetic Apex",
"card_number": 252,
"rarity": "Special Art Rare",
"card_type": "pokemon",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_000230_00_NASSYex_SR.webp",
"image_file": "a1/252-exeggutor-ex.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1/252/exeggutor-ex/",
"hp": 160,
"pokemon_type": "grass",
"stage": "stage_1",
"evolves_from": "Exeggcute",
"is_ex": true,
"abilities": [],
"attacks": [
{
"name": "Tropical Swing",
"cost": [
"grass"
],
"damage": 40,
"damage_modifier": "x",
"effect_text": "Flip a coin. If heads, this attack does 40 more damage.",
"effect_id": null
}
],
"weakness": {
"type": "fire",
"value": 20
},
"resistance": null,
"retreat_cost": 3,
"flavor_text": null,
"illustrator": "PLANETA CG Works"
}