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
897 B
JSON
40 lines
897 B
JSON
{
|
|
"id": "a1-065-dewgong",
|
|
"name": "Dewgong",
|
|
"set_code": "a1",
|
|
"set_name": "Genetic Apex",
|
|
"card_number": 65,
|
|
"rarity": "Uncommon",
|
|
"card_type": "pokemon",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000650_00_JUGON_U.webp",
|
|
"image_file": "a1/065-dewgong.webp",
|
|
"source_url": "https://www.pokemon-zone.com/cards/a1/65/dewgong/",
|
|
"hp": 120,
|
|
"pokemon_type": "water",
|
|
"stage": "stage_1",
|
|
"evolves_from": "Seel",
|
|
"is_ex": false,
|
|
"abilities": [],
|
|
"attacks": [
|
|
{
|
|
"name": "Surf",
|
|
"cost": [
|
|
"water",
|
|
"water",
|
|
"water"
|
|
],
|
|
"damage": 90,
|
|
"damage_modifier": null,
|
|
"effect_text": null,
|
|
"effect_id": null
|
|
}
|
|
],
|
|
"weakness": {
|
|
"type": "lightning",
|
|
"value": 20
|
|
},
|
|
"resistance": null,
|
|
"retreat_cost": 3,
|
|
"flavor_text": null,
|
|
"illustrator": "Kanako Eo"
|
|
} |