Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"id": "a1-104-zapdos-ex",
|
|
"name": "Zapdos ex",
|
|
"set_code": "a1",
|
|
"set_name": "Genetic Apex",
|
|
"card_number": 104,
|
|
"rarity": "Double Rare",
|
|
"card_type": "pokemon",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_001040_00_THUNDERex_RR.webp",
|
|
"image_file": "a1/104-zapdos-ex.webp",
|
|
"source_url": "https://www.pokemon-zone.com/cards/a1/104/zapdos-ex/",
|
|
"hp": 130,
|
|
"pokemon_type": "lightning",
|
|
"stage": "basic",
|
|
"evolves_from": null,
|
|
"is_ex": true,
|
|
"abilities": [],
|
|
"attacks": [
|
|
{
|
|
"name": "Peck",
|
|
"cost": [
|
|
"lightning"
|
|
],
|
|
"damage": 20,
|
|
"damage_modifier": null,
|
|
"effect_text": null,
|
|
"effect_id": null
|
|
},
|
|
{
|
|
"name": "Thundering Hurricane",
|
|
"cost": [
|
|
"lightning",
|
|
"lightning",
|
|
"lightning"
|
|
],
|
|
"damage": 50,
|
|
"damage_modifier": "+",
|
|
"effect_text": "Flip 4 coins. This attack does 50 damage for each heads.",
|
|
"effect_id": null
|
|
}
|
|
],
|
|
"weakness": {
|
|
"type": "lightning",
|
|
"value": 20
|
|
},
|
|
"resistance": null,
|
|
"retreat_cost": 1,
|
|
"flavor_text": null,
|
|
"illustrator": "PLANETA CG Works"
|
|
} |