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
956 B
JSON
38 lines
956 B
JSON
{
|
||
"id": "a1a-035-beheeyem",
|
||
"name": "Beheeyem",
|
||
"set_code": "a1a",
|
||
"set_name": "Mythical Island",
|
||
"card_number": 35,
|
||
"rarity": "Uncommon",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002500_00_OHBEM_U.webp",
|
||
"image_file": "a1a/035-beheeyem.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1a/35/beheeyem/",
|
||
"hp": 90,
|
||
"pokemon_type": "psychic",
|
||
"stage": "stage_1",
|
||
"evolves_from": "Elgyem",
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Mind Jack",
|
||
"cost": [
|
||
"psychic"
|
||
],
|
||
"damage": 10,
|
||
"damage_modifier": "x",
|
||
"effect_text": "This attack does 20 more damage for each of your opponent’s Benched Pokémon.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "darkness",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 1,
|
||
"flavor_text": null,
|
||
"illustrator": "sowsow"
|
||
} |