Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
||
"id": "a1-067-cloyster",
|
||
"name": "Cloyster",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 67,
|
||
"rarity": "Uncommon",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000670_00_PARSHEN_U.webp",
|
||
"image_file": "a1/067-cloyster.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/67/cloyster/",
|
||
"hp": 120,
|
||
"pokemon_type": "water",
|
||
"stage": "stage_1",
|
||
"evolves_from": "Shellder",
|
||
"is_ex": false,
|
||
"abilities": [
|
||
{
|
||
"name": "Shell Armor",
|
||
"effect_text": "This Pokémon takes −10 damage from attacks.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"attacks": [
|
||
{
|
||
"name": "Surf",
|
||
"cost": [
|
||
"water",
|
||
"water",
|
||
"colorless"
|
||
],
|
||
"damage": 70,
|
||
"damage_modifier": null,
|
||
"effect_text": null,
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "lightning",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 3,
|
||
"flavor_text": null,
|
||
"illustrator": "Saya Tsuruta"
|
||
} |