Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
41 lines
1021 B
JSON
41 lines
1021 B
JSON
{
|
||
"id": "a1a-045-golem",
|
||
"name": "Golem",
|
||
"set_code": "a1a",
|
||
"set_name": "Mythical Island",
|
||
"card_number": 45,
|
||
"rarity": "Rare",
|
||
"card_type": "pokemon",
|
||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002580_00_GOLONYA_R.webp",
|
||
"image_file": "a1a/045-golem.webp",
|
||
"source_url": "https://www.pokemon-zone.com/cards/a1a/45/golem/",
|
||
"hp": 160,
|
||
"pokemon_type": "fighting",
|
||
"stage": "stage_2",
|
||
"evolves_from": "Graveler",
|
||
"is_ex": false,
|
||
"abilities": [],
|
||
"attacks": [
|
||
{
|
||
"name": "Guard Press",
|
||
"cost": [
|
||
"fighting",
|
||
"fighting",
|
||
"fighting",
|
||
"colorless"
|
||
],
|
||
"damage": 120,
|
||
"damage_modifier": null,
|
||
"effect_text": "During your opponent’s next turn, this Pokémon takes −30 damage from attacks.",
|
||
"effect_id": null
|
||
}
|
||
],
|
||
"weakness": {
|
||
"type": "grass",
|
||
"value": 20
|
||
},
|
||
"resistance": null,
|
||
"retreat_cost": 3,
|
||
"flavor_text": null,
|
||
"illustrator": "Masakazu Fukuda"
|
||
} |