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
969 B
JSON
39 lines
969 B
JSON
{
|
||
"id": "a1-127-jynx",
|
||
"name": "Jynx",
|
||
"set_code": "a1",
|
||
"set_name": "Genetic Apex",
|
||
"card_number": 127,
|
||
"rarity": "Common",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_001270_00_ROUGELA_C.webp",
|
||
"image_file": "a1/127-jynx.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1/127/jynx/",
|
||
"hp": 80,
|
||
"pokemon_type": "psychic",
|
||
"stage": "basic",
|
||
"evolves_from": null,
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Psychic",
|
||
"cost": [
|
||
"psychic",
|
||
"colorless"
|
||
],
|
||
"damage": 30,
|
||
"damage_modifier": "x",
|
||
"effect_text": "This attack does 20 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "darkness",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 1,
|
||
"flavor_text": null,
|
||
"illustrator": "Oswaldo KATO"
|
||
} |