Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
41 lines
971 B
JSON
41 lines
971 B
JSON
{
|
|
"id": "a1-035-charizard",
|
|
"name": "Charizard",
|
|
"set_code": "a1",
|
|
"set_name": "Genetic Apex",
|
|
"card_number": 35,
|
|
"rarity": "Rare",
|
|
"card_type": "pokemon",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000350_00_LIZARDON_R.webp",
|
|
"image_file": "a1/035-charizard.webp",
|
|
"source_url": "https://www.pokemon-zone.com/cards/a1/35/charizard/",
|
|
"hp": 150,
|
|
"pokemon_type": "fire",
|
|
"stage": "stage_2",
|
|
"evolves_from": "Charmeleon",
|
|
"is_ex": false,
|
|
"abilities": [],
|
|
"attacks": [
|
|
{
|
|
"name": "Fire Spin",
|
|
"cost": [
|
|
"fire",
|
|
"fire",
|
|
"colorless",
|
|
"colorless"
|
|
],
|
|
"damage": 150,
|
|
"damage_modifier": null,
|
|
"effect_text": "Discard 2 Fire Energy from this Pokémon.",
|
|
"effect_id": null
|
|
}
|
|
],
|
|
"weakness": {
|
|
"type": "water",
|
|
"value": 20
|
|
},
|
|
"resistance": null,
|
|
"retreat_cost": 2,
|
|
"flavor_text": null,
|
|
"illustrator": "takuyoa"
|
|
} |