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
930 B
JSON
40 lines
930 B
JSON
{
|
|
"id": "a1-119-slowbro",
|
|
"name": "Slowbro",
|
|
"set_code": "a1",
|
|
"set_name": "Genetic Apex",
|
|
"card_number": 119,
|
|
"rarity": "Uncommon",
|
|
"card_type": "pokemon",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_001190_00_YADORAN_U.webp",
|
|
"image_file": "a1/119-slowbro.webp",
|
|
"source_url": "https://www.pokemon-zone.com/cards/a1/119/slowbro/",
|
|
"hp": 130,
|
|
"pokemon_type": "psychic",
|
|
"stage": "stage_1",
|
|
"evolves_from": "Slowpoke",
|
|
"is_ex": false,
|
|
"abilities": [],
|
|
"attacks": [
|
|
{
|
|
"name": "Super Psy Bolt",
|
|
"cost": [
|
|
"psychic",
|
|
"psychic",
|
|
"colorless"
|
|
],
|
|
"damage": 80,
|
|
"damage_modifier": null,
|
|
"effect_text": null,
|
|
"effect_id": null
|
|
}
|
|
],
|
|
"weakness": {
|
|
"type": "darkness",
|
|
"value": 20
|
|
},
|
|
"resistance": null,
|
|
"retreat_cost": 3,
|
|
"flavor_text": null,
|
|
"illustrator": "Kagemaru Himeno"
|
|
} |