mantimon-tcg/backend/data/raw/a1a/017-magikarp.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
932 B
JSON

{
"id": "a1a-017-magikarp",
"name": "Magikarp",
"set_code": "a1a",
"set_name": "Mythical Island",
"card_number": 17,
"rarity": "Common",
"card_type": "pokemon",
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002310_00_KOIKING_C.webp",
"image_file": "a1a/017-magikarp.webp",
"source_url": "https://www.pokemon-zone.com/cards/a1a/17/magikarp/",
"hp": 30,
"pokemon_type": "water",
"stage": "basic",
"evolves_from": null,
"is_ex": false,
"abilities": [],
"attacks": [
{
"name": "Leap Out",
"cost": [
"water"
],
"damage": null,
"damage_modifier": null,
"effect_text": "Switch this Pokémon with 1 of your Benched Pokémon.",
"effect_id": null
}
],
"weakness": {
"type": "lightning",
"value": 20
},
"resistance": null,
"retreat_cost": 1,
"flavor_text": null,
"illustrator": "Mitsuhiro Arita"
}