@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.mjs
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 import("./learnsets-
|
|
73305
|
+
DATA.Learnsets = (await import("./learnsets-VRTZOWHP.mjs")).default;
|
|
73306
73306
|
} catch (err) {
|
|
73307
73307
|
DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
|
|
73308
73308
|
if (!DATA.Learnsets)
|
|
@@ -143607,7 +143607,7 @@ var learnsets_default = {
|
|
|
143607
143607
|
facade: ["9M", "8M", "7M", "4M"],
|
|
143608
143608
|
fling: ["9M", "8M", "7M", "4M"],
|
|
143609
143609
|
focusblast: ["9M", "8M", "7M", "4M"],
|
|
143610
|
-
focuspunch: ["
|
|
143610
|
+
focuspunch: ["9L70", "8L75", "7T", "4M"],
|
|
143611
143611
|
forcepalm: ["9E", "8E", "7E", "4E"],
|
|
143612
143612
|
frustration: ["7M", "4M"],
|
|
143613
143613
|
gigaimpact: ["9M", "8M", "7M", "4M"],
|
|
@@ -143634,9 +143634,9 @@ var learnsets_default = {
|
|
|
143634
143634
|
ominouswind: ["7E", "4T", "4E"],
|
|
143635
143635
|
painsplit: ["7T", "4T"],
|
|
143636
143636
|
payback: ["9L20", "8M", "8L20", "7L38", "4M"],
|
|
143637
|
-
poltergeist: ["
|
|
143637
|
+
poltergeist: ["8T"],
|
|
143638
143638
|
poweruppunch: ["7M"],
|
|
143639
|
-
powerwhip: ["
|
|
143639
|
+
powerwhip: ["9L65", "8M", "8L70", "7L52", "4L38"],
|
|
143640
143640
|
protect: ["9M", "8M", "7M", "4M"],
|
|
143641
143641
|
psychup: ["7M", "4M"],
|
|
143642
143642
|
punishment: ["7L71", "4L52"],
|
|
@@ -149345,4 +149345,4 @@ var learnsets_default = {
|
|
|
149345
149345
|
export {
|
|
149346
149346
|
learnsets_default as default
|
|
149347
149347
|
};
|
|
149348
|
-
//# sourceMappingURL=learnsets-
|
|
149348
|
+
//# sourceMappingURL=learnsets-VRTZOWHP.mjs.map
|
|
@@ -143607,7 +143607,7 @@ var learnsets_default = {
|
|
|
143607
143607
|
facade: ["9M", "8M", "7M", "4M"],
|
|
143608
143608
|
fling: ["9M", "8M", "7M", "4M"],
|
|
143609
143609
|
focusblast: ["9M", "8M", "7M", "4M"],
|
|
143610
|
-
focuspunch: ["
|
|
143610
|
+
focuspunch: ["9L70", "8L75", "7T", "4M"],
|
|
143611
143611
|
forcepalm: ["9E", "8E", "7E", "4E"],
|
|
143612
143612
|
frustration: ["7M", "4M"],
|
|
143613
143613
|
gigaimpact: ["9M", "8M", "7M", "4M"],
|
|
@@ -143634,9 +143634,9 @@ var learnsets_default = {
|
|
|
143634
143634
|
ominouswind: ["7E", "4T", "4E"],
|
|
143635
143635
|
painsplit: ["7T", "4T"],
|
|
143636
143636
|
payback: ["9L20", "8M", "8L20", "7L38", "4M"],
|
|
143637
|
-
poltergeist: ["
|
|
143637
|
+
poltergeist: ["8T"],
|
|
143638
143638
|
poweruppunch: ["7M"],
|
|
143639
|
-
powerwhip: ["
|
|
143639
|
+
powerwhip: ["9L65", "8M", "8L70", "7L52", "4L38"],
|
|
143640
143640
|
protect: ["9M", "8M", "7M", "4M"],
|
|
143641
143641
|
psychup: ["7M", "4M"],
|
|
143642
143642
|
punishment: ["7L71", "4L52"],
|
|
@@ -149345,4 +149345,4 @@ var learnsets_default = {
|
|
|
149345
149345
|
|
|
149346
149346
|
|
|
149347
149347
|
exports.default = learnsets_default;
|
|
149348
|
-
//# sourceMappingURL=learnsets-
|
|
149348
|
+
//# sourceMappingURL=learnsets-YTZ3VUTL.js.map
|