Skip to content

Instantly share code, notes, and snippets.

@davidkelley
Last active May 17, 2025 16:25
Show Gist options
  • Save davidkelley/4305bbd1afb4dadc29c150935adb03c3 to your computer and use it in GitHub Desktop.
Save davidkelley/4305bbd1afb4dadc29c150935adb03c3 to your computer and use it in GitHub Desktop.
{
"id": "base1-1",
"urn": "urn:managem:pokemon:base1/1",
"title": "Base Set: Alakazam",
"name": "Alakazam",
"set": {
"id": "base1",
"name": "Base Set",
"reference": "BS"
},
"series": {
"name": "Base",
"id": "base"
},
"artwork": [
{
"illustrator": "Ken Sugimori",
"url": "https://assets.tcgdex.net/en/base/base1/1/high.png"
}
],
"variants": [
{
"name": "holo"
},
{
"name": "normal"
},
{
"name": "reverse"
}
],
"metadata": [
{
"name": "Category",
"value": "Pokemon"
},
{
"name": "Rarity",
"value": "Rare"
},
{
"name": "Pokedex",
"value": [
65
]
},
{
"name": "EvolvesFrom",
"value": "Kadabra"
},
{
"name": "Types",
"value": [
"Psychic"
]
}
],
"game": "Pokemon",
"detail": {
"abilities": [
{
"type": "Pokemon Power",
"name": "Damage Swap",
"effect": "As often as you like during your turn (before your attack), you may move 1 damage counter from 1 of your Pokémon to another as long as you don't Knock Out that Pokémon. This power can't be used if Alakazam is Asleep, Confused, or Paralyzed."
}
],
"attacks": [
{
"cost": [
"Psychic",
"Psychic",
"Psychic"
],
"name": "Confuse Ray",
"effect": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
"damage": 30
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment