@pkmn/dex 0.7.18 → 0.7.19

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.js CHANGED
@@ -800,6 +800,7 @@ var _6 = {
800
800
  battlebond: {
801
801
  inherit: true,
802
802
  onModifyMovePriority: -1,
803
+ isNonstandard: null,
803
804
  desc: "If this Pokemon is a Greninja, it transforms into Ash-Greninja if it attacks and knocks out another Pokemon. If this Pokemon is an Ash-Greninja, its Water Shuriken has 20 power and always hits three times.",
804
805
  shortDesc: "After KOing a Pokemon: becomes Ash-Greninja, Water Shuriken: 20 power, hits 3x."
805
806
  },
@@ -1236,6 +1237,7 @@ var _7 = {
1236
1237
  shortDesc: "This Pokemon cannot be struck by a critical hit."
1237
1238
  },
1238
1239
  battlebond: {
1240
+ isNonstandard: "Unobtainable",
1239
1241
  isPermanent: true,
1240
1242
  name: "Battle Bond",
1241
1243
  num: 210,
@@ -62855,7 +62857,7 @@ var _40 = {
62855
62857
  abilities: { "0": "Levitate", "1": "Solid Rock", H: "Sniper" },
62856
62858
  weightkg: 7,
62857
62859
  evos: ["Tactite"],
62858
- eggGroups: ["Undiscovered"],
62860
+ eggGroups: ["Mineral"],
62859
62861
  gen: 4
62860
62862
  },
62861
62863
  tactite: {
@@ -62876,7 +62878,7 @@ var _40 = {
62876
62878
  prevo: "Rebble",
62877
62879
  evoLevel: 28,
62878
62880
  evos: ["Stratagem"],
62879
- eggGroups: ["Undiscovered"],
62881
+ eggGroups: ["Mineral"],
62880
62882
  gen: 4
62881
62883
  },
62882
62884
  stratagem: {
@@ -62896,7 +62898,7 @@ var _40 = {
62896
62898
  weightkg: 45,
62897
62899
  prevo: "Tactite",
62898
62900
  evoType: "trade",
62899
- eggGroups: ["Undiscovered"],
62901
+ eggGroups: ["Mineral"],
62900
62902
  gen: 4
62901
62903
  },
62902
62904
  privatyke: {
@@ -65214,7 +65216,7 @@ var _46 = {
65214
65216
  growlithe: { tier: "LC" },
65215
65217
  arcanine: { tier: "PU" },
65216
65218
  poliwag: { tier: "LC" },
65217
- poliwhirl: { tier: "NU" },
65219
+ poliwhirl: { tier: "NUBL" },
65218
65220
  poliwrath: { tier: "NUBL" },
65219
65221
  abra: { tier: "LC" },
65220
65222
  kadabra: { tier: "UU" },
@@ -66939,7 +66941,6 @@ var _50 = {
66939
66941
  floatzel: { tier: "NU", doublesTier: "DUU" },
66940
66942
  cherubi: { tier: "LC" },
66941
66943
  cherrim: { tier: "(PU)", doublesTier: "DUU" },
66942
- cherrimsunshine: {},
66943
66944
  shellos: { tier: "LC" },
66944
66945
  gastrodon: { tier: "OU", doublesTier: "DOU" },
66945
66946
  drifloon: { tier: "LC" },
@@ -71284,9 +71285,9 @@ var _54 = {
71284
71285
  fennekin: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71285
71286
  braixen: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71286
71287
  delphox: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71287
- froakie: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71288
- frogadier: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71289
- greninja: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71288
+ froakie: { tier: "LC" },
71289
+ frogadier: { tier: "NFE" },
71290
+ greninja: { tier: "OU", doublesTier: "DOU" },
71290
71291
  greninjaash: { isNonstandard: "Past", tier: "Illegal" },
71291
71292
  bunnelby: { isNonstandard: "Past", tier: "Illegal" },
71292
71293
  diggersby: { isNonstandard: "Past", tier: "Illegal" },
@@ -71720,7 +71721,7 @@ var _54 = {
71720
71721
  toedscruel: { tier: "UU", doublesTier: "(DUU)" },
71721
71722
  kingambit: { tier: "OU", doublesTier: "DOU" },
71722
71723
  clodsire: { tier: "OU", doublesTier: "(DUU)" },
71723
- annihilape: { tier: "Uber", doublesTier: "DOU" },
71724
+ annihilape: { tier: "Uber", doublesTier: "DUber" },
71724
71725
  missingno: { isNonstandard: "Custom", tier: "Illegal" },
71725
71726
  syclar: { isNonstandard: "CAP", tier: "CAP LC" },
71726
71727
  syclant: { isNonstandard: "CAP", tier: "CAP" },
@@ -72524,7 +72525,7 @@ var DexLearnsets = class {
72524
72525
  return learnset;
72525
72526
  if (!DATA.Learnsets) {
72526
72527
  try {
72527
- DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-4VDBXDKL.js"))).default;
72528
+ DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-DOXIEDJ4.js"))).default;
72528
72529
  } catch (err) {
72529
72530
  DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
72530
72531
  if (!DATA.Learnsets)