Add rarity_tier to all card definitions in sets a1 and a1a to support the new pull rate calculation system for booster packs.
38 lines
940 B
JSON
38 lines
940 B
JSON
{
|
|
"id": "a1-203-kangaskhan",
|
|
"name": "Kangaskhan",
|
|
"set_code": "a1",
|
|
"set_name": "Genetic Apex",
|
|
"card_number": 203,
|
|
"rarity": "Rare",
|
|
"card_type": "pokemon",
|
|
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_002030_00_GARURA_R.webp",
|
|
"image_file": "a1/203-kangaskhan.webp",
|
|
"source_url": "https://www.pokemon-zone.com/cards/a1/203/kangaskhan/",
|
|
"hp": 100,
|
|
"pokemon_type": "colorless",
|
|
"stage": "basic",
|
|
"evolves_from": null,
|
|
"is_ex": false,
|
|
"abilities": [],
|
|
"attacks": [
|
|
{
|
|
"name": "Dizzy Punch",
|
|
"cost": [
|
|
"colorless"
|
|
],
|
|
"damage": 30,
|
|
"damage_modifier": "+",
|
|
"effect_text": "Flip 2 coins. This attack does 30 damage for each heads.",
|
|
"effect_id": null
|
|
}
|
|
],
|
|
"weakness": {
|
|
"type": "fighting",
|
|
"value": 20
|
|
},
|
|
"resistance": null,
|
|
"retreat_cost": 3,
|
|
"flavor_text": null,
|
|
"illustrator": "Ken Sugimori"
|
|
} |