Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
||
"id": "a1a-084-aerodactyl-ex",
|
||
"name": "Aerodactyl ex",
|
||
"set_code": "a1a",
|
||
"set_name": "Mythical Island",
|
||
"card_number": 84,
|
||
"rarity": "SR",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_002590_01_PTERAex_SAR.webp",
|
||
"image_file": "a1a/084-aerodactyl-ex.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1a/84/aerodactyl-ex/",
|
||
"hp": 140,
|
||
"pokemon_type": "fighting",
|
||
"stage": "stage_1",
|
||
"evolves_from": "Old Amber",
|
||
"is_ex": true,
|
||
"abilities": [
|
||
{
|
||
"name": "Primeval Law",
|
||
"effect_text": "Your opponent can’t play any Pokémon from their hand to evolve their Active Pokémon.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"attacks": [
|
||
{
|
||
"name": "Land Crush",
|
||
"cost": [
|
||
"fighting",
|
||
"colorless"
|
||
],
|
||
"damage": 80,
|
||
"damage_modifier": null,
|
||
"effect_text": null,
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "lightning",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 1,
|
||
"flavor_text": null,
|
||
"illustrator": "danciao"
|
||
} |