@pkmn/mods 0.7.52 → 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"
|
|
@@ -5963,6 +5984,18 @@ var Items = {
|
|
|
5963
5984
|
inherit: true,
|
|
5964
5985
|
isNonstandard: "Unobtainable"
|
|
5965
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
|
+
},
|
|
5966
5999
|
rowapberry: {
|
|
5967
6000
|
inherit: true,
|
|
5968
6001
|
isNonstandard: "Unobtainable"
|
|
@@ -94609,6 +94642,10 @@ var Moves = {
|
|
|
94609
94642
|
inherit: true,
|
|
94610
94643
|
isNonstandard: "Future"
|
|
94611
94644
|
},
|
|
94645
|
+
jetpunch: {
|
|
94646
|
+
inherit: true,
|
|
94647
|
+
hasSheerForce: true
|
|
94648
|
+
},
|
|
94612
94649
|
matchagotcha: {
|
|
94613
94650
|
inherit: true,
|
|
94614
94651
|
isNonstandard: "Future"
|