SELECT YOUR POKÉMON

各プレイヤーのポケモン定義(JSON)を読み込んでください。

1P

未読み込み

2P

未読み込み
ポケモン定義JSONの書式サンプル
{
  "name": "リザードン",
  "types": ["fire", "flying"],
  "stats": { "hp":78, "atk":84, "def":78, "spa":109, "spd":85, "spe":100 },
  "image": "6.png",
  "moves": ["かえんほうしゃ", "しんそく", "たいあたり"]
}