mantimon-tcg/backend/data/raw/a1/247-ditto.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
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": "a1-247-ditto",
"name": "Ditto",
"set_code": "a1",
"set_name": "Genetic Apex",
"card_number": 247,
"rarity": "Art Rare",
"card_type": "pokemon",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_002050_00_METAMON_AR.webp",
"image_file": "a1/247-ditto.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1/247/ditto/",
"hp": 70,
"pokemon_type": "colorless",
"stage": "basic",
"evolves_from": null,
"is_ex": false,
"abilities": [],
"attacks": [
{
"name": "Copy Anything",
"cost": [
"colorless"
],
"damage": null,
"damage_modifier": null,
"effect_text": "Choose 1 of your opponents Pokémons attacks and use it as this attack. If this Pokémon doesnt have the necessary Energy to use that attack, this attack does nothing.",
"effect_id": null
}
],
"weakness": {
"type": "fighting",
"value": 20
},
"resistance": null,
"retreat_cost": 1,
"flavor_text": null,
"illustrator": "Jerky"
}