@pkmn/mods 0.7.51 → 0.7.53
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.
|
@@ -1,9 +1,30 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/gen9predlc/abilities.ts
|
|
2
2
|
var Abilities = {
|
|
3
|
+
commander: {
|
|
4
|
+
inherit: true,
|
|
5
|
+
isPermanent: true
|
|
6
|
+
},
|
|
7
|
+
hadronengine: {
|
|
8
|
+
inherit: true,
|
|
9
|
+
isPermanent: true
|
|
10
|
+
},
|
|
11
|
+
illuminate: {
|
|
12
|
+
inherit: true,
|
|
13
|
+
onTryBoost() {
|
|
14
|
+
},
|
|
15
|
+
onModifyMove() {
|
|
16
|
+
},
|
|
17
|
+
isBreakable: void 0,
|
|
18
|
+
rating: 0
|
|
19
|
+
},
|
|
3
20
|
mindseye: {
|
|
4
21
|
inherit: true,
|
|
5
22
|
isNonstandard: "Future"
|
|
6
23
|
},
|
|
24
|
+
orichalcumpulse: {
|
|
25
|
+
inherit: true,
|
|
26
|
+
isPermanent: true
|
|
27
|
+
},
|
|
7
28
|
supersweetsyrup: {
|
|
8
29
|
inherit: true,
|
|
9
30
|
isNonstandard: "Future"
|
|
@@ -5939,6 +5960,46 @@ var FormatsData = {
|
|
|
5939
5960
|
|
|
5940
5961
|
// src/gen9predlc/items.ts
|
|
5941
5962
|
var Items = {
|
|
5963
|
+
custapberry: {
|
|
5964
|
+
inherit: true,
|
|
5965
|
+
isNonstandard: "Unobtainable"
|
|
5966
|
+
},
|
|
5967
|
+
enigmaberry: {
|
|
5968
|
+
inherit: true,
|
|
5969
|
+
isNonstandard: "Unobtainable"
|
|
5970
|
+
},
|
|
5971
|
+
jabocaberry: {
|
|
5972
|
+
inherit: true,
|
|
5973
|
+
isNonstandard: "Unobtainable"
|
|
5974
|
+
},
|
|
5975
|
+
keeberry: {
|
|
5976
|
+
inherit: true,
|
|
5977
|
+
isNonstandard: "Unobtainable"
|
|
5978
|
+
},
|
|
5979
|
+
marangaberry: {
|
|
5980
|
+
inherit: true,
|
|
5981
|
+
isNonstandard: "Unobtainable"
|
|
5982
|
+
},
|
|
5983
|
+
micleberry: {
|
|
5984
|
+
inherit: true,
|
|
5985
|
+
isNonstandard: "Unobtainable"
|
|
5986
|
+
},
|
|
5987
|
+
prismscale: {
|
|
5988
|
+
inherit: true,
|
|
5989
|
+
isNonstandard: "Past"
|
|
5990
|
+
},
|
|
5991
|
+
razorfang: {
|
|
5992
|
+
inherit: true,
|
|
5993
|
+
isNonstandard: "Past"
|
|
5994
|
+
},
|
|
5995
|
+
reapercloth: {
|
|
5996
|
+
inherit: true,
|
|
5997
|
+
isNonstandard: "Past"
|
|
5998
|
+
},
|
|
5999
|
+
rowapberry: {
|
|
6000
|
+
inherit: true,
|
|
6001
|
+
isNonstandard: "Unobtainable"
|
|
6002
|
+
},
|
|
5942
6003
|
syrupyapple: {
|
|
5943
6004
|
inherit: true,
|
|
5944
6005
|
isNonstandard: "Future"
|
|
@@ -94581,6 +94642,10 @@ var Moves = {
|
|
|
94581
94642
|
inherit: true,
|
|
94582
94643
|
isNonstandard: "Future"
|
|
94583
94644
|
},
|
|
94645
|
+
jetpunch: {
|
|
94646
|
+
inherit: true,
|
|
94647
|
+
hasSheerForce: true
|
|
94648
|
+
},
|
|
94584
94649
|
matchagotcha: {
|
|
94585
94650
|
inherit: true,
|
|
94586
94651
|
isNonstandard: "Future"
|