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
989 B
JSON
40 lines
989 B
JSON
{
|
||
"id": "a1-082-omastar",
|
||
"name": "Omastar",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 82,
|
||
"rarity": "Rare",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000820_00_OMSTAR_R.webp",
|
||
"image_file": "a1/082-omastar.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/82/omastar/",
|
||
"hp": 140,
|
||
"pokemon_type": "water",
|
||
"stage": "stage_2",
|
||
"evolves_from": "Omanyte",
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Ancient Whirlpool",
|
||
"cost": [
|
||
"water",
|
||
"colorless",
|
||
"colorless"
|
||
],
|
||
"damage": 70,
|
||
"damage_modifier": null,
|
||
"effect_text": "During your opponent’s next turn, the Defending Pokémon can’t attack.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "lightning",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 2,
|
||
"flavor_text": null,
|
||
"illustrator": "kirisAki"
|
||
} |