Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
38 lines
1022 B
JSON
38 lines
1022 B
JSON
{
|
||
"id": "a1-244-dragonite",
|
||
"name": "Dragonite",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 244,
|
||
"rarity": "Art Rare",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_001850_00_KAIRYU_AR.webp",
|
||
"image_file": "a1/244-dragonite.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/244/dragonite/",
|
||
"hp": 160,
|
||
"pokemon_type": "dragon",
|
||
"stage": "stage_2",
|
||
"evolves_from": "Dragonair",
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Draco Meteor",
|
||
"cost": [
|
||
"water",
|
||
"lightning",
|
||
"colorless",
|
||
"colorless"
|
||
],
|
||
"damage": null,
|
||
"damage_modifier": null,
|
||
"effect_text": "1 of your opponent’s Pokémon is chosen at random 4 times. For each time a Pokémon was chosen, do 50 damage to it.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": null,
|
||
"resistance": null,
|
||
"retreat_cost": 3,
|
||
"flavor_text": null,
|
||
"illustrator": "Gemi"
|
||
} |