Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
||
"id": "a1-084-articuno-ex",
|
||
"name": "Articuno ex",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 84,
|
||
"rarity": "Double Rare",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000840_00_FREEZERex_RR.webp",
|
||
"image_file": "a1/084-articuno-ex.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/84/articuno-ex/",
|
||
"hp": 140,
|
||
"pokemon_type": "water",
|
||
"stage": "basic",
|
||
"evolves_from": null,
|
||
"is_ex": true,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Ice Wing",
|
||
"cost": [
|
||
"water",
|
||
"colorless"
|
||
],
|
||
"damage": 40,
|
||
"damage_modifier": null,
|
||
"effect_text": null,
|
||
"effect_id": null
|
||
},
|
||
{
|
||
"name": "Blizzard",
|
||
"cost": [
|
||
"water",
|
||
"water",
|
||
"water"
|
||
],
|
||
"damage": 80,
|
||
"damage_modifier": null,
|
||
"effect_text": "This attack also does 10 damage to each of your opponent’s Benched Pokémon.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "lightning",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 2,
|
||
"flavor_text": null,
|
||
"illustrator": "PLANETA Saito"
|
||
} |