mantimon-tcg/backend/data/raw/a1a/011-rapidash.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

39 lines
954 B
JSON

{
"id": "a1a-011-rapidash",
"name": "Rapidash",
"set_code": "a1a",
"set_name": "Mythical Island",
"card_number": 11,
"rarity": "Uncommon",
"card_type": "pokemon",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002250_00_GALLOP_U.webp",
"image_file": "a1a/011-rapidash.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1a/11/rapidash/",
"hp": 100,
"pokemon_type": "fire",
"stage": "stage_1",
"evolves_from": "Ponyta",
"is_ex": false,
"abilities": [],
"attacks": [
{
"name": "Rising Lunge",
"cost": [
"fire",
"colorless"
],
"damage": 40,
"damage_modifier": "x",
"effect_text": "Flip a coin. If heads, this attack does 60 more damage.",
"effect_id": null
}
],
"weakness": {
"type": "water",
"value": 20
},
"resistance": null,
"retreat_cost": 1,
"flavor_text": null,
"illustrator": "AKIRA EGAWA"
}