{
  "chienpao": {
      "weight": 10,
      "sets": [
          {
              "species": "Chien-Pao",
              "weight": 35,
              "moves": [
                  ["Icicle Crash"],
                  ["Sucker Punch"],
                  ["Sacred Sword"],
                  ["Crunch", "Sheer Cold"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ghost"],
              "ability": ["Sword of Ruin"]
          },
          {
              "species": "Chien-Pao",
              "weight": 15,
              "moves": [
                  ["Icicle Crash"],
                  ["Sucker Punch"],
                  ["Sacred Sword"],
                  ["Tera Blast"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Electric"],
              "wantsTera": true,
              "ability": ["Sword of Ruin"]
          },
          {
              "species": "Chien-Pao",
              "weight": 5,
              "moves": [
                  ["Tera Blast"],
                  ["Sacred Sword", "Sheer Cold"],
                  ["Icicle Crash"],
                  ["Sucker Punch"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 140, "atk": 236, "def": 4, "spd": 12, "spe": 116},
              "teraType": ["Electric", "Fairy", "Grass"],
              "wantsTera": true,
              "ability": ["Sword of Ruin"]
          },
          {
              "species": "Chien-Pao",
              "weight": 5,
              "moves": [
                  ["Ice Spinner", "Icicle Crash"],
                  ["Tera Blast"],
                  ["Crunch"],
                  ["Sacred Sword"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Electric", "Fairy", "Grass"],
              "wantsTera": true,
              "ability": ["Sword of Ruin"]
          },
          {
              "species": "Chien-Pao",
              "weight": 10,
              "moves": [
                  ["Ice Spinner", "Icicle Crash"],
                  ["Crunch", "Throat Chop"],
                  ["Ice Shard", "Sucker Punch"],
                  ["Sacred Sword"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Dark"],
              "ability": ["Sword of Ruin"]
          },
          {
              "species": "Chien-Pao",
              "weight": 10,
              "moves": [
                  ["Ice Spinner", "Icicle Crash"],
                  ["Tera Blast"],
                  ["Ice Shard", "Sucker Punch"],
                  ["Sacred Sword"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Electric", "Fairy", "Grass"],
              "wantsTera": true,
              "ability": ["Sword of Ruin"]
          },
          {
              "species": "Chien-Pao",
              "weight": 5,
              "moves": [
                  ["Icicle Crash"],
                  ["Recover"],
                  ["Ice Shard", "Sucker Punch"],
                  ["Sacred Sword"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Jolly",
              "evs": {"hp": 252, "atk": 68, "def": 180, "spd": 4, "spe": 4},
              "teraType": ["Fairy", "Poison"],
              "wantsTera": true,
              "ability": ["Sword of Ruin"]
          },
          {
              "species": "Chien-Pao",
              "weight": 15,
              "moves": [
                  ["Swords Dance"],
                  ["Icicle Crash"],
                  ["Tera Blast"],
                  ["Ice Shard", "Sucker Punch"]
              ],
              "item": ["Lum Berry"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Electric"],
              "wantsTera": true,
              "ability": ["Sword of Ruin"]
          }
      ]
  },
  "dragonite": {
      "weight": 10,
      "sets": [
          {
              "species": "Dragonite",
              "weight": 40,
              "moves": [
                  ["Extreme Speed"],
                  ["Earthquake"],
                  ["Dragon Dance", "Encore"],
                  ["Roost"]
              ],
              "item": ["Heavy-Duty Boots", "Leftovers", "Rocky Helmet"],
              "nature": "Adamant",
              "evs": {"hp": 196, "atk": 204, "def": 4, "spd": 4, "spe": 100},
              "teraType": ["Normal"],
              "wantsTera": true,
              "ability": ["Multiscale"]
          },
          {
              "species": "Dragonite",
              "weight": 10,
              "moves": [
                  ["Tera Blast"],
                  ["Earthquake"],
                  ["Dragon Dance"],
                  ["Roost"]
              ],
              "item": ["Heavy-Duty Boots", "Leftovers", "Lum Berry", "Rocky Helmet"],
              "nature": "Adamant",
              "evs": {"hp": 196, "atk": 204, "def": 4, "spd": 4, "spe": 100},
              "teraType": ["Fairy", "Fire", "Flying"],
              "wantsTera": true,
              "ability": ["Multiscale"]
          },
          {
              "species": "Dragonite",
              "weight": 5,
              "moves": [
                  ["Outrage"],
                  ["Extreme Speed"],
                  ["Earthquake"],
                  ["Iron Head"]
              ],
              "item": ["Choice Band"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Normal", "Steel"],
              "wantsTera": true,
              "ability": ["Multiscale"]
          },
          {
              "species": "Dragonite",
              "weight": 15,
              "moves": [
                  ["Outrage"],
                  ["Extreme Speed"],
                  ["Earthquake"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Band"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Flying"],
              "wantsTera": true,
              "ability": ["Multiscale"]
          },
          {
              "species": "Dragonite",
              "weight": 5,
              "moves": [
                  ["Air Slash"],
                  ["Encore", "Substitute"],
                  ["Thunder Wave"],
                  ["Roost"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Bold",
              "evs": {"hp": 244, "def": 148, "spe": 116},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Poison", "Water"],
              "wantsTera": true,
              "ability": ["Multiscale"]
          },
          {
              "species": "Dragonite",
              "weight": 20,
              "moves": [
                  ["Scale Shot"],
                  ["Iron Head"],
                  ["Earthquake", "Low Kick"],
                  ["Dragon Dance"]
              ],
              "item": ["Loaded Dice"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Multiscale"]
          },
          {
              "species": "Dragonite",
              "weight": 5,
              "moves": [
                  ["Fire Spin"],
                  ["Earthquake", "Thunder Wave"],
                  ["Roost"],
                  ["Encore"]
              ],
              "item": ["Leftovers"],
              "nature": "Careful",
              "evs": {"hp": 244, "atk": 12, "spd": 252},
              "teraType": ["Fairy", "Poison", "Steel"],
              "wantsTera": true,
              "ability": ["Multiscale"]
          }
      ]
  },
  "fluttermane": {
      "weight": 10,
      "sets": [
          {
              "species": "Flutter Mane",
              "weight": 20,
              "moves": [
                  ["Moonblast"],
                  ["Calm Mind", "Shadow Ball"],
                  ["Charm"],
                  ["Pain Split"]
              ],
              "item": ["Booster Energy"],
              "nature": "Timid",
              "evs": {"hp": 252, "def": 252, "spa": 4},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Water"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 5,
              "moves": [
                  ["Draining Kiss"],
                  ["Shadow Ball"],
                  ["Charm"],
                  ["Calm Mind"]
              ],
              "item": ["Booster Energy"],
              "nature": "Timid",
              "evs": {"hp": 252, "def": 252, "spa": 4},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Water"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 15,
              "moves": [
                  ["Moonblast"],
                  ["Shadow Ball"],
                  ["Mystical Fire", "Pain Split", "Substitute"],
                  ["Calm Mind"]
              ],
              "item": ["Booster Energy"],
              "nature": "Timid",
              "evs": {"hp": 4, "def": 132, "spa": 116, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Water"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 5,
              "moves": [
                  ["Moonblast"],
                  ["Shadow Ball", "Substitute"],
                  ["Tera Blast"],
                  ["Calm Mind"]
              ],
              "item": ["Booster Energy"],
              "nature": "Timid",
              "evs": {"hp": 4, "def": 132, "spa": 116, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Ground", "Water"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 10,
              "moves": [
                  ["Moonblast"],
                  ["Hex"],
                  ["Pain Split", "Taunt"],
                  ["Thunder Wave"]
              ],
              "item": ["Booster Energy"],
              "nature": "Bold",
              "evs": {"hp": 228, "def": 252, "spe": 28},
              "ivs": {"atk": 0},
              "teraType": ["Water"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 5,
              "moves": [
                  ["Moonblast"],
                  ["Shadow Ball"],
                  ["Hyper Voice", "Power Gem", "Thunderbolt"],
                  ["Perish Song"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Modest",
              "evs": {"hp": 20, "def": 44, "spa": 204, "spd": 4, "spe": 236},
              "ivs": {"atk": 0},
              "teraType": ["Fairy"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 25,
              "moves": [
                  ["Moonblast"],
                  ["Shadow Ball"],
                  ["Hyper Voice", "Mystical Fire", "Power Gem", "Psyshock", "Thunderbolt"],
                  ["Perish Song"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 10,
              "moves": [
                  ["Moonblast"],
                  ["Hex", "Shadow Ball"],
                  ["Thunder Wave"],
                  ["Taunt"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Normal"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 2,
              "moves": [
                  ["Moonblast"],
                  ["Shadow Ball"],
                  ["Psyshock"],
                  ["Energy Ball"]
              ],
              "item": ["Assault Vest"],
              "nature": "Modest",
              "evs": {"hp": 164, "def": 28, "spa": 196, "spd": 4, "spe": 116},
              "ivs": {"atk": 0},
              "teraType": ["Grass"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Flutter Mane",
              "weight": 3,
              "moves": [
                  ["Moonblast"],
                  ["Shadow Ball"],
                  ["Psyshock"],
                  ["Mystical Fire"]
              ],
              "item": ["Assault Vest"],
              "nature": "Modest",
              "evs": {"hp": 164, "def": 28, "spa": 196, "spd": 4, "spe": 116},
              "ivs": {"atk": 0},
              "teraType": ["Fire"],
              "ability": ["Protosynthesis"]
          }
      ]
  },
  "urshifurapidstrike": {
      "weight": 10,
      "sets": [
          {
              "species": "Urshifu-Rapid-Strike",
              "weight": 40,
              "moves": [
                  ["Surging Strikes"],
                  ["Close Combat", "Drain Punch"],
                  ["Aqua Jet", "Substitute"],
                  ["Swords Dance"]
              ],
              "item": ["Punching Glove"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Grass", "Poison", "Water"],
              "wantsTera": true,
              "ability": ["Unseen Fist"]
          },
          {
              "species": "Urshifu-Rapid-Strike",
              "weight": 25,
              "moves": [
                  ["Surging Strikes"],
                  ["Close Combat"],
                  ["U-turn"],
                  ["Ice Punch"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Water"],
              "ability": ["Unseen Fist"]
          },
          {
              "species": "Urshifu-Rapid-Strike",
              "weight": 15,
              "moves": [
                  ["Surging Strikes"],
                  ["Close Combat"],
                  ["U-turn"],
                  ["Aqua Jet"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Grass", "Poison", "Water"],
              "ability": ["Unseen Fist"]
          },
          {
              "species": "Urshifu-Rapid-Strike",
              "weight": 20,
              "moves": [
                  ["Surging Strikes"],
                  ["Close Combat"],
                  ["Aqua Jet"],
                  ["Counter", "Ice Punch"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ghost", "Water"],
              "ability": ["Unseen Fist"]
          }
      ]
  },
  "ogerponhearthflame": {
      "weight": 10,
      "sets": [
          {
              "species": "Ogerpon-Hearthflame",
              "weight": 40,
              "moves": [
                  ["Ivy Cudgel"],
                  ["Knock Off", "Play Rough"],
                  ["Encore", "Swords Dance"],
                  ["Horn Leech", "Trailblaze"]
              ],
              "gender": "F",
              "item": ["Hearthflame Mask"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Fire"],
              "ability": ["Mold Breaker"]
          },
          {
              "species": "Ogerpon-Hearthflame",
              "weight": 40,
              "moves": [
                  ["Ivy Cudgel"],
                  ["Horn Leech"],
                  ["Swords Dance"],
                  ["Play Rough", "Substitute", "Trailblaze"]
              ],
              "gender": "F",
              "item": ["Hearthflame Mask"],
              "nature": "Jolly",
              "evs": {"hp": 156, "atk": 36, "def": 4, "spd": 60, "spe": 252},
              "teraType": ["Fire"],
              "ability": ["Mold Breaker"]
          },
          {
              "species": "Ogerpon-Hearthflame",
              "weight": 20,
              "moves": [
                  ["Ivy Cudgel"],
                  ["Substitute"],
                  ["Leech Seed"],
                  ["Encore", "Horn Leech", "Play Rough"]
              ],
              "item": ["Hearthflame Mask"],
              "nature": "Jolly",
              "evs": {"hp": 156, "atk": 36, "def": 4, "spd": 60, "spe": 252},
              "teraType": ["Fire"],
              "ability": ["Mold Breaker"]
          }
      ]
  },
  "ursalunabloodmoon": {
      "weight": 10,
      "sets": [
          {
              "species": "Ursaluna-Bloodmoon",
              "weight": 15,
              "moves": [
                  ["Blood Moon"],
                  ["Earth Power"],
                  ["Vacuum Wave"],
                  ["Body Press"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Bold",
              "evs": {"hp": 116, "def": 236, "spa": 4, "spd": 116, "spe": 36},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Poison"],
              "ability": ["Mind's Eye"]
          },
          {
              "species": "Ursaluna-Bloodmoon",
              "weight": 25,
              "moves": [
                  ["Blood Moon", "Hyper Voice"],
                  ["Moonlight"],
                  ["Calm Mind"],
                  ["Yawn"]
              ],
              "item": ["Covert Cloak", "Leftovers"],
              "nature": "Modest",
              "evs": {"hp": 100, "def": 4, "spa": 236, "spd": 12, "spe": 156},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Poison"],
              "ability": ["Mind's Eye"]
          },
          {
              "species": "Ursaluna-Bloodmoon",
              "weight": 60,
              "moves": [
                  ["Blood Moon"],
                  ["Vacuum Wave"],
                  ["Earth Power"],
                  ["Hyper Voice"]
              ],
              "item": ["Assault Vest"],
              "nature": "Modest",
              "evs": {"hp": 4, "spa": 252, "spd": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Normal"],
              "ability": ["Mind's Eye"]
          }
      ]
  },
  "ironbundle": {
      "weight": 9,
      "sets": [
          {
              "species": "Iron Bundle",
              "weight": 10,
              "moves": [
                  ["Flip Turn"],
                  ["Freeze-Dry"],
                  ["Hydro Pump"],
                  ["Encore"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Ghost"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Bundle",
              "weight": 70,
              "moves": [
                  ["Substitute"],
                  ["Encore"],
                  ["Hydro Pump"],
                  ["Freeze-Dry"]
              ],
              "item": ["Booster Energy"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Ghost", "Steel", "Water"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Bundle",
              "weight": 10,
              "moves": [
                  ["Ice Beam"],
                  ["Hydro Pump"],
                  ["Freeze-Dry"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Bundle",
              "weight": 10,
              "moves": [
                  ["Ice Beam"],
                  ["Hydro Pump"],
                  ["Freeze-Dry"],
                  ["Flip Turn"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Water"],
              "ability": ["Quark Drive"]
          }
      ]
  },
  "urshifu": {
      "weight": 9,
      "sets": [
          {
              "species": "Urshifu",
              "weight": 55,
              "moves": [
                  ["Swords Dance"],
                  ["Wicked Blow"],
                  ["Close Combat", "Drain Punch"],
                  ["Sucker Punch"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Dark", "Ghost"],
              "ability": ["Unseen Fist"]
          },
          {
              "species": "Urshifu",
              "weight": 25,
              "moves": [
                  ["Swords Dance"],
                  ["Wicked Blow"],
                  ["Close Combat", "Drain Punch"],
                  ["Sucker Punch"]
              ],
              "item": ["Black Glasses"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Dark", "Ghost", "Poison"],
              "ability": ["Unseen Fist"]
          },
          {
              "species": "Urshifu",
              "weight": 5,
              "moves": [
                  ["Counter"],
                  ["Wicked Blow"],
                  ["Close Combat", "Drain Punch"],
                  ["Sucker Punch"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Dark", "Ghost"],
              "ability": ["Unseen Fist"]
          },
          {
              "species": "Urshifu",
              "weight": 5,
              "moves": [
                  ["Wicked Blow"],
                  ["Close Combat", "Drain Punch"],
                  ["Sucker Punch"],
                  ["U-turn"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Dark", "Ghost", "Poison"],
              "ability": ["Unseen Fist"]
          },
          {
              "species": "Urshifu",
              "weight": 5,
              "moves": [
                  ["Wicked Blow"],
                  ["Close Combat", "Drain Punch"],
                  ["Sucker Punch"],
                  ["Iron Head"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Unseen Fist"]
          },
          {
              "species": "Urshifu",
              "weight": 5,
              "moves": [
                  ["Wicked Blow"],
                  ["Close Combat"],
                  ["Sucker Punch"],
                  ["U-turn"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Dark"],
              "ability": ["Unseen Fist"]
          }
      ]
  },
  "tinglu": {
      "weight": 9,
      "sets": [
          {
              "species": "Ting-Lu",
              "weight": 65,
              "moves": [
                  ["Stealth Rock"],
                  ["Ruination"],
                  ["Earthquake", "Heavy Slam"],
                  ["Whirlwind"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 244, "atk": 20, "def": 116, "spd": 124, "spe": 4},
              "teraType": ["Fairy", "Poison", "Water"],
              "ability": ["Vessel of Ruin"]
          },
          {
              "species": "Ting-Lu",
              "weight": 15,
              "moves": [
                  ["Stealth Rock"],
                  ["Spikes"],
                  ["Earthquake", "Heavy Slam"],
                  ["Whirlwind"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 244, "atk": 20, "def": 116, "spd": 124, "spe": 4},
              "teraType": ["Fairy", "Poison", "Water"],
              "ability": ["Vessel of Ruin"]
          },
          {
              "species": "Ting-Lu",
              "weight": 5,
              "moves": [
                  ["Earthquake"],
                  ["Heavy Slam"],
                  ["Fissure", "Stone Edge"],
                  ["Ruination"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 4, "atk": 252, "def": 4, "spd": 108, "spe": 140},
              "teraType": ["Steel"],
              "ability": ["Vessel of Ruin"]
          },
          {
              "species": "Ting-Lu",
              "weight": 5,
              "moves": [
                  ["Earthquake"],
                  ["Heavy Slam"],
                  ["Tera Blast"],
                  ["Ruination"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 4, "atk": 252, "def": 4, "spd": 108, "spe": 140},
              "teraType": ["Electric", "Fairy"],
              "wantsTera": true,
              "ability": ["Vessel of Ruin"]
          },
          {
              "species": "Ting-Lu",
              "weight": 10,
              "moves": [
                  ["Earthquake"],
                  ["Heavy Slam"],
                  ["Rock Tomb"],
                  ["Ruination"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 244, "atk": 76, "def": 116, "spd": 68, "spe": 4},
              "teraType": ["Steel"],
              "ability": ["Vessel of Ruin"]
          }
      ]
  },
  "gholdengo": {
      "weight": 9,
      "sets": [
          {
              "species": "Gholdengo",
              "weight": 25,
              "moves": [
                  ["Make It Rain"],
                  ["Shadow Ball"],
                  ["Focus Blast", "Recover", "Thunderbolt"],
                  ["Trick"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Flying", "Steel", "Water"],
              "ability": ["Good as Gold"]
          },
          {
              "species": "Gholdengo",
              "weight": 30,
              "moves": [
                  ["Make It Rain"],
                  ["Shadow Ball"],
                  ["Focus Blast", "Recover", "Thunderbolt"],
                  ["Trick"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Flying", "Normal", "Steel", "Water"],
              "ability": ["Good as Gold"]
          },
          {
              "species": "Gholdengo",
              "weight": 15,
              "moves": [
                  ["Focus Blast", "Make It Rain"],
                  ["Hex"],
                  ["Thunder Wave"],
                  ["Recover"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spa": 4},
              "ivs": {"atk": 0},
              "teraType": ["Flying", "Water"],
              "ability": ["Good as Gold"]
          },
          {
              "species": "Gholdengo",
              "weight": 20,
              "moves": [
                  ["Make It Rain"],
                  ["Shadow Ball"],
                  ["Nasty Plot"],
                  ["Recover"]
              ],
              "item": ["Covert Cloak"],
              "nature": "Modest",
              "evs": {"hp": 164, "def": 156, "spa": 36, "spd": 4, "spe": 148},
              "ivs": {"atk": 0},
              "teraType": ["Flying"],
              "ability": ["Good as Gold"]
          },
          {
              "species": "Gholdengo",
              "weight": 5,
              "moves": [
                  ["Tera Blast"],
                  ["Shadow Ball"],
                  ["Nasty Plot"],
                  ["Recover"]
              ],
              "item": ["Covert Cloak"],
              "nature": "Modest",
              "evs": {"hp": 164, "def": 156, "spa": 36, "spd": 4, "spe": 148},
              "ivs": {"atk": 0},
              "teraType": ["Fighting", "Water"],
              "wantsTera": true,
              "ability": ["Good as Gold"]
          },
          {
              "species": "Gholdengo",
              "weight": 5,
              "moves": [
                  ["Make It Rain"],
                  ["Shadow Ball"],
                  ["Nasty Plot"],
                  ["Psyshock", "Recover", "Substitute"]
              ],
              "item": ["Air Balloon"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Flying"],
              "ability": ["Good as Gold"]
          }
      ]
  },
  "chiyu": {
      "weight": 9,
      "sets": [
          {
              "species": "Chi-Yu",
              "weight": 20,
              "moves": [
                  ["Overheat"],
                  ["Dark Pulse"],
                  ["Tera Blast"],
                  ["Flamethrower"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Modest",
              "evs": {"hp": 116, "def": 84, "spa": 156, "spd": 4, "spe": 148},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Grass"],
              "wantsTera": true,
              "ability": ["Beads of Ruin"]
          },
          {
              "species": "Chi-Yu",
              "weight": 35,
              "moves": [
                  ["Overheat"],
                  ["Lava Plume"],
                  ["Dark Pulse"],
                  ["Psychic"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Modest",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fire", "Ghost"],
              "ability": ["Beads of Ruin"]
          },
          {
              "species": "Chi-Yu",
              "weight": 10,
              "moves": [
                  ["Flame Charge", "Ruination"],
                  ["Overheat"],
                  ["Dark Pulse"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Calm",
              "evs": {"hp": 252, "def": 4, "spa": 76, "spd": 156, "spe": 20},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Ghost", "Grass", "Water"],
              "wantsTera": true,
              "ability": ["Beads of Ruin"]
          },
          {
              "species": "Chi-Yu",
              "weight": 5,
              "moves": [
                  ["Lava Plume"],
                  ["Ruination"],
                  ["Taunt"],
                  ["Dark Pulse"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Ghost"],
              "ability": ["Beads of Ruin"]
          },
          {
              "species": "Chi-Yu",
              "weight": 20,
              "moves": [
                  ["Overheat"],
                  ["Flamethrower"],
                  ["Dark Pulse"],
                  ["Psychic"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fire"],
              "ability": ["Beads of Ruin"]
          },
          {
              "species": "Chi-Yu",
              "weight": 10,
              "moves": [
                  ["Overheat"],
                  ["Flamethrower"],
                  ["Dark Pulse"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Ghost", "Water"],
              "wantsTera": true,
              "ability": ["Beads of Ruin"]
          }
      ]
  },
  "archaludon": {
      "weight": 9,
      "sets": [
        {
            "species": "Archaludon",
            "weight": 45,
            "moves": [
                ["Steel Beam"],
                ["Draco Meteor", "Dragon Tail"],
                ["Stealth Rock"],
                ["Thunder Wave", "Mirror Coat", "Metal Burst"]
            ],
            "item": ["Custap Berry", "Red Card"],
            "nature": "Modest",
            "evs": {"def": 4, "spa": 252, "spe": 252},
            "teraType": ["Fairy", "Ghost"],
            "ability": ["Sturdy"]
        },
        {
            "species": "Archaludon",
            "weight": 35,
            "moves": [
                ["Electro Shot"],
                ["Draco Meteor"],
                ["Flash Cannon"],
                ["Thunderbolt", "Dark Pulse"]
            ],
            "item": ["Power Herb"],
            "nature": "Timid",
            "evs": {"def": 4, "spa": 252, "spe": 252},
            "teraType": ["Electric"],
            "wantsTera": true,
            "ability": ["Sturdy", "Stamina"]
        },
        {
            "species": "Archaludon",
            "weight": 20,
            "moves": [
                ["Body Press"],
                ["Flash Cannon"],
                ["Stealth Rock", "Thunderbolt"],
                ["Dark Pulse", "Roar", "Dragon Tail"]
            ],
            "item": ["Leftovers", "Sitrus Berry", "Air Balloon"],
            "nature": "Modest",
            "evs": {"def": 180, "spa": 252, "spe": 76},
            "teraType": ["Fairy", "Flying"],
            "ability": ["Stamina"]
        }
    ]
},
  "garganacl": {
      "weight": 9,
      "sets": [
          {
              "species": "Garganacl",
              "weight": 45,
              "moves": [
                  ["Salt Cure"],
                  ["Protect"],
                  ["Recover"],
                  ["Fissure", "Stealth Rock", "Substitute"]
              ],
              "item": ["Leftovers"],
              "nature": "Impish",
              "evs": {"hp": 252, "atk": 4, "def": 252},
              "teraType": ["Fairy", "Poison", "Water"],
              "wantsTera": true,
              "ability": ["Purifying Salt"]
          },
          {
              "species": "Garganacl",
              "weight": 20,
              "moves": [
                  ["Salt Cure"],
                  ["Recover"],
                  ["Curse"],
                  ["Earthquake", "Protect", "Substitute"]
              ],
              "item": ["Leftovers"],
              "nature": "Careful",
              "evs": {"hp": 252, "atk": 4, "spd": 252},
              "teraType": ["Ghost"],
              "wantsTera": true,
              "ability": ["Purifying Salt"]
          },
          {
              "species": "Garganacl",
              "weight": 35,
              "moves": [
                  ["Salt Cure"],
                  ["Recover"],
                  ["Iron Defense"],
                  ["Body Press"]
              ],
              "item": ["Leftovers"],
              "nature": "Careful",
              "evs": {"hp": 252, "def": 4, "spd": 252},
              "teraType": ["Fairy", "Poison", "Water"],
              "wantsTera": true,
              "ability": ["Purifying Salt"]
          }
      ]
  },
  "garchomp": {
      "weight": 8,
      "sets": [
          {
              "species": "Garchomp",
              "weight": 45,
              "moves": [
                  ["Scale Shot"],
                  ["Earthquake"],
                  ["Iron Head", "Substitute"],
                  ["Swords Dance"]
              ],
              "item": ["Loaded Dice"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Rough Skin"]
          },
          {
              "species": "Garchomp",
              "weight": 25,
              "moves": [
                  ["Stealth Rock"],
                  ["Spikes"],
                  ["Earthquake"],
                  ["Dragon Tail"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 180, "atk": 4, "def": 36, "spd": 172, "spe": 116},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Rough Skin"]
          },
          {
              "species": "Garchomp",
              "weight": 10,
              "moves": [
                  ["Outrage", "Scale Shot"],
                  ["Earthquake"],
                  ["Rock Tomb"],
                  ["Iron Head"]
              ],
              "item": ["Choice Band", "Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Rough Skin"]
          },
          {
              "species": "Garchomp",
              "weight": 5,
              "moves": [
                  ["Earthquake"],
                  ["Iron Head"],
                  ["Scale Shot"],
                  ["Dragon Tail"]
              ],
              "item": ["Assault Vest"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Steel"],
              "ability": ["Rough Skin"]
          },
          {
              "species": "Garchomp",
              "weight": 10,
              "moves": [
                  ["Outrage", "Scale Shot"],
                  ["Earthquake"],
                  ["Rock Tomb"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Band", "Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy", "Fire"],
              "wantsTera": true,
              "ability": ["Rough Skin"]
          },
          {
              "species": "Garchomp",
              "weight": 5,
              "moves": [
                  ["Earthquake"],
                  ["Tera Blast"],
                  ["Scale Shot"],
                  ["Dragon Tail"]
              ],
              "item": ["Assault Vest"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Rough Skin"]
          }
      ]
  },
  "landorustherian": {
      "weight": 8,
      "sets": [
          {
              "species": "Landorus-Therian",
              "weight": 30,
              "moves": [
                  ["Stealth Rock"],
                  ["Earthquake"],
                  ["Rock Tomb", "Taunt"],
                  ["U-turn"]
              ],
              "item": ["Leftovers", "Rocky Helmet", "Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Steel", "Water"],
              "ability": ["Intimidate"]
          },
          {
              "species": "Landorus-Therian",
              "weight": 45,
              "moves": [
                  ["Earthquake"],
                  ["U-turn"],
                  ["Tera Blast"],
                  ["Rock Tomb", "Stone Edge"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Flying"],
              "wantsTera": true,
              "ability": ["Intimidate"]
          },
          {
              "species": "Landorus-Therian",
              "weight": 15,
              "moves": [
                  ["Earthquake"],
                  ["U-turn"],
                  ["Tera Blast"],
                  ["Rock Tomb", "Stone Edge"]
              ],
              "item": ["Choice Band", "Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Fairy", "Flying"],
              "wantsTera": true,
              "ability": ["Intimidate"]
          },
          {
              "species": "Landorus-Therian",
              "weight": 5,
              "moves": [
                  ["Earthquake"],
                  ["U-turn"],
                  ["Fissure", "Tera Blast"],
                  ["Rock Tomb", "Smack Down"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 4, "spd": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Intimidate"]
          },
          {
              "species": "Landorus-Therian",
              "weight": 5,
              "moves": [
                  ["Earthquake"],
                  ["Rock Tomb"],
                  ["U-turn"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "def": 4},
              "teraType": ["Flying", "Water"],
              "wantsTera": true,
              "ability": ["Intimidate"]
          }
      ]
  },
  "scizor": {
      "weight": 8,
      "sets": [
          {
              "species": "Scizor",
              "weight": 15,
              "moves": [
                  ["Swords Dance"],
                  ["Bullet Punch"],
                  ["Close Combat"],
                  ["Knock Off", "Tera Blast", "U-turn"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 28, "def": 204, "spd": 20, "spe": 4},
              "teraType": ["Water"],
              "wantsTera": true,
              "ability": ["Technician"]
          },
          {
              "species": "Scizor",
              "weight": 20,
              "moves": [
                  ["Swords Dance"],
                  ["Bullet Punch"],
                  ["Close Combat", "U-turn"],
                  ["Knock Off"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 28, "def": 204, "spd": 20, "spe": 4},
              "teraType": ["Flying", "Steel"],
              "wantsTera": true,
              "ability": ["Technician"]
          },
          {
              "species": "Scizor",
              "weight": 50,
              "moves": [
                  ["Bullet Punch"],
                  ["U-turn"],
                  ["Knock Off"],
                  ["Close Combat"]
              ],
              "item": ["Assault Vest", "Choice Band"],
              "nature": "Adamant",
              "evs": {"hp": 236, "atk": 244, "def": 20, "spd": 4, "spe": 4},
              "teraType": ["Steel", "Water"],
              "wantsTera": true,
              "ability": ["Technician"]
          },
          {
              "species": "Scizor",
              "weight": 15,
              "moves": [
                  ["Bullet Punch"],
                  ["U-turn"],
                  ["Knock Off", "Tera Blast"],
                  ["Close Combat"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 236, "atk": 244, "def": 20, "spd": 4, "spe": 4},
              "teraType": ["Water"],
              "wantsTera": true,
              "ability": ["Technician"]
          }
      ]
  },
  "toxapex": {
      "weight": 8,
      "sets": [
          {
              "species": "Toxapex",
              "weight": 40,
              "moves": [
                  ["Toxic"],
                  ["Baneful Bunker", "Toxic Spikes"],
                  ["Recover"],
                  ["Haze"]
              ],
              "item": ["Black Sludge", "Mental Herb"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"atk": 0},
              "teraType": ["Poison"],
              "ability": ["Regenerator"]
          },
          {
              "species": "Toxapex",
              "weight": 60,
              "moves": [
                  ["Toxic"],
                  ["Liquidation"],
                  ["Recover"],
                  ["Haze"]
              ],
              "item": ["Leftovers", "Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Poison"],
              "ability": ["Regenerator"]
          }
      ]
  },
  "roaringmoon": {
      "weight": 8,
      "sets": [
          {
              "species": "Roaring Moon",
              "weight": 40,
              "moves": [
                  ["Dragon Dance"],
                  ["Acrobatics"],
                  ["Earthquake", "Roost", "Taunt"],
                  ["Knock Off"]
              ],
              "item": ["Booster Energy"],
              "nature": "Jolly",
              "evs": {"atk": 220, "def": 36, "spe": 252},
              "teraType": ["Flying"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Roaring Moon",
              "weight": 10,
              "moves": [
                  ["Dragon Dance"],
                  ["Iron Head"],
                  ["Earthquake", "Roost", "Taunt"],
                  ["Knock Off"]
              ],
              "item": ["Booster Energy"],
              "nature": "Jolly",
              "evs": {"atk": 220, "def": 36, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Roaring Moon",
              "weight": 5,
              "moves": [
                  ["Jaw Lock"],
                  ["Roost"],
                  ["Taunt"],
                  ["Dragon Dance"]
              ],
              "item": ["Leftovers", "Shed Shell"],
              "nature": "Impish",
              "evs": {"hp": 244, "atk": 4, "def": 196, "spd": 36, "spe": 28},
              "teraType": ["Fairy", "Poison"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Roaring Moon",
              "weight": 5,
              "moves": [
                  ["Knock Off"],
                  ["U-turn"],
                  ["Earthquake", "Scale Shot"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy", "Fire"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Roaring Moon",
              "weight": 5,
              "moves": [
                  ["Knock Off"],
                  ["U-turn"],
                  ["Earthquake"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy", "Fire"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Roaring Moon",
              "weight": 25,
              "moves": [
                  ["Knock Off"],
                  ["Earthquake", "U-turn"],
                  ["Iron Head"],
                  ["Outrage"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Dark", "Steel"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Roaring Moon",
              "weight": 10,
              "moves": [
                  ["Dragon Dance"],
                  ["Knock Off"],
                  ["Earthquake"],
                  ["Scale Shot"]
              ],
              "item": ["Loaded Dice"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          }
      ]
  },
  "dragapult": {
      "weight": 8,
      "sets": [
          {
              "species": "Dragapult",
              "weight": 35,
              "moves": [
                  ["Dragon Darts"],
                  ["U-turn"],
                  ["Sucker Punch"],
                  ["Phantom Force"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Dragon", "Steel"],
              "ability": ["Infiltrator"]
          },
          {
              "species": "Dragapult",
              "weight": 5,
              "moves": [
                  ["Dragon Darts"],
                  ["U-turn"],
                  ["Sucker Punch"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy", "Fire", "Ghost", "Steel"],
              "wantsTera": true,
              "ability": ["Infiltrator"]
          },
          {
              "species": "Dragapult",
              "weight": 15,
              "moves": [
                  ["Dragon Darts"],
                  ["Baton Pass", "Tera Blast"],
                  ["Substitute"],
                  ["Dragon Dance"]
              ],
              "item": ["Life Orb"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Fire"],
              "wantsTera": true,
              "ability": ["Clear Body"]
          },
          {
              "species": "Dragapult",
              "weight": 25,
              "moves": [
                  ["Draco Meteor"],
                  ["Hex", "Shadow Ball"],
                  ["Will-O-Wisp"],
                  ["Thunder Wave"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"def": 4, "spa": 252, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Ghost", "Normal"],
              "ability": ["Cursed Body"]
          },
          {
              "species": "Dragapult",
              "weight": 10,
              "moves": [
                  ["Shadow Ball"],
                  ["Draco Meteor"],
                  ["Thunderbolt"],
                  ["Flamethrower"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Electric", "Fighting", "Fire", "Ghost"],
              "ability": ["Infiltrator"]
          },
          {
              "species": "Dragapult",
              "weight": 10,
              "moves": [
                  ["Shadow Ball"],
                  ["Draco Meteor"],
                  ["Thunderbolt"],
                  ["U-turn"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Electric", "Fighting", "Ghost"],
              "ability": ["Infiltrator"]
          }
      ]
  },
  "baxcalibur": {
      "weight": 8,
      "sets": [
          {
              "species": "Baxcalibur",
              "weight": 5,
              "moves": [
                  ["Glaive Rush", "Scale Shot"],
                  ["Earthquake"],
                  ["Ice Shard"],
                  ["Icicle Spear", "Swords Dance"]
              ],
              "item": ["Focus Sash", "Life Orb"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Dragon", "Ghost"],
              "wantsTera": true,
              "ability": ["Thermal Exchange"]
          },
          {
              "species": "Baxcalibur",
              "weight": 75,
              "moves": [
                  ["Ice Shard", "Scale Shot"],
                  ["Icicle Spear"],
                  ["Earthquake"],
                  ["Dragon Dance", "Swords Dance"]
              ],
              "item": ["Loaded Dice"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ghost", "Ground", "Ice"],
              "wantsTera": true,
              "ability": ["Thermal Exchange"]
          },
          {
              "species": "Baxcalibur",
              "weight": 10,
              "moves": [
                  ["Icicle Crash", "Icicle Spear"],
                  ["Ice Shard"],
                  ["Glaive Rush"],
                  ["Earthquake"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Ground"],
              "wantsTera": true,
              "ability": ["Thermal Exchange"]
          },
          {
              "species": "Baxcalibur",
              "weight": 5,
              "moves": [
                  ["Icicle Spear"],
                  ["Ice Shard"],
                  ["Tera Blast"],
                  ["Earthquake"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Electric", "Fairy", "Fire"],
              "wantsTera": true,
              "ability": ["Thermal Exchange"]
          },
          {
              "species": "Baxcalibur",
              "weight": 5,
              "moves": [
                  ["Glaive Rush", "Scale Shot"],
                  ["Earthquake"],
                  ["Ice Shard"],
                  ["Icicle Spear"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Dragon", "Ice"],
              "wantsTera": true,
              "ability": ["Thermal Exchange"]
          }
      ]
  },
  "ninetalesalola": {
      "weight": 8,
      "sets": [
          {
              "species": "Ninetales-Alola",
              "weight": 80,
              "moves": [
                  ["Aurora Veil"],
                  ["Moonblast"],
                  ["Encore"],
                  ["Blizzard", "Freeze-Dry"]
              ],
              "item": ["Light Clay"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Fire", "Ice", "Water"],
              "ability": ["Snow Warning"]
          },
          {
              "species": "Ninetales-Alola",
              "weight": 10,
              "moves": [
                  ["Aurora Veil"],
                  ["Moonblast"],
                  ["Encore"],
                  ["Disable"]
              ],
              "item": ["Light Clay", "Rocky Helmet"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Fire", "Water"],
              "ability": ["Snow Warning"]
          },
          {
              "species": "Ninetales-Alola",
              "weight": 10,
              "moves": [
                  ["Aurora Veil"],
                  ["Moonblast"],
                  ["Encore"],
                  ["Tera Blast"]
              ],
              "item": ["Light Clay"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Fire", "Water"],
              "wantsTera": true,
              "ability": ["Snow Warning"]
          }
      ]
  },
  "ogerponcornerstone": {
      "weight": 8,
      "sets": [
          {
              "species": "Ogerpon-Cornerstone",
              "weight": 100,
              "moves": [
                  ["Ivy Cudgel"],
                  ["Horn Leech"],
                  ["Encore", "Knock Off"],
                  ["Quick Attack", "Rock Tomb", "Swords Dance"]
              ],
              "gender": "F",
              "item": ["Cornerstone Mask"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Rock"],
              "ability": ["Sturdy"]
          }
      ]
  },
  "ogerponwellspring": {
      "weight": 8,
      "sets": [
          {
              "species": "Ogerpon-Wellspring",
              "weight": 60,
              "moves": [
                  ["Ivy Cudgel"],
                  ["Horn Leech", "Leech Seed"],
                  ["Encore", "Substitute"],
                  ["Synthesis"]
              ],
              "gender": "F",
              "item": ["Wellspring Mask"],
              "nature": "Careful",
              "evs": {"hp": 252, "atk": 4, "def": 4, "spd": 188, "spe": 60},
              "teraType": ["Water"],
              "ability": ["Water Absorb"]
          },
          {
              "species": "Ogerpon-Wellspring",
              "weight": 40,
              "moves": [
                  ["Ivy Cudgel"],
                  ["Horn Leech"],
                  ["Knock Off", "Play Rough"],
                  ["Leech Seed", "Swords Dance"]
              ],
              "gender": "F",
              "item": ["Wellspring Mask"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Water"],
              "ability": ["Water Absorb"]
          }
      ]
  },
  "glimmora": {
      "weight": 8,
      "sets": [
          {
              "species": "Glimmora",
              "weight": 30,
              "moves": [
                  ["Power Gem"],
                  ["Energy Ball"],
                  ["Stealth Rock"],
                  ["Endure"]
              ],
              "item": ["Red Card"],
              "nature": "Calm",
              "evs": {"hp": 252, "spd": 124, "spe": 132},
              "ivs": {"atk": 0},
              "teraType": ["Grass"],
              "ability": ["Toxic Debris"]
          },
          {
              "species": "Glimmora",
              "weight": 30,
              "moves": [
                  ["Stealth Rock"],
                  ["Energy Ball", "Power Gem", "Sludge Wave"],
                  ["Earth Power", "Mud Shot"],
                  ["Mortal Spin"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Flying", "Grass"],
              "ability": ["Toxic Debris"]
          },
          {
              "species": "Glimmora",
              "weight": 5,
              "moves": [
                  ["Mortal Spin"],
                  ["Stealth Rock", "Toxic Spikes"],
                  ["Mud Shot"],
                  ["Power Gem", "Sludge Bomb"]
              ],
              "item": ["Air Balloon", "Leftovers"],
              "nature": "Bold",
              "evs": {"hp": 244, "def": 76, "spd": 188},
              "teraType": ["Flying", "Grass"],
              "ability": ["Toxic Debris"]
          },
          {
              "species": "Glimmora",
              "weight": 20,
              "moves": [
                  ["Mortal Spin", "Sludge Wave"],
                  ["Earth Power"],
                  ["Energy Ball"],
                  ["Dazzling Gleam", "Power Gem"]
              ],
              "item": ["Assault Vest"],
              "nature": "Modest",
              "evs": {"hp": 252, "spa": 252, "spd": 4},
              "teraType": ["Fairy", "Grass", "Ground"],
              "ability": ["Toxic Debris"]
          },
          {
              "species": "Glimmora",
              "weight": 15,
              "moves": [
                  ["Sludge Wave"],
                  ["Earth Power"],
                  ["Energy Ball"],
                  ["Dazzling Gleam", "Power Gem"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy", "Grass", "Ground"],
              "ability": ["Toxic Debris"]
          }
      ]
  },
  "annihilape": {
      "weight": 7,
      "sets": [
          {
              "species": "Annihilape",
              "weight": 35,
              "moves": [
                  ["Drain Punch"],
                  ["Rage Fist"],
                  ["Bulk Up"],
                  ["Encore", "Taunt"]
              ],
              "item": ["Leftovers", "Sitrus Berry"],
              "nature": "Jolly",
              "evs": {"hp": 252, "def": 4, "spe": 252},
              "teraType": ["Fire", "Poison", "Steel"],
              "ability": ["Vital Spirit"]
          },
          {
              "species": "Annihilape",
              "weight": 25,
              "moves": [
                  ["Stealth Rock"],
                  ["Rage Fist"],
                  ["Drain Punch"],
                  ["Final Gambit", "Rock Tomb", "Taunt"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 244, "def": 244, "spe": 20},
              "teraType": ["Fire", "Normal", "Steel"],
              "ability": ["Vital Spirit"]
          },
          {
              "species": "Annihilape",
              "weight": 25,
              "moves": [
                  ["Stealth Rock"],
                  ["Rage Fist"],
                  ["Close Combat", "Drain Punch"],
                  ["Final Gambit", "Rock Tomb", "Taunt"]
              ],
              "item": ["Focus Sash", "Roseli Berry"],
              "nature": "Jolly",
              "evs": {"hp": 252, "atk": 4, "spe": 252},
              "teraType": ["Fire", "Normal", "Steel"],
              "ability": ["Vital Spirit"]
          },
          {
              "species": "Annihilape",
              "weight": 15,
              "moves": [
                  ["U-turn"],
                  ["Close Combat"],
                  ["Rage Fist", "Shadow Claw"],
                  ["Final Gambit"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"hp": 252, "atk": 4, "spe": 252},
              "teraType": ["Ghost", "Normal"],
              "ability": ["Defiant"]
          }
      ]
  },
  "heatran": {
      "weight": 7,
      "sets": [
          {
              "species": "Heatran",
              "weight": 35,
              "moves": [
                  ["Magma Storm"],
                  ["Taunt"],
                  ["Protect"],
                  ["Earth Power", "Substitute", "Tera Blast"]
              ],
              "item": ["Leftovers"],
              "nature": "Calm",
              "evs": {"hp": 252, "def": 4, "spd": 252},
              "ivs": {"atk": 0},
              "teraType": ["Grass"],
              "wantsTera": true,
              "ability": ["Flash Fire"]
          },
          {
              "species": "Heatran",
              "weight": 40,
              "moves": [
                  ["Magma Storm"],
                  ["Earth Power"],
                  ["Flash Cannon"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Modest",
              "evs": {"hp": 252, "def": 4, "spa": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Grass"],
              "wantsTera": true,
              "ability": ["Flash Fire"]
          },
          {
              "species": "Heatran",
              "weight": 25,
              "moves": [
                  ["Magma Storm"],
                  ["Flash Cannon"],
                  ["Stealth Rock", "Tera Blast"],
                  ["Will-O-Wisp"]
              ],
              "item": ["Rocky Helmet", "Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spa": 4},
              "teraType": ["Fairy", "Grass"],
              "wantsTera": true,
              "ability": ["Flame Body"]
          }
      ]
  },
  "breloom": {
      "weight": 7,
      "sets": [
          {
              "species": "Breloom",
              "weight": 85,
              "moves": [
                  ["Bullet Seed"],
                  ["Mach Punch"],
                  ["Bulldoze", "Rock Tomb"],
                  ["Spore"]
              ],
              "item": ["Focus Sash"],
              "nature": "Adamant",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Fighting", "Grass", "Ground"],
              "ability": ["Technician"]
          },
          {
              "species": "Breloom",
              "weight": 15,
              "moves": [
                  ["Bullet Seed"],
                  ["Mach Punch"],
                  ["Tera Blast"],
                  ["Spore", "Swords Dance"]
              ],
              "item": ["Loaded Dice"],
              "nature": "Adamant",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Fire"],
              "wantsTera": true,
              "ability": ["Technician"]
          }
      ]
  },
  "cresselia": {
      "weight": 7,
      "sets": [
          {
              "species": "Cresselia",
              "weight": 60,
              "moves": [
                  ["Stored Power"],
                  ["Moonblast"],
                  ["Calm Mind"],
                  ["Moonlight"]
              ],
              "item": ["Covert Cloak", "Leftovers"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 116, "spe": 140},
              "ivs": {"atk": 0},
              "teraType": ["Electric", "Poison"],
              "wantsTera": true,
              "ability": ["Levitate"]
          },
          {
              "species": "Cresselia",
              "weight": 40,
              "moves": [
                  ["Ice Beam", "Moonblast"],
                  ["Thunder Wave", "Trick Room"],
                  ["Moonlight"],
                  ["Lunar Dance"]
              ],
              "item": ["Mental Herb", "Rocky Helmet"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spa": 4},
              "ivs": {"atk": 0},
              "teraType": ["Steel"],
              "ability": ["Levitate"]
          }
      ]
  },
  "dondozo": {
      "weight": 7,
      "sets": [
          {
              "species": "Dondozo",
              "weight": 60,
              "moves": [
                  ["Fissure"],
                  ["Heavy Slam", "Wave Crash"],
                  ["Protect", "Rest"],
                  ["Yawn"]
              ],
              "item": ["Leftovers"],
              "nature": "Impish",
              "evs": {"hp": 244, "def": 148, "spd": 116},
              "teraType": ["Fairy", "Grass", "Steel"],
              "ability": ["Unaware"]
          },
          {
              "species": "Dondozo",
              "weight": 20,
              "moves": [
                  ["Fissure"],
                  ["Body Press", "Wave Crash"],
                  ["Protect", "Rest"],
                  ["Yawn"]
              ],
              "item": ["Leftovers"],
              "nature": "Impish",
              "evs": {"hp": 244, "def": 252, "spd": 12},
              "teraType": ["Fairy", "Grass", "Steel"],
              "ability": ["Unaware"]
          },
          {
              "species": "Dondozo",
              "weight": 10,
              "moves": [
                  ["Avalanche", "Body Press", "Earthquake", "Fissure"],
                  ["Wave Crash"],
                  ["Rest"],
                  ["Sleep Talk", "Yawn"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 244, "def": 252, "spd": 12},
              "teraType": ["Fairy", "Grass", "Steel"],
              "ability": ["Unaware"]
          },
          {
              "species": "Dondozo",
              "weight": 5,
              "moves": [
                  ["Wave Crash"],
                  ["Avalanche"],
                  ["Body Press", "Earthquake", "Heavy Slam"],
                  ["Fissure"]
              ],
              "item": ["Assault Vest"],
              "nature": "Careful",
              "evs": {"hp": 44, "atk": 212, "spd": 252},
              "teraType": ["Fairy", "Grass", "Ground", "Steel"],
              "ability": ["Unaware"]
          },
          {
              "species": "Dondozo",
              "weight": 5,
              "moves": [
                  ["Curse"],
                  ["Rest"],
                  ["Wave Crash"],
                  ["Fissure"]
              ],
              "item": ["Chesto Berry"],
              "nature": "Careful",
              "evs": {"hp": 252, "def": 4, "spd": 252},
              "teraType": ["Fairy", "Grass", "Steel"],
              "ability": ["Unaware"]
          }
      ]
  },
  "hippowdon": {
      "weight": 7,
      "sets": [
          {
              "species": "Hippowdon",
              "weight": 100,
              "moves": [
                  ["Stealth Rock"],
                  ["Yawn"],
                  ["Earthquake"],
                  ["Slack Off", "Whirlwind"]
              ],
              "item": ["Leftovers", "Sitrus Berry"],
              "nature": "Careful",
              "evs": {"hp": 252, "def": 4, "spd": 252},
              "teraType": ["Steel", "Water"],
              "ability": ["Sand Stream"]
          }
      ]
  },
  "mimikyu": {
      "weight": 7,
      "sets": [
          {
              "species": "Mimikyu",
              "weight": 25,
              "moves": [
                  ["Play Rough"],
                  ["Shadow Sneak"],
                  ["Curse"],
                  ["Pain Split"]
              ],
              "item": ["Life Orb"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 156, "def": 92, "spd": 4, "spe": 252},
              "teraType": ["Fairy", "Ghost"],
              "ability": ["Disguise"]
          },
          {
              "species": "Mimikyu",
              "weight": 15,
              "moves": [
                  ["Play Rough"],
                  ["Shadow Sneak"],
                  ["Curse"],
                  ["Trick Room"]
              ],
              "item": ["Life Orb"],
              "nature": "Adamant",
              "evs": {"hp": 36, "atk": 236, "def": 180, "spd": 4, "spe": 52},
              "teraType": ["Fairy", "Ghost"],
              "ability": ["Disguise"]
          },
          {
              "species": "Mimikyu",
              "weight": 25,
              "moves": [
                  ["Play Rough"],
                  ["Shadow Sneak"],
                  ["Drain Punch", "Shadow Claw"],
                  ["Swords Dance"]
              ],
              "item": ["Life Orb"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 156, "def": 92, "spd": 4, "spe": 252},
              "teraType": ["Fairy", "Ghost"],
              "ability": ["Disguise"]
          },
          {
              "species": "Mimikyu",
              "weight": 15,
              "moves": [
                  ["Play Rough"],
                  ["Shadow Claw"],
                  ["Will-O-Wisp"],
                  ["Trick"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Fairy", "Ghost"],
              "ability": ["Disguise"]
          },
          {
              "species": "Mimikyu",
              "weight": 5,
              "moves": [
                  ["Play Rough"],
                  ["Shadow Sneak"],
                  ["Pain Split", "Shadow Claw"],
                  ["Curse"]
              ],
              "item": ["Covert Cloak"],
              "nature": "Jolly",
              "evs": {"hp": 36, "atk": 220, "spe": 252},
              "teraType": ["Fairy", "Ghost"],
              "ability": ["Disguise"]
          },
          {
              "species": "Mimikyu",
              "weight": 5,
              "moves": [
                  ["Play Rough"],
                  ["Shadow Sneak"],
                  ["Wood Hammer"],
                  ["Curse"]
              ],
              "item": ["Life Orb"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 156, "def": 92, "spd": 4, "spe": 252},
              "teraType": ["Grass"],
              "ability": ["Disguise"]
          },
          {
              "species": "Mimikyu",
              "weight": 5,
              "moves": [
                  ["Play Rough"],
                  ["Curse"],
                  ["Trick Room"],
                  ["Shadow Sneak"]
              ],
              "item": ["Covert Cloak"],
              "nature": "Adamant",
              "evs": {"hp": 36, "atk": 236, "def": 180, "spd": 4, "spe": 52},
              "teraType": ["Fairy", "Ghost"],
              "ability": ["Disguise"]
          },
          {
              "species": "Mimikyu",
              "weight": 5,
              "moves": [
                  ["Shadow Claw", "Shadow Sneak"],
                  ["Substitute"],
                  ["Curse"],
                  ["Pain Split"]
              ],
              "item": ["Figy Berry"],
              "nature": "Jolly",
              "evs": {"hp": 4, "def": 252, "spe": 252},
              "teraType": ["Ghost"],
              "ability": ["Disguise"]
          }
      ]
  },
  "rotomwash": {
      "weight": 7,
      "sets": [
          {
              "species": "Rotom-Wash",
              "weight": 35,
              "moves": [
                  ["Hydro Pump"],
                  ["Volt Switch"],
                  ["Trick"],
                  ["Will-O-Wisp"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Ghost", "Steel"],
              "ability": ["Levitate"]
          },
          {
              "species": "Rotom-Wash",
              "weight": 15,
              "moves": [
                  ["Hydro Pump"],
                  ["Thunderbolt"],
                  ["Volt Switch"],
                  ["Trick"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Electric"],
              "ability": ["Levitate"]
          },
          {
              "species": "Rotom-Wash",
              "weight": 45,
              "moves": [
                  ["Hydro Pump"],
                  ["Volt Switch"],
                  ["Foul Play"],
                  ["Will-O-Wisp"]
              ],
              "item": ["Rocky Helmet", "Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spa": 4},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Ghost", "Steel"],
              "ability": ["Levitate"]
          },
          {
              "species": "Rotom-Wash",
              "weight": 5,
              "moves": [
                  ["Discharge", "Thunderbolt"],
                  ["Tera Blast"],
                  ["Nasty Plot"],
                  ["Substitute"]
              ],
              "item": ["Leftovers"],
              "nature": "Timid",
              "evs": {"hp": 252, "spa": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Levitate"]
          }
      ]
  },
  "basculegion": {
      "weight": 7,
      "sets": [
          {
              "species": "Basculegion",
              "weight": 20,
              "moves": [
                  ["Last Respects"],
                  ["Wave Crash"],
                  ["Aqua Jet", "Sleep Talk"],
                  ["Flip Turn"]
              ],
              "gender": "M",
              "item": ["Choice Scarf"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spa": 4, "spe": 252},
              "teraType": ["Fairy", "Fighting", "Ghost", "Normal", "Water"],
              "ability": ["Adaptability"]
          },
          {
              "species": "Basculegion",
              "weight": 10,
              "moves": [
                  ["Last Respects"],
                  ["Wave Crash"],
                  ["Flip Turn"],
                  ["Tera Blast"]
              ],
              "gender": "M",
              "item": ["Choice Scarf"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spa": 4, "spe": 252},
              "teraType": ["Fairy", "Fighting"],
              "wantsTera": true,
              "ability": ["Adaptability"]
          },
          {
              "species": "Basculegion",
              "weight": 40,
              "moves": [
                  ["Wave Crash"],
                  ["Aqua Jet"],
                  ["Agility", "Endeavor"],
                  ["Last Respects"]
              ],
              "gender": "M",
              "item": ["Focus Sash"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ghost", "Normal", "Water"],
              "ability": ["Adaptability"]
          },
          {
              "species": "Basculegion",
              "weight": 20,
              "moves": [
                  ["Wave Crash"],
                  ["Aqua Jet"],
                  ["Agility", "Tera Blast"],
                  ["Last Respects"]
              ],
              "gender": "M",
              "item": ["Focus Sash"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Adaptability"]
          },
          {
              "species": "Basculegion",
              "weight": 10,
              "moves": [
                  ["Wave Crash"],
                  ["Aqua Jet"],
                  ["Substitute"],
                  ["Last Respects"]
              ],
              "gender": "M",
              "item": ["Bright Powder"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ghost", "Normal", "Water"],
              "ability": ["Adaptability"]
          }
      ]
  },
  "corviknight": {
      "weight": 6,
      "sets": [
          {
              "species": "Corviknight",
              "weight": 50,
              "moves": [
                  ["U-turn"],
                  ["Roost"],
                  ["Body Press", "Iron Head"],
                  ["Brave Bird", "Taunt"]
              ],
              "item": ["Leftovers", "Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Dragon", "Fighting", "Water"],
              "ability": ["Mirror Armor"]
          },
          {
              "species": "Corviknight",
              "weight": 40,
              "moves": [
                  ["Iron Defense"],
                  ["Body Press"],
                  ["Roost"],
                  ["Iron Head", "Taunt", "U-turn"]
              ],
              "item": ["Covert Cloak", "Rocky Helmet", "Safety Goggles", "Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Dragon", "Fighting", "Water"],
              "ability": ["Mirror Armor"]
          },
          {
              "species": "Corviknight",
              "weight": 10,
              "moves": [
                  ["Bulk Up"],
                  ["Taunt"],
                  ["Roost"],
                  ["Brave Bird", "Iron Head"]
              ],
              "item": ["Covert Cloak", "Rocky Helmet", "Safety Goggles", "Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Dragon", "Water"],
              "ability": ["Mirror Armor"]
          }
      ]
  },
  "zapdos": {
      "weight": 6,
      "sets": [
          {
              "species": "Zapdos",
              "weight": 75,
              "moves": [
                  ["Volt Switch"],
                  ["Roost"],
                  ["Hurricane"],
                  ["Discharge"]
              ],
              "item": ["Heavy-Duty Boots", "Rocky Helmet", "Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"atk": 0},
              "teraType": ["Steel", "Water"],
              "ability": ["Static"]
          },
          {
              "species": "Zapdos",
              "weight": 10,
              "moves": [
                  ["Volt Switch"],
                  ["Roost"],
                  ["Hurricane"],
                  ["Tera Blast"]
              ],
              "item": ["Heavy-Duty Boots", "Rocky Helmet", "Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"atk": 0},
              "teraType": ["Ice"],
              "wantsTera": true,
              "ability": ["Static"]
          },
          {
              "species": "Zapdos",
              "weight": 10,
              "moves": [
                  ["Thunderbolt"],
                  ["Hurricane"],
                  ["Volt Switch"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Timid",
              "evs": {"def": 4, "spa": 252, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Ice"],
              "wantsTera": true,
              "ability": ["Static"]
          },
          {
              "species": "Zapdos",
              "weight": 5,
              "moves": [
                  ["Thunderbolt"],
                  ["Hurricane"],
                  ["Volt Switch"],
                  ["Heat Wave"]
              ],
              "item": ["Choice Scarf", "Choice Specs"],
              "nature": "Timid",
              "evs": {"def": 4, "spa": 252, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Electric"],
              "ability": ["Static"]
          }
      ]
  },
  "ursaluna": {
      "weight": 6,
      "sets": [
          {
              "species": "Ursaluna",
              "weight": 85,
              "moves": [
                  ["Facade"],
                  ["Earthquake"],
                  ["Trailblaze"],
                  ["Swords Dance"]
              ],
              "item": ["Flame Orb"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Grass", "Normal", "Water"],
              "ability": ["Guts"]
          },
          {
              "species": "Ursaluna",
              "weight": 15,
              "moves": [
                  ["Earthquake"],
                  ["Avalanche"],
                  ["Yawn"],
                  ["Protect"]
              ],
              "item": ["Leftovers"],
              "nature": "Impish",
              "evs": {"hp": 156, "def": 252, "spd": 100},
              "teraType": ["Fairy", "Water"],
              "ability": ["Bulletproof"]
          }
      ]
  },
  "goodrahisui": {
      "weight": 6,
      "sets": [
          {
              "species": "Goodra-Hisui",
              "weight": 60,
              "moves": [
                  ["Flash Cannon", "Heavy Slam"],
                  ["Draco Meteor", "Ice Beam"],
                  ["Acid Spray", "Flamethrower", "Thunderbolt"],
                  ["Earthquake"]
              ],
              "item": ["Assault Vest"],
              "nature": "Quiet",
              "evs": {"hp": 252, "spa": 252, "spd": 4},
              "teraType": ["Fairy", "Flying", "Water"],
              "ability": ["Sap Sipper"]
          },
          {
              "species": "Goodra-Hisui",
              "weight": 40,
              "moves": [
                  ["Acid Armor"],
                  ["Body Press"],
                  ["Heavy Slam"],
                  ["Draco Meteor", "Ice Beam", "Protect"]
              ],
              "item": ["Leftovers"],
              "nature": "Careful",
              "evs": {"hp": 252, "def": 4, "spd": 252},
              "teraType": ["Fairy", "Flying"],
              "ability": ["Shell Armor"]
          }
      ]
  },
  "magnezone": {
      "weight": 6,
      "sets": [
          {
              "species": "Magnezone",
              "weight": 70,
              "moves": [
                  ["Thunderbolt"],
                  ["Flash Cannon"],
                  ["Volt Switch"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Modest",
              "evs": {"hp": 252, "spa": 4, "spd": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Water"],
              "wantsTera": true,
              "ability": ["Analytic"]
          },
          {
              "species": "Magnezone",
              "weight": 20,
              "moves": [
                  ["Thunderbolt"],
                  ["Flash Cannon"],
                  ["Volt Switch"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Specs"],
              "nature": "Modest",
              "evs": {"hp": 252, "spa": 4, "spd": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Water"],
              "wantsTera": true,
              "ability": ["Sturdy"]
          },
          {
              "species": "Magnezone",
              "weight": 10,
              "moves": [
                  ["Thunderbolt"],
                  ["Flash Cannon", "Steel Beam"],
                  ["Volt Switch"],
                  ["Mirror Coat"]
              ],
              "item": ["Custap Berry"],
              "nature": "Modest",
              "evs": {"hp": 252, "spa": 4, "spd": 252},
              "ivs": {"atk": 0},
              "teraType": ["Flying", "Water"],
              "wantsTera": true,
              "ability": ["Sturdy"]
          }
      ]
  },
  "ogerpon": {
      "weight": 6,
      "sets": [
          {
              "species": "Ogerpon",
              "weight": 100,
              "moves": [
                  ["Ivy Cudgel"],
                  ["U-turn"],
                  ["Play Rough"],
                  ["Knock Off", "Stomping Tantrum"]
              ],
              "item": ["Choice Band", "Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Grass"],
              "ability": ["Defiant"]
          }
      ]
  },
  "gliscor": {
      "weight": 6,
      "sets": [
          {
              "species": "Gliscor",
              "weight": 100,
              "moves": [
                  ["Substitute"],
                  ["Toxic"],
                  ["Protect"],
                  ["Earthquake"]
              ],
              "item": ["Toxic Orb"],
              "nature": "Impish",
              "evs": {"hp": 244, "def": 108, "spe": 156},
              "teraType": ["Water"],
              "wantsTera": true,
              "ability": ["Poison Heal"]
          }
      ]
  },
  "ironmoth": {
      "weight": 6,
      "sets": [
          {
              "species": "Iron Moth",
              "weight": 20,
              "moves": [
                  ["Fiery Dance"],
                  ["Sludge Wave"],
                  ["Energy Ball"],
                  ["Dazzling Gleam", "Overheat", "Psychic"]
              ],
              "item": ["Assault Vest", "Booster Energy", "Choice Specs"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Fairy", "Fire", "Grass", "Water"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Moth",
              "weight": 20,
              "moves": [
                  ["Fiery Dance"],
                  ["Sludge Wave"],
                  ["Energy Ball"],
                  ["Dazzling Gleam", "Overheat", "Psychic", "Tera Blast"]
              ],
              "item": ["Assault Vest", "Booster Energy", "Choice Specs"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Fairy", "Water"],
              "wantsTera": true,
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Moth",
              "weight": 20,
              "moves": [
                  ["Toxic Spikes"],
                  ["Fiery Dance"],
                  ["Morning Sun"],
                  ["Sludge Wave", "Tera Blast", "Whirlwind"]
              ],
              "item": ["Booster Energy", "Covert Cloak", "Passho Berry", "Sitrus Berry"],
              "nature": "Timid",
              "evs": {"hp": 244, "def": 52, "spa": 4, "spd": 12, "spe": 196},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Grass", "Water"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Moth",
              "weight": 10,
              "moves": [
                  ["Toxic Spikes"],
                  ["Fiery Dance"],
                  ["Morning Sun"],
                  ["Whirlwind"]
              ],
              "item": ["Black Sludge", "Heavy-Duty Boots"],
              "nature": "Calm",
              "evs": {"hp": 196, "spd": 132, "spe": 180},
              "ivs": {"atk": 0},
              "teraType": ["Poison"],
              "ability": ["Quark Drive"]
          },
          {
            "species": "Iron Moth",
            "weight": 10,
            "moves": [
                ["Toxic Spikes"],
                ["Fiery Dance"],
                ["Morning Sun"],
                ["Whirlwind"]
            ],
            "item": ["Heavy-Duty Boots", "Leftovers"],
            "nature": "Calm",
            "evs": {"hp": 196, "spd": 132, "spe": 180},
            "ivs": {"atk": 0},
            "teraType": ["Grass"],
            "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Moth",
              "weight": 10,
              "moves": [
                  ["Fiery Dance"],
                  ["Acid Spray", "Sludge Wave"],
                  ["Energy Ball", "Psychic"],
                  ["Dazzling Gleam", "Tera Blast"]
              ],
              "item": ["Booster Energy"],
              "nature": "Timid",
              "evs": {"def": 124, "spa": 132, "spe": 252},
              "teraType": ["Water"],
              "wantsTera": true,
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Moth",
              "weight": 10,
              "moves": [
                  ["Fiery Dance"],
                  ["Acid Spray", "Sludge Wave"],
                  ["Energy Ball"],
                  ["Dazzling Gleam", "Psychic"]
              ],
              "item": ["Booster Energy"],
              "nature": "Timid",
              "evs": {"def": 124, "spa": 132, "spe": 252},
              "teraType": ["Fire", "Grass", "Poison"],
              "ability": ["Quark Drive"]
          }
      ]
  },
  "rillaboom": {
      "weight": 6,
      "sets": [
          {
              "species": "Rillaboom",
              "weight": 50,
              "moves": [
                  ["Grassy Glide"],
                  ["Knock Off"],
                  ["Drum Beating", "Wood Hammer"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest", "Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Rock"],
              "wantsTera": true,
              "ability": ["Grassy Surge"]
          },
          {
              "species": "Rillaboom",
              "weight": 20,
              "moves": [
                  ["Grassy Glide"],
                  ["Knock Off"],
                  ["Drum Beating", "Wood Hammer"],
                  ["High Horsepower", "U-turn"]
              ],
              "item": ["Assault Vest"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Grass", "Poison"],
              "ability": ["Grassy Surge"]
          },
          {
              "species": "Rillaboom",
              "weight": 10,
              "moves": [
                  ["Grassy Glide"],
                  ["Knock Off"],
                  ["Drum Beating", "Wood Hammer"],
                  ["High Horsepower", "U-turn"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Grass"],
              "ability": ["Grassy Surge"]
          },
          {
              "species": "Rillaboom",
              "weight": 20,
              "moves": [
                  ["Grassy Glide"],
                  ["High Horsepower"],
                  ["Tera Blast"],
                  ["Swords Dance"]
              ],
              "item": ["Grassy Seed"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "def": 4},
              "teraType": ["Fairy", "Rock"],
              "wantsTera": true,
              "ability": ["Grassy Surge"]
          }
      ]
  },
  "sneasler": {
      "weight": 5,
      "sets": [
          {
              "species": "Sneasler",
              "weight": 30,
              "moves": [
                  ["Dire Claw"],
                  ["Close Combat"],
                  ["Fake Out"],
                  ["Toxic Spikes"]
              ],
              "item": ["Air Balloon", "Focus Sash", "Normal Gem", "Red Card", "Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fighting", "Flying"],
              "ability": ["Unburden"]
          },
          {
              "species": "Sneasler",
              "weight": 10,
              "moves": [
                  ["Dire Claw"],
                  ["Close Combat"],
                  ["Fake Out"],
                  ["Toxic Spikes"]
              ],
              "item": ["Air Balloon", "Focus Sash", "Sitrus Berry"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fighting", "Flying"],
              "ability": ["Poison Touch"]
          },
          {
              "species": "Sneasler",
              "weight": 60,
              "moves": [
                  ["Dire Claw"],
                  ["Close Combat"],
                  ["Shadow Claw"],
                  ["Toxic Spikes"]
              ],
              "item": ["Air Balloon", "Focus Sash", "Red Card", "Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ghost"],
              "ability": ["Unburden"]
          }
      ]
  },
  "clodsire": {
      "weight": 5,
      "sets": [
          {
              "species": "Clodsire",
              "weight": 50,
              "moves": [
                  ["Earthquake"],
                  ["Toxic", "Yawn"],
                  ["Counter", "Haze", "Stealth Rock"],
                  ["Recover"]
              ],
              "item": ["Leftovers", "Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 156, "def": 252, "spd": 100},
              "teraType": ["Dark", "Electric", "Fire", "Water"],
              "ability": ["Water Absorb"]
          },
          {
              "species": "Clodsire",
              "weight": 50,
              "moves": [
                  ["Earthquake"],
                  ["Toxic", "Yawn"],
                  ["Counter", "Haze", "Stealth Rock"],
                  ["Recover"]
              ],
              "item": ["Leftovers", "Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 156, "def": 252, "spd": 100},
              "teraType": ["Dark", "Electric", "Fire", "Water"],
              "ability": ["Unaware"]
          }
      ]
  },
  "meowscarada": {
      "weight": 5,
      "sets": [
          {
              "species": "Meowscarada",
              "weight": 25,
              "moves": [
                  ["Flower Trick"],
                  ["Knock Off"],
                  ["Trick", "U-turn"],
                  ["Low Kick", "Play Rough", "Sucker Punch"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Dark", "Ghost", "Grass"],
              "ability": ["Protean"]
          },
          {
              "species": "Meowscarada",
              "weight": 10,
              "moves": [
                  ["Flower Trick"],
                  ["Knock Off"],
                  ["Trick", "U-turn"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Rock"],
              "wantsTera": true,
              "ability": ["Protean"]
          },
          {
              "species": "Meowscarada",
              "weight": 30,
              "moves": [
                  ["Flower Trick"],
                  ["Knock Off"],
                  ["Sucker Punch", "Taunt"],
                  ["Toxic Spikes"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Ghost", "Grass"],
              "ability": ["Overgrow"]
          },
          {
              "species": "Meowscarada",
              "weight": 20,
              "moves": [
                  ["Flower Trick"],
                  ["Knock Off"],
                  ["Tera Blast"],
                  ["Sucker Punch", "Toxic Spikes"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Rock"],
              "wantsTera": true,
              "ability": ["Overgrow"]
          },
          {
              "species": "Meowscarada",
              "weight": 10,
              "moves": [
                  ["Flower Trick"],
                  ["Knock Off"],
                  ["Trick", "U-turn"],
                  ["Sucker Punch"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Ghost", "Grass"],
              "ability": ["Protean"]
          },
          {
              "species": "Meowscarada",
              "weight": 5,
              "moves": [
                  ["Flower Trick"],
                  ["Knock Off"],
                  ["Sucker Punch", "Trick", "U-turn"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Rock"],
              "wantsTera": true,
              "ability": ["Protean"]
          }
      ]
  },
  "azumarill": {
      "weight": 5,
      "sets": [
          {
              "species": "Azumarill",
              "weight": 45,
              "moves": [
                  ["Aqua Jet"],
                  ["Play Rough"],
                  ["Liquidation"],
                  ["Superpower"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Fairy", "Water"],
              "ability": ["Huge Power"]
          },
          {
              "species": "Azumarill",
              "weight": 10,
              "moves": [
                  ["Aqua Jet"],
                  ["Play Rough"],
                  ["Liquidation"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest", "Choice Band"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Electric", "Fire", "Grass"],
              "wantsTera": true,
              "ability": ["Huge Power"]
          },
          {
              "species": "Azumarill",
              "weight": 25,
              "moves": [
                  ["Belly Drum"],
                  ["Aqua Jet"],
                  ["Play Rough"],
                  ["Encore", "Liquidation"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"hp": 244, "atk": 252, "def": 12},
              "teraType": ["Water"],
              "ability": ["Huge Power"]
          },
          {
              "species": "Azumarill",
              "weight": 10,
              "moves": [
                  ["Belly Drum"],
                  ["Aqua Jet"],
                  ["Play Rough"],
                  ["Bulldoze"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"hp": 244, "atk": 252, "def": 12},
              "teraType": ["Steel"],
              "ability": ["Huge Power"]
          },
          {
              "species": "Azumarill",
              "weight": 5,
              "moves": [
                  ["Belly Drum"],
                  ["Aqua Jet"],
                  ["Play Rough"],
                  ["Tera Blast"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"hp": 244, "atk": 252, "def": 12},
              "teraType": ["Fire"],
              "wantsTera": true,
              "ability": ["Huge Power"]
          },
          {
              "species": "Azumarill",
              "weight": 5,
              "moves": [
                  ["Substitute"],
                  ["Encore"],
                  ["Play Rough"],
                  ["Aqua Jet", "Liquidation"]
              ],
              "item": ["Leftovers"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "def": 4},
              "teraType": ["Water"],
              "ability": ["Huge Power"]
          }
      ]
  },
  "ironvaliant": {
      "weight": 5,
      "sets": [
          {
              "species": "Iron Valiant",
              "weight": 35,
              "moves": [
                  ["Spirit Break"],
                  ["Encore", "Reflect"],
                  ["Close Combat"],
                  ["Destiny Bond", "Knock Off"]
              ],
              "item": ["Booster Energy"],
              "nature": "Jolly",
              "evs": {"hp": 92, "atk": 204, "def": 4, "spd": 4, "spe": 204},
              "teraType": ["Ghost", "Steel"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Valiant",
              "weight": 25,
              "moves": [
                  ["Moonblast"],
                  ["Encore", "Shadow Ball", "Shadow Sneak"],
                  ["Aura Sphere", "Close Combat"],
                  ["Destiny Bond"]
              ],
              "item": ["Booster Energy", "Focus Sash"],
              "nature": "Naive",
              "evs": {"atk": 4, "spa": 252, "spe": 252},
              "teraType": ["Fairy", "Ghost", "Steel"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Valiant",
              "weight": 20,
              "moves": [
                  ["Moonblast"],
                  ["Close Combat"],
                  ["Encore", "Shadow Ball"],
                  ["Psychic", "Psyshock", "Thunderbolt"]
              ],
              "item": ["Booster Energy", "Life Orb"],
              "nature": "Naive",
              "evs": {"atk": 4, "spa": 252, "spe": 252},
              "teraType": ["Electric", "Fairy", "Ghost", "Steel"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Valiant",
              "weight": 20,
              "moves": [
                  ["Swords Dance"],
                  ["Close Combat", "Encore"],
                  ["Spirit Break"],
                  ["Knock Off", "Shadow Sneak"]
              ],
              "item": ["Booster Energy", "Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Fairy", "Ghost", "Steel"],
              "ability": ["Quark Drive"]
          }
      ]
  },
  "kingambit": {
      "weight": 5,
      "sets": [
          {
              "species": "Kingambit",
              "weight": 25,
              "moves": [
                  ["Kowtow Cleave"],
                  ["Sucker Punch"],
                  ["Iron Head"],
                  ["Guillotine"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Dark", "Flying"],
              "ability": ["Defiant"]
          },
          {
              "species": "Kingambit",
              "weight": 20,
              "moves": [
                  ["Kowtow Cleave"],
                  ["Sucker Punch"],
                  ["Iron Head"],
                  ["Guillotine"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Dark", "Flying"],
              "ability": ["Supreme Overlord"]
          },
          {
              "species": "Kingambit",
              "weight": 10,
              "moves": [
                  ["Kowtow Cleave"],
                  ["Guillotine", "Sucker Punch"],
                  ["Iron Head"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Defiant"]
          },
          {
              "species": "Kingambit",
              "weight": 10,
              "moves": [
                  ["Kowtow Cleave"],
                  ["Guillotine", "Sucker Punch"],
                  ["Iron Head"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Supreme Overlord"]
          },
          {
              "species": "Kingambit",
              "weight": 15,
              "moves": [
                  ["Kowtow Cleave"],
                  ["Sucker Punch"],
                  ["Iron Head"],
                  ["Swords Dance"]
              ],
              "item": ["Black Glasses", "Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Dark", "Flying"],
              "ability": ["Supreme Overlord"]
          },
          {
              "species": "Kingambit",
              "weight": 10,
              "moves": [
                  ["Kowtow Cleave"],
                  ["Sucker Punch"],
                  ["Iron Head"],
                  ["Swords Dance"]
              ],
              "item": ["Black Glasses", "Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Dark", "Flying"],
              "ability": ["Defiant"]
          },
          {
              "species": "Kingambit",
              "weight": 5,
              "moves": [
                  ["Stealth Rock"],
                  ["Kowtow Cleave"],
                  ["Guillotine", "Iron Head"],
                  ["Sucker Punch", "Thunder Wave"]
              ],
              "item": ["Focus Sash"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Dark", "Fairy", "Flying"],
              "ability": ["Defiant", "Supreme Overlord"]
          },
          {
              "species": "Kingambit",
              "weight": 5,
              "moves": [
                  ["Stealth Rock"],
                  ["Kowtow Cleave"],
                  ["Guillotine", "Iron Head"],
                  ["Sucker Punch", "Thunder Wave"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Adamant",
              "evs": {"hp": 244, "atk": 252, "spd": 12},
              "teraType": ["Dark", "Fairy", "Flying"],
              "ability": ["Defiant", "Supreme Overlord"]
          }
      ]
  },
  "volcarona": {
      "weight": 5,
      "sets": [
          {
              "species": "Volcarona",
              "weight": 55,
              "moves": [
                  ["Quiver Dance"],
                  ["Fiery Dance"],
                  ["Morning Sun"],
                  ["Giga Drain", "Substitute", "Will-O-Wisp"]
              ],
              "item": ["Heavy-Duty Boots", "Sitrus Berry"],
              "nature": "Timid",
              "evs": {"hp": 244, "def": 204, "spa": 12, "spd": 4, "spe": 44},
              "teraType": ["Fairy", "Grass"],
              "wantsTera": true,
              "ability": ["Flame Body"]
          },
          {
              "species": "Volcarona",
              "weight": 25,
              "moves": [
                  ["Quiver Dance"],
                  ["Fiery Dance"],
                  ["Morning Sun"],
                  ["Tera Blast"]
              ],
              "item": ["Heavy-Duty Boots", "Sitrus Berry"],
              "nature": "Timid",
              "evs": {"hp": 244, "def": 204, "spa": 12, "spd": 4, "spe": 44},
              "teraType": ["Water"],
              "wantsTera": true,
              "ability": ["Flame Body"]
          },
          {
              "species": "Volcarona",
              "weight": 20,
              "moves": [
                  ["Quiver Dance"],
                  ["Fiery Dance"],
                  ["Bug Buzz", "Giga Drain", "Psychic"],
                  ["Tera Blast"]
              ],
              "item": ["Heavy-Duty Boots", "Lum Berry", "Sitrus Berry"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Rock", "Water"],
              "wantsTera": true,
              "ability": ["Flame Body"]
          }
      ]
  },
  "wochien": {
      "weight": 5,
      "sets": [
          {
              "species": "Wo-Chien",
              "weight": 90,
              "moves": [
                  ["Leech Seed"],
                  ["Protect"],
                  ["Dark Pulse", "Foul Play", "Knock Off"],
                  ["Giga Drain", "Ruination", "Substitute", "Taunt"]
              ],
              "item": ["Leftovers"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Fire", "Poison", "Water"],
              "wantsTera": true,
              "ability": ["Tablets of Ruin"]
          },
          {
              "species": "Wo-Chien",
              "weight": 10,
              "moves": [
                  ["Leech Seed"],
                  ["Protect"],
                  ["Tera Blast"],
                  ["Giga Drain", "Ruination", "Substitute", "Taunt"]
              ],
              "item": ["Leftovers"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fire"],
              "wantsTera": true,
              "ability": ["Tablets of Ruin"]
          }
      ]
  },
  "empoleon": {
      "weight": 5,
      "sets": [
          {
              "species": "Empoleon",
              "weight": 100,
              "moves": [
                  ["Stealth Rock"],
                  ["Roar", "Yawn"],
                  ["Flash Cannon", "Ice Beam"],
                  ["Flip Turn", "Roost", "Surf"]
              ],
              "item": ["Air Balloon", "Leftovers", "Sitrus Berry"],
              "nature": "Calm",
              "evs": {"hp": 252, "def": 4, "spd": 252},
              "teraType": ["Fairy", "Flying", "Grass"],
              "ability": ["Competitive"]
          }
      ]
  },
  "kommoo": {
      "weight": 5,
      "sets": [
          {
              "species": "Kommo-o",
              "weight": 50,
              "moves": [
                  ["Clangorous Soul"],
                  ["Clanging Scales"],
                  ["Aura Sphere", "Vacuum Wave"],
                  ["Flash Cannon"]
              ],
              "item": ["Throat Spray"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Bulletproof"]
          },
          {
              "species": "Kommo-o",
              "weight": 50,
              "moves": [
                  ["Clangorous Soul"],
                  ["Drain Punch"],
                  ["Iron Head"],
                  ["Earthquake", "Substitute"]
              ],
              "item": ["Leftovers", "Sitrus Berry"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Bulletproof"]
          }
      ]
  },
  "sinistcha": {
      "weight": 5,
      "sets": [
          {
              "species": "Sinistcha",
              "weight": 100,
              "moves": [
                  ["Strength Sap"],
                  ["Matcha Gotcha"],
                  ["Hex", "Shadow Ball"],
                  ["Calm Mind", "Scald"]
              ],
              "item": ["Covert Cloak", "Leftovers", "Rocky Helmet"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Normal", "Water"],
              "wantsTera": true,
              "ability": ["Heatproof"]
          }
      ]
  },
  "vikavolt": {
      "weight": 5,
      "sets": [
          {
              "species": "Vikavolt",
              "weight": 100,
              "moves": [
                  ["Discharge", "Thunderbolt", "Thunder Wave", "Volt Switch"],
                  ["Bug Buzz"],
                  ["Sticky Web"],
                  ["Guillotine"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Modest",
              "evs": {"hp": 244, "def": 212, "spd": 52},
              "ivs": {"atk": 0},
              "teraType": ["Steel"],
              "ability": ["Levitate"]
          }
      ]
  },
  "skeledirge": {
      "weight": 5,
      "sets": [
          {
              "species": "Skeledirge",
              "weight": 30,
              "moves": [
                  ["Torch Song"],
                  ["Slack Off"],
                  ["Will-O-Wisp", "Yawn"],
                  ["Earth Power", "Hex", "Shadow Ball", "Tera Blast"]
              ],
              "item": ["Covert Cloak", "Heavy-Duty Boots", "Leftovers", "Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Water"],
              "wantsTera": true,
              "ability": ["Unaware"]
          },
          {
              "species": "Skeledirge",
              "weight": 60,
              "moves": [
                  ["Torch Song"],
                  ["Slack Off"],
                  ["Will-O-Wisp", "Yawn"],
                  ["Earth Power", "Hex", "Shadow Ball"]
              ],
              "item": ["Covert Cloak", "Heavy-Duty Boots", "Leftovers", "Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Normal"],
              "ability": ["Unaware"]
          },
          {
              "species": "Skeledirge",
              "weight": 5,
              "moves": [
                  ["Sing"],
                  ["Torch Song"],
                  ["Slack Off"],
                  ["Earth Power", "Shadow Ball", "Tera Blast"]
              ],
              "item": ["Blunder Policy"],
              "nature": "Modest",
              "evs": {"hp": 204, "def": 4, "spa": 132, "spd": 4, "spe": 164},
              "teraType": ["Fairy", "Water"],
              "wantsTera": true,
              "ability": ["Unaware"]
          },
          {
              "species": "Skeledirge",
              "weight": 5,
              "moves": [
                  ["Sing"],
                  ["Torch Song"],
                  ["Slack Off"],
                  ["Earth Power", "Shadow Ball"]
              ],
              "item": ["Blunder Policy"],
              "nature": "Modest",
              "evs": {"hp": 204, "def": 4, "spa": 132, "spd": 4, "spe": 164},
              "teraType": ["Fire"],
              "ability": ["Unaware"]
          }
      ]
  },
  "blissey": {
      "weight": 4,
      "sets": [
          {
              "species": "Blissey",
              "weight": 10,
              "moves": [
                  ["Soft-Boiled"],
                  ["Flamethrower"],
                  ["Ice Beam"],
                  ["Thunderbolt"]
              ],
              "item": ["Expert Belt"],
              "nature": "Bold",
              "evs": {"hp": 4, "def": 252, "spa": 252},
              "teraType": ["Dark", "Fire"],
              "ability": ["Natural Cure"]
          },
          {
              "species": "Blissey",
              "weight": 13,
              "moves": [
                  ["Calm Mind"],
                  ["Soft-Boiled"],
                  ["Shadow Ball"],
                  ["Flamethrower"]
              ],
              "item": ["Leftovers"],
              "nature": "Calm",
              "evs": {"hp": 4, "def": 252, "spd": 252},
              "teraType": ["Dark", "Fire", "Ghost"],
              "ability": ["Natural Cure"]
          },
          {
            "species": "Blissey",
            "weight": 13,
            "moves": [
                ["Calm Mind"],
                ["Soft-Boiled"],
                ["Shadow Ball"],
                ["Stealth Rock"]
            ],
            "item": ["Leftovers"],
            "nature": "Calm",
            "evs": {"hp": 4, "def": 252, "spd": 252},
            "teraType": ["Dark", "Ghost"],
            "ability": ["Natural Cure"]
            },
            {
                "species": "Blissey",
                "weight": 14,
                "moves": [
                    ["Calm Mind"],
                    ["Soft-Boiled"],
                    ["Shadow Ball"],
                    ["Tera Blast"]
                ],
                "item": ["Leftovers"],
                "nature": "Calm",
                "evs": {"hp": 4, "def": 252, "spd": 252},
                "teraType": ["Fighting", "Fire"],
                "wantsTera": true,
                "ability": ["Natural Cure"]
            },
            {
              "species": "Blissey",
              "weight": 50,
              "moves": [
                  ["Calm Mind"],
                  ["Soft-Boiled"],
                  ["Flamethrower", "Shadow Ball"],
                  ["Fling"]
              ],
              "item": ["Flame Orb", "Poison Barb"],
              "nature": "Calm",
              "evs": {"hp": 4, "def": 252, "spd": 252},
              "teraType": ["Dark", "Fire"],
              "ability": ["Natural Cure"]
            }
      ]
  },
  "ceruledge": {
      "weight": 4,
      "sets": [
          {
              "species": "Ceruledge",
              "weight": 25,
              "moves": [
                  ["Bitter Blade"],
                  ["Bulk Up"],
                  ["Taunt"],
                  ["Flame Charge", "Shadow Sneak", "Tera Blast", "Will-O-Wisp"]
              ],
              "item": ["Leftovers"],
              "nature": "Impish",
              "evs": {"hp": 252, "atk": 4, "def": 252},
              "teraType": ["Fairy", "Grass"],
              "ability": ["Flash Fire"]
          },
          {
              "species": "Ceruledge",
              "weight": 65,
              "moves": [
                  ["Bitter Blade"],
                  ["Close Combat", "Poltergeist"],
                  ["Shadow Sneak"],
                  ["Destiny Bond", "Swords Dance"]
              ],
              "item": ["Focus Sash"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fighting", "Fire", "Normal"],
              "ability": ["Weak Armor"]
          },
          {
              "species": "Ceruledge",
              "weight": 10,
              "moves": [
                  ["Bitter Blade"],
                  ["Flare Blitz"],
                  ["Shadow Sneak"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Band"],
              "nature": "Adamant",
              "evs": {"hp": 100, "atk": 252, "def": 156},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Weak Armor"]
          }
      ]
  },
  "chansey": {
      "weight": 4,
      "sets": [
          {
              "species": "Chansey",
              "weight": 70,
              "moves": [
                  ["Seismic Toss"],
                  ["Shadow Ball"],
                  ["Calm Mind"],
                  ["Soft-Boiled"]
              ],
              "item": ["Eviolite"],
              "nature": "Bold",
              "evs": {"hp": 12, "def": 252, "spd": 244},
              "ivs": {"atk": 0},
              "teraType": ["Dark", "Ghost"],
              "ability": ["Natural Cure"]
          },
          {
            "species": "Chansey",
            "weight": 30,
            "moves": [
                ["Seismic Toss"],
                ["Stealth Rock"],
                ["Thunder Wave"],
                ["Soft-Boiled"]
            ],
            "item": ["Eviolite"],
            "nature": "Bold",
            "evs": {"hp": 12, "def": 252, "spd": 244},
            "ivs": {"atk": 0},
            "teraType": ["Dark", "Ghost"],
            "ability": ["Natural Cure"]
          }
      ]
  },
  "espathra": {
      "weight": 4,
      "sets": [
          {
              "species": "Espathra",
              "weight": 35,
              "moves": [
                  ["Calm Mind"],
                  ["Stored Power"],
                  ["Tera Blast"],
                  ["Protect", "Roost", "Substitute"]
              ],
              "item": ["Leftovers", "Lum Berry"],
              "nature": "Bold",
              "evs": {"hp": 244, "def": 252, "spe": 12},
              "teraType": ["Fighting", "Fire"],
              "wantsTera": true,
              "ability": ["Speed Boost"]
          },
          {
              "species": "Espathra",
              "weight": 20,
              "moves": [
                  ["Calm Mind"],
                  ["Stored Power"],
                  ["Dazzling Gleam"],
                  ["Protect", "Roost", "Substitute"]
              ],
              "item": ["Leftovers", "Lum Berry"],
              "nature": "Bold",
              "evs": {"hp": 244, "def": 252, "spe": 12},
              "teraType": ["Fairy", "Water"],
              "ability": ["Speed Boost"]
          },
          {
              "species": "Espathra",
              "weight": 30,
              "moves": [
                  ["Lumina Crash"],
                  ["Baton Pass"],
                  ["Dazzling Gleam", "Protect", "Reflect"],
                  ["Calm Mind", "Substitute"]
              ],
              "item": ["Focus Sash", "Leftovers", "Sitrus Berry"],
              "nature": "Timid",
              "evs": {"hp": 252, "def": 4, "spe": 252},
              "teraType": ["Ghost", "Normal", "Water"],
              "ability": ["Speed Boost"]
          },
          {
              "species": "Espathra",
              "weight": 10,
              "moves": [
                  ["Lumina Crash"],
                  ["Energy Ball"],
                  ["Shadow Ball"],
                  ["Baton Pass", "Hypnosis"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Ghost", "Grass", "Normal"],
              "ability": ["Speed Boost"]
          },
          {
              "species": "Espathra",
              "weight": 5,
              "moves": [
                  ["Light Screen"],
                  ["Reflect"],
                  ["Lumina Crash", "Protect"],
                  ["Baton Pass"]
              ],
              "item": ["Light Clay"],
              "nature": "Timid",
              "evs": {"hp": 252, "spa": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy"],
              "ability": ["Speed Boost"]
          }
      ]
  },
  "grimmsnarl": {
      "weight": 4,
      "sets": [
          {
              "species": "Grimmsnarl",
              "weight": 90,
              "moves": [
                  ["Reflect"],
                  ["Light Screen"],
                  ["Taunt", "Thunder Wave"],
                  ["Parting Shot", "Spirit Break"]
              ],
              "item": ["Light Clay"],
              "nature": "Careful",
              "evs": {"hp": 248, "def": 8, "spd": 252},
              "teraType": ["Poison", "Steel"],
              "ability": ["Prankster"]
          },
          {
              "species": "Grimmsnarl",
              "weight": 10,
              "moves": [
                  ["Play Rough", "Spirit Break"],
                  ["Crunch", "Sucker Punch"],
                  ["Hammer Arm", "Low Kick", "Taunt"],
                  ["Thunder Wave"]
              ],
              "item": ["Focus Sash"],
              "nature": "Adamant",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Dark", "Fairy", "Ghost"],
              "ability": ["Prankster"]
          }
      ]
  },
  "ironhands": {
      "weight": 4,
      "sets": [
          {
              "species": "Iron Hands",
              "weight": 70,
              "moves": [
                  ["Drain Punch"],
                  ["Thunder Punch", "Wild Charge"],
                  ["Earthquake", "Heavy Slam", "Ice Punch"],
                  ["Fake Out", "Volt Switch"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"atk": 252, "spd": 204, "spe": 52},
              "teraType": ["Fairy", "Grass", "Ground", "Water"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Hands",
              "weight": 30,
              "moves": [
                  ["Drain Punch"],
                  ["Thunder Punch"],
                  ["Substitute"],
                  ["Swords Dance"]
              ],
              "item": ["Leftovers", "Punching Glove"],
              "nature": "Impish",
              "evs": {"hp": 92, "atk": 12, "def": 172, "spd": 212, "spe": 20},
              "teraType": ["Fairy", "Grass", "Water"],
              "ability": ["Quark Drive"]
          }
      ]
  },
  "hydreigon": {
      "weight": 4,
      "sets": [
          {
              "species": "Hydreigon",
              "weight": 45,
              "moves": [
                  ["Dark Pulse"],
                  ["Draco Meteor"],
                  ["Flash Cannon"],
                  ["Fire Blast", "Flamethrower", "U-turn"]
              ],
              "item": ["Choice Scarf", "Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Levitate"]
          },
          {
              "species": "Hydreigon",
              "weight": 25,
              "moves": [
                  ["Dark Pulse"],
                  ["Draco Meteor"],
                  ["Flash Cannon", "U-turn"],
                  ["Fire Blast", "Flamethrower"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Fire", "Poison"],
              "wantsTera": true,
              "ability": ["Levitate"]
          },
          {
              "species": "Hydreigon",
              "weight": 10,
              "moves": [
                  ["Stealth Rock"],
                  ["Dark Pulse"],
                  ["Taunt"],
                  ["Draco Meteor", "Flash Cannon", "Thunder Wave"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Poison", "Steel"],
              "wantsTera": true,
              "ability": ["Levitate"]
          },
          {
              "species": "Hydreigon",
              "weight": 20,
              "moves": [
                  ["Dark Pulse"],
                  ["Flash Cannon"],
                  ["Nasty Plot"],
                  ["Draco Meteor", "Earth Power", "Flamethrower", "Substitute", "Taunt"]
              ],
              "item": ["Leftovers", "Life Orb"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Levitate"]
          }
      ]
  },
  "kleavor": {
      "weight": 4,
      "sets": [
          {
              "species": "Kleavor",
              "weight": 28,
              "moves": [
                  ["Stone Axe"],
                  ["Night Slash"],
                  ["Feint", "Trailblaze"],
                  ["Close Combat", "U-turn", "X-Scissor"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Grass", "Water"],
              "ability": ["Sharpness"]
          },
          {
            "species": "Kleavor",
            "weight": 27,
            "moves": [
                ["Stone Axe"],
                ["Night Slash"],
                ["Feint", "Trailblaze"],
                ["U-turn", "X-Scissor"]
            ],
            "item": ["Focus Sash"],
            "nature": "Jolly",
            "evs": {"atk": 252, "spd": 4, "spe": 252},
            "teraType": ["Bug", "Grass", "Water"],
            "ability": ["Sharpness"]
          },
          {
              "species": "Kleavor",
              "weight": 5,
              "moves": [
                  ["Stone Axe"],
                  ["Night Slash"],
                  ["Feint", "Trailblaze"],
                  ["Close Combat", "U-turn", "X-Scissor"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 140, "atk": 52, "def": 4, "spd": 244, "spe": 68},
              "teraType": ["Grass", "Water"],
              "ability": ["Sharpness"]
          },
          {
            "species": "Kleavor",
            "weight": 5,
            "moves": [
                ["Stone Axe"],
                ["Night Slash"],
                ["Feint", "Trailblaze"],
                ["U-turn", "X-Scissor"]
            ],
            "item": ["Assault Vest"],
            "nature": "Adamant",
            "evs": {"hp": 140, "atk": 52, "def": 4, "spd": 244, "spe": 68},
            "teraType": ["Bug", "Grass", "Water"],
            "ability": ["Sharpness"]
          },
          {
              "species": "Kleavor",
              "weight": 18,
              "moves": [
                  ["Stone Axe"],
                  ["U-turn"],
                  ["Night Slash"],
                  ["Close Combat", "X-Scissor"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Grass"],
              "ability": ["Sharpness"]
          },
          {
            "species": "Kleavor",
            "weight": 17,
            "moves": [
                ["Stone Axe"],
                ["U-turn"],
                ["Night Slash"],
                ["X-Scissor"]
            ],
            "item": ["Choice Scarf"],
            "nature": "Jolly",
            "evs": {"atk": 252, "spd": 4, "spe": 252},
            "teraType": ["Bug", "Grass"],
            "ability": ["Sharpness"]
          }
      ]
  },
  "screamtail": {
      "weight": 4,
      "sets": [
          {
              "species": "Scream Tail",
              "weight": 80,
              "moves": [
                  ["Stealth Rock"],
                  ["Thunder Wave", "Trick Room"],
                  ["Encore", "Perish Song", "Roar"],
                  ["Misty Explosion"]
              ],
              "item": ["Booster Energy", "Mental Herb", "Sitrus Berry"],
              "nature": "Calm",
              "evs": {"hp": 180, "spd": 156, "spe": 172},
              "teraType": ["Normal"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Scream Tail",
              "weight": 10,
              "moves": [
                  ["Reflect"],
                  ["Light Screen"],
                  ["Encore"],
                  ["Dazzling Gleam", "Misty Explosion", "Perish Song", "Stealth Rock"]
              ],
              "item": ["Light Clay", "Mental Herb"],
              "nature": "Timid",
              "evs": {"hp": 252, "spd": 4, "spe": 252},
              "teraType": ["Normal"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Scream Tail",
              "weight": 5,
              "moves": [
                  ["Baton Pass"],
                  ["Bulk Up", "Calm Mind"],
                  ["Encore"],
                  ["Dazzling Gleam", "Play Rough", "Substitute"]
              ],
              "item": ["Mental Herb", "Sitrus Berry"],
              "nature": "Careful",
              "evs": {"hp": 220, "def": 220, "spd": 68},
              "teraType": ["Normal"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Scream Tail",
              "weight": 5,
              "moves": [
                  ["Baton Pass"],
                  ["Bulk Up", "Calm Mind"],
                  ["Sing"],
                  ["Play Rough", "Substitute"]
              ],
              "item": ["Blunder Policy"],
              "nature": "Careful",
              "evs": {"hp": 220, "def": 220, "spd": 68},
              "teraType": ["Normal"],
              "ability": ["Protosynthesis"]
          }
      ]
  },
  "milotic": {
      "weight": 4,
      "sets": [
          {
              "species": "Milotic",
              "weight": 67,
              "moves": [
                  ["Scald"],
                  ["Recover"],
                  ["Haze", "Mirror Coat"],
                  ["Draining Kiss", "Ice Beam"]
              ],
              "item": ["Flame Orb"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Fire"],
              "ability": ["Marvel Scale"]
          },
          {
              "species": "Milotic",
              "weight": 33,
              "moves": [
                  ["Scald"],
                  ["Recover"],
                  ["Haze", "Mirror Coat"],
                  ["Flip Turn"]
              ],
              "item": ["Flame Orb"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Fire"],
              "ability": ["Marvel Scale"]
          }
      ]
  },
  "okidogi": {
      "weight": 4,
      "sets": [
          {
              "species": "Okidogi",
              "weight": 15,
              "moves": [
                  ["Bulk Up"],
                  ["Drain Punch"],
                  ["Knock Off"],
                  ["Poison Jab"]
              ],
              "item": ["Black Sludge", "Rocky Helmet"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 156, "spe": 100},
              "teraType": ["Poison"],
              "ability": ["Toxic Chain"]
          },
          {
              "species": "Okidogi",
              "weight": 25,
              "moves": [
                  ["Bulk Up"],
                  ["Drain Punch"],
                  ["Knock Off"],
                  ["Ice Punch", "Poison Jab", "Substitute", "Taunt"]
              ],
              "item": ["Leftovers", "Rocky Helmet"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 156, "spe": 100},
              "teraType": ["Flying", "Water"],
              "ability": ["Toxic Chain"]
          },
          {
              "species": "Okidogi",
              "weight": 35,
              "moves": [
                  ["Bulk Up"],
                  ["Drain Punch"],
                  ["Knock Off"],
                  ["Ice Punch", "Poison Jab", "Substitute", "Taunt"]
              ],
              "item": ["Black Sludge", "Leftovers", "Rocky Helmet"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 156, "spe": 100},
              "teraType": ["Flying", "Poison", "Water"],
              "ability": ["Guard Dog"]
          },
          {
              "species": "Okidogi",
              "weight": 15,
              "moves": [
                  ["Drain Punch"],
                  ["Knock Off"],
                  ["Poison Fang", "Poison Jab"],
                  ["Ice Punch"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Flying", "Poison", "Water"],
              "ability": ["Guard Dog"]
          },
          {
              "species": "Okidogi",
              "weight": 10,
              "moves": [
                  ["Drain Punch"],
                  ["Knock Off"],
                  ["Poison Fang", "Poison Jab"],
                  ["Ice Punch"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Flying", "Poison", "Water"],
              "ability": ["Toxic Chain"]
          }
      ]
  },
  "arcaninehisui": {
      "weight": 4,
      "sets": [
          {
              "species": "Arcanine-Hisui",
              "weight": 45,
              "moves": [
                  ["Head Smash"],
                  ["Flare Blitz"],
                  ["Extreme Speed"],
                  ["Stealth Rock", "Tera Blast"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Grass"],
              "wantsTera": true,
              "ability": ["Rock Head"]
          },
          {
              "species": "Arcanine-Hisui",
              "weight": 50,
              "moves": [
                  ["Head Smash"],
                  ["Flare Blitz"],
                  ["Extreme Speed"],
                  ["Flame Charge", "Stealth Rock", "Wild Charge"]
              ],
              "item": ["Choice Band", "Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Normal", "Rock"],
              "wantsTera": true,
              "ability": ["Rock Head"]
          },
          {
              "species": "Arcanine-Hisui",
              "weight": 5,
              "moves": [
                  ["Rock Blast"],
                  ["Flare Blitz"],
                  ["Extreme Speed"],
                  ["Tera Blast"]
              ],
              "item": ["Loaded Dice"],
              "nature": "Adamant",
              "evs": {"hp": 212, "atk": 252, "def": 4, "spd": 4, "spe": 36},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Intimidate"]
          }
      ]
  },
  "snorlax": {
      "weight": 4,
      "sets": [
          {
              "species": "Snorlax",
              "weight": 60,
              "moves": [
                  ["Heavy Slam"],
                  ["Earthquake", "Fissure"],
                  ["Body Slam", "Protect"],
                  ["Yawn"]
              ],
              "item": ["Leftovers"],
              "nature": "Careful",
              "evs": {"hp": 252, "def": 92, "spd": 164},
              "teraType": ["Fairy", "Ghost"],
              "ability": ["Thick Fat"]
          },
          {
              "species": "Snorlax",
              "weight": 20,
              "moves": [
                  ["Heavy Slam"],
                  ["Earthquake", "Heat Crash"],
                  ["Body Slam", "Double-Edge"],
                  ["Fissure"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"atk": 252, "def": 252, "spd": 4},
              "teraType": ["Ghost", "Steel"],
              "ability": ["Thick Fat"]
          },
          {
              "species": "Snorlax",
              "weight": 20,
              "moves": [
                  ["Heavy Slam"],
                  ["Earthquake", "Heat Crash"],
                  ["Body Slam", "Double-Edge"],
                  ["Fissure", "Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"atk": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy"],
              "ability": ["Thick Fat"]
          }
      ]
  },
  "alomomola": {
      "weight": 4,
      "sets": [
          {
              "species": "Alomomola",
              "weight": 100,
              "moves": [
                  ["Scald"],
                  ["Flip Turn"],
                  ["Mirror Coat"],
                  ["Icy Wind"]
              ],
              "item": ["Assault Vest"],
              "nature": "Sassy",
              "evs": {"hp": 4, "def": 252, "spd": 252},
              "teraType": ["Poison"],
              "ability": ["Regenerator"]
          }
      ]
  },
  "umbreon": {
      "weight": 4,
      "sets": [
          {
              "species": "Umbreon",
              "weight": 100,
              "moves": [
                  ["Foul Play"],
                  ["Protect"],
                  ["Wish"],
                  ["Yawn"]
              ],
              "item": ["Leftovers"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Poison"],
              "ability": ["Inner Focus"]
          }
      ]
  },
  "cloyster": {
      "weight": 3,
      "sets": [
          {
              "species": "Cloyster",
              "weight": 60,
              "moves": [
                  ["Shell Smash"],
                  ["Icicle Spear"],
                  ["Drill Run", "Ice Shard", "Tera Blast"],
                  ["Rock Blast"]
              ],
              "item": ["Focus Sash", "King's Rock"],
              "nature": "Adamant",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Ghost"],
              "ability": ["Skill Link"]
          },
          {
              "species": "Cloyster",
              "weight": 15,
              "moves": [
                  ["Shell Smash"],
                  ["Icicle Spear"],
                  ["Tera Blast"],
                  ["Rock Blast"]
              ],
              "item": ["Focus Sash", "Life Orb", "Lum Berry"],
              "nature": "Adamant",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Electric"],
              "wantsTera": true,
              "ability": ["Skill Link"]
          },
          {
              "species": "Cloyster",
              "weight": 25,
              "moves": [
                  ["Shell Smash"],
                  ["Icicle Spear"],
                  ["Drill Run", "Ice Shard"],
                  ["Rock Blast"]
              ],
              "item": ["Focus Sash"],
              "nature": "Adamant",
              "evs": {"atk": 252, "def": 4, "spe": 252},
              "teraType": ["Ice"],
              "ability": ["Skill Link"]
          }
      ]
  },
  "tinkaton": {
      "weight": 3,
      "sets": [
          {
              "species": "Tinkaton",
              "weight": 100,
              "moves": [
                  ["Gigaton Hammer", "Knock Off"],
                  ["Encore"],
                  ["Stealth Rock"],
                  ["Thunder Wave"]
              ],
              "item": ["Air Balloon"],
              "nature": "Careful",
              "evs": {"hp": 244, "atk": 4, "def": 164, "spd": 20, "spe": 76},
              "teraType": ["Flying", "Ground", "Water"],
              "ability": ["Mold Breaker"]
          }
      ]
  },
  "fezandipiti": {
      "weight": 3,
      "sets": [
          {
              "species": "Fezandipiti",
              "weight": 50,
              "moves": [
                  ["Calm Mind", "Charm", "Heat Wave", "Tailwind", "Taunt"],
                  ["Moonblast"],
                  ["Roost"],
                  ["U-turn"]
              ],
              "item": ["Covert Cloak", "Leftovers", "Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 220, "spe": 36},
              "teraType": ["Flying", "Water"],
              "ability": ["Toxic Chain"]
          },
          {
              "species": "Fezandipiti",
              "weight": 50,
              "moves": [
                  ["Roost"],
                  ["Taunt", "Toxic"],
                  ["U-turn"],
                  ["Play Rough"]
              ],
              "item": ["Leftovers"],
              "nature": "Careful",
              "evs": {"hp": 252, "spd": 220, "spe": 36},
              "teraType": ["Flying", "Water"],
              "ability": ["Toxic Chain"]
          }
      ]
  },
  "pelipper": {
    "weight": 3,
    "sets": [
        {
            "species": "Pelipper",
            "weight": 100,
            "moves": [
                ["U-turn"],
                ["Hydro Pump"],
                ["Ice Beam"],
                ["Hurricane"]
            ],
            "item": ["Choice Specs"],
            "nature": "Modest",
            "evs": {"spa": 252, "spd": 4, "spe": 252},
            "teraType": ["Flying", "Grass", "Ground", "Steel", "Water"],
            "ability": ["Drizzle"]
        }
    ]
},
  "rotomheat": {
      "weight": 3,
      "sets": [
          {
              "species": "Rotom-Heat",
              "weight": 20,
              "moves": [
                  ["Volt Switch"],
                  ["Overheat"],
                  ["Trick"],
                  ["Thunderbolt"]
              ],
              "item": ["Choice Scarf", "Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Electric"],
              "ability": ["Levitate"]
          },
          {
              "species": "Rotom-Heat",
              "weight": 20,
              "moves": [
                  ["Volt Switch"],
                  ["Overheat"],
                  ["Trick"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Scarf", "Choice Specs"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Levitate"]
          },
          {
              "species": "Rotom-Heat",
              "weight": 60,
              "moves": [
                  ["Volt Switch"],
                  ["Foul Play"],
                  ["Overheat"],
                  ["Thunder Wave", "Will-O-Wisp"]
              ],
              "item": ["Rocky Helmet", "Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Ghost", "Steel"],
              "ability": ["Levitate"]
          }
      ]
  },
  "taurospaldeablaze": {
      "weight": 3,
      "sets": [
          {
              "species": "Tauros-Paldea-Blaze",
              "weight": 50,
              "moves": [
                  ["Raging Bull"],
                  ["Body Press"],
                  ["Will-O-Wisp"],
                  ["Bulk Up", "Earthquake", "Rock Tomb"]
              ],
              "item": ["Rocky Helmet", "Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy"],
              "ability": ["Intimidate"]
          },
          {
              "species": "Tauros-Paldea-Blaze",
              "weight": 50,
              "moves": [
                  ["Close Combat"],
                  ["Flare Blitz", "Raging Bull"],
                  ["Flame Charge", "Rock Tomb"],
                  ["Bulk Up", "Earthquake", "Tera Blast"]
              ],
              "item": ["Eject Pack"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Fairy", "Grass"],
              "wantsTera": true,
              "ability": ["Intimidate"]
          }
      ]
  },
  "torkoal": {
      "weight": 3,
      "sets": [
          {
              "species": "Torkoal",
              "weight": 100,
              "moves": [
                  ["Overheat"],
                  ["Yawn"],
                  ["Stealth Rock"],
                  ["Body Press", "Clear Smog", "Fissure", "Solar Beam"]
              ],
              "item": ["Eject Pack"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fire", "Grass"],
              "ability": ["Drought"]
          }
      ]
  },
  "amoonguss": {
      "weight": 3,
      "sets": [
          {
              "species": "Amoonguss",
              "weight": 45,
              "moves": [
                  ["Spore"],
                  ["Leaf Storm"],
                  ["Foul Play"],
                  ["Clear Smog", "Sludge Bomb"]
              ],
              "item": ["Eject Pack"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 156, "spd": 100},
              "ivs": {"atk": 0},
              "teraType": ["Water"],
              "ability": ["Regenerator"]
          },
          {
              "species": "Amoonguss",
              "weight": 35,
              "moves": [
                  ["Spore"],
                  ["Clear Smog", "Giga Drain", "Sludge Bomb"],
                  ["Foul Play", "Stomping Tantrum"],
                  ["Synthesis"]
              ],
              "item": ["Leftovers", "Rocky Helmet"],
              "nature": "Relaxed",
              "evs": {"hp": 252, "def": 156, "spd": 100},
              "teraType": ["Fairy", "Water"],
              "ability": ["Regenerator"]
          },
          {
              "species": "Amoonguss",
              "weight": 20,
              "moves": [
                  ["Spore"],
                  ["Clear Smog", "Giga Drain", "Sludge Bomb"],
                  ["Foul Play", "Stomping Tantrum"],
                  ["Synthesis"]
              ],
              "item": ["Black Sludge"],
              "nature": "Relaxed",
              "evs": {"hp": 252, "def": 156, "spd": 100},
              "teraType": ["Poison"],
              "ability": ["Regenerator"]
          }
      ]
  },
  "greattusk": {
      "weight": 3,
      "sets": [
          {
              "species": "Great Tusk",
              "weight": 45,
              "moves": [
                  ["Close Combat"],
                  ["Earthquake", "Headlong Rush"],
                  ["Ice Spinner"],
                  ["Knock Off", "Rapid Spin", "Stealth Rock"]
              ],
              "item": ["Booster Energy", "Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ground", "Steel", "Water"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Great Tusk",
              "weight": 15,
              "moves": [
                  ["Close Combat"],
                  ["Earthquake", "Headlong Rush"],
                  ["Ice Spinner"],
                  ["Knock Off", "Rapid Spin"]
              ],
              "item": ["Assault Vest"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ground", "Steel", "Water"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Great Tusk",
              "weight": 25,
              "moves": [
                  ["Bulk Up"],
                  ["Earthquake"],
                  ["Ice Spinner"],
                  ["Substitute", "Taunt"]
              ],
              "item": ["Booster Energy", "Leftovers"],
              "nature": "Jolly",
              "evs": {"hp": 4, "spd": 252, "spe": 252},
              "teraType": ["Steel", "Water"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Great Tusk",
              "weight": 15,
              "moves": [
                  ["Close Combat"],
                  ["Earthquake", "Headlong Rush"],
                  ["Ice Spinner"],
                  ["Knock Off"]
              ],
              "item": ["Choice Band", "Choice Scarf"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fighting", "Ground", "Steel"],
              "ability": ["Protosynthesis"]
          }
      ]
  },
  "thundurustherian": {
      "weight": 3,
      "sets": [
          {
              "species": "Thundurus-Therian",
              "weight": 45,
              "moves": [
                  ["Volt Switch"],
                  ["Thunderbolt"],
                  ["Tera Blast"],
                  ["Focus Blast", "Grass Knot", "Sludge Bomb"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Flying", "Ice"],
              "wantsTera": true,
              "ability": ["Volt Absorb"]
          },
          {
              "species": "Thundurus-Therian",
              "weight": 45,
              "moves": [
                  ["Volt Switch"],
                  ["Thunderbolt"],
                  ["Tera Blast"],
                  ["Focus Blast", "Grass Knot", "Sludge Bomb"]
              ],
              "item": ["Assault Vest", "Choice Specs"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Flying", "Ice", "Water"],
              "wantsTera": true,
              "ability": ["Volt Absorb"]
          },
          {
              "species": "Thundurus-Therian",
              "weight": 10,
              "moves": [
                  ["Nasty Plot"],
                  ["Thunderbolt"],
                  ["Grass Knot", "Substitute"],
                  ["Tera Blast"]
              ],
              "item": ["Life Orb", "Sitrus Berry"],
              "nature": "Timid",
              "evs": {"def": 4, "spa": 252, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Flying", "Ice", "Water"],
              "wantsTera": true,
              "ability": ["Volt Absorb"]
          }
      ]
  },
  "arcanine": {
      "weight": 3,
      "sets": [
          {
              "species": "Arcanine",
              "weight": 50,
              "moves": [
                  ["Flare Blitz"],
                  ["Morning Sun"],
                  ["Will-O-Wisp"],
                  ["Extreme Speed"]
              ],
              "item": ["Heavy-Duty Boots", "Leftovers", "Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 236, "def": 212, "spe": 60},
              "teraType": ["Normal"],
              "ability": ["Intimidate"]
          },
          {
              "species": "Arcanine",
              "weight": 50,
              "moves": [
                  ["Flare Blitz", "Roar"],
                  ["Morning Sun"],
                  ["Will-O-Wisp"],
                  ["Bulldoze", "Extreme Speed", "Snarl"]
              ],
              "item": ["Heavy-Duty Boots", "Leftovers", "Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 236, "def": 212, "spe": 60},
              "teraType": ["Fairy", "Grass"],
              "ability": ["Intimidate"]
          }
      ]
  },
  "gyarados": {
      "weight": 3,
      "sets": [
          {
              "species": "Gyarados",
              "weight": 50,
              "moves": [
                  ["Taunt"],
                  ["Iron Head", "Waterfall"],
                  ["Earthquake"],
                  ["Thunder Wave"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 228, "atk": 4, "def": 220, "spd": 4, "spe": 52},
              "teraType": ["Ground"],
              "ability": ["Intimidate"]
          },
          {
              "species": "Gyarados",
              "weight": 50,
              "moves": [
                  ["Taunt"],
                  ["Iron Head", "Waterfall"],
                  ["Earthquake", "Ice Fang"],
                  ["Thunder Wave"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 228, "atk": 4, "def": 220, "spd": 4, "spe": 52},
              "teraType": ["Steel"],
              "ability": ["Intimidate"]
          }
      ]
  },
  "pawmot": {
      "weight": 3,
      "sets": [
          {
              "species": "Pawmot",
              "weight": 33,
              "moves": [
                  ["Double Shock"],
                  ["Close Combat"],
                  ["Ice Punch", "Mach Punch", "Nuzzle"],
                  ["Encore", "Revival Blessing"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Electric"],
              "ability": ["Iron Fist"]
          },
          {
              "species": "Pawmot",
              "weight": 33,
              "moves": [
                  ["Double Shock"],
                  ["Close Combat"],
                  ["Ice Punch", "Mach Punch", "Nuzzle"],
                  ["Encore", "Revival Blessing"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Electric"],
              "ability": ["Volt Absorb"]
          },
          {
              "species": "Pawmot",
              "weight": 33,
              "moves": [
                  ["Double Shock"],
                  ["Close Combat"],
                  ["Ice Punch", "Mach Punch", "Nuzzle"],
                  ["Encore", "Revival Blessing"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Electric"],
              "ability": ["Natural Cure"]
          }
      ]
  },
  "zoroarkhisui": {
      "weight": 3,
      "sets": [
          {
              "species": "Zoroark-Hisui",
              "weight": 60,
              "moves": [
                  ["Bitter Malice"],
                  ["Will-O-Wisp"],
                  ["Shadow Sneak"],
                  ["Curse", "Tera Blast"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"def": 4, "spa": 252, "spe": 252},
              "teraType": ["Fairy", "Fighting"],
              "wantsTera": true,
              "ability": ["Illusion"]
          },
          {
              "species": "Zoroark-Hisui",
              "weight": 40,
              "moves": [
                  ["Bitter Malice"],
                  ["Curse"],
                  ["Will-O-Wisp"],
                  ["Trick"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Timid",
              "evs": {"hp": 252, "spa": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Ghost"],
              "ability": ["Illusion"]
          }
      ]
  },
  "drifblim": {
      "weight": 2,
      "sets": [
          {
              "species": "Drifblim",
              "weight": 100,
              "moves": [
                  ["Minimize"],
                  ["Substitute"],
                  ["Baton Pass"],
                  ["Air Slash", "Shadow Ball", "Stockpile", "Strength Sap", "Will-O-Wisp"]
              ],
              "item": ["Kee Berry", "Sitrus Berry"],
              "nature": "Timid",
              "evs": {"def": 164, "spd": 92, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Dark", "Normal", "Water"],
              "ability": ["Unburden"]
          }
      ]
  },
  "hatterene": {
      "weight": 2,
      "sets": [
          {
              "species": "Hatterene",
              "weight": 30,
              "moves": [
                  ["Draining Kiss"],
                  ["Psyshock"],
                  ["Calm Mind"],
                  ["Baton Pass", "Mystical Fire", "Trick Room"]
              ],
              "item": ["Sitrus Berry", "Wiki Berry"],
              "nature": "Bold",
              "evs": {"hp": 244, "def": 252, "spa": 12},
              "ivs": {"atk": 0},
              "teraType": ["Fire", "Normal", "Water"],
              "ability": ["Magic Bounce"]
          },
          {
              "species": "Hatterene",
              "weight": 35,
              "moves": [
                  ["Dazzling Gleam", "Draining Kiss"],
                  ["Psyshock"],
                  ["Calm Mind", "Healing Wish"],
                  ["Trick Room"]
              ],
              "item": ["Sitrus Berry", "Wiki Berry"],
              "nature": "Bold",
              "evs": {"hp": 244, "def": 252, "spa": 12},
              "ivs": {"atk": 0},
              "teraType": ["Normal", "Water"],
              "ability": ["Magic Bounce"]
          },
          {
              "species": "Hatterene",
              "weight": 35,
              "moves": [
                  ["Dazzling Gleam"],
                  ["Psyshock"],
                  ["Calm Mind", "Healing Wish"],
                  ["Trick Room"]
              ],
              "item": ["Focus Sash"],
              "nature": "Quiet",
              "evs": {"hp": 252, "def": 4, "spa": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Normal", "Water"],
              "ability": ["Magic Bounce"]
          }
      ]
  },
  "orthworm": {
      "weight": 2,
      "sets": [
          {
              "species": "Orthworm",
              "weight": 60,
              "moves": [
                  ["Iron Defense"],
                  ["Body Press"],
                  ["Iron Head", "Stealth Rock"],
                  ["Shed Tail"]
              ],
              "item": ["Rocky Helmet", "Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Ghost", "Poison"],
              "ability": ["Earth Eater"]
          },
          {
              "species": "Orthworm",
              "weight": 40,
              "moves": [
                  ["Iron Defense"],
                  ["Body Press"],
                  ["Iron Head", "Stealth Rock"],
                  ["Rest"]
              ],
              "item": ["Chesto Berry", "Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fairy", "Ghost", "Poison"],
              "ability": ["Earth Eater"]
          }
      ]
  },
  "sandyshocks": {
      "weight": 2,
      "sets": [
          {
              "species": "Sandy Shocks",
              "weight": 10,
              "moves": [
                  ["Stealth Rock"],
                  ["Thunderbolt"],
                  ["Earth Power"],
                  ["Mirror Coat", "Thunder Wave"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Electric", "Ground"],
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Sandy Shocks",
              "weight": 10,
              "moves": [
                  ["Mirror Coat", "Stealth Rock"],
                  ["Thunderbolt"],
                  ["Earth Power"],
                  ["Tera Blast"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Ice"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Sandy Shocks",
              "weight": 60,
              "moves": [
                  ["Thunderbolt"],
                  ["Earth Power"],
                  ["Tera Blast"],
                  ["Flash Cannon", "Stealth Rock"]
              ],
              "item": ["Booster Energy"],
              "nature": "Timid",
              "evs": {"hp": 52, "spa": 204, "spe": 252},
              "teraType": ["Fairy", "Ice"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Sandy Shocks",
              "weight": 10,
              "moves": [
                  ["Thunderbolt"],
                  ["Volt Switch"],
                  ["Earth Power"],
                  ["Tera Blast"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Fairy", "Ice"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Sandy Shocks",
              "weight": 10,
              "moves": [
                  ["Mirror Coat", "Thunderbolt"],
                  ["Volt Switch"],
                  ["Earth Power"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Fairy", "Ice"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          }
      ]
  },
  "greninja": {
      "weight": 2,
      "sets": [
          {
              "species": "Greninja",
              "weight": 50,
              "moves": [
                  ["Ice Beam"],
                  ["Dark Pulse", "Grass Knot"],
                  ["Water Shuriken"],
                  ["Counter", "Toxic Spikes"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Ghost", "Water"],
              "ability": ["Protean"]
          },
          {
              "species": "Greninja",
              "weight": 50,
              "moves": [
                  ["Ice Beam"],
                  ["Dark Pulse", "Grass Knot"],
                  ["Water Shuriken"],
                  ["Counter", "Toxic Spikes"]
              ],
              "item": ["Focus Sash"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Ghost", "Water"],
              "ability": ["Torrent"]
          }
      ]
  },
  "palafin": {
      "weight": 2,
      "sets": [
          {
              "species": "Palafin",
              "weight": 40,
              "moves": [
                  ["Jet Punch"],
                  ["Wave Crash"],
                  ["Flip Turn"],
                  ["Close Combat", "Drain Punch", "Ice Punch"]
              ],
              "item": ["Choice Band"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Water"],
              "ability": ["Zero to Hero"]
          },
          {
              "species": "Palafin",
              "weight": 30,
              "moves": [
                  ["Jet Punch"],
                  ["Wave Crash"],
                  ["Flip Turn"],
                  ["Close Combat", "Drain Punch"]
              ],
              "item": ["Assault Vest", "Choice Scarf", "Mystic Water"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Fighting", "Water"],
              "ability": ["Zero to Hero"]
          },
          {
              "species": "Palafin",
              "weight": 20,
              "moves": [
                  ["Bulk Up"],
                  ["Jet Punch"],
                  ["Drain Punch"],
                  ["Substitute", "Taunt"]
              ],
              "item": ["Leftovers", "Punching Glove"],
              "nature": "Jolly",
              "evs": {"hp": 252, "def": 4, "spe": 252},
              "teraType": ["Fighting", "Water"],
              "ability": ["Zero to Hero"]
          },
          {
              "species": "Palafin",
              "weight": 10,
              "moves": [
                  ["Bulk Up"],
                  ["Jet Punch"],
                  ["Tera Blast"],
                  ["Substitute", "Taunt"]
              ],
              "item": ["Leftovers"],
              "nature": "Jolly",
              "evs": {"hp": 252, "def": 4, "spe": 252},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Zero to Hero"]
          }
      ]
  },
  "regieleki": {
      "weight": 2,
      "sets": [
          {
              "species": "Regieleki",
              "weight": 25,
              "moves": [
                  ["Thunderbolt"],
                  ["Tera Blast"],
                  ["Extreme Speed"],
                  ["Thunder Wave", "Volt Switch", "Wild Charge"]
              ],
              "item": ["Focus Sash", "Life Orb"],
              "nature": "Hasty",
              "evs": {"atk": 4, "spa": 252, "spe": 252},
              "teraType": ["Ice"],
              "wantsTera": true,
              "ability": ["Transistor"]
          },
          {
              "species": "Regieleki",
              "weight": 20,
              "moves": [
                  ["Thunderbolt"],
                  ["Volt Switch"],
                  ["Extreme Speed"],
                  ["Wild Charge"]
              ],
              "item": ["Life Orb"],
              "nature": "Hasty",
              "evs": {"atk": 4, "spa": 252, "spe": 252},
              "teraType": ["Electric"],
              "ability": ["Transistor"]
          },
          {
              "species": "Regieleki",
              "weight": 25,
              "moves": [
                  ["Thunderbolt"],
                  ["Tera Blast"],
                  ["Volt Switch"],
                  ["Extreme Speed", "Thunder Cage"]
              ],
              "item": ["Choice Specs"],
              "nature": "Timid",
              "evs": {"hp": 4, "spa": 252, "spe": 252},
              "teraType": ["Ice"],
              "wantsTera": true,
              "ability": ["Transistor"]
          },
          {
              "species": "Regieleki",
              "weight": 15,
              "moves": [
                  ["Thunderbolt", "Thunder Cage"],
                  ["Reflect"],
                  ["Light Screen"],
                  ["Tera Blast"]
              ],
              "item": ["Light Clay"],
              "nature": "Timid",
              "evs": {"hp": 252, "spa": 4, "spe": 252},
              "teraType": ["Ice"],
              "wantsTera": true,
              "ability": ["Transistor"]
          },
          {
              "species": "Regieleki",
              "weight": 15,
              "moves": [
                  ["Thunderbolt", "Thunder Cage"],
                  ["Reflect"],
                  ["Light Screen"],
                  ["Explosion", "Thunder Wave"]
              ],
              "item": ["Light Clay"],
              "nature": "Timid",
              "evs": {"hp": 252, "spa": 4, "spe": 252},
              "teraType": ["Ghost", "Normal"],
              "ability": ["Transistor"]
          }
      ]
  },
  "avalugg": {
      "weight": 2,
      "sets": [
          {
              "species": "Avalugg",
              "weight": 100,
              "moves": [
                  ["Iron Defense"],
                  ["Body Press"],
                  ["Recover"],
                  ["Avalanche", "Icicle Crash"]
              ],
              "item": ["Heavy-Duty Boots", "Rocky Helmet"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Fighting"],
              "wantsTera": true,
              "ability": ["Sturdy"]
          }
      ]
  },
  "landorus": {
      "weight": 2,
      "sets": [
          {
              "species": "Landorus",
              "weight": 45,
              "moves": [
                  ["Earth Power"],
                  ["Sludge Bomb"],
                  ["Focus Blast", "Psychic"],
                  ["Nasty Plot", "Substitute"]
              ],
              "item": ["Life Orb"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Poison", "Steel", "Water"],
              "wantsTera": true,
              "ability": ["Sheer Force"]
          },
          {
              "species": "Landorus",
              "weight": 55,
              "moves": [
                  ["Earth Power"],
                  ["Sludge Bomb"],
                  ["Focus Blast", "Nasty Plot", "Substitute"],
                  ["Tera Blast"]
              ],
              "item": ["Life Orb"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Flying", "Ice"],
              "wantsTera": true,
              "ability": ["Sheer Force"]
          }
      ]
  },
  "quaquaval": {
      "weight": 2,
      "sets": [
          {
              "species": "Quaquaval",
              "weight": 65,
              "moves": [
                  ["Aqua Step"],
                  ["Close Combat"],
                  ["Aqua Jet"],
                  ["Encore", "Ice Spinner", "Swords Dance"]
              ],
              "item": ["Focus Sash", "Mystic Water"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Steel", "Water"],
              "ability": ["Moxie"]
          },
          {
              "species": "Quaquaval",
              "weight": 10,
              "moves": [
                  ["Aqua Step"],
                  ["Close Combat"],
                  ["Aqua Jet"],
                  ["Tera Blast"]
              ],
              "item": ["Focus Sash", "Mystic Water"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Electric", "Steel"],
              "wantsTera": true,
              "ability": ["Moxie"]
          },
          {
              "species": "Quaquaval",
              "weight": 25,
              "moves": [
                  ["Aqua Step"],
                  ["Roost"],
                  ["Bulk Up"],
                  ["Encore", "Substitute", "Taunt"]
              ],
              "item": ["Covert Cloak", "Leftovers", "Rocky Helmet"],
              "nature": "Jolly",
              "evs": {"hp": 252, "spd": 156, "spe": 100},
              "teraType": ["Steel"],
              "ability": ["Moxie"]
          }
      ]
  },
  "articuno": {
      "weight": 1,
      "sets": [
          {
              "species": "Articuno",
              "weight": 100,
              "moves": [
                  ["Substitute"],
                  ["Freeze-Dry", "Protect"],
                  ["Roost"],
                  ["Sheer Cold"]
              ],
              "item": ["Leftovers"],
              "nature": "Bold",
              "evs": {"hp": 220, "def": 228, "spe": 60},
              "ivs": {"atk": 0},
              "teraType": ["Ghost", "Steel"],
              "ability": ["Pressure"]
          }
      ]
  },
  "haxorus": {
      "weight": 1,
      "sets": [
          {
              "species": "Haxorus",
              "weight": 65,
              "moves": [
                  ["Dragon Dance"],
                  ["Iron Head"],
                  ["Outrage"],
                  ["Earthquake"]
              ],
              "item": ["Focus Sash", "Life Orb", "Lum Berry"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Mold Breaker"]
          },
          {
              "species": "Haxorus",
              "weight": 10,
              "moves": [
                  ["Dragon Dance"],
                  ["Tera Blast"],
                  ["Outrage"],
                  ["Earthquake"]
              ],
              "item": ["Focus Sash", "Life Orb", "Lum Berry"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Electric"],
              "wantsTera": true,
              "ability": ["Mold Breaker"]
          },
          {
              "species": "Haxorus",
              "weight": 25,
              "moves": [
                  ["Scale Shot"],
                  ["Iron Head"],
                  ["Earthquake"],
                  ["Dragon Dance", "Swords Dance"]
              ],
              "item": ["Loaded Dice"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Steel"],
              "wantsTera": true,
              "ability": ["Mold Breaker"]
          }
      ]
  },
  "lucario": {
      "weight": 1,
      "sets": [
          {
              "species": "Lucario",
              "weight": 80,
              "moves": [
                  ["Extreme Speed"],
                  ["Close Combat"],
                  ["Bullet Punch"],
                  ["Counter", "Earthquake", "Swords Dance"]
              ],
              "item": ["Focus Sash", "Life Orb"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Normal", "Steel"],
              "ability": ["Inner Focus"]
          },
          {
              "species": "Lucario",
              "weight": 20,
              "moves": [
                  ["Vacuum Wave"],
                  ["Aura Sphere"],
                  ["Steel Beam"],
                  ["Dark Pulse"]
              ],
              "item": ["Focus Sash", "Life Orb"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "teraType": ["Dark", "Fighting", "Steel"],
              "ability": ["Inner Focus"]
          }
      ]
  },
  "mesprit": {
      "weight": 1,
      "sets": [
          {
              "species": "Mesprit",
              "weight": 100,
              "moves": [
                  ["Dazzling Gleam"],
                  ["Trick Room"],
                  ["Healing Wish"],
                  ["Encore"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spa": 4},
              "ivs": {"atk": 0},
              "teraType": ["Fairy"],
              "ability": ["Levitate"]
          }
      ]
  },
  "moltresgalar": {
      "weight": 1,
      "sets": [
          {
              "species": "Moltres-Galar",
              "weight": 100,
              "moves": [
                  ["Fiery Wrath"],
                  ["Air Slash", "Hurricane"],
                  ["Nasty Plot"],
                  ["Agility"]
              ],
              "item": ["Sitrus Berry", "Weakness Policy"],
              "nature": "Timid",
              "evs": {"spa": 252, "spd": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Dark", "Flying", "Steel"],
              "ability": ["Berserk"]
          }
      ]
  },
  "sableye": {
      "weight": 1,
      "sets": [
          {
              "species": "Sableye",
              "weight": 30,
              "moves": [
                  ["Foul Play", "Knock Off"],
                  ["Encore"],
                  ["Disable", "Metal Burst"],
                  ["Thunder Wave", "Will-O-Wisp"]
              ],
              "item": ["Focus Sash"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Poison", "Steel"],
              "ability": ["Prankster"]
          },
          {
              "species": "Sableye",
              "weight": 30,
              "moves": [
                  ["Substitute"],
                  ["Encore"],
                  ["Disable"],
                  ["Night Shade"]
              ],
              "item": ["Leftovers"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"atk": 0},
              "teraType": ["Poison", "Steel"],
              "ability": ["Prankster"]
          },
          {
              "species": "Sableye",
              "weight": 20,
              "moves": [
                  ["Reflect"],
                  ["Light Screen"],
                  ["Encore", "Taunt", "Will-O-Wisp"],
                  ["Foul Play"]
              ],
              "item": ["Light Clay"],
              "nature": "Bold",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"atk": 0},
              "teraType": ["Poison", "Steel"],
              "ability": ["Prankster"]
          },
          {
              "species": "Sableye",
              "weight": 20,
              "moves": [
                  ["Reflect"],
                  ["Light Screen"],
                  ["Encore", "Taunt", "Will-O-Wisp"],
                  ["Knock Off"]
              ],
              "item": ["Light Clay"],
              "nature": "Impish",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "teraType": ["Poison", "Steel"],
              "ability": ["Prankster"]
          }
      ]
  },
  "uxie": {
      "weight": 1,
      "sets": [
          {
              "species": "Uxie",
              "weight": 100,
              "moves": [
                  ["U-turn"],
                  ["Yawn"],
                  ["Encore"],
                  ["Stealth Rock"]
              ],
              "item": ["Sitrus Berry"],
              "nature": "Impish",
              "evs": {"hp": 244, "def": 252, "spd": 12},
              "teraType": ["Fairy"],
              "ability": ["Levitate"]
          }
      ]
  },
  "brutebonnet": {
      "weight": 1,
      "sets": [
          {
              "species": "Brute Bonnet",
              "weight": 85,
              "moves": [
                  ["Spore"],
                  ["Trailblaze"],
                  ["Crunch", "Tera Blast"],
                  ["Substitute"]
              ],
              "item": ["Leftovers"],
              "nature": "Jolly",
              "evs": {"hp": 52, "atk": 204, "spe": 252},
              "teraType": ["Fire", "Water"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          },
          {
              "species": "Brute Bonnet",
              "weight": 15,
              "moves": [
                  ["Spore"],
                  ["Sucker Punch"],
                  ["Bullet Seed"],
                  ["Substitute", "Tera Blast"]
              ],
              "item": ["Loaded Dice"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Fire", "Water"],
              "wantsTera": true,
              "ability": ["Protosynthesis"]
          }
      ]
  },
  "samurotthisui": {
      "weight": 1,
      "sets": [
          {
              "species": "Samurott-Hisui",
              "weight": 70,
              "moves": [
                  ["Ceaseless Edge"],
                  ["Aqua Cutter", "Razor Shell"],
                  ["Aqua Jet", "Sucker Punch"],
                  ["Encore", "Sacred Sword"]
              ],
              "item": ["Focus Sash"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Dark", "Ghost", "Water"],
              "ability": ["Sharpness"]
          },
          {
              "species": "Samurott-Hisui",
              "weight": 15,
              "moves": [
                  ["Ceaseless Edge"],
                  ["Aqua Cutter", "Razor Shell"],
                  ["Aqua Jet", "Sucker Punch"],
                  ["Sacred Sword"]
              ],
              "item": ["Assault Vest"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Water"],
              "ability": ["Sharpness"]
          },
          {
              "species": "Samurott-Hisui",
              "weight": 15,
              "moves": [
                  ["Ceaseless Edge"],
                  ["Aqua Cutter", "Razor Shell"],
                  ["Aqua Jet", "Sucker Punch"],
                  ["Tera Blast"]
              ],
              "item": ["Assault Vest"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Fairy"],
              "ability": ["Sharpness"]
          }
      ]
  },
  "slowkinggalar": {
      "weight": 1,
      "sets": [
          {
              "species": "Slowking-Galar",
              "weight": 60,
              "moves": [
                  ["Flamethrower"],
                  ["Grass Knot"],
                  ["Eerie Spell", "Psychic"],
                  ["Sludge Bomb"]
              ],
              "item": ["Assault Vest"],
              "nature": "Modest",
              "evs": {"hp": 252, "spa": 252, "spd": 4},
              "ivs": {"atk": 0},
              "teraType": ["Normal", "Poison"],
              "ability": ["Regenerator"]
          },
          {
              "species": "Slowking-Galar",
              "weight": 40,
              "moves": [
                  ["Eerie Spell", "Sludge Bomb"],
                  ["Toxic", "Yawn"],
                  ["Slack Off", "Trick Room"],
                  ["Chilly Reception"]
              ],
              "item": ["Black Sludge"],
              "nature": "Relaxed",
              "evs": {"hp": 244, "def": 252, "spd": 12},
              "ivs": {"atk": 0},
              "teraType": ["Poison"],
              "ability": ["Regenerator"]
          }
      ]
  },
  "basculegionf": {
      "weight": 1,
      "sets": [
          {
              "species": "Basculegion-F",
              "weight": 70,
              "moves": [
                  ["Shadow Ball"],
                  ["Aqua Jet"],
                  ["Hydro Pump", "Surf"],
                  ["Endeavor"]
              ],
              "gender": "F",
              "item": ["Focus Sash"],
              "nature": "Rash",
              "evs": {"atk": 4, "spa": 252, "spe": 252},
              "teraType": ["Water"],
              "ability": ["Adaptability"]
          },
          {
              "species": "Basculegion-F",
              "weight": 30,
              "moves": [
                  ["Shadow Ball"],
                  ["Aqua Jet"],
                  ["Hydro Pump", "Surf"],
                  ["Endeavor", "Tera Blast"]
              ],
              "gender": "F",
              "item": ["Focus Sash"],
              "nature": "Rash",
              "evs": {"atk": 4, "spa": 252, "spe": 252},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Adaptability"]
          }
      ]
  },
  "irontreads": {
      "weight": 1,
      "sets": [
          {
              "species": "Iron Treads",
              "weight": 15,
              "moves": [
                  ["Earthquake"],
                  ["Heavy Slam", "Iron Head"],
                  ["Ice Spinner", "Rapid Spin", "Volt Switch"],
                  ["Knock Off"]
              ],
              "item": ["Assault Vest"],
              "nature": "Jolly",
              "evs": {"hp": 252, "atk": 4, "spd": 252},
              "teraType": ["Fairy", "Flying", "Grass", "Water"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Treads",
              "weight": 60,
              "moves": [
                  ["Earthquake", "Endeavor"],
                  ["Iron Head"],
                  ["Rapid Spin", "Stealth Rock", "Substitute"],
                  ["Ice Spinner", "Knock Off"]
              ],
              "item": ["Booster Energy"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Fairy", "Grass", "Ground", "Water"],
              "ability": ["Quark Drive"]
          },
          {
              "species": "Iron Treads",
              "weight": 25,
              "moves": [
                  ["Earthquake", "Endeavor"],
                  ["Iron Head"],
                  ["Rapid Spin", "Stealth Rock", "Substitute"],
                  ["Tera Blast"]
              ],
              "item": ["Booster Energy"],
              "nature": "Jolly",
              "evs": {"hp": 4, "atk": 252, "spe": 252},
              "teraType": ["Fairy", "Grass", "Water"],
              "wantsTera": true,
              "ability": ["Quark Drive"]
          }
      ]
  },
  "overqwil": {
      "weight": 1,
      "sets": [
          {
              "species": "Overqwil",
              "weight": 60,
              "moves": [
                  ["Crunch"],
                  ["Barb Barrage", "Toxic"],
                  ["Minimize"],
                  ["Substitute"]
              ],
              "item": ["Leftovers"],
              "nature": "Jolly",
              "evs": {"hp": 252, "spd": 4, "spe": 252},
              "teraType": ["Dark", "Water"],
              "ability": ["Poison Point"]
          },
          {
              "species": "Overqwil",
              "weight": 40,
              "moves": [
                  ["Crunch"],
                  ["Barb Barrage", "Toxic"],
                  ["Minimize"],
                  ["Substitute"]
              ],
              "item": ["Black Sludge"],
              "nature": "Jolly",
              "evs": {"hp": 252, "spd": 4, "spe": 252},
              "teraType": ["Poison"],
              "ability": ["Poison Point"]
          }
      ]
  },
  "spectrier": {
      "weight": 1,
      "sets": [
          {
              "species": "Spectrier",
              "weight": 100,
              "moves": [
                  ["Shadow Ball"],
                  ["Draining Kiss"],
                  ["Will-O-Wisp"],
                  ["Calm Mind"]
              ],
              "item": ["Leftovers", "Sitrus Berry"],
              "nature": "Timid",
              "evs": {"hp": 252, "spa": 4, "spe": 252},
              "ivs": {"atk": 0},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Grim Neigh"]
          }
      ]
  },
  "maushold": {
      "weight": 1,
      "sets": [
          {
              "species": "Maushold",
              "weight": 100,
              "moves": [
                  ["Population Bomb"],
                  ["Bite", "Mud Shot"],
                  ["Encore"],
                  ["Thunder Wave", "Tidy Up"]
              ],
              "item": ["King's Rock", "Wide Lens"],
              "nature": "Jolly",
              "evs": {"atk": 252, "spd": 4, "spe": 252},
              "teraType": ["Ghost", "Normal", "Poison"],
              "ability": ["Technician"]
          }
      ]
  },
  "polteageist": {
      "weight": 1,
      "sets": [
          {
              "species": "Polteageist",
              "weight": 50,
              "moves": [
                  ["Shell Smash"],
                  ["Strength Sap"],
                  ["Stored Power"],
                  ["Tera Blast"]
              ],
              "item": ["Focus Sash"],
              "nature": "Bold",
              "evs": {"hp": 108, "def": 196, "spe": 204},
              "ivs": {"atk": 0},
              "teraType": ["Fighting", "Water"],
              "wantsTera": true,
              "ability": ["Weak Armor"]
          },
          {
              "species": "Polteageist",
              "weight": 50,
              "moves": [
                  ["Shell Smash"],
                  ["Strength Sap"],
                  ["Stored Power"],
                  ["Tera Blast"]
              ],
              "item": ["Focus Sash", "White Herb"],
              "nature": "Bold",
              "evs": {"hp": 108, "def": 196, "spe": 204},
              "ivs": {"atk": 0},
              "teraType": ["Fighting", "Water"],
              "wantsTera": true,
              "ability": ["Cursed Body"]
          }
      ]
  },
  "taurospaldeaaqua": {
      "weight": 1,
      "sets": [
          {
              "species": "Tauros-Paldea-Aqua",
              "weight": 100,
              "moves": [
                  ["Wave Crash"],
                  ["Close Combat"],
                  ["Aqua Jet", "Trailblaze"],
                  ["Endeavor"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 4, "def": 108, "spd": 4, "spe": 140},
              "teraType": ["Steel", "Water"],
              "ability": ["Intimidate"]
          }
      ]
  },
  "forretress": {
      "weight": 1,
      "sets": [
          {
              "species": "Forretress",
              "weight": 50,
              "moves": [
                  ["Body Press"],
                  ["Volt Switch"],
                  ["Stealth Rock"],
                  ["Toxic Spikes"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Relaxed",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"atk": 0, "spe": 0},
              "teraType": ["Fighting", "Water"],
              "ability": ["Sturdy"]
          },
          {
              "species": "Forretress",
              "weight": 50,
              "moves": [
                  ["Body Press"],
                  ["Volt Switch"],
                  ["Stealth Rock"],
                  ["Gyro Ball"]
              ],
              "item": ["Rocky Helmet"],
              "nature": "Relaxed",
              "evs": {"hp": 252, "def": 252, "spd": 4},
              "ivs": {"spe": 0},
              "teraType": ["Fighting", "Water"],
              "ability": ["Sturdy"]
          }
      ]
  },
  "glastrier": {
      "weight": 1,
      "sets": [
          {
              "species": "Glastrier",
              "weight": 80,
              "moves": [
                  ["Icicle Crash"],
                  ["Heavy Slam"],
                  ["Tera Blast"],
                  ["Close Combat", "High Horsepower"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Electric", "Water"],
              "wantsTera": true,
              "ability": ["Chilling Neigh"]
          },
          {
              "species": "Glastrier",
              "weight": 20,
              "moves": [
                  ["Icicle Crash"],
                  ["Heavy Slam"],
                  ["Close Combat"],
                  ["High Horsepower"]
              ],
              "item": ["Assault Vest"],
              "nature": "Adamant",
              "evs": {"hp": 252, "atk": 252, "spd": 4},
              "teraType": ["Ghost"],
              "wantsTera": true,
              "ability": ["Chilling Neigh"]
          }
      ]
  },
  "gothitelle": {
      "weight": 1,
      "sets": [
          {
              "species": "Gothitelle",
              "weight": 65,
              "moves": [
                  ["Trick"],
                  ["Calm Mind"],
                  ["Rest"],
                  ["Stored Power", "Tera Blast"]
              ],
              "item": ["Choice Scarf"],
              "nature": "Bold",
              "evs": {"hp": 236, "def": 196, "spa": 4, "spd": 4, "spe": 68},
              "ivs": {"atk": 0},
              "teraType": ["Fairy", "Flying"],
              "ability": ["Shadow Tag"]
          },
          {
              "species": "Gothitelle",
              "weight": 35,
              "moves": [
                  ["Charm"],
                  ["Calm Mind"],
                  ["Rest"],
                  ["Stored Power", "Tera Blast"]
              ],
              "item": ["Covert Cloak", "Leftovers"],
              "nature": "Bold",
              "evs": {"hp": 236, "def": 196, "spa": 4, "spd": 4, "spe": 68},
              "ivs": {"atk": 0},
              "teraType": ["Fairy"],
              "wantsTera": true,
              "ability": ["Shadow Tag"]
          }
      ]
  }
}
