Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
39 lines
961 B
JSON
39 lines
961 B
JSON
{
|
||
"id": "a1-165-arbok",
|
||
"name": "Arbok",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 165,
|
||
"rarity": "Uncommon",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_001650_00_ARBOK_U.webp",
|
||
"image_file": "a1/165-arbok.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/165/arbok/",
|
||
"hp": 100,
|
||
"pokemon_type": "darkness",
|
||
"stage": "stage_1",
|
||
"evolves_from": "Ekans",
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Corner",
|
||
"cost": [
|
||
"darkness",
|
||
"colorless"
|
||
],
|
||
"damage": 60,
|
||
"damage_modifier": null,
|
||
"effect_text": "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "fighting",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 1,
|
||
"flavor_text": null,
|
||
"illustrator": "Naoki Saito"
|
||
} |