@pkmn/dex 0.9.20 → 0.9.21

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
@@ -17754,7 +17754,7 @@ var _23 = {
17754
17754
  doublesTier: "DUber",
17755
17755
  natDexTier: "Uber"
17756
17756
  },
17757
- cresselia: { tier: "NU", doublesTier: "DOU", natDexTier: "RU" },
17757
+ cresselia: { tier: "NUBL", doublesTier: "DOU", natDexTier: "RU" },
17758
17758
  phione: { tier: "ZU", doublesTier: "(DUU)", natDexTier: "RU" },
17759
17759
  manaphy: { tier: "RUBL", doublesTier: "(DUU)", natDexTier: "UUBL" },
17760
17760
  darkrai: { tier: "OU", doublesTier: "DUber", natDexTier: "Uber" },
@@ -18148,7 +18148,7 @@ var _23 = {
18148
18148
  zekrom: { tier: "Uber", doublesTier: "DUber", natDexTier: "Uber" },
18149
18149
  landorus: { tier: "Uber", doublesTier: "DOU", natDexTier: "Uber" },
18150
18150
  landorustherian: { tier: "OU", doublesTier: "DOU", natDexTier: "OU" },
18151
- kyurem: { tier: "Uber", doublesTier: "DOU", natDexTier: "OU" },
18151
+ kyurem: { tier: "OU", doublesTier: "DOU", natDexTier: "OU" },
18152
18152
  kyuremblack: {
18153
18153
  tier: "Uber",
18154
18154
  doublesTier: "DUber",
@@ -18790,7 +18790,7 @@ var _23 = {
18790
18790
  frosmoth: { tier: "ZU", doublesTier: "(DUU)", natDexTier: "RU" },
18791
18791
  stonjourner: { tier: "ZU", doublesTier: "(DUU)", natDexTier: "RU" },
18792
18792
  eiscue: { tier: "ZU", doublesTier: "(DUU)", natDexTier: "RU" },
18793
- indeedee: { tier: "PU", doublesTier: "DUU", natDexTier: "RU" },
18793
+ indeedee: { tier: "PUBL", doublesTier: "DUU", natDexTier: "RU" },
18794
18794
  indeedeef: { tier: "ZU", doublesTier: "DOU", natDexTier: "RU" },
18795
18795
  morpeko: { tier: "ZU", doublesTier: "(DUU)", natDexTier: "RU" },
18796
18796
  cufant: { tier: "LC" },
@@ -18816,7 +18816,7 @@ var _23 = {
18816
18816
  tier: "Illegal",
18817
18817
  natDexTier: "RU"
18818
18818
  },
18819
- duraludon: { tier: "PU", doublesTier: "NFE", natDexTier: "RU" },
18819
+ duraludon: { tier: "PUBL", doublesTier: "NFE", natDexTier: "RU" },
18820
18820
  duraludongmax: { isNonstandard: "Past", tier: "Illegal" },
18821
18821
  dreepy: { tier: "LC" },
18822
18822
  drakloak: { tier: "NFE" },
@@ -18920,7 +18920,7 @@ var _23 = {
18920
18920
  kilowattrel: { tier: "NU", doublesTier: "(DUU)", natDexTier: "RU" },
18921
18921
  bombirdier: { tier: "PU", doublesTier: "(DUU)", natDexTier: "RU" },
18922
18922
  squawkabilly: { tier: "ZU", doublesTier: "(DUU)", natDexTier: "RU" },
18923
- flamigo: { tier: "PU", doublesTier: "(DUU)", natDexTier: "RU" },
18923
+ flamigo: { tier: "PUBL", doublesTier: "(DUU)", natDexTier: "RU" },
18924
18924
  klawf: { tier: "ZU", doublesTier: "(DUU)", natDexTier: "RU" },
18925
18925
  nacli: { tier: "LC" },
18926
18926
  naclstack: { tier: "ZU", doublesTier: "NFE", natDexTier: "NFE" },
@@ -18953,7 +18953,7 @@ var _23 = {
18953
18953
  ironmoth: { tier: "OU", doublesTier: "(DUU)", natDexTier: "UU" },
18954
18954
  ironhands: { tier: "UUBL", doublesTier: "DOU", natDexTier: "UUBL" },
18955
18955
  ironjugulis: { tier: "RUBL", doublesTier: "(DUU)", natDexTier: "RU" },
18956
- ironthorns: { tier: "NU", doublesTier: "(DUU)", natDexTier: "RU" },
18956
+ ironthorns: { tier: "NUBL", doublesTier: "(DUU)", natDexTier: "RU" },
18957
18957
  ironbundle: { tier: "Uber", doublesTier: "DUU", natDexTier: "Uber" },
18958
18958
  ironvaliant: { tier: "OU", doublesTier: "(DUU)", natDexTier: "OU" },
18959
18959
  tinglu: { tier: "OU", doublesTier: "DOU", natDexTier: "UU" },
@@ -43977,7 +43977,11 @@ var _40 = {
43977
43977
  failcopycat: 1
43978
43978
  },
43979
43979
  volatileStatus: "spotlight",
43980
- condition: { duration: 1, onFoeRedirectTargetPriority: 2 },
43980
+ condition: {
43981
+ duration: 1,
43982
+ noCopy: true,
43983
+ onFoeRedirectTargetPriority: 2
43984
+ },
43981
43985
  secondary: null,
43982
43986
  target: "normal",
43983
43987
  type: "Normal",
@@ -78670,7 +78674,7 @@ var DexLearnsets = class {
78670
78674
  if (!DATA.Learnsets) {
78671
78675
  try {
78672
78676
  DATA.Learnsets = (await Promise.resolve().then(() => _interopRequireWildcard(require("./learnsets-V7J6L2O6.js")))).default;
78673
- } catch (err) {
78677
+ } catch (e) {
78674
78678
  DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
78675
78679
  if (!DATA.Learnsets) throw new Error("Learnsets have not been included!");
78676
78680
  }