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.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
||
"id": "a1-061-poliwrath",
|
||
"name": "Poliwrath",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 61,
|
||
"rarity": "Rare",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000610_00_NYOROBON_R.webp",
|
||
"image_file": "a1/061-poliwrath.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/61/poliwrath/",
|
||
"hp": 150,
|
||
"pokemon_type": "water",
|
||
"stage": "stage_2",
|
||
"evolves_from": "Poliwhirl",
|
||
"is_ex": false,
|
||
"abilities": [
|
||
{
|
||
"name": "Counterattack",
|
||
"effect_text": "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent’s Pokémon, do 20 damage to the Attacking Pokémon.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"attacks": [
|
||
{
|
||
"name": "Mega Punch",
|
||
"cost": [
|
||
"water",
|
||
"colorless",
|
||
"colorless"
|
||
],
|
||
"damage": 80,
|
||
"damage_modifier": null,
|
||
"effect_text": null,
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "lightning",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 2,
|
||
"flavor_text": null,
|
||
"illustrator": "Akira Komayama"
|
||
} |