mantimon-tcg/backend/data/raw/a1/262-mewtwo-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

52 lines
1.2 KiB
JSON

{
"id": "a1-262-mewtwo-ex",
"name": "Mewtwo ex",
"set_code": "a1",
"set_name": "Genetic Apex",
"card_number": 262,
"rarity": "Special Art Rare",
"card_type": "pokemon",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_001290_00_MEWTWOex_SR.webp",
"image_file": "a1/262-mewtwo-ex.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1/262/mewtwo-ex/",
"hp": 150,
"pokemon_type": "psychic",
"stage": "basic",
"evolves_from": null,
"is_ex": true,
"abilities": [],
"attacks": [
{
"name": "Psychic Sphere",
"cost": [
"psychic",
"colorless"
],
"damage": 50,
"damage_modifier": null,
"effect_text": null,
"effect_id": null
},
{
"name": "Psydrive",
"cost": [
"psychic",
"psychic",
"colorless",
"colorless"
],
"damage": 150,
"damage_modifier": null,
"effect_text": "Discard 2 Psychic Energy from this Pokémon.",
"effect_id": null
}
],
"weakness": {
"type": "darkness",
"value": 20
},
"resistance": null,
"retreat_cost": 2,
"flavor_text": null,
"illustrator": "PLANETA Mochizuki"
}