@pkmn/randoms 0.7.15 → 0.7.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.mjs CHANGED
@@ -105,6 +105,7 @@ var PhysicalSetup = [
105
105
  "howl",
106
106
  "meditate",
107
107
  "poweruppunch",
108
+ "screech",
108
109
  "swordsdance"
109
110
  ];
110
111
  var SpecialSetup = [
@@ -2733,7 +2734,7 @@ var RandomGen7Teams = class extends RandomGen8Teams {
2733
2734
  this.randomBSSFactorySets = {};
2734
2735
  this.noStab = [...this.noStab, "voltswitch"];
2735
2736
  this.moveEnforcementCheckers = {
2736
- Bug: (movePool) => movePool.includes("megahorn") || movePool.includes("pinmissile"),
2737
+ Bug: (movePool, moves, abilities, types, counter) => ["megahorn", "pinmissile"].some((m) => movePool.includes(m)) || !counter.get("Bug") && abilities.has("Tinted Lens"),
2737
2738
  Dark: (movePool, moves, abilities, types, counter, species) => !counter.get("Dark") && !abilities.has("Protean") || moves.has("pursuit") && species.types.length > 1 && counter.get("Dark") === 1,
2738
2739
  Dragon: (movePool, moves, abilities, types, counter) => !counter.get("Dragon") && !abilities.has("Aerilate") && !abilities.has("Pixilate") && !moves.has("fly") && !moves.has("rest") && !moves.has("sleeptalk"),
2739
2740
  Electric: (movePool, moves, abilities, types, counter) => !counter.get("Electric") || movePool.includes("thunder"),
@@ -2778,6 +2779,13 @@ var RandomGen7Teams = class extends RandomGen8Teams {
2778
2779
  return { cull: !moves.has("substitute") || counter.damagingMoves.size < 2 };
2779
2780
  case "icebeam":
2780
2781
  return { cull: abilities.has("Tinted Lens") && !!counter.get("Status") };
2782
+ case "lightscreen":
2783
+ if (movePool.length > 1) {
2784
+ const screen = movePool.indexOf("reflect");
2785
+ if (screen >= 0)
2786
+ this.fastPop(movePool, screen);
2787
+ }
2788
+ return { cull: !moves.has("reflect") };
2781
2789
  case "perishsong":
2782
2790
  return { cull: !moves.has("protect") };
2783
2791
  case "reflect":
@@ -2812,7 +2820,6 @@ var RandomGen7Teams = class extends RandomGen8Teams {
2812
2820
  case "calmmind":
2813
2821
  case "geomancy":
2814
2822
  case "nastyplot":
2815
- case "quiverdance":
2816
2823
  case "tailglow":
2817
2824
  if (types.has("Dark") && moves.has("darkpulse")) {
2818
2825
  counter.setupType = "Special";
@@ -3524,9 +3531,9 @@ var RandomGen7Teams = class extends RandomGen8Teams {
3524
3531
  if (counter.setupType === "Special" && moveid === "hiddenpower" && species.types.length > 1 && counter.get("Special") <= 2 && !types.has(move.type) && !counter.get("Physical") && counter.get("specialpool")) {
3525
3532
  cull = true;
3526
3533
  }
3527
- const singlesEnforcement = !["judgment", "lightscreen", "reflect", "sleeptalk", "toxic"].includes(moveid) && (move.category !== "Status" || !(move.flags.heal && species.id !== "meganium"));
3534
+ const singlesEnforcement = !["judgment", "lightscreen", "quiverdance", "reflect", "sleeptalk", "toxic"].includes(moveid) && (move.category !== "Status" || !(move.flags.heal && species.id !== "meganium"));
3528
3535
  if (!cull && !move.damage && !isSetup && !move.weather && !move.stallingMove && (isDoubles || singlesEnforcement) && (!counter.setupType || counter.setupType === "Mixed" || move.category !== counter.setupType && move.category !== "Status" || counter.get(counter.setupType) + counter.get("Status") > 3 && !counter.get("hazards")) && (move.category === "Status" || !types.has(move.type) || move.basePower && move.basePower < 40 && !move.multihit)) {
3529
- if (!counter.get("stab") && !moves.has("nightshade") && !moves.has("seismictoss") && (species.types.length > 1 || species.types[0] !== "Normal" && species.types[0] !== "Psychic" || !moves.has("icebeam") || species.baseStats.spa >= species.baseStats.spd) || moves.has("suckerpunch") && !abilities.has("Contrary") && counter.get("stab") < species.types.length && species.id !== "honchkrow" || ["recover", "roost", "slackoff", "softboiled"].some((m) => movePool.includes(m)) && counter.get("Status") && !counter.setupType && ["healingwish", "switcheroo", "trick", "trickroom"].every((m) => !moves.has(m)) || (movePool.includes("milkdrink") || movePool.includes("shoreup") || movePool.includes("stickyweb") && !counter.setupType && !teamDetails.stickyWeb) || isLead && movePool.includes("stealthrock") && counter.get("Status") && !counter.setupType && !counter.get("speedsetup") && !moves.has("substitute") || species.requiredMove && movePool.includes(toID2(species.requiredMove)) || !counter.get("Normal") && (abilities.has("Aerilate") || abilities.has("Pixilate") || abilities.has("Refrigerate") && !moves.has("blizzard"))) {
3536
+ if (!counter.get("stab") && !moves.has("nightshade") && !moves.has("seismictoss") && (species.types.length > 1 || species.types[0] !== "Normal" && species.types[0] !== "Psychic" || !moves.has("icebeam") || species.baseStats.spa >= species.baseStats.spd) || moves.has("suckerpunch") && !abilities.has("Contrary") && counter.get("stab") < species.types.length && species.id !== "honchkrow" || ["recover", "roost", "slackoff", "softboiled"].some((m) => movePool.includes(m)) && counter.get("Status") && !counter.setupType && ["healingwish", "switcheroo", "trick", "trickroom"].every((m) => !moves.has(m)) || (movePool.includes("milkdrink") || movePool.includes("shoreup") || movePool.includes("moonlight") && types.size < 2 || movePool.includes("stickyweb") && !counter.setupType && !teamDetails.stickyWeb || movePool.includes("quiverdance") && ["defog", "uturn", "stickyweb"].every((m) => !moves.has(m)) && counter.get("Special") < 4) || isLead && movePool.includes("stealthrock") && counter.get("Status") && !counter.setupType && !counter.get("speedsetup") && !moves.has("substitute") || species.requiredMove && movePool.includes(toID2(species.requiredMove)) || !counter.get("Normal") && (abilities.has("Aerilate") || abilities.has("Pixilate") || abilities.has("Refrigerate") && !moves.has("blizzard"))) {
3530
3537
  cull = true;
3531
3538
  } else {
3532
3539
  for (const type of types) {
@@ -3792,6 +3799,7 @@ var RandomGen7Teams = class extends RandomGen8Teams {
3792
3799
  const tierCount = {};
3793
3800
  const typeCount = {};
3794
3801
  const typeComboCount = {};
3802
+ const typeWeaknesses = {};
3795
3803
  const teamDetails = {};
3796
3804
  for (const restrict of [true, false]) {
3797
3805
  if (pokemon.length >= this.maxTeamSize)
@@ -3863,6 +3871,18 @@ var RandomGen7Teams = class extends RandomGen8Teams {
3863
3871
  }
3864
3872
  if (skip)
3865
3873
  continue;
3874
+ for (const typeName of this.dex.types.names()) {
3875
+ if (this.dex.getEffectiveness(typeName, species) > 0) {
3876
+ if (!typeWeaknesses[typeName])
3877
+ typeWeaknesses[typeName] = 0;
3878
+ if (typeWeaknesses[typeName] >= 3 * limitFactor) {
3879
+ skip = true;
3880
+ break;
3881
+ }
3882
+ }
3883
+ }
3884
+ if (skip)
3885
+ continue;
3866
3886
  }
3867
3887
  if (!this.forceMonotype && typeComboCount[typeCombo] >= (isMonotype ? 2 : 1) * limitFactor)
3868
3888
  continue;
@@ -3902,6 +3922,11 @@ var RandomGen7Teams = class extends RandomGen8Teams {
3902
3922
  } else {
3903
3923
  typeComboCount[typeCombo] = 1;
3904
3924
  }
3925
+ for (const typeName of this.dex.types.names()) {
3926
+ if (this.dex.getEffectiveness(typeName, species) > 0) {
3927
+ typeWeaknesses[typeName]++;
3928
+ }
3929
+ }
3905
3930
  if (item.megaStone)
3906
3931
  hasMega = true;
3907
3932
  if (item.zMove)
@@ -4460,13 +4485,13 @@ var RandomGen6Teams = class extends RandomGen7Teams {
4460
4485
  this.randomFactorySets = {};
4461
4486
  this.noStab = [...this.noStab, "aquajet", "fakeout", "iceshard", "machpunch", "quickattack", "vacuumwave"];
4462
4487
  this.moveEnforcementCheckers = {
4463
- Bug: (movePool) => movePool.includes("megahorn") || movePool.includes("pinmissile"),
4488
+ Bug: (movePool, moves, abilities, types, counter) => ["megahorn", "pinmissile"].some((m) => movePool.includes(m)) || !counter.get("Bug") && abilities.has("Tinted Lens"),
4464
4489
  Dark: (movePool, moves, abilities, types, counter, species) => !counter.get("Dark") && !abilities.has("Protean"),
4465
4490
  Dragon: (movePool, moves, abilities, types, counter) => !counter.get("Dragon") && !abilities.has("Aerilate") && !abilities.has("Pixilate") && !moves.has("rest") && !moves.has("sleeptalk"),
4466
4491
  Electric: (movePool, moves, abilities, types, counter) => !counter.get("Electric"),
4467
4492
  Fairy: (movePool, moves, abilities, types, counter) => !counter.get("Fairy") && !abilities.has("Pixilate") && (!!counter.setupType || !counter.get("Status")),
4468
4493
  Fighting: (movePool, moves, abilities, types, counter, species) => !counter.get("Fighting") && (species.baseStats.atk >= 110 || abilities.has("Justified") || abilities.has("Unburden") || !!counter.setupType || !counter.get("Status")),
4469
- Fire: (movePool, moves, abilities, types, counter) => !counter.get("Fire") || movePool.includes("quiverdance"),
4494
+ Fire: (movePool, moves, abilities, types, counter) => !counter.get("Fire") || ["eruption", "quiverdance"].some((m) => movePool.includes(m)),
4470
4495
  Flying: (movePool, moves, abilities, types, counter) => !counter.get("Flying") && (abilities.has("Gale Wings") || abilities.has("Serene Grace") || types.has("Normal") && movePool.includes("bravebird")),
4471
4496
  Ghost: (movePool, moves, abilities, types, counter) => !types.has("Dark") && !counter.get("Ghost"),
4472
4497
  Grass: (movePool, moves, abilities, types, counter) => !counter.get("Grass") && !types.has("Fairy") && !types.has("Poison") && !types.has("Steel"),
@@ -4496,6 +4521,13 @@ var RandomGen6Teams = class extends RandomGen7Teams {
4496
4521
  return { cull: !counter.get("recovery") && !moves.has("rest") };
4497
4522
  case "focuspunch":
4498
4523
  return { cull: !moves.has("substitute") || counter.damagingMoves.size < 2 };
4524
+ case "lightscreen":
4525
+ if (movePool.length > 1) {
4526
+ const screen = movePool.indexOf("reflect");
4527
+ if (screen >= 0)
4528
+ this.fastPop(movePool, screen);
4529
+ }
4530
+ return { cull: !moves.has("reflect") };
4499
4531
  case "perishsong":
4500
4532
  return { cull: !moves.has("protect") };
4501
4533
  case "reflect":
@@ -4530,13 +4562,14 @@ var RandomGen6Teams = class extends RandomGen7Teams {
4530
4562
  case "calmmind":
4531
4563
  case "geomancy":
4532
4564
  case "nastyplot":
4533
- case "quiverdance":
4534
4565
  case "tailglow":
4535
4566
  if (types.has("Dark") && moves.has("darkpulse")) {
4536
4567
  counter.setupType = "Special";
4537
4568
  return { cull: false, isSetup: true };
4538
4569
  }
4539
4570
  return { cull: counter.setupType !== "Special" || counter.get("specialsetup") > 1 || counter.get("Special") + counter.get("specialpool") < 2 && (!moves.has("rest") || !moves.has("sleeptalk")), isSetup: true };
4571
+ case "quiverdance":
4572
+ return { cull: false, isSetup: true };
4540
4573
  case "growth":
4541
4574
  case "shellsmash":
4542
4575
  case "workup":
@@ -4855,7 +4888,7 @@ var RandomGen6Teams = class extends RandomGen7Teams {
4855
4888
  case "Torrent":
4856
4889
  return !counter.get("Water") || !!species.isMega;
4857
4890
  case "Unaware":
4858
- return !!counter.setupType || moves.has("stealthrock");
4891
+ return !!counter.setupType || species.id === "clefable" && moves.has("stealthrock");
4859
4892
  case "Unburden":
4860
4893
  return !!species.isMega || abilities.has("Prankster") || !counter.setupType && !moves.has("acrobatics");
4861
4894
  case "Water Absorb":
@@ -4916,12 +4949,14 @@ var RandomGen6Teams = class extends RandomGen7Teams {
4916
4949
  if (moves.has("shellsmash")) {
4917
4950
  return ability === "Solid Rock" && !!counter.get("priority") ? "Weakness Policy" : "White Herb";
4918
4951
  }
4919
- if ((ability === "Guts" || moves.has("facade") || moves.has("psychoshift")) && !moves.has("sleeptalk")) {
4952
+ if ((ability === "Guts" || moves.has("facade")) && !moves.has("sleeptalk")) {
4920
4953
  return moves.has("drainpunch") ? "Flame Orb" : "Toxic Orb";
4921
4954
  }
4922
4955
  if (ability === "Magic Guard" && counter.damagingMoves.size > 1 || ability === "Sheer Force" && !!counter.get("sheerforce")) {
4923
4956
  return "Life Orb";
4924
4957
  }
4958
+ if (moves.has("psychoshift"))
4959
+ return "Flame Orb";
4925
4960
  if (ability === "Poison Heal")
4926
4961
  return "Toxic Orb";
4927
4962
  if (ability === "Unburden") {
@@ -5096,7 +5131,7 @@ var RandomGen6Teams = class extends RandomGen7Teams {
5096
5131
  );
5097
5132
  };
5098
5133
  if (!cull && !isSetup && !move.weather && !move.damage && (move.category !== "Status" || !move.flags.heal) && !["judgment", "sleeptalk", "toxic", "lightscreen", "reflect"].includes(moveid) && (counter.get("physicalsetup") + counter.get("specialsetup") < 2 && (!counter.setupType || counter.setupType === "Mixed" || move.category !== counter.setupType && move.category !== "Status" || counter.get(counter.setupType) + counter.get("Status") > 3)) && (move.category === "Status" || !types.has(move.type) || move.basePower && move.basePower < 40 && !move.multihit)) {
5099
- if (!counter.get("stab") && !moves.has("nightshade") && !moves.has("seismictoss") && (species.types.length > 1 || species.types[0] !== "Normal" && species.types[0] !== "Psychic" || !moves.has("icebeam") || species.baseStats.spa >= species.baseStats.spd) || !counter.get("recovery") && !counter.setupType && !moves.has("healingwish") && (movePool.includes("recover") || movePool.includes("roost") || movePool.includes("softboiled")) && (counter.get("Status") > 1 || species.nfe && !!counter.get("Status")) || movePool.includes("stickyweb") && !counter.setupType && !teamDetails.stickyWeb || species.requiredMove && movePool.includes(toID3(species.requiredMove)) || moves.has("suckerpunch") && counter.get("stab") < species.types.length) {
5134
+ if (!counter.get("stab") && !moves.has("nightshade") && !moves.has("seismictoss") && (species.types.length > 1 || species.types[0] !== "Normal" && species.types[0] !== "Psychic" || !moves.has("icebeam") || species.baseStats.spa >= species.baseStats.spd) || !counter.get("recovery") && !counter.setupType && ["healingwish", "switcheroo", "trick", "trickroom"].every((m) => !moves.has(m)) && ["recover", "roost", "slackoff", "softboiled"].some((m) => movePool.includes(m)) && counter.get("Status") || movePool.includes("milkdrink") || movePool.includes("moonlight") && types.size < 2 || movePool.includes("stickyweb") && !counter.setupType && !teamDetails.stickyWeb || species.requiredMove && movePool.includes(toID3(species.requiredMove)) || moves.has("suckerpunch") && counter.get("stab") < species.types.length || movePool.includes("quiverdance") && ["defog", "uturn", "stickyweb"].every((m) => !moves.has(m)) && counter.get("Special") < 4) {
5100
5135
  cull = true;
5101
5136
  } else {
5102
5137
  for (const type of types) {
@@ -5122,7 +5157,7 @@ var RandomGen6Teams = class extends RandomGen7Teams {
5122
5157
  }
5123
5158
  }
5124
5159
  if (cull && (movePool.length - availableHP || availableHP && (moveid.startsWith("hiddenpower") || !hasHiddenPower))) {
5125
- if (move.category !== "Status" && !move.damage && !move.flags.charge && (moveid !== "hiddenpower" || !availableHP))
5160
+ if (move.category !== "Status" && !move.damage && !move.flags.charge && (!moveid.startsWith("hiddenpower") || !availableHP))
5126
5161
  rejectedPool.push(moveid);
5127
5162
  moves.delete(moveid);
5128
5163
  if (moveid.startsWith("hiddenpower"))
@@ -5196,6 +5231,8 @@ var RandomGen6Teams = class extends RandomGen7Teams {
5196
5231
  } else if (species.name === "Lopunny" && moves.has("switcheroo") && this.randomChance(2, 3)) {
5197
5232
  ability = "Klutz";
5198
5233
  }
5234
+ if (species.name === "Altaria")
5235
+ ability = "Natural Cure";
5199
5236
  } else {
5200
5237
  ability = abilityData[0].name;
5201
5238
  }
@@ -5828,9 +5865,11 @@ var RandomGen5Teams = class extends RandomGen6Teams {
5828
5865
  return "Sitrus Berry";
5829
5866
  if ((ability === "Magic Guard" || ability === "Sheer Force") && counter.damagingMoves.size > 1)
5830
5867
  return "Life Orb";
5831
- if (ability === "Poison Heal" || ability === "Toxic Boost" || ability === "Quick Feet" && moves.has("facade") || moves.has("psychoshift")) {
5868
+ if (ability === "Poison Heal" || ability === "Toxic Boost" || ability === "Quick Feet" && moves.has("facade")) {
5832
5869
  return "Toxic Orb";
5833
5870
  }
5871
+ if (moves.has("psychoshift"))
5872
+ return "Flame Orb";
5834
5873
  if (moves.has("rest") && !moves.has("sleeptalk") && ability !== "Natural Cure" && ability !== "Shed Skin") {
5835
5874
  return "Chesto Berry";
5836
5875
  }
@@ -5967,7 +6006,7 @@ var RandomGen5Teams = class extends RandomGen6Teams {
5967
6006
  );
5968
6007
  };
5969
6008
  if (!cull && !["judgment", "quiverdance", "sleeptalk"].includes(moveid) && !isSetup && !move.weather && !move.damage && (move.category !== "Status" || !move.flags.heal) && (move.category === "Status" || !types.has(move.type) || move.basePower && move.basePower < 40 && !move.multihit) && (counter.get("physicalsetup") + counter.get("specialsetup") < 2 && (!counter.setupType || counter.setupType === "Mixed" || move.category !== counter.setupType && move.category !== "Status" || counter.get(counter.setupType) + counter.get("Status") > 3))) {
5970
- if (!counter.get("stab") && !counter.get("damage") && (species.types.length > 1 || species.types[0] !== "Normal" && species.types[0] !== "Psychic" || !moves.has("icebeam") || species.baseStats.spa >= species.baseStats.spd) || !counter.get("recovery") && !counter.setupType && ["healingwish", "trick", "trickroom"].every((m) => !moves.has(m)) && !abilities.has("Poison Heal") && (counter.get("Status") || species.nfe && !!counter.get("Status")) && ["recover", "roost", "slackoff", "softboiled"].some((m) => movePool.includes(m)) || (movePool.includes("darkvoid") || movePool.includes("quiverdance") || species.requiredMove && movePool.includes(toID4(species.requiredMove))) || isLead && runEnforcementChecker("lead")) {
6009
+ if (!counter.get("stab") && !counter.get("damage") && (species.types.length > 1 || species.types[0] !== "Normal" && species.types[0] !== "Psychic" || !moves.has("icebeam") || species.baseStats.spa >= species.baseStats.spd) || !counter.get("recovery") && !counter.setupType && ["healingwish", "trick", "trickroom"].every((m) => !moves.has(m)) && !abilities.has("Poison Heal") && (counter.get("Status") || species.nfe && !!counter.get("Status")) && ["recover", "roost", "slackoff", "softboiled"].some((m) => movePool.includes(m)) || (movePool.includes("moonlight") && types.size < 2 && !moves.has("trickroom") || movePool.includes("darkvoid") || movePool.includes("milkdrink") || movePool.includes("quiverdance") || species.requiredMove && movePool.includes(toID4(species.requiredMove))) || isLead && runEnforcementChecker("lead")) {
5971
6010
  cull = true;
5972
6011
  } else {
5973
6012
  for (const type of types) {
@@ -6056,6 +6095,8 @@ var RandomGen5Teams = class extends RandomGen6Teams {
6056
6095
  } else if (abilities.has("Swift Swim") && moves.has("raindance")) {
6057
6096
  ability = "Swift Swim";
6058
6097
  }
6098
+ if (species.name === "Altaria")
6099
+ ability = "Natural Cure";
6059
6100
  } else {
6060
6101
  ability = abilityData[0].name;
6061
6102
  }
@@ -6139,6 +6180,7 @@ var RandomGen5Teams = class extends RandomGen6Teams {
6139
6180
  const tierCount = {};
6140
6181
  const typeCount = {};
6141
6182
  const typeComboCount = {};
6183
+ const typeWeaknesses = {};
6142
6184
  const teamDetails = {};
6143
6185
  const pokemonPool = this.getPokemonPool(type, pokemon, isMonotype);
6144
6186
  while (pokemonPool.length && pokemon.length < this.maxTeamSize) {
@@ -6182,6 +6224,18 @@ var RandomGen5Teams = class extends RandomGen6Teams {
6182
6224
  }
6183
6225
  if (skip)
6184
6226
  continue;
6227
+ for (const typeName of this.dex.types.names()) {
6228
+ if (this.dex.getEffectiveness(typeName, species) > 0) {
6229
+ if (!typeWeaknesses[typeName])
6230
+ typeWeaknesses[typeName] = 0;
6231
+ if (typeWeaknesses[typeName] >= 3 * limitFactor) {
6232
+ skip = true;
6233
+ break;
6234
+ }
6235
+ }
6236
+ }
6237
+ if (skip)
6238
+ continue;
6185
6239
  }
6186
6240
  let typeCombo = types.slice().sort().join();
6187
6241
  if (set.ability === "Drought" || set.ability === "Drizzle" || set.ability === "Sand Stream") {
@@ -6217,6 +6271,11 @@ var RandomGen5Teams = class extends RandomGen6Teams {
6217
6271
  } else {
6218
6272
  typeComboCount[typeCombo] = 1;
6219
6273
  }
6274
+ for (const typeName of this.dex.types.names()) {
6275
+ if (this.dex.getEffectiveness(typeName, species) > 0) {
6276
+ typeWeaknesses[typeName]++;
6277
+ }
6278
+ }
6220
6279
  if (set.ability === "Snow Warning" || set.moves.includes("hail"))
6221
6280
  teamDetails.hail = 1;
6222
6281
  if (set.ability === "Drizzle" || set.moves.includes("raindance"))
@@ -6444,7 +6503,7 @@ var RandomGen4Teams = class extends RandomGen5Teams {
6444
6503
  case "dragonclaw":
6445
6504
  return { cull: moves.has("outrage") };
6446
6505
  case "dragonpulse":
6447
- return { cull: moves.has("dracometeor") && moves.has("outrage") };
6506
+ return { cull: moves.has("dracometeor") || moves.has("outrage") };
6448
6507
  case "crunch":
6449
6508
  case "nightslash":
6450
6509
  return { cull: moves.has("suckerpunch") };
@@ -6479,6 +6538,7 @@ var RandomGen4Teams = class extends RandomGen5Teams {
6479
6538
  case "Anger Point":
6480
6539
  case "Ice Body":
6481
6540
  case "Steadfast":
6541
+ case "Unaware":
6482
6542
  return true;
6483
6543
  case "Blaze":
6484
6544
  return !counter.get("Fire");
@@ -7323,6 +7383,7 @@ var RandomGen3Teams = class extends RandomGen4Teams {
7323
7383
  const tierCount = {};
7324
7384
  const typeCount = {};
7325
7385
  const typeComboCount = {};
7386
+ const typeWeaknesses = {};
7326
7387
  const teamDetails = {};
7327
7388
  const pokemonPool = this.getPokemonPool(type, pokemon, isMonotype);
7328
7389
  while (pokemonPool.length && pokemon.length < this.maxTeamSize) {
@@ -7349,6 +7410,18 @@ var RandomGen3Teams = class extends RandomGen4Teams {
7349
7410
  break;
7350
7411
  }
7351
7412
  }
7413
+ if (skip)
7414
+ continue;
7415
+ for (const typeName of this.dex.types.names()) {
7416
+ if (this.dex.getEffectiveness(typeName, species) > 0) {
7417
+ if (!typeWeaknesses[typeName])
7418
+ typeWeaknesses[typeName] = 0;
7419
+ if (typeWeaknesses[typeName] >= 3 * limitFactor) {
7420
+ skip = true;
7421
+ break;
7422
+ }
7423
+ }
7424
+ }
7352
7425
  if (skip)
7353
7426
  continue;
7354
7427
  if (!this.forceMonotype && typeComboCount[typeCombo] >= 1 * limitFactor)
@@ -7374,6 +7447,11 @@ var RandomGen3Teams = class extends RandomGen4Teams {
7374
7447
  } else {
7375
7448
  typeComboCount[typeCombo] = 1;
7376
7449
  }
7450
+ for (const typeName of this.dex.types.names()) {
7451
+ if (this.dex.getEffectiveness(typeName, species) > 0) {
7452
+ typeWeaknesses[typeName]++;
7453
+ }
7454
+ }
7377
7455
  if (set.ability === "Drizzle" || set.moves.includes("raindance"))
7378
7456
  teamDetails.rain = 1;
7379
7457
  if (set.ability === "Sand Stream")
@@ -7403,6 +7481,7 @@ var RandomGen2Teams = class extends RandomGen3Teams {
7403
7481
  this.moveEnforcementCheckers = {
7404
7482
  Electric: (movePool, moves, abilities, types, counter) => !counter.get("Electric"),
7405
7483
  Fire: (movePool, moves, abilities, types, counter) => !counter.get("Fire"),
7484
+ Flying: (movePool, moves, abilities, types, counter) => !counter.get("Flying") && types.has("Ground"),
7406
7485
  Ground: (movePool, moves, abilities, types, counter) => !counter.get("Ground"),
7407
7486
  Ice: (movePool, moves, abilities, types, counter) => !counter.get("Ice"),
7408
7487
  Normal: (movePool, moves, abilities, types, counter) => !counter.get("Normal") && counter.setupType === "Physical",
@@ -8044,7 +8123,7 @@ import {
8044
8123
  Tags as Tags2,
8045
8124
  toID as toID6
8046
8125
  } from "@pkmn/sim";
8047
- var randomSetsJSON = { "charizard": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Flamethrower", "Focus Blast", "Hurricane", "Will-O-Wisp"], "teraTypes": ["Fire", "Ground", "Water"] }, { "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Earthquake", "Flare Blitz", "Swords Dance", "Thunder Punch"], "teraTypes": ["Fire", "Ground"] }] }, "pikachu": { "level": 90, "sets": [{ "role": "Fast Attacker", "movepool": ["Fake Out", "Play Rough", "Surf", "Volt Switch", "Volt Tackle"], "teraTypes": ["Water"] }] }, "raichu": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Encore", "Focus Blast", "Grass Knot", "Nasty Plot", "Nuzzle", "Surf", "Thunderbolt", "Volt Switch"], "teraTypes": ["Water", "Grass"] }] }, "raichualola": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Grass Knot", "Nasty Plot", "Psychic", "Psyshock", "Surf", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric"] }] }, "wigglytuff": { "level": 89, "sets": [{ "role": "Bulky Support", "movepool": ["Dazzling Gleam", "Fire Blast", "Light Screen", "Protect", "Reflect", "Stealth Rock", "Thunder Wave", "Wish"], "teraTypes": ["Steel"] }] }, "venomoth": { "level": 84, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bug Buzz", "Quiver Dance", "Sleep Powder", "Sludge Bomb", "Substitute"], "teraTypes": ["Bug", "Poison"] }] }, "dugtrio": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Memento", "Stealth Rock", "Stone Edge", "Sucker Punch", "Swords Dance"], "teraTypes": ["Ground", "Ghost", "Fairy", "Flying", "Dark"] }] }, "dugtrioalola": { "level": 87, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Iron Head", "Stealth Rock", "Stone Edge", "Sucker Punch", "Swords Dance"], "teraTypes": ["Ground", "Steel"] }] }, "persian": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Aerial Ace", "Body Slam", "Fake Out", "Foul Play", "Gunk Shot", "Switcheroo", "U-turn"], "teraTypes": ["Normal", "Poison", "Flying"] }] }, "persianalola": { "level": 87, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Dark Pulse", "Hypnosis", "Nasty Plot", "Power Gem", "Thunderbolt"], "teraTypes": ["Dark", "Electric"] }] }, "golduck": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Encore", "Grass Knot", "Hydro Pump", "Ice Beam", "Nasty Plot", "Psyshock", "Taunt"], "teraTypes": ["Water"] }] }, "annihilape": { "level": 78, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Drain Punch", "Rage Fist", "Rest"], "teraTypes": ["Ghost", "Water", "Fairy", "Steel"] }, { "role": "Bulky Attacker", "movepool": ["Bulk Up", "Close Combat", "Rage Fist", "Stone Edge", "U-turn"], "teraTypes": ["Ghost", "Fighting"] }] }, "arcanine": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Extreme Speed", "Flare Blitz", "Morning Sun", "Roar", "Wild Charge", "Will-O-Wisp"], "teraTypes": ["Fighting", "Normal"] }, { "role": "Fast Attacker", "movepool": ["Close Combat", "Extreme Speed", "Flare Blitz", "Morning Sun", "Wild Charge"], "teraTypes": ["Fighting", "Normal"] }] }, "arcaninehisui": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Extreme Speed", "Flare Blitz", "Head Smash", "Morning Sun", "Wild Charge"], "teraTypes": ["Rock"] }] }, "slowbro": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Calm Mind", "Psyshock", "Slack Off", "Surf", "Thunder Wave"], "teraTypes": ["Water", "Fairy"] }, { "role": "AV Pivot", "movepool": ["Body Press", "Fire Blast", "Future Sight", "Ice Beam", "Psychic", "Surf"], "teraTypes": ["Fighting", "Water"] }] }, "slowbrogalar": { "level": 84, "sets": [{ "role": "AV Pivot", "movepool": ["Earthquake", "Fire Blast", "Foul Play", "Psychic", "Shell Side Arm", "Surf"], "teraTypes": ["Ground", "Water", "Poison", "Dark"] }, { "role": "Wallbreaker", "movepool": ["Fire Blast", "Psyshock", "Sludge Bomb", "Trick", "Trick Room"], "teraTypes": ["Psychic", "Poison"] }] }, "muk": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Fire Punch", "Gunk Shot", "Haze", "Ice Punch", "Shadow Sneak", "Toxic", "Toxic Spikes"], "teraTypes": ["Poison", "Dark"] }] }, "mukalola": { "level": 86, "sets": [{ "role": "AV Pivot", "movepool": ["Fire Punch", "Gunk Shot", "Ice Punch", "Knock Off", "Poison Jab"], "teraTypes": ["Dark"] }] }, "cloyster": { "level": 78, "sets": [{ "role": "Tera Blast user", "movepool": ["Icicle Spear", "Rock Blast", "Shell Smash", "Tera Blast"], "teraTypes": ["Fire", "Ground"] }, { "role": "Setup Sweeper", "movepool": ["Hydro Pump", "Icicle Spear", "Rock Blast", "Shell Smash"], "teraTypes": ["Ice", "Rock"] }] }, "gengar": { "level": 80, "sets": [{ "role": "Wallbreaker", "movepool": ["Focus Blast", "Nasty Plot", "Shadow Ball", "Sludge Bomb", "Trick"], "teraTypes": ["Ghost"] }, { "role": "Fast Attacker", "movepool": ["Encore", "Focus Blast", "Shadow Ball", "Sludge Bomb", "Toxic Spikes", "Will-O-Wisp"], "teraTypes": ["Ghost"] }] }, "hypno": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Encore", "Focus Blast", "Foul Play", "Light Screen", "Psychic", "Reflect", "Thunder Wave"], "teraTypes": ["Dark", "Steel"] }] }, "electrode": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Explosion", "Foul Play", "Light Screen", "Taunt", "Thunder Wave", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric"] }] }, "electrodehisui": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Chloroblast", "Energy Ball", "Taunt", "Thunder Wave", "Thunderbolt", "Volt Switch"], "teraTypes": ["Grass"] }, { "role": "Fast Support", "movepool": ["Giga Drain", "Leech Seed", "Substitute", "Thunderbolt"], "teraTypes": ["Poison"] }] }, "scyther": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Aerial Ace", "Close Combat", "Pounce", "Swords Dance", "U-turn"], "teraTypes": ["Fighting"] }] }, "tauros": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Body Slam", "Close Combat", "Earthquake", "Rock Slide", "Zen Headbutt"], "teraTypes": ["Normal", "Fighting", "Ground"] }, { "role": "Wallbreaker", "movepool": ["Close Combat", "Double-Edge", "Earthquake", "Stone Edge"], "teraTypes": ["Normal", "Fighting", "Ground"] }] }, "taurospaldea": { "level": 84, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Raging Bull", "Stone Edge", "Substitute"], "teraTypes": ["Fighting"] }, { "role": "Wallbreaker", "movepool": ["Bulk Up", "Close Combat", "Earthquake", "Iron Head", "Stone Edge"], "teraTypes": ["Fighting"] }] }, "taurospaldeafire": { "level": 84, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Close Combat", "Raging Bull", "Substitute"], "teraTypes": ["Fire"] }, { "role": "Wallbreaker", "movepool": ["Close Combat", "Flare Blitz", "Stone Edge", "Wild Charge"], "teraTypes": ["Fighting"] }] }, "taurospaldeawater": { "level": 84, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Close Combat", "Liquidation", "Substitute"], "teraTypes": ["Water"] }, { "role": "Wallbreaker", "movepool": ["Aqua Jet", "Bulk Up", "Close Combat", "Liquidation", "Stone Edge", "Wave Crash"], "teraTypes": ["Water"] }] }, "gyarados": { "level": 80, "sets": [{ "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Earthquake", "Stone Edge", "Waterfall"], "teraTypes": ["Ground"] }, { "role": "Tera Blast user", "movepool": ["Dragon Dance", "Earthquake", "Tera Blast", "Waterfall"], "teraTypes": ["Flying"] }] }, "ditto": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Transform"], "teraTypes": ["Flying", "Dark", "Fire", "Bug", "Water", "Ice", "Fighting", "Electric", "Psychic", "Poison", "Grass", "Ghost", "Ground", "Rock", "Fairy", "Steel", "Normal", "Dragon"] }] }, "vaporeon": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Calm Mind", "Ice Beam", "Protect", "Surf", "Wish"], "teraTypes": ["Ghost", "Ground"] }] }, "jolteon": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Hyper Voice", "Shadow Ball", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Ghost"] }, { "role": "Tera Blast user", "movepool": ["Calm Mind", "Substitute", "Tera Blast", "Thunderbolt"], "teraTypes": ["Ice"] }] }, "flareon": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Facade", "Flare Blitz", "Quick Attack", "Trailblaze", "Will-O-Wisp"], "teraTypes": ["Normal"] }] }, "articuno": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Air Slash", "Freeze-Dry", "Haze", "Hurricane", "Roost", "Substitute", "U-turn"], "teraTypes": ["Flying", "Steel"] }] }, "articunogalar": { "level": 85, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Air Slash", "Calm Mind", "Freezing Glare", "Hurricane", "Recover"], "teraTypes": ["Psychic", "Steel"] }] }, "zapdos": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Discharge", "Heat Wave", "Hurricane", "Roost", "U-turn"], "teraTypes": ["Electric"] }] }, "zapdosgalar": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Brave Bird", "Bulk Up", "Close Combat", "Stomping Tantrum", "U-turn"], "teraTypes": ["Fighting"] }] }, "moltres": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Brave Bird", "Fire Blast", "Roost", "U-turn", "Will-O-Wisp"], "teraTypes": ["Fire", "Ground"] }] }, "moltresgalar": { "level": 82, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Agility", "Fiery Wrath", "Hurricane", "Nasty Plot", "Rest"], "teraTypes": ["Dark"] }] }, "dragonite": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Dragon Dance", "Earthquake", "Extreme Speed", "Fire Punch", "Outrage"], "teraTypes": ["Normal"] }, { "role": "Tera Blast user", "movepool": ["Dragon Dance", "Earthquake", "Outrage", "Tera Blast"], "teraTypes": ["Flying"] }] }, "mewtwo": { "level": 72, "sets": [{ "role": "Fast Attacker", "movepool": ["Aura Sphere", "Fire Blast", "Nasty Plot", "Psystrike", "Recover", "Shadow Ball"], "teraTypes": ["Psychic", "Fighting", "Fire", "Ghost"] }] }, "mew": { "level": 81, "sets": [{ "role": "Bulky Support", "movepool": ["Psychic", "Spikes", "Stealth Rock", "Taunt", "Thunder Wave", "Toxic Spikes", "Will-O-Wisp"], "teraTypes": ["Steel", "Fairy"] }, { "role": "Fast Attacker", "movepool": ["Brave Bird", "Close Combat", "Dragon Dance", "Flare Blitz", "Psychic Fangs", "Swords Dance", "U-turn"], "teraTypes": ["Fighting", "Fire"] }, { "role": "Setup Sweeper", "movepool": ["Aura Sphere", "Dazzling Gleam", "Earth Power", "Fire Blast", "Nasty Plot", "Psyshock", "Shadow Ball"], "teraTypes": ["Psychic", "Fighting", "Fire", "Ghost", "Ground", "Fairy"] }] }, "typhlosion": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Eruption", "Fire Blast", "Focus Blast", "Shadow Ball"], "teraTypes": ["Fire", "Ghost"] }] }, "typhlosionhisui": { "level": 86, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Calm Mind", "Flamethrower", "Shadow Ball", "Substitute", "Will-O-Wisp"], "teraTypes": ["Ghost"] }, { "role": "Fast Attacker", "movepool": ["Eruption", "Fire Blast", "Focus Blast", "Shadow Ball"], "teraTypes": ["Fire", "Ghost"] }] }, "ampharos": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Agility", "Dazzling Gleam", "Focus Blast", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Fairy"] }] }, "azumarill": { "level": 82, "sets": [{ "role": "Bulky Setup", "movepool": ["Aqua Jet", "Belly Drum", "Liquidation", "Play Rough"], "teraTypes": ["Water"] }, { "role": "Bulky Attacker", "movepool": ["Aqua Jet", "Ice Spinner", "Liquidation", "Play Rough", "Superpower"], "teraTypes": ["Water"] }] }, "sudowoodo": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earthquake", "Head Smash", "Spikes", "Stealth Rock", "Sucker Punch", "Wood Hammer"], "teraTypes": ["Rock", "Grass"] }] }, "jumpluff": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Acrobatics", "Leech Seed", "Strength Sap", "Substitute"], "teraTypes": ["Steel"] }, { "role": "Fast Support", "movepool": ["Acrobatics", "Encore", "Sleep Powder", "Strength Sap", "U-turn"], "teraTypes": ["Steel"] }] }, "sunflora": { "level": 90, "sets": [{ "role": "Wallbreaker", "movepool": ["Dazzling Gleam", "Earth Power", "Leaf Storm", "Sludge Bomb"], "teraTypes": ["Grass", "Ground", "Fairy", "Poison"] }] }, "quagsire": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Ice Beam", "Liquidation", "Recover", "Spikes", "Toxic"], "teraTypes": ["Poison", "Steel", "Ground", "Fairy"] }] }, "clodsire": { "level": 81, "sets": [{ "role": "Bulky Setup", "movepool": ["Curse", "Earthquake", "Gunk Shot", "Recover"], "teraTypes": ["Ground", "Flying"] }, { "role": "Bulky Support", "movepool": ["Earthquake", "Haze", "Poison Jab", "Recover", "Spikes", "Toxic", "Toxic Spikes"], "teraTypes": ["Ground", "Flying", "Steel"] }] }, "espeon": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Dazzling Gleam", "Morning Sun", "Psychic", "Shadow Ball", "Trick"], "teraTypes": ["Fairy", "Psychic"] }] }, "umbreon": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Foul Play", "Protect", "Thunder Wave", "Wish", "Yawn"], "teraTypes": ["Poison"] }] }, "slowking": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Chilly Reception", "Psyshock", "Slack Off", "Surf", "Thunder Wave"], "teraTypes": ["Water", "Fairy", "Dragon"] }, { "role": "Wallbreaker", "movepool": ["Fire Blast", "Hydro Pump", "Ice Beam", "Psychic", "Psyshock", "Trick", "Trick Room"], "teraTypes": ["Water", "Psychic"] }] }, "slowkinggalar": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Chilly Reception", "Fire Blast", "Psyshock", "Slack Off", "Sludge Bomb", "Thunder Wave"], "teraTypes": ["Poison", "Dark"] }, { "role": "AV Pivot", "movepool": ["Fire Blast", "Future Sight", "Ice Beam", "Psyshock", "Sludge Bomb"], "teraTypes": ["Poison", "Psychic"] }] }, "girafarig": { "level": 88, "sets": [{ "role": "Bulky Setup", "movepool": ["Dazzling Gleam", "Nasty Plot", "Psychic", "Psyshock", "Shadow Ball", "Thunderbolt"], "teraTypes": ["Psychic", "Fairy", "Electric"] }] }, "forretress": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Body Press", "Iron Head", "Rapid Spin", "Spikes", "Stealth Rock", "Volt Switch"], "teraTypes": ["Fighting", "Water"] }] }, "dunsparce": { "level": 87, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Slam", "Coil", "Earthquake", "Roost"], "teraTypes": ["Ground"] }] }, "qwilfish": { "level": 86, "sets": [{ "role": "Fast Support", "movepool": ["Destiny Bond", "Gunk Shot", "Spikes", "Taunt", "Thunder Wave", "Toxic Spikes", "Waterfall"], "teraTypes": ["Water", "Dark"] }] }, "qwilfishhisui": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Crunch", "Gunk Shot", "Spikes", "Taunt", "Toxic Spikes"], "teraTypes": ["Poison", "Flying"] }] }, "overqwil": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Crunch", "Gunk Shot", "Liquidation", "Swords Dance"], "teraTypes": ["Water"] }] }, "scizor": { "level": 83, "sets": [{ "role": "Bulky Support", "movepool": ["Bullet Punch", "Close Combat", "Defog", "U-turn"], "teraTypes": ["Steel"] }, { "role": "Setup Sweeper", "movepool": ["Bullet Punch", "Close Combat", "Pounce", "Swords Dance"], "teraTypes": ["Steel"] }] }, "heracross": { "level": 82, "sets": [{ "role": "Setup Sweeper", "movepool": ["Close Combat", "Facade", "Swords Dance", "Throat Chop"], "teraTypes": ["Normal"] }, { "role": "Fast Attacker", "movepool": ["Close Combat", "Earthquake", "Megahorn", "Stone Edge", "Throat Chop"], "teraTypes": ["Rock", "Bug", "Fighting"] }] }, "ursaring": { "level": 87, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Slam", "Crunch", "Earthquake", "Rest", "Sleep Talk"], "teraTypes": ["Ground", "Normal"] }] }, "delibird": { "level": 100, "sets": [{ "role": "Fast Attacker", "movepool": ["Brave Bird", "Drill Run", "Ice Shard", "Ice Spinner"], "teraTypes": ["Ice", "Flying", "Ground"] }, { "role": "Fast Support", "movepool": ["Freeze-Dry", "Memento", "Rapid Spin", "Spikes"], "teraTypes": ["Ghost"] }] }, "houndoom": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Fire Blast", "Flamethrower", "Nasty Plot", "Sludge Bomb", "Sucker Punch"], "teraTypes": ["Dark", "Poison"] }] }, "donphan": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Ice Spinner", "Knock Off", "Rapid Spin", "Stealth Rock"], "teraTypes": ["Dark", "Ground"] }, { "role": "Bulky Attacker", "movepool": ["Earthquake", "Gunk Shot", "Ice Shard", "Ice Spinner", "Knock Off", "Rapid Spin", "Stone Edge"], "teraTypes": ["Ice", "Poison", "Dark"] }] }, "blissey": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Seismic Toss", "Soft-Boiled", "Stealth Rock", "Thunder Wave"], "teraTypes": ["Steel", "Fairy", "Ghost", "Poison"] }] }, "tyranitar": { "level": 81, "sets": [{ "role": "Bulky Setup", "movepool": ["Crunch", "Dragon Dance", "Earthquake", "Fire Punch", "Stone Edge"], "teraTypes": ["Rock", "Ghost"] }, { "role": "Bulky Support", "movepool": ["Crunch", "Earthquake", "Fire Blast", "Ice Beam", "Stealth Rock", "Stone Edge", "Thunder Wave"], "teraTypes": ["Rock", "Poison"] }] }, "pelipper": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Hurricane", "Hydro Pump", "Ice Beam", "Knock Off", "Roost", "Surf", "U-turn"], "teraTypes": ["Water", "Ground"] }, { "role": "Wallbreaker", "movepool": ["Hurricane", "Hydro Pump", "Ice Beam", "Surf", "U-turn"], "teraTypes": ["Water", "Flying"] }] }, "gardevoir": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Focus Blast", "Healing Wish", "Moonblast", "Mystical Fire", "Psychic", "Psyshock", "Trick"], "teraTypes": ["Fairy", "Fire", "Fighting"] }] }, "masquerain": { "level": 88, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bug Buzz", "Hurricane", "Hydro Pump", "Quiver Dance"], "teraTypes": ["Water"] }, { "role": "Fast Support", "movepool": ["Bug Buzz", "Hurricane", "Hydro Pump", "Ice Beam", "Sticky Web", "Stun Spore", "U-turn"], "teraTypes": ["Ground", "Steel"] }] }, "breloom": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Bullet Seed", "Close Combat", "Mach Punch", "Rock Tomb", "Spore", "Swords Dance"], "teraTypes": ["Fighting"] }] }, "slaking": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Body Slam", "Earthquake", "Fire Punch", "Giga Impact", "Hammer Arm", "Throat Chop"], "teraTypes": ["Normal", "Ground"] }] }, "hariyama": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Bulk Up", "Bullet Punch", "Close Combat", "Facade", "Headlong Rush", "Knock Off"], "teraTypes": ["Normal"] }, { "role": "AV Pivot", "movepool": ["Bullet Punch", "Close Combat", "Headlong Rush", "Heavy Slam", "Knock Off"], "teraTypes": ["Steel"] }] }, "sableye": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Encore", "Foul Play", "Knock Off", "Recover", "Taunt", "Thunder Wave", "Will-O-Wisp"], "teraTypes": ["Steel"] }] }, "medicham": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Bullet Punch", "Close Combat", "Ice Punch", "Poison Jab", "Zen Headbutt"], "teraTypes": ["Fighting"] }] }, "swalot": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Encore", "Ice Beam", "Pain Split", "Protect", "Sludge Bomb", "Toxic", "Toxic Spikes"], "teraTypes": ["Dark"] }, { "role": "Bulky Setup", "movepool": ["Earthquake", "Gunk Shot", "Seed Bomb", "Swords Dance"], "teraTypes": ["Poison", "Ground"] }] }, "camerupt": { "level": 90, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Lava Plume", "Stealth Rock", "Yawn"], "teraTypes": ["Water"] }] }, "torkoal": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Lava Plume", "Rapid Spin", "Solar Beam", "Stealth Rock", "Yawn"], "teraTypes": ["Dragon", "Fire"] }] }, "grumpig": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Dazzling Gleam", "Earth Power", "Focus Blast", "Nasty Plot", "Psychic", "Psyshock", "Shadow Ball", "Trick"], "teraTypes": ["Psychic", "Fairy", "Ground", "Ghost", "Fighting"] }] }, "cacturne": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Focus Blast", "Leaf Storm", "Sucker Punch", "Toxic Spikes"], "teraTypes": ["Dark", "Poison", "Grass"] }, { "role": "Setup Sweeper", "movepool": ["Drain Punch", "Seed Bomb", "Sucker Punch", "Swords Dance"], "teraTypes": ["Dark", "Fighting"] }] }, "altaria": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Brave Bird", "Defog", "Earthquake", "Haze", "Roost", "Will-O-Wisp"], "teraTypes": ["Steel"] }, { "role": "Bulky Setup", "movepool": ["Brave Bird", "Dragon Dance", "Earthquake", "Roost"], "teraTypes": ["Flying", "Ground"] }] }, "zangoose": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Facade", "Night Slash", "Quick Attack", "Swords Dance"], "teraTypes": ["Normal"] }] }, "seviper": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Flamethrower", "Giga Drain", "Glare", "Gunk Shot", "Switcheroo"], "teraTypes": ["Ground", "Fire", "Poison", "Grass"] }] }, "whiscash": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Liquidation", "Spikes", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ground", "Steel"] }, { "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Earthquake", "Liquidation", "Stone Edge"], "teraTypes": ["Ground", "Water"] }] }, "banette": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Gunk Shot", "Knock Off", "Shadow Claw", "Shadow Sneak", "Swords Dance", "Thunder Wave", "Will-O-Wisp"], "teraTypes": ["Poison", "Dark"] }] }, "tropius": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Air Slash", "Leech Seed", "Protect", "Substitute"], "teraTypes": ["Steel"] }] }, "glalie": { "level": 78, "sets": [{ "role": "Fast Support", "movepool": ["Disable", "Earthquake", "Freeze-Dry", "Protect", "Substitute"], "teraTypes": ["Poison", "Steel", "Water"] }] }, "luvdisc": { "level": 100, "sets": [{ "role": "Bulky Support", "movepool": ["Charm", "Ice Beam", "Protect", "Surf", "Wish"], "teraTypes": ["Dragon", "Ghost"] }] }, "salamence": { "level": 82, "sets": [{ "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Dual Wingbeat", "Earthquake", "Outrage", "Roost"], "teraTypes": ["Flying", "Ground", "Dragon"] }] }, "kyogre": { "level": 72, "sets": [{ "role": "Bulky Attacker", "movepool": ["Calm Mind", "Ice Beam", "Origin Pulse", "Thunder", "Water Spout"], "teraTypes": ["Water"] }] }, "groudon": { "level": 74, "sets": [{ "role": "Bulky Attacker", "movepool": ["Lava Plume", "Precipice Blades", "Spikes", "Stealth Rock", "Stone Edge", "Thunder Wave"], "teraTypes": ["Fire", "Dragon", "Water", "Ghost"] }, { "role": "Bulky Setup", "movepool": ["Fire Punch", "Precipice Blades", "Stone Edge", "Swords Dance", "Thunder Wave"], "teraTypes": ["Ground", "Fire"] }] }, "rayquaza": { "level": 72, "sets": [{ "role": "Fast Attacker", "movepool": ["Dragon Ascent", "Dragon Dance", "Earthquake", "Extreme Speed", "Swords Dance", "U-turn"], "teraTypes": ["Flying", "Normal"] }] }, "staraptor": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Brave Bird", "Close Combat", "Double-Edge", "Quick Attack", "U-turn"], "teraTypes": ["Fighting", "Flying"] }] }, "kricketune": { "level": 90, "sets": [{ "role": "Fast Support", "movepool": ["Brick Break", "Pounce", "Sticky Web", "Taunt"], "teraTypes": ["Ghost"] }] }, "luxray": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Crunch", "Facade", "Play Rough", "Trailblaze", "Wild Charge"], "teraTypes": ["Normal"] }, { "role": "AV Pivot", "movepool": ["Crunch", "Ice Fang", "Play Rough", "Volt Switch", "Wild Charge"], "teraTypes": ["Electric", "Fairy"] }] }, "vespiquen": { "level": 90, "sets": [{ "role": "Bulky Support", "movepool": ["Air Slash", "Roost", "Spikes", "Toxic", "Toxic Spikes", "U-turn"], "teraTypes": ["Steel"] }] }, "pachirisu": { "level": 94, "sets": [{ "role": "AV Pivot", "movepool": ["Nuzzle", "Super Fang", "Thunderbolt", "U-turn"], "teraTypes": ["Flying"] }] }, "floatzel": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Crunch", "Ice Spinner", "Low Kick", "Wave Crash"], "teraTypes": ["Water"] }, { "role": "Tera Blast user", "movepool": ["Bulk Up", "Ice Spinner", "Liquidation", "Tera Blast"], "teraTypes": ["Electric", "Grass"] }] }, "gastrodon": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Clear Smog", "Earthquake", "Ice Beam", "Recover", "Stealth Rock", "Surf"], "teraTypes": ["Steel", "Poison"] }] }, "drifblim": { "level": 86, "sets": [{ "role": "Fast Support", "movepool": ["Air Slash", "Defog", "Shadow Ball", "Strength Sap", "Will-O-Wisp"], "teraTypes": ["Ghost", "Fairy"] }, { "role": "Fast Bulky Setup", "movepool": ["Air Slash", "Calm Mind", "Shadow Ball", "Strength Sap"], "teraTypes": ["Ghost", "Fairy"] }] }, "mismagius": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Dazzling Gleam", "Energy Ball", "Mystical Fire", "Nasty Plot", "Shadow Ball", "Thunderbolt", "Trick"], "teraTypes": ["Ghost", "Fire", "Fairy", "Electric"] }] }, "honchkrow": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Heat Wave", "Sucker Punch", "U-turn"], "teraTypes": ["Dark", "Flying"] }] }, "skuntank": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Crunch", "Fire Blast", "Gunk Shot", "Sucker Punch", "Taunt", "Toxic Spikes"], "teraTypes": ["Dark", "Poison"] }] }, "bronzong": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Hypnosis", "Iron Head", "Light Screen", "Psychic", "Reflect", "Stealth Rock"], "teraTypes": ["Water", "Electric"] }] }, "spiritomb": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Foul Play", "Pain Split", "Shadow Sneak", "Sucker Punch", "Will-O-Wisp"], "teraTypes": ["Dark"] }, { "role": "Bulky Setup", "movepool": ["Calm Mind", "Dark Pulse", "Rest", "Sleep Talk"], "teraTypes": ["Dark", "Steel"] }] }, "garchomp": { "level": 80, "sets": [{ "role": "Fast Support", "movepool": ["Draco Meteor", "Earthquake", "Fire Blast", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ground", "Steel"] }, { "role": "Fast Attacker", "movepool": ["Earthquake", "Fire Fang", "Outrage", "Stone Edge", "Swords Dance"], "teraTypes": ["Ground", "Dragon"] }] }, "lucario": { "level": 83, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Extreme Speed", "Meteor Mash", "Stone Edge", "Swords Dance"], "teraTypes": ["Normal", "Fighting", "Steel"] }, { "role": "Setup Sweeper", "movepool": ["Aura Sphere", "Dark Pulse", "Flash Cannon", "Focus Blast", "Nasty Plot", "Vacuum Wave"], "teraTypes": ["Fighting"] }] }, "hippowdon": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Slack Off", "Stealth Rock", "Stone Edge", "Whirlwind", "Yawn"], "teraTypes": ["Fairy", "Rock", "Steel"] }] }, "toxicroak": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Gunk Shot", "Ice Punch", "Sucker Punch", "Swords Dance"], "teraTypes": ["Dark", "Fighting"] }, { "role": "Setup Sweeper", "movepool": ["Dark Pulse", "Focus Blast", "Nasty Plot", "Sludge Bomb", "Vacuum Wave"], "teraTypes": ["Dark", "Fighting", "Poison"] }] }, "lumineon": { "level": 90, "sets": [{ "role": "Fast Attacker", "movepool": ["Dazzling Gleam", "Encore", "Hydro Pump", "Ice Beam", "U-turn"], "teraTypes": ["Water", "Fairy"] }] }, "abomasnow": { "level": 87, "sets": [{ "role": "Bulky Support", "movepool": ["Aurora Veil", "Blizzard", "Earthquake", "Ice Shard", "Wood Hammer"], "teraTypes": ["Ice"] }] }, "weavile": { "level": 83, "sets": [{ "role": "Fast Attacker", "movepool": ["Ice Shard", "Ice Spinner", "Low Kick", "Night Slash", "Swords Dance"], "teraTypes": ["Ice", "Fighting"] }] }, "sneasler": { "level": 78, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Dire Claw", "Gunk Shot", "Night Slash", "U-turn"], "teraTypes": ["Dark", "Fighting"] }, { "role": "Setup Sweeper", "movepool": ["Acrobatics", "Close Combat", "Gunk Shot", "Swords Dance"], "teraTypes": ["Flying"] }] }, "magnezone": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Flash Cannon", "Mirror Coat", "Steel Beam", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Water", "Flying"] }, { "role": "Tera Blast user", "movepool": ["Flash Cannon", "Tera Blast", "Thunderbolt", "Volt Switch"], "teraTypes": ["Fire"] }] }, "leafeon": { "level": 86, "sets": [{ "role": "Setup Sweeper", "movepool": ["Double-Edge", "Leaf Blade", "Substitute", "Swords Dance", "Synthesis", "X-Scissor"], "teraTypes": ["Normal"] }] }, "glaceon": { "level": 89, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Freeze-Dry", "Protect", "Wish"], "teraTypes": ["Water"] }] }, "gallade": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Leaf Blade", "Night Slash", "Psycho Cut", "Sacred Sword", "Swords Dance"], "teraTypes": ["Fighting", "Grass", "Dark"] }] }, "froslass": { "level": 86, "sets": [{ "role": "Fast Support", "movepool": ["Destiny Bond", "Ice Beam", "Shadow Ball", "Spikes", "Taunt", "Will-O-Wisp"], "teraTypes": ["Ghost"] }] }, "rotom": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Nasty Plot", "Shadow Ball", "Thunderbolt", "Trick", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Ghost", "Electric"] }] }, "rotomwash": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Discharge", "Hydro Pump", "Nasty Plot", "Trick", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Water", "Electric"] }] }, "rotomheat": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Nasty Plot", "Overheat", "Thunderbolt", "Trick", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Fire", "Electric"] }] }, "rotomfrost": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Blizzard", "Nasty Plot", "Thunderbolt", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Electric"] }] }, "rotomfan": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Air Slash", "Nasty Plot", "Thunderbolt", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Electric"] }] }, "rotommow": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Leaf Storm", "Nasty Plot", "Thunderbolt", "Trick", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Grass", "Electric"] }] }, "uxie": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Encore", "Light Screen", "Psychic", "Reflect", "Stealth Rock", "Thunder Wave", "U-turn", "Yawn"], "teraTypes": ["Steel", "Electric"] }] }, "mesprit": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Dazzling Gleam", "Energy Ball", "Healing Wish", "Ice Beam", "Nasty Plot", "Psychic", "Thunderbolt", "Trick", "U-turn"], "teraTypes": ["Psychic", "Fairy", "Electric"] }] }, "azelf": { "level": 82, "sets": [{ "role": "Fast Support", "movepool": ["Explosion", "Fire Blast", "Psychic", "Stealth Rock", "Taunt", "U-turn"], "teraTypes": ["Psychic", "Fire"] }, { "role": "Fast Attacker", "movepool": ["Dazzling Gleam", "Energy Ball", "Fire Blast", "Nasty Plot", "Psychic", "Psyshock", "Trick", "U-turn"], "teraTypes": ["Psychic", "Fairy", "Fire"] }] }, "dialga": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Flash Cannon", "Stealth Rock", "Thunder Wave", "Thunderbolt", "Trick"], "teraTypes": ["Dragon", "Steel", "Fire"] }] }, "dialgaorigin": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Flash Cannon", "Stealth Rock", "Thunder Wave"], "teraTypes": ["Dragon", "Steel", "Fire"] }] }, "palkia": { "level": 76, "sets": [{ "role": "Fast Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Hydro Pump", "Spacial Rend"], "teraTypes": ["Dragon", "Water"] }, { "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Hydro Pump", "Spacial Rend", "Thunder Wave"], "teraTypes": ["Dragon", "Water"] }] }, "palkiaorigin": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Hydro Pump", "Spacial Rend", "Thunder Wave"], "teraTypes": ["Dragon", "Water"] }] }, "heatran": { "level": 80, "sets": [{ "role": "Bulky Support", "movepool": ["Earth Power", "Flash Cannon", "Lava Plume", "Magma Storm", "Stealth Rock"], "teraTypes": ["Flying", "Grass", "Steel"] }] }, "giratina": { "level": 76, "sets": [{ "role": "Bulky Support", "movepool": ["Dragon Tail", "Rest", "Shadow Ball", "Sleep Talk", "Will-O-Wisp"], "teraTypes": ["Ghost"] }, { "role": "Bulky Setup", "movepool": ["Calm Mind", "Dragon Pulse", "Rest", "Sleep Talk"], "teraTypes": ["Dragon"] }] }, "giratinaorigin": { "level": 76, "sets": [{ "role": "Bulky Support", "movepool": ["Defog", "Draco Meteor", "Dragon Tail", "Earthquake", "Outrage", "Shadow Ball", "Shadow Sneak", "Will-O-Wisp"], "teraTypes": ["Dragon", "Ghost"] }] }, "cresselia": { "level": 82, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Moonblast", "Moonlight", "Psychic", "Psyshock", "Thunderbolt"], "teraTypes": ["Fairy", "Electric", "Poison", "Steel"] }] }, "arceus": { "level": 70, "sets": [{ "role": "Setup Sweeper", "movepool": ["Earthquake", "Extreme Speed", "Recover", "Shadow Claw", "Swords Dance"], "teraTypes": ["Normal"] }] }, "arceusbug": { "level": 72, "sets": [{ "role": "Setup Sweeper", "movepool": ["Calm Mind", "Earth Power", "Fire Blast", "Judgment", "Recover"], "teraTypes": ["Ground"] }] }, "arceusdark": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Fire Blast", "Judgment", "Recover", "Sludge Bomb"], "teraTypes": ["Dark"] }] }, "arceusdragon": { "level": 70, "sets": [{ "role": "Setup Sweeper", "movepool": ["Earthquake", "Extreme Speed", "Gunk Shot", "Outrage", "Swords Dance"], "teraTypes": ["Dragon"] }] }, "arceuselectric": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Ice Beam", "Judgment", "Recover"], "teraTypes": ["Electric", "Ice"] }] }, "arceusfairy": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Fire Blast", "Judgment", "Recover"], "teraTypes": ["Fairy"] }] }, "arceusfighting": { "level": 68, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Cosmic Power", "Recover", "Stored Power"], "teraTypes": ["Steel"] }] }, "arceusfire": { "level": 72, "sets": [{ "role": "Setup Sweeper", "movepool": ["Earthquake", "Extreme Speed", "Flare Blitz", "Liquidation", "Recover", "Swords Dance"], "teraTypes": ["Fire"] }] }, "arceusflying": { "level": 72, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Fire Blast", "Judgment", "Recover"], "teraTypes": ["Flying", "Ground"] }] }, "arceusghost": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Focus Blast", "Judgment", "Recover"], "teraTypes": ["Fighting"] }] }, "arceusgrass": { "level": 72, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Fire Blast", "Judgment", "Recover"], "teraTypes": ["Grass"] }] }, "arceusground": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Fire Blast", "Ice Beam", "Judgment", "Recover"], "teraTypes": ["Ground"] }] }, "arceusice": { "level": 72, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Judgment", "Recover", "Thunderbolt"], "teraTypes": ["Electric", "Ice"] }] }, "arceuspoison": { "level": 72, "sets": [{ "role": "Setup Sweeper", "movepool": ["Earthquake", "Flare Blitz", "Gunk Shot", "Liquidation", "Recover", "Swords Dance"], "teraTypes": ["Poison"] }] }, "arceuspsychic": { "level": 68, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Cosmic Power", "Recover", "Stored Power"], "teraTypes": ["Steel"] }] }, "arceusrock": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Fire Blast", "Ice Beam", "Judgment", "Recover"], "teraTypes": ["Ground", "Rock"] }] }, "arceussteel": { "level": 70, "sets": [{ "role": "Setup Sweeper", "movepool": ["Calm Mind", "Earth Power", "Judgment", "Recover", "Will-O-Wisp"], "teraTypes": ["Ghost"] }] }, "arceuswater": { "level": 70, "sets": [{ "role": "Bulky Support", "movepool": ["Judgment", "Recover", "Taunt", "Will-O-Wisp"], "teraTypes": ["Steel"] }] }, "samurott": { "level": 88, "sets": [{ "role": "AV Pivot", "movepool": ["Aqua Jet", "Grass Knot", "Hydro Pump", "Ice Beam", "Knock Off", "Megahorn", "Sacred Sword"], "teraTypes": ["Water", "Dark"] }, { "role": "Fast Attacker", "movepool": ["Aqua Jet", "Knock Off", "Liquidation", "Megahorn", "Sacred Sword", "Swords Dance"], "teraTypes": ["Water", "Dark"] }] }, "samurotthisui": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Ceaseless Edge", "Razor Shell", "Sucker Punch", "Swords Dance", "X-Scissor"], "teraTypes": ["Water", "Dark"] }] }, "lilligant": { "level": 86, "sets": [{ "role": "Tera Blast user", "movepool": ["Giga Drain", "Pollen Puff", "Quiver Dance", "Sleep Powder", "Tera Blast"], "teraTypes": ["Fire"] }, { "role": "Setup Sweeper", "movepool": ["Petal Dance", "Pollen Puff", "Quiver Dance", "Sleep Powder"], "teraTypes": ["Grass"] }] }, "lilliganthisui": { "level": 80, "sets": [{ "role": "Setup Sweeper", "movepool": ["Close Combat", "Ice Spinner", "Leaf Blade", "Sleep Powder", "Victory Dance"], "teraTypes": ["Fighting"] }, { "role": "Fast Support", "movepool": ["Close Combat", "Defog", "Ice Spinner", "Leaf Blade", "Sleep Powder"], "teraTypes": ["Fighting"] }] }, "basculin": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Aqua Jet", "Crunch", "Head Smash", "Psychic Fangs", "Wave Crash"], "teraTypes": ["Water"] }] }, "basculinbluestriped": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Aqua Jet", "Crunch", "Head Smash", "Psychic Fangs", "Wave Crash"], "teraTypes": ["Water"] }] }, "basculegion": { "level": 74, "sets": [{ "role": "Fast Attacker", "movepool": ["Agility", "Last Respects", "Psychic Fangs", "Wave Crash"], "teraTypes": ["Ghost"] }] }, "basculegionf": { "level": 74, "sets": [{ "role": "Wallbreaker", "movepool": ["Agility", "Hydro Pump", "Ice Beam", "Last Respects"], "teraTypes": ["Ghost"] }] }, "krookodile": { "level": 83, "sets": [{ "role": "Fast Attacker", "movepool": ["Bulk Up", "Crunch", "Earthquake", "Gunk Shot", "Stealth Rock", "Stone Edge"], "teraTypes": ["Poison", "Ground"] }] }, "zoroark": { "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Flamethrower", "Focus Blast", "Nasty Plot", "Sludge Bomb", "Trick", "U-turn"], "teraTypes": ["Poison"] }] }, "zoroarkhisui": { "sets": [{ "role": "Wallbreaker", "movepool": ["Bitter Malice", "Flamethrower", "Focus Blast", "Hyper Voice", "Nasty Plot", "Shadow Ball", "Trick", "U-turn"], "teraTypes": ["Normal"] }] }, "gothitelle": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Nasty Plot", "Psychic", "Shadow Ball", "Thunderbolt", "Trick"], "teraTypes": ["Psychic", "Ghost", "Electric"] }] }, "sawsbuck": { "level": 88, "sets": [{ "role": "Setup Sweeper", "movepool": ["Double-Edge", "Headbutt", "Horn Leech", "Stomping Tantrum", "Swords Dance"], "teraTypes": ["Normal"] }] }, "amoonguss": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Clear Smog", "Giga Drain", "Sludge Bomb", "Spore", "Toxic"], "teraTypes": ["Steel", "Water"] }] }, "alomomola": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Body Slam", "Liquidation", "Mirror Coat", "Protect", "Wish"], "teraTypes": ["Steel"] }] }, "eelektross": { "level": 86, "sets": [{ "role": "Bulky Setup", "movepool": ["Coil", "Drain Punch", "Fire Punch", "Liquidation", "Wild Charge"], "teraTypes": ["Electric", "Fighting"] }, { "role": "AV Pivot", "movepool": ["Close Combat", "Flamethrower", "Giga Drain", "Thunderbolt", "U-turn"], "teraTypes": ["Electric"] }] }, "haxorus": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Dragon Dance", "Earthquake", "Outrage", "Poison Jab"], "teraTypes": ["Fighting", "Ground"] }] }, "beartic": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Aqua Jet", "Close Combat", "Earthquake", "Icicle Crash", "Snowscape", "Swords Dance"], "teraTypes": ["Fighting", "Ice", "Ground"] }] }, "cryogonal": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Flash Cannon", "Freeze-Dry", "Haze", "Rapid Spin", "Recover"], "teraTypes": ["Steel"] }] }, "braviary": { "level": 86, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Brave Bird", "Bulk Up", "Close Combat", "Roost"], "teraTypes": ["Flying", "Fighting"] }] }, "braviaryhisui": { "level": 81, "sets": [{ "role": "Fast Support", "movepool": ["Calm Mind", "Defog", "Heat Wave", "Hurricane", "Psychic"], "teraTypes": ["Psychic", "Flying"] }, { "role": "Wallbreaker", "movepool": ["Calm Mind", "Esper Wing", "Heat Wave", "Hurricane", "U-turn"], "teraTypes": ["Psychic", "Flying"] }] }, "hydreigon": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Draco Meteor", "Fire Blast", "Flash Cannon", "Nasty Plot", "U-turn"], "teraTypes": ["Dark", "Dragon", "Fire", "Steel"] }] }, "volcarona": { "level": 80, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bug Buzz", "Fiery Dance", "Fire Blast", "Giga Drain", "Morning Sun", "Quiver Dance"], "teraTypes": ["Fire", "Grass", "Water"] }] }, "tornadus": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Bleakwind Storm", "Focus Blast", "Grass Knot", "Heat Wave", "Nasty Plot", "U-turn"], "teraTypes": ["Flying", "Fire"] }] }, "tornadustherian": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Bleakwind Storm", "Focus Blast", "Grass Knot", "Heat Wave", "Nasty Plot", "U-turn"], "teraTypes": ["Flying", "Fire"] }] }, "thundurus": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Grass Knot", "Nasty Plot", "Sludge Bomb", "Taunt", "Thunder Wave", "Thunderbolt", "U-turn"], "teraTypes": ["Electric", "Grass"] }, { "role": "Tera Blast user", "movepool": ["Focus Blast", "Nasty Plot", "Tera Blast", "Thunderbolt"], "teraTypes": ["Flying"] }] }, "thundurustherian": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Grass Knot", "Nasty Plot", "Psychic", "Sludge Bomb", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Psychic", "Poison"] }, { "role": "Tera Blast user", "movepool": ["Focus Blast", "Nasty Plot", "Tera Blast", "Thunderbolt"], "teraTypes": ["Flying"] }] }, "landorus": { "level": 76, "sets": [{ "role": "Fast Attacker", "movepool": ["Earth Power", "Focus Blast", "Nasty Plot", "Psychic", "Rock Slide", "Sludge Bomb", "Stealth Rock"], "teraTypes": ["Ground", "Psychic", "Poison"] }] }, "landorustherian": { "level": 78, "sets": [{ "role": "Fast Support", "movepool": ["Earthquake", "Stealth Rock", "Stone Edge", "Taunt", "U-turn"], "teraTypes": ["Ground"] }, { "role": "Tera Blast user", "movepool": ["Earthquake", "Stone Edge", "Swords Dance", "Tera Blast"], "teraTypes": ["Flying"] }] }, "meloetta": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Focus Blast", "Hyper Voice", "Psyshock", "U-turn"], "teraTypes": ["Normal", "Psychic", "Fighting"] }] }, "chesnaught": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Body Press", "Leech Seed", "Spikes", "Spiky Shield", "Synthesis", "Wood Hammer"], "teraTypes": ["Steel", "Water"] }, { "role": "Bulky Setup", "movepool": ["Body Press", "Iron Defense", "Synthesis", "Trailblaze"], "teraTypes": ["Steel"] }] }, "delphox": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Fire Blast", "Grass Knot", "Nasty Plot", "Psyshock", "Switcheroo"], "teraTypes": ["Fire", "Psychic"] }] }, "greninja": { "level": 81, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Grass Knot", "Gunk Shot", "Hydro Pump", "Ice Beam", "Toxic Spikes", "U-turn"], "teraTypes": ["Water", "Dark", "Poison"] }] }, "talonflame": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Brave Bird", "Defog", "Overheat", "Roost", "Taunt", "U-turn", "Will-O-Wisp"], "teraTypes": ["Water", "Ground"] }, { "role": "Tera Blast user", "movepool": ["Brave Bird", "Flare Blitz", "Swords Dance", "Tera Blast"], "teraTypes": ["Ground"] }] }, "vivillon": { "level": 86, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bug Buzz", "Energy Ball", "Hurricane", "Quiver Dance", "Sleep Powder", "Substitute"], "teraTypes": ["Flying"] }, { "role": "Tera Blast user", "movepool": ["Hurricane", "Quiver Dance", "Sleep Powder", "Substitute", "Tera Blast"], "teraTypes": ["Ground"] }] }, "pyroar": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Fire Blast", "Hyper Voice", "Will-O-Wisp", "Work Up"], "teraTypes": ["Fire"] }] }, "florges": { "level": 85, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Moonblast", "Protect", "Wish"], "teraTypes": ["Fairy", "Steel"] }] }, "gogoat": { "level": 87, "sets": [{ "role": "Bulky Setup", "movepool": ["Bulk Up", "Earthquake", "Horn Leech", "Milk Drink"], "teraTypes": ["Ground"] }] }, "dragalge": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Focus Blast", "Sludge Bomb", "Thunderbolt", "Toxic", "Toxic Spikes"], "teraTypes": ["Dragon", "Poison"] }] }, "clawitzer": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Aura Sphere", "Dark Pulse", "Dragon Pulse", "U-turn", "Water Pulse"], "teraTypes": ["Dark", "Dragon", "Fighting"] }] }, "sylveon": { "level": 82, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Hyper Voice", "Protect", "Wish"], "teraTypes": ["Fairy", "Steel"] }, { "role": "Tera Blast user", "movepool": ["Calm Mind", "Hyper Voice", "Tera Blast", "Trailblaze"], "teraTypes": ["Ground"] }] }, "hawlucha": { "level": 82, "sets": [{ "role": "Setup Sweeper", "movepool": ["Acrobatics", "Brave Bird", "Close Combat", "Stone Edge", "Swords Dance"], "teraTypes": ["Fighting", "Flying"] }] }, "dedenne": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Dazzling Gleam", "Nuzzle", "Super Fang", "Thunderbolt", "U-turn"], "teraTypes": ["Electric"] }] }, "carbink": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Moonblast", "Power Gem", "Spikes", "Stealth Rock"], "teraTypes": ["Fighting"] }, { "role": "Bulky Support", "movepool": ["Body Press", "Light Screen", "Moonblast", "Reflect", "Stealth Rock"], "teraTypes": ["Fighting"] }] }, "goodra": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Earthquake", "Fire Blast", "Power Whip", "Sludge Bomb", "Thunderbolt"], "teraTypes": ["Dragon", "Ground", "Fire", "Grass", "Poison", "Electric"] }] }, "goodrahisui": { "level": 85, "sets": [{ "role": "AV Pivot", "movepool": ["Draco Meteor", "Dragon Tail", "Earthquake", "Fire Blast", "Heavy Slam", "Hydro Pump", "Thunderbolt"], "teraTypes": ["Dragon", "Ground", "Fire", "Steel", "Water", "Electric"] }, { "role": "Bulky Setup", "movepool": ["Body Press", "Curse", "Heavy Slam", "Rest"], "teraTypes": ["Fighting"] }] }, "klefki": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Foul Play", "Magnet Rise", "Play Rough", "Spikes", "Thunder Wave"], "teraTypes": ["Water"] }] }, "avalugg": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Avalanche", "Body Press", "Curse", "Rapid Spin", "Recover"], "teraTypes": ["Fighting"] }] }, "avalugghisui": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Avalanche", "Body Press", "Curse", "Recover", "Stone Edge"], "teraTypes": ["Poison", "Flying"] }] }, "noivern": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Boomburst", "Draco Meteor", "Flamethrower", "Hurricane", "Roost", "U-turn"], "teraTypes": ["Normal"] }, { "role": "Fast Support", "movepool": ["Defog", "Draco Meteor", "Flamethrower", "Hurricane", "Roost", "U-turn"], "teraTypes": ["Fire"] }] }, "diancie": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Diamond Storm", "Earth Power", "Moonblast", "Stealth Rock"], "teraTypes": ["Fighting"] }] }, "hoopa": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Nasty Plot", "Psyshock", "Shadow Ball", "Substitute", "Trick"], "teraTypes": ["Psychic", "Ghost", "Fighting"] }] }, "hoopaunbound": { "level": 80, "sets": [{ "role": "Wallbreaker", "movepool": ["Drain Punch", "Gunk Shot", "Hyperspace Fury", "Trick", "Zen Headbutt"], "teraTypes": ["Dark", "Fighting", "Poison"] }, { "role": "Fast Attacker", "movepool": ["Dark Pulse", "Focus Blast", "Nasty Plot", "Psyshock", "Trick"], "teraTypes": ["Dark", "Fighting", "Psychic"] }, { "role": "AV Pivot", "movepool": ["Focus Blast", "Gunk Shot", "Hyperspace Fury", "Psychic"], "teraTypes": ["Dark", "Fighting", "Psychic", "Poison"] }] }, "volcanion": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earth Power", "Flame Charge", "Flamethrower", "Sludge Bomb", "Steam Eruption"], "teraTypes": ["Water", "Fire"] }] }, "decidueye": { "level": 86, "sets": [{ "role": "Fast Support", "movepool": ["Defog", "Knock Off", "Leaf Storm", "Roost", "Spirit Shackle", "U-turn"], "teraTypes": ["Dark", "Ghost", "Grass"] }, { "role": "Setup Sweeper", "movepool": ["Leaf Blade", "Shadow Sneak", "Spirit Shackle", "Swords Dance"], "teraTypes": ["Ghost"] }] }, "decidueyehisui": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Defog", "Leaf Blade", "Sucker Punch", "Swords Dance", "Synthesis", "Triple Arrows", "U-turn"], "teraTypes": ["Fighting", "Steel"] }] }, "gumshoos": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Body Slam", "Crunch", "Earthquake", "Psychic Fangs", "U-turn"], "teraTypes": ["Ground"] }] }, "crabominable": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Close Combat", "Drain Punch", "Earthquake", "Gunk Shot", "Ice Hammer"], "teraTypes": ["Fighting", "Ground"] }] }, "oricorio": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Hurricane", "Quiver Dance", "Revelation Dance", "Roost", "Substitute"], "teraTypes": ["Ground"] }, { "role": "Fast Support", "movepool": ["Defog", "Hurricane", "Revelation Dance", "Roost"], "teraTypes": ["Ground"] }] }, "oricoriopompom": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Hurricane", "Quiver Dance", "Revelation Dance", "Roost", "Substitute"], "teraTypes": ["Electric", "Ground"] }, { "role": "Fast Support", "movepool": ["Defog", "Hurricane", "Revelation Dance", "Roost"], "teraTypes": ["Electric"] }] }, "oricoriopau": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Hurricane", "Quiver Dance", "Revelation Dance", "Roost", "Substitute"], "teraTypes": ["Ground"] }, { "role": "Fast Support", "movepool": ["Defog", "Hurricane", "Revelation Dance", "Roost"], "teraTypes": ["Ground"] }] }, "oricoriosensu": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Hurricane", "Quiver Dance", "Revelation Dance", "Roost", "Substitute"], "teraTypes": ["Ghost", "Fighting"] }, { "role": "Fast Support", "movepool": ["Defog", "Hurricane", "Revelation Dance", "Roost"], "teraTypes": ["Ghost"] }] }, "lycanroc": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Accelerock", "Close Combat", "Crunch", "Drill Run", "Psychic Fangs", "Stealth Rock", "Stone Edge", "Swords Dance", "Taunt"], "teraTypes": ["Fighting"] }] }, "lycanrocmidnight": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Psychic Fangs", "Stealth Rock", "Stone Edge", "Swords Dance"], "teraTypes": ["Rock", "Fighting"] }] }, "lycanrocdusk": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Accelerock", "Close Combat", "Crunch", "Drill Run", "Psychic Fangs", "Stone Edge", "Swords Dance"], "teraTypes": ["Fighting"] }] }, "toxapex": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Haze", "Liquidation", "Recover", "Toxic", "Toxic Spikes"], "teraTypes": ["Steel", "Flying", "Grass", "Fairy"] }] }, "mudsdale": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Earthquake", "Heavy Slam", "Stealth Rock", "Stone Edge"], "teraTypes": ["Fighting"] }] }, "lurantis": { "level": 89, "sets": [{ "role": "Bulky Attacker", "movepool": ["Defog", "Leaf Storm", "Pollen Puff", "Synthesis"], "teraTypes": ["Steel", "Water"] }] }, "salazzle": { "level": 82, "sets": [{ "role": "Fast Support", "movepool": ["Flamethrower", "Protect", "Substitute", "Toxic"], "teraTypes": ["Water", "Flying"] }] }, "tsareena": { "level": 84, "sets": [{ "role": "Fast Support", "movepool": ["High Jump Kick", "Play Rough", "Power Whip", "Rapid Spin", "Synthesis", "U-turn"], "teraTypes": ["Fighting", "Grass"] }] }, "oranguru": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Focus Blast", "Nasty Plot", "Psychic", "Psyshock", "Thunderbolt"], "teraTypes": ["Psychic", "Electric", "Fighting"] }, { "role": "Wallbreaker", "movepool": ["Focus Blast", "Hyper Voice", "Psyshock", "Thunderbolt", "Trick", "Trick Room"], "teraTypes": ["Psychic", "Electric", "Fighting"] }] }, "passimian": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Gunk Shot", "Knock Off", "Rock Slide", "U-turn"], "teraTypes": ["Dark"] }] }, "palossand": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Earth Power", "Hypnosis", "Shadow Ball", "Shore Up", "Stealth Rock"], "teraTypes": ["Water"] }] }, "komala": { "level": 89, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Slam", "Earthquake", "Gunk Shot", "Play Rough", "Rapid Spin", "Sucker Punch", "Superpower", "U-turn", "Wood Hammer"], "teraTypes": ["Normal", "Ground", "Poison", "Fairy", "Fighting", "Grass"] }] }, "mimikyu": { "level": 85, "sets": [{ "role": "Setup Sweeper", "movepool": ["Drain Punch", "Play Rough", "Shadow Claw", "Shadow Sneak", "Swords Dance", "Wood Hammer"], "teraTypes": ["Fighting", "Grass", "Fairy", "Ghost"] }] }, "bruxish": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Crunch", "Ice Fang", "Psychic Fangs", "Swords Dance", "Wave Crash"], "teraTypes": ["Dark", "Psychic"] }] }, "magearna": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Aura Sphere", "Flash Cannon", "Fleur Cannon", "Ice Beam", "Spikes", "Volt Switch"], "teraTypes": ["Fairy", "Steel", "Fighting", "Water"] }, { "role": "Bulky Setup", "movepool": ["Agility", "Calm Mind", "Flash Cannon", "Fleur Cannon"], "teraTypes": ["Steel"] }] }, "rillaboom": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Acrobatics", "Knock Off", "Stomping Tantrum", "Swords Dance", "Wood Hammer"], "teraTypes": ["Flying", "Grass"] }, { "role": "Fast Attacker", "movepool": ["Knock Off", "Stomping Tantrum", "U-turn", "Wood Hammer"], "teraTypes": ["Grass"] }] }, "cinderace": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Court Change", "Gunk Shot", "High Jump Kick", "Pyro Ball", "Sucker Punch", "U-turn"], "teraTypes": ["Fire", "Fighting", "Poison"] }] }, "inteleon": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Air Slash", "Dark Pulse", "Hydro Pump", "Ice Beam", "Surf", "U-turn"], "teraTypes": ["Water"] }, { "role": "Tera Blast user", "movepool": ["Hydro Pump", "Ice Beam", "Tera Blast", "U-turn"], "teraTypes": ["Electric"] }] }, "greedent": { "level": 88, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Slam", "Crunch", "Earthquake", "Fire Fang", "Psychic Fangs", "Swords Dance"], "teraTypes": ["Ground", "Psychic"] }] }, "corviknight": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Brave Bird", "Bulk Up", "Defog", "Roost"], "teraTypes": ["Fighting"] }] }, "drednaw": { "level": 80, "sets": [{ "role": "Setup Sweeper", "movepool": ["Crunch", "Earthquake", "Liquidation", "Shell Smash", "Stone Edge"], "teraTypes": ["Water", "Rock", "Ground", "Dark"] }] }, "coalossal": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Overheat", "Rapid Spin", "Spikes", "Stealth Rock", "Stone Edge", "Will-O-Wisp"], "teraTypes": ["Water"] }] }, "flapple": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Dragon Dance", "Grav Apple", "Outrage", "Sucker Punch", "U-turn"], "teraTypes": ["Dragon", "Grass"] }] }, "appletun": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Apple Acid", "Draco Meteor", "Dragon Pulse", "Leech Seed", "Recover"], "teraTypes": ["Grass", "Steel"] }] }, "sandaconda": { "level": 86, "sets": [{ "role": "Bulky Setup", "movepool": ["Coil", "Earthquake", "Glare", "Rest", "Stone Edge"], "teraTypes": ["Ground"] }, { "role": "Bulky Support", "movepool": ["Earthquake", "Glare", "Rest", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ground"] }] }, "barraskewda": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Close Combat", "Crunch", "Liquidation", "Poison Jab", "Psychic Fangs"], "teraTypes": ["Fighting"] }] }, "toxtricity": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Boomburst", "Overdrive", "Shift Gear", "Sludge Bomb", "Volt Switch"], "teraTypes": ["Normal"] }] }, "toxtricitylowkey": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Boomburst", "Overdrive", "Sludge Bomb", "Toxic Spikes", "Volt Switch"], "teraTypes": ["Normal"] }] }, "polteageist": { "level": 80, "sets": [{ "role": "Tera Blast user", "movepool": ["Giga Drain", "Shadow Ball", "Shell Smash", "Stored Power", "Strength Sap", "Tera Blast"], "teraTypes": ["Fighting"] }, { "role": "Setup Sweeper", "movepool": ["Giga Drain", "Shadow Ball", "Shell Smash", "Stored Power", "Strength Sap"], "teraTypes": ["Psychic"] }] }, "hatterene": { "level": 84, "sets": [{ "role": "Wallbreaker", "movepool": ["Dazzling Gleam", "Mystical Fire", "Psychic", "Psyshock", "Trick", "Trick Room"], "teraTypes": ["Psychic", "Fairy", "Fire"] }] }, "grimmsnarl": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Light Screen", "Parting Shot", "Reflect", "Spirit Break", "Thunder Wave"], "teraTypes": ["Fairy"] }, { "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Crunch", "Rest", "Spirit Break", "Sucker Punch", "Thunder Wave"], "teraTypes": ["Dark"] }, { "role": "Bulky Attacker", "movepool": ["Parting Shot", "Spirit Break", "Sucker Punch", "Taunt", "Thunder Wave"], "teraTypes": ["Fairy"] }] }, "perrserker": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Close Combat", "Crunch", "Iron Head", "Stealth Rock", "U-turn"], "teraTypes": ["Steel", "Fighting"] }] }, "falinks": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Megahorn", "No Retreat", "Poison Jab", "Rock Slide"], "teraTypes": ["Fighting"] }] }, "pincurchin": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Discharge", "Liquidation", "Spikes", "Sucker Punch", "Toxic Spikes"], "teraTypes": ["Electric", "Water"] }] }, "frosmoth": { "level": 85, "sets": [{ "role": "Tera Blast user", "movepool": ["Bug Buzz", "Giga Drain", "Hurricane", "Ice Beam", "Quiver Dance", "Tera Blast"], "teraTypes": ["Ground"] }, { "role": "Setup Sweeper", "movepool": ["Bug Buzz", "Giga Drain", "Hurricane", "Ice Beam", "Quiver Dance"], "teraTypes": ["Water"] }] }, "stonjourner": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Heavy Slam", "Rock Polish", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ground"] }] }, "eiscue": { "level": 85, "sets": [{ "role": "Setup Sweeper", "movepool": ["Belly Drum", "Ice Spinner", "Iron Head", "Liquidation", "Substitute", "Zen Headbutt"], "teraTypes": ["Water"] }, { "role": "Tera Blast user", "movepool": ["Belly Drum", "Ice Spinner", "Liquidation", "Substitute", "Tera Blast"], "teraTypes": ["Ground"] }] }, "indeedee": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Dazzling Gleam", "Healing Wish", "Hyper Voice", "Psychic", "Psyshock", "Shadow Ball"], "teraTypes": ["Psychic"] }] }, "indeedeef": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Dazzling Gleam", "Healing Wish", "Hyper Voice", "Psychic", "Psyshock", "Shadow Ball"], "teraTypes": ["Psychic"] }] }, "copperajah": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Earthquake", "Iron Head", "Play Rough", "Rock Slide", "Stealth Rock", "Superpower"], "teraTypes": ["Steel", "Fairy"] }] }, "dragapult": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Shadow Ball", "Thunderbolt", "U-turn"], "teraTypes": ["Ghost", "Dragon"] }, { "role": "Tera Blast user", "movepool": ["Dragon Dance", "Dragon Darts", "Fire Blast", "Tera Blast"], "teraTypes": ["Ghost"] }] }, "zacian": { "level": 71, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Crunch", "Play Rough", "Psychic Fangs", "Swords Dance", "Wild Charge"], "teraTypes": ["Fighting"] }] }, "zaciancrowned": { "level": 69, "sets": [{ "role": "Setup Sweeper", "movepool": ["Behemoth Blade", "Close Combat", "Play Rough", "Swords Dance"], "teraTypes": ["Fighting"] }] }, "zamazenta": { "level": 72, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Crunch", "Iron Head", "Psychic Fangs", "Stone Edge", "Wild Charge"], "teraTypes": ["Fighting", "Dark"] }, { "role": "Bulky Setup", "movepool": ["Body Press", "Crunch", "Iron Defense", "Iron Head", "Rest", "Stone Edge"], "teraTypes": ["Fighting"] }] }, "zamazentacrowned": { "level": 72, "sets": [{ "role": "Bulky Setup", "movepool": ["Behemoth Bash", "Body Press", "Crunch", "Iron Defense", "Psychic Fangs", "Stone Edge"], "teraTypes": ["Fighting"] }] }, "eternatus": { "level": 72, "sets": [{ "role": "Bulky Attacker", "movepool": ["Dynamax Cannon", "Fire Blast", "Recover", "Sludge Bomb"], "teraTypes": ["Dragon"] }, { "role": "Bulky Support", "movepool": ["Dynamax Cannon", "Flamethrower", "Recover", "Toxic", "Toxic Spikes"], "teraTypes": ["Dragon"] }] }, "urshifu": { "level": 77, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Poison Jab", "Sucker Punch", "Swords Dance", "U-turn", "Wicked Blow"], "teraTypes": ["Dark", "Fighting"] }] }, "urshifurapidstrike": { "level": 79, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Close Combat", "Ice Spinner", "Surging Strikes", "Swords Dance", "U-turn"], "teraTypes": ["Water"] }] }, "zarude": { "level": 82, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Close Combat", "Crunch", "Power Whip", "Swords Dance", "Synthesis"], "teraTypes": ["Dark", "Grass", "Fighting"] }, { "role": "Fast Attacker", "movepool": ["Close Combat", "Crunch", "Power Whip", "U-turn"], "teraTypes": ["Dark", "Grass", "Fighting"] }] }, "regieleki": { "level": 80, "sets": [{ "role": "Fast Support", "movepool": ["Explosion", "Rapid Spin", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric"] }, { "role": "Tera Blast user", "movepool": ["Rapid Spin", "Tera Blast", "Thunderbolt", "Volt Switch"], "teraTypes": ["Ice"] }] }, "regidrago": { "level": 83, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Dragon Dance", "Earthquake", "Fire Fang", "Outrage"], "teraTypes": ["Dragon"] }, { "role": "Tera Blast user", "movepool": ["Dragon Claw", "Dragon Dance", "Earthquake", "Tera Blast"], "teraTypes": ["Steel"] }] }, "glastrier": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Crunch", "Heavy Slam", "Icicle Crash", "Stomping Tantrum", "Swords Dance"], "teraTypes": ["Fighting", "Steel"] }] }, "spectrier": { "level": 75, "sets": [{ "role": "Setup Sweeper", "movepool": ["Dark Pulse", "Nasty Plot", "Shadow Ball", "Substitute", "Will-O-Wisp"], "teraTypes": ["Ghost", "Dark"] }, { "role": "Tera Blast user", "movepool": ["Nasty Plot", "Shadow Ball", "Substitute", "Tera Blast", "Will-O-Wisp"], "teraTypes": ["Fighting"] }] }, "calyrex": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Calm Mind", "Encore", "Energy Ball", "Leech Seed", "Psychic", "Psyshock"], "teraTypes": ["Steel"] }] }, "calyrexice": { "level": 74, "sets": [{ "role": "Wallbreaker", "movepool": ["Agility", "Close Combat", "Glacial Lance", "Stomping Tantrum", "Trick Room", "Zen Headbutt"], "teraTypes": ["Fighting"] }] }, "calyrexshadow": { "level": 67, "sets": [{ "role": "Fast Attacker", "movepool": ["Astral Barrage", "Nasty Plot", "Pollen Puff", "Psyshock", "Trick"], "teraTypes": ["Ghost"] }] }, "wyrdeer": { "level": 87, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Slam", "Earthquake", "Megahorn", "Psychic", "Thunder Wave", "Thunderbolt"], "teraTypes": ["Ground"] }] }, "kleavor": { "level": 85, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Defog", "Stone Axe", "Swords Dance", "U-turn", "X-Scissor"], "teraTypes": ["Bug", "Rock", "Fighting"] }] }, "ursaluna": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Crunch", "Facade", "Headlong Rush", "Protect", "Swords Dance"], "teraTypes": ["Normal"] }] }, "enamorus": { "level": 81, "sets": [{ "role": "Tera Blast user", "movepool": ["Play Rough", "Superpower", "Taunt", "Tera Blast"], "teraTypes": ["Flying"] }, { "role": "Fast Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Moonblast", "Substitute"], "teraTypes": ["Ground"] }] }, "enamorustherian": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earth Power", "Healing Wish", "Moonblast", "Mystical Fire", "Psychic", "Superpower"], "teraTypes": ["Fairy", "Ground"] }] }, "meowscarada": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Flower Trick", "Knock Off", "Thunder Punch", "Toxic Spikes", "U-turn"], "teraTypes": ["Grass", "Dark"] }] }, "skeledirge": { "level": 81, "sets": [{ "role": "Bulky Attacker", "movepool": ["Flame Charge", "Shadow Ball", "Slack Off", "Torch Song"], "teraTypes": ["Fire", "Water"] }, { "role": "Bulky Support", "movepool": ["Hex", "Slack Off", "Torch Song", "Will-O-Wisp"], "teraTypes": ["Ghost", "Water"] }] }, "quaquaval": { "level": 79, "sets": [{ "role": "Fast Support", "movepool": ["Aqua Step", "Close Combat", "Ice Spinner", "Rapid Spin", "Roost", "U-turn"], "teraTypes": ["Water", "Fighting"] }, { "role": "Setup Sweeper", "movepool": ["Aqua Step", "Close Combat", "Ice Spinner", "Roost", "Swords Dance"], "teraTypes": ["Water", "Fighting"] }] }, "oinkologne": { "level": 90, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Body Slam", "Stomping Tantrum", "Stuff Cheeks"], "teraTypes": ["Fighting"] }] }, "oinkolognef": { "level": 90, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Body Slam", "Stomping Tantrum", "Stuff Cheeks"], "teraTypes": ["Fighting"] }] }, "dudunsparce": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Glare", "Headbutt", "Roost"], "teraTypes": ["Ghost", "Ground"] }, { "role": "Bulky Setup", "movepool": ["Boomburst", "Calm Mind", "Earth Power", "Roost", "Thunder"], "teraTypes": ["Normal", "Ghost"] }] }, "dudunsparcethreesegment": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Glare", "Headbutt", "Roost"], "teraTypes": ["Ghost", "Ground"] }, { "role": "Bulky Setup", "movepool": ["Boomburst", "Calm Mind", "Earth Power", "Roost", "Thunder"], "teraTypes": ["Normal", "Ghost"] }] }, "spidops": { "level": 90, "sets": [{ "role": "Bulky Support", "movepool": ["Circle Throw", "Memento", "Spikes", "Sticky Web", "Toxic Spikes"], "teraTypes": ["Ghost"] }] }, "lokix": { "level": 82, "sets": [{ "role": "Wallbreaker", "movepool": ["Axe Kick", "First Impression", "Leech Life", "Sucker Punch"], "teraTypes": ["Bug"] }, { "role": "Fast Attacker", "movepool": ["Axe Kick", "First Impression", "Sucker Punch", "U-turn"], "teraTypes": ["Bug"] }, { "role": "Setup Sweeper", "movepool": ["Leech Life", "Sucker Punch", "Swords Dance", "Throat Chop"], "teraTypes": ["Dark"] }] }, "rabsca": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Bug Buzz", "Earth Power", "Psychic", "Revival Blessing", "Trick Room"], "teraTypes": ["Steel"] }] }, "houndstone": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Last Respects", "Trick", "Will-O-Wisp"], "teraTypes": ["Ghost"] }] }, "espathra": { "level": 79, "sets": [{ "role": "Wallbreaker", "movepool": ["Dazzling Gleam", "Lumina Crash", "Shadow Ball", "U-turn"], "teraTypes": ["Psychic", "Fairy", "Ghost"] }, { "role": "Fast Bulky Setup", "movepool": ["Calm Mind", "Dazzling Gleam", "Protect", "Roost", "Stored Power", "Substitute"], "teraTypes": ["Fairy"] }, { "role": "Tera Blast user", "movepool": ["Dazzling Gleam", "Lumina Crash", "Roost", "Tera Blast"], "teraTypes": ["Fire"] }] }, "farigiraf": { "level": 87, "sets": [{ "role": "Bulky Support", "movepool": ["Foul Play", "Hyper Voice", "Protect", "Wish"], "teraTypes": ["Dark"] }, { "role": "Bulky Attacker", "movepool": ["Future Sight", "Hyper Voice", "Protect", "Wish"], "teraTypes": ["Ground", "Water", "Fairy"] }, { "role": "AV Pivot", "movepool": ["Dazzling Gleam", "Earthquake", "Foul Play", "Future Sight", "Hyper Voice", "Psychic"], "teraTypes": ["Dark"] }] }, "wugtrio": { "level": 87, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Liquidation", "Memento", "Stomping Tantrum", "Sucker Punch", "Throat Chop"], "teraTypes": ["Water", "Dark"] }] }, "dondozo": { "level": 80, "sets": [{ "role": "Bulky Setup", "movepool": ["Curse", "Liquidation", "Rest", "Sleep Talk", "Wave Crash"], "teraTypes": ["Fairy", "Ground", "Dragon"] }] }, "veluza": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Cutter", "Aqua Jet", "Night Slash", "Psycho Cut"], "teraTypes": ["Water"] }, { "role": "Setup Sweeper", "movepool": ["Aqua Cutter", "Fillet Away", "Night Slash", "Psycho Cut"], "teraTypes": ["Water", "Psychic", "Dark"] }] }, "palafin": { "level": 77, "sets": [{ "role": "Bulky Attacker", "movepool": ["Bulk Up", "Close Combat", "Flip Turn", "Ice Punch", "Jet Punch", "Wave Crash"], "teraTypes": ["Water", "Fighting"] }] }, "arboliva": { "level": 87, "sets": [{ "role": "Bulky Attacker", "movepool": ["Dazzling Gleam", "Earth Power", "Energy Ball", "Hyper Voice", "Leech Seed", "Strength Sap"], "teraTypes": ["Grass", "Fairy"] }, { "role": "Bulky Support", "movepool": ["Hyper Voice", "Leech Seed", "Protect", "Substitute"], "teraTypes": ["Water"] }] }, "scovillain": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Flamethrower", "Leech Seed", "Protect", "Substitute"], "teraTypes": ["Steel", "Water"] }] }, "bellibolt": { "level": 87, "sets": [{ "role": "Bulky Attacker", "movepool": ["Muddy Water", "Slack Off", "Thunder Wave", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric"] }] }, "revavroom": { "level": 83, "sets": [{ "role": "Tera Blast user", "movepool": ["Gunk Shot", "Iron Head", "Shift Gear", "Tera Blast"], "teraTypes": ["Water", "Ground"] }, { "role": "Fast Support", "movepool": ["Gunk Shot", "Haze", "Parting Shot", "Spin Out", "Toxic", "Toxic Spikes"], "teraTypes": ["Water"] }] }, "orthworm": { "level": 84, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Coil", "Iron Tail", "Rest"], "teraTypes": ["Fighting", "Electric"] }, { "role": "Bulky Support", "movepool": ["Body Press", "Iron Head", "Rest", "Shed Tail", "Spikes", "Stealth Rock"], "teraTypes": ["Electric", "Poison"] }] }, "maushold": { "level": 78, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bite", "Encore", "Population Bomb", "Tidy Up"], "teraTypes": ["Normal"] }] }, "mausholdfour": { "level": 78, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bite", "Encore", "Population Bomb", "Tidy Up"], "teraTypes": ["Normal"] }] }, "cetitan": { "level": 84, "sets": [{ "role": "Wallbreaker", "movepool": ["Earthquake", "Icicle Crash", "Liquidation", "Snowscape"], "teraTypes": ["Ground"] }, { "role": "Bulky Setup", "movepool": ["Belly Drum", "Earthquake", "Ice Shard", "Icicle Crash"], "teraTypes": ["Ice"] }] }, "baxcalibur": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Glaive Rush", "Ice Shard", "Icicle Crash"], "teraTypes": ["Dragon", "Ground"] }, { "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Earthquake", "Glaive Rush", "Icicle Crash"], "teraTypes": ["Dragon", "Ground"] }] }, "tatsugiri": { "level": 82, "sets": [{ "role": "Tera Blast user", "movepool": ["Draco Meteor", "Dragon Pulse", "Hydro Pump", "Nasty Plot", "Tera Blast"], "teraTypes": ["Fire"] }, { "role": "Fast Support", "movepool": ["Draco Meteor", "Hydro Pump", "Nasty Plot", "Rapid Spin", "Surf"], "teraTypes": ["Water"] }] }, "cyclizar": { "level": 80, "sets": [{ "role": "Fast Support", "movepool": ["Draco Meteor", "Rapid Spin", "Shed Tail", "Taunt"], "teraTypes": ["Dragon"] }, { "role": "Fast Attacker", "movepool": ["Double-Edge", "Draco Meteor", "Knock Off", "Shed Tail"], "teraTypes": ["Normal", "Dragon"] }] }, "pawmot": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Double Shock", "Ice Punch", "Revival Blessing", "Volt Switch"], "teraTypes": ["Electric"] }, { "role": "Fast Support", "movepool": ["Close Combat", "Ice Punch", "Nuzzle", "Revival Blessing", "Thunder Punch"], "teraTypes": ["Fighting"] }] }, "kilowattrel": { "level": 82, "sets": [{ "role": "Fast Support", "movepool": ["Hurricane", "Roost", "Thunder Wave", "Thunderbolt", "U-turn"], "teraTypes": ["Flying", "Electric"] }] }, "bombirdier": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Brave Bird", "Hone Claws", "Knock Off", "Stone Edge", "Sucker Punch", "U-turn"], "teraTypes": ["Rock"] }] }, "squawkabilly": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Facade", "Protect", "Quick Attack", "U-turn"], "teraTypes": ["Normal"] }] }, "squawkabillywhite": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Double-Edge", "Foul Play", "Parting Shot", "Quick Attack"], "teraTypes": ["Flying", "Dark", "Normal"] }] }, "squawkabillyblue": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Facade", "Protect", "Quick Attack", "U-turn"], "teraTypes": ["Normal"] }] }, "squawkabillyyellow": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Double-Edge", "Foul Play", "Parting Shot", "Quick Attack"], "teraTypes": ["Flying", "Dark", "Normal"] }] }, "flamigo": { "level": 83, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Close Combat", "Swords Dance", "Throat Chop", "U-turn"], "teraTypes": ["Fighting"] }] }, "klawf": { "level": 83, "sets": [{ "role": "Fast Attacker", "movepool": ["Crabhammer", "High Horsepower", "Knock Off", "Stealth Rock", "Stone Edge", "Swords Dance"], "teraTypes": ["Water", "Ground", "Dark", "Rock"] }] }, "garganacl": { "level": 81, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Curse", "Recover", "Stone Edge"], "teraTypes": ["Fighting"] }, { "role": "AV Pivot", "movepool": ["Avalanche", "Body Press", "Salt Cure", "Stone Edge"], "teraTypes": ["Ghost"] }, { "role": "Bulky Support", "movepool": ["Avalanche", "Body Press", "Recover", "Salt Cure", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ghost"] }] }, "glimmora": { "level": 80, "sets": [{ "role": "Fast Support", "movepool": ["Earth Power", "Energy Ball", "Mortal Spin", "Power Gem", "Sludge Wave", "Spikes", "Stealth Rock", "Toxic"], "teraTypes": ["Water"] }] }, "grafaiai": { "level": 85, "sets": [{ "role": "Bulky Attacker", "movepool": ["Gunk Shot", "Knock Off", "Super Fang", "Switcheroo", "U-turn"], "teraTypes": ["Dark"] }, { "role": "Fast Support", "movepool": ["Encore", "Knock Off", "Protect", "Substitute", "Toxic"], "teraTypes": ["Dark"] }, { "role": "Bulky Support", "movepool": ["Encore", "Gunk Shot", "Knock Off", "Parting Shot"], "teraTypes": ["Dark"] }] }, "dachsbun": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Body Press", "Play Rough", "Protect", "Wish"], "teraTypes": ["Steel"] }] }, "mabosstiff": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Crunch", "Fire Fang", "Play Rough", "Psychic Fangs", "Wild Charge"], "teraTypes": ["Dark", "Fairy"] }] }, "brambleghast": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Power Whip", "Rapid Spin", "Shadow Sneak", "Spikes", "Strength Sap"], "teraTypes": ["Ghost"] }, { "role": "Fast Support", "movepool": ["Leech Seed", "Phantom Force", "Power Whip", "Substitute"], "teraTypes": ["Ghost"] }] }, "gholdengo": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Make It Rain", "Nasty Plot", "Recover", "Shadow Ball", "Trick"], "teraTypes": ["Steel", "Ghost"] }, { "role": "Bulky Attacker", "movepool": ["Make It Rain", "Recover", "Shadow Ball", "Thunder Wave"], "teraTypes": ["Steel", "Water"] }] }, "greattusk": { "level": 80, "sets": [{ "role": "Bulky Setup", "movepool": ["Bulk Up", "Close Combat", "Earthquake", "Ice Spinner", "Rapid Spin"], "teraTypes": ["Ground", "Fighting"] }, { "role": "Bulky Attacker", "movepool": ["Close Combat", "Headlong Rush", "Ice Spinner", "Knock Off", "Rapid Spin", "Stealth Rock"], "teraTypes": ["Ground", "Dark"] }] }, "brutebonnet": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Crunch", "Seed Bomb", "Spore", "Sucker Punch"], "teraTypes": ["Dark", "Fighting"] }] }, "sandyshocks": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earth Power", "Spikes", "Stealth Rock", "Thunder Wave", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Ground"] }] }, "screamtail": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Encore", "Light Screen", "Play Rough", "Protect", "Reflect", "Thunder Wave", "Wish"], "teraTypes": ["Fairy", "Steel"] }] }, "fluttermane": { "level": 76, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Moonblast", "Mystical Fire", "Psyshock", "Shadow Ball", "Thunderbolt"], "teraTypes": ["Ghost", "Fairy", "Fire", "Electric", "Psychic"] }] }, "slitherwing": { "level": 82, "sets": [{ "role": "Bulky Setup", "movepool": ["Bulk Up", "Close Combat", "Earthquake", "Flame Charge", "Leech Life", "Wild Charge"], "teraTypes": ["Fighting", "Electric"] }, { "role": "Fast Attacker", "movepool": ["Close Combat", "Earthquake", "First Impression", "Flare Blitz", "U-turn", "Wild Charge"], "teraTypes": ["Bug", "Fighting", "Electric"] }] }, "roaringmoon": { "level": 78, "sets": [{ "role": "Setup Sweeper", "movepool": ["Crunch", "Dragon Dance", "Earthquake", "Outrage", "Roost"], "teraTypes": ["Dark", "Dragon", "Ground"] }, { "role": "Bulky Attacker", "movepool": ["Crunch", "Iron Head", "Outrage", "U-turn"], "teraTypes": ["Dark", "Dragon", "Steel"] }] }, "irontreads": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earthquake", "Iron Head", "Knock Off", "Rapid Spin", "Stealth Rock", "Stone Edge", "Volt Switch"], "teraTypes": ["Ground", "Steel"] }] }, "ironmoth": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Discharge", "Energy Ball", "Fiery Dance", "Fire Blast", "Sludge Wave", "U-turn"], "teraTypes": ["Fire", "Grass"] }, { "role": "Fast Support", "movepool": ["Energy Ball", "Fiery Dance", "Morning Sun", "Sludge Wave", "Toxic Spikes", "U-turn"], "teraTypes": ["Fire", "Grass"] }] }, "ironhands": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Drain Punch", "Fake Out", "Heavy Slam", "Ice Punch", "Thunder Punch", "Volt Switch", "Wild Charge"], "teraTypes": ["Electric", "Fighting"] }] }, "ironjugulis": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Earth Power", "Fire Blast", "Hurricane", "Hydro Pump", "U-turn"], "teraTypes": ["Dark", "Flying", "Ground"] }] }, "ironthorns": { "level": 85, "sets": [{ "role": "Fast Support", "movepool": ["Earthquake", "Spikes", "Stealth Rock", "Stone Edge", "Thunder Punch", "Volt Switch"], "teraTypes": ["Grass", "Water"] }, { "role": "Bulky Setup", "movepool": ["Dragon Dance", "Earthquake", "Ice Punch", "Stone Edge", "Wild Charge"], "teraTypes": ["Rock", "Ground"] }] }, "ironbundle": { "level": 76, "sets": [{ "role": "Fast Attacker", "movepool": ["Encore", "Flip Turn", "Freeze-Dry", "Hydro Pump", "Ice Beam", "Substitute"], "teraTypes": ["Water", "Ice"] }] }, "ironvaliant": { "level": 79, "sets": [{ "role": "Setup Sweeper", "movepool": ["Close Combat", "Knock Off", "Spirit Break", "Swords Dance"], "teraTypes": ["Dark", "Fighting"] }, { "role": "Fast Attacker", "movepool": ["Aura Sphere", "Calm Mind", "Focus Blast", "Moonblast", "Psyshock", "Shadow Ball"], "teraTypes": ["Fighting", "Fairy"] }] }, "tinglu": { "level": 80, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Ruination", "Spikes", "Stealth Rock", "Throat Chop", "Whirlwind"], "teraTypes": ["Ground", "Ghost"] }, { "role": "Bulky Attacker", "movepool": ["Body Press", "Earthquake", "Heavy Slam", "Ruination", "Stone Edge", "Throat Chop"], "teraTypes": ["Ground", "Fighting", "Steel"] }] }, "chienpao": { "level": 78, "sets": [{ "role": "Fast Attacker", "movepool": ["Crunch", "Ice Shard", "Ice Spinner", "Sacred Sword", "Sucker Punch", "Swords Dance"], "teraTypes": ["Dark", "Ice", "Fighting"] }] }, "wochien": { "level": 83, "sets": [{ "role": "Bulky Support", "movepool": ["Energy Ball", "Knock Off", "Leech Seed", "Ruination", "Stun Spore"], "teraTypes": ["Poison"] }] }, "chiyu": { "level": 80, "sets": [{ "role": "Setup Sweeper", "movepool": ["Dark Pulse", "Fire Blast", "Nasty Plot", "Psychic", "Will-O-Wisp"], "teraTypes": ["Dark", "Fire"] }, { "role": "Wallbreaker", "movepool": ["Dark Pulse", "Flamethrower", "Overheat", "Psychic"], "teraTypes": ["Dark", "Fire"] }] }, "koraidon": { "level": 70, "sets": [{ "role": "Fast Attacker", "movepool": ["Collision Course", "Flare Blitz", "Outrage", "Swords Dance", "U-turn"], "teraTypes": ["Fire"] }] }, "miraidon": { "level": 68, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Calm Mind", "Dragon Pulse", "Electro Drift", "Substitute"], "teraTypes": ["Electric"] }, { "role": "Fast Attacker", "movepool": ["Draco Meteor", "Electro Drift", "Overheat", "Volt Switch"], "teraTypes": ["Electric"] }] }, "tinkaton": { "level": 85, "sets": [{ "role": "Bulky Attacker", "movepool": ["Gigaton Hammer", "Knock Off", "Play Rough", "Stealth Rock", "Thunder Wave"], "teraTypes": ["Steel"] }, { "role": "Setup Sweeper", "movepool": ["Gigaton Hammer", "Knock Off", "Play Rough", "Swords Dance"], "teraTypes": ["Steel"] }] }, "armarouge": { "level": 84, "sets": [{ "role": "Wallbreaker", "movepool": ["Armor Cannon", "Aura Sphere", "Energy Ball", "Focus Blast", "Psyshock"], "teraTypes": ["Fire", "Fighting", "Psychic", "Grass"] }] }, "ceruledge": { "level": 82, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bitter Blade", "Close Combat", "Shadow Sneak", "Swords Dance"], "teraTypes": ["Fire", "Fighting"] }] }, "toedscruel": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Earth Power", "Giga Drain", "Knock Off", "Leaf Storm", "Rapid Spin", "Spore", "Toxic", "Toxic Spikes"], "teraTypes": ["Water"] }] }, "kingambit": { "level": 82, "sets": [{ "role": "Wallbreaker", "movepool": ["Iron Head", "Kowtow Cleave", "Stealth Rock", "Sucker Punch", "Swords Dance"], "teraTypes": ["Dark", "Flying"] }] } };
8126
+ var randomSetsJSON = { "charizard": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Flamethrower", "Focus Blast", "Hurricane", "Will-O-Wisp"], "teraTypes": ["Fire", "Ground", "Water"] }, { "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Earthquake", "Flare Blitz", "Swords Dance", "Thunder Punch"], "teraTypes": ["Fire", "Ground"] }] }, "pikachu": { "level": 90, "sets": [{ "role": "Fast Attacker", "movepool": ["Fake Out", "Play Rough", "Surf", "Volt Switch", "Volt Tackle"], "teraTypes": ["Water"] }] }, "raichu": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Encore", "Focus Blast", "Grass Knot", "Nasty Plot", "Nuzzle", "Surf", "Thunderbolt", "Volt Switch"], "teraTypes": ["Water", "Grass"] }] }, "raichualola": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Grass Knot", "Nasty Plot", "Psychic", "Psyshock", "Surf", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric"] }] }, "wigglytuff": { "level": 89, "sets": [{ "role": "Bulky Support", "movepool": ["Dazzling Gleam", "Fire Blast", "Light Screen", "Protect", "Reflect", "Stealth Rock", "Thunder Wave", "Wish"], "teraTypes": ["Steel"] }] }, "venomoth": { "level": 84, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bug Buzz", "Quiver Dance", "Sleep Powder", "Sludge Bomb", "Substitute"], "teraTypes": ["Bug", "Poison"] }] }, "dugtrio": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Memento", "Stealth Rock", "Stone Edge", "Sucker Punch", "Swords Dance"], "teraTypes": ["Ground", "Ghost", "Fairy", "Flying", "Dark"] }] }, "dugtrioalola": { "level": 87, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Iron Head", "Stealth Rock", "Stone Edge", "Sucker Punch", "Swords Dance"], "teraTypes": ["Ground", "Steel"] }] }, "persian": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Aerial Ace", "Body Slam", "Fake Out", "Foul Play", "Gunk Shot", "Switcheroo", "U-turn"], "teraTypes": ["Normal", "Poison", "Flying"] }] }, "persianalola": { "level": 87, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Dark Pulse", "Hypnosis", "Nasty Plot", "Power Gem", "Thunderbolt"], "teraTypes": ["Dark", "Electric"] }] }, "golduck": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Encore", "Grass Knot", "Hydro Pump", "Ice Beam", "Nasty Plot", "Psyshock", "Taunt"], "teraTypes": ["Water"] }] }, "annihilape": { "level": 78, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Drain Punch", "Rage Fist", "Rest"], "teraTypes": ["Ghost", "Water", "Fairy", "Steel"] }, { "role": "Bulky Attacker", "movepool": ["Bulk Up", "Close Combat", "Rage Fist", "Stone Edge", "U-turn"], "teraTypes": ["Ghost", "Fighting"] }] }, "arcanine": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Extreme Speed", "Flare Blitz", "Morning Sun", "Roar", "Wild Charge", "Will-O-Wisp"], "teraTypes": ["Fighting", "Normal"] }, { "role": "Fast Attacker", "movepool": ["Close Combat", "Extreme Speed", "Flare Blitz", "Morning Sun", "Wild Charge"], "teraTypes": ["Fighting", "Normal"] }] }, "arcaninehisui": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Extreme Speed", "Flare Blitz", "Head Smash", "Morning Sun", "Wild Charge"], "teraTypes": ["Rock"] }] }, "slowbro": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Calm Mind", "Psyshock", "Slack Off", "Surf", "Thunder Wave"], "teraTypes": ["Water", "Fairy"] }, { "role": "AV Pivot", "movepool": ["Body Press", "Fire Blast", "Future Sight", "Ice Beam", "Psychic", "Surf"], "teraTypes": ["Fighting", "Water"] }] }, "slowbrogalar": { "level": 84, "sets": [{ "role": "AV Pivot", "movepool": ["Earthquake", "Fire Blast", "Foul Play", "Psychic", "Shell Side Arm", "Surf"], "teraTypes": ["Ground", "Water", "Poison", "Dark"] }, { "role": "Wallbreaker", "movepool": ["Fire Blast", "Psyshock", "Sludge Bomb", "Trick", "Trick Room"], "teraTypes": ["Psychic", "Poison"] }] }, "muk": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Fire Punch", "Gunk Shot", "Haze", "Ice Punch", "Shadow Sneak", "Toxic", "Toxic Spikes"], "teraTypes": ["Poison", "Dark"] }] }, "mukalola": { "level": 86, "sets": [{ "role": "AV Pivot", "movepool": ["Fire Punch", "Gunk Shot", "Ice Punch", "Knock Off", "Poison Jab"], "teraTypes": ["Dark"] }] }, "cloyster": { "level": 78, "sets": [{ "role": "Tera Blast user", "movepool": ["Icicle Spear", "Rock Blast", "Shell Smash", "Tera Blast"], "teraTypes": ["Fire", "Ground"] }, { "role": "Setup Sweeper", "movepool": ["Hydro Pump", "Icicle Spear", "Rock Blast", "Shell Smash"], "teraTypes": ["Ice", "Rock"] }] }, "gengar": { "level": 80, "sets": [{ "role": "Wallbreaker", "movepool": ["Focus Blast", "Nasty Plot", "Shadow Ball", "Sludge Bomb", "Trick"], "teraTypes": ["Ghost"] }, { "role": "Fast Attacker", "movepool": ["Encore", "Focus Blast", "Shadow Ball", "Sludge Bomb", "Toxic Spikes", "Will-O-Wisp"], "teraTypes": ["Ghost"] }] }, "hypno": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Encore", "Focus Blast", "Foul Play", "Light Screen", "Psychic", "Reflect", "Thunder Wave"], "teraTypes": ["Dark", "Steel"] }] }, "electrode": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Explosion", "Foul Play", "Light Screen", "Taunt", "Thunder Wave", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric"] }] }, "electrodehisui": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Chloroblast", "Energy Ball", "Taunt", "Thunder Wave", "Thunderbolt", "Volt Switch"], "teraTypes": ["Grass"] }, { "role": "Fast Support", "movepool": ["Giga Drain", "Leech Seed", "Substitute", "Thunderbolt"], "teraTypes": ["Poison"] }] }, "scyther": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Aerial Ace", "Close Combat", "Pounce", "Swords Dance", "U-turn"], "teraTypes": ["Fighting"] }] }, "tauros": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Body Slam", "Close Combat", "Earthquake", "Rock Slide", "Zen Headbutt"], "teraTypes": ["Normal", "Fighting", "Ground"] }, { "role": "Wallbreaker", "movepool": ["Close Combat", "Double-Edge", "Earthquake", "Stone Edge"], "teraTypes": ["Normal", "Fighting", "Ground"] }] }, "taurospaldea": { "level": 84, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Raging Bull", "Stone Edge", "Substitute"], "teraTypes": ["Fighting"] }, { "role": "Wallbreaker", "movepool": ["Bulk Up", "Close Combat", "Earthquake", "Iron Head", "Stone Edge"], "teraTypes": ["Fighting"] }] }, "taurospaldeafire": { "level": 84, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Close Combat", "Raging Bull", "Substitute"], "teraTypes": ["Fire"] }, { "role": "Wallbreaker", "movepool": ["Close Combat", "Flare Blitz", "Stone Edge", "Wild Charge"], "teraTypes": ["Fighting"] }] }, "taurospaldeawater": { "level": 84, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Close Combat", "Liquidation", "Substitute"], "teraTypes": ["Water"] }, { "role": "Wallbreaker", "movepool": ["Aqua Jet", "Bulk Up", "Close Combat", "Liquidation", "Stone Edge", "Wave Crash"], "teraTypes": ["Water"] }] }, "gyarados": { "level": 80, "sets": [{ "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Earthquake", "Stone Edge", "Waterfall"], "teraTypes": ["Ground"] }, { "role": "Tera Blast user", "movepool": ["Dragon Dance", "Earthquake", "Tera Blast", "Waterfall"], "teraTypes": ["Flying"] }] }, "ditto": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Transform"], "teraTypes": ["Flying", "Dark", "Fire", "Bug", "Water", "Ice", "Fighting", "Electric", "Psychic", "Poison", "Grass", "Ghost", "Ground", "Rock", "Fairy", "Steel", "Normal", "Dragon"] }] }, "vaporeon": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Calm Mind", "Ice Beam", "Protect", "Surf", "Wish"], "teraTypes": ["Ghost", "Ground"] }] }, "jolteon": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Hyper Voice", "Shadow Ball", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Ghost"] }, { "role": "Tera Blast user", "movepool": ["Calm Mind", "Substitute", "Tera Blast", "Thunderbolt"], "teraTypes": ["Ice"] }] }, "flareon": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Facade", "Flare Blitz", "Quick Attack", "Trailblaze", "Will-O-Wisp"], "teraTypes": ["Normal"] }] }, "articuno": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Air Slash", "Freeze-Dry", "Haze", "Hurricane", "Roost", "Substitute", "U-turn"], "teraTypes": ["Flying", "Steel"] }] }, "articunogalar": { "level": 85, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Air Slash", "Calm Mind", "Freezing Glare", "Hurricane", "Recover"], "teraTypes": ["Psychic", "Steel"] }] }, "zapdos": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Discharge", "Heat Wave", "Hurricane", "Roost", "U-turn"], "teraTypes": ["Electric"] }] }, "zapdosgalar": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Brave Bird", "Bulk Up", "Close Combat", "Stomping Tantrum", "U-turn"], "teraTypes": ["Fighting"] }] }, "moltres": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Brave Bird", "Fire Blast", "Roost", "U-turn", "Will-O-Wisp"], "teraTypes": ["Fire", "Ground"] }] }, "moltresgalar": { "level": 82, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Agility", "Fiery Wrath", "Hurricane", "Nasty Plot", "Rest"], "teraTypes": ["Dark"] }] }, "dragonite": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Dragon Dance", "Earthquake", "Extreme Speed", "Fire Punch", "Outrage"], "teraTypes": ["Normal"] }, { "role": "Tera Blast user", "movepool": ["Dragon Dance", "Earthquake", "Outrage", "Tera Blast"], "teraTypes": ["Flying"] }] }, "mewtwo": { "level": 72, "sets": [{ "role": "Fast Attacker", "movepool": ["Aura Sphere", "Fire Blast", "Nasty Plot", "Psystrike", "Recover", "Shadow Ball"], "teraTypes": ["Psychic", "Fighting", "Fire", "Ghost"] }] }, "mew": { "level": 81, "sets": [{ "role": "Bulky Support", "movepool": ["Psychic", "Spikes", "Stealth Rock", "Taunt", "Thunder Wave", "Toxic Spikes", "Will-O-Wisp"], "teraTypes": ["Steel", "Fairy"] }, { "role": "Fast Attacker", "movepool": ["Brave Bird", "Close Combat", "Dragon Dance", "Flare Blitz", "Psychic Fangs", "Swords Dance", "U-turn"], "teraTypes": ["Fighting", "Fire"] }, { "role": "Setup Sweeper", "movepool": ["Aura Sphere", "Dazzling Gleam", "Earth Power", "Fire Blast", "Nasty Plot", "Psyshock", "Shadow Ball"], "teraTypes": ["Psychic", "Fighting", "Fire", "Ghost", "Ground", "Fairy"] }] }, "typhlosion": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Eruption", "Fire Blast", "Focus Blast", "Shadow Ball"], "teraTypes": ["Fire", "Ghost"] }] }, "typhlosionhisui": { "level": 86, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Calm Mind", "Flamethrower", "Shadow Ball", "Substitute", "Will-O-Wisp"], "teraTypes": ["Ghost"] }, { "role": "Fast Attacker", "movepool": ["Eruption", "Fire Blast", "Focus Blast", "Shadow Ball"], "teraTypes": ["Fire", "Ghost"] }] }, "ampharos": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Agility", "Dazzling Gleam", "Focus Blast", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Fairy"] }] }, "azumarill": { "level": 82, "sets": [{ "role": "Bulky Setup", "movepool": ["Aqua Jet", "Belly Drum", "Liquidation", "Play Rough"], "teraTypes": ["Water"] }, { "role": "Bulky Attacker", "movepool": ["Aqua Jet", "Ice Spinner", "Liquidation", "Play Rough", "Superpower"], "teraTypes": ["Water"] }] }, "sudowoodo": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earthquake", "Head Smash", "Spikes", "Stealth Rock", "Sucker Punch", "Wood Hammer"], "teraTypes": ["Rock", "Grass"] }] }, "jumpluff": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Acrobatics", "Leech Seed", "Strength Sap", "Substitute"], "teraTypes": ["Steel"] }, { "role": "Fast Support", "movepool": ["Acrobatics", "Encore", "Sleep Powder", "Strength Sap", "U-turn"], "teraTypes": ["Steel"] }] }, "sunflora": { "level": 90, "sets": [{ "role": "Wallbreaker", "movepool": ["Dazzling Gleam", "Earth Power", "Leaf Storm", "Sludge Bomb"], "teraTypes": ["Grass", "Ground", "Fairy", "Poison"] }] }, "quagsire": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Ice Beam", "Liquidation", "Recover", "Spikes", "Toxic"], "teraTypes": ["Poison", "Steel", "Fairy"] }] }, "clodsire": { "level": 81, "sets": [{ "role": "Bulky Setup", "movepool": ["Curse", "Earthquake", "Gunk Shot", "Recover"], "teraTypes": ["Ground", "Flying"] }, { "role": "Bulky Support", "movepool": ["Earthquake", "Haze", "Poison Jab", "Recover", "Spikes", "Toxic", "Toxic Spikes"], "teraTypes": ["Ground", "Flying", "Steel"] }] }, "espeon": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Dazzling Gleam", "Morning Sun", "Psychic", "Shadow Ball", "Trick"], "teraTypes": ["Fairy", "Psychic"] }] }, "umbreon": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Foul Play", "Protect", "Thunder Wave", "Wish", "Yawn"], "teraTypes": ["Poison"] }] }, "slowking": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Chilly Reception", "Psyshock", "Slack Off", "Surf", "Thunder Wave"], "teraTypes": ["Water", "Fairy", "Dragon"] }, { "role": "Wallbreaker", "movepool": ["Fire Blast", "Hydro Pump", "Ice Beam", "Psychic", "Psyshock", "Trick", "Trick Room"], "teraTypes": ["Water", "Psychic"] }] }, "slowkinggalar": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Chilly Reception", "Fire Blast", "Psyshock", "Slack Off", "Sludge Bomb", "Thunder Wave"], "teraTypes": ["Poison", "Dark"] }, { "role": "AV Pivot", "movepool": ["Fire Blast", "Future Sight", "Ice Beam", "Psyshock", "Sludge Bomb"], "teraTypes": ["Poison", "Psychic"] }] }, "girafarig": { "level": 88, "sets": [{ "role": "Bulky Setup", "movepool": ["Dazzling Gleam", "Nasty Plot", "Psychic", "Psyshock", "Shadow Ball", "Thunderbolt"], "teraTypes": ["Psychic", "Fairy", "Electric"] }] }, "forretress": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Body Press", "Iron Head", "Rapid Spin", "Spikes", "Stealth Rock", "Volt Switch"], "teraTypes": ["Fighting", "Water"] }] }, "dunsparce": { "level": 87, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Slam", "Coil", "Earthquake", "Roost"], "teraTypes": ["Ground"] }] }, "qwilfish": { "level": 86, "sets": [{ "role": "Fast Support", "movepool": ["Destiny Bond", "Gunk Shot", "Spikes", "Taunt", "Thunder Wave", "Toxic Spikes", "Waterfall"], "teraTypes": ["Water", "Dark"] }] }, "qwilfishhisui": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Crunch", "Gunk Shot", "Spikes", "Taunt", "Toxic Spikes"], "teraTypes": ["Poison", "Flying"] }] }, "overqwil": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Crunch", "Gunk Shot", "Liquidation", "Swords Dance"], "teraTypes": ["Water"] }] }, "scizor": { "level": 83, "sets": [{ "role": "Bulky Support", "movepool": ["Bullet Punch", "Close Combat", "Defog", "U-turn"], "teraTypes": ["Steel"] }, { "role": "Setup Sweeper", "movepool": ["Bullet Punch", "Close Combat", "Pounce", "Swords Dance"], "teraTypes": ["Steel"] }] }, "heracross": { "level": 82, "sets": [{ "role": "Setup Sweeper", "movepool": ["Close Combat", "Facade", "Swords Dance", "Throat Chop"], "teraTypes": ["Normal"] }, { "role": "Fast Attacker", "movepool": ["Close Combat", "Earthquake", "Megahorn", "Stone Edge", "Throat Chop"], "teraTypes": ["Rock", "Bug", "Fighting"] }] }, "ursaring": { "level": 87, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Slam", "Crunch", "Earthquake", "Rest", "Sleep Talk"], "teraTypes": ["Ground", "Normal"] }] }, "delibird": { "level": 100, "sets": [{ "role": "Fast Attacker", "movepool": ["Brave Bird", "Drill Run", "Ice Shard", "Ice Spinner"], "teraTypes": ["Ice", "Flying", "Ground"] }, { "role": "Fast Support", "movepool": ["Freeze-Dry", "Memento", "Rapid Spin", "Spikes"], "teraTypes": ["Ghost"] }] }, "houndoom": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Fire Blast", "Nasty Plot", "Sludge Bomb", "Sucker Punch"], "teraTypes": ["Dark", "Poison"] }] }, "donphan": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Ice Spinner", "Knock Off", "Rapid Spin", "Stealth Rock"], "teraTypes": ["Dark", "Ground"] }, { "role": "Bulky Attacker", "movepool": ["Earthquake", "Gunk Shot", "Ice Shard", "Ice Spinner", "Knock Off", "Rapid Spin", "Stone Edge"], "teraTypes": ["Ice", "Poison", "Dark"] }] }, "blissey": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Seismic Toss", "Soft-Boiled", "Stealth Rock", "Thunder Wave"], "teraTypes": ["Steel", "Fairy", "Ghost", "Poison"] }] }, "tyranitar": { "level": 81, "sets": [{ "role": "Bulky Setup", "movepool": ["Crunch", "Dragon Dance", "Earthquake", "Fire Punch", "Stone Edge"], "teraTypes": ["Rock", "Ghost"] }, { "role": "Bulky Support", "movepool": ["Crunch", "Earthquake", "Fire Blast", "Ice Beam", "Stealth Rock", "Stone Edge", "Thunder Wave"], "teraTypes": ["Rock", "Poison"] }] }, "pelipper": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Hurricane", "Hydro Pump", "Ice Beam", "Knock Off", "Roost", "Surf", "U-turn"], "teraTypes": ["Water", "Ground"] }, { "role": "Wallbreaker", "movepool": ["Hurricane", "Hydro Pump", "Ice Beam", "Surf", "U-turn"], "teraTypes": ["Water", "Flying"] }] }, "gardevoir": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Focus Blast", "Healing Wish", "Moonblast", "Mystical Fire", "Psychic", "Psyshock", "Trick"], "teraTypes": ["Fairy", "Fire", "Fighting"] }] }, "masquerain": { "level": 88, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bug Buzz", "Hurricane", "Hydro Pump", "Quiver Dance"], "teraTypes": ["Water"] }, { "role": "Fast Support", "movepool": ["Bug Buzz", "Hurricane", "Hydro Pump", "Ice Beam", "Sticky Web", "Stun Spore", "U-turn"], "teraTypes": ["Ground", "Steel"] }] }, "breloom": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Bullet Seed", "Close Combat", "Mach Punch", "Rock Tomb", "Spore", "Swords Dance"], "teraTypes": ["Fighting"] }] }, "slaking": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Body Slam", "Earthquake", "Fire Punch", "Giga Impact", "Hammer Arm", "Throat Chop"], "teraTypes": ["Normal", "Ground"] }] }, "hariyama": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Bulk Up", "Bullet Punch", "Close Combat", "Facade", "Headlong Rush", "Knock Off"], "teraTypes": ["Normal"] }, { "role": "AV Pivot", "movepool": ["Bullet Punch", "Close Combat", "Headlong Rush", "Heavy Slam", "Knock Off"], "teraTypes": ["Steel"] }] }, "sableye": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Encore", "Foul Play", "Knock Off", "Recover", "Taunt", "Thunder Wave", "Will-O-Wisp"], "teraTypes": ["Steel"] }] }, "medicham": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Bullet Punch", "Close Combat", "Ice Punch", "Poison Jab", "Zen Headbutt"], "teraTypes": ["Fighting"] }] }, "swalot": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Encore", "Ice Beam", "Pain Split", "Protect", "Sludge Bomb", "Toxic", "Toxic Spikes"], "teraTypes": ["Dark"] }, { "role": "Bulky Setup", "movepool": ["Earthquake", "Gunk Shot", "Seed Bomb", "Swords Dance"], "teraTypes": ["Poison", "Ground"] }] }, "camerupt": { "level": 90, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Lava Plume", "Stealth Rock", "Yawn"], "teraTypes": ["Water"] }] }, "torkoal": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Lava Plume", "Rapid Spin", "Solar Beam", "Stealth Rock", "Yawn"], "teraTypes": ["Dragon", "Fire"] }] }, "grumpig": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Dazzling Gleam", "Earth Power", "Focus Blast", "Nasty Plot", "Psychic", "Psyshock", "Shadow Ball", "Trick"], "teraTypes": ["Psychic", "Fairy", "Ground", "Ghost", "Fighting"] }] }, "cacturne": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Focus Blast", "Leaf Storm", "Sucker Punch", "Toxic Spikes"], "teraTypes": ["Dark", "Poison", "Grass"] }, { "role": "Setup Sweeper", "movepool": ["Drain Punch", "Seed Bomb", "Sucker Punch", "Swords Dance"], "teraTypes": ["Dark", "Fighting"] }] }, "altaria": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Brave Bird", "Defog", "Earthquake", "Haze", "Roost", "Will-O-Wisp"], "teraTypes": ["Steel"] }, { "role": "Bulky Setup", "movepool": ["Brave Bird", "Dragon Dance", "Earthquake", "Roost"], "teraTypes": ["Flying", "Ground"] }] }, "zangoose": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Facade", "Night Slash", "Quick Attack", "Swords Dance"], "teraTypes": ["Normal"] }] }, "seviper": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Flamethrower", "Giga Drain", "Glare", "Gunk Shot", "Switcheroo"], "teraTypes": ["Ground", "Fire", "Poison", "Grass"] }] }, "whiscash": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Liquidation", "Spikes", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ground", "Steel"] }, { "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Earthquake", "Liquidation", "Stone Edge"], "teraTypes": ["Ground", "Water"] }] }, "banette": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Gunk Shot", "Knock Off", "Shadow Claw", "Shadow Sneak", "Swords Dance", "Thunder Wave", "Will-O-Wisp"], "teraTypes": ["Poison", "Dark"] }] }, "tropius": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Air Slash", "Leech Seed", "Protect", "Substitute"], "teraTypes": ["Steel"] }] }, "glalie": { "level": 78, "sets": [{ "role": "Fast Support", "movepool": ["Disable", "Earthquake", "Freeze-Dry", "Protect", "Substitute"], "teraTypes": ["Poison", "Steel", "Water"] }] }, "luvdisc": { "level": 100, "sets": [{ "role": "Bulky Support", "movepool": ["Charm", "Ice Beam", "Protect", "Surf", "Wish"], "teraTypes": ["Dragon", "Ghost"] }] }, "salamence": { "level": 82, "sets": [{ "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Dual Wingbeat", "Earthquake", "Outrage", "Roost"], "teraTypes": ["Flying", "Ground", "Dragon"] }] }, "kyogre": { "level": 72, "sets": [{ "role": "Bulky Attacker", "movepool": ["Calm Mind", "Ice Beam", "Origin Pulse", "Thunder", "Water Spout"], "teraTypes": ["Water"] }] }, "groudon": { "level": 74, "sets": [{ "role": "Bulky Attacker", "movepool": ["Lava Plume", "Precipice Blades", "Spikes", "Stealth Rock", "Stone Edge", "Thunder Wave"], "teraTypes": ["Fire", "Dragon", "Water", "Ghost"] }, { "role": "Bulky Setup", "movepool": ["Fire Punch", "Precipice Blades", "Stone Edge", "Swords Dance", "Thunder Wave"], "teraTypes": ["Ground", "Fire"] }] }, "rayquaza": { "level": 72, "sets": [{ "role": "Fast Attacker", "movepool": ["Dragon Ascent", "Dragon Dance", "Earthquake", "Extreme Speed", "Swords Dance", "U-turn"], "teraTypes": ["Flying", "Normal"] }] }, "staraptor": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Brave Bird", "Close Combat", "Double-Edge", "Quick Attack", "U-turn"], "teraTypes": ["Fighting", "Flying"] }] }, "kricketune": { "level": 90, "sets": [{ "role": "Fast Support", "movepool": ["Brick Break", "Pounce", "Sticky Web", "Taunt"], "teraTypes": ["Ghost"] }] }, "luxray": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Crunch", "Facade", "Play Rough", "Trailblaze", "Wild Charge"], "teraTypes": ["Normal"] }, { "role": "AV Pivot", "movepool": ["Crunch", "Ice Fang", "Play Rough", "Volt Switch", "Wild Charge"], "teraTypes": ["Electric", "Fairy"] }] }, "vespiquen": { "level": 90, "sets": [{ "role": "Bulky Support", "movepool": ["Air Slash", "Roost", "Spikes", "Toxic", "Toxic Spikes", "U-turn"], "teraTypes": ["Steel"] }] }, "pachirisu": { "level": 94, "sets": [{ "role": "AV Pivot", "movepool": ["Nuzzle", "Super Fang", "Thunderbolt", "U-turn"], "teraTypes": ["Flying"] }] }, "floatzel": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Crunch", "Ice Spinner", "Low Kick", "Wave Crash"], "teraTypes": ["Water"] }, { "role": "Tera Blast user", "movepool": ["Bulk Up", "Ice Spinner", "Liquidation", "Tera Blast"], "teraTypes": ["Electric", "Grass"] }] }, "gastrodon": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Clear Smog", "Earthquake", "Ice Beam", "Recover", "Stealth Rock", "Surf"], "teraTypes": ["Steel", "Poison"] }] }, "drifblim": { "level": 86, "sets": [{ "role": "Fast Support", "movepool": ["Air Slash", "Defog", "Shadow Ball", "Strength Sap", "Will-O-Wisp"], "teraTypes": ["Ghost", "Fairy"] }, { "role": "Fast Bulky Setup", "movepool": ["Air Slash", "Calm Mind", "Shadow Ball", "Strength Sap"], "teraTypes": ["Ghost", "Fairy"] }] }, "mismagius": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Dazzling Gleam", "Energy Ball", "Mystical Fire", "Nasty Plot", "Shadow Ball", "Thunderbolt", "Trick"], "teraTypes": ["Ghost", "Fire", "Fairy", "Electric"] }] }, "honchkrow": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Heat Wave", "Sucker Punch", "U-turn"], "teraTypes": ["Dark", "Flying"] }] }, "skuntank": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Crunch", "Fire Blast", "Gunk Shot", "Sucker Punch", "Taunt", "Toxic Spikes"], "teraTypes": ["Dark", "Poison"] }] }, "bronzong": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Hypnosis", "Iron Head", "Light Screen", "Psychic", "Reflect", "Stealth Rock"], "teraTypes": ["Water", "Electric"] }] }, "spiritomb": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Foul Play", "Pain Split", "Shadow Sneak", "Sucker Punch", "Will-O-Wisp"], "teraTypes": ["Dark"] }, { "role": "Bulky Setup", "movepool": ["Calm Mind", "Dark Pulse", "Rest", "Sleep Talk"], "teraTypes": ["Dark", "Steel"] }] }, "garchomp": { "level": 80, "sets": [{ "role": "Fast Support", "movepool": ["Draco Meteor", "Earthquake", "Fire Blast", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ground", "Steel"] }, { "role": "Fast Attacker", "movepool": ["Earthquake", "Fire Fang", "Outrage", "Stone Edge", "Swords Dance"], "teraTypes": ["Ground", "Dragon"] }] }, "lucario": { "level": 83, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Extreme Speed", "Meteor Mash", "Stone Edge", "Swords Dance"], "teraTypes": ["Normal", "Fighting", "Steel"] }, { "role": "Setup Sweeper", "movepool": ["Aura Sphere", "Dark Pulse", "Flash Cannon", "Focus Blast", "Nasty Plot", "Vacuum Wave"], "teraTypes": ["Fighting"] }] }, "hippowdon": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Slack Off", "Stealth Rock", "Stone Edge", "Whirlwind", "Yawn"], "teraTypes": ["Fairy", "Rock", "Steel"] }] }, "toxicroak": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Gunk Shot", "Ice Punch", "Sucker Punch", "Swords Dance"], "teraTypes": ["Dark", "Fighting"] }, { "role": "Setup Sweeper", "movepool": ["Dark Pulse", "Focus Blast", "Nasty Plot", "Sludge Bomb", "Vacuum Wave"], "teraTypes": ["Dark", "Fighting", "Poison"] }] }, "lumineon": { "level": 90, "sets": [{ "role": "Fast Attacker", "movepool": ["Dazzling Gleam", "Encore", "Hydro Pump", "Ice Beam", "U-turn"], "teraTypes": ["Water", "Fairy"] }] }, "abomasnow": { "level": 87, "sets": [{ "role": "Bulky Support", "movepool": ["Aurora Veil", "Blizzard", "Earthquake", "Ice Shard", "Wood Hammer"], "teraTypes": ["Ice"] }] }, "weavile": { "level": 83, "sets": [{ "role": "Fast Attacker", "movepool": ["Ice Shard", "Ice Spinner", "Low Kick", "Night Slash", "Swords Dance"], "teraTypes": ["Ice", "Fighting"] }] }, "sneasler": { "level": 78, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Dire Claw", "Gunk Shot", "Night Slash", "U-turn"], "teraTypes": ["Dark", "Fighting"] }, { "role": "Setup Sweeper", "movepool": ["Acrobatics", "Close Combat", "Gunk Shot", "Swords Dance"], "teraTypes": ["Flying"] }] }, "magnezone": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Flash Cannon", "Mirror Coat", "Steel Beam", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Water", "Flying"] }, { "role": "Tera Blast user", "movepool": ["Flash Cannon", "Tera Blast", "Thunderbolt", "Volt Switch"], "teraTypes": ["Fire"] }] }, "leafeon": { "level": 86, "sets": [{ "role": "Setup Sweeper", "movepool": ["Double-Edge", "Leaf Blade", "Substitute", "Swords Dance", "Synthesis", "X-Scissor"], "teraTypes": ["Normal"] }] }, "glaceon": { "level": 89, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Freeze-Dry", "Protect", "Wish"], "teraTypes": ["Water"] }] }, "gallade": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Leaf Blade", "Night Slash", "Psycho Cut", "Sacred Sword", "Swords Dance"], "teraTypes": ["Fighting", "Grass", "Dark"] }] }, "froslass": { "level": 86, "sets": [{ "role": "Fast Support", "movepool": ["Destiny Bond", "Ice Beam", "Shadow Ball", "Spikes", "Taunt", "Will-O-Wisp"], "teraTypes": ["Ghost"] }] }, "rotom": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Nasty Plot", "Shadow Ball", "Thunderbolt", "Trick", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Ghost", "Electric"] }] }, "rotomwash": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Discharge", "Hydro Pump", "Nasty Plot", "Trick", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Water", "Electric"] }] }, "rotomheat": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Nasty Plot", "Overheat", "Thunderbolt", "Trick", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Fire", "Electric"] }] }, "rotomfrost": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Blizzard", "Nasty Plot", "Thunderbolt", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Electric"] }] }, "rotomfan": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Air Slash", "Nasty Plot", "Thunderbolt", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Electric"] }] }, "rotommow": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Leaf Storm", "Nasty Plot", "Thunderbolt", "Trick", "Volt Switch", "Will-O-Wisp"], "teraTypes": ["Grass", "Electric"] }] }, "uxie": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Encore", "Light Screen", "Psychic", "Reflect", "Stealth Rock", "Thunder Wave", "U-turn", "Yawn"], "teraTypes": ["Steel", "Electric"] }] }, "mesprit": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Dazzling Gleam", "Energy Ball", "Healing Wish", "Ice Beam", "Nasty Plot", "Psychic", "Thunderbolt", "Trick", "U-turn"], "teraTypes": ["Psychic", "Fairy", "Electric"] }] }, "azelf": { "level": 82, "sets": [{ "role": "Fast Support", "movepool": ["Explosion", "Fire Blast", "Psychic", "Stealth Rock", "Taunt", "U-turn"], "teraTypes": ["Psychic", "Fire"] }, { "role": "Fast Attacker", "movepool": ["Dazzling Gleam", "Energy Ball", "Fire Blast", "Nasty Plot", "Psychic", "Psyshock", "Trick", "U-turn"], "teraTypes": ["Psychic", "Fairy", "Fire"] }] }, "dialga": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Flash Cannon", "Stealth Rock", "Thunder Wave", "Thunderbolt", "Trick"], "teraTypes": ["Dragon", "Steel", "Fire"] }] }, "dialgaorigin": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Flash Cannon", "Stealth Rock", "Thunder Wave"], "teraTypes": ["Dragon", "Steel", "Fire"] }] }, "palkia": { "level": 76, "sets": [{ "role": "Fast Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Hydro Pump", "Spacial Rend"], "teraTypes": ["Dragon", "Water"] }, { "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Hydro Pump", "Spacial Rend", "Thunder Wave"], "teraTypes": ["Dragon", "Water"] }] }, "palkiaorigin": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Hydro Pump", "Spacial Rend", "Thunder Wave"], "teraTypes": ["Dragon", "Water"] }] }, "heatran": { "level": 80, "sets": [{ "role": "Bulky Support", "movepool": ["Earth Power", "Flash Cannon", "Lava Plume", "Magma Storm", "Stealth Rock"], "teraTypes": ["Flying", "Grass", "Steel"] }] }, "giratina": { "level": 76, "sets": [{ "role": "Bulky Support", "movepool": ["Dragon Tail", "Rest", "Shadow Ball", "Sleep Talk", "Will-O-Wisp"], "teraTypes": ["Ghost"] }, { "role": "Bulky Setup", "movepool": ["Calm Mind", "Dragon Pulse", "Rest", "Sleep Talk"], "teraTypes": ["Dragon"] }] }, "giratinaorigin": { "level": 76, "sets": [{ "role": "Bulky Support", "movepool": ["Defog", "Draco Meteor", "Dragon Tail", "Earthquake", "Outrage", "Shadow Ball", "Shadow Sneak", "Will-O-Wisp"], "teraTypes": ["Dragon", "Ghost"] }] }, "cresselia": { "level": 82, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Moonblast", "Moonlight", "Psychic", "Psyshock", "Thunderbolt"], "teraTypes": ["Fairy", "Electric", "Poison", "Steel"] }] }, "arceus": { "level": 70, "sets": [{ "role": "Setup Sweeper", "movepool": ["Earthquake", "Extreme Speed", "Recover", "Shadow Claw", "Swords Dance"], "teraTypes": ["Normal"] }] }, "arceusbug": { "level": 72, "sets": [{ "role": "Setup Sweeper", "movepool": ["Calm Mind", "Earth Power", "Ice Beam", "Judgment"], "teraTypes": ["Bug", "Ground"] }, { "role": "Bulky Setup", "movepool": ["Calm Mind", "Fire Blast", "Judgment", "Recover"], "teraTypes": ["Bug", "Fire"] }] }, "arceusdark": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Fire Blast", "Judgment", "Recover", "Sludge Bomb"], "teraTypes": ["Dark"] }] }, "arceusdragon": { "level": 70, "sets": [{ "role": "Setup Sweeper", "movepool": ["Earthquake", "Extreme Speed", "Gunk Shot", "Outrage", "Swords Dance"], "teraTypes": ["Dragon"] }] }, "arceuselectric": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Ice Beam", "Judgment", "Recover"], "teraTypes": ["Electric", "Ice"] }] }, "arceusfairy": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Fire Blast", "Judgment", "Recover"], "teraTypes": ["Fairy"] }] }, "arceusfighting": { "level": 68, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Cosmic Power", "Recover", "Stored Power"], "teraTypes": ["Steel"] }] }, "arceusfire": { "level": 72, "sets": [{ "role": "Setup Sweeper", "movepool": ["Earthquake", "Extreme Speed", "Flare Blitz", "Liquidation", "Recover", "Swords Dance"], "teraTypes": ["Fire"] }] }, "arceusflying": { "level": 72, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Fire Blast", "Judgment", "Recover"], "teraTypes": ["Flying", "Ground"] }] }, "arceusghost": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Focus Blast", "Judgment", "Recover"], "teraTypes": ["Fighting"] }] }, "arceusgrass": { "level": 72, "sets": [{ "role": "Setup Sweeper", "movepool": ["Calm Mind", "Earth Power", "Ice Beam", "Judgment"], "teraTypes": ["Grass", "Ground"] }, { "role": "Bulky Setup", "movepool": ["Calm Mind", "Fire Blast", "Judgment", "Recover"], "teraTypes": ["Grass", "Fire"] }] }, "arceusground": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Fire Blast", "Ice Beam", "Judgment", "Recover"], "teraTypes": ["Ground"] }] }, "arceusice": { "level": 72, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Judgment", "Recover", "Thunderbolt"], "teraTypes": ["Electric", "Ice"] }] }, "arceuspoison": { "level": 72, "sets": [{ "role": "Setup Sweeper", "movepool": ["Earthquake", "Flare Blitz", "Gunk Shot", "Liquidation", "Recover", "Swords Dance"], "teraTypes": ["Poison"] }] }, "arceuspsychic": { "level": 68, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Cosmic Power", "Recover", "Stored Power"], "teraTypes": ["Steel"] }] }, "arceusrock": { "level": 70, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Fire Blast", "Ice Beam", "Judgment", "Recover"], "teraTypes": ["Ground", "Rock"] }] }, "arceussteel": { "level": 70, "sets": [{ "role": "Setup Sweeper", "movepool": ["Calm Mind", "Earth Power", "Judgment", "Recover", "Will-O-Wisp"], "teraTypes": ["Ghost"] }] }, "arceuswater": { "level": 70, "sets": [{ "role": "Bulky Support", "movepool": ["Judgment", "Recover", "Taunt", "Will-O-Wisp"], "teraTypes": ["Steel"] }] }, "samurott": { "level": 88, "sets": [{ "role": "AV Pivot", "movepool": ["Aqua Jet", "Grass Knot", "Hydro Pump", "Ice Beam", "Knock Off", "Megahorn", "Sacred Sword"], "teraTypes": ["Water", "Dark"] }, { "role": "Fast Attacker", "movepool": ["Aqua Jet", "Knock Off", "Liquidation", "Megahorn", "Sacred Sword", "Swords Dance"], "teraTypes": ["Water", "Dark"] }] }, "samurotthisui": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Ceaseless Edge", "Razor Shell", "Sucker Punch", "Swords Dance", "X-Scissor"], "teraTypes": ["Water", "Dark"] }] }, "lilligant": { "level": 86, "sets": [{ "role": "Tera Blast user", "movepool": ["Giga Drain", "Pollen Puff", "Quiver Dance", "Sleep Powder", "Tera Blast"], "teraTypes": ["Fire"] }, { "role": "Setup Sweeper", "movepool": ["Petal Dance", "Pollen Puff", "Quiver Dance", "Sleep Powder"], "teraTypes": ["Grass"] }] }, "lilliganthisui": { "level": 80, "sets": [{ "role": "Setup Sweeper", "movepool": ["Close Combat", "Ice Spinner", "Leaf Blade", "Sleep Powder", "Victory Dance"], "teraTypes": ["Fighting"] }, { "role": "Fast Support", "movepool": ["Close Combat", "Defog", "Ice Spinner", "Leaf Blade", "Sleep Powder"], "teraTypes": ["Fighting"] }] }, "basculin": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Aqua Jet", "Crunch", "Head Smash", "Psychic Fangs", "Wave Crash"], "teraTypes": ["Water"] }] }, "basculinbluestriped": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Aqua Jet", "Crunch", "Head Smash", "Psychic Fangs", "Wave Crash"], "teraTypes": ["Water"] }] }, "basculegion": { "level": 74, "sets": [{ "role": "Fast Attacker", "movepool": ["Agility", "Last Respects", "Psychic Fangs", "Wave Crash"], "teraTypes": ["Ghost"] }] }, "basculegionf": { "level": 74, "sets": [{ "role": "Wallbreaker", "movepool": ["Agility", "Hydro Pump", "Ice Beam", "Last Respects"], "teraTypes": ["Ghost"] }] }, "krookodile": { "level": 83, "sets": [{ "role": "Fast Attacker", "movepool": ["Bulk Up", "Crunch", "Earthquake", "Gunk Shot", "Stealth Rock", "Stone Edge"], "teraTypes": ["Poison", "Ground"] }] }, "zoroark": { "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Flamethrower", "Focus Blast", "Nasty Plot", "Sludge Bomb", "Trick", "U-turn"], "teraTypes": ["Poison"] }] }, "zoroarkhisui": { "sets": [{ "role": "Wallbreaker", "movepool": ["Bitter Malice", "Flamethrower", "Focus Blast", "Hyper Voice", "Nasty Plot", "Shadow Ball", "Trick", "U-turn"], "teraTypes": ["Normal"] }] }, "gothitelle": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Nasty Plot", "Psychic", "Shadow Ball", "Thunderbolt", "Trick"], "teraTypes": ["Psychic", "Ghost", "Electric"] }] }, "sawsbuck": { "level": 88, "sets": [{ "role": "Setup Sweeper", "movepool": ["Double-Edge", "Headbutt", "Horn Leech", "Stomping Tantrum", "Swords Dance"], "teraTypes": ["Normal"] }] }, "amoonguss": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Clear Smog", "Giga Drain", "Sludge Bomb", "Spore", "Toxic"], "teraTypes": ["Steel", "Water"] }] }, "alomomola": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Body Slam", "Liquidation", "Mirror Coat", "Protect", "Wish"], "teraTypes": ["Steel"] }] }, "eelektross": { "level": 86, "sets": [{ "role": "Bulky Setup", "movepool": ["Coil", "Drain Punch", "Fire Punch", "Liquidation", "Wild Charge"], "teraTypes": ["Electric", "Fighting"] }, { "role": "AV Pivot", "movepool": ["Close Combat", "Flamethrower", "Giga Drain", "Thunderbolt", "U-turn"], "teraTypes": ["Electric"] }] }, "haxorus": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Dragon Dance", "Earthquake", "Outrage", "Poison Jab"], "teraTypes": ["Fighting", "Ground"] }] }, "beartic": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Aqua Jet", "Close Combat", "Earthquake", "Icicle Crash", "Snowscape", "Swords Dance"], "teraTypes": ["Fighting", "Ice", "Ground"] }] }, "cryogonal": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Flash Cannon", "Freeze-Dry", "Haze", "Rapid Spin", "Recover"], "teraTypes": ["Steel"] }] }, "braviary": { "level": 86, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Brave Bird", "Bulk Up", "Close Combat", "Roost"], "teraTypes": ["Flying", "Fighting"] }] }, "braviaryhisui": { "level": 81, "sets": [{ "role": "Fast Support", "movepool": ["Calm Mind", "Defog", "Heat Wave", "Hurricane", "Psychic"], "teraTypes": ["Psychic", "Flying"] }, { "role": "Wallbreaker", "movepool": ["Calm Mind", "Esper Wing", "Heat Wave", "Hurricane", "U-turn"], "teraTypes": ["Psychic", "Flying"] }] }, "hydreigon": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Draco Meteor", "Fire Blast", "Flash Cannon", "Nasty Plot", "U-turn"], "teraTypes": ["Dark", "Dragon", "Fire", "Steel"] }] }, "volcarona": { "level": 80, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bug Buzz", "Fiery Dance", "Fire Blast", "Giga Drain", "Morning Sun", "Quiver Dance"], "teraTypes": ["Fire", "Grass", "Water"] }] }, "tornadus": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Bleakwind Storm", "Focus Blast", "Grass Knot", "Heat Wave", "Nasty Plot", "U-turn"], "teraTypes": ["Flying", "Fire"] }] }, "tornadustherian": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Bleakwind Storm", "Focus Blast", "Grass Knot", "Heat Wave", "Nasty Plot", "U-turn"], "teraTypes": ["Flying", "Fire"] }] }, "thundurus": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Grass Knot", "Nasty Plot", "Sludge Bomb", "Taunt", "Thunder Wave", "Thunderbolt", "U-turn"], "teraTypes": ["Electric", "Grass"] }, { "role": "Tera Blast user", "movepool": ["Focus Blast", "Nasty Plot", "Tera Blast", "Thunderbolt"], "teraTypes": ["Flying"] }] }, "thundurustherian": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Grass Knot", "Nasty Plot", "Psychic", "Sludge Bomb", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Psychic", "Poison"] }, { "role": "Tera Blast user", "movepool": ["Focus Blast", "Nasty Plot", "Tera Blast", "Thunderbolt"], "teraTypes": ["Flying"] }] }, "landorus": { "level": 76, "sets": [{ "role": "Fast Attacker", "movepool": ["Earth Power", "Focus Blast", "Nasty Plot", "Psychic", "Rock Slide", "Sludge Bomb", "Stealth Rock"], "teraTypes": ["Ground", "Psychic", "Poison"] }] }, "landorustherian": { "level": 78, "sets": [{ "role": "Fast Support", "movepool": ["Earthquake", "Stealth Rock", "Stone Edge", "Taunt", "U-turn"], "teraTypes": ["Ground"] }, { "role": "Tera Blast user", "movepool": ["Earthquake", "Stone Edge", "Swords Dance", "Tera Blast"], "teraTypes": ["Flying"] }] }, "meloetta": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Focus Blast", "Hyper Voice", "Psyshock", "U-turn"], "teraTypes": ["Normal", "Psychic", "Fighting"] }] }, "chesnaught": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Body Press", "Leech Seed", "Spikes", "Spiky Shield", "Synthesis", "Wood Hammer"], "teraTypes": ["Steel", "Water"] }, { "role": "Bulky Setup", "movepool": ["Body Press", "Iron Defense", "Synthesis", "Trailblaze"], "teraTypes": ["Steel"] }] }, "delphox": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Fire Blast", "Grass Knot", "Nasty Plot", "Psyshock", "Switcheroo"], "teraTypes": ["Fire", "Psychic"] }] }, "greninja": { "level": 81, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Grass Knot", "Gunk Shot", "Hydro Pump", "Ice Beam", "Toxic Spikes", "U-turn"], "teraTypes": ["Water", "Dark", "Poison"] }] }, "talonflame": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Brave Bird", "Defog", "Overheat", "Roost", "Taunt", "U-turn", "Will-O-Wisp"], "teraTypes": ["Water", "Ground"] }, { "role": "Tera Blast user", "movepool": ["Brave Bird", "Flare Blitz", "Swords Dance", "Tera Blast"], "teraTypes": ["Ground"] }] }, "vivillon": { "level": 86, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Bug Buzz", "Energy Ball", "Hurricane", "Quiver Dance", "Sleep Powder", "Substitute"], "teraTypes": ["Flying"] }, { "role": "Tera Blast user", "movepool": ["Hurricane", "Quiver Dance", "Sleep Powder", "Substitute", "Tera Blast"], "teraTypes": ["Ground"] }] }, "pyroar": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Fire Blast", "Hyper Voice", "Will-O-Wisp", "Work Up"], "teraTypes": ["Fire"] }] }, "florges": { "level": 85, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Moonblast", "Protect", "Wish"], "teraTypes": ["Steel"] }] }, "gogoat": { "level": 87, "sets": [{ "role": "Bulky Setup", "movepool": ["Bulk Up", "Earthquake", "Horn Leech", "Milk Drink"], "teraTypes": ["Ground"] }] }, "dragalge": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Focus Blast", "Sludge Bomb", "Thunderbolt", "Toxic", "Toxic Spikes"], "teraTypes": ["Dragon", "Poison"] }] }, "clawitzer": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Aura Sphere", "Dark Pulse", "Dragon Pulse", "U-turn", "Water Pulse"], "teraTypes": ["Dark", "Dragon", "Fighting"] }] }, "sylveon": { "level": 82, "sets": [{ "role": "Bulky Setup", "movepool": ["Calm Mind", "Hyper Voice", "Protect", "Wish"], "teraTypes": ["Fairy", "Steel"] }, { "role": "Tera Blast user", "movepool": ["Calm Mind", "Hyper Voice", "Tera Blast", "Trailblaze"], "teraTypes": ["Ground"] }] }, "hawlucha": { "level": 82, "sets": [{ "role": "Setup Sweeper", "movepool": ["Acrobatics", "Brave Bird", "Close Combat", "Stone Edge", "Swords Dance"], "teraTypes": ["Fighting", "Flying"] }] }, "dedenne": { "level": 88, "sets": [{ "role": "Fast Support", "movepool": ["Dazzling Gleam", "Nuzzle", "Super Fang", "Thunderbolt", "U-turn"], "teraTypes": ["Electric"] }] }, "carbink": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Moonblast", "Power Gem", "Spikes", "Stealth Rock"], "teraTypes": ["Fighting"] }, { "role": "Bulky Support", "movepool": ["Body Press", "Light Screen", "Moonblast", "Reflect", "Stealth Rock"], "teraTypes": ["Fighting"] }] }, "goodra": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Earthquake", "Fire Blast", "Power Whip", "Sludge Bomb", "Thunderbolt"], "teraTypes": ["Dragon", "Ground", "Fire", "Grass", "Poison", "Electric"] }] }, "goodrahisui": { "level": 85, "sets": [{ "role": "AV Pivot", "movepool": ["Draco Meteor", "Dragon Tail", "Earthquake", "Fire Blast", "Heavy Slam", "Hydro Pump", "Thunderbolt"], "teraTypes": ["Dragon", "Ground", "Fire", "Steel", "Water", "Electric"] }, { "role": "Bulky Setup", "movepool": ["Body Press", "Curse", "Heavy Slam", "Rest"], "teraTypes": ["Fighting"] }] }, "klefki": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Foul Play", "Magnet Rise", "Play Rough", "Spikes", "Thunder Wave"], "teraTypes": ["Water"] }] }, "avalugg": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Avalanche", "Body Press", "Curse", "Rapid Spin", "Recover"], "teraTypes": ["Fighting"] }] }, "avalugghisui": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Avalanche", "Body Press", "Curse", "Recover", "Stone Edge"], "teraTypes": ["Poison", "Flying"] }] }, "noivern": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Boomburst", "Draco Meteor", "Flamethrower", "Hurricane", "Roost", "U-turn"], "teraTypes": ["Normal"] }, { "role": "Fast Support", "movepool": ["Defog", "Draco Meteor", "Flamethrower", "Hurricane", "Roost", "U-turn"], "teraTypes": ["Fire"] }] }, "diancie": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Diamond Storm", "Earth Power", "Moonblast", "Stealth Rock"], "teraTypes": ["Fighting"] }] }, "hoopa": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Nasty Plot", "Psyshock", "Shadow Ball", "Substitute", "Trick"], "teraTypes": ["Psychic", "Ghost", "Fighting"] }] }, "hoopaunbound": { "level": 80, "sets": [{ "role": "Wallbreaker", "movepool": ["Drain Punch", "Gunk Shot", "Hyperspace Fury", "Trick", "Zen Headbutt"], "teraTypes": ["Dark", "Fighting", "Poison"] }, { "role": "Fast Attacker", "movepool": ["Dark Pulse", "Focus Blast", "Nasty Plot", "Psyshock", "Trick"], "teraTypes": ["Dark", "Fighting", "Psychic"] }, { "role": "AV Pivot", "movepool": ["Focus Blast", "Gunk Shot", "Hyperspace Fury", "Psychic"], "teraTypes": ["Dark", "Fighting", "Psychic", "Poison"] }] }, "volcanion": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earth Power", "Flame Charge", "Flamethrower", "Sludge Bomb", "Steam Eruption"], "teraTypes": ["Water", "Fire"] }] }, "decidueye": { "level": 86, "sets": [{ "role": "Fast Support", "movepool": ["Defog", "Knock Off", "Leaf Storm", "Roost", "Spirit Shackle", "U-turn"], "teraTypes": ["Dark", "Ghost", "Grass"] }, { "role": "Setup Sweeper", "movepool": ["Leaf Blade", "Shadow Sneak", "Spirit Shackle", "Swords Dance"], "teraTypes": ["Ghost"] }] }, "decidueyehisui": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Defog", "Leaf Blade", "Sucker Punch", "Swords Dance", "Synthesis", "Triple Arrows", "U-turn"], "teraTypes": ["Fighting", "Steel"] }] }, "gumshoos": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Body Slam", "Crunch", "Earthquake", "Psychic Fangs", "U-turn"], "teraTypes": ["Ground"] }] }, "crabominable": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Close Combat", "Drain Punch", "Earthquake", "Gunk Shot", "Ice Hammer"], "teraTypes": ["Fighting", "Ground"] }] }, "oricorio": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Hurricane", "Quiver Dance", "Revelation Dance", "Roost", "Substitute"], "teraTypes": ["Ground"] }, { "role": "Fast Support", "movepool": ["Defog", "Hurricane", "Revelation Dance", "Roost"], "teraTypes": ["Ground"] }] }, "oricoriopompom": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Hurricane", "Quiver Dance", "Revelation Dance", "Roost", "Substitute"], "teraTypes": ["Electric", "Ground"] }, { "role": "Fast Support", "movepool": ["Defog", "Hurricane", "Revelation Dance", "Roost"], "teraTypes": ["Electric"] }] }, "oricoriopau": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Hurricane", "Quiver Dance", "Revelation Dance", "Roost", "Substitute"], "teraTypes": ["Ground"] }, { "role": "Fast Support", "movepool": ["Defog", "Hurricane", "Revelation Dance", "Roost"], "teraTypes": ["Ground"] }] }, "oricoriosensu": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Hurricane", "Quiver Dance", "Revelation Dance", "Roost", "Substitute"], "teraTypes": ["Ghost", "Fighting"] }, { "role": "Fast Support", "movepool": ["Defog", "Hurricane", "Revelation Dance", "Roost"], "teraTypes": ["Ghost"] }] }, "lycanroc": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Accelerock", "Close Combat", "Crunch", "Drill Run", "Psychic Fangs", "Stealth Rock", "Stone Edge", "Swords Dance", "Taunt"], "teraTypes": ["Fighting"] }] }, "lycanrocmidnight": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Psychic Fangs", "Stealth Rock", "Stone Edge", "Swords Dance"], "teraTypes": ["Rock", "Fighting"] }] }, "lycanrocdusk": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Accelerock", "Close Combat", "Crunch", "Drill Run", "Psychic Fangs", "Stone Edge", "Swords Dance"], "teraTypes": ["Fighting"] }] }, "toxapex": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Haze", "Liquidation", "Recover", "Toxic", "Toxic Spikes"], "teraTypes": ["Steel", "Flying", "Grass", "Fairy"] }] }, "mudsdale": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Earthquake", "Heavy Slam", "Stealth Rock", "Stone Edge"], "teraTypes": ["Fighting"] }] }, "lurantis": { "level": 89, "sets": [{ "role": "Bulky Attacker", "movepool": ["Defog", "Leaf Storm", "Pollen Puff", "Synthesis"], "teraTypes": ["Steel", "Water"] }] }, "salazzle": { "level": 82, "sets": [{ "role": "Fast Support", "movepool": ["Flamethrower", "Protect", "Substitute", "Toxic"], "teraTypes": ["Water", "Flying"] }] }, "tsareena": { "level": 84, "sets": [{ "role": "Fast Support", "movepool": ["High Jump Kick", "Play Rough", "Power Whip", "Rapid Spin", "Synthesis", "U-turn"], "teraTypes": ["Fighting", "Grass"] }] }, "oranguru": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Focus Blast", "Nasty Plot", "Psychic", "Psyshock", "Thunderbolt"], "teraTypes": ["Psychic", "Electric", "Fighting"] }, { "role": "Wallbreaker", "movepool": ["Focus Blast", "Hyper Voice", "Psyshock", "Thunderbolt", "Trick", "Trick Room"], "teraTypes": ["Psychic", "Electric", "Fighting"] }] }, "passimian": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Gunk Shot", "Knock Off", "Rock Slide", "U-turn"], "teraTypes": ["Dark"] }] }, "palossand": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Earth Power", "Hypnosis", "Shadow Ball", "Shore Up", "Stealth Rock"], "teraTypes": ["Water"] }] }, "komala": { "level": 89, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Slam", "Earthquake", "Gunk Shot", "Play Rough", "Rapid Spin", "Sucker Punch", "Superpower", "U-turn", "Wood Hammer"], "teraTypes": ["Normal", "Ground", "Poison", "Fairy", "Fighting", "Grass"] }] }, "mimikyu": { "level": 85, "sets": [{ "role": "Setup Sweeper", "movepool": ["Drain Punch", "Play Rough", "Shadow Claw", "Shadow Sneak", "Swords Dance", "Wood Hammer"], "teraTypes": ["Fighting", "Grass", "Fairy", "Ghost"] }] }, "bruxish": { "level": 85, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Crunch", "Ice Fang", "Psychic Fangs", "Swords Dance", "Wave Crash"], "teraTypes": ["Dark", "Psychic"] }] }, "magearna": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Aura Sphere", "Flash Cannon", "Fleur Cannon", "Ice Beam", "Spikes", "Volt Switch"], "teraTypes": ["Fairy", "Steel", "Fighting", "Water"] }, { "role": "Bulky Setup", "movepool": ["Agility", "Calm Mind", "Flash Cannon", "Fleur Cannon"], "teraTypes": ["Water", "Steel", "Fairy", "Flying"] }] }, "rillaboom": { "level": 83, "sets": [{ "role": "Setup Sweeper", "movepool": ["Acrobatics", "Knock Off", "Stomping Tantrum", "Swords Dance", "Wood Hammer"], "teraTypes": ["Flying", "Grass"] }, { "role": "Fast Attacker", "movepool": ["Knock Off", "Stomping Tantrum", "U-turn", "Wood Hammer"], "teraTypes": ["Grass"] }] }, "cinderace": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Court Change", "Gunk Shot", "High Jump Kick", "Pyro Ball", "Sucker Punch", "U-turn"], "teraTypes": ["Fire", "Fighting", "Poison"] }] }, "inteleon": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Air Slash", "Dark Pulse", "Hydro Pump", "Ice Beam", "Surf", "U-turn"], "teraTypes": ["Water"] }, { "role": "Tera Blast user", "movepool": ["Hydro Pump", "Ice Beam", "Tera Blast", "U-turn"], "teraTypes": ["Electric"] }] }, "greedent": { "level": 88, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Slam", "Crunch", "Earthquake", "Fire Fang", "Psychic Fangs", "Swords Dance"], "teraTypes": ["Ground", "Psychic"] }] }, "corviknight": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Brave Bird", "Bulk Up", "Defog", "Roost"], "teraTypes": ["Fighting"] }] }, "drednaw": { "level": 80, "sets": [{ "role": "Setup Sweeper", "movepool": ["Crunch", "Earthquake", "Liquidation", "Shell Smash", "Stone Edge"], "teraTypes": ["Water", "Ground", "Dark"] }] }, "coalossal": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Overheat", "Rapid Spin", "Spikes", "Stealth Rock", "Stone Edge", "Will-O-Wisp"], "teraTypes": ["Water"] }] }, "flapple": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Dragon Dance", "Grav Apple", "Outrage", "Sucker Punch", "U-turn"], "teraTypes": ["Dragon", "Grass"] }] }, "appletun": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Apple Acid", "Draco Meteor", "Dragon Pulse", "Leech Seed", "Recover"], "teraTypes": ["Grass", "Steel"] }] }, "sandaconda": { "level": 86, "sets": [{ "role": "Bulky Setup", "movepool": ["Coil", "Earthquake", "Glare", "Rest", "Stone Edge"], "teraTypes": ["Ground"] }, { "role": "Bulky Support", "movepool": ["Earthquake", "Glare", "Rest", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ground"] }] }, "barraskewda": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Close Combat", "Crunch", "Liquidation", "Poison Jab", "Psychic Fangs"], "teraTypes": ["Fighting"] }] }, "toxtricity": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Boomburst", "Overdrive", "Shift Gear", "Sludge Bomb", "Volt Switch"], "teraTypes": ["Normal"] }] }, "toxtricitylowkey": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Boomburst", "Overdrive", "Sludge Bomb", "Toxic Spikes", "Volt Switch"], "teraTypes": ["Normal"] }] }, "polteageist": { "level": 80, "sets": [{ "role": "Tera Blast user", "movepool": ["Giga Drain", "Shadow Ball", "Shell Smash", "Stored Power", "Strength Sap", "Tera Blast"], "teraTypes": ["Fighting"] }, { "role": "Setup Sweeper", "movepool": ["Giga Drain", "Shadow Ball", "Shell Smash", "Stored Power", "Strength Sap"], "teraTypes": ["Psychic"] }] }, "hatterene": { "level": 84, "sets": [{ "role": "Wallbreaker", "movepool": ["Dazzling Gleam", "Mystical Fire", "Psychic", "Psyshock", "Trick", "Trick Room"], "teraTypes": ["Psychic", "Fairy", "Fire"] }] }, "grimmsnarl": { "level": 82, "sets": [{ "role": "Bulky Support", "movepool": ["Light Screen", "Parting Shot", "Reflect", "Spirit Break", "Thunder Wave"], "teraTypes": ["Fairy"] }, { "role": "Fast Bulky Setup", "movepool": ["Bulk Up", "Crunch", "Rest", "Spirit Break", "Sucker Punch", "Thunder Wave"], "teraTypes": ["Dark"] }, { "role": "Bulky Attacker", "movepool": ["Parting Shot", "Spirit Break", "Sucker Punch", "Taunt", "Thunder Wave"], "teraTypes": ["Fairy"] }] }, "perrserker": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Close Combat", "Crunch", "Iron Head", "Stealth Rock", "U-turn"], "teraTypes": ["Steel", "Fighting"] }] }, "falinks": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Megahorn", "No Retreat", "Poison Jab", "Rock Slide"], "teraTypes": ["Fighting"] }] }, "pincurchin": { "level": 88, "sets": [{ "role": "Bulky Attacker", "movepool": ["Discharge", "Liquidation", "Spikes", "Sucker Punch", "Toxic Spikes"], "teraTypes": ["Electric", "Water"] }] }, "frosmoth": { "level": 85, "sets": [{ "role": "Tera Blast user", "movepool": ["Bug Buzz", "Giga Drain", "Hurricane", "Ice Beam", "Quiver Dance", "Tera Blast"], "teraTypes": ["Ground"] }, { "role": "Setup Sweeper", "movepool": ["Bug Buzz", "Giga Drain", "Hurricane", "Ice Beam", "Quiver Dance"], "teraTypes": ["Water"] }] }, "stonjourner": { "level": 88, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Heavy Slam", "Rock Polish", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ground"] }] }, "eiscue": { "level": 85, "sets": [{ "role": "Setup Sweeper", "movepool": ["Belly Drum", "Ice Spinner", "Iron Head", "Liquidation", "Substitute", "Zen Headbutt"], "teraTypes": ["Water"] }, { "role": "Tera Blast user", "movepool": ["Belly Drum", "Ice Spinner", "Liquidation", "Substitute", "Tera Blast"], "teraTypes": ["Ground"] }] }, "indeedee": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Dazzling Gleam", "Healing Wish", "Hyper Voice", "Psychic", "Psyshock", "Shadow Ball"], "teraTypes": ["Psychic"] }] }, "indeedeef": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Dazzling Gleam", "Healing Wish", "Hyper Voice", "Psychic", "Psyshock", "Shadow Ball"], "teraTypes": ["Psychic"] }] }, "copperajah": { "level": 86, "sets": [{ "role": "Wallbreaker", "movepool": ["Earthquake", "Iron Head", "Play Rough", "Rock Slide", "Stealth Rock", "Superpower"], "teraTypes": ["Steel", "Fairy"] }] }, "dragapult": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Draco Meteor", "Fire Blast", "Shadow Ball", "Thunderbolt", "U-turn"], "teraTypes": ["Ghost", "Dragon"] }, { "role": "Tera Blast user", "movepool": ["Dragon Dance", "Dragon Darts", "Fire Blast", "Tera Blast"], "teraTypes": ["Ghost"] }] }, "zacian": { "level": 71, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Crunch", "Play Rough", "Psychic Fangs", "Swords Dance", "Wild Charge"], "teraTypes": ["Fighting"] }] }, "zaciancrowned": { "level": 69, "sets": [{ "role": "Setup Sweeper", "movepool": ["Behemoth Blade", "Close Combat", "Play Rough", "Swords Dance"], "teraTypes": ["Fighting"] }] }, "zamazenta": { "level": 72, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Crunch", "Iron Head", "Psychic Fangs", "Stone Edge", "Wild Charge"], "teraTypes": ["Fighting", "Dark"] }, { "role": "Bulky Setup", "movepool": ["Body Press", "Crunch", "Iron Defense", "Iron Head", "Rest", "Stone Edge"], "teraTypes": ["Fighting"] }] }, "zamazentacrowned": { "level": 72, "sets": [{ "role": "Bulky Setup", "movepool": ["Behemoth Bash", "Body Press", "Crunch", "Iron Defense", "Psychic Fangs", "Stone Edge"], "teraTypes": ["Fighting"] }] }, "eternatus": { "level": 72, "sets": [{ "role": "Bulky Attacker", "movepool": ["Dynamax Cannon", "Fire Blast", "Recover", "Sludge Bomb"], "teraTypes": ["Dragon"] }, { "role": "Bulky Support", "movepool": ["Dynamax Cannon", "Flamethrower", "Recover", "Toxic", "Toxic Spikes"], "teraTypes": ["Dragon"] }] }, "urshifu": { "level": 77, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Poison Jab", "Sucker Punch", "Swords Dance", "U-turn", "Wicked Blow"], "teraTypes": ["Dark", "Fighting"] }] }, "urshifurapidstrike": { "level": 79, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Close Combat", "Ice Spinner", "Surging Strikes", "Swords Dance", "U-turn"], "teraTypes": ["Water"] }] }, "zarude": { "level": 82, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Close Combat", "Crunch", "Power Whip", "Swords Dance", "Synthesis"], "teraTypes": ["Dark", "Grass", "Fighting"] }, { "role": "Fast Attacker", "movepool": ["Close Combat", "Crunch", "Power Whip", "U-turn"], "teraTypes": ["Dark", "Grass", "Fighting"] }] }, "regieleki": { "level": 80, "sets": [{ "role": "Fast Support", "movepool": ["Explosion", "Rapid Spin", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric"] }, { "role": "Tera Blast user", "movepool": ["Rapid Spin", "Tera Blast", "Thunderbolt", "Volt Switch"], "teraTypes": ["Ice"] }] }, "regidrago": { "level": 83, "sets": [{ "role": "Bulky Attacker", "movepool": ["Draco Meteor", "Dragon Dance", "Earthquake", "Fire Fang", "Outrage"], "teraTypes": ["Dragon"] }, { "role": "Tera Blast user", "movepool": ["Dragon Claw", "Dragon Dance", "Earthquake", "Tera Blast"], "teraTypes": ["Steel"] }] }, "glastrier": { "level": 86, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Crunch", "Heavy Slam", "Icicle Crash", "Stomping Tantrum", "Swords Dance"], "teraTypes": ["Fighting", "Steel"] }] }, "spectrier": { "level": 75, "sets": [{ "role": "Setup Sweeper", "movepool": ["Dark Pulse", "Nasty Plot", "Shadow Ball", "Substitute", "Will-O-Wisp"], "teraTypes": ["Ghost", "Dark"] }, { "role": "Tera Blast user", "movepool": ["Nasty Plot", "Shadow Ball", "Substitute", "Tera Blast", "Will-O-Wisp"], "teraTypes": ["Fighting"] }] }, "calyrex": { "level": 88, "sets": [{ "role": "Bulky Support", "movepool": ["Calm Mind", "Encore", "Giga Drain", "Leech Seed", "Psychic", "Psyshock"], "teraTypes": ["Steel"] }] }, "calyrexice": { "level": 74, "sets": [{ "role": "Wallbreaker", "movepool": ["Agility", "Close Combat", "Glacial Lance", "Stomping Tantrum", "Trick Room", "Zen Headbutt"], "teraTypes": ["Fighting"] }] }, "calyrexshadow": { "level": 67, "sets": [{ "role": "Fast Attacker", "movepool": ["Astral Barrage", "Nasty Plot", "Pollen Puff", "Psyshock", "Trick"], "teraTypes": ["Ghost"] }] }, "wyrdeer": { "level": 87, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Slam", "Earthquake", "Megahorn", "Psychic", "Thunder Wave", "Thunderbolt"], "teraTypes": ["Ground"] }] }, "kleavor": { "level": 85, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Defog", "Stone Axe", "Swords Dance", "U-turn", "X-Scissor"], "teraTypes": ["Bug", "Rock", "Fighting"] }] }, "ursaluna": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Crunch", "Facade", "Headlong Rush", "Protect", "Swords Dance"], "teraTypes": ["Normal"] }] }, "enamorus": { "level": 81, "sets": [{ "role": "Tera Blast user", "movepool": ["Play Rough", "Superpower", "Taunt", "Tera Blast"], "teraTypes": ["Flying"] }, { "role": "Fast Bulky Setup", "movepool": ["Calm Mind", "Earth Power", "Moonblast", "Substitute"], "teraTypes": ["Ground"] }] }, "enamorustherian": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earth Power", "Healing Wish", "Moonblast", "Mystical Fire", "Psychic", "Superpower"], "teraTypes": ["Fairy", "Ground"] }] }, "meowscarada": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Flower Trick", "Knock Off", "Thunder Punch", "Toxic Spikes", "U-turn"], "teraTypes": ["Grass", "Dark"] }] }, "skeledirge": { "level": 81, "sets": [{ "role": "Bulky Attacker", "movepool": ["Flame Charge", "Shadow Ball", "Slack Off", "Torch Song"], "teraTypes": ["Fire", "Water"] }, { "role": "Bulky Support", "movepool": ["Hex", "Slack Off", "Torch Song", "Will-O-Wisp"], "teraTypes": ["Ghost", "Water"] }] }, "quaquaval": { "level": 79, "sets": [{ "role": "Fast Support", "movepool": ["Aqua Step", "Close Combat", "Ice Spinner", "Rapid Spin", "Roost", "U-turn"], "teraTypes": ["Water", "Fighting"] }, { "role": "Setup Sweeper", "movepool": ["Aqua Step", "Close Combat", "Ice Spinner", "Roost", "Swords Dance"], "teraTypes": ["Water", "Fighting"] }] }, "oinkologne": { "level": 90, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Body Slam", "Stomping Tantrum", "Stuff Cheeks"], "teraTypes": ["Fighting"] }] }, "oinkolognef": { "level": 90, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Body Slam", "Stomping Tantrum", "Stuff Cheeks"], "teraTypes": ["Fighting"] }] }, "dudunsparce": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Glare", "Headbutt", "Roost"], "teraTypes": ["Ghost", "Ground"] }, { "role": "Bulky Setup", "movepool": ["Boomburst", "Calm Mind", "Earth Power", "Roost", "Thunder"], "teraTypes": ["Normal", "Ghost"] }] }, "dudunsparcethreesegment": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Glare", "Headbutt", "Roost"], "teraTypes": ["Ghost", "Ground"] }, { "role": "Bulky Setup", "movepool": ["Boomburst", "Calm Mind", "Earth Power", "Roost", "Thunder"], "teraTypes": ["Normal", "Ghost"] }] }, "spidops": { "level": 90, "sets": [{ "role": "Bulky Support", "movepool": ["Circle Throw", "Memento", "Spikes", "Sticky Web", "Toxic Spikes"], "teraTypes": ["Ghost"] }] }, "lokix": { "level": 82, "sets": [{ "role": "Wallbreaker", "movepool": ["Axe Kick", "First Impression", "Leech Life", "Sucker Punch"], "teraTypes": ["Bug"] }, { "role": "Fast Attacker", "movepool": ["Axe Kick", "First Impression", "Sucker Punch", "U-turn"], "teraTypes": ["Bug"] }, { "role": "Setup Sweeper", "movepool": ["Leech Life", "Sucker Punch", "Swords Dance", "Throat Chop"], "teraTypes": ["Dark"] }] }, "rabsca": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Bug Buzz", "Earth Power", "Psychic", "Revival Blessing", "Trick Room"], "teraTypes": ["Steel"] }] }, "houndstone": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Body Press", "Last Respects", "Trick", "Will-O-Wisp"], "teraTypes": ["Ghost"] }] }, "espathra": { "level": 79, "sets": [{ "role": "Wallbreaker", "movepool": ["Dazzling Gleam", "Lumina Crash", "Shadow Ball", "U-turn"], "teraTypes": ["Psychic", "Fairy", "Ghost"] }, { "role": "Fast Bulky Setup", "movepool": ["Calm Mind", "Dazzling Gleam", "Protect", "Roost", "Stored Power", "Substitute"], "teraTypes": ["Fairy"] }, { "role": "Tera Blast user", "movepool": ["Dazzling Gleam", "Lumina Crash", "Roost", "Tera Blast"], "teraTypes": ["Fire"] }] }, "farigiraf": { "level": 87, "sets": [{ "role": "Bulky Support", "movepool": ["Foul Play", "Hyper Voice", "Protect", "Wish"], "teraTypes": ["Dark"] }, { "role": "Bulky Attacker", "movepool": ["Future Sight", "Hyper Voice", "Protect", "Wish"], "teraTypes": ["Ground", "Water", "Fairy"] }, { "role": "AV Pivot", "movepool": ["Dazzling Gleam", "Earthquake", "Foul Play", "Future Sight", "Hyper Voice", "Psychic"], "teraTypes": ["Dark"] }] }, "wugtrio": { "level": 87, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Jet", "Liquidation", "Memento", "Stomping Tantrum", "Sucker Punch", "Throat Chop"], "teraTypes": ["Water", "Dark"] }] }, "dondozo": { "level": 80, "sets": [{ "role": "Bulky Setup", "movepool": ["Curse", "Liquidation", "Rest", "Sleep Talk", "Wave Crash"], "teraTypes": ["Fairy", "Ground", "Dragon"] }] }, "veluza": { "level": 84, "sets": [{ "role": "Fast Attacker", "movepool": ["Aqua Cutter", "Aqua Jet", "Night Slash", "Psycho Cut"], "teraTypes": ["Water"] }, { "role": "Setup Sweeper", "movepool": ["Aqua Cutter", "Fillet Away", "Night Slash", "Psycho Cut"], "teraTypes": ["Water", "Psychic", "Dark"] }] }, "palafin": { "level": 77, "sets": [{ "role": "Bulky Attacker", "movepool": ["Bulk Up", "Close Combat", "Flip Turn", "Ice Punch", "Jet Punch", "Wave Crash"], "teraTypes": ["Water", "Fighting"] }] }, "arboliva": { "level": 87, "sets": [{ "role": "Bulky Attacker", "movepool": ["Dazzling Gleam", "Earth Power", "Energy Ball", "Hyper Voice", "Strength Sap"], "teraTypes": ["Grass", "Fairy"] }, { "role": "Bulky Support", "movepool": ["Hyper Voice", "Leech Seed", "Protect", "Substitute"], "teraTypes": ["Water"] }] }, "scovillain": { "level": 76, "sets": [{ "role": "Bulky Attacker", "movepool": ["Flamethrower", "Leech Seed", "Protect", "Substitute"], "teraTypes": ["Steel", "Water"] }] }, "bellibolt": { "level": 87, "sets": [{ "role": "Bulky Attacker", "movepool": ["Muddy Water", "Slack Off", "Thunder Wave", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric"] }] }, "revavroom": { "level": 83, "sets": [{ "role": "Tera Blast user", "movepool": ["Gunk Shot", "Iron Head", "Shift Gear", "Tera Blast"], "teraTypes": ["Water", "Ground"] }, { "role": "Fast Support", "movepool": ["Gunk Shot", "Haze", "Parting Shot", "Spin Out", "Toxic", "Toxic Spikes"], "teraTypes": ["Water"] }] }, "orthworm": { "level": 84, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Coil", "Iron Tail", "Rest"], "teraTypes": ["Fighting", "Electric"] }, { "role": "Bulky Support", "movepool": ["Body Press", "Iron Head", "Rest", "Shed Tail", "Spikes", "Stealth Rock"], "teraTypes": ["Electric", "Poison"] }] }, "maushold": { "level": 78, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bite", "Encore", "Population Bomb", "Tidy Up"], "teraTypes": ["Normal"] }] }, "mausholdfour": { "level": 78, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bite", "Encore", "Population Bomb", "Tidy Up"], "teraTypes": ["Normal"] }] }, "cetitan": { "level": 84, "sets": [{ "role": "Wallbreaker", "movepool": ["Earthquake", "Ice Shard", "Icicle Crash", "Liquidation", "Play Rough"], "teraTypes": ["Water", "Fairy"] }, { "role": "Bulky Setup", "movepool": ["Belly Drum", "Earthquake", "Ice Shard", "Icicle Crash"], "teraTypes": ["Ice"] }] }, "baxcalibur": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Earthquake", "Glaive Rush", "Ice Shard", "Icicle Crash"], "teraTypes": ["Dragon", "Ground"] }, { "role": "Setup Sweeper", "movepool": ["Dragon Dance", "Earthquake", "Glaive Rush", "Icicle Crash"], "teraTypes": ["Dragon", "Ground"] }] }, "tatsugiri": { "level": 82, "sets": [{ "role": "Tera Blast user", "movepool": ["Draco Meteor", "Dragon Pulse", "Hydro Pump", "Nasty Plot", "Tera Blast"], "teraTypes": ["Fire"] }, { "role": "Fast Support", "movepool": ["Draco Meteor", "Hydro Pump", "Nasty Plot", "Rapid Spin", "Surf"], "teraTypes": ["Water"] }] }, "cyclizar": { "level": 80, "sets": [{ "role": "Fast Support", "movepool": ["Draco Meteor", "Rapid Spin", "Shed Tail", "Taunt"], "teraTypes": ["Dragon"] }, { "role": "Fast Attacker", "movepool": ["Double-Edge", "Draco Meteor", "Knock Off", "Shed Tail"], "teraTypes": ["Normal", "Dragon"] }] }, "pawmot": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Close Combat", "Double Shock", "Ice Punch", "Revival Blessing", "Volt Switch"], "teraTypes": ["Electric"] }, { "role": "Fast Support", "movepool": ["Close Combat", "Ice Punch", "Nuzzle", "Revival Blessing", "Thunder Punch"], "teraTypes": ["Fighting"] }] }, "kilowattrel": { "level": 82, "sets": [{ "role": "Fast Support", "movepool": ["Hurricane", "Roost", "Thunder Wave", "Thunderbolt", "U-turn"], "teraTypes": ["Flying", "Electric"] }] }, "bombirdier": { "level": 86, "sets": [{ "role": "Fast Attacker", "movepool": ["Brave Bird", "Hone Claws", "Knock Off", "Stone Edge", "Sucker Punch", "U-turn"], "teraTypes": ["Rock"] }] }, "squawkabilly": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Facade", "Protect", "Quick Attack", "U-turn"], "teraTypes": ["Normal"] }] }, "squawkabillywhite": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Double-Edge", "Foul Play", "Parting Shot", "Quick Attack"], "teraTypes": ["Flying", "Dark", "Normal"] }] }, "squawkabillyblue": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Facade", "Protect", "Quick Attack", "U-turn"], "teraTypes": ["Normal"] }] }, "squawkabillyyellow": { "level": 88, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Double-Edge", "Foul Play", "Parting Shot", "Quick Attack"], "teraTypes": ["Flying", "Dark", "Normal"] }] }, "flamigo": { "level": 83, "sets": [{ "role": "Wallbreaker", "movepool": ["Brave Bird", "Close Combat", "Swords Dance", "Throat Chop", "U-turn"], "teraTypes": ["Fighting"] }] }, "klawf": { "level": 83, "sets": [{ "role": "Fast Attacker", "movepool": ["Crabhammer", "High Horsepower", "Knock Off", "Stealth Rock", "Stone Edge", "Swords Dance"], "teraTypes": ["Water", "Ground", "Dark", "Rock"] }] }, "garganacl": { "level": 81, "sets": [{ "role": "Bulky Setup", "movepool": ["Body Press", "Curse", "Recover", "Stone Edge"], "teraTypes": ["Fighting"] }, { "role": "AV Pivot", "movepool": ["Avalanche", "Body Press", "Salt Cure", "Stone Edge"], "teraTypes": ["Ghost"] }, { "role": "Bulky Support", "movepool": ["Avalanche", "Body Press", "Recover", "Salt Cure", "Stealth Rock", "Stone Edge"], "teraTypes": ["Ghost"] }] }, "glimmora": { "level": 80, "sets": [{ "role": "Fast Support", "movepool": ["Earth Power", "Energy Ball", "Mortal Spin", "Power Gem", "Sludge Wave", "Spikes", "Stealth Rock", "Toxic"], "teraTypes": ["Water"] }] }, "grafaiai": { "level": 85, "sets": [{ "role": "Bulky Attacker", "movepool": ["Gunk Shot", "Knock Off", "Super Fang", "Switcheroo", "U-turn"], "teraTypes": ["Dark"] }, { "role": "Fast Support", "movepool": ["Encore", "Knock Off", "Protect", "Substitute", "Toxic"], "teraTypes": ["Dark"] }, { "role": "Bulky Support", "movepool": ["Encore", "Gunk Shot", "Knock Off", "Parting Shot"], "teraTypes": ["Dark"] }] }, "dachsbun": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Body Press", "Play Rough", "Protect", "Wish"], "teraTypes": ["Steel"] }] }, "mabosstiff": { "level": 84, "sets": [{ "role": "Bulky Attacker", "movepool": ["Crunch", "Fire Fang", "Play Rough", "Psychic Fangs", "Wild Charge"], "teraTypes": ["Dark", "Fairy"] }] }, "brambleghast": { "level": 85, "sets": [{ "role": "Bulky Support", "movepool": ["Power Whip", "Rapid Spin", "Shadow Sneak", "Spikes", "Strength Sap"], "teraTypes": ["Steel", "Water", "Fairy"] }, { "role": "Fast Support", "movepool": ["Leech Seed", "Phantom Force", "Power Whip", "Substitute"], "teraTypes": ["Ghost", "Fairy"] }] }, "gholdengo": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Focus Blast", "Make It Rain", "Nasty Plot", "Recover", "Shadow Ball", "Trick"], "teraTypes": ["Steel", "Ghost"] }, { "role": "Bulky Attacker", "movepool": ["Make It Rain", "Recover", "Shadow Ball", "Thunder Wave"], "teraTypes": ["Steel", "Water"] }] }, "greattusk": { "level": 80, "sets": [{ "role": "Bulky Setup", "movepool": ["Bulk Up", "Close Combat", "Earthquake", "Ice Spinner", "Rapid Spin"], "teraTypes": ["Ground", "Fighting"] }, { "role": "Bulky Attacker", "movepool": ["Close Combat", "Headlong Rush", "Ice Spinner", "Knock Off", "Rapid Spin", "Stealth Rock"], "teraTypes": ["Ground", "Dark"] }] }, "brutebonnet": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Crunch", "Seed Bomb", "Spore", "Sucker Punch"], "teraTypes": ["Dark", "Fighting"] }] }, "sandyshocks": { "level": 82, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earth Power", "Spikes", "Stealth Rock", "Thunder Wave", "Thunderbolt", "Volt Switch"], "teraTypes": ["Electric", "Ground"] }] }, "screamtail": { "level": 84, "sets": [{ "role": "Bulky Support", "movepool": ["Encore", "Light Screen", "Play Rough", "Protect", "Reflect", "Thunder Wave", "Wish"], "teraTypes": ["Fairy", "Steel"] }] }, "fluttermane": { "level": 76, "sets": [{ "role": "Fast Attacker", "movepool": ["Calm Mind", "Moonblast", "Mystical Fire", "Psyshock", "Shadow Ball", "Thunderbolt"], "teraTypes": ["Ghost", "Fairy", "Fire", "Electric", "Psychic"] }] }, "slitherwing": { "level": 82, "sets": [{ "role": "Bulky Setup", "movepool": ["Bulk Up", "Close Combat", "Earthquake", "Flame Charge", "Leech Life", "Wild Charge"], "teraTypes": ["Fighting", "Electric"] }, { "role": "Fast Attacker", "movepool": ["Close Combat", "Earthquake", "First Impression", "Flare Blitz", "U-turn", "Wild Charge"], "teraTypes": ["Bug", "Fighting", "Electric"] }] }, "roaringmoon": { "level": 78, "sets": [{ "role": "Setup Sweeper", "movepool": ["Crunch", "Dragon Dance", "Earthquake", "Outrage", "Roost"], "teraTypes": ["Dark", "Dragon", "Ground"] }, { "role": "Bulky Attacker", "movepool": ["Crunch", "Iron Head", "Outrage", "U-turn"], "teraTypes": ["Dark", "Dragon", "Steel"] }] }, "irontreads": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Earthquake", "Iron Head", "Knock Off", "Rapid Spin", "Stealth Rock", "Stone Edge", "Volt Switch"], "teraTypes": ["Ground", "Steel"] }] }, "ironmoth": { "level": 80, "sets": [{ "role": "Fast Attacker", "movepool": ["Discharge", "Energy Ball", "Fiery Dance", "Fire Blast", "Sludge Wave", "U-turn"], "teraTypes": ["Fire", "Grass"] }, { "role": "Fast Support", "movepool": ["Energy Ball", "Fiery Dance", "Morning Sun", "Sludge Wave", "Toxic Spikes", "U-turn"], "teraTypes": ["Fire", "Grass"] }] }, "ironhands": { "level": 80, "sets": [{ "role": "Bulky Attacker", "movepool": ["Close Combat", "Drain Punch", "Fake Out", "Heavy Slam", "Ice Punch", "Thunder Punch", "Volt Switch", "Wild Charge"], "teraTypes": ["Electric", "Fighting"] }] }, "ironjugulis": { "level": 82, "sets": [{ "role": "Fast Attacker", "movepool": ["Dark Pulse", "Earth Power", "Fire Blast", "Hurricane", "Hydro Pump", "U-turn"], "teraTypes": ["Dark", "Flying", "Ground"] }] }, "ironthorns": { "level": 85, "sets": [{ "role": "Fast Support", "movepool": ["Earthquake", "Spikes", "Stealth Rock", "Stone Edge", "Thunder Punch", "Volt Switch"], "teraTypes": ["Grass", "Water"] }, { "role": "Bulky Setup", "movepool": ["Dragon Dance", "Earthquake", "Ice Punch", "Stone Edge", "Wild Charge"], "teraTypes": ["Rock", "Ground"] }] }, "ironbundle": { "level": 76, "sets": [{ "role": "Fast Attacker", "movepool": ["Encore", "Flip Turn", "Freeze-Dry", "Hydro Pump", "Ice Beam", "Substitute"], "teraTypes": ["Water", "Ice"] }] }, "ironvaliant": { "level": 79, "sets": [{ "role": "Setup Sweeper", "movepool": ["Close Combat", "Knock Off", "Spirit Break", "Swords Dance"], "teraTypes": ["Dark", "Fighting"] }, { "role": "Fast Attacker", "movepool": ["Aura Sphere", "Calm Mind", "Focus Blast", "Moonblast", "Psyshock", "Shadow Ball"], "teraTypes": ["Fighting", "Fairy"] }] }, "tinglu": { "level": 80, "sets": [{ "role": "Bulky Support", "movepool": ["Earthquake", "Ruination", "Spikes", "Stealth Rock", "Throat Chop", "Whirlwind"], "teraTypes": ["Ground", "Ghost"] }, { "role": "Bulky Attacker", "movepool": ["Body Press", "Earthquake", "Heavy Slam", "Ruination", "Stone Edge", "Throat Chop"], "teraTypes": ["Ground", "Fighting", "Steel"] }] }, "chienpao": { "level": 78, "sets": [{ "role": "Fast Attacker", "movepool": ["Crunch", "Ice Shard", "Ice Spinner", "Sacred Sword", "Sucker Punch", "Swords Dance"], "teraTypes": ["Dark", "Ice", "Fighting"] }] }, "wochien": { "level": 83, "sets": [{ "role": "Bulky Support", "movepool": ["Energy Ball", "Knock Off", "Leech Seed", "Protect", "Ruination", "Stun Spore"], "teraTypes": ["Poison"] }] }, "chiyu": { "level": 80, "sets": [{ "role": "Setup Sweeper", "movepool": ["Dark Pulse", "Fire Blast", "Nasty Plot", "Psychic", "Will-O-Wisp"], "teraTypes": ["Dark", "Fire"] }, { "role": "Fast Attacker", "movepool": ["Dark Pulse", "Flamethrower", "Overheat", "Psychic"], "teraTypes": ["Dark", "Fire"] }] }, "koraidon": { "level": 70, "sets": [{ "role": "Fast Attacker", "movepool": ["Collision Course", "Flare Blitz", "Outrage", "Swords Dance", "U-turn"], "teraTypes": ["Fire"] }] }, "miraidon": { "level": 68, "sets": [{ "role": "Fast Bulky Setup", "movepool": ["Calm Mind", "Dragon Pulse", "Electro Drift", "Substitute"], "teraTypes": ["Electric"] }, { "role": "Fast Attacker", "movepool": ["Draco Meteor", "Electro Drift", "Overheat", "Volt Switch"], "teraTypes": ["Electric"] }] }, "tinkaton": { "level": 85, "sets": [{ "role": "Bulky Attacker", "movepool": ["Gigaton Hammer", "Knock Off", "Play Rough", "Stealth Rock", "Thunder Wave"], "teraTypes": ["Steel"] }, { "role": "Setup Sweeper", "movepool": ["Gigaton Hammer", "Knock Off", "Play Rough", "Swords Dance"], "teraTypes": ["Steel"] }] }, "armarouge": { "level": 84, "sets": [{ "role": "Wallbreaker", "movepool": ["Armor Cannon", "Aura Sphere", "Energy Ball", "Focus Blast", "Psyshock"], "teraTypes": ["Fire", "Fighting", "Psychic", "Grass"] }] }, "ceruledge": { "level": 82, "sets": [{ "role": "Setup Sweeper", "movepool": ["Bitter Blade", "Close Combat", "Shadow Sneak", "Swords Dance"], "teraTypes": ["Fire", "Fighting"] }] }, "toedscruel": { "level": 86, "sets": [{ "role": "Bulky Support", "movepool": ["Earth Power", "Giga Drain", "Knock Off", "Leaf Storm", "Rapid Spin", "Spore", "Toxic", "Toxic Spikes"], "teraTypes": ["Water"] }] }, "kingambit": { "level": 82, "sets": [{ "role": "Wallbreaker", "movepool": ["Iron Head", "Kowtow Cleave", "Stealth Rock", "Sucker Punch", "Swords Dance"], "teraTypes": ["Dark", "Flying"] }] } };
8048
8127
  var MoveCounter3 = class extends Utils.Multiset {
8049
8128
  constructor() {
8050
8129
  super();
@@ -8192,7 +8271,8 @@ var Hazards2 = [
8192
8271
  var MovePairs = [
8193
8272
  ["lightscreen", "reflect"],
8194
8273
  ["sleeptalk", "rest"],
8195
- ["protect", "wish"]
8274
+ ["protect", "wish"],
8275
+ ["leechseed", "protect"]
8196
8276
  ];
8197
8277
  function sereneGraceBenefits2(move) {
8198
8278
  var _a;
@@ -8251,7 +8331,7 @@ var RandomTeams = class {
8251
8331
  return !counter.get("Steel");
8252
8332
  },
8253
8333
  Water: (movePool, moves, abilities, types, counter, species) => {
8254
- if (species.id === "quagsire")
8334
+ if (types.includes("Ground"))
8255
8335
  return false;
8256
8336
  return !counter.get("Water");
8257
8337
  }
@@ -9062,9 +9142,9 @@ var RandomTeams = class {
9062
9142
  case "Shed Skin":
9063
9143
  return species.id === "seviper";
9064
9144
  case "Sheer Force":
9065
- if (species.id === "braviaryhisui" && role === "Wallbreaker")
9066
- return true;
9067
- return !counter.get("sheerforce") || ["Guts", "Sharpness", "Slush Rush"].some((m) => abilities.has(m));
9145
+ const braviaryCase = species.id === "braviaryhisui" && role === "Wallbreaker";
9146
+ const abilitiesCase = abilities.has("Guts") || abilities.has("Sharpness");
9147
+ return !counter.get("sheerforce") || moves.has("bellydrum") || braviaryCase || abilitiesCase;
9068
9148
  case "Slush Rush":
9069
9149
  return !teamDetails.snow;
9070
9150
  case "Solar Power":
@@ -9109,6 +9189,8 @@ var RandomTeams = class {
9109
9189
  return "Reckless";
9110
9190
  if (species.id === "enamorus" && moves.has("calmmind"))
9111
9191
  return "Cute Charm";
9192
+ if (species.id === "cetitan" && role === "Wallbreaker")
9193
+ return "Sheer Force";
9112
9194
  if (abilities.has("Corrosion") && moves.has("toxic") && !moves.has("earthpower"))
9113
9195
  return "Corrosion";
9114
9196
  if (abilities.has("Cud Chew") && moves.has("substitute"))