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
1000 B
JSON
39 lines
1000 B
JSON
{
|
||
"id": "a1a-055-scolipede",
|
||
"name": "Scolipede",
|
||
"set_code": "a1a",
|
||
"set_name": "Mythical Island",
|
||
"card_number": 55,
|
||
"rarity": "Uncommon",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002680_00_PENDROR_U.webp",
|
||
"image_file": "a1a/055-scolipede.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1a/55/scolipede/",
|
||
"hp": 140,
|
||
"pokemon_type": "darkness",
|
||
"stage": "stage_2",
|
||
"evolves_from": "Whirlipede",
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Venoshock",
|
||
"cost": [
|
||
"darkness",
|
||
"colorless"
|
||
],
|
||
"damage": 70,
|
||
"damage_modifier": "x",
|
||
"effect_text": "If your opponent’s Active Pokémon is Poisoned, this attack does 50 more damage.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "fighting",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 2,
|
||
"flavor_text": null,
|
||
"illustrator": "5ban Graphics"
|
||
} |