Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
40 lines
950 B
JSON
40 lines
950 B
JSON
{
|
|
"id": "a1-263-machamp-ex",
|
|
"name": "Machamp ex",
|
|
"set_code": "a1",
|
|
"set_name": "Genetic Apex",
|
|
"card_number": 263,
|
|
"rarity": "Special Art Rare",
|
|
"card_type": "pokemon",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_20_001460_00_KAIRIKYex_SR.webp",
|
|
"image_file": "a1/263-machamp-ex.webp",
|
|
"source_url": "https://www.pokemon-zone.com/cards/a1/263/machamp-ex/",
|
|
"hp": 180,
|
|
"pokemon_type": "fighting",
|
|
"stage": "stage_2",
|
|
"evolves_from": "Machoke",
|
|
"is_ex": true,
|
|
"abilities": [],
|
|
"attacks": [
|
|
{
|
|
"name": "Mega Punch",
|
|
"cost": [
|
|
"fighting",
|
|
"fighting",
|
|
"fighting"
|
|
],
|
|
"damage": 120,
|
|
"damage_modifier": null,
|
|
"effect_text": null,
|
|
"effect_id": null
|
|
}
|
|
],
|
|
"weakness": {
|
|
"type": "psychic",
|
|
"value": 20
|
|
},
|
|
"resistance": null,
|
|
"retreat_cost": 3,
|
|
"flavor_text": null,
|
|
"illustrator": "PLANETA Igarashi"
|
|
} |