Skip to content

Instantly share code, notes, and snippets.

@CH3COOH
Created October 6, 2018 08:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CH3COOH/c90eb121826958492668473f875415d0 to your computer and use it in GitHub Desktop.
Save CH3COOH/c90eb121826958492668473f875415d0 to your computer and use it in GitHub Desktop.
ライチュウGX (Pokémon TCG APIフォーマット適用時)
[
{
"name": "ライチュウGX",
"id": "smh-33",
"nationalPokedexNumber": 26,
"hp": "210",
"imageUrl": "",
"imageUrlHiRes": "",
"types": [
"Lightning"
],
"number": "33",
"subtype": "Stage 1",
"supertype": "Pokémon",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"name": "パワフルスパーク",
"text": "自分の場のポケモンについているかみなりエネルギーの数x20ダメージ追加。",
"damage": "20+",
"convertedEnergyCost": 2
},
{
"cost": [
"Lightning",
"Lightning",
"Colorless"
],
"name": "かみなり",
"text": "このポケモンにも30ダメージ。",
"damage": "160",
"convertedEnergyCost": 3
},
{
"cost": [
"Lightning",
"Lightning",
"Colorless"
],
"name": "ボルテールGX",
"text": "相手のバトルポケモンをマヒにする。[対戦中、自分はGXワザを1回しか使えない。]",
"damage": "120",
"convertedEnergyCost": 3
}
],
"text": [],
"evolvesFrom": "Pikachu",
"ability": null,
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"retreatCost": [
"Colorless"
],
"convertedRetreatCost": 1,
"artist": "5ban Graphics",
"set": "SM_GXスタートデッキ",
"setCode": "SMH",
"rarity": "Common"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment