Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
39 lines
967 B
JSON
39 lines
967 B
JSON
{
|
||
"id": "a1a-021-lumineon",
|
||
"name": "Lumineon",
|
||
"set_code": "a1a",
|
||
"set_name": "Mythical Island",
|
||
"card_number": 21,
|
||
"rarity": "Uncommon",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002350_00_NEOLANT_U.webp",
|
||
"image_file": "a1a/021-lumineon.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1a/21/lumineon/",
|
||
"hp": 80,
|
||
"pokemon_type": "water",
|
||
"stage": "stage_1",
|
||
"evolves_from": "Finneon",
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Aqua Liner",
|
||
"cost": [
|
||
"water",
|
||
"water"
|
||
],
|
||
"damage": null,
|
||
"damage_modifier": null,
|
||
"effect_text": "This attack does 50 damage to 1 of your opponent’s Benched Pokémon.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "lightning",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 0,
|
||
"flavor_text": null,
|
||
"illustrator": "Sekio"
|
||
} |