@pkmn/dex 0.6.4 → 0.7.1
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/README.md +8 -8
- package/build/chunk-5VRACIDE.mjs +10 -0
- package/build/chunk-5VRACIDE.mjs.map +1 -0
- package/build/chunk-JC4IRQUL.js +10 -0
- package/build/chunk-JC4IRQUL.js.map +1 -0
- package/build/index.d.ts +23 -20
- package/build/index.js +71921 -1139
- package/build/index.js.map +1 -1
- package/build/index.min.js +1 -0
- package/build/index.mjs +71970 -0
- package/build/index.mjs.map +1 -0
- package/build/learnsets-C5W7H6N3.mjs +148380 -0
- package/build/learnsets-C5W7H6N3.mjs.map +1 -0
- package/build/learnsets-UXTEVWMG.js +148380 -0
- package/build/learnsets-UXTEVWMG.js.map +1 -0
- package/build/learnsets.min.js +1 -1
- package/package.json +9 -10
- package/build/data/abilities.json +0 -2528
- package/build/data/aliases.json +0 -1803
- package/build/data/conditions.json +0 -200
- package/build/data/formats-data.json +0 -5267
- package/build/data/items.json +0 -5274
- package/build/data/learnsets.json +0 -130290
- package/build/data/moves.json +0 -18514
- package/build/data/natures.json +0 -29
- package/build/data/species.json +0 -27354
- package/build/data/types.json +0 -737
- package/build/production.min.js +0 -1
- package/index.ts +0 -1489
|
@@ -1,200 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"1": {
|
|
3
|
-
"brn": {
|
|
4
|
-
"name": "brn",
|
|
5
|
-
"effectType": "Status",
|
|
6
|
-
"onAfterMoveSelfPriority": 2
|
|
7
|
-
},
|
|
8
|
-
"par": { "name": "par", "effectType": "Status", "onBeforeMovePriority": 2 },
|
|
9
|
-
"slp": {
|
|
10
|
-
"name": "slp",
|
|
11
|
-
"effectType": "Status",
|
|
12
|
-
"onBeforeMovePriority": 10,
|
|
13
|
-
"onAfterMoveSelfPriority": 3
|
|
14
|
-
},
|
|
15
|
-
"frz": { "name": "frz", "effectType": "Status", "onBeforeMovePriority": 12 },
|
|
16
|
-
"psn": {
|
|
17
|
-
"name": "psn",
|
|
18
|
-
"effectType": "Status",
|
|
19
|
-
"onAfterMoveSelfPriority": 2
|
|
20
|
-
},
|
|
21
|
-
"tox": { "inherit": true, "onAfterMoveSelfPriority": 2 },
|
|
22
|
-
"confusion": { "name": "confusion", "onBeforeMovePriority": 3 },
|
|
23
|
-
"flinch": { "name": "flinch", "duration": 1, "onBeforeMovePriority": 4 },
|
|
24
|
-
"trapped": { "name": "trapped", "noCopy": true },
|
|
25
|
-
"partiallytrapped": {
|
|
26
|
-
"name": "partiallytrapped",
|
|
27
|
-
"duration": 2,
|
|
28
|
-
"onBeforeMovePriority": 4
|
|
29
|
-
},
|
|
30
|
-
"partialtrappinglock": { "name": "partialtrappinglock" },
|
|
31
|
-
"mustrecharge": { "inherit": true, "duration": 0 },
|
|
32
|
-
"lockedmove": { "inherit": true },
|
|
33
|
-
"stall": { "name": "stall", "duration": 2, "counterMax": 256 }
|
|
34
|
-
},
|
|
35
|
-
"2": {
|
|
36
|
-
"brn": {
|
|
37
|
-
"name": "brn",
|
|
38
|
-
"effectType": "Status",
|
|
39
|
-
"onAfterMoveSelfPriority": 3
|
|
40
|
-
},
|
|
41
|
-
"par": { "name": "par", "inherit": true, "onBeforeMovePriority": 2 },
|
|
42
|
-
"slp": { "name": "slp", "effectType": "Status", "onBeforeMovePriority": 10 },
|
|
43
|
-
"frz": { "name": "frz", "inherit": true, "onResidualOrder": 7 },
|
|
44
|
-
"psn": {
|
|
45
|
-
"name": "psn",
|
|
46
|
-
"effectType": "Status",
|
|
47
|
-
"onAfterMoveSelfPriority": 3
|
|
48
|
-
},
|
|
49
|
-
"tox": {
|
|
50
|
-
"name": "tox",
|
|
51
|
-
"effectType": "Status",
|
|
52
|
-
"onAfterMoveSelfPriority": 3
|
|
53
|
-
},
|
|
54
|
-
"confusion": { "inherit": true },
|
|
55
|
-
"partiallytrapped": {
|
|
56
|
-
"inherit": true,
|
|
57
|
-
"onResidualOrder": 3,
|
|
58
|
-
"onResidualSubOrder": 1
|
|
59
|
-
},
|
|
60
|
-
"lockedmove": { "name": "lockedmove" },
|
|
61
|
-
"futuremove": { "inherit": true, "onResidualOrder": 1 },
|
|
62
|
-
"raindance": { "inherit": true, "onFieldResidualOrder": 2 },
|
|
63
|
-
"sunnyday": { "inherit": true, "onFieldResidualOrder": 2 },
|
|
64
|
-
"sandstorm": { "inherit": true, "onFieldResidualOrder": 2 },
|
|
65
|
-
"stall": { "name": "stall", "duration": 2 },
|
|
66
|
-
"residualdmg": { "name": "residualdmg", "onAfterMoveSelfPriority": 100 }
|
|
67
|
-
},
|
|
68
|
-
"3": {
|
|
69
|
-
"slp": { "name": "slp", "effectType": "Status", "onBeforeMovePriority": 10 },
|
|
70
|
-
"frz": { "inherit": true },
|
|
71
|
-
"sandstorm": { "inherit": true }
|
|
72
|
-
},
|
|
73
|
-
"4": {
|
|
74
|
-
"brn": { "inherit": true, "onResidualOrder": 10, "onResidualSubOrder": 6 },
|
|
75
|
-
"par": { "inherit": true },
|
|
76
|
-
"slp": { "name": "slp", "effectType": "Status", "onBeforeMovePriority": 10 },
|
|
77
|
-
"psn": { "inherit": true, "onResidualOrder": 10, "onResidualSubOrder": 6 },
|
|
78
|
-
"tox": { "inherit": true, "onResidualOrder": 10, "onResidualSubOrder": 6 },
|
|
79
|
-
"confusion": { "inherit": true },
|
|
80
|
-
"frz": { "inherit": true },
|
|
81
|
-
"substitutebroken": { "noCopy": true },
|
|
82
|
-
"trapped": { "inherit": true, "noCopy": false },
|
|
83
|
-
"trapper": { "inherit": true, "noCopy": false },
|
|
84
|
-
"partiallytrapped": {
|
|
85
|
-
"inherit": true,
|
|
86
|
-
"onResidualOrder": 10,
|
|
87
|
-
"onResidualSubOrder": 9
|
|
88
|
-
},
|
|
89
|
-
"choicelock": { "inherit": true },
|
|
90
|
-
"futuremove": { "inherit": true, "onResidualOrder": 11 },
|
|
91
|
-
"stall": { "inherit": true, "counterMax": 8 },
|
|
92
|
-
"raindance": { "inherit": true, "onFieldResidualOrder": 8 },
|
|
93
|
-
"sunnyday": { "inherit": true, "onFieldResidualOrder": 8 },
|
|
94
|
-
"sandstorm": { "inherit": true, "onFieldResidualOrder": 8 },
|
|
95
|
-
"hail": { "inherit": true, "onFieldResidualOrder": 8 },
|
|
96
|
-
"arceus": { "name": "Arceus" }
|
|
97
|
-
},
|
|
98
|
-
"5": {
|
|
99
|
-
"slp": { "inherit": true },
|
|
100
|
-
"partiallytrapped": { "inherit": true },
|
|
101
|
-
"stall": { "duration": 2, "counterMax": 256 },
|
|
102
|
-
"gem": { "duration": 1, "affectsFainted": true }
|
|
103
|
-
},
|
|
104
|
-
"6": {
|
|
105
|
-
"brn": { "inherit": true },
|
|
106
|
-
"par": { "inherit": true },
|
|
107
|
-
"confusion": { "inherit": true },
|
|
108
|
-
"choicelock": { "inherit": true }
|
|
109
|
-
},
|
|
110
|
-
"8": {
|
|
111
|
-
"brn": { "name": "brn", "effectType": "Status", "onResidualOrder": 10 },
|
|
112
|
-
"par": { "name": "par", "effectType": "Status", "onBeforeMovePriority": 1 },
|
|
113
|
-
"slp": { "name": "slp", "effectType": "Status", "onBeforeMovePriority": 10 },
|
|
114
|
-
"frz": { "name": "frz", "effectType": "Status", "onBeforeMovePriority": 10 },
|
|
115
|
-
"psn": { "name": "psn", "effectType": "Status", "onResidualOrder": 9 },
|
|
116
|
-
"tox": { "name": "tox", "effectType": "Status", "onResidualOrder": 9 },
|
|
117
|
-
"confusion": { "name": "confusion", "onBeforeMovePriority": 3 },
|
|
118
|
-
"flinch": { "name": "flinch", "duration": 1, "onBeforeMovePriority": 8 },
|
|
119
|
-
"trapped": { "name": "trapped", "noCopy": true },
|
|
120
|
-
"trapper": { "name": "trapper", "noCopy": true },
|
|
121
|
-
"partiallytrapped": {
|
|
122
|
-
"name": "partiallytrapped",
|
|
123
|
-
"duration": 5,
|
|
124
|
-
"onResidualOrder": 13
|
|
125
|
-
},
|
|
126
|
-
"lockedmove": { "name": "lockedmove", "duration": 2 },
|
|
127
|
-
"twoturnmove": { "name": "twoturnmove", "duration": 2 },
|
|
128
|
-
"choicelock": { "name": "choicelock", "noCopy": true },
|
|
129
|
-
"mustrecharge": {
|
|
130
|
-
"name": "mustrecharge",
|
|
131
|
-
"duration": 2,
|
|
132
|
-
"onBeforeMovePriority": 11,
|
|
133
|
-
"onLockMove": "recharge"
|
|
134
|
-
},
|
|
135
|
-
"futuremove": { "name": "futuremove", "duration": 3, "onResidualOrder": 3 },
|
|
136
|
-
"healreplacement": { "name": "healreplacement", "onSwitchInPriority": 1 },
|
|
137
|
-
"stall": { "name": "stall", "duration": 2, "counterMax": 729 },
|
|
138
|
-
"gem": {
|
|
139
|
-
"name": "gem",
|
|
140
|
-
"duration": 1,
|
|
141
|
-
"affectsFainted": true,
|
|
142
|
-
"onBasePowerPriority": 14
|
|
143
|
-
},
|
|
144
|
-
"raindance": {
|
|
145
|
-
"name": "RainDance",
|
|
146
|
-
"effectType": "Weather",
|
|
147
|
-
"duration": 5,
|
|
148
|
-
"onFieldResidualOrder": 1
|
|
149
|
-
},
|
|
150
|
-
"primordialsea": {
|
|
151
|
-
"name": "PrimordialSea",
|
|
152
|
-
"effectType": "Weather",
|
|
153
|
-
"duration": 0,
|
|
154
|
-
"onTryMovePriority": 1,
|
|
155
|
-
"onFieldResidualOrder": 1
|
|
156
|
-
},
|
|
157
|
-
"sunnyday": {
|
|
158
|
-
"name": "SunnyDay",
|
|
159
|
-
"effectType": "Weather",
|
|
160
|
-
"duration": 5,
|
|
161
|
-
"onFieldResidualOrder": 1
|
|
162
|
-
},
|
|
163
|
-
"desolateland": {
|
|
164
|
-
"name": "DesolateLand",
|
|
165
|
-
"effectType": "Weather",
|
|
166
|
-
"duration": 0,
|
|
167
|
-
"onTryMovePriority": 1,
|
|
168
|
-
"onFieldResidualOrder": 1
|
|
169
|
-
},
|
|
170
|
-
"sandstorm": {
|
|
171
|
-
"name": "Sandstorm",
|
|
172
|
-
"effectType": "Weather",
|
|
173
|
-
"duration": 5,
|
|
174
|
-
"onModifySpDPriority": 10,
|
|
175
|
-
"onFieldResidualOrder": 1
|
|
176
|
-
},
|
|
177
|
-
"hail": {
|
|
178
|
-
"name": "Hail",
|
|
179
|
-
"effectType": "Weather",
|
|
180
|
-
"duration": 5,
|
|
181
|
-
"onFieldResidualOrder": 1
|
|
182
|
-
},
|
|
183
|
-
"deltastream": {
|
|
184
|
-
"name": "DeltaStream",
|
|
185
|
-
"effectType": "Weather",
|
|
186
|
-
"duration": 0,
|
|
187
|
-
"onEffectivenessPriority": -1,
|
|
188
|
-
"onFieldResidualOrder": 1
|
|
189
|
-
},
|
|
190
|
-
"dynamax": {
|
|
191
|
-
"name": "Dynamax",
|
|
192
|
-
"noCopy": true,
|
|
193
|
-
"onBeforeSwitchOutPriority": -1,
|
|
194
|
-
"onDragOutPriority": 2,
|
|
195
|
-
"onResidualPriority": -100
|
|
196
|
-
},
|
|
197
|
-
"arceus": { "name": "Arceus", "onTypePriority": 1 },
|
|
198
|
-
"silvally": { "name": "Silvally", "onTypePriority": 1 }
|
|
199
|
-
}
|
|
200
|
-
}
|