Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"id": "a1-004-venusaur-ex",
|
|
"name": "Venusaur ex",
|
|
"set_code": "a1",
|
|
"set_name": "Genetic Apex",
|
|
"card_number": 4,
|
|
"rarity": "Double Rare",
|
|
"card_type": "pokemon",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000040_00_FUSHIGIBANAex_RR.webp",
|
|
"image_file": "a1/004-venusaur-ex.webp",
|
|
"source_url": "https://www.pokemon-zone.com/cards/a1/4/venusaur-ex/",
|
|
"hp": 190,
|
|
"pokemon_type": "grass",
|
|
"stage": "stage_2",
|
|
"evolves_from": "Ivysaur",
|
|
"is_ex": true,
|
|
"abilities": [],
|
|
"attacks": [
|
|
{
|
|
"name": "Razor Leaf",
|
|
"cost": [
|
|
"grass",
|
|
"colorless",
|
|
"colorless"
|
|
],
|
|
"damage": 60,
|
|
"damage_modifier": null,
|
|
"effect_text": null,
|
|
"effect_id": null
|
|
},
|
|
{
|
|
"name": "Giant Bloom",
|
|
"cost": [
|
|
"grass",
|
|
"grass",
|
|
"colorless",
|
|
"colorless"
|
|
],
|
|
"damage": 100,
|
|
"damage_modifier": null,
|
|
"effect_text": "Heal 30 damage from this Pokémon.",
|
|
"effect_id": null
|
|
}
|
|
],
|
|
"weakness": {
|
|
"type": "fire",
|
|
"value": 20
|
|
},
|
|
"resistance": null,
|
|
"retreat_cost": 3,
|
|
"flavor_text": null,
|
|
"illustrator": "PLANETA CG Works"
|
|
} |