Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
||
"id": "a1-243-weezing",
|
||
"name": "Weezing",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 243,
|
||
"rarity": "Art Rare",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_001770_00_MATADOGAS_AR.webp",
|
||
"image_file": "a1/243-weezing.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/243/weezing/",
|
||
"hp": 110,
|
||
"pokemon_type": "darkness",
|
||
"stage": "stage_1",
|
||
"evolves_from": "Koffing",
|
||
"is_ex": false,
|
||
"abilities": [
|
||
{
|
||
"name": "Gas Leak",
|
||
"effect_text": "Once during your turn, if this Pokémon is in the Active Spot, you may make your opponent’s Active Pokémon Poisoned.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"attacks": [
|
||
{
|
||
"name": "Tackle",
|
||
"cost": [
|
||
"darkness"
|
||
],
|
||
"damage": 30,
|
||
"damage_modifier": null,
|
||
"effect_text": null,
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "fighting",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 3,
|
||
"flavor_text": null,
|
||
"illustrator": "KEIICHIRO ITO"
|
||
} |