@pkmn/dex 0.7.37 → 0.7.38
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 +7 -7
- package/build/index.min.js +1 -1
- package/build/index.mjs +7 -7
- package/build/{learnsets-DYZA3VEP.mjs → learnsets-VRTZOWHP.mjs} +4 -4
- package/build/{learnsets-FWCXI6PQ.js → learnsets-YTZ3VUTL.js} +4 -4
- package/build/learnsets.min.js +1 -1
- package/package.json +2 -2
- /package/build/{learnsets-DYZA3VEP.mjs.map → learnsets-VRTZOWHP.mjs.map} +0 -0
- /package/build/{learnsets-FWCXI6PQ.js.map → learnsets-YTZ3VUTL.js.map} +0 -0
package/build/index.js
CHANGED
|
@@ -8621,15 +8621,15 @@ var _8 = {
|
|
|
8621
8621
|
},
|
|
8622
8622
|
tox: { inherit: true, onAfterMoveSelfPriority: 2 },
|
|
8623
8623
|
confusion: { name: "confusion", onBeforeMovePriority: 3 },
|
|
8624
|
-
flinch: { name: "flinch", duration: 1, onBeforeMovePriority:
|
|
8624
|
+
flinch: { name: "flinch", duration: 1, onBeforeMovePriority: 8 },
|
|
8625
8625
|
trapped: { name: "trapped", noCopy: true },
|
|
8626
8626
|
partiallytrapped: {
|
|
8627
8627
|
name: "partiallytrapped",
|
|
8628
8628
|
duration: 2,
|
|
8629
|
-
onBeforeMovePriority:
|
|
8629
|
+
onBeforeMovePriority: 9
|
|
8630
8630
|
},
|
|
8631
8631
|
partialtrappinglock: { name: "partialtrappinglock" },
|
|
8632
|
-
mustrecharge: { inherit: true, duration: 0 },
|
|
8632
|
+
mustrecharge: { inherit: true, duration: 0, onBeforeMovePriority: 7 },
|
|
8633
8633
|
lockedmove: { name: "lockedmove" },
|
|
8634
8634
|
twoturnmove: { name: "twoturnmove" },
|
|
8635
8635
|
invulnerability: { name: "invulnerability" }
|
|
@@ -14994,7 +14994,7 @@ var _23 = {
|
|
|
14994
14994
|
flabebe: { tier: "LC" },
|
|
14995
14995
|
floette: { tier: "NFE" },
|
|
14996
14996
|
floetteeternal: { isNonstandard: "Past", tier: "Illegal" },
|
|
14997
|
-
florges: { tier: "
|
|
14997
|
+
florges: { tier: "NUBL", doublesTier: "(DUU)" },
|
|
14998
14998
|
skiddo: { tier: "LC" },
|
|
14999
14999
|
gogoat: { tier: "PU", doublesTier: "(DUU)" },
|
|
15000
15000
|
pancham: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -15354,7 +15354,7 @@ var _23 = {
|
|
|
15354
15354
|
arctibax: { tier: "NFE" },
|
|
15355
15355
|
baxcalibur: { tier: "OU", doublesTier: "DUU" },
|
|
15356
15356
|
tatsugiri: { tier: "RU", doublesTier: "DUber" },
|
|
15357
|
-
cyclizar: { tier: "
|
|
15357
|
+
cyclizar: { tier: "OU", doublesTier: "(DUU)" },
|
|
15358
15358
|
pawmi: { tier: "LC" },
|
|
15359
15359
|
pawmo: { tier: "NFE" },
|
|
15360
15360
|
pawmot: { tier: "UU", doublesTier: "DUU" },
|
|
@@ -21381,7 +21381,7 @@ var _32 = {
|
|
|
21381
21381
|
priority: 0,
|
|
21382
21382
|
flags: { protect: 1, mirror: 1, bypasssub: 1 },
|
|
21383
21383
|
volatileStatus: "disable",
|
|
21384
|
-
condition: { onBeforeMovePriority:
|
|
21384
|
+
condition: { onBeforeMovePriority: 6 },
|
|
21385
21385
|
secondary: null,
|
|
21386
21386
|
target: "normal",
|
|
21387
21387
|
type: "Normal",
|
|
@@ -73302,7 +73302,7 @@ var DexLearnsets = class {
|
|
|
73302
73302
|
return learnset;
|
|
73303
73303
|
if (!DATA.Learnsets) {
|
|
73304
73304
|
try {
|
|
73305
|
-
DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-
|
|
73305
|
+
DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-YTZ3VUTL.js"))).default;
|
|
73306
73306
|
} catch (err) {
|
|
73307
73307
|
DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
|
|
73308
73308
|
if (!DATA.Learnsets)
|