mantimon-tcg/backend/data/raw/a1a/059-pidgeot-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

40 lines
1.0 KiB
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": "a1a-059-pidgeot-ex",
"name": "Pidgeot ex",
"set_code": "a1a",
"set_name": "Mythical Island",
"card_number": 59,
"rarity": "Double Rare",
"card_type": "pokemon",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002720_00_PIGEOTex_RR.webp",
"image_file": "a1a/059-pidgeot-ex.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1a/59/pidgeot-ex/",
"hp": 170,
"pokemon_type": "colorless",
"stage": "stage_2",
"evolves_from": "Pidgeotto",
"is_ex": true,
"abilities": [],
"attacks": [
{
"name": "Scattering Cyclone",
"cost": [
"colorless",
"colorless",
"colorless"
],
"damage": 80,
"damage_modifier": "x",
"effect_text": "This attack does 20 more damage for each of your opponents Benched Pokémon.",
"effect_id": null
}
],
"weakness": {
"type": "lightning",
"value": 20
},
"resistance": null,
"retreat_cost": 1,
"flavor_text": null,
"illustrator": "PLANETA CG Works"
}