[
  {
    "name": "Pound",
    "id": 1,
    "accuracy": 100,
    "pp": 35,
    "power": 40,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Karate Chop",
    "id": 2,
    "accuracy": 100,
    "pp": 25,
    "power": 50,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Double Slap",
    "id": 3,
    "accuracy": 85,
    "pp": 10,
    "power": 15,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Comet Punch",
    "id": 4,
    "accuracy": 85,
    "pp": 15,
    "power": 18,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Mega Punch",
    "id": 5,
    "accuracy": 85,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Pay Day",
    "id": 6,
    "accuracy": 100,
    "pp": 20,
    "power": 40,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Scatters money on the ground worth five times the user's level.",
    "damage_class": "Physical"
  },
  {
    "name": "Fire Punch",
    "id": 7,
    "accuracy": 100,
    "pp": 15,
    "power": 75,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to burn the target.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Punching"
    ]
  },
  {
    "name": "Ice Punch",
    "id": 8,
    "accuracy": 100,
    "pp": 15,
    "power": 75,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to freeze the target.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Punching"
    ]
  },
  {
    "name": "Thunder Punch",
    "id": 9,
    "accuracy": 100,
    "pp": 15,
    "power": 75,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to paralyze the target.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Punching"
    ]
  },
  {
    "name": "Scratch",
    "id": 10,
    "accuracy": 100,
    "pp": 35,
    "power": 40,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Vice Grip",
    "id": 11,
    "accuracy": 100,
    "pp": 30,
    "power": 55,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Guillotine",
    "id": 12,
    "accuracy": 30,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Causes a one-hit KO.",
    "damage_class": "Physical"
  },
  {
    "name": "Razor Wind",
    "id": 13,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Requires a turn to charge before attacking.",
    "damage_class": "Special"
  },
  {
    "name": "Swords Dance",
    "id": 14,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Attack by two stages.",
    "damage_class": "Status",
    "tags": [
      "Dance"
    ]
  },
  {
    "name": "Cut",
    "id": 15,
    "accuracy": 95,
    "pp": 30,
    "power": 50,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Gust",
    "id": 16,
    "accuracy": 100,
    "pp": 35,
    "power": 40,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage and can hit Pokémon in the air.",
    "damage_class": "Special"
  },
  {
    "name": "Wing Attack",
    "id": 17,
    "accuracy": 100,
    "pp": 35,
    "power": 60,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Whirlwind",
    "id": 18,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": -6,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Immediately ends wild battles.  Forces trainers to switch Pokémon.",
    "damage_class": "Status"
  },
  {
    "name": "Fly",
    "id": 19,
    "accuracy": 95,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation I",
    "short_descripton": "User flies high into the air, dodging all attacks, and hits next turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Bind",
    "id": 20,
    "accuracy": 85,
    "pp": 20,
    "power": 15,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Prevents the target from fleeing and inflicts damage for 2-5 turns.",
    "damage_class": "Physical"
  },
  {
    "name": "Slam",
    "id": 21,
    "accuracy": 75,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Vine Whip",
    "id": 22,
    "accuracy": 100,
    "pp": 25,
    "power": 45,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Stomp",
    "id": 23,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Double Kick",
    "id": 24,
    "accuracy": 100,
    "pp": 30,
    "power": 30,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "Hits twice in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Mega Kick",
    "id": 25,
    "accuracy": 75,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Jump Kick",
    "id": 26,
    "accuracy": 95,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "If the user misses, it takes half the damage it would have inflicted in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Rolling Kick",
    "id": 27,
    "accuracy": 85,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Sand Attack",
    "id": 28,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's accuracy by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Headbutt",
    "id": 29,
    "accuracy": 100,
    "pp": 15,
    "power": 70,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Horn Attack",
    "id": 30,
    "accuracy": 100,
    "pp": 25,
    "power": 65,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Fury Attack",
    "id": 31,
    "accuracy": 85,
    "pp": 20,
    "power": 15,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Horn Drill",
    "id": 32,
    "accuracy": 30,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Causes a one-hit KO.",
    "damage_class": "Physical"
  },
  {
    "name": "Tackle",
    "id": 33,
    "accuracy": 100,
    "pp": 35,
    "power": 40,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Body Slam",
    "id": 34,
    "accuracy": 100,
    "pp": 15,
    "power": 85,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance to paralyze the target.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Wrap",
    "id": 35,
    "accuracy": 90,
    "pp": 20,
    "power": 15,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Prevents the target from fleeing and inflicts damage for 2-5 turns.",
    "damage_class": "Physical"
  },
  {
    "name": "Take Down",
    "id": 36,
    "accuracy": 85,
    "pp": 20,
    "power": 90,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User receives 1/4 the damage it inflicts in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Thrash",
    "id": 37,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Hits every turn for 2-3 turns, then confuses the user.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Double-Edge",
    "id": 38,
    "accuracy": 100,
    "pp": 15,
    "power": 120,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User receives 1/3 the damage inflicted in recoil.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Tail Whip",
    "id": 39,
    "accuracy": 100,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Poison Sting",
    "id": 40,
    "accuracy": 100,
    "pp": 35,
    "power": 15,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance to poison the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Twineedle",
    "id": 41,
    "accuracy": 100,
    "pp": 20,
    "power": 25,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation I",
    "short_descripton": "Hits twice in the same turn.  Has a 20% chance to poison the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Pin Missile",
    "id": 42,
    "accuracy": 95,
    "pp": 20,
    "power": 25,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation I",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Leer",
    "id": 43,
    "accuracy": 100,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Bite",
    "id": 44,
    "accuracy": 100,
    "pp": 25,
    "power": 60,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Growl",
    "id": 45,
    "accuracy": 100,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's Attack by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Roar",
    "id": 46,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": -6,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Immediately ends wild battles.  Forces trainers to switch Pokémon.",
    "damage_class": "Status",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Sing",
    "id": 47,
    "accuracy": 55,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Puts the target to sleep.",
    "damage_class": "Status"
  },
  {
    "name": "Supersonic",
    "id": 48,
    "accuracy": 55,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Confuses the target.",
    "damage_class": "Status"
  },
  {
    "name": "Sonic Boom",
    "id": 49,
    "accuracy": 90,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts 20 points of damage.",
    "damage_class": "Special"
  },
  {
    "name": "Disable",
    "id": 50,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Disables the target's last used move for 1-8 turns.",
    "damage_class": "Status",
    "tags": [
      "Mental"
    ]
  },
  {
    "name": "Acid",
    "id": 51,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to lower the target's Special Defense by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Ember",
    "id": 52,
    "accuracy": 100,
    "pp": 25,
    "power": 40,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Flamethrower",
    "id": 53,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Mist",
    "id": 54,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation I",
    "short_descripton": "Protects the user's stats from being changed by enemy moves.",
    "damage_class": "Status"
  },
  {
    "name": "Water Gun",
    "id": 55,
    "accuracy": 100,
    "pp": 25,
    "power": 40,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Hydro Pump",
    "id": 56,
    "accuracy": 80,
    "pp": 5,
    "power": 110,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Surf",
    "id": 57,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage and can hit Dive users.",
    "damage_class": "Special",
    "tags": [
      "All Pokemon"
    ]
  },
  {
    "name": "Ice Beam",
    "id": 58,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to freeze the target.",
    "damage_class": "Special"
  },
  {
    "name": "Blizzard",
    "id": 59,
    "accuracy": 70,
    "pp": 5,
    "power": 110,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to freeze the target.",
    "damage_class": "Special",
    "tags": [
      "Wind"
    ]
  },
  {
    "name": "Psybeam",
    "id": 60,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to confuse the target.",
    "damage_class": "Special"
  },
  {
    "name": "Bubble Beam",
    "id": 61,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to lower the target's Speed by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Aurora Beam",
    "id": 62,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to lower the target's Attack by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Hyper Beam",
    "id": 63,
    "accuracy": 90,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Special",
    "tags": []
  },
  {
    "name": "Peck",
    "id": 64,
    "accuracy": 100,
    "pp": 35,
    "power": 35,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Drill Peck",
    "id": 65,
    "accuracy": 100,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Submission",
    "id": 66,
    "accuracy": 80,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "User receives 1/4 the damage it inflicts in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Low Kick",
    "id": 67,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "Inflicts more damage to heavier targets, with a maximum of 120 power.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Counter",
    "id": 68,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": -5,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "Inflicts twice the damage the user received from the last physical hit it took.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Seismic Toss",
    "id": 69,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "Inflicts damage equal to the user's level.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Strength",
    "id": 70,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Absorb",
    "id": 71,
    "accuracy": 100,
    "pp": 25,
    "power": 20,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Drains half the damage inflicted to heal the user.",
    "damage_class": "Special"
  },
  {
    "name": "Mega Drain",
    "id": 72,
    "accuracy": 100,
    "pp": 15,
    "power": 40,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Drains half the damage inflicted to heal the user.",
    "damage_class": "Special"
  },
  {
    "name": "Leech Seed",
    "id": 73,
    "accuracy": 90,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Seeds the target, stealing HP from it every turn.",
    "damage_class": "Status"
  },
  {
    "name": "Growth",
    "id": 74,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Attack and Special Attack by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Razor Leaf",
    "id": 75,
    "accuracy": 95,
    "pp": 25,
    "power": 55,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Solar Beam",
    "id": 76,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Requires a turn to charge before attacking.",
    "damage_class": "Special"
  },
  {
    "name": "Poison Powder",
    "id": 77,
    "accuracy": 75,
    "pp": 35,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation I",
    "short_descripton": "Poisons the target.",
    "damage_class": "Status"
  },
  {
    "name": "Stun Spore",
    "id": 78,
    "accuracy": 75,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Paralyzes the target.",
    "damage_class": "Status"
  },
  {
    "name": "Sleep Powder",
    "id": 79,
    "accuracy": 75,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Puts the target to sleep.",
    "damage_class": "Status"
  },
  {
    "name": "Petal Dance",
    "id": 80,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Hits every turn for 2-3 turns, then confuses the user.",
    "damage_class": "Special"
  },
  {
    "name": "String Shot",
    "id": 81,
    "accuracy": 95,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's Speed by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Dragon Rage",
    "id": 82,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation I",
    "short_descripton": "Inflicts 40 points of damage.",
    "damage_class": "Special"
  },
  {
    "name": "Fire Spin",
    "id": 83,
    "accuracy": 85,
    "pp": 15,
    "power": 35,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation I",
    "short_descripton": "Prevents the target from fleeing and inflicts damage for 2-5 turns.",
    "damage_class": "Special"
  },
  {
    "name": "Thunder Shock",
    "id": 84,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to paralyze the target.",
    "damage_class": "Special"
  },
  {
    "name": "Thunderbolt",
    "id": 85,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to paralyze the target.",
    "damage_class": "Special"
  },
  {
    "name": "Thunder Wave",
    "id": 86,
    "accuracy": 90,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation I",
    "short_descripton": "Paralyzes the target.",
    "damage_class": "Status"
  },
  {
    "name": "Thunder",
    "id": 87,
    "accuracy": 70,
    "pp": 10,
    "power": 110,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance of paralyzing the target. This move never misses in rain and can hit a target that has the Sky-High status.",
    "damage_class": "Special"
  },
  {
    "name": "Rock Throw",
    "id": 88,
    "accuracy": 90,
    "pp": 15,
    "power": 50,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Earthquake",
    "id": 89,
    "accuracy": 100,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage and can hit Dig users.",
    "damage_class": "Physical",
    "tags": [
      "All Pokemon"
    ]
  },
  {
    "name": "Fissure",
    "id": 90,
    "accuracy": 30,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation I",
    "short_descripton": "Causes a one-hit KO.",
    "damage_class": "Physical"
  },
  {
    "name": "Dig",
    "id": 91,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation I",
    "short_descripton": "User digs underground, dodging all attacks, and hits next turn.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Toxic",
    "id": 92,
    "accuracy": 90,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation I",
    "short_descripton": "Badly poisons the target, inflicting more damage every turn.",
    "damage_class": "Status"
  },
  {
    "name": "Confusion",
    "id": 93,
    "accuracy": 100,
    "pp": 25,
    "power": 50,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to confuse the target.",
    "damage_class": "Special"
  },
  {
    "name": "Psychic",
    "id": 94,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance of lowering the target's Sp. Def stat by 1 stage.",
    "damage_class": "Special"
  },
  {
    "name": "Hypnosis",
    "id": 95,
    "accuracy": 60,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Puts the target to sleep.",
    "damage_class": "Status"
  },
  {
    "name": "Meditate",
    "id": 96,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Attack by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Agility",
    "id": 97,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Speed by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Quick Attack",
    "id": 98,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 1,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Rage",
    "id": 99,
    "accuracy": 100,
    "pp": 20,
    "power": 20,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "If the user is hit after using this move, its Attack rises by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Teleport",
    "id": 100,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": -6,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Immediately ends wild battles.  No effect otherwise.",
    "damage_class": "Status"
  },
  {
    "name": "Night Shade",
    "id": 101,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation I",
    "short_descripton": "Inflicts damage equal to the user's level.",
    "damage_class": "Special"
  },
  {
    "name": "Mimic",
    "id": 102,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Copies the target's last used move.",
    "damage_class": "Status"
  },
  {
    "name": "Screech",
    "id": 103,
    "accuracy": 85,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's Defense by two stages.",
    "damage_class": "Status",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Double Team",
    "id": 104,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Raises the user's evasion by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Recover",
    "id": 105,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Heals the user by half its max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Harden",
    "id": 106,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Minimize",
    "id": 107,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Raises the user's evasion by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Smokescreen",
    "id": 108,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's accuracy by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Confuse Ray",
    "id": 109,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation I",
    "short_descripton": "Confuses the target.",
    "damage_class": "Status"
  },
  {
    "name": "Withdraw",
    "id": 110,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Defense Curl",
    "id": 111,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Raises user's Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Barrier",
    "id": 112,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Defense by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Light Screen",
    "id": 113,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Reduces damage from special attacks by 50% for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Haze",
    "id": 114,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation I",
    "short_descripton": "Resets all Pokémon's stats, accuracy, and evasion.",
    "damage_class": "Status"
  },
  {
    "name": "Reflect",
    "id": 115,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Reduces damage from physical attacks by half.",
    "damage_class": "Status"
  },
  {
    "name": "Focus Energy",
    "id": 116,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Increases the user's chance to score a critical hit.",
    "damage_class": "Status"
  },
  {
    "name": "Bide",
    "id": 117,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 1,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User waits for two turns, then hits back for twice the damage it took.",
    "damage_class": "Physical"
  },
  {
    "name": "Metronome",
    "id": 118,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Randomly selects and uses any move in the game.",
    "damage_class": "Status"
  },
  {
    "name": "Mirror Move",
    "id": 119,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation I",
    "short_descripton": "Uses the target's last used move.",
    "damage_class": "Status"
  },
  {
    "name": "Self Destruct",
    "id": 120,
    "accuracy": 100,
    "pp": 5,
    "power": 200,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User faints.",
    "damage_class": "Physical"
  },
  {
    "name": "Egg Bomb",
    "id": 121,
    "accuracy": 75,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Lick",
    "id": 122,
    "accuracy": 100,
    "pp": 30,
    "power": 30,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation I",
    "short_descripton": "Has a $30% chance to paralyze the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Smog",
    "id": 123,
    "accuracy": 70,
    "pp": 20,
    "power": 30,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation I",
    "short_descripton": "Has a 40% chance to poison the target.",
    "damage_class": "Special"
  },
  {
    "name": "Sludge",
    "id": 124,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance to poison the target.",
    "damage_class": "Special"
  },
  {
    "name": "Bone Club",
    "id": 125,
    "accuracy": 85,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Fire Blast",
    "id": 126,
    "accuracy": 85,
    "pp": 5,
    "power": 110,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Waterfall",
    "id": 127,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Has a 20% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Clamp",
    "id": 128,
    "accuracy": 85,
    "pp": 15,
    "power": 35,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Prevents the target from fleeing and inflicts damage for 2-5 turns.",
    "damage_class": "Physical"
  },
  {
    "name": "Swift",
    "id": 129,
    "accuracy": null,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Never misses.",
    "damage_class": "Special"
  },
  {
    "name": "Skull Bash",
    "id": 130,
    "accuracy": 100,
    "pp": 10,
    "power": 130,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Defense by one stage.  User charges for one turn before attacking.",
    "damage_class": "Physical"
  },
  {
    "name": "Spike Cannon",
    "id": 131,
    "accuracy": 100,
    "pp": 15,
    "power": 20,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Constrict",
    "id": 132,
    "accuracy": 100,
    "pp": 35,
    "power": 10,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to lower the target's Speed by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Amnesia",
    "id": 133,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Special Defense by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Kinesis",
    "id": 134,
    "accuracy": 80,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's accuracy by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Soft Boiled",
    "id": 135,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Heals the user by half its max HP.",
    "damage_class": "Status"
  },
  {
    "name": "High Jump Kick",
    "id": 136,
    "accuracy": 90,
    "pp": 10,
    "power": 130,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation I",
    "short_descripton": "If the user misses, it takes half the damage it would have inflicted in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Glare",
    "id": 137,
    "accuracy": 100,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Paralyzes the target.",
    "damage_class": "Status"
  },
  {
    "name": "Dream Eater",
    "id": 138,
    "accuracy": 100,
    "pp": 15,
    "power": 100,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Only works on sleeping Pokémon.  Drains half the damage inflicted to heal the user.",
    "damage_class": "Special"
  },
  {
    "name": "Poison Gas",
    "id": 139,
    "accuracy": 90,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation I",
    "short_descripton": "Poisons the target.",
    "damage_class": "Status"
  },
  {
    "name": "Barrage",
    "id": 140,
    "accuracy": 85,
    "pp": 20,
    "power": 15,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Leech Life",
    "id": 141,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation I",
    "short_descripton": "Drains half the damage inflicted to heal the user.",
    "damage_class": "Physical"
  },
  {
    "name": "Lovely Kiss",
    "id": 142,
    "accuracy": 75,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Puts the target to sleep.",
    "damage_class": "Status"
  },
  {
    "name": "Sky Attack",
    "id": 143,
    "accuracy": 90,
    "pp": 5,
    "power": 140,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation I",
    "short_descripton": "User charges for one turn before attacking.  Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Transform",
    "id": 144,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User becomes a copy of the target until it leaves battle.",
    "damage_class": "Status"
  },
  {
    "name": "Bubble",
    "id": 145,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to lower the target's Speed by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Dizzy Punch",
    "id": 146,
    "accuracy": 100,
    "pp": 10,
    "power": 70,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Has a 20% chance to confuse the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Spore",
    "id": 147,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation I",
    "short_descripton": "Puts the target to sleep.",
    "damage_class": "Status"
  },
  {
    "name": "Flash",
    "id": 148,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Lowers the target's accuracy by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Psywave",
    "id": 149,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "Inflicts damage between 50% and 150% of the user's level.",
    "damage_class": "Special"
  },
  {
    "name": "Splash",
    "id": 150,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Does nothing.",
    "damage_class": "Status"
  },
  {
    "name": "Acid Armor",
    "id": 151,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Defense by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Crabhammer",
    "id": 152,
    "accuracy": 95,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Water",
    "generation": "Generation I",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Explosion",
    "id": 153,
    "accuracy": 100,
    "pp": 5,
    "power": 250,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User faints.",
    "damage_class": "Physical"
  },
  {
    "name": "Fury Swipes",
    "id": 154,
    "accuracy": 80,
    "pp": 15,
    "power": 18,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Bonemerang",
    "id": 155,
    "accuracy": 90,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation I",
    "short_descripton": "Hits twice in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Rest",
    "id": 156,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation I",
    "short_descripton": "User sleeps for two turns, completely healing itself.",
    "damage_class": "Status",
    "tags": [
      "Healing"
    ]
  },
  {
    "name": "Rock Slide",
    "id": 157,
    "accuracy": 90,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation I",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Hyper Fang",
    "id": 158,
    "accuracy": 90,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Has a 10% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Sharpen",
    "id": 159,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Raises the user's Attack by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Conversion",
    "id": 160,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User's type changes to the type of one of its moves at random.",
    "damage_class": "Status"
  },
  {
    "name": "Tri Attack",
    "id": 161,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Has a 20% chance to burn, freeze, or paralyze the target.",
    "damage_class": "Special"
  },
  {
    "name": "Super Fang",
    "id": 162,
    "accuracy": 90,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Inflicts damage equal to half the target's HP.",
    "damage_class": "Physical"
  },
  {
    "name": "Slash",
    "id": 163,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Substitute",
    "id": 164,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "Transfers 1/4 of the user's max HP into a doll, protecting the user from further damage or status changes until it breaks.",
    "damage_class": "Status"
  },
  {
    "name": "Struggle",
    "id": 165,
    "accuracy": null,
    "pp": 1,
    "power": 50,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation I",
    "short_descripton": "User takes 1/4 its max HP in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Sketch",
    "id": 166,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Permanently becomes the target's last used move.",
    "damage_class": "Status"
  },
  {
    "name": "Triple Kick",
    "id": 167,
    "accuracy": 90,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Ii",
    "short_descripton": "Hits three times, increasing power by 100% with each successful hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Thief",
    "id": 168,
    "accuracy": 100,
    "pp": 25,
    "power": 60,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Ii",
    "short_descripton": "Takes the target's item.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Spider Web",
    "id": 169,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Ii",
    "short_descripton": "Prevents the target from leaving battle.",
    "damage_class": "Status"
  },
  {
    "name": "Mind Reader",
    "id": 170,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Ensures that the user's next move will hit the target.",
    "damage_class": "Status"
  },
  {
    "name": "Nightmare",
    "id": 171,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Ii",
    "short_descripton": "Target loses 1/4 its max HP every turn as long as it's asleep.",
    "damage_class": "Status"
  },
  {
    "name": "Flame Wheel",
    "id": 172,
    "accuracy": 100,
    "pp": 25,
    "power": 60,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Ii",
    "short_descripton": "Has a 10% chance to burn the target.  Lets frozen Pokémon thaw themselves.",
    "damage_class": "Physical"
  },
  {
    "name": "Snore",
    "id": 173,
    "accuracy": 100,
    "pp": 15,
    "power": 50,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Has a 30% chance to make the target flinch.  Only works if the user is sleeping.",
    "damage_class": "Special",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Curse",
    "id": 174,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Ii",
    "short_descripton": "Ghosts pay half their max HP to hurt the target every turn.  Others decrease Speed but raise Attack and Defense.",
    "damage_class": "Status"
  },
  {
    "name": "Flail",
    "id": 175,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Inflicts more damage when the user has less HP remaining, with a maximum of 200 power.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Conversion 2",
    "id": 176,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Changes the user's type to a random type either resistant or immune to the last move used against it.",
    "damage_class": "Status"
  },
  {
    "name": "Aeroblast",
    "id": 177,
    "accuracy": 95,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Ii",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Special"
  },
  {
    "name": "Cotton Spore",
    "id": 178,
    "accuracy": 100,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Ii",
    "short_descripton": "Lowers the target's Speed by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Reversal",
    "id": 179,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Ii",
    "short_descripton": "Inflicts more damage when the user has less HP remaining, with a maximum of 200 power.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Spite",
    "id": 180,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Ii",
    "short_descripton": "Lowers the PP of the target's last used move by 4.",
    "damage_class": "Status"
  },
  {
    "name": "Powder Snow",
    "id": 181,
    "accuracy": 100,
    "pp": 25,
    "power": 40,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Ii",
    "short_descripton": "Has a 10% chance to freeze the target.",
    "damage_class": "Special"
  },
  {
    "name": "Protect",
    "id": 182,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 4,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Prevents any moves from hitting the user this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Mach Punch",
    "id": 183,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 1,
    "type": "Fighting",
    "generation": "Generation Ii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Scary Face",
    "id": 184,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Lowers the target's Speed by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Feint Attack",
    "id": 185,
    "accuracy": null,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Ii",
    "short_descripton": "Never misses.",
    "damage_class": "Physical"
  },
  {
    "name": "Sweet Kiss",
    "id": 186,
    "accuracy": 75,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Ii",
    "short_descripton": "Confuses the target.",
    "damage_class": "Status"
  },
  {
    "name": "Belly Drum",
    "id": 187,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "User pays half its max HP to max out its Attack.",
    "damage_class": "Status"
  },
  {
    "name": "Sludge Bomb",
    "id": 188,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Ii",
    "short_descripton": "Has a 30% chance to poison the target.",
    "damage_class": "Special"
  },
  {
    "name": "Mud Slap",
    "id": 189,
    "accuracy": 100,
    "pp": 10,
    "power": 20,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Ii",
    "short_descripton": "Has a 100% chance to lower the target's accuracy by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Octazooka",
    "id": 190,
    "accuracy": 85,
    "pp": 10,
    "power": 65,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Ii",
    "short_descripton": "Has a 50% chance to lower the target's accuracy by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Spikes",
    "id": 191,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Ii",
    "short_descripton": "Scatters Spikes, hurting opposing Pokémon that switch in.",
    "damage_class": "Status"
  },
  {
    "name": "Zap Cannon",
    "id": 192,
    "accuracy": 50,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Ii",
    "short_descripton": "Has a 100% chance to paralyze the target.",
    "damage_class": "Special"
  },
  {
    "name": "Foresight",
    "id": 193,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Forces the target to have no Evade, and allows it to be hit by Normal and Fighting moves even if it's a Ghost.",
    "damage_class": "Status"
  },
  {
    "name": "Destiny Bond",
    "id": 194,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Ii",
    "short_descripton": "If the user faints this turn, the target automatically will, too.",
    "damage_class": "Status"
  },
  {
    "name": "Perish Song",
    "id": 195,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "User and target both faint after three turns.",
    "damage_class": "Status"
  },
  {
    "name": "Icy Wind",
    "id": 196,
    "accuracy": 95,
    "pp": 15,
    "power": 55,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Ii",
    "short_descripton": "Has a 100% chance to lower the target's Speed by one stage.",
    "damage_class": "Special",
    "tags": [
      "Wind"
    ]
  },
  {
    "name": "Detect",
    "id": 197,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 4,
    "type": "Fighting",
    "generation": "Generation Ii",
    "short_descripton": "Prevents any moves from hitting the user this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Bone Rush",
    "id": 198,
    "accuracy": 90,
    "pp": 10,
    "power": 30,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Ii",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Lock On",
    "id": 199,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Ensures that the user's next move will hit the target.",
    "damage_class": "Status"
  },
  {
    "name": "Outrage",
    "id": 200,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Ii",
    "short_descripton": "Hits every turn for 2-3 turns, then confuses the user.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Sandstorm",
    "id": 201,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Ii",
    "short_descripton": "Changes the weather to a sandstorm for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Giga Drain",
    "id": 202,
    "accuracy": 100,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Ii",
    "short_descripton": "Drains half the damage inflicted to heal the user.",
    "damage_class": "Special"
  },
  {
    "name": "Endure",
    "id": 203,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 4,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Prevents the user's HP from lowering below 1 this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Charm",
    "id": 204,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Ii",
    "short_descripton": "Lowers the target's Attack by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Rollout",
    "id": 205,
    "accuracy": 90,
    "pp": 20,
    "power": 30,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Ii",
    "short_descripton": "Power doubles every turn this move is used in succession after the first, resetting after five turns.",
    "damage_class": "Physical"
  },
  {
    "name": "False Swipe",
    "id": 206,
    "accuracy": 100,
    "pp": 40,
    "power": 40,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Cannot lower the target's HP below 1.",
    "damage_class": "Physical"
  },
  {
    "name": "Swagger",
    "id": 207,
    "accuracy": 85,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Raises the target's Attack by two stages and confuses the target.",
    "damage_class": "Status"
  },
  {
    "name": "Milk Drink",
    "id": 208,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Heals the user by half its max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Spark",
    "id": 209,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Ii",
    "short_descripton": "Has a 30% chance to paralyze the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Fury Cutter",
    "id": 210,
    "accuracy": 95,
    "pp": 20,
    "power": 40,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Ii",
    "short_descripton": "Power doubles every turn this move is used in succession after the first, maxing out after five turns.",
    "damage_class": "Physical"
  },
  {
    "name": "Steel Wing",
    "id": 211,
    "accuracy": 90,
    "pp": 25,
    "power": 70,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Ii",
    "short_descripton": "Has a 10% chance to raise the user's Defense by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Mean Look",
    "id": 212,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Prevents the target from leaving battle.",
    "damage_class": "Status"
  },
  {
    "name": "Attract",
    "id": 213,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Target falls in love if it has the opposite gender, and has a 50% chance to refuse attacking the user.",
    "damage_class": "Status",
    "tags": [
      "Mental"
    ]
  },
  {
    "name": "Sleep Talk",
    "id": 214,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Randomly uses one of the user's other three moves.  Only works if the user is sleeping.",
    "damage_class": "Status"
  },
  {
    "name": "Heal Bell",
    "id": 215,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Cures the entire party of major status effects.",
    "damage_class": "Status"
  },
  {
    "name": "Return",
    "id": 216,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Power increases with happiness, up to a maximum of 102.",
    "damage_class": "Physical"
  },
  {
    "name": "Present",
    "id": 217,
    "accuracy": 90,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Randomly inflicts damage with power from 40 to 120 or heals the target for 1/4 its max HP.",
    "damage_class": "Physical"
  },
  {
    "name": "Frustration",
    "id": 218,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Power increases as happiness decreases, up to a maximum of 102.",
    "damage_class": "Physical"
  },
  {
    "name": "Safeguard",
    "id": 219,
    "accuracy": null,
    "pp": 25,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Protects the user's field from major status ailments and confusion for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Pain Split",
    "id": 220,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Sets the user's and targets's HP to the average of their current HP.",
    "damage_class": "Status"
  },
  {
    "name": "Sacred Fire",
    "id": 221,
    "accuracy": 95,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Ii",
    "short_descripton": "Has a 50% chance to burn the target.  Lets frozen Pokémon thaw themselves.",
    "damage_class": "Physical"
  },
  {
    "name": "Magnitude",
    "id": 222,
    "accuracy": 100,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Ii",
    "short_descripton": "Power varies randomly from 10 to 150.",
    "damage_class": "Physical"
  },
  {
    "name": "Dynamic Punch",
    "id": 223,
    "accuracy": 50,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Ii",
    "short_descripton": "Has a 100% chance to confuse the target.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Punching"
    ]
  },
  {
    "name": "Megahorn",
    "id": 224,
    "accuracy": 85,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Ii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Dragon Breath",
    "id": 225,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Ii",
    "short_descripton": "Has a 30% chance to paralyze the target.",
    "damage_class": "Special"
  },
  {
    "name": "Baton Pass",
    "id": 226,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Allows the trainer to switch out the user and pass effects along to its replacement.",
    "damage_class": "Status"
  },
  {
    "name": "Encore",
    "id": 227,
    "accuracy": 100,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Forces the target to repeat its last used move every turn for 2 to 6 turns.",
    "damage_class": "Status",
    "tags": [
      "Mental"
    ]
  },
  {
    "name": "Pursuit",
    "id": 228,
    "accuracy": 100,
    "pp": 20,
    "power": 40,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Ii",
    "short_descripton": "Has double power against, and can hit, Pokémon attempting to switch out.",
    "damage_class": "Physical"
  },
  {
    "name": "Rapid Spin",
    "id": 229,
    "accuracy": 100,
    "pp": 40,
    "power": 50,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Frees the user from binding moves, removes Leech Seed, and blows away Spikes.",
    "damage_class": "Physical"
  },
  {
    "name": "Sweet Scent",
    "id": 230,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Lowers the target's evasion by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Iron Tail",
    "id": 231,
    "accuracy": 75,
    "pp": 15,
    "power": 100,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Ii",
    "short_descripton": "Has a 30% chance to lower the target's Defense by one stage.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Metal Claw",
    "id": 232,
    "accuracy": 95,
    "pp": 35,
    "power": 50,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Ii",
    "short_descripton": "Has a 10% chance to raise the user's Attack by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Vital Throw",
    "id": 233,
    "accuracy": null,
    "pp": 10,
    "power": 70,
    "priority": -1,
    "type": "Fighting",
    "generation": "Generation Ii",
    "short_descripton": "Never misses.",
    "damage_class": "Physical"
  },
  {
    "name": "Morning Sun",
    "id": 234,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Heals the user by half its max HP.  Affected by weather.",
    "damage_class": "Status"
  },
  {
    "name": "Synthesis",
    "id": 235,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Ii",
    "short_descripton": "Heals the user by half its max HP.  Affected by weather.",
    "damage_class": "Status"
  },
  {
    "name": "Moonlight",
    "id": 236,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Ii",
    "short_descripton": "Heals the user by half its max HP.  Affected by weather.",
    "damage_class": "Status"
  },
  {
    "name": "Hidden Power",
    "id": 237,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Power and type depend upon user's IVs.  Power can range from 30 to 70.",
    "damage_class": "Special"
  },
  {
    "name": "Cross Chop",
    "id": 238,
    "accuracy": 80,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Ii",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Twister",
    "id": 239,
    "accuracy": 100,
    "pp": 20,
    "power": 40,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Ii",
    "short_descripton": "Has a 20% chance to make the target flinch.",
    "damage_class": "Special"
  },
  {
    "name": "Rain Dance",
    "id": 240,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Ii",
    "short_descripton": "Changes the weather to rain for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Sunny Day",
    "id": 241,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Ii",
    "short_descripton": "Changes the weather to sunny for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Crunch",
    "id": 242,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Ii",
    "short_descripton": "Has a 20% chance to lower the target's Defense by one stage.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Biting"
    ]
  },
  {
    "name": "Mirror Coat",
    "id": 243,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": -5,
    "type": "Psychic",
    "generation": "Generation Ii",
    "short_descripton": "Inflicts twice the damage the user received from the last special hit it took.",
    "damage_class": "Special"
  },
  {
    "name": "Psych Up",
    "id": 244,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Discards the user's stat changes and copies the target's.",
    "damage_class": "Status"
  },
  {
    "name": "Extreme Speed",
    "id": 245,
    "accuracy": 100,
    "pp": 5,
    "power": 80,
    "priority": 2,
    "type": "Normal",
    "generation": "Generation Ii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Ancient Power",
    "id": 246,
    "accuracy": 100,
    "pp": 5,
    "power": 60,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Ii",
    "short_descripton": "Has a 10% chance to raise all of the user's stats by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Shadow Ball",
    "id": 247,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Ii",
    "short_descripton": "Has a 20% chance to lower the target's Special Defense by one stage.",
    "damage_class": "Special",
    "tags": [
      "Ball & Bomb"
    ]
  },
  {
    "name": "Future Sight",
    "id": 248,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Ii",
    "short_descripton": "Hits the target two turns later.",
    "damage_class": "Special"
  },
  {
    "name": "Rock Smash",
    "id": 249,
    "accuracy": 100,
    "pp": 15,
    "power": 40,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Ii",
    "short_descripton": "Has a 50% chance to lower the target's Defense by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Whirlpool",
    "id": 250,
    "accuracy": 85,
    "pp": 15,
    "power": 35,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Ii",
    "short_descripton": "Prevents the target from leaving battle and inflicts 1/16 its max HP in damage for 2-5 turns.",
    "damage_class": "Special"
  },
  {
    "name": "Beat Up",
    "id": 251,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Ii",
    "short_descripton": "Hits once for every conscious Pokémon the trainer has.",
    "damage_class": "Physical"
  },
  {
    "name": "Fake Out",
    "id": 252,
    "accuracy": 100,
    "pp": 10,
    "power": 40,
    "priority": 3,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Can only be used as the first move after the user enters battle.  Causes the target to flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Uproar",
    "id": 253,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Forced to use this move for several turns.  Pokémon cannot fall asleep in that time.",
    "damage_class": "Special",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Stockpile",
    "id": 254,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Stores energy up to three times for use with Spit Up and Swallow.",
    "damage_class": "Status"
  },
  {
    "name": "Spit Up",
    "id": 255,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Power is 100 times the amount of energy Stockpiled.",
    "damage_class": "Special"
  },
  {
    "name": "Swallow",
    "id": 256,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Recovers 1/4 HP after one Stockpile, 1/2 HP after two Stockpiles, or full HP after three Stockpiles.",
    "damage_class": "Status"
  },
  {
    "name": "Heat Wave",
    "id": 257,
    "accuracy": 90,
    "pp": 10,
    "power": 95,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iii",
    "short_descripton": "Has a 10% chance to burn the target.",
    "damage_class": "Special",
    "tags": [
      "Wind"
    ]
  },
  {
    "name": "Hail",
    "id": 258,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Iii",
    "short_descripton": "Changes the weather to a hailstorm for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Torment",
    "id": 259,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iii",
    "short_descripton": "Prevents the target from using the same move twice in a row.",
    "damage_class": "Status",
    "tags": [
      "Mental"
    ]
  },
  {
    "name": "Flatter",
    "id": 260,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iii",
    "short_descripton": "Raises the target's Special Attack by one stage and confuses the target.",
    "damage_class": "Status"
  },
  {
    "name": "Will-O-Wisp",
    "id": 261,
    "accuracy": 85,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iii",
    "short_descripton": "Burns the target.",
    "damage_class": "Status"
  },
  {
    "name": "Memento",
    "id": 262,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the target's Attack and Special Attack by two stages.  User faints.",
    "damage_class": "Status"
  },
  {
    "name": "Facade",
    "id": 263,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Power doubles if user is burned, paralyzed, or poisoned.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Focus Punch",
    "id": 264,
    "accuracy": 100,
    "pp": 20,
    "power": 150,
    "priority": -3,
    "type": "Fighting",
    "generation": "Generation Iii",
    "short_descripton": "If the user takes damage before attacking, the attack is canceled.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Punching"
    ]
  },
  {
    "name": "Smelling Salts",
    "id": 265,
    "accuracy": 100,
    "pp": 10,
    "power": 70,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "If the target is paralyzed, inflicts double damage and cures the paralysis.",
    "damage_class": "Physical"
  },
  {
    "name": "Follow Me",
    "id": 266,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 2,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Redirects the target's single-target effects to the user for this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Nature Power",
    "id": 267,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Uses a move which depends upon the terrain.",
    "damage_class": "Status"
  },
  {
    "name": "Charge",
    "id": 268,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Iii",
    "short_descripton": "Raises the user's Special Defense by one stage.  User's Electric moves have doubled power next turn.",
    "damage_class": "Status"
  },
  {
    "name": "Taunt",
    "id": 269,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iii",
    "short_descripton": "For the next few turns, the target can only use damaging moves.",
    "damage_class": "Status",
    "tags": [
      "Mental"
    ]
  },
  {
    "name": "Helping Hand",
    "id": 270,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 5,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Ally's next move inflicts half more damage.",
    "damage_class": "Status",
    "tags": []
  },
  {
    "name": "Trick",
    "id": 271,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "User and target swap items.",
    "damage_class": "Status"
  },
  {
    "name": "Role Play",
    "id": 272,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Copies the target's ability.",
    "damage_class": "Status"
  },
  {
    "name": "Wish",
    "id": 273,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "User will recover half its max HP at the end of the next turn.",
    "damage_class": "Status"
  },
  {
    "name": "Assist",
    "id": 274,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Randomly selects and uses one of the trainer's other Pokémon's moves.",
    "damage_class": "Status"
  },
  {
    "name": "Ingrain",
    "id": 275,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iii",
    "short_descripton": "Prevents the user from leaving battle.  User regains 1/16 of its max HP every turn.",
    "damage_class": "Status"
  },
  {
    "name": "Superpower",
    "id": 276,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the user's Attack and Defense by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Magic Coat",
    "id": 277,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 4,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Reflects back the first effect move used on the user this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Recycle",
    "id": 278,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "User recovers the item it last used up.",
    "damage_class": "Status"
  },
  {
    "name": "Revenge",
    "id": 279,
    "accuracy": 100,
    "pp": 10,
    "power": 60,
    "priority": -4,
    "type": "Fighting",
    "generation": "Generation Iii",
    "short_descripton": "Inflicts double damage if the user takes damage before attacking this turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Brick Break",
    "id": 280,
    "accuracy": 100,
    "pp": 15,
    "power": 75,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iii",
    "short_descripton": "Destroys Reflect and Light Screen.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Yawn",
    "id": 281,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Target sleeps at the end of the next turn.",
    "damage_class": "Status"
  },
  {
    "name": "Knock Off",
    "id": 282,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iii",
    "short_descripton": "Target drops its held item.",
    "damage_class": "Physical"
  },
  {
    "name": "Endeavor",
    "id": 283,
    "accuracy": 100,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the target's HP to equal the user's.",
    "damage_class": "Physical"
  },
  {
    "name": "Eruption",
    "id": 284,
    "accuracy": 100,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iii",
    "short_descripton": "Inflicts more damage when the user has more HP remaining, with a maximum of 150 power.",
    "damage_class": "Special"
  },
  {
    "name": "Skill Swap",
    "id": 285,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "User and target swap abilities.",
    "damage_class": "Status"
  },
  {
    "name": "Imprison",
    "id": 286,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Prevents the target from using any moves that the user also knows.",
    "damage_class": "Status"
  },
  {
    "name": "Refresh",
    "id": 287,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Cleanses the user of a burn, paralysis, or poison.",
    "damage_class": "Status"
  },
  {
    "name": "Grudge",
    "id": 288,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Iii",
    "short_descripton": "If the user faints this turn, the PP of the move that fainted it drops to 0.",
    "damage_class": "Status"
  },
  {
    "name": "Snatch",
    "id": 289,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 4,
    "type": "Dark",
    "generation": "Generation Iii",
    "short_descripton": "Steals the target's move, if it's self-targeted.",
    "damage_class": "Status"
  },
  {
    "name": "Secret Power",
    "id": 290,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Has a 30% chance to inflict a status effect which depends upon the terrain.",
    "damage_class": "Physical"
  },
  {
    "name": "Dive",
    "id": 291,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iii",
    "short_descripton": "User dives underwater, dodging all attacks, and hits next turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Arm Thrust",
    "id": 292,
    "accuracy": 100,
    "pp": 20,
    "power": 15,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iii",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Camouflage",
    "id": 293,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "User's type changes to match the terrain.",
    "damage_class": "Status"
  },
  {
    "name": "Tail Glow",
    "id": 294,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iii",
    "short_descripton": "Raises the user's Special Attack by three stages.",
    "damage_class": "Status"
  },
  {
    "name": "Luster Purge",
    "id": 295,
    "accuracy": 100,
    "pp": 5,
    "power": 70,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Has a 50% chance to lower the target's Special Defense by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Mist Ball",
    "id": 296,
    "accuracy": 100,
    "pp": 5,
    "power": 70,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Has a 50% chance to lower the target's Special Attack by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Feather Dance",
    "id": 297,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the target's Attack by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Teeter Dance",
    "id": 298,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Confuses the target.",
    "damage_class": "Status"
  },
  {
    "name": "Blaze Kick",
    "id": 299,
    "accuracy": 90,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iii",
    "short_descripton": "Has an increased chance for a critical hit and a 10% chance to burn the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Mud Sport",
    "id": 300,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Iii",
    "short_descripton": "Halves all Electric-type damage.",
    "damage_class": "Status"
  },
  {
    "name": "Ice Ball",
    "id": 301,
    "accuracy": 90,
    "pp": 20,
    "power": 30,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Iii",
    "short_descripton": "Power doubles every turn this move is used in succession after the first, resetting after five turns.",
    "damage_class": "Physical"
  },
  {
    "name": "Needle Arm",
    "id": 302,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iii",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Slack Off",
    "id": 303,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Heals the user by half its max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Hyper Voice",
    "id": 304,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Poison Fang",
    "id": 305,
    "accuracy": 100,
    "pp": 15,
    "power": 50,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Iii",
    "short_descripton": "Has a 50% chance to badly poison the target.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Crush Claw",
    "id": 306,
    "accuracy": 95,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Has a 50% chance to lower the target's Defense by one stage.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Blast Burn",
    "id": 307,
    "accuracy": 90,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iii",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Special"
  },
  {
    "name": "Hydro Cannon",
    "id": 308,
    "accuracy": 90,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iii",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Special"
  },
  {
    "name": "Meteor Mash",
    "id": 309,
    "accuracy": 90,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iii",
    "short_descripton": "Has a 20% chance to raise the user's Attack by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Astonish",
    "id": 310,
    "accuracy": 100,
    "pp": 15,
    "power": 30,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Iii",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Weather Ball",
    "id": 311,
    "accuracy": 100,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "If there be weather, this move has doubled power and the weather's type.",
    "damage_class": "Special",
    "tags": [
      "Ball & Bomb"
    ]
  },
  {
    "name": "Aromatherapy",
    "id": 312,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iii",
    "short_descripton": "Cures the entire party of major status effects.",
    "damage_class": "Status"
  },
  {
    "name": "Fake Tears",
    "id": 313,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the target's Special Defense by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Air Cutter",
    "id": 314,
    "accuracy": 95,
    "pp": 25,
    "power": 60,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iii",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Special"
  },
  {
    "name": "Overheat",
    "id": 315,
    "accuracy": 90,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the user's Special Attack by two stages after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Odor Sleuth",
    "id": 316,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Forces the target to have no Evade, and allows it to be hit by Normal and Fighting moves even if it's a Ghost.",
    "damage_class": "Status"
  },
  {
    "name": "Rock Tomb",
    "id": 317,
    "accuracy": 95,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Iii",
    "short_descripton": "Has a 100% chance to lower the target's Speed by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Silver Wind",
    "id": 318,
    "accuracy": 100,
    "pp": 5,
    "power": 60,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iii",
    "short_descripton": "Has a 10% chance to raise all of the user's stats by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Metal Sound",
    "id": 319,
    "accuracy": 85,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the target's Special Defense by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Grass Whistle",
    "id": 320,
    "accuracy": 55,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iii",
    "short_descripton": "Puts the target to sleep.",
    "damage_class": "Status"
  },
  {
    "name": "Tickle",
    "id": 321,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the target's Attack and Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Cosmic Power",
    "id": 322,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Raises the user's Defense and Special Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Water Spout",
    "id": 323,
    "accuracy": 100,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iii",
    "short_descripton": "Inflicts more damage when the user has more HP remaining, with a maximum of 150 power.",
    "damage_class": "Special"
  },
  {
    "name": "Signal Beam",
    "id": 324,
    "accuracy": 100,
    "pp": 15,
    "power": 75,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iii",
    "short_descripton": "Has a 10% chance to confuse the target.",
    "damage_class": "Special"
  },
  {
    "name": "Shadow Punch",
    "id": 325,
    "accuracy": null,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Iii",
    "short_descripton": "Never misses.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Punching"
    ]
  },
  {
    "name": "Extrasensory",
    "id": 326,
    "accuracy": 100,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Has a 10% chance to make the target flinch.",
    "damage_class": "Special"
  },
  {
    "name": "Sky Uppercut",
    "id": 327,
    "accuracy": 90,
    "pp": 15,
    "power": 85,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iii",
    "short_descripton": "Inflicts regular damage and can hit Bounce and Fly users.",
    "damage_class": "Physical"
  },
  {
    "name": "Sand Tomb",
    "id": 328,
    "accuracy": 85,
    "pp": 15,
    "power": 35,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Iii",
    "short_descripton": "Prevents the target from fleeing and inflicts damage for 2-5 turns.",
    "damage_class": "Physical"
  },
  {
    "name": "Sheer Cold",
    "id": 329,
    "accuracy": 30,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Iii",
    "short_descripton": "Causes a one-hit KO.",
    "damage_class": "Special"
  },
  {
    "name": "Muddy Water",
    "id": 330,
    "accuracy": 85,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iii",
    "short_descripton": "Has a 30% chance to lower the target's accuracy by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Bullet Seed",
    "id": 331,
    "accuracy": 100,
    "pp": 30,
    "power": 25,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iii",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Aerial Ace",
    "id": 332,
    "accuracy": null,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iii",
    "short_descripton": "Never misses.",
    "damage_class": "Physical"
  },
  {
    "name": "Icicle Spear",
    "id": 333,
    "accuracy": 100,
    "pp": 30,
    "power": 25,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Iii",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Iron Defense",
    "id": 334,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iii",
    "short_descripton": "Raises the user's Defense by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Block",
    "id": 335,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Prevents the target from leaving battle.",
    "damage_class": "Status"
  },
  {
    "name": "Howl",
    "id": 336,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Raises the user's Attack by one stage.",
    "damage_class": "Status",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Dragon Claw",
    "id": 337,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Iii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Slicing"
    ]
  },
  {
    "name": "Frenzy Plant",
    "id": 338,
    "accuracy": 90,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iii",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Special"
  },
  {
    "name": "Bulk Up",
    "id": 339,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iii",
    "short_descripton": "Raises the user's Attack and Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Bounce",
    "id": 340,
    "accuracy": 85,
    "pp": 5,
    "power": 85,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iii",
    "short_descripton": "User bounces high into the air, dodging all attacks, and hits next turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Mud Shot",
    "id": 341,
    "accuracy": 95,
    "pp": 15,
    "power": 55,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Iii",
    "short_descripton": "Has a 100% chance to lower the target's Speed by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Poison Tail",
    "id": 342,
    "accuracy": 100,
    "pp": 25,
    "power": 50,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Iii",
    "short_descripton": "Has an increased chance for a critical hit and a 10% chance to poison the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Covet",
    "id": 343,
    "accuracy": 100,
    "pp": 25,
    "power": 60,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iii",
    "short_descripton": "Takes the target's item.",
    "damage_class": "Physical"
  },
  {
    "name": "Volt Tackle",
    "id": 344,
    "accuracy": 100,
    "pp": 15,
    "power": 120,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Iii",
    "short_descripton": "User takes 1/3 the damage inflicted in recoil.  Has a 10% chance to paralyze the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Magical Leaf",
    "id": 345,
    "accuracy": null,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iii",
    "short_descripton": "Never misses.",
    "damage_class": "Special"
  },
  {
    "name": "Water Sport",
    "id": 346,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iii",
    "short_descripton": "Halves all Fire-type damage.",
    "damage_class": "Status"
  },
  {
    "name": "Calm Mind",
    "id": 347,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Raises the user's Special Attack and Special Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Leaf Blade",
    "id": 348,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iii",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Dragon Dance",
    "id": 349,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Iii",
    "short_descripton": "Raises the user's Attack and Speed by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Rock Blast",
    "id": 350,
    "accuracy": 90,
    "pp": 10,
    "power": 25,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Iii",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Shock Wave",
    "id": 351,
    "accuracy": null,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Iii",
    "short_descripton": "Never misses.",
    "damage_class": "Special"
  },
  {
    "name": "Water Pulse",
    "id": 352,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iii",
    "short_descripton": "Has a 20% chance to confuse the target.",
    "damage_class": "Special"
  },
  {
    "name": "Doom Desire",
    "id": 353,
    "accuracy": 100,
    "pp": 5,
    "power": 140,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iii",
    "short_descripton": "Hits the target two turns later.",
    "damage_class": "Special"
  },
  {
    "name": "Psycho Boost",
    "id": 354,
    "accuracy": 90,
    "pp": 5,
    "power": 140,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iii",
    "short_descripton": "Lowers the user's Special Attack by two stages after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Roost",
    "id": 355,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iv",
    "short_descripton": "Heals the user by half its max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Gravity",
    "id": 356,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "Disables moves and immunities that involve flying or levitating for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Miracle Eye",
    "id": 357,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "Forces the target to have no evasion, and allows it to be hit by Psychic moves even if it's Dark.",
    "damage_class": "Status"
  },
  {
    "name": "Wake Up Slap",
    "id": 358,
    "accuracy": 100,
    "pp": 10,
    "power": 70,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iv",
    "short_descripton": "If the target is asleep, has double power and wakes it up.",
    "damage_class": "Physical"
  },
  {
    "name": "Hammer Arm",
    "id": 359,
    "accuracy": 90,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iv",
    "short_descripton": "Lowers user's Speed by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Gyro Ball",
    "id": 360,
    "accuracy": 100,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iv",
    "short_descripton": "Power raises when the user has lower Speed, up to a maximum of 150.",
    "damage_class": "Physical"
  },
  {
    "name": "Healing Wish",
    "id": 361,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "User faints.  Its replacement has its HP fully restored and any major status effect removed.",
    "damage_class": "Status"
  },
  {
    "name": "Brine",
    "id": 362,
    "accuracy": 100,
    "pp": 10,
    "power": 65,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iv",
    "short_descripton": "Has double power against Pokémon that have less than half their max HP remaining.",
    "damage_class": "Special"
  },
  {
    "name": "Natural Gift",
    "id": 363,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Power and type depend on the held berry.",
    "damage_class": "Physical"
  },
  {
    "name": "Feint",
    "id": 364,
    "accuracy": 100,
    "pp": 10,
    "power": 30,
    "priority": 2,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Hits through Protect and Detect.",
    "damage_class": "Physical"
  },
  {
    "name": "Pluck",
    "id": 365,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iv",
    "short_descripton": "If target has a berry, inflicts double damage and uses the berry.",
    "damage_class": "Physical"
  },
  {
    "name": "Tailwind",
    "id": 366,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iv",
    "short_descripton": "For three turns, friendly Pokémon have doubled Speed.",
    "damage_class": "Status"
  },
  {
    "name": "Acupressure",
    "id": 367,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Raises one of a friendly Pokémon's stats at random by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Metal Burst",
    "id": 368,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iv",
    "short_descripton": "Strikes back at the last Pokémon to hit the user this turn with 1.5× the damage.",
    "damage_class": "Physical"
  },
  {
    "name": "U-turn",
    "id": 369,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iv",
    "short_descripton": "User must switch out after attacking.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Close Combat",
    "id": 370,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iv",
    "short_descripton": "Lowers the user's Defense and Special Defense by one stage after inflicting damage.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Payback",
    "id": 371,
    "accuracy": 100,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Power is doubled if the target has already moved this turn.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Assurance",
    "id": 372,
    "accuracy": 100,
    "pp": 10,
    "power": 60,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Power is doubled if the target has already received damage this turn.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Embargo",
    "id": 373,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Target cannot use held items.",
    "damage_class": "Status"
  },
  {
    "name": "Fling",
    "id": 374,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Throws held item at the target; power depends on the item.",
    "damage_class": "Physical"
  },
  {
    "name": "Psycho Shift",
    "id": 375,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "Transfers the user's major status effect to the target.",
    "damage_class": "Status"
  },
  {
    "name": "Trump Card",
    "id": 376,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Power increases when this move has less PP, up to a maximum of 200.",
    "damage_class": "Special"
  },
  {
    "name": "Heal Block",
    "id": 377,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "Prevents target from restoring its HP for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Wring Out",
    "id": 378,
    "accuracy": 100,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Power increases against targets with more HP remaining, up to a maximum of 121 power.",
    "damage_class": "Special"
  },
  {
    "name": "Power Trick",
    "id": 379,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "User swaps Attack and Defense.",
    "damage_class": "Status"
  },
  {
    "name": "Gastro Acid",
    "id": 380,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Iv",
    "short_descripton": "Nullifies target's ability until it leaves battle.",
    "damage_class": "Status"
  },
  {
    "name": "Lucky Chant",
    "id": 381,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Prevents the target from scoring critical hits for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Me First",
    "id": 382,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Uses the target's move against it before it attacks, with power increased by half.",
    "damage_class": "Status"
  },
  {
    "name": "Copycat",
    "id": 383,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Uses the target's last used move.",
    "damage_class": "Status"
  },
  {
    "name": "Power Swap",
    "id": 384,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "User swaps Attack and Special Attack changes with the target.",
    "damage_class": "Status"
  },
  {
    "name": "Guard Swap",
    "id": 385,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "User swaps Defense and Special Defense changes with the target.",
    "damage_class": "Status"
  },
  {
    "name": "Punishment",
    "id": 386,
    "accuracy": 100,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Power increases against targets with more raised stats, up to a maximum of 200.",
    "damage_class": "Physical"
  },
  {
    "name": "Last Resort",
    "id": 387,
    "accuracy": 100,
    "pp": 5,
    "power": 140,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Can only be used after all of the user's other moves have been used.",
    "damage_class": "Physical"
  },
  {
    "name": "Worry Seed",
    "id": 388,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iv",
    "short_descripton": "Changes the target's ability to Insomnia.",
    "damage_class": "Status"
  },
  {
    "name": "Sucker Punch",
    "id": 389,
    "accuracy": 100,
    "pp": 5,
    "power": 70,
    "priority": 1,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Only works if the target is about to use a damaging move.",
    "damage_class": "Physical"
  },
  {
    "name": "Toxic Spikes",
    "id": 390,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Iv",
    "short_descripton": "Scatters poisoned spikes, poisoning opposing Pokémon that switch in.",
    "damage_class": "Status"
  },
  {
    "name": "Heart Swap",
    "id": 391,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "User and target swap stat changes.",
    "damage_class": "Status"
  },
  {
    "name": "Aqua Ring",
    "id": 392,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iv",
    "short_descripton": "Restores 1/16 of the user's max HP each turn.",
    "damage_class": "Status"
  },
  {
    "name": "Magnet Rise",
    "id": 393,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Iv",
    "short_descripton": "User is immune to Ground moves and effects for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Flare Blitz",
    "id": 394,
    "accuracy": 100,
    "pp": 15,
    "power": 120,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iv",
    "short_descripton": "User takes 1/3 the damage inflicted in recoil.  Has a 10% chance to burn the target.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Force Palm",
    "id": 395,
    "accuracy": 100,
    "pp": 10,
    "power": 60,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iv",
    "short_descripton": "Has a 30% chance to paralyze the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Aura Sphere",
    "id": 396,
    "accuracy": null,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iv",
    "short_descripton": "Never misses.",
    "damage_class": "Special"
  },
  {
    "name": "Rock Polish",
    "id": 397,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Iv",
    "short_descripton": "Raises the user's Speed by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Poison Jab",
    "id": 398,
    "accuracy": 100,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Iv",
    "short_descripton": "Has a 30% chance to poison the target.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Dark Pulse",
    "id": 399,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Has a 20% chance to make the target flinch.",
    "damage_class": "Special",
    "tags": [
      "Pulse"
    ]
  },
  {
    "name": "Night Slash",
    "id": 400,
    "accuracy": 100,
    "pp": 15,
    "power": 70,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Slicing"
    ]
  },
  {
    "name": "Aqua Tail",
    "id": 401,
    "accuracy": 90,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Seed Bomb",
    "id": 402,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical",
    "tags": [
      "Ball & Bomb"
    ]
  },
  {
    "name": "Air Slash",
    "id": 403,
    "accuracy": 95,
    "pp": 15,
    "power": 75,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iv",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Special"
  },
  {
    "name": "X-Scissor",
    "id": 404,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Slicing"
    ]
  },
  {
    "name": "Bug Buzz",
    "id": 405,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to lower the target's Special Defense by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Dragon Pulse",
    "id": 406,
    "accuracy": 100,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Dragon Rush",
    "id": 407,
    "accuracy": 75,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Iv",
    "short_descripton": "Has a 20% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Power Gem",
    "id": 408,
    "accuracy": 100,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Drain Punch",
    "id": 409,
    "accuracy": 100,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iv",
    "short_descripton": "Drains half the damage inflicted to heal the user.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Punching"
    ]
  },
  {
    "name": "Vacuum Wave",
    "id": 410,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 1,
    "type": "Fighting",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Focus Blast",
    "id": 411,
    "accuracy": 70,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to lower the target's Special Defense by one stage.",
    "damage_class": "Special",
    "tags": [
      "Ball & Bomb"
    ]
  },
  {
    "name": "Energy Ball",
    "id": 412,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to lower the target's Special Defense by one stage.",
    "damage_class": "Special",
    "tags": [
      "Ball & Bomb"
    ]
  },
  {
    "name": "Brave Bird",
    "id": 413,
    "accuracy": 100,
    "pp": 15,
    "power": 120,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iv",
    "short_descripton": "User receives 1/3 the damage inflicted in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Earth Power",
    "id": 414,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to lower the target's Special Defense by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Switcheroo",
    "id": 415,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "User and target swap items.",
    "damage_class": "Status"
  },
  {
    "name": "Giga Impact",
    "id": 416,
    "accuracy": 90,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Nasty Plot",
    "id": 417,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Raises the user's Special Attack by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Bullet Punch",
    "id": 418,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 1,
    "type": "Steel",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Avalanche",
    "id": 419,
    "accuracy": 100,
    "pp": 10,
    "power": 60,
    "priority": -4,
    "type": "Ice",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts double damage if the user takes damage before attacking this turn.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Ice Shard",
    "id": 420,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 1,
    "type": "Ice",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Shadow Claw",
    "id": 421,
    "accuracy": 100,
    "pp": 15,
    "power": 70,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Iv",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Slicing"
    ]
  },
  {
    "name": "Thunder Fang",
    "id": 422,
    "accuracy": 95,
    "pp": 15,
    "power": 65,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to paralyze the target and a 10% chance to make the target flinch.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Biting"
    ]
  },
  {
    "name": "Ice Fang",
    "id": 423,
    "accuracy": 95,
    "pp": 15,
    "power": 65,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to freeze the target and a 10% chance to make the target flinch.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Biting"
    ]
  },
  {
    "name": "Fire Fang",
    "id": 424,
    "accuracy": 95,
    "pp": 15,
    "power": 65,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to burn the target and a 10% chance to make the target flinch.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Biting"
    ]
  },
  {
    "name": "Shadow Sneak",
    "id": 425,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 1,
    "type": "Ghost",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Mud Bomb",
    "id": 426,
    "accuracy": 85,
    "pp": 10,
    "power": 65,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Iv",
    "short_descripton": "Has a 30% chance to lower the target's accuracy by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Psycho Cut",
    "id": 427,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical",
    "tags": [
      "Slicing"
    ]
  },
  {
    "name": "Zen Headbutt",
    "id": 428,
    "accuracy": 90,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "Has a 20% chance to make the target flinch.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Mirror Shot",
    "id": 429,
    "accuracy": 85,
    "pp": 10,
    "power": 65,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iv",
    "short_descripton": "Has a 30% chance to lower the target's accuracy by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Flash Cannon",
    "id": 430,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to lower the target's Special Defense by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Rock Climb",
    "id": 431,
    "accuracy": 85,
    "pp": 20,
    "power": 90,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Has a 20% chance to confuse the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Defog",
    "id": 432,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iv",
    "short_descripton": "Lowers the target's evasion by one stage.  Removes field effects from the enemy field.",
    "damage_class": "Status"
  },
  {
    "name": "Trick Room",
    "id": 433,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": -7,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "For five turns, slower Pokémon will act before faster Pokémon.",
    "damage_class": "Status"
  },
  {
    "name": "Draco Meteor",
    "id": 434,
    "accuracy": 90,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Iv",
    "short_descripton": "Lowers the user's Special Attack by two stages after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Discharge",
    "id": 435,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Iv",
    "short_descripton": "Has a 30% chance to paralyze the target.",
    "damage_class": "Special",
    "tags": [
      "All Pokemon"
    ]
  },
  {
    "name": "Lava Plume",
    "id": 436,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iv",
    "short_descripton": "Has a 30% chance to burn the target.",
    "damage_class": "Special",
    "tags": [
      "All Pokemon"
    ]
  },
  {
    "name": "Leaf Storm",
    "id": 437,
    "accuracy": 90,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iv",
    "short_descripton": "Lowers the user's Special Attack by two stages after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Power Whip",
    "id": 438,
    "accuracy": 85,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Rock Wrecker",
    "id": 439,
    "accuracy": 90,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Iv",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Physical"
  },
  {
    "name": "Cross Poison",
    "id": 440,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Iv",
    "short_descripton": "Has an increased chance for a critical hit and a 10% chance to poison the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Gunk Shot",
    "id": 441,
    "accuracy": 80,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Iv",
    "short_descripton": "Has a 30% chance to poison the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Iron Head",
    "id": 442,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iv",
    "short_descripton": "Has a 20% chance to make the target flinch.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Magnet Bomb",
    "id": 443,
    "accuracy": null,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Iv",
    "short_descripton": "Never misses.",
    "damage_class": "Physical"
  },
  {
    "name": "Stone Edge",
    "id": 444,
    "accuracy": 80,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Iv",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Captivate",
    "id": 445,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Lowers the target's Special Attack by two stages if it's the opposite gender.",
    "damage_class": "Status"
  },
  {
    "name": "Stealth Rock",
    "id": 446,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Iv",
    "short_descripton": "Causes damage when opposing Pokémon switch in.",
    "damage_class": "Status"
  },
  {
    "name": "Grass Knot",
    "id": 447,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts more damage to heavier targets, with a maximum of 120 power.",
    "damage_class": "Special"
  },
  {
    "name": "Chatter",
    "id": 448,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Iv",
    "short_descripton": "Has a higher chance to confuse the target when the recorded sound is louder.",
    "damage_class": "Special"
  },
  {
    "name": "Judgment",
    "id": 449,
    "accuracy": 100,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "If the user is holding a appropriate plate or drive, the damage inflicted will match it.",
    "damage_class": "Special"
  },
  {
    "name": "Bug Bite",
    "id": 450,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iv",
    "short_descripton": "If target has a berry, inflicts double damage and uses the berry.",
    "damage_class": "Physical"
  },
  {
    "name": "Charge Beam",
    "id": 451,
    "accuracy": 90,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Iv",
    "short_descripton": "Has a 70% chance to raise the user's Special Attack by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Wood Hammer",
    "id": 452,
    "accuracy": 100,
    "pp": 15,
    "power": 120,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iv",
    "short_descripton": "User receives 1/3 the damage inflicted in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Aqua Jet",
    "id": 453,
    "accuracy": 100,
    "pp": 20,
    "power": 40,
    "priority": 1,
    "type": "Water",
    "generation": "Generation Iv",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Attack Order",
    "id": 454,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iv",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Defend Order",
    "id": 455,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iv",
    "short_descripton": "Raises the user's Defense and Special Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Heal Order",
    "id": 456,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Iv",
    "short_descripton": "Heals the user by half its max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Head Smash",
    "id": 457,
    "accuracy": 80,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Iv",
    "short_descripton": "User receives 1/2 the damage inflicted in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Double Hit",
    "id": 458,
    "accuracy": 90,
    "pp": 10,
    "power": 35,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Hits twice in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Roar Of Time",
    "id": 459,
    "accuracy": 90,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Iv",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Special"
  },
  {
    "name": "Spacial Rend",
    "id": 460,
    "accuracy": 95,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Iv",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Special"
  },
  {
    "name": "Lunar Dance",
    "id": 461,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Iv",
    "short_descripton": "User faints, and its replacement is fully healed.",
    "damage_class": "Status"
  },
  {
    "name": "Crush Grip",
    "id": 462,
    "accuracy": 100,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Iv",
    "short_descripton": "Power increases against targets with more HP remaining, up to a maximum of 121 power.",
    "damage_class": "Physical"
  },
  {
    "name": "Magma Storm",
    "id": 463,
    "accuracy": 75,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Iv",
    "short_descripton": "Prevents the target from fleeing and inflicts damage for 2-5 turns.",
    "damage_class": "Special"
  },
  {
    "name": "Dark Void",
    "id": 464,
    "accuracy": 50,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Iv",
    "short_descripton": "Puts the target to sleep.",
    "damage_class": "Status"
  },
  {
    "name": "Seed Flare",
    "id": 465,
    "accuracy": 85,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Iv",
    "short_descripton": "Has a 40% chance to lower the target's Special Defense by two stages.",
    "damage_class": "Special"
  },
  {
    "name": "Ominous Wind",
    "id": 466,
    "accuracy": 100,
    "pp": 5,
    "power": 60,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Iv",
    "short_descripton": "Has a 10% chance to raise all of the user's stats by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Shadow Force",
    "id": 467,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Iv",
    "short_descripton": "User vanishes, dodging all attacks, and hits next turn.  Hits through Protect and Detect.",
    "damage_class": "Physical"
  },
  {
    "name": "Hone Claws",
    "id": 468,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation V",
    "short_descripton": "Raises the user's Attack and accuracy by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Wide Guard",
    "id": 469,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 3,
    "type": "Rock",
    "generation": "Generation V",
    "short_descripton": "Prevents any multi-target moves from hitting friendly Pokémon this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Guard Split",
    "id": 470,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Averages Defense and Special Defense with the target.",
    "damage_class": "Status"
  },
  {
    "name": "Power Split",
    "id": 471,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Averages Attack and Special Attack with the target.",
    "damage_class": "Status"
  },
  {
    "name": "Wonder Room",
    "id": 472,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "All Pokémon's Defense and Special Defense are swapped for 5 turns.",
    "damage_class": "Status"
  },
  {
    "name": "Psyshock",
    "id": 473,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Inflicts damage based on the target's Defense, not Special Defense.",
    "damage_class": "Special"
  },
  {
    "name": "Venoshock",
    "id": 474,
    "accuracy": 100,
    "pp": 10,
    "power": 65,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation V",
    "short_descripton": "Inflicts double damage if the target is Poisoned.",
    "damage_class": "Special"
  },
  {
    "name": "Autotomize",
    "id": 475,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation V",
    "short_descripton": "Raises the user's Speed by two stages and halves the user's weight.",
    "damage_class": "Status"
  },
  {
    "name": "Rage Powder",
    "id": 476,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 2,
    "type": "Bug",
    "generation": "Generation V",
    "short_descripton": "Redirects the target's single-target effects to the user for this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Telekinesis",
    "id": 477,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Moves have 100% accuracy against the target for three turns.",
    "damage_class": "Status"
  },
  {
    "name": "Magic Room",
    "id": 478,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Negates held items for five turns.",
    "damage_class": "Status"
  },
  {
    "name": "Smack Down",
    "id": 479,
    "accuracy": 100,
    "pp": 15,
    "power": 50,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation V",
    "short_descripton": "Removes any immunity to Ground damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Storm Throw",
    "id": 480,
    "accuracy": 100,
    "pp": 10,
    "power": 60,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation V",
    "short_descripton": "Always scores a critical hit.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Flame Burst",
    "id": 481,
    "accuracy": 100,
    "pp": 15,
    "power": 70,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Deals splash damage to Pokémon next to the target.",
    "damage_class": "Special"
  },
  {
    "name": "Sludge Wave",
    "id": 482,
    "accuracy": 100,
    "pp": 10,
    "power": 95,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation V",
    "short_descripton": "Has a 10% chance to poison the target.",
    "damage_class": "Special"
  },
  {
    "name": "Quiver Dance",
    "id": 483,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation V",
    "short_descripton": "Raises the user's Special Attack, Special Defense, and Speed by one stage each.",
    "damage_class": "Status"
  },
  {
    "name": "Heavy Slam",
    "id": 484,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation V",
    "short_descripton": "Power is higher when the user weighs more than the target, up to a maximum of 120.",
    "damage_class": "Physical"
  },
  {
    "name": "Synchronoise",
    "id": 485,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Hits any Pokémon that shares a type with the user.",
    "damage_class": "Special"
  },
  {
    "name": "Electro Ball",
    "id": 486,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation V",
    "short_descripton": "Power is higher when the user has greater Speed than the target, up to a maximum of 150.",
    "damage_class": "Special"
  },
  {
    "name": "Soak",
    "id": 487,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Water",
    "generation": "Generation V",
    "short_descripton": "Changes the target's type to Water.",
    "damage_class": "Status"
  },
  {
    "name": "Flame Charge",
    "id": 488,
    "accuracy": 100,
    "pp": 20,
    "power": 50,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Inflicts regular damage.  Raises the user's Speed by one stage.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Coil",
    "id": 489,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation V",
    "short_descripton": "Raises the user's Attack, Defense, and accuracy by one stage each.",
    "damage_class": "Status"
  },
  {
    "name": "Low Sweep",
    "id": 490,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation V",
    "short_descripton": "Lowers the target's Speed by one stage.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Acid Spray",
    "id": 491,
    "accuracy": 100,
    "pp": 20,
    "power": 40,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation V",
    "short_descripton": "Lowers the target's Special Defense by two stages.",
    "damage_class": "Special"
  },
  {
    "name": "Foul Play",
    "id": 492,
    "accuracy": 100,
    "pp": 15,
    "power": 95,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation V",
    "short_descripton": "Calculates damage with the target's attacking stat.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Simple Beam",
    "id": 493,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Changes the target's ability to Simple.",
    "damage_class": "Status"
  },
  {
    "name": "Entrainment",
    "id": 494,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Copies the user's ability onto the target.",
    "damage_class": "Status"
  },
  {
    "name": "After You",
    "id": 495,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Makes the target act next this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Round",
    "id": 496,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Has double power if it's used more than once per turn.",
    "damage_class": "Special",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Echoed Voice",
    "id": 497,
    "accuracy": 100,
    "pp": 15,
    "power": 40,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Power increases by 100% for each consecutive use by any friendly Pokémon, to a maximum of 200.",
    "damage_class": "Special"
  },
  {
    "name": "Chip Away",
    "id": 498,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Ignores the target's stat modifiers.",
    "damage_class": "Physical"
  },
  {
    "name": "Clear Smog",
    "id": 499,
    "accuracy": null,
    "pp": 15,
    "power": 50,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation V",
    "short_descripton": "Removes all of the target's stat modifiers.",
    "damage_class": "Special"
  },
  {
    "name": "Stored Power",
    "id": 500,
    "accuracy": 100,
    "pp": 10,
    "power": 20,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Power is higher the more the user's stats have been raised, to a maximum of 31×.",
    "damage_class": "Special"
  },
  {
    "name": "Quick Guard",
    "id": 501,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 3,
    "type": "Fighting",
    "generation": "Generation V",
    "short_descripton": "Prevents any priority moves from hitting friendly Pokémon this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Ally Switch",
    "id": 502,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 2,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "User switches places with the friendly Pokémon opposite it.",
    "damage_class": "Status"
  },
  {
    "name": "Scald",
    "id": 503,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Water",
    "generation": "Generation V",
    "short_descripton": "Has a 30% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Shell Smash",
    "id": 504,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Raises user's Attack, Special Attack, and Speed by two stages.  Lower user's Defense and Special Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Heal Pulse",
    "id": 505,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Heals the target for half its max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Hex",
    "id": 506,
    "accuracy": 100,
    "pp": 10,
    "power": 65,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation V",
    "short_descripton": "Has double power if the target has a major status ailment.",
    "damage_class": "Special"
  },
  {
    "name": "Sky Drop",
    "id": 507,
    "accuracy": 100,
    "pp": 10,
    "power": 60,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation V",
    "short_descripton": "Carries the target high into the air, dodging all attacks against either, and drops it next turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Shift Gear",
    "id": 508,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation V",
    "short_descripton": "Raises the user's Attack by one stage and its Speed by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Circle Throw",
    "id": 509,
    "accuracy": 90,
    "pp": 10,
    "power": 60,
    "priority": -6,
    "type": "Fighting",
    "generation": "Generation V",
    "short_descripton": "Ends wild battles.  Forces trainers to switch Pokémon.",
    "damage_class": "Physical"
  },
  {
    "name": "Incinerate",
    "id": 510,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Destroys the target's held berry.",
    "damage_class": "Special"
  },
  {
    "name": "Quash",
    "id": 511,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation V",
    "short_descripton": "Makes the target act last this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Acrobatics",
    "id": 512,
    "accuracy": 100,
    "pp": 15,
    "power": 55,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation V",
    "short_descripton": "Has double power if the user has no held item.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Reflect Type",
    "id": 513,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "User becomes the target's type.",
    "damage_class": "Status"
  },
  {
    "name": "Retaliate",
    "id": 514,
    "accuracy": 100,
    "pp": 5,
    "power": 70,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Has double power if a friendly Pokémon fainted last turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Final Gambit",
    "id": 515,
    "accuracy": 100,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation V",
    "short_descripton": "Inflicts damage equal to the user's remaining HP.  User faints.",
    "damage_class": "Special"
  },
  {
    "name": "Bestow",
    "id": 516,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Gives the user's held item to the target.",
    "damage_class": "Status"
  },
  {
    "name": "Inferno",
    "id": 517,
    "accuracy": 50,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Has a 100% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Water Pledge",
    "id": 518,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Water",
    "generation": "Generation V",
    "short_descripton": "With Grass Pledge, halves opposing Pokémon's Speed for four turns.",
    "damage_class": "Special"
  },
  {
    "name": "Fire Pledge",
    "id": 519,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "With Water Pledge, doubles the effect chance of friendly Pokémon's moves for four turns.",
    "damage_class": "Special"
  },
  {
    "name": "Grass Pledge",
    "id": 520,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation V",
    "short_descripton": "With Fire Pledge, damages opposing Pokémon for 1/8 their max HP every turn for four turns.",
    "damage_class": "Special"
  },
  {
    "name": "Volt Switch",
    "id": 521,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation V",
    "short_descripton": "User must switch out after attacking.",
    "damage_class": "Special"
  },
  {
    "name": "Struggle Bug",
    "id": 522,
    "accuracy": 100,
    "pp": 20,
    "power": 50,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation V",
    "short_descripton": "Has a 100% chance to lower the target's Special Attack by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Bulldoze",
    "id": 523,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation V",
    "short_descripton": "Has a 100% chance to lower the target's Speed by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Frost Breath",
    "id": 524,
    "accuracy": 90,
    "pp": 10,
    "power": 60,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation V",
    "short_descripton": "Always scores a critical hit.",
    "damage_class": "Special"
  },
  {
    "name": "Dragon Tail",
    "id": 525,
    "accuracy": 90,
    "pp": 10,
    "power": 60,
    "priority": -6,
    "type": "Dragon",
    "generation": "Generation V",
    "short_descripton": "Ends wild battles.  Forces trainers to switch Pokémon.",
    "damage_class": "Physical"
  },
  {
    "name": "Work Up",
    "id": 526,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Raises the user's Attack and Special Attack by one stage each.",
    "damage_class": "Status"
  },
  {
    "name": "Electroweb",
    "id": 527,
    "accuracy": 95,
    "pp": 15,
    "power": 55,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation V",
    "short_descripton": "Lowers the target's Speed by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Wild Charge",
    "id": 528,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation V",
    "short_descripton": "User receives 1/4 the damage it inflicts in recoil.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Drill Run",
    "id": 529,
    "accuracy": 95,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation V",
    "short_descripton": "Has an increased chance for a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Dual Chop",
    "id": 530,
    "accuracy": 90,
    "pp": 15,
    "power": 40,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation V",
    "short_descripton": "Hits twice in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Heart Stamp",
    "id": 531,
    "accuracy": 100,
    "pp": 25,
    "power": 60,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Horn Leech",
    "id": 532,
    "accuracy": 100,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation V",
    "short_descripton": "Drains half the damage inflicted to heal the user.",
    "damage_class": "Physical"
  },
  {
    "name": "Sacred Sword",
    "id": 533,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation V",
    "short_descripton": "Ignores the target's stat modifiers.",
    "damage_class": "Physical"
  },
  {
    "name": "Razor Shell",
    "id": 534,
    "accuracy": 95,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Water",
    "generation": "Generation V",
    "short_descripton": "Has a 50% chance to lower the target's Defense by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Heat Crash",
    "id": 535,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Power is higher when the user weighs more than the target, up to a maximum of 120.",
    "damage_class": "Physical"
  },
  {
    "name": "Leaf Tornado",
    "id": 536,
    "accuracy": 90,
    "pp": 10,
    "power": 65,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation V",
    "short_descripton": "Has a 50% chance to lower the target's accuracy by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Steamroller",
    "id": 537,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation V",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Cotton Guard",
    "id": 538,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation V",
    "short_descripton": "Raises the user's Defense by three stages.",
    "damage_class": "Status"
  },
  {
    "name": "Night Daze",
    "id": 539,
    "accuracy": 95,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation V",
    "short_descripton": "Has a 40% chance to lower the target's accuracy by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Psystrike",
    "id": 540,
    "accuracy": 100,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation V",
    "short_descripton": "Inflicts damage based on the target's Defense, not Special Defense.",
    "damage_class": "Special"
  },
  {
    "name": "Tail Slap",
    "id": 541,
    "accuracy": 85,
    "pp": 10,
    "power": 25,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Hits 2-5 times in one turn.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Hurricane",
    "id": 542,
    "accuracy": 70,
    "pp": 10,
    "power": 110,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation V",
    "short_descripton": "Has a 30% chance to confuse the target.",
    "damage_class": "Special"
  },
  {
    "name": "Head Charge",
    "id": 543,
    "accuracy": 100,
    "pp": 15,
    "power": 120,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "User receives 1/4 the damage it inflicts in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Gear Grind",
    "id": 544,
    "accuracy": 85,
    "pp": 15,
    "power": 50,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation V",
    "short_descripton": "Hits twice in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Searing Shot",
    "id": 545,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Has a 30% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Techno Blast",
    "id": 546,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "If the user is holding a appropriate plate or drive, the damage inflicted will match it.",
    "damage_class": "Special"
  },
  {
    "name": "Relic Song",
    "id": 547,
    "accuracy": 100,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation V",
    "short_descripton": "Has a 10% chance to put the target to sleep.",
    "damage_class": "Special"
  },
  {
    "name": "Secret Sword",
    "id": 548,
    "accuracy": 100,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation V",
    "short_descripton": "Inflicts damage based on the target's Defense, not Special Defense.",
    "damage_class": "Special"
  },
  {
    "name": "Glaciate",
    "id": 549,
    "accuracy": 95,
    "pp": 10,
    "power": 65,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation V",
    "short_descripton": "Lowers the target's Speed by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Bolt Strike",
    "id": 550,
    "accuracy": 85,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation V",
    "short_descripton": "Has a 20% chance to paralyze the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Blue Flare",
    "id": 551,
    "accuracy": 85,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Has a 20% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Fiery Dance",
    "id": 552,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Has a 50% chance to raise the user's Special Attack by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Freeze Shock",
    "id": 553,
    "accuracy": 90,
    "pp": 5,
    "power": 140,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation V",
    "short_descripton": "Requires a turn to charge before attacking.  Has a 30% chance to paralyze the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Ice Burn",
    "id": 554,
    "accuracy": 90,
    "pp": 5,
    "power": 140,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation V",
    "short_descripton": "Requires a turn to charge before attacking.  Has a 30% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Snarl",
    "id": 555,
    "accuracy": 95,
    "pp": 15,
    "power": 55,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation V",
    "short_descripton": "Has a 100% chance to lower the target's Special Attack by one stage.",
    "damage_class": "Special",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Icicle Crash",
    "id": 556,
    "accuracy": 90,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation V",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "V Create",
    "id": 557,
    "accuracy": 95,
    "pp": 5,
    "power": 180,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "Lowers the user's Defense, Special Defense, and Speed by one stage each.",
    "damage_class": "Physical"
  },
  {
    "name": "Fusion Flare",
    "id": 558,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation V",
    "short_descripton": "With Fusion Bolt, inflicts double damage.",
    "damage_class": "Special"
  },
  {
    "name": "Fusion Bolt",
    "id": 559,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation V",
    "short_descripton": "With Fusion Flare, inflicts double damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Flying Press",
    "id": 560,
    "accuracy": 95,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Vi",
    "short_descripton": "Deals both fighting and flying-type damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Mat Block",
    "id": 561,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Vi",
    "short_descripton": "Protects all friendly Pokémon from damaging moves.  Only works on the first turn after the user is sent out.",
    "damage_class": "Status"
  },
  {
    "name": "Belch",
    "id": 562,
    "accuracy": 90,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Vi",
    "short_descripton": "Can only be used after the user has eaten a berry.",
    "damage_class": "Special"
  },
  {
    "name": "Rototiller",
    "id": 563,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vi",
    "short_descripton": "Raises the Attack and Special Attack of all grass Pokémon in battle.",
    "damage_class": "Status"
  },
  {
    "name": "Sticky Web",
    "id": 564,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Vi",
    "short_descripton": "Covers the opposing field, lowering opponents' Speed by one stage upon switching in.",
    "damage_class": "Status"
  },
  {
    "name": "Fell Stinger",
    "id": 565,
    "accuracy": 100,
    "pp": 25,
    "power": 50,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Vi",
    "short_descripton": "Raises the user's Attack by two stages if it KOs the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Phantom Force",
    "id": 566,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vi",
    "short_descripton": "User vanishes, dodging all attacks, and hits next turn.  Hits through Protect and Detect.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Trick Or Treat",
    "id": 567,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vi",
    "short_descripton": "Adds ghost to the target's types.",
    "damage_class": "Status"
  },
  {
    "name": "Noble Roar",
    "id": 568,
    "accuracy": 100,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vi",
    "short_descripton": "Lowers the target's Attack and Special Attack by one stage.",
    "damage_class": "Status",
    "tags": [
      "Sound-Based"
    ]
  },
  {
    "name": "Ion Deluge",
    "id": 569,
    "accuracy": null,
    "pp": 25,
    "power": null,
    "priority": 1,
    "type": "Electric",
    "generation": "Generation Vi",
    "short_descripton": "Changes all normal moves to electric moves for the rest of the turn.",
    "damage_class": "Status"
  },
  {
    "name": "Parabolic Charge",
    "id": 570,
    "accuracy": 100,
    "pp": 20,
    "power": 65,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vi",
    "short_descripton": "Heals the user for half the total damage dealt to all targets.",
    "damage_class": "Special"
  },
  {
    "name": "Forests Curse",
    "id": 571,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vi",
    "short_descripton": "Adds grass to the target's types.",
    "damage_class": "Status"
  },
  {
    "name": "Petal Blizzard",
    "id": 572,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vi",
    "short_descripton": "Inflicts regular damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Freeze Dry",
    "id": 573,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Vi",
    "short_descripton": "Super-effective against water.",
    "damage_class": "Special"
  },
  {
    "name": "Disarming Voice",
    "id": 574,
    "accuracy": null,
    "pp": 15,
    "power": 40,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Never misses.",
    "damage_class": "Special"
  },
  {
    "name": "Parting Shot",
    "id": 575,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vi",
    "short_descripton": "Lowers all targets' Attack and Special Attack by one stage.  Makes the user switch out.",
    "damage_class": "Status"
  },
  {
    "name": "Topsy Turvy",
    "id": 576,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vi",
    "short_descripton": "Inverts the target's stat modifiers.",
    "damage_class": "Status"
  },
  {
    "name": "Draining Kiss",
    "id": 577,
    "accuracy": 100,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Drains 75% of the damage inflicted to heal the user.",
    "damage_class": "Special",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Crafty Shield",
    "id": 578,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 3,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Protects all friendly Pokémon from non-damaging moves.",
    "damage_class": "Status"
  },
  {
    "name": "Flower Shield",
    "id": 579,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Raises the Defense of all grass Pokémon in battle.",
    "damage_class": "Status"
  },
  {
    "name": "Grassy Terrain",
    "id": 580,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vi",
    "short_descripton": "For five turns, heals all Pokémon on the ground for 1/16 max HP each turn and strengthens their grass moves to 1.5× their power.",
    "damage_class": "Status"
  },
  {
    "name": "Misty Terrain",
    "id": 581,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "For five turns, protects all Pokémon on the ground from major status ailments and confusion, and halves the power of incoming dragon moves.",
    "damage_class": "Status"
  },
  {
    "name": "Electrify",
    "id": 582,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vi",
    "short_descripton": "Changes the target's move's type to electric if it hasn't moved yet this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Play Rough",
    "id": 583,
    "accuracy": 90,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Has a 10% chance to lower the target's Attack by one stage.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Fairy Wind",
    "id": 584,
    "accuracy": 100,
    "pp": 30,
    "power": 40,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Moonblast",
    "id": 585,
    "accuracy": 100,
    "pp": 15,
    "power": 95,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Has a 10% chance to lower the target's Special Attack by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Boomburst",
    "id": 586,
    "accuracy": 100,
    "pp": 10,
    "power": 140,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vi",
    "short_descripton": "Inflicts regular damage.",
    "damage_class": "Special"
  },
  {
    "name": "Fairy Lock",
    "id": 587,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Prevents all Pokémon from fleeing or switching out during the next turn.",
    "damage_class": "Status"
  },
  {
    "name": "Kings Shield",
    "id": 588,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 4,
    "type": "Steel",
    "generation": "Generation Vi",
    "short_descripton": "Blocks damaging attacks and lowers attacking Pokémon's Attack by two stages on contact.  Switches Aegislash to Shield Forme.",
    "damage_class": "Status"
  },
  {
    "name": "Play Nice",
    "id": 589,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vi",
    "short_descripton": "Lowers the target's Attack by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Confide",
    "id": 590,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vi",
    "short_descripton": "Lowers the target's Special Attack by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Diamond Storm",
    "id": 591,
    "accuracy": 95,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Vi",
    "short_descripton": "Has a 50% chance to raise the user's Defense by two stages for each target hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Steam Eruption",
    "id": 592,
    "accuracy": 95,
    "pp": 5,
    "power": 110,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vi",
    "short_descripton": "Has a 30% chance to burn the target.",
    "damage_class": "Special"
  },
  {
    "name": "Hyperspace Hole",
    "id": 593,
    "accuracy": null,
    "pp": 5,
    "power": 80,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vi",
    "short_descripton": "Ignores and destroys protection effects.",
    "damage_class": "Special"
  },
  {
    "name": "Water Shuriken",
    "id": 594,
    "accuracy": 100,
    "pp": 20,
    "power": 15,
    "priority": 1,
    "type": "Water",
    "generation": "Generation Vi",
    "short_descripton": "Hits 2–5 times.",
    "damage_class": "Special"
  },
  {
    "name": "Mystical Fire",
    "id": 595,
    "accuracy": 100,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Vi",
    "short_descripton": "Has a 100% chance to lower the target's Special Attack by one stage.",
    "damage_class": "Special"
  },
  {
    "name": "Spiky Shield",
    "id": 596,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 4,
    "type": "Grass",
    "generation": "Generation Vi",
    "short_descripton": "Blocks damaging attacks and damages attacking Pokémon for 1/8 their max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Aromatic Mist",
    "id": 597,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Raises a selected ally's Special Defense by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Eerie Impulse",
    "id": 598,
    "accuracy": 100,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vi",
    "short_descripton": "Lowers the target's Special Attack by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Venom Drench",
    "id": 599,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Vi",
    "short_descripton": "Lowers the target's Attack, Special Attack, and Speed by one stage if it is poisoned.",
    "damage_class": "Status"
  },
  {
    "name": "Powder",
    "id": 600,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 1,
    "type": "Bug",
    "generation": "Generation Vi",
    "short_descripton": "Explodes if the target uses a fire move this turn, damaging it for 1/4 its max HP and preventing the move.",
    "damage_class": "Status"
  },
  {
    "name": "Geomancy",
    "id": 601,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Takes one turn to charge, then raises the user's Special Attack, Special Defense, and Speed by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Magnetic Flux",
    "id": 602,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vi",
    "short_descripton": "Raises the Defense and Special Defense of all friendly Pokémon with plus or minus by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Happy Hour",
    "id": 603,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vi",
    "short_descripton": "Doubles prize money.",
    "damage_class": "Status"
  },
  {
    "name": "Electric Terrain",
    "id": 604,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vi",
    "short_descripton": "For five turns, prevents all Pokémon on the ground from sleeping and strengthens their electric moves to 1.5× their power.",
    "damage_class": "Status"
  },
  {
    "name": "Dazzling Gleam",
    "id": 605,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special",
    "tags": [
      "All Opponents"
    ]
  },
  {
    "name": "Celebrate",
    "id": 606,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vi",
    "short_descripton": "Does nothing.",
    "damage_class": "Status"
  },
  {
    "name": "Hold Hands",
    "id": 607,
    "accuracy": null,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vi",
    "short_descripton": "Does nothing.",
    "damage_class": "Status"
  },
  {
    "name": "Baby-Doll Eyes",
    "id": 608,
    "accuracy": 100,
    "pp": 30,
    "power": null,
    "priority": 1,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "Lowers the target's Attack by one stage.",
    "damage_class": "Status",
    "tags": []
  },
  {
    "name": "Nuzzle",
    "id": 609,
    "accuracy": 100,
    "pp": 20,
    "power": 20,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vi",
    "short_descripton": "Has a 100% chance to paralyze the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Hold Back",
    "id": 610,
    "accuracy": 100,
    "pp": 40,
    "power": 40,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vi",
    "short_descripton": "Cannot lower the target's HP below 1.",
    "damage_class": "Physical"
  },
  {
    "name": "Infestation",
    "id": 611,
    "accuracy": 100,
    "pp": 20,
    "power": 20,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Vi",
    "short_descripton": "Prevents the target from fleeing and inflicts damage for 2-5 turns.",
    "damage_class": "Special"
  },
  {
    "name": "Power Up Punch",
    "id": 612,
    "accuracy": 100,
    "pp": 20,
    "power": 40,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Vi",
    "short_descripton": "Raises the user's Attack by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Oblivion Wing",
    "id": 613,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Vi",
    "short_descripton": "Drains 75% of the damage inflicted to heal the user.",
    "damage_class": "Special"
  },
  {
    "name": "Thousand Arrows",
    "id": 614,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vi",
    "short_descripton": "Grounds the target, and hits even Flying-type or levitating Pokémon.",
    "damage_class": "Physical"
  },
  {
    "name": "Thousand Waves",
    "id": 615,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vi",
    "short_descripton": "Prevents the target from leaving battle.",
    "damage_class": "Physical"
  },
  {
    "name": "Lands Wrath",
    "id": 616,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vi",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Light Of Ruin",
    "id": 617,
    "accuracy": 90,
    "pp": 5,
    "power": 140,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vi",
    "short_descripton": "User receives 1/2 the damage inflicted in recoil.",
    "damage_class": "Special"
  },
  {
    "name": "Origin Pulse",
    "id": 618,
    "accuracy": 85,
    "pp": 10,
    "power": 110,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vi",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Precipice Blades",
    "id": 619,
    "accuracy": 85,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vi",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Dragon Ascent",
    "id": 620,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Vi",
    "short_descripton": "Lowers the user's Defense and Special Defense by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Hyperspace Fury",
    "id": 621,
    "accuracy": null,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vi",
    "short_descripton": "Ignores and destroys protection effects.",
    "damage_class": "Physical"
  },
  {
    "name": "Breakneck Blitz  Physical",
    "id": 622,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Breakneck Blitz  Special",
    "id": 623,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "All Out Pummeling  Physical",
    "id": 624,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "All Out Pummeling  Special",
    "id": 625,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Supersonic Skystrike  Physical",
    "id": 626,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Supersonic Skystrike  Special",
    "id": 627,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Acid Downpour  Physical",
    "id": 628,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Acid Downpour  Special",
    "id": 629,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Tectonic Rage  Physical",
    "id": 630,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Tectonic Rage  Special",
    "id": 631,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Continental Crush  Physical",
    "id": 632,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Continental Crush  Special",
    "id": 633,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Savage Spin Out  Physical",
    "id": 634,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Savage Spin Out  Special",
    "id": 635,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Never Ending Nightmare  Physical",
    "id": 636,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Never Ending Nightmare  Special",
    "id": 637,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Corkscrew Crash  Physical",
    "id": 638,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Corkscrew Crash  Special",
    "id": 639,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Inferno Overdrive  Physical",
    "id": 640,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Inferno Overdrive  Special",
    "id": 641,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Hydro Vortex  Physical",
    "id": 642,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Hydro Vortex  Special",
    "id": 643,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Bloom Doom  Physical",
    "id": 644,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Bloom Doom  Special",
    "id": 645,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Gigavolt Havoc  Physical",
    "id": 646,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Gigavolt Havoc  Special",
    "id": 647,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Shattered Psyche  Physical",
    "id": 648,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Shattered Psyche  Special",
    "id": 649,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Subzero Slammer  Physical",
    "id": 650,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Subzero Slammer  Special",
    "id": 651,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Devastating Drake  Physical",
    "id": 652,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Devastating Drake  Special",
    "id": 653,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Black Hole Eclipse  Physical",
    "id": 654,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Black Hole Eclipse  Special",
    "id": 655,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Twinkle Tackle  Physical",
    "id": 656,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Twinkle Tackle  Special",
    "id": 657,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Catastropika",
    "id": 658,
    "accuracy": null,
    "pp": 1,
    "power": 210,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Shore Up",
    "id": 659,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vii",
    "short_descripton": "Heals the user for ½ its max HP, or ⅔ during a sandstorm.",
    "damage_class": "Status"
  },
  {
    "name": "First Impression",
    "id": 660,
    "accuracy": 100,
    "pp": 10,
    "power": 100,
    "priority": 2,
    "type": "Bug",
    "generation": "Generation Vii",
    "short_descripton": "Can only be used as the first move after the user enters battle.",
    "damage_class": "Physical"
  },
  {
    "name": "Baneful Bunker",
    "id": 661,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 4,
    "type": "Poison",
    "generation": "Generation Vii",
    "short_descripton": "Grants the user protection for the rest of the turn and poisons any Pokémon that tries to use a contact move on it.",
    "damage_class": "Status"
  },
  {
    "name": "Spirit Shackle",
    "id": 662,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Traps the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Darkest Lariat",
    "id": 663,
    "accuracy": 100,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vii",
    "short_descripton": "Ignores the target's stat modifiers.",
    "damage_class": "Physical"
  },
  {
    "name": "Sparkling Aria",
    "id": 664,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vii",
    "short_descripton": "Cures the target of burns.",
    "damage_class": "Special"
  },
  {
    "name": "Ice Hammer",
    "id": 665,
    "accuracy": 90,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Vii",
    "short_descripton": "Lowers user's Speed by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Floral Healing",
    "id": 666,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vii",
    "short_descripton": "Heals the target for ½ its max HP, or ⅔ on Grassy Terrain.",
    "damage_class": "Status"
  },
  {
    "name": "High Horsepower",
    "id": 667,
    "accuracy": 95,
    "pp": 10,
    "power": 95,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Strength Sap",
    "id": 668,
    "accuracy": 100,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vii",
    "short_descripton": "Heals the user by the target's current Attack stat and lowers the target's Attack by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Solar Blade",
    "id": 669,
    "accuracy": 100,
    "pp": 10,
    "power": 125,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vii",
    "short_descripton": "Requires a turn to charge before attacking.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Slicing"
    ]
  },
  {
    "name": "Leafage",
    "id": 670,
    "accuracy": 100,
    "pp": 40,
    "power": 40,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Spotlight",
    "id": 671,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 3,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Forces the target's opponents to aim at the target for the rest of the turn.",
    "damage_class": "Status"
  },
  {
    "name": "Toxic Thread",
    "id": 672,
    "accuracy": 100,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Vii",
    "short_descripton": "Poisons the target and lowers its Speed by two stage.",
    "damage_class": "Status"
  },
  {
    "name": "Laser Focus",
    "id": 673,
    "accuracy": null,
    "pp": 30,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Guarantees a critical hit with the user's next move.",
    "damage_class": "Status"
  },
  {
    "name": "Gear Up",
    "id": 674,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Vii",
    "short_descripton": "Raises the Attack and Special Attack of all friendly Pokémon with plus or minus by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Throat Chop",
    "id": 675,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vii",
    "short_descripton": "Prevents the target from using sound-based moves for two turns.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Pollen Puff",
    "id": 676,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Vii",
    "short_descripton": "Damages opponents, but heals allies for 50% of their max HP.",
    "damage_class": "Special"
  },
  {
    "name": "Anchor Shot",
    "id": 677,
    "accuracy": 100,
    "pp": 20,
    "power": 80,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Vii",
    "short_descripton": "Traps the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Psychic Terrain",
    "id": 678,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Protects Pokémon on the ground from priority moves and increases the power of their  Psychic moves by 50%.",
    "damage_class": "Status"
  },
  {
    "name": "Lunge",
    "id": 679,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Vii",
    "short_descripton": "Lowers the target's Attack by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Fire Lash",
    "id": 680,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Vii",
    "short_descripton": "Lowers the target's Defense by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Power Trip",
    "id": 681,
    "accuracy": 100,
    "pp": 10,
    "power": 20,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vii",
    "short_descripton": "Power is higher the more the user's stats have been raised, to a maximum of 31×.",
    "damage_class": "Physical"
  },
  {
    "name": "Burn Up",
    "id": 682,
    "accuracy": 100,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Vii",
    "short_descripton": "Removes the user's fire type after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Speed Swap",
    "id": 683,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Exchanges the user's Speed with the target's.",
    "damage_class": "Status"
  },
  {
    "name": "Smart Strike",
    "id": 684,
    "accuracy": null,
    "pp": 10,
    "power": 70,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Vii",
    "short_descripton": "Never misses.",
    "damage_class": "Physical"
  },
  {
    "name": "Purify",
    "id": 685,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Vii",
    "short_descripton": "Cures the target of a major status ailment and heals the user for 50% of its max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Revelation Dance",
    "id": 686,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Has the same type as the user.",
    "damage_class": "Special"
  },
  {
    "name": "Core Enforcer",
    "id": 687,
    "accuracy": 100,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Vii",
    "short_descripton": "Nullifies the target's ability if it moves earlier.",
    "damage_class": "Special"
  },
  {
    "name": "Trop Kick",
    "id": 688,
    "accuracy": 100,
    "pp": 15,
    "power": 85,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vii",
    "short_descripton": "Lowers the target's Attack by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Instruct",
    "id": 689,
    "accuracy": null,
    "pp": 15,
    "power": null,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Forces the target to repeat its last used move.",
    "damage_class": "Status"
  },
  {
    "name": "Beak Blast",
    "id": 690,
    "accuracy": 100,
    "pp": 15,
    "power": 120,
    "priority": -3,
    "type": "Flying",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts a burn on any Pokémon that makes contact before the attack.",
    "damage_class": "Physical"
  },
  {
    "name": "Clanging Scales",
    "id": 691,
    "accuracy": 100,
    "pp": 5,
    "power": 110,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Vii",
    "short_descripton": "Lowers the user's Defense by one stage after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Dragon Hammer",
    "id": 692,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Brutal Swing",
    "id": 693,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Aurora Veil",
    "id": 694,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Vii",
    "short_descripton": "Reduces damage five turns, but must be used during hail.",
    "damage_class": "Status"
  },
  {
    "name": "Sinister Arrow Raid",
    "id": 695,
    "accuracy": null,
    "pp": 1,
    "power": 180,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Malicious Moonsault",
    "id": 696,
    "accuracy": null,
    "pp": 1,
    "power": 180,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Oceanic Operetta",
    "id": 697,
    "accuracy": null,
    "pp": 1,
    "power": 195,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Guardian Of Alola",
    "id": 698,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vii",
    "short_descripton": "Damages the target for 75% of its remaining HP.",
    "damage_class": "Special"
  },
  {
    "name": "Soul Stealing 7 Star Strike",
    "id": 699,
    "accuracy": null,
    "pp": 1,
    "power": 195,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Stoked Sparksurfer",
    "id": 700,
    "accuracy": null,
    "pp": 1,
    "power": 175,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Has a 100% chance to paralyze the target.",
    "damage_class": "Special"
  },
  {
    "name": "Pulverizing Pancake",
    "id": 701,
    "accuracy": null,
    "pp": 1,
    "power": 210,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Extreme Evoboost",
    "id": 702,
    "accuracy": null,
    "pp": 1,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Raises all of the user's stats by two stages.",
    "damage_class": "Status"
  },
  {
    "name": "Genesis Supernova",
    "id": 703,
    "accuracy": null,
    "pp": 1,
    "power": 185,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Changes the terrain to Psychic Terrain after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Shell Trap",
    "id": 704,
    "accuracy": 100,
    "pp": 5,
    "power": 150,
    "priority": -3,
    "type": "Fire",
    "generation": "Generation Vii",
    "short_descripton": "Only inflicts damage if the user was hit by a physical move this turn.",
    "damage_class": "Special"
  },
  {
    "name": "Fleur Cannon",
    "id": 705,
    "accuracy": 90,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vii",
    "short_descripton": "Lowers the user's Special Attack by two stages after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Psychic Fangs",
    "id": 706,
    "accuracy": 100,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Destroys Reflect and Light Screen.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Biting"
    ]
  },
  {
    "name": "Stomping Tantrum",
    "id": 707,
    "accuracy": 100,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Vii",
    "short_descripton": "Has double power if the user's last move failed.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Shadow Bone",
    "id": 708,
    "accuracy": 100,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Has a 20% chance to lower the target's Defense by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Accelerock",
    "id": 709,
    "accuracy": 100,
    "pp": 20,
    "power": 40,
    "priority": 1,
    "type": "Rock",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Liquidation",
    "id": 710,
    "accuracy": 100,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vii",
    "short_descripton": "Has a 20% chance to lower the target's Defense by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Prismatic Laser",
    "id": 711,
    "accuracy": 100,
    "pp": 10,
    "power": 160,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Special"
  },
  {
    "name": "Spectral Thief",
    "id": 712,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Steals the target's stat increases, then inflicts damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Sunsteel Strike",
    "id": 713,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Vii",
    "short_descripton": "Cannot be disrupted by abilities.",
    "damage_class": "Physical"
  },
  {
    "name": "Moongeist Beam",
    "id": 714,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Cannot be disrupted by abilities.",
    "damage_class": "Special"
  },
  {
    "name": "Tearful Look",
    "id": 715,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Lowers the target's Attack and Special Attack by one stage.",
    "damage_class": "Status"
  },
  {
    "name": "Zing Zap",
    "id": 716,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Has a 30% chance to make the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Natures Madness",
    "id": 717,
    "accuracy": 90,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts damage equal to half the target's HP.",
    "damage_class": "Special"
  },
  {
    "name": "Multi Attack",
    "id": 718,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "If the user is holding a appropriate plate or drive, the damage inflicted will match it.",
    "damage_class": "Physical"
  },
  {
    "name": "10 000 000 Volt Thunderbolt",
    "id": 719,
    "accuracy": null,
    "pp": 1,
    "power": 195,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Mind Blown",
    "id": 720,
    "accuracy": 100,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts damage, and the user takes damage equal to half of its max HP, rounded up.",
    "damage_class": "Special"
  },
  {
    "name": "Plasma Fists",
    "id": 721,
    "accuracy": 100,
    "pp": 15,
    "power": 100,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Photon Geyser",
    "id": 722,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Light That Burns The Sky",
    "id": 723,
    "accuracy": null,
    "pp": 1,
    "power": 200,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts damage using either Attack or Special Attack stat, whichever is higher.",
    "damage_class": "Special"
  },
  {
    "name": "Searing Sunraze Smash",
    "id": 724,
    "accuracy": null,
    "pp": 1,
    "power": 200,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Vii",
    "short_descripton": "Cannot be disrupted by abilities.",
    "damage_class": "Physical"
  },
  {
    "name": "Menacing Moonraze Maelstrom",
    "id": 725,
    "accuracy": null,
    "pp": 1,
    "power": 200,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Vii",
    "short_descripton": "Cannot be disrupted by abilities.",
    "damage_class": "Special"
  },
  {
    "name": "Lets Snuggle Forever",
    "id": 726,
    "accuracy": null,
    "pp": 1,
    "power": 190,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vii",
    "short_descripton": "After inflicting damage, causes all Normal-type moves to become Electric-type for the remainder of the turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Splintered Stormshards",
    "id": 727,
    "accuracy": null,
    "pp": 1,
    "power": 190,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts damage and removes any terrain present on the battlefield.",
    "damage_class": "Physical"
  },
  {
    "name": "Clangorous Soulblaze",
    "id": 728,
    "accuracy": null,
    "pp": 1,
    "power": 185,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts damage to all opposing Pokémon and increases the user's Attack, Defense, Special Attack, Special Defense, and Speed by one stage each.",
    "damage_class": "Special"
  },
  {
    "name": "Zippy Zap",
    "id": 729,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 2,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Splishy Splash",
    "id": 730,
    "accuracy": 100,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Floaty Fall",
    "id": 731,
    "accuracy": 95,
    "pp": 15,
    "power": 90,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Pika Papow",
    "id": 732,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Bouncy Bubble",
    "id": 733,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Buzzy Buzz",
    "id": 734,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Sizzly Slide",
    "id": 735,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Glitzy Glow",
    "id": 736,
    "accuracy": 95,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Baddy Bad",
    "id": 737,
    "accuracy": 95,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Sappy Seed",
    "id": 738,
    "accuracy": 90,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Freezy Frost",
    "id": 739,
    "accuracy": 90,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Sparkly Swirl",
    "id": 740,
    "accuracy": 85,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Veevee Volley",
    "id": 741,
    "accuracy": null,
    "pp": 20,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Vii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Double Iron Bash",
    "id": 742,
    "accuracy": 100,
    "pp": 5,
    "power": 60,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Vii",
    "short_descripton": "Hits twice in one turn.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Guard",
    "id": 743,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 4,
    "type": "Normal",
    "generation": "Generation Viii",
    "short_descripton": "Prevents any moves from hitting the user this turn.",
    "damage_class": "Status"
  },
  {
    "name": "Dynamax Cannon",
    "id": 744,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Viii",
    "short_descripton": "Sets Light Screen on the user's side of the field after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Snipe Shot",
    "id": 745,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Viii",
    "short_descripton": "Sets Reflect on the user's side of the field after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Jaw Lock",
    "id": 746,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Viii",
    "short_descripton": "This move prevents the user and the target from switching out until either of them faints. The effect goes away if either of the Pokémon leaves the field.",
    "damage_class": "Physical"
  },
  {
    "name": "Stuff Cheeks",
    "id": 747,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Viii",
    "short_descripton": "The user eats its held Berry and boosts its Defense stat by 2 stages. This move can't be used if the user is not holding a Berry.",
    "damage_class": "Status"
  },
  {
    "name": "No Retreat",
    "id": 748,
    "accuracy": null,
    "pp": 5,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Viii",
    "short_descripton": "This move boosts all the user's stats but prevents the user from switching out or fleeing.",
    "damage_class": "Status"
  },
  {
    "name": "Max Flare",
    "id": 757,
    "accuracy": null,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Flutterby",
    "id": 758,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Lightning",
    "id": 759,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Strike",
    "id": 760,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Knuckle",
    "id": 761,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Phantasm",
    "id": 762,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Hailstorm",
    "id": 763,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Ooze",
    "id": 764,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Geyser",
    "id": 765,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Airstream",
    "id": 766,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Starfall",
    "id": 767,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Wyrmwind",
    "id": 768,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Mindstorm",
    "id": 769,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Rockfall",
    "id": 770,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Quake",
    "id": 771,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Darkness",
    "id": 772,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Overgrowth",
    "id": 773,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Max Steelspike",
    "id": 774,
    "accuracy": null,
    "pp": 10,
    "power": 10,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Drum Beating",
    "id": 778,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts damage and lowers the target's Speed stat by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Snap Trap",
    "id": 779,
    "accuracy": 100,
    "pp": 15,
    "power": 35,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Viii",
    "short_descripton": "Prevents the target from fleeing and inflicts damage for 2-5 turns.",
    "damage_class": "Physical"
  },
  {
    "name": "Pyro Ball",
    "id": 780,
    "accuracy": 90,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Viii",
    "short_descripton": "Has a 10% chance to burn the target.",
    "damage_class": "Physical"
  },
  {
    "name": "Breaking Swipe",
    "id": 784,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Viii",
    "short_descripton": "Lowers the target's Attack by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Branch Poke",
    "id": 785,
    "accuracy": 100,
    "pp": 40,
    "power": 40,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Grav Apple",
    "id": 788,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Viii",
    "short_descripton": "Lowers the target's Defense by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Spirit Break",
    "id": 789,
    "accuracy": 100,
    "pp": 15,
    "power": 75,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Viii",
    "short_descripton": "Has a 100% chance to lower the target's Special Attack by one stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Strange Steam",
    "id": 790,
    "accuracy": 95,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Viii",
    "short_descripton": "Has a 20% chance to confuse the target.",
    "damage_class": "Special"
  },
  {
    "name": "False Surrender",
    "id": 793,
    "accuracy": null,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Viii",
    "short_descripton": "Never misses.",
    "damage_class": "Physical"
  },
  {
    "name": "Meteor Assault",
    "id": 794,
    "accuracy": 100,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Viii",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Physical"
  },
  {
    "name": "Eternabeam",
    "id": 795,
    "accuracy": 90,
    "pp": 5,
    "power": 160,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Viii",
    "short_descripton": "User foregoes its next turn to recharge.",
    "damage_class": "Special"
  },
  {
    "name": "Steel Beam",
    "id": 796,
    "accuracy": 95,
    "pp": 5,
    "power": 140,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts damage, and the user takes damage equal to half of its max HP, rounded up.",
    "damage_class": "Special"
  },
  {
    "name": "Expanding Force",
    "id": 797,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Steel Roller",
    "id": 798,
    "accuracy": 100,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Scale Shot",
    "id": 799,
    "accuracy": 90,
    "pp": 20,
    "power": 25,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Viii",
    "short_descripton": "Boosts the user's Speed and lowers their Defense by one stage after inflicting damage two to five times in a row.",
    "damage_class": "Physical"
  },
  {
    "name": "Meteor Beam",
    "id": 800,
    "accuracy": 90,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Shell Side Arm",
    "id": 801,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Misty Explosion",
    "id": 802,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Grassy Glide",
    "id": 803,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Rising Voltage",
    "id": 804,
    "accuracy": 100,
    "pp": 20,
    "power": 70,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Terrain Pulse",
    "id": 805,
    "accuracy": 100,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Skitter Smack",
    "id": 806,
    "accuracy": 90,
    "pp": 10,
    "power": 70,
    "priority": 0,
    "type": "Bug",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Burning Jealousy",
    "id": 807,
    "accuracy": 100,
    "pp": 5,
    "power": 70,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Lash Out",
    "id": 808,
    "accuracy": 100,
    "pp": 5,
    "power": 75,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Poltergeist",
    "id": 809,
    "accuracy": 90,
    "pp": 5,
    "power": 110,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Corrosive Gas",
    "id": 810,
    "accuracy": 100,
    "pp": 40,
    "power": null,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Status"
  },
  {
    "name": "Coaching",
    "id": 811,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Status"
  },
  {
    "name": "Flip Turn",
    "id": 812,
    "accuracy": 100,
    "pp": 20,
    "power": 60,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Triple Axel",
    "id": 813,
    "accuracy": 90,
    "pp": 10,
    "power": 20,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Dual Wingbeat",
    "id": 814,
    "accuracy": 90,
    "pp": 10,
    "power": 40,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Scorching Sands",
    "id": 815,
    "accuracy": 100,
    "pp": 10,
    "power": 70,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Jungle Healing",
    "id": 816,
    "accuracy": null,
    "pp": 10,
    "power": null,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Status"
  },
  {
    "name": "Wicked Blow",
    "id": 817,
    "accuracy": 100,
    "pp": 5,
    "power": 80,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Surging Strikes",
    "id": 818,
    "accuracy": 100,
    "pp": 5,
    "power": 25,
    "priority": 0,
    "type": "Water",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Thunder Cage",
    "id": 819,
    "accuracy": 90,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Dragon Energy",
    "id": 820,
    "accuracy": 100,
    "pp": 5,
    "power": 150,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Freezing Glare",
    "id": 821,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Fiery Wrath",
    "id": 822,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Thunderous Kick",
    "id": 823,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Glacial Lance",
    "id": 824,
    "accuracy": 100,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Physical"
  },
  {
    "name": "Astral Barrage",
    "id": 825,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Eerie Spell",
    "id": 826,
    "accuracy": 100,
    "pp": 5,
    "power": 80,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation Viii",
    "short_descripton": "Inflicts regular damage with no additional effect.",
    "damage_class": "Special"
  },
  {
    "name": "Armor Cannon",
    "id": 827,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation IX",
    "short_descripton": "Lowers the user's Defense and Special Defense by one stage after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Headlong Rush",
    "id": 828,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation IX",
    "short_descripton": "Lowers the user's Defense and Special Defense by one stage after inflicting damage.",
    "damage_class": "Physical"
  },
  {
    "name": "Barb Barrage",
    "id": 829,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation IX",
    "short_descripton": "The user attacks by launching countless toxic barbs, which may also poison targets. This move's power is doubled if a target is already poisoned.",
    "damage_class": "Physical"
  },
  {
    "name": "Bitter Malice",
    "id": 830,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation IX",
    "short_descripton": "The user attacks its target with spine-chilling resentment. This may also leave the target with frostbite. This move's power is doubled if the target has a status condition.",
    "damage_class": "Special"
  },
  {
    "name": "Bleakwind Storm",
    "id": 831,
    "accuracy": 80,
    "pp": 10,
    "power": 95,
    "priority": 0,
    "type": "Flying",
    "generation": "Generation IX",
    "short_descripton": "The user attacks with savagely cold winds that cause both body and spirit to tremble. This may also lower the Speed stats of opposing Pokémon.",
    "damage_class": "Special"
  },
  {
    "name": "Wildbolt Storm",
    "id": 832,
    "accuracy": 80,
    "pp": 10,
    "power": 95,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation IX",
    "short_descripton": "The user summons a thunderous tempest and savagely attacks with lightning and wind. This may also leave opposing Pokémon with paralysis.",
    "damage_class": "Special"
  },
  {
    "name": "Sandsear Storm",
    "id": 833,
    "accuracy": 80,
    "pp": 10,
    "power": 95,
    "priority": 0,
    "type": "Ground",
    "generation": "Generation IX",
    "short_descripton": "The user attacks by wrapping opposing Pokémon in fierce winds and searingly hot sand. This may also leave them with a burn.",
    "damage_class": "Special"
  },
  {
    "name": "Springtide Storm",
    "id": 834,
    "accuracy": 80,
    "pp": 10,
    "power": 95,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation IX",
    "short_descripton": "The user attacks by wrapping opposing Pokémon in fierce winds brimming with love and hate. This may also lower their Attack stats.",
    "damage_class": "Special"
  },
  {
    "name": "Ceaseless Edge",
    "id": 835,
    "accuracy": 90,
    "pp": 15,
    "power": 65,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation IX",
    "short_descripton": "Gives the opponent's side the Spikes status.",
    "damage_class": "Physical"
  },
  {
    "name": "Stone Axe",
    "id": 836,
    "accuracy": 90,
    "pp": 15,
    "power": 65,
    "priority": 0,
    "type": "Rock",
    "generation": "Generation IX",
    "short_descripton": "Gives the opponent's side the Stealth Rock status.",
    "damage_class": "Physical"
  },
  {
    "name": "Triple Arrows",
    "id": 837,
    "accuracy": 100,
    "pp": 15,
    "power": 50,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation IX",
    "short_descripton": "Has a 50% chance of lowering the target's Defense stat by 1 stage and has a 30% chance of making the target flinch. This move has a 1-stage Critical-Hit Ratio Boost.",
    "damage_class": "Physical"
  },
  {
    "name": "Raging Fury",
    "id": 838,
    "accuracy": 85,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation IX",
    "short_descripton": "The user gains the Rampaging status.",
    "damage_class": "Physical"
  },
  {
    "name": "Infernal Parade",
    "id": 839,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation IX",
    "short_descripton": "Has a 30% chance of burning the target. This move's power is doubled if the target has a status condition.",
    "damage_class": "Special"
  },
  {
    "name": "Victory Dance",
    "id": 840,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation IX",
    "short_descripton": "The user performs an intense dance to usher in victory, boosting its Attack, Defense, and Speed stats.",
    "damage_class": "Status"
  },
  {
    "name": "Psyshield Bash",
    "id": 841,
    "accuracy": 90,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation IX",
    "short_descripton": "Boosts the user's Defense stat by 1 stage.",
    "damage_class": "Physical"
  },
  {
    "name": "Power Shift",
    "id": 842,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation IX",
    "short_descripton": "The user swaps its Attack and Defense stats.",
    "damage_class": "Status"
  },
  {
    "name": "Wave Crash",
    "id": 843,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Water",
    "generation": "Generation IX",
    "short_descripton": "User takes 1/3 the damage inflicted in recoil.",
    "damage_class": "Physical"
  },
  {
    "name": "Flower Trick",
    "id": 844,
    "accuracy": 100,
    "pp": 10,
    "power": 70,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation IX",
    "short_descripton": "This move always results in a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Chloroblast",
    "id": 845,
    "accuracy": 95,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation IX",
    "short_descripton": "The user launches its amassed chlorophyll to inflict damage on the target. This also damages the user.",
    "damage_class": "Special"
  },
  {
    "name": "Mountain Gale",
    "id": 846,
    "accuracy": 85,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation IX",
    "short_descripton": "Has a 30% chance of making the target flinch.",
    "damage_class": "Physical"
  },
  {
    "name": "Esper Wing",
    "id": 847,
    "accuracy": 90,
    "pp": 10,
    "power": 75,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation IX",
    "short_descripton": "The user slashes the target with aura-enriched wings. This also boosts the user's Speed stat. This move has a heightened chance of landing a critical hit.",
    "damage_class": "Special"
  },
  {
    "name": "Dire Claw",
    "id": 848,
    "accuracy": 100,
    "pp": 15,
    "power": 60,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation IX",
    "short_descripton": "Has a 30% chance of leaving the target poisoned, paralyzed, or asleep.",
    "damage_class": "Physical"
  },
  {
    "name": "Take Heart",
    "id": 849,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation IX",
    "short_descripton": "The user lifts its spirits, curing its own status conditions and boosting its Sp. Atk and Sp. Def stats.",
    "damage_class": "Status"
  },
  {
    "name": "Last Respects",
    "id": 850,
    "accuracy": 100,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation IX",
    "short_descripton": "This move's power is increased by 50 for each time that a Pokémon in the user's party has fainted.",
    "damage_class": "Physical"
  },
  {
    "name": "Shelter",
    "id": 851,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation IX",
    "short_descripton": "Boosts the user's Defense stat by 2 stages.",
    "damage_class": "Status"
  },
  {
    "name": "Tidy Up",
    "id": 852,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation IX",
    "short_descripton": "The user cleans up the battlefield, removing hazards and healing status conditions.",
    "damage_class": "Status"
  },
  {
    "name": "Lunar Blessing",
    "id": 853,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation IX",
    "short_descripton": "The user receives a blessing from the crescent moon, restoring HP and curing status conditions for itself and its ally Pokémon currently in the battle.",
    "damage_class": "Status"
  },
  {
    "name": "Mystical Power",
    "id": 854,
    "accuracy": 90,
    "pp": 10,
    "power": 70,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation IX",
    "short_descripton": "The user attacks by emitting a mysterious power. This also boosts the user's Sp. Atk stat.",
    "damage_class": "Special"
  },
  {
    "name": "Mortal Spin",
    "id": 855,
    "accuracy": 100,
    "pp": 10,
    "power": 30,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation IX",
    "short_descripton": "Removes the Bound and Leech Seeded statuses from the user and removes the Sticky Web, Stealth Rock, Spikes, and Toxic Spikes statuses from the user's side. Poisons targets.",
    "damage_class": "Physical"
  },
  {
    "name": "Axe Kick",
    "id": 856,
    "accuracy": 90,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation IX",
    "short_descripton": "Has a 30% chance of confusing the target. If this move misses or fails, the user takes damage equal to 1/2 of its max HP.",
    "damage_class": "Physical"
  },
  {
    "name": "Bitter Blade",
    "id": 857,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation IX",
    "short_descripton": "The user's HP is restored by 1/2 of the damage dealt by this move.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Slicing"
    ]
  },
  {
    "name": "Shed Tail",
    "id": 858,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation IX",
    "short_descripton": "The user loses 1/2 of its max HP to create a substitute, then switches out of battle to be replaced by another party Pokémon. The substitute will be hit by moves instead of that Pokémon, and it will vanish when it takes damage equal to 1/4 of the user's max HP.",
    "damage_class": "Status"
  },
  {
    "name": "Double Shock",
    "id": 859,
    "accuracy": 100,
    "pp": 10,
    "power": 120,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation IX",
    "short_descripton": "The user loses the Electric type. This move fails unless it is used by an Electric type.",
    "damage_class": "Physical"
  },
  {
    "name": "Electro Drift",
    "id": 860,
    "accuracy": 100,
    "pp": 5,
    "power": 100,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation IX",
    "short_descripton": "The user races forward at ultrafast speeds, piercing its target with futuristic electricity. This move's power is boosted more than usual if it's a supereffective hit.",
    "damage_class": "Special"
  },
  {
    "name": "Gigaton Hammer",
    "id": 861,
    "accuracy": 100,
    "pp": 5,
    "power": 160,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation IX",
    "short_descripton": "This move can't be used twice in a row.",
    "damage_class": "Physical"
  },
  {
    "name": "Kowtow Cleave",
    "id": 862,
    "accuracy": 100,
    "pp": 10,
    "power": 85,
    "priority": 0,
    "type": "Dark",
    "generation": "Generation IX",
    "short_descripton": "This move never misses.",
    "damage_class": "Physical"
  },
  {
    "name": "Make It Rain",
    "id": 863,
    "accuracy": 95,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Steel",
    "generation": "Generation IX",
    "short_descripton": "The user attacks by throwing out a mass of coins. This also harshly lowers the user's Sp. Atk stat. Money is earned after the battle.",
    "damage_class": "Special"
  },
  {
    "name": "Ice Spinner",
    "id": 864,
    "accuracy": 100,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation IX",
    "short_descripton": "Removes any terrain.",
    "damage_class": "Physical"
  },
  {
    "name": "Matcha Gotcha",
    "id": 865,
    "accuracy": 90,
    "pp": 15,
    "power": 80,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation IX",
    "short_descripton": "Has a 20% chance of burning targets. The user's HP is restored by 1/2 of the damage dealt by this move.",
    "damage_class": "Special"
  },
  {
    "name": "Tera Starstorm",
    "id": 866,
    "accuracy": 100,
    "pp": 5,
    "power": 120,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation IX",
    "short_descripton": "With the power of its crystals, the user bombards and eliminates the target. When used by Terapagos in its Stellar Form, this move damages all opposing Pokémon.",
    "damage_class": "Special"
  },
  {
    "name": "Torch Song",
    "id": 867,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation IX",
    "short_descripton": "Boosts the user's Sp. Atk stat by 1 stage.",
    "damage_class": "Special"
  },
  {
    "name": "Thunderclap",
    "id": 868,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 1,
    "type": "Electric",
    "generation": "Generation IX",
    "short_descripton": "This move enables the user to attack first with a jolt of electricity. This move fails if the target is not readying an attack.",
    "damage_class": "Special"
  },
  {
    "name": "Blood Moon",
    "id": 869,
    "accuracy": 100,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation IX",
    "short_descripton": "The user unleashes the full brunt of its spirit from a full moon that shines as red as blood. This move can't be used twice in a row.",
    "damage_class": "Special"
  },
  {
    "name": "Ivy Cudgel",
    "id": 870,
    "accuracy": 100,
    "pp": 10,
    "power": 100,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation IX",
    "short_descripton": "The user strikes with an ivy-wrapped cudgel. This move's type changes depending on the mask worn by the user, and it has a heightened chance of landing a critical hit.",
    "damage_class": "Physical"
  },
  {
    "name": "Body Press",
    "id": 871,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Fighting",
    "generation": "Generation IX",
    "short_descripton": "The damage dealt by this move is calculated using the user's Defense stat instead of its Attack stat.",
    "damage_class": "Physical"
  },
  {
    "name": "Electro Shot",
    "id": 872,
    "accuracy": 100,
    "pp": 5,
    "power": 130,
    "priority": 0,
    "type": "Electric",
    "generation": "Generation IX",
    "short_descripton": "The user gains the Charging status on the turn this move is used, then attacks on the following turn. In rain, the user does not gain the Charging status and can attack immediately. The user's Sp. Atk stat is boosted by 1 stage on the turn this move is used.",
    "damage_class": "Special"
  },
  {
    "name": "Life Dew",
    "id": 873,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Water",
    "generation": "Generation IX",
    "short_descripton": "Restores 1/4 of the max HP of the user and its allies.",
    "damage_class": "Status"
  },
  {
    "name": "Twin Beam",
    "id": 874,
    "accuracy": 100,
    "pp": 10,
    "power": 40,
    "priority": 0,
    "type": "Psychic",
    "generation": "Generation IX",
    "short_descripton": "The user shoots mystical beams from its eyes to inflict damage. The target is hit twice in a row.",
    "damage_class": "Special"
  },
  {
    "name": "Dragon Darts",
    "id": 875,
    "accuracy": 100,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation IX",
    "short_descripton": "The user attacks twice in a row. If there are 2 opposing Pokémon, each of them is attacked once.",
    "damage_class": "Physical"
  },
  {
    "name": "Alluring Voice",
    "id": 876,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Fairy",
    "generation": "Generation IX",
    "short_descripton": "Confuses the target if its stats were boosted during the turn this move is used.",
    "damage_class": "Special"
  },
  {
    "name": "Fickle Beam",
    "id": 877,
    "accuracy": 100,
    "pp": 5,
    "power": 80,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation IX",
    "short_descripton": "This move has a 30% chance of its power being doubled.",
    "damage_class": "Special"
  },
  {
    "name": "Order Up",
    "id": 878,
    "accuracy": 100,
    "pp": 10,
    "power": 80,
    "priority": 0,
    "type": "Dragon",
    "generation": "Generation IX",
    "short_descripton": "The user attacks with roguish poise. If the user has a Tatsugiri in its mouth, this move boosts one of the user's stats based on the Tatsugiri's form.",
    "damage_class": "Physical"
  },
  {
    "name": "Mortal Spin",
    "id": 879,
    "accuracy": 100,
    "pp": 15,
    "power": 30,
    "priority": 0,
    "type": "Poison",
    "generation": "Generation IX",
    "short_descripton": "Removes the Bound and Leech Seeded statuses from the user and removes the Sticky Web, Stealth Rock, Spikes, and Toxic Spikes statuses from the user's side. Poisons targets.",
    "damage_class": "Physical"
  },
  {
    "name": "Chilling Water",
    "id": 880,
    "accuracy": 100,
    "pp": 20,
    "power": 50,
    "priority": 0,
    "type": "Water",
    "generation": "Generation IX",
    "short_descripton": "Lowers the target's Attack stat.",
    "damage_class": "Special"
  },
  {
    "name": "Trailblaze",
    "id": 881,
    "accuracy": 100,
    "pp": 20,
    "power": 50,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation IX",
    "short_descripton": "Increases the user's Speed stat.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Raging Bull",
    "id": 882,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Normal",
    "generation": "Generation IX",
    "short_descripton": "Removes the Light Screen, Reflect, and Aurora Veil statuses on the target's side. This move's type depends on the user's form.",
    "damage_class": "Physical"
  },
  {
    "name": "Upper Hand",
    "id": 883,
    "accuracy": 100,
    "pp": 15,
    "power": 65,
    "priority": 3,
    "type": "Fighting",
    "generation": "Generation IX",
    "short_descripton": "Makes the target flinch. This move fails if the target isn't about to use a priority move.",
    "damage_class": "Physical"
  },
  {
    "name": "Apple Acid",
    "id": 884,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation IX",
    "short_descripton": "Lowers the target's Special Defense by one stage after inflicting damage.",
    "damage_class": "Special"
  },
  {
    "name": "Syrup Bomb",
    "id": 885,
    "accuracy": 90,
    "pp": 10,
    "power": 60,
    "priority": 0,
    "type": "Grass",
    "generation": "Generation IX",
    "short_descripton": "Gives the target the Syrupy status for 3 turns.",
    "damage_class": "Special"
  },
  {
    "name": "Temper Flare",
    "id": 886,
    "accuracy": 100,
    "pp": 10,
    "power": 90,
    "priority": 0,
    "type": "Fire",
    "generation": "Generation IX",
    "short_descripton": "Has double power if the user's last move failed.",
    "damage_class": "Physical",
    "tags": [
      "Contact"
    ]
  },
  {
    "name": "Chilly Reception",
    "id": 887,
    "accuracy": 100,
    "pp": 10,
    "power": 0,
    "priority": 0,
    "type": "Ice",
    "generation": "Generation IX",
    "short_descripton": "Sets up a snowstorm for 5 turns, then switches the user out.",
    "damage_class": "Status"
  },
  {
    "name": "Rage Fist",
    "id": 888,
    "accuracy": 100,
    "pp": 10,
    "power": 50,
    "priority": 0,
    "type": "Ghost",
    "generation": "Generation IX",
    "short_descripton": "Power doubles if the user was hit by an attack in the previous turn. Resets upon switching.",
    "damage_class": "Physical",
    "tags": [
      "Contact",
      "Punching"
    ]
  }
]