Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
||
"id": "a1-089-greninja",
|
||
"name": "Greninja",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 89,
|
||
"rarity": "Rare",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000890_00_GEKKOUGA_R.webp",
|
||
"image_file": "a1/089-greninja.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/89/greninja/",
|
||
"hp": 120,
|
||
"pokemon_type": "water",
|
||
"stage": "stage_2",
|
||
"evolves_from": "Frogadier",
|
||
"is_ex": false,
|
||
"abilities": [
|
||
{
|
||
"name": "Water Shuriken",
|
||
"effect_text": "Once during your turn, you may do 20 damage to 1 of your opponent’s Pokémon.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"attacks": [
|
||
{
|
||
"name": "Mist Slash",
|
||
"cost": [
|
||
"water",
|
||
"colorless"
|
||
],
|
||
"damage": 60,
|
||
"damage_modifier": null,
|
||
"effect_text": null,
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "lightning",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 1,
|
||
"flavor_text": null,
|
||
"illustrator": "5ban Graphics"
|
||
} |