Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
40 lines
1015 B
JSON
40 lines
1015 B
JSON
{
|
||
"id": "a1-236-alakazam",
|
||
"name": "Alakazam",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 236,
|
||
"rarity": "Art Rare",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_001170_00_FOODIN_AR.webp",
|
||
"image_file": "a1/236-alakazam.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/236/alakazam/",
|
||
"hp": 130,
|
||
"pokemon_type": "psychic",
|
||
"stage": "stage_2",
|
||
"evolves_from": "Kadabra",
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Psychic",
|
||
"cost": [
|
||
"psychic",
|
||
"colorless",
|
||
"colorless"
|
||
],
|
||
"damage": 60,
|
||
"damage_modifier": "x",
|
||
"effect_text": "This attack does 30 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "darkness",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 2,
|
||
"flavor_text": null,
|
||
"illustrator": "AKIRA EGAWA"
|
||
} |