@pkmn/sim 0.7.26 → 0.7.28
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/cjs/config/formats.js +27 -9
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/conditions.js +5 -1
- package/build/cjs/data/conditions.js.map +1 -1
- package/build/cjs/data/formats-data.js +3 -3
- package/build/cjs/data/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen1/formats-data.js +0 -317
- package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen1/moves.js +2 -2
- package/build/cjs/data/mods/gen1/scripts.js +1 -2
- package/build/cjs/data/mods/gen1/scripts.js.map +1 -1
- package/build/cjs/data/mods/gen2/formats-data.js +0 -140
- package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen3/formats-data.js +0 -220
- package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen4/formats-data.js +18 -333
- package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen5/formats-data.js +19 -430
- package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen6/formats-data.js +26 -1008
- package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen7/formats-data.js +25 -1193
- package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen8/formats-data.js +5 -1861
- package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
- package/build/cjs/data/moves.js +1 -6
- package/build/cjs/data/moves.js.map +1 -1
- package/build/cjs/data/rulesets.js +1 -1
- package/build/cjs/data/rulesets.js.map +1 -1
- package/build/cjs/data/text/moves.js +3 -3
- package/build/cjs/data/text/moves.js.map +1 -1
- package/build/cjs/sim/tools/exhaustive-runner.js +55 -27
- package/build/cjs/sim/tools/exhaustive-runner.js.map +1 -1
- package/build/esm/config/formats.mjs +27 -9
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/conditions.mjs +5 -1
- package/build/esm/data/conditions.mjs.map +1 -1
- package/build/esm/data/formats-data.mjs +3 -3
- package/build/esm/data/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen1/formats-data.mjs +0 -317
- package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen1/moves.mjs +2 -2
- package/build/esm/data/mods/gen1/scripts.mjs +1 -2
- package/build/esm/data/mods/gen1/scripts.mjs.map +1 -1
- package/build/esm/data/mods/gen2/formats-data.mjs +0 -140
- package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen3/formats-data.mjs +0 -220
- package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen4/formats-data.mjs +18 -333
- package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen5/formats-data.mjs +19 -430
- package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen6/formats-data.mjs +26 -1008
- package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen7/formats-data.mjs +25 -1193
- package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen8/formats-data.mjs +5 -1861
- package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
- package/build/esm/data/moves.mjs +1 -6
- package/build/esm/data/moves.mjs.map +1 -1
- package/build/esm/data/rulesets.mjs +1 -1
- package/build/esm/data/rulesets.mjs.map +1 -1
- package/build/esm/data/text/moves.mjs +3 -3
- package/build/esm/data/text/moves.mjs.map +1 -1
- package/build/esm/sim/tools/exhaustive-runner.mjs +55 -27
- package/build/esm/sim/tools/exhaustive-runner.mjs.map +1 -1
- package/build/types/sim/exported-global-types.d.ts +4 -3
- package/build/types/sim/global-types.d.ts +4 -3
- package/build/types/sim/tools/exhaustive-runner.d.ts +4 -2
- package/package.json +1 -1
|
@@ -6,7 +6,6 @@ export const FormatsData = {
|
|
|
6
6
|
tier: "NFE",
|
|
7
7
|
},
|
|
8
8
|
venusaur: {
|
|
9
|
-
randomBattleMoves: ["curse", "earthquake", "hiddenpowerrock", "leechseed", "sleeppowder", "sludgebomb", "swordsdance", "synthesis"],
|
|
10
9
|
tier: "UUBL",
|
|
11
10
|
},
|
|
12
11
|
charmander: {
|
|
@@ -16,7 +15,6 @@ export const FormatsData = {
|
|
|
16
15
|
tier: "NFE",
|
|
17
16
|
},
|
|
18
17
|
charizard: {
|
|
19
|
-
randomBattleMoves: ["bellydrum", "dragondance", "earthquake", "fireblast", "hiddenpowerflying", "substitute"],
|
|
20
18
|
tier: "OU",
|
|
21
19
|
},
|
|
22
20
|
squirtle: {
|
|
@@ -26,7 +24,6 @@ export const FormatsData = {
|
|
|
26
24
|
tier: "NFE",
|
|
27
25
|
},
|
|
28
26
|
blastoise: {
|
|
29
|
-
randomBattleMoves: ["earthquake", "icebeam", "mirrorcoat", "rest", "roar", "sleeptalk", "surf", "toxic"],
|
|
30
27
|
tier: "UU",
|
|
31
28
|
},
|
|
32
29
|
caterpie: {
|
|
@@ -36,7 +33,6 @@ export const FormatsData = {
|
|
|
36
33
|
tier: "NFE",
|
|
37
34
|
},
|
|
38
35
|
butterfree: {
|
|
39
|
-
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "morningsun", "psychic", "sleeppowder", "stunspore", "toxic"],
|
|
40
36
|
tier: "PU",
|
|
41
37
|
},
|
|
42
38
|
weedle: {
|
|
@@ -46,7 +42,6 @@ export const FormatsData = {
|
|
|
46
42
|
tier: "NFE",
|
|
47
43
|
},
|
|
48
44
|
beedrill: {
|
|
49
|
-
randomBattleMoves: ["brickbreak", "doubleedge", "endure", "hiddenpowerbug", "sludgebomb", "swordsdance"],
|
|
50
45
|
tier: "PU",
|
|
51
46
|
},
|
|
52
47
|
pidgey: {
|
|
@@ -56,46 +51,39 @@ export const FormatsData = {
|
|
|
56
51
|
tier: "NFE",
|
|
57
52
|
},
|
|
58
53
|
pidgeot: {
|
|
59
|
-
randomBattleMoves: ["aerialace", "hiddenpowerground", "quickattack", "return", "substitute", "toxic"],
|
|
60
54
|
tier: "NU",
|
|
61
55
|
},
|
|
62
56
|
rattata: {
|
|
63
57
|
tier: "LC",
|
|
64
58
|
},
|
|
65
59
|
raticate: {
|
|
66
|
-
randomBattleMoves: ["endeavor", "hiddenpowerground", "quickattack", "return", "reversal", "shadowball", "substitute"],
|
|
67
60
|
tier: "NU",
|
|
68
61
|
},
|
|
69
62
|
spearow: {
|
|
70
63
|
tier: "LC",
|
|
71
64
|
},
|
|
72
65
|
fearow: {
|
|
73
|
-
randomBattleMoves: ["agility", "batonpass", "drillpeck", "hiddenpowerground", "quickattack", "return", "substitute"],
|
|
74
66
|
tier: "UU",
|
|
75
67
|
},
|
|
76
68
|
ekans: {
|
|
77
69
|
tier: "LC",
|
|
78
70
|
},
|
|
79
71
|
arbok: {
|
|
80
|
-
randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerfire", "rest", "rockslide", "sleeptalk", "sludgebomb"],
|
|
81
72
|
tier: "PU",
|
|
82
73
|
},
|
|
83
74
|
pichu: {
|
|
84
75
|
tier: "LC",
|
|
85
76
|
},
|
|
86
77
|
pikachu: {
|
|
87
|
-
randomBattleMoves: ["hiddenpowerice", "substitute", "surf", "thunderbolt"],
|
|
88
78
|
tier: "NU",
|
|
89
79
|
},
|
|
90
80
|
raichu: {
|
|
91
|
-
randomBattleMoves: ["encore", "focuspunch", "hiddenpowergrass", "hiddenpowerice", "substitute", "surf", "thunderbolt", "thunderwave"],
|
|
92
81
|
tier: "UU",
|
|
93
82
|
},
|
|
94
83
|
sandshrew: {
|
|
95
84
|
tier: "LC",
|
|
96
85
|
},
|
|
97
86
|
sandslash: {
|
|
98
|
-
randomBattleMoves: ["earthquake", "hiddenpowerbug", "rapidspin", "rockslide", "swordsdance", "toxic"],
|
|
99
87
|
tier: "UU",
|
|
100
88
|
},
|
|
101
89
|
nidoranf: {
|
|
@@ -105,7 +93,6 @@ export const FormatsData = {
|
|
|
105
93
|
tier: "NFE",
|
|
106
94
|
},
|
|
107
95
|
nidoqueen: {
|
|
108
|
-
randomBattleMoves: ["earthquake", "fireblast", "icebeam", "shadowball", "sludgebomb", "superpower"],
|
|
109
96
|
tier: "UU",
|
|
110
97
|
},
|
|
111
98
|
nidoranm: {
|
|
@@ -115,7 +102,6 @@ export const FormatsData = {
|
|
|
115
102
|
tier: "NFE",
|
|
116
103
|
},
|
|
117
104
|
nidoking: {
|
|
118
|
-
randomBattleMoves: ["earthquake", "fireblast", "icebeam", "megahorn", "sludgebomb", "substitute", "thunderbolt"],
|
|
119
105
|
tier: "UU",
|
|
120
106
|
},
|
|
121
107
|
cleffa: {
|
|
@@ -125,14 +111,12 @@ export const FormatsData = {
|
|
|
125
111
|
tier: "NFE",
|
|
126
112
|
},
|
|
127
113
|
clefable: {
|
|
128
|
-
randomBattleMoves: ["calmmind", "counter", "icebeam", "return", "shadowball", "softboiled", "thunderbolt", "thunderwave"],
|
|
129
114
|
tier: "UU",
|
|
130
115
|
},
|
|
131
116
|
vulpix: {
|
|
132
117
|
tier: "LC",
|
|
133
118
|
},
|
|
134
119
|
ninetales: {
|
|
135
|
-
randomBattleMoves: ["fireblast", "flamethrower", "hiddenpowergrass", "hypnosis", "substitute", "toxic", "willowisp"],
|
|
136
120
|
tier: "UU",
|
|
137
121
|
},
|
|
138
122
|
igglybuff: {
|
|
@@ -142,7 +126,6 @@ export const FormatsData = {
|
|
|
142
126
|
tier: "NFE",
|
|
143
127
|
},
|
|
144
128
|
wigglytuff: {
|
|
145
|
-
randomBattleMoves: ["fireblast", "icebeam", "protect", "return", "thunderbolt", "toxic", "wish"],
|
|
146
129
|
tier: "PU",
|
|
147
130
|
},
|
|
148
131
|
zubat: {
|
|
@@ -152,7 +135,6 @@ export const FormatsData = {
|
|
|
152
135
|
tier: "NU",
|
|
153
136
|
},
|
|
154
137
|
crobat: {
|
|
155
|
-
randomBattleMoves: ["aerialace", "haze", "hiddenpowerground", "shadowball", "sludgebomb", "taunt", "toxic"],
|
|
156
138
|
tier: "UUBL",
|
|
157
139
|
},
|
|
158
140
|
oddish: {
|
|
@@ -162,60 +144,51 @@ export const FormatsData = {
|
|
|
162
144
|
tier: "NFE",
|
|
163
145
|
},
|
|
164
146
|
vileplume: {
|
|
165
|
-
randomBattleMoves: ["aromatherapy", "hiddenpowerfire", "sleeppowder", "sludgebomb", "solarbeam", "sunnyday", "synthesis"],
|
|
166
147
|
tier: "UU",
|
|
167
148
|
},
|
|
168
149
|
bellossom: {
|
|
169
|
-
randomBattleMoves: ["hiddenpowergrass", "leechseed", "moonlight", "sleeppowder", "sludgebomb", "stunspore"],
|
|
170
150
|
tier: "NU",
|
|
171
151
|
},
|
|
172
152
|
paras: {
|
|
173
153
|
tier: "LC",
|
|
174
154
|
},
|
|
175
155
|
parasect: {
|
|
176
|
-
randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerbug", "return", "spore", "stunspore", "swordsdance"],
|
|
177
156
|
tier: "PU",
|
|
178
157
|
},
|
|
179
158
|
venonat: {
|
|
180
159
|
tier: "LC",
|
|
181
160
|
},
|
|
182
161
|
venomoth: {
|
|
183
|
-
randomBattleMoves: ["batonpass", "hiddenpowerground", "signalbeam", "sleeppowder", "sludgebomb", "substitute"],
|
|
184
162
|
tier: "NU",
|
|
185
163
|
},
|
|
186
164
|
diglett: {
|
|
187
165
|
tier: "NU",
|
|
188
166
|
},
|
|
189
167
|
dugtrio: {
|
|
190
|
-
randomBattleMoves: ["aerialace", "earthquake", "hiddenpowerbug", "rockslide", "substitute"],
|
|
191
168
|
tier: "OU",
|
|
192
169
|
},
|
|
193
170
|
meowth: {
|
|
194
171
|
tier: "LC",
|
|
195
172
|
},
|
|
196
173
|
persian: {
|
|
197
|
-
randomBattleMoves: ["fakeout", "hiddenpowerground", "hypnosis", "irontail", "return", "shadowball", "substitute"],
|
|
198
174
|
tier: "UU",
|
|
199
175
|
},
|
|
200
176
|
psyduck: {
|
|
201
177
|
tier: "LC",
|
|
202
178
|
},
|
|
203
179
|
golduck: {
|
|
204
|
-
randomBattleMoves: ["calmmind", "hiddenpowergrass", "hydropump", "hypnosis", "icebeam", "substitute", "surf"],
|
|
205
180
|
tier: "UU",
|
|
206
181
|
},
|
|
207
182
|
mankey: {
|
|
208
183
|
tier: "LC",
|
|
209
184
|
},
|
|
210
185
|
primeape: {
|
|
211
|
-
randomBattleMoves: ["bulkup", "crosschop", "earthquake", "hiddenpowerghost", "rockslide", "substitute"],
|
|
212
186
|
tier: "UU",
|
|
213
187
|
},
|
|
214
188
|
growlithe: {
|
|
215
189
|
tier: "LC",
|
|
216
190
|
},
|
|
217
191
|
arcanine: {
|
|
218
|
-
randomBattleMoves: ["extremespeed", "fireblast", "flamethrower", "hiddenpowergrass", "rest", "sleeptalk", "toxic"],
|
|
219
192
|
tier: "UU",
|
|
220
193
|
},
|
|
221
194
|
poliwag: {
|
|
@@ -225,11 +198,9 @@ export const FormatsData = {
|
|
|
225
198
|
tier: "NFE",
|
|
226
199
|
},
|
|
227
200
|
poliwrath: {
|
|
228
|
-
randomBattleMoves: ["brickbreak", "bulkup", "hiddenpowerghost", "hydropump", "hypnosis", "icebeam", "substitute"],
|
|
229
201
|
tier: "UU",
|
|
230
202
|
},
|
|
231
203
|
politoed: {
|
|
232
|
-
randomBattleMoves: ["hiddenpowergrass", "hypnosis", "icebeam", "rest", "surf", "toxic"],
|
|
233
204
|
tier: "UU",
|
|
234
205
|
},
|
|
235
206
|
abra: {
|
|
@@ -239,7 +210,6 @@ export const FormatsData = {
|
|
|
239
210
|
tier: "UUBL",
|
|
240
211
|
},
|
|
241
212
|
alakazam: {
|
|
242
|
-
randomBattleMoves: ["calmmind", "encore", "firepunch", "icepunch", "psychic", "recover", "substitute"],
|
|
243
213
|
tier: "UUBL",
|
|
244
214
|
},
|
|
245
215
|
machop: {
|
|
@@ -249,7 +219,6 @@ export const FormatsData = {
|
|
|
249
219
|
tier: "PUBL",
|
|
250
220
|
},
|
|
251
221
|
machamp: {
|
|
252
|
-
randomBattleMoves: ["bulkup", "crosschop", "earthquake", "hiddenpowerghost", "rest", "rockslide", "sleeptalk"],
|
|
253
222
|
tier: "UUBL",
|
|
254
223
|
},
|
|
255
224
|
bellsprout: {
|
|
@@ -259,14 +228,12 @@ export const FormatsData = {
|
|
|
259
228
|
tier: "NFE",
|
|
260
229
|
},
|
|
261
230
|
victreebel: {
|
|
262
|
-
randomBattleMoves: ["hiddenpowerfire", "sleeppowder", "sludgebomb", "solarbeam", "sunnyday"],
|
|
263
231
|
tier: "UU",
|
|
264
232
|
},
|
|
265
233
|
tentacool: {
|
|
266
234
|
tier: "LC",
|
|
267
235
|
},
|
|
268
236
|
tentacruel: {
|
|
269
|
-
randomBattleMoves: ["gigadrain", "haze", "hydropump", "icebeam", "rapidspin", "surf", "toxic"],
|
|
270
237
|
tier: "UU",
|
|
271
238
|
},
|
|
272
239
|
geodude: {
|
|
@@ -276,64 +243,54 @@ export const FormatsData = {
|
|
|
276
243
|
tier: "NFE",
|
|
277
244
|
},
|
|
278
245
|
golem: {
|
|
279
|
-
randomBattleMoves: ["doubleedge", "earthquake", "explosion", "hiddenpowerbug", "rockslide", "toxic"],
|
|
280
246
|
tier: "UU",
|
|
281
247
|
},
|
|
282
248
|
ponyta: {
|
|
283
249
|
tier: "LC",
|
|
284
250
|
},
|
|
285
251
|
rapidash: {
|
|
286
|
-
randomBattleMoves: ["fireblast", "hiddenpowergrass", "hiddenpowerrock", "substitute", "toxic"],
|
|
287
252
|
tier: "UU",
|
|
288
253
|
},
|
|
289
254
|
slowpoke: {
|
|
290
255
|
tier: "LC",
|
|
291
256
|
},
|
|
292
257
|
slowbro: {
|
|
293
|
-
randomBattleMoves: ["calmmind", "fireblast", "icebeam", "psychic", "rest", "sleeptalk", "surf", "thunderwave"],
|
|
294
258
|
tier: "UUBL",
|
|
295
259
|
},
|
|
296
260
|
slowking: {
|
|
297
|
-
randomBattleMoves: ["calmmind", "flamethrower", "icebeam", "psychic", "rest", "sleeptalk", "surf", "thunderwave"],
|
|
298
261
|
tier: "UU",
|
|
299
262
|
},
|
|
300
263
|
magnemite: {
|
|
301
264
|
tier: "LC",
|
|
302
265
|
},
|
|
303
266
|
magneton: {
|
|
304
|
-
randomBattleMoves: ["hiddenpowergrass", "hiddenpowerice", "rest", "sleeptalk", "thunderbolt", "toxic"],
|
|
305
267
|
tier: "OU",
|
|
306
268
|
},
|
|
307
269
|
farfetchd: {
|
|
308
|
-
randomBattleMoves: ["agility", "batonpass", "hiddenpowerflying", "return", "swordsdance"],
|
|
309
270
|
tier: "PU",
|
|
310
271
|
},
|
|
311
272
|
doduo: {
|
|
312
273
|
tier: "LC",
|
|
313
274
|
},
|
|
314
275
|
dodrio: {
|
|
315
|
-
randomBattleMoves: ["drillpeck", "flail", "hiddenpowerground", "quickattack", "return", "substitute"],
|
|
316
276
|
tier: "UUBL",
|
|
317
277
|
},
|
|
318
278
|
seel: {
|
|
319
279
|
tier: "LC",
|
|
320
280
|
},
|
|
321
281
|
dewgong: {
|
|
322
|
-
randomBattleMoves: ["encore", "hiddenpowergrass", "icebeam", "rest", "sleeptalk", "surf", "toxic"],
|
|
323
282
|
tier: "NU",
|
|
324
283
|
},
|
|
325
284
|
grimer: {
|
|
326
285
|
tier: "LC",
|
|
327
286
|
},
|
|
328
287
|
muk: {
|
|
329
|
-
randomBattleMoves: ["brickbreak", "curse", "explosion", "fireblast", "hiddenpowerghost", "rest", "sludgebomb"],
|
|
330
288
|
tier: "UU",
|
|
331
289
|
},
|
|
332
290
|
shellder: {
|
|
333
291
|
tier: "LC",
|
|
334
292
|
},
|
|
335
293
|
cloyster: {
|
|
336
|
-
randomBattleMoves: ["explosion", "icebeam", "rapidspin", "spikes", "surf", "toxic"],
|
|
337
294
|
tier: "OU",
|
|
338
295
|
},
|
|
339
296
|
gastly: {
|
|
@@ -343,97 +300,81 @@ export const FormatsData = {
|
|
|
343
300
|
tier: "NU",
|
|
344
301
|
},
|
|
345
302
|
gengar: {
|
|
346
|
-
randomBattleMoves: ["destinybond", "explosion", "firepunch", "hypnosis", "icepunch", "substitute", "thunderbolt", "willowisp"],
|
|
347
303
|
tier: "OU",
|
|
348
304
|
},
|
|
349
305
|
onix: {
|
|
350
306
|
tier: "LC",
|
|
351
307
|
},
|
|
352
308
|
steelix: {
|
|
353
|
-
randomBattleMoves: ["doubleedge", "earthquake", "explosion", "hiddenpowerrock", "irontail", "rest", "roar", "toxic"],
|
|
354
309
|
tier: "UUBL",
|
|
355
310
|
},
|
|
356
311
|
drowzee: {
|
|
357
312
|
tier: "LC",
|
|
358
313
|
},
|
|
359
314
|
hypno: {
|
|
360
|
-
randomBattleMoves: ["batonpass", "calmmind", "firepunch", "hypnosis", "protect", "psychic", "toxic", "wish"],
|
|
361
315
|
tier: "UU",
|
|
362
316
|
},
|
|
363
317
|
krabby: {
|
|
364
318
|
tier: "LC",
|
|
365
319
|
},
|
|
366
320
|
kingler: {
|
|
367
|
-
randomBattleMoves: ["doubleedge", "hiddenpowerghost", "hiddenpowerground", "surf", "swordsdance"],
|
|
368
321
|
tier: "PU",
|
|
369
322
|
},
|
|
370
323
|
voltorb: {
|
|
371
324
|
tier: "LC",
|
|
372
325
|
},
|
|
373
326
|
electrode: {
|
|
374
|
-
randomBattleMoves: ["explosion", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderbolt", "thunderwave", "toxic"],
|
|
375
327
|
tier: "UU",
|
|
376
328
|
},
|
|
377
329
|
exeggcute: {
|
|
378
330
|
tier: "LC",
|
|
379
331
|
},
|
|
380
332
|
exeggutor: {
|
|
381
|
-
randomBattleMoves: ["explosion", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leechseed", "psychic", "sleeppowder", "solarbeam", "sunnyday"],
|
|
382
333
|
tier: "UUBL",
|
|
383
334
|
},
|
|
384
335
|
cubone: {
|
|
385
336
|
tier: "LC",
|
|
386
337
|
},
|
|
387
338
|
marowak: {
|
|
388
|
-
randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "rockslide", "swordsdance"],
|
|
389
339
|
tier: "UUBL",
|
|
390
340
|
},
|
|
391
341
|
tyrogue: {
|
|
392
342
|
tier: "LC",
|
|
393
343
|
},
|
|
394
344
|
hitmonlee: {
|
|
395
|
-
randomBattleMoves: ["bulkup", "earthquake", "hiddenpowerghost", "highjumpkick", "machpunch", "rockslide", "substitute"],
|
|
396
345
|
tier: "UU",
|
|
397
346
|
},
|
|
398
347
|
hitmonchan: {
|
|
399
|
-
randomBattleMoves: ["bulkup", "earthquake", "hiddenpowerghost", "machpunch", "rapidspin", "skyuppercut", "toxic"],
|
|
400
348
|
tier: "NU",
|
|
401
349
|
},
|
|
402
350
|
hitmontop: {
|
|
403
|
-
randomBattleMoves: ["bulkup", "earthquake", "hiddenpowerghost", "highjumpkick", "machpunch", "rockslide", "toxic"],
|
|
404
351
|
tier: "UU",
|
|
405
352
|
},
|
|
406
353
|
lickitung: {
|
|
407
|
-
randomBattleMoves: ["counter", "healbell", "protect", "return", "seismictoss", "toxic", "wish"],
|
|
408
354
|
tier: "PU",
|
|
409
355
|
},
|
|
410
356
|
koffing: {
|
|
411
357
|
tier: "LC",
|
|
412
358
|
},
|
|
413
359
|
weezing: {
|
|
414
|
-
randomBattleMoves: ["explosion", "fireblast", "haze", "painsplit", "sludgebomb", "toxic", "willowisp"],
|
|
415
360
|
tier: "UUBL",
|
|
416
361
|
},
|
|
417
362
|
rhyhorn: {
|
|
418
363
|
tier: "LC",
|
|
419
364
|
},
|
|
420
365
|
rhydon: {
|
|
421
|
-
randomBattleMoves: ["doubleedge", "earthquake", "megahorn", "rockslide", "substitute", "swordsdance"],
|
|
422
366
|
tier: "UUBL",
|
|
423
367
|
},
|
|
424
368
|
chansey: {
|
|
425
369
|
tier: "UUBL",
|
|
426
370
|
},
|
|
427
371
|
blissey: {
|
|
428
|
-
randomBattleMoves: ["aromatherapy", "calmmind", "icebeam", "seismictoss", "softboiled", "thunderbolt", "thunderwave", "toxic"],
|
|
429
372
|
tier: "OU",
|
|
430
373
|
},
|
|
431
374
|
tangela: {
|
|
432
|
-
randomBattleMoves: ["hiddenpowergrass", "leechseed", "morningsun", "sleeppowder", "stunspore"],
|
|
433
375
|
tier: "PU",
|
|
434
376
|
},
|
|
435
377
|
kangaskhan: {
|
|
436
|
-
randomBattleMoves: ["earthquake", "fakeout", "focuspunch", "rest", "return", "shadowball", "substitute", "toxic"],
|
|
437
378
|
tier: "UU",
|
|
438
379
|
},
|
|
439
380
|
horsea: {
|
|
@@ -443,141 +384,114 @@ export const FormatsData = {
|
|
|
443
384
|
tier: "NFE",
|
|
444
385
|
},
|
|
445
386
|
kingdra: {
|
|
446
|
-
randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "raindance", "substitute", "surf"],
|
|
447
387
|
tier: "UUBL",
|
|
448
388
|
},
|
|
449
389
|
goldeen: {
|
|
450
390
|
tier: "LC",
|
|
451
391
|
},
|
|
452
392
|
seaking: {
|
|
453
|
-
randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "megahorn", "raindance"],
|
|
454
393
|
tier: "PU",
|
|
455
394
|
},
|
|
456
395
|
staryu: {
|
|
457
396
|
tier: "LC",
|
|
458
397
|
},
|
|
459
398
|
starmie: {
|
|
460
|
-
randomBattleMoves: ["hydropump", "icebeam", "psychic", "recover", "surf", "thunderbolt"],
|
|
461
399
|
tier: "OU",
|
|
462
400
|
},
|
|
463
401
|
mrmime: {
|
|
464
|
-
randomBattleMoves: ["barrier", "batonpass", "calmmind", "encore", "firepunch", "hypnosis", "psychic", "substitute", "thunderbolt"],
|
|
465
402
|
tier: "UU",
|
|
466
403
|
},
|
|
467
404
|
scyther: {
|
|
468
|
-
randomBattleMoves: ["aerialace", "batonpass", "hiddenpowerground", "hiddenpowerrock", "quickattack", "silverwind", "swordsdance"],
|
|
469
405
|
tier: "UU",
|
|
470
406
|
},
|
|
471
407
|
scizor: {
|
|
472
|
-
randomBattleMoves: ["agility", "batonpass", "hiddenpowerground", "hiddenpowerrock", "morningsun", "silverwind", "steelwing", "swordsdance"],
|
|
473
408
|
tier: "UUBL",
|
|
474
409
|
},
|
|
475
410
|
smoochum: {
|
|
476
411
|
tier: "LC",
|
|
477
412
|
},
|
|
478
413
|
jynx: {
|
|
479
|
-
randomBattleMoves: ["calmmind", "hiddenpowerfire", "icebeam", "lovelykiss", "psychic", "substitute"],
|
|
480
414
|
tier: "UUBL",
|
|
481
415
|
},
|
|
482
416
|
elekid: {
|
|
483
417
|
tier: "LC",
|
|
484
418
|
},
|
|
485
419
|
electabuzz: {
|
|
486
|
-
randomBattleMoves: ["crosschop", "firepunch", "focuspunch", "hiddenpowergrass", "icepunch", "substitute", "thunderbolt"],
|
|
487
420
|
tier: "UU",
|
|
488
421
|
},
|
|
489
422
|
magby: {
|
|
490
423
|
tier: "LC",
|
|
491
424
|
},
|
|
492
425
|
magmar: {
|
|
493
|
-
randomBattleMoves: ["crosschop", "fireblast", "flamethrower", "hiddenpowergrass", "psychic", "substitute", "thunderpunch"],
|
|
494
426
|
tier: "UU",
|
|
495
427
|
},
|
|
496
428
|
pinsir: {
|
|
497
|
-
randomBattleMoves: ["earthquake", "hiddenpowerbug", "return", "rockslide", "swordsdance"],
|
|
498
429
|
tier: "UU",
|
|
499
430
|
},
|
|
500
431
|
tauros: {
|
|
501
|
-
randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerghost", "hiddenpowerrock", "return"],
|
|
502
432
|
tier: "UUBL",
|
|
503
433
|
},
|
|
504
434
|
magikarp: {
|
|
505
435
|
tier: "LC",
|
|
506
436
|
},
|
|
507
437
|
gyarados: {
|
|
508
|
-
randomBattleMoves: ["doubleedge", "dragondance", "earthquake", "hiddenpowerflying", "hydropump", "taunt"],
|
|
509
438
|
tier: "OU",
|
|
510
439
|
},
|
|
511
440
|
lapras: {
|
|
512
|
-
randomBattleMoves: ["healbell", "icebeam", "rest", "sleeptalk", "surf", "thunderbolt", "toxic"],
|
|
513
441
|
tier: "UUBL",
|
|
514
442
|
},
|
|
515
443
|
ditto: {
|
|
516
|
-
randomBattleMoves: ["transform"],
|
|
517
444
|
tier: "PU",
|
|
518
445
|
},
|
|
519
446
|
eevee: {
|
|
520
447
|
tier: "LC",
|
|
521
448
|
},
|
|
522
449
|
vaporeon: {
|
|
523
|
-
randomBattleMoves: ["icebeam", "protect", "surf", "toxic", "wish"],
|
|
524
450
|
tier: "UUBL",
|
|
525
451
|
},
|
|
526
452
|
jolteon: {
|
|
527
|
-
randomBattleMoves: ["batonpass", "hiddenpowerice", "substitute", "thunderbolt", "toxic", "wish"],
|
|
528
453
|
tier: "OU",
|
|
529
454
|
},
|
|
530
455
|
flareon: {
|
|
531
|
-
randomBattleMoves: ["doubleedge", "fireblast", "hiddenpowergrass", "protect", "shadowball", "toxic", "wish"],
|
|
532
456
|
tier: "NU",
|
|
533
457
|
},
|
|
534
458
|
espeon: {
|
|
535
|
-
randomBattleMoves: ["batonpass", "calmmind", "hiddenpowerfire", "morningsun", "psychic", "reflect"],
|
|
536
459
|
tier: "UUBL",
|
|
537
460
|
},
|
|
538
461
|
umbreon: {
|
|
539
|
-
randomBattleMoves: ["batonpass", "hiddenpowerdark", "protect", "toxic", "wish"],
|
|
540
462
|
tier: "UUBL",
|
|
541
463
|
},
|
|
542
464
|
porygon: {
|
|
543
465
|
tier: "LC",
|
|
544
466
|
},
|
|
545
467
|
porygon2: {
|
|
546
|
-
randomBattleMoves: ["icebeam", "recover", "return", "thunderbolt", "thunderwave", "toxic"],
|
|
547
468
|
tier: "UUBL",
|
|
548
469
|
},
|
|
549
470
|
omanyte: {
|
|
550
471
|
tier: "LC",
|
|
551
472
|
},
|
|
552
473
|
omastar: {
|
|
553
|
-
randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "raindance", "spikes", "surf"],
|
|
554
474
|
tier: "UU",
|
|
555
475
|
},
|
|
556
476
|
kabuto: {
|
|
557
477
|
tier: "LC",
|
|
558
478
|
},
|
|
559
479
|
kabutops: {
|
|
560
|
-
randomBattleMoves: ["brickbreak", "doubleedge", "hiddenpowerground", "rockslide", "surf", "swordsdance"],
|
|
561
480
|
tier: "UU",
|
|
562
481
|
},
|
|
563
482
|
aerodactyl: {
|
|
564
|
-
randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerflying", "rockslide", "substitute"],
|
|
565
483
|
tier: "OU",
|
|
566
484
|
},
|
|
567
485
|
snorlax: {
|
|
568
|
-
randomBattleMoves: ["bodyslam", "curse", "earthquake", "rest", "return", "selfdestruct", "shadowball", "sleeptalk"],
|
|
569
486
|
tier: "OU",
|
|
570
487
|
},
|
|
571
488
|
articuno: {
|
|
572
|
-
randomBattleMoves: ["healbell", "hiddenpowerfire", "icebeam", "protect", "rest", "roar", "sleeptalk", "toxic"],
|
|
573
489
|
tier: "UUBL",
|
|
574
490
|
},
|
|
575
491
|
zapdos: {
|
|
576
|
-
randomBattleMoves: ["agility", "batonpass", "hiddenpowerice", "substitute", "thunderbolt", "thunderwave", "toxic"],
|
|
577
492
|
tier: "OU",
|
|
578
493
|
},
|
|
579
494
|
moltres: {
|
|
580
|
-
randomBattleMoves: ["fireblast", "flamethrower", "hiddenpowergrass", "morningsun", "substitute", "toxic", "willowisp"],
|
|
581
495
|
tier: "OU",
|
|
582
496
|
},
|
|
583
497
|
dratini: {
|
|
@@ -587,15 +501,12 @@ export const FormatsData = {
|
|
|
587
501
|
tier: "NFE",
|
|
588
502
|
},
|
|
589
503
|
dragonite: {
|
|
590
|
-
randomBattleMoves: ["doubleedge", "dragondance", "earthquake", "flamethrower", "healbell", "hiddenpowerflying", "icebeam", "substitute"],
|
|
591
504
|
tier: "UUBL",
|
|
592
505
|
},
|
|
593
506
|
mewtwo: {
|
|
594
|
-
randomBattleMoves: ["calmmind", "flamethrower", "icebeam", "psychic", "recover", "substitute", "thunderbolt"],
|
|
595
507
|
tier: "Uber",
|
|
596
508
|
},
|
|
597
509
|
mew: {
|
|
598
|
-
randomBattleMoves: ["calmmind", "explosion", "flamethrower", "icebeam", "psychic", "softboiled", "thunderbolt", "thunderwave", "transform"],
|
|
599
510
|
tier: "Uber",
|
|
600
511
|
},
|
|
601
512
|
chikorita: {
|
|
@@ -605,7 +516,6 @@ export const FormatsData = {
|
|
|
605
516
|
tier: "NFE",
|
|
606
517
|
},
|
|
607
518
|
meganium: {
|
|
608
|
-
randomBattleMoves: ["bodyslam", "hiddenpowergrass", "leechseed", "synthesis", "toxic"],
|
|
609
519
|
tier: "UU",
|
|
610
520
|
},
|
|
611
521
|
cyndaquil: {
|
|
@@ -615,7 +525,6 @@ export const FormatsData = {
|
|
|
615
525
|
tier: "NFE",
|
|
616
526
|
},
|
|
617
527
|
typhlosion: {
|
|
618
|
-
randomBattleMoves: ["fireblast", "flamethrower", "focuspunch", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderpunch"],
|
|
619
528
|
tier: "UUBL",
|
|
620
529
|
},
|
|
621
530
|
totodile: {
|
|
@@ -625,56 +534,48 @@ export const FormatsData = {
|
|
|
625
534
|
tier: "NFE",
|
|
626
535
|
},
|
|
627
536
|
feraligatr: {
|
|
628
|
-
randomBattleMoves: ["earthquake", "hiddenpowerflying", "hydropump", "rockslide", "swordsdance"],
|
|
629
537
|
tier: "UU",
|
|
630
538
|
},
|
|
631
539
|
sentret: {
|
|
632
540
|
tier: "LC",
|
|
633
541
|
},
|
|
634
542
|
furret: {
|
|
635
|
-
randomBattleMoves: ["doubleedge", "quickattack", "return", "reversal", "shadowball", "substitute", "trick"],
|
|
636
543
|
tier: "PU",
|
|
637
544
|
},
|
|
638
545
|
hoothoot: {
|
|
639
546
|
tier: "LC",
|
|
640
547
|
},
|
|
641
548
|
noctowl: {
|
|
642
|
-
randomBattleMoves: ["hypnosis", "psychic", "reflect", "toxic", "whirlwind"],
|
|
643
549
|
tier: "PU",
|
|
644
550
|
},
|
|
645
551
|
ledyba: {
|
|
646
552
|
tier: "LC",
|
|
647
553
|
},
|
|
648
554
|
ledian: {
|
|
649
|
-
randomBattleMoves: ["agility", "batonpass", "lightscreen", "reflect", "silverwind", "swordsdance", "toxic"],
|
|
650
555
|
tier: "PU",
|
|
651
556
|
},
|
|
652
557
|
spinarak: {
|
|
653
558
|
tier: "LC",
|
|
654
559
|
},
|
|
655
560
|
ariados: {
|
|
656
|
-
randomBattleMoves: ["agility", "batonpass", "signalbeam", "sludgebomb", "spiderweb", "toxic"],
|
|
657
561
|
tier: "PU",
|
|
658
562
|
},
|
|
659
563
|
chinchou: {
|
|
660
564
|
tier: "LC",
|
|
661
565
|
},
|
|
662
566
|
lanturn: {
|
|
663
|
-
randomBattleMoves: ["confuseray", "icebeam", "rest", "sleeptalk", "surf", "thunderbolt", "thunderwave", "toxic"],
|
|
664
567
|
tier: "UU",
|
|
665
568
|
},
|
|
666
569
|
togepi: {
|
|
667
570
|
tier: "LC",
|
|
668
571
|
},
|
|
669
572
|
togetic: {
|
|
670
|
-
randomBattleMoves: ["charm", "encore", "flamethrower", "seismictoss", "softboiled", "thunderwave", "toxic"],
|
|
671
573
|
tier: "PU",
|
|
672
574
|
},
|
|
673
575
|
natu: {
|
|
674
576
|
tier: "LC",
|
|
675
577
|
},
|
|
676
578
|
xatu: {
|
|
677
|
-
randomBattleMoves: ["batonpass", "calmmind", "hiddenpowerfire", "psychic", "reflect", "wish"],
|
|
678
579
|
tier: "UU",
|
|
679
580
|
},
|
|
680
581
|
mareep: {
|
|
@@ -684,7 +585,6 @@ export const FormatsData = {
|
|
|
684
585
|
tier: "NFE",
|
|
685
586
|
},
|
|
686
587
|
ampharos: {
|
|
687
|
-
randomBattleMoves: ["firepunch", "healbell", "hiddenpowergrass", "hiddenpowerice", "thunderbolt", "toxic"],
|
|
688
588
|
tier: "UU",
|
|
689
589
|
},
|
|
690
590
|
azurill: {
|
|
@@ -694,11 +594,9 @@ export const FormatsData = {
|
|
|
694
594
|
tier: "NFE",
|
|
695
595
|
},
|
|
696
596
|
azumarill: {
|
|
697
|
-
randomBattleMoves: ["brickbreak", "encore", "hiddenpowerghost", "hydropump", "return"],
|
|
698
597
|
tier: "UU",
|
|
699
598
|
},
|
|
700
599
|
sudowoodo: {
|
|
701
|
-
randomBattleMoves: ["brickbreak", "doubleedge", "earthquake", "explosion", "rockslide", "toxic"],
|
|
702
600
|
tier: "NU",
|
|
703
601
|
},
|
|
704
602
|
hoppip: {
|
|
@@ -708,172 +606,138 @@ export const FormatsData = {
|
|
|
708
606
|
tier: "NFE",
|
|
709
607
|
},
|
|
710
608
|
jumpluff: {
|
|
711
|
-
randomBattleMoves: ["encore", "hiddenpowerflying", "leechseed", "sleeppowder", "substitute", "toxic"],
|
|
712
609
|
tier: "UUBL",
|
|
713
610
|
},
|
|
714
611
|
aipom: {
|
|
715
|
-
randomBattleMoves: ["batonpass", "doubleedge", "focuspunch", "shadowball", "substitute", "thunderwave"],
|
|
716
612
|
tier: "PU",
|
|
717
613
|
},
|
|
718
614
|
sunkern: {
|
|
719
615
|
tier: "LC",
|
|
720
616
|
},
|
|
721
617
|
sunflora: {
|
|
722
|
-
randomBattleMoves: ["hiddenpowerfire", "leechseed", "razorleaf", "synthesis", "toxic"],
|
|
723
618
|
tier: "PU",
|
|
724
619
|
},
|
|
725
620
|
yanma: {
|
|
726
|
-
randomBattleMoves: ["hiddenpowerflying", "hypnosis", "reversal", "shadowball", "substitute"],
|
|
727
621
|
tier: "PU",
|
|
728
622
|
},
|
|
729
623
|
wooper: {
|
|
730
624
|
tier: "LC",
|
|
731
625
|
},
|
|
732
626
|
quagsire: {
|
|
733
|
-
randomBattleMoves: ["counter", "curse", "earthquake", "hiddenpowerrock", "icebeam", "rest", "surf", "toxic"],
|
|
734
627
|
tier: "UU",
|
|
735
628
|
},
|
|
736
629
|
murkrow: {
|
|
737
|
-
randomBattleMoves: ["doubleedge", "drillpeck", "hiddenpowerfighting", "hiddenpowerground", "meanlook", "perishsong", "protect", "shadowball", "substitute"],
|
|
738
630
|
tier: "NU",
|
|
739
631
|
},
|
|
740
632
|
misdreavus: {
|
|
741
|
-
randomBattleMoves: ["calmmind", "hiddenpowerice", "meanlook", "perishsong", "protect", "substitute", "thunderbolt", "toxic"],
|
|
742
633
|
tier: "UU",
|
|
743
634
|
},
|
|
744
635
|
unown: {
|
|
745
|
-
randomBattleMoves: ["hiddenpowerpsychic"],
|
|
746
636
|
tier: "PU",
|
|
747
637
|
},
|
|
748
638
|
wynaut: {
|
|
749
639
|
tier: "Uber",
|
|
750
640
|
},
|
|
751
641
|
wobbuffet: {
|
|
752
|
-
randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
|
|
753
642
|
tier: "Uber",
|
|
754
643
|
},
|
|
755
644
|
girafarig: {
|
|
756
|
-
randomBattleMoves: ["agility", "batonpass", "calmmind", "psychic", "substitute", "thunderbolt", "thunderwave", "wish"],
|
|
757
645
|
tier: "UU",
|
|
758
646
|
},
|
|
759
647
|
pineco: {
|
|
760
648
|
tier: "LC",
|
|
761
649
|
},
|
|
762
650
|
forretress: {
|
|
763
|
-
randomBattleMoves: ["earthquake", "explosion", "hiddenpowerbug", "rapidspin", "spikes", "toxic"],
|
|
764
651
|
tier: "OU",
|
|
765
652
|
},
|
|
766
653
|
dunsparce: {
|
|
767
|
-
randomBattleMoves: ["bodyslam", "curse", "headbutt", "rest", "rockslide", "shadowball", "thunderwave"],
|
|
768
654
|
tier: "PUBL",
|
|
769
655
|
},
|
|
770
656
|
gligar: {
|
|
771
|
-
randomBattleMoves: ["earthquake", "hiddenpowerflying", "irontail", "quickattack", "rockslide", "substitute", "swordsdance"],
|
|
772
657
|
tier: "UU",
|
|
773
658
|
},
|
|
774
659
|
snubbull: {
|
|
775
660
|
tier: "LC",
|
|
776
661
|
},
|
|
777
662
|
granbull: {
|
|
778
|
-
randomBattleMoves: ["bulkup", "earthquake", "healbell", "overheat", "rest", "return", "shadowball", "thunderwave"],
|
|
779
663
|
tier: "UU",
|
|
780
664
|
},
|
|
781
665
|
qwilfish: {
|
|
782
|
-
randomBattleMoves: ["destinybond", "hydropump", "selfdestruct", "shadowball", "sludgebomb", "spikes", "swordsdance"],
|
|
783
666
|
tier: "UU",
|
|
784
667
|
},
|
|
785
668
|
shuckle: {
|
|
786
|
-
randomBattleMoves: ["encore", "rest", "toxic", "wrap"],
|
|
787
669
|
tier: "PU",
|
|
788
670
|
},
|
|
789
671
|
heracross: {
|
|
790
|
-
randomBattleMoves: ["brickbreak", "focuspunch", "megahorn", "rest", "rockslide", "sleeptalk", "substitute", "swordsdance"],
|
|
791
672
|
tier: "OU",
|
|
792
673
|
},
|
|
793
674
|
sneasel: {
|
|
794
|
-
randomBattleMoves: ["brickbreak", "doubleedge", "hiddenpowerflying", "shadowball", "substitute", "swordsdance"],
|
|
795
675
|
tier: "UU",
|
|
796
676
|
},
|
|
797
677
|
teddiursa: {
|
|
798
678
|
tier: "LC",
|
|
799
679
|
},
|
|
800
680
|
ursaring: {
|
|
801
|
-
randomBattleMoves: ["earthquake", "focuspunch", "hiddenpowerghost", "return", "swordsdance"],
|
|
802
681
|
tier: "UUBL",
|
|
803
682
|
},
|
|
804
683
|
slugma: {
|
|
805
684
|
tier: "LC",
|
|
806
685
|
},
|
|
807
686
|
magcargo: {
|
|
808
|
-
randomBattleMoves: ["fireblast", "hiddenpowergrass", "rest", "sleeptalk", "toxic", "yawn"],
|
|
809
687
|
tier: "PU",
|
|
810
688
|
},
|
|
811
689
|
swinub: {
|
|
812
690
|
tier: "LC",
|
|
813
691
|
},
|
|
814
692
|
piloswine: {
|
|
815
|
-
randomBattleMoves: ["doubleedge", "earthquake", "icebeam", "protect", "rockslide", "toxic"],
|
|
816
693
|
tier: "PU",
|
|
817
694
|
},
|
|
818
695
|
corsola: {
|
|
819
|
-
randomBattleMoves: ["calmmind", "confuseray", "icebeam", "recover", "surf", "toxic"],
|
|
820
696
|
tier: "PU",
|
|
821
697
|
},
|
|
822
698
|
remoraid: {
|
|
823
699
|
tier: "LC",
|
|
824
700
|
},
|
|
825
701
|
octillery: {
|
|
826
|
-
randomBattleMoves: ["fireblast", "hiddenpowergrass", "icebeam", "rockblast", "surf", "thunderwave"],
|
|
827
702
|
tier: "NU",
|
|
828
703
|
},
|
|
829
704
|
delibird: {
|
|
830
|
-
randomBattleMoves: ["aerialace", "focuspunch", "hiddenpowerground", "icebeam", "quickattack"],
|
|
831
705
|
tier: "PU",
|
|
832
706
|
},
|
|
833
707
|
mantine: {
|
|
834
|
-
randomBattleMoves: ["haze", "hiddenpowergrass", "icebeam", "raindance", "rest", "sleeptalk", "surf", "toxic"],
|
|
835
708
|
tier: "UU",
|
|
836
709
|
},
|
|
837
710
|
skarmory: {
|
|
838
|
-
randomBattleMoves: ["drillpeck", "hiddenpowerground", "protect", "rest", "sleeptalk", "spikes", "toxic", "whirlwind"],
|
|
839
711
|
tier: "OU",
|
|
840
712
|
},
|
|
841
713
|
houndour: {
|
|
842
714
|
tier: "LC",
|
|
843
715
|
},
|
|
844
716
|
houndoom: {
|
|
845
|
-
randomBattleMoves: ["crunch", "fireblast", "flamethrower", "hiddenpowergrass", "pursuit", "willowisp"],
|
|
846
717
|
tier: "UUBL",
|
|
847
718
|
},
|
|
848
719
|
phanpy: {
|
|
849
720
|
tier: "LC",
|
|
850
721
|
},
|
|
851
722
|
donphan: {
|
|
852
|
-
randomBattleMoves: ["earthquake", "rapidspin", "rest", "rockslide", "sleeptalk", "toxic"],
|
|
853
723
|
tier: "UUBL",
|
|
854
724
|
},
|
|
855
725
|
stantler: {
|
|
856
|
-
randomBattleMoves: ["earthquake", "hypnosis", "return", "shadowball", "thunderbolt"],
|
|
857
726
|
tier: "UU",
|
|
858
727
|
},
|
|
859
728
|
smeargle: {
|
|
860
|
-
randomBattleMoves: ["encore", "explosion", "spikes", "spore"],
|
|
861
729
|
tier: "UUBL",
|
|
862
730
|
},
|
|
863
731
|
miltank: {
|
|
864
|
-
randomBattleMoves: ["bodyslam", "curse", "earthquake", "healbell", "milkdrink", "toxic"],
|
|
865
732
|
tier: "UUBL",
|
|
866
733
|
},
|
|
867
734
|
raikou: {
|
|
868
|
-
randomBattleMoves: ["calmmind", "crunch", "hiddenpowergrass", "hiddenpowerice", "rest", "sleeptalk", "substitute", "thunderbolt"],
|
|
869
735
|
tier: "UUBL",
|
|
870
736
|
},
|
|
871
737
|
entei: {
|
|
872
|
-
randomBattleMoves: ["bodyslam", "calmmind", "fireblast", "flamethrower", "hiddenpowergrass", "hiddenpowerice", "solarbeam", "substitute", "sunnyday"],
|
|
873
738
|
tier: "UUBL",
|
|
874
739
|
},
|
|
875
740
|
suicune: {
|
|
876
|
-
randomBattleMoves: ["calmmind", "icebeam", "rest", "sleeptalk", "substitute", "surf", "toxic"],
|
|
877
741
|
tier: "OU",
|
|
878
742
|
},
|
|
879
743
|
larvitar: {
|
|
@@ -883,19 +747,15 @@ export const FormatsData = {
|
|
|
883
747
|
tier: "NU",
|
|
884
748
|
},
|
|
885
749
|
tyranitar: {
|
|
886
|
-
randomBattleMoves: ["dragondance", "earthquake", "fireblast", "focuspunch", "hiddenpowerbug", "icebeam", "pursuit", "rockslide", "substitute"],
|
|
887
750
|
tier: "OU",
|
|
888
751
|
},
|
|
889
752
|
lugia: {
|
|
890
|
-
randomBattleMoves: ["aeroblast", "calmmind", "earthquake", "icebeam", "recover", "substitute", "thunderbolt", "toxic"],
|
|
891
753
|
tier: "Uber",
|
|
892
754
|
},
|
|
893
755
|
hooh: {
|
|
894
|
-
randomBattleMoves: ["calmmind", "earthquake", "recover", "sacredfire", "substitute", "thunderbolt", "toxic"],
|
|
895
756
|
tier: "Uber",
|
|
896
757
|
},
|
|
897
758
|
celebi: {
|
|
898
|
-
randomBattleMoves: ["batonpass", "calmmind", "healbell", "hiddenpowergrass", "leechseed", "psychic", "recover"],
|
|
899
759
|
tier: "OU",
|
|
900
760
|
},
|
|
901
761
|
treecko: {
|
|
@@ -905,7 +765,6 @@ export const FormatsData = {
|
|
|
905
765
|
tier: "NFE",
|
|
906
766
|
},
|
|
907
767
|
sceptile: {
|
|
908
|
-
randomBattleMoves: ["focuspunch", "hiddenpowerice", "leafblade", "leechseed", "substitute", "thunderpunch"],
|
|
909
768
|
tier: "UUBL",
|
|
910
769
|
},
|
|
911
770
|
torchic: {
|
|
@@ -915,7 +774,6 @@ export const FormatsData = {
|
|
|
915
774
|
tier: "NFE",
|
|
916
775
|
},
|
|
917
776
|
blaziken: {
|
|
918
|
-
randomBattleMoves: ["endure", "fireblast", "hiddenpowerice", "reversal", "rockslide", "skyuppercut", "swordsdance", "thunderpunch"],
|
|
919
777
|
tier: "UUBL",
|
|
920
778
|
},
|
|
921
779
|
mudkip: {
|
|
@@ -925,21 +783,18 @@ export const FormatsData = {
|
|
|
925
783
|
tier: "NFE",
|
|
926
784
|
},
|
|
927
785
|
swampert: {
|
|
928
|
-
randomBattleMoves: ["earthquake", "hydropump", "icebeam", "protect", "rest", "rockslide", "sleeptalk", "surf", "toxic"],
|
|
929
786
|
tier: "OU",
|
|
930
787
|
},
|
|
931
788
|
poochyena: {
|
|
932
789
|
tier: "LC",
|
|
933
790
|
},
|
|
934
791
|
mightyena: {
|
|
935
|
-
randomBattleMoves: ["crunch", "doubleedge", "healbell", "hiddenpowerfighting", "protect", "shadowball", "toxic"],
|
|
936
792
|
tier: "PU",
|
|
937
793
|
},
|
|
938
794
|
zigzagoon: {
|
|
939
795
|
tier: "LC",
|
|
940
796
|
},
|
|
941
797
|
linoone: {
|
|
942
|
-
randomBattleMoves: ["bellydrum", "extremespeed", "flail", "hiddenpowerground", "shadowball", "substitute"],
|
|
943
798
|
tier: "UU",
|
|
944
799
|
},
|
|
945
800
|
wurmple: {
|
|
@@ -949,14 +804,12 @@ export const FormatsData = {
|
|
|
949
804
|
tier: "NFE",
|
|
950
805
|
},
|
|
951
806
|
beautifly: {
|
|
952
|
-
randomBattleMoves: ["hiddenpowerbug", "hiddenpowerflying", "morningsun", "stunspore", "substitute", "toxic"],
|
|
953
807
|
tier: "PU",
|
|
954
808
|
},
|
|
955
809
|
cascoon: {
|
|
956
810
|
tier: "NFE",
|
|
957
811
|
},
|
|
958
812
|
dustox: {
|
|
959
|
-
randomBattleMoves: ["hiddenpowerground", "lightscreen", "moonlight", "sludgebomb", "toxic", "whirlwind"],
|
|
960
813
|
tier: "PU",
|
|
961
814
|
},
|
|
962
815
|
lotad: {
|
|
@@ -966,7 +819,6 @@ export const FormatsData = {
|
|
|
966
819
|
tier: "NFE",
|
|
967
820
|
},
|
|
968
821
|
ludicolo: {
|
|
969
|
-
randomBattleMoves: ["hiddenpowergrass", "icebeam", "leechseed", "raindance", "substitute", "surf"],
|
|
970
822
|
tier: "UUBL",
|
|
971
823
|
},
|
|
972
824
|
seedot: {
|
|
@@ -976,21 +828,18 @@ export const FormatsData = {
|
|
|
976
828
|
tier: "NFE",
|
|
977
829
|
},
|
|
978
830
|
shiftry: {
|
|
979
|
-
randomBattleMoves: ["brickbreak", "explosion", "shadowball", "swordsdance"],
|
|
980
831
|
tier: "UU",
|
|
981
832
|
},
|
|
982
833
|
taillow: {
|
|
983
834
|
tier: "LC",
|
|
984
835
|
},
|
|
985
836
|
swellow: {
|
|
986
|
-
randomBattleMoves: ["aerialace", "doubleedge", "hiddenpowerfighting", "hiddenpowerground", "quickattack", "return"],
|
|
987
837
|
tier: "UUBL",
|
|
988
838
|
},
|
|
989
839
|
wingull: {
|
|
990
840
|
tier: "LC",
|
|
991
841
|
},
|
|
992
842
|
pelipper: {
|
|
993
|
-
randomBattleMoves: ["icebeam", "protect", "rest", "sleeptalk", "surf", "toxic"],
|
|
994
843
|
tier: "NU",
|
|
995
844
|
},
|
|
996
845
|
ralts: {
|
|
@@ -1000,43 +849,36 @@ export const FormatsData = {
|
|
|
1000
849
|
tier: "NFE",
|
|
1001
850
|
},
|
|
1002
851
|
gardevoir: {
|
|
1003
|
-
randomBattleMoves: ["calmmind", "firepunch", "hypnosis", "psychic", "substitute", "thunderbolt", "willowisp"],
|
|
1004
852
|
tier: "UUBL",
|
|
1005
853
|
},
|
|
1006
854
|
surskit: {
|
|
1007
855
|
tier: "LC",
|
|
1008
856
|
},
|
|
1009
857
|
masquerain: {
|
|
1010
|
-
randomBattleMoves: ["hydropump", "icebeam", "stunspore", "substitute", "toxic"],
|
|
1011
858
|
tier: "PU",
|
|
1012
859
|
},
|
|
1013
860
|
shroomish: {
|
|
1014
861
|
tier: "LC",
|
|
1015
862
|
},
|
|
1016
863
|
breloom: {
|
|
1017
|
-
randomBattleMoves: ["focuspunch", "hiddenpowerghost", "hiddenpowerrock", "leechseed", "machpunch", "skyuppercut", "spore", "substitute", "swordsdance"],
|
|
1018
864
|
tier: "OU",
|
|
1019
865
|
},
|
|
1020
866
|
slakoth: {
|
|
1021
867
|
tier: "LC",
|
|
1022
868
|
},
|
|
1023
869
|
vigoroth: {
|
|
1024
|
-
randomBattleMoves: ["brickbreak", "bulkup", "earthquake", "return", "shadowball", "slackoff"],
|
|
1025
870
|
tier: "NU",
|
|
1026
871
|
},
|
|
1027
872
|
slaking: {
|
|
1028
|
-
randomBattleMoves: ["doubleedge", "earthquake", "focuspunch", "return", "shadowball"],
|
|
1029
873
|
tier: "UUBL",
|
|
1030
874
|
},
|
|
1031
875
|
nincada: {
|
|
1032
876
|
tier: "LC",
|
|
1033
877
|
},
|
|
1034
878
|
ninjask: {
|
|
1035
|
-
randomBattleMoves: ["aerialace", "batonpass", "hiddenpowerrock", "protect", "silverwind", "substitute", "swordsdance"],
|
|
1036
879
|
tier: "UU",
|
|
1037
880
|
},
|
|
1038
881
|
shedinja: {
|
|
1039
|
-
randomBattleMoves: ["agility", "batonpass", "hiddenpowerground", "shadowball", "silverwind", "toxic"],
|
|
1040
882
|
tier: "PU",
|
|
1041
883
|
},
|
|
1042
884
|
whismur: {
|
|
@@ -1046,33 +888,27 @@ export const FormatsData = {
|
|
|
1046
888
|
tier: "NFE",
|
|
1047
889
|
},
|
|
1048
890
|
exploud: {
|
|
1049
|
-
randomBattleMoves: ["earthquake", "flamethrower", "icebeam", "overheat", "return", "shadowball", "substitute"],
|
|
1050
891
|
tier: "UU",
|
|
1051
892
|
},
|
|
1052
893
|
makuhita: {
|
|
1053
894
|
tier: "LC",
|
|
1054
895
|
},
|
|
1055
896
|
hariyama: {
|
|
1056
|
-
randomBattleMoves: ["bulkup", "crosschop", "fakeout", "hiddenpowerghost", "rest", "rockslide", "sleeptalk"],
|
|
1057
897
|
tier: "UUBL",
|
|
1058
898
|
},
|
|
1059
899
|
nosepass: {
|
|
1060
|
-
randomBattleMoves: ["earthquake", "explosion", "rockslide", "thunderwave", "toxic"],
|
|
1061
900
|
tier: "PU",
|
|
1062
901
|
},
|
|
1063
902
|
skitty: {
|
|
1064
903
|
tier: "LC",
|
|
1065
904
|
},
|
|
1066
905
|
delcatty: {
|
|
1067
|
-
randomBattleMoves: ["batonpass", "doubleedge", "healbell", "thunderwave", "wish"],
|
|
1068
906
|
tier: "PU",
|
|
1069
907
|
},
|
|
1070
908
|
sableye: {
|
|
1071
|
-
randomBattleMoves: ["knockoff", "recover", "seismictoss", "shadowball", "toxic"],
|
|
1072
909
|
tier: "NU",
|
|
1073
910
|
},
|
|
1074
911
|
mawile: {
|
|
1075
|
-
randomBattleMoves: ["batonpass", "brickbreak", "focuspunch", "hiddenpowersteel", "rockslide", "substitute", "swordsdance", "toxic"],
|
|
1076
912
|
tier: "PU",
|
|
1077
913
|
},
|
|
1078
914
|
aron: {
|
|
@@ -1082,84 +918,69 @@ export const FormatsData = {
|
|
|
1082
918
|
tier: "NFE",
|
|
1083
919
|
},
|
|
1084
920
|
aggron: {
|
|
1085
|
-
randomBattleMoves: ["doubleedge", "earthquake", "focuspunch", "irontail", "rockslide", "substitute", "thunderwave", "toxic"],
|
|
1086
921
|
tier: "UU",
|
|
1087
922
|
},
|
|
1088
923
|
meditite: {
|
|
1089
924
|
tier: "LC",
|
|
1090
925
|
},
|
|
1091
926
|
medicham: {
|
|
1092
|
-
randomBattleMoves: ["brickbreak", "bulkup", "recover", "rockslide", "shadowball", "substitute"],
|
|
1093
927
|
tier: "UUBL",
|
|
1094
928
|
},
|
|
1095
929
|
electrike: {
|
|
1096
930
|
tier: "LC",
|
|
1097
931
|
},
|
|
1098
932
|
manectric: {
|
|
1099
|
-
randomBattleMoves: ["crunch", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderbolt", "thunderwave"],
|
|
1100
933
|
tier: "UU",
|
|
1101
934
|
},
|
|
1102
935
|
plusle: {
|
|
1103
|
-
randomBattleMoves: ["agility", "batonpass", "encore", "hiddenpowergrass", "substitute", "thunderbolt", "toxic"],
|
|
1104
936
|
tier: "NU",
|
|
1105
937
|
},
|
|
1106
938
|
minun: {
|
|
1107
|
-
randomBattleMoves: ["batonpass", "encore", "hiddenpowerice", "lightscreen", "substitute", "thunderbolt", "wish"],
|
|
1108
939
|
tier: "PU",
|
|
1109
940
|
},
|
|
1110
941
|
volbeat: {
|
|
1111
|
-
randomBattleMoves: ["batonpass", "icepunch", "tailglow", "thunderbolt"],
|
|
1112
942
|
tier: "PU",
|
|
1113
943
|
},
|
|
1114
944
|
illumise: {
|
|
1115
|
-
randomBattleMoves: ["batonpass", "encore", "icepunch", "substitute", "thunderwave", "wish"],
|
|
1116
945
|
tier: "PU",
|
|
1117
946
|
},
|
|
1118
947
|
roselia: {
|
|
1119
|
-
randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerfire", "spikes", "stunspore", "synthesis"],
|
|
1120
948
|
tier: "NU",
|
|
1121
949
|
},
|
|
1122
950
|
gulpin: {
|
|
1123
951
|
tier: "LC",
|
|
1124
952
|
},
|
|
1125
953
|
swalot: {
|
|
1126
|
-
randomBattleMoves: ["encore", "explosion", "hiddenpowerground", "icebeam", "sludgebomb", "toxic", "yawn"],
|
|
1127
954
|
tier: "PU",
|
|
1128
955
|
},
|
|
1129
956
|
carvanha: {
|
|
1130
957
|
tier: "LC",
|
|
1131
958
|
},
|
|
1132
959
|
sharpedo: {
|
|
1133
|
-
randomBattleMoves: ["crunch", "earthquake", "endure", "hiddenpowerflying", "hydropump", "icebeam", "return"],
|
|
1134
960
|
tier: "UU",
|
|
1135
961
|
},
|
|
1136
962
|
wailmer: {
|
|
1137
963
|
tier: "LC",
|
|
1138
964
|
},
|
|
1139
965
|
wailord: {
|
|
1140
|
-
randomBattleMoves: ["hiddenpowergrass", "icebeam", "rest", "selfdestruct", "sleeptalk", "surf", "toxic"],
|
|
1141
966
|
tier: "NU",
|
|
1142
967
|
},
|
|
1143
968
|
numel: {
|
|
1144
969
|
tier: "LC",
|
|
1145
970
|
},
|
|
1146
971
|
camerupt: {
|
|
1147
|
-
randomBattleMoves: ["earthquake", "explosion", "fireblast", "rest", "rockslide", "sleeptalk", "toxic"],
|
|
1148
972
|
tier: "UU",
|
|
1149
973
|
},
|
|
1150
974
|
torkoal: {
|
|
1151
|
-
randomBattleMoves: ["explosion", "fireblast", "flamethrower", "hiddenpowergrass", "rest", "toxic", "yawn"],
|
|
1152
975
|
tier: "NU",
|
|
1153
976
|
},
|
|
1154
977
|
spoink: {
|
|
1155
978
|
tier: "LC",
|
|
1156
979
|
},
|
|
1157
980
|
grumpig: {
|
|
1158
|
-
randomBattleMoves: ["calmmind", "firepunch", "icywind", "psychic", "substitute", "taunt"],
|
|
1159
981
|
tier: "UU",
|
|
1160
982
|
},
|
|
1161
983
|
spinda: {
|
|
1162
|
-
randomBattleMoves: ["bodyslam", "encore", "focuspunch", "shadowball", "substitute", "teeterdance", "toxic"],
|
|
1163
984
|
tier: "PU",
|
|
1164
985
|
},
|
|
1165
986
|
trapinch: {
|
|
@@ -1169,83 +990,69 @@ export const FormatsData = {
|
|
|
1169
990
|
tier: "NFE",
|
|
1170
991
|
},
|
|
1171
992
|
flygon: {
|
|
1172
|
-
randomBattleMoves: ["dragonclaw", "earthquake", "fireblast", "hiddenpowerbug", "rockslide", "substitute", "toxic"],
|
|
1173
993
|
tier: "OU",
|
|
1174
994
|
},
|
|
1175
995
|
cacnea: {
|
|
1176
996
|
tier: "LC",
|
|
1177
997
|
},
|
|
1178
998
|
cacturne: {
|
|
1179
|
-
randomBattleMoves: ["focuspunch", "hiddenpowerdark", "leechseed", "needlearm", "spikes", "substitute", "thunderpunch"],
|
|
1180
999
|
tier: "NU",
|
|
1181
1000
|
},
|
|
1182
1001
|
swablu: {
|
|
1183
1002
|
tier: "LC",
|
|
1184
1003
|
},
|
|
1185
1004
|
altaria: {
|
|
1186
|
-
randomBattleMoves: ["dragonclaw", "dragondance", "earthquake", "fireblast", "flamethrower", "haze", "hiddenpowerflying", "rest", "toxic"],
|
|
1187
1005
|
tier: "UU",
|
|
1188
1006
|
},
|
|
1189
1007
|
zangoose: {
|
|
1190
|
-
randomBattleMoves: ["brickbreak", "quickattack", "return", "shadowball", "swordsdance"],
|
|
1191
1008
|
tier: "UUBL",
|
|
1192
1009
|
},
|
|
1193
1010
|
seviper: {
|
|
1194
|
-
randomBattleMoves: ["crunch", "doubleedge", "earthquake", "flamethrower", "hiddenpowergrass", "sludgebomb"],
|
|
1195
1011
|
tier: "PU",
|
|
1196
1012
|
},
|
|
1197
1013
|
lunatone: {
|
|
1198
|
-
randomBattleMoves: ["batonpass", "calmmind", "explosion", "hypnosis", "icebeam", "psychic"],
|
|
1199
1014
|
tier: "UU",
|
|
1200
1015
|
},
|
|
1201
1016
|
solrock: {
|
|
1202
|
-
randomBattleMoves: ["earthquake", "explosion", "overheat", "reflect", "rockslide", "shadowball"],
|
|
1203
1017
|
tier: "UU",
|
|
1204
1018
|
},
|
|
1205
1019
|
barboach: {
|
|
1206
1020
|
tier: "LC",
|
|
1207
1021
|
},
|
|
1208
1022
|
whiscash: {
|
|
1209
|
-
randomBattleMoves: ["earthquake", "hiddenpowerbug", "icebeam", "rest", "rockslide", "sleeptalk", "spark", "surf", "toxic"],
|
|
1210
1023
|
tier: "NU",
|
|
1211
1024
|
},
|
|
1212
1025
|
corphish: {
|
|
1213
1026
|
tier: "LC",
|
|
1214
1027
|
},
|
|
1215
1028
|
crawdaunt: {
|
|
1216
|
-
randomBattleMoves: ["brickbreak", "crunch", "doubleedge", "hiddenpowerghost", "icebeam", "surf"],
|
|
1217
1029
|
tier: "NU",
|
|
1218
1030
|
},
|
|
1219
1031
|
baltoy: {
|
|
1220
1032
|
tier: "LC",
|
|
1221
1033
|
},
|
|
1222
1034
|
claydol: {
|
|
1223
|
-
randomBattleMoves: ["earthquake", "explosion", "icebeam", "psychic", "rapidspin", "toxic"],
|
|
1224
1035
|
tier: "OU",
|
|
1225
1036
|
},
|
|
1226
1037
|
lileep: {
|
|
1227
1038
|
tier: "LC",
|
|
1228
1039
|
},
|
|
1229
1040
|
cradily: {
|
|
1230
|
-
randomBattleMoves: ["barrier", "earthquake", "hiddenpowergrass", "mirrorcoat", "recover", "rockslide", "toxic"],
|
|
1231
1041
|
tier: "UU",
|
|
1232
1042
|
},
|
|
1233
1043
|
anorith: {
|
|
1234
1044
|
tier: "LC",
|
|
1235
1045
|
},
|
|
1236
1046
|
armaldo: {
|
|
1237
|
-
randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerbug", "rockslide", "swordsdance"],
|
|
1238
1047
|
tier: "UUBL",
|
|
1239
1048
|
},
|
|
1240
1049
|
feebas: {
|
|
1241
1050
|
tier: "LC",
|
|
1242
1051
|
},
|
|
1243
1052
|
milotic: {
|
|
1244
|
-
randomBattleMoves: ["icebeam", "mirrorcoat", "recover", "surf", "toxic"],
|
|
1245
1053
|
tier: "OU",
|
|
1246
1054
|
},
|
|
1247
1055
|
castform: {
|
|
1248
|
-
randomBattleMoves: ["flamethrower", "icebeam", "substitute", "thunderbolt", "thunderwave"],
|
|
1249
1056
|
tier: "PU",
|
|
1250
1057
|
},
|
|
1251
1058
|
castformsunny: {
|
|
@@ -1258,40 +1065,33 @@ export const FormatsData = {
|
|
|
1258
1065
|
tier: "PU",
|
|
1259
1066
|
},
|
|
1260
1067
|
kecleon: {
|
|
1261
|
-
randomBattleMoves: ["brickbreak", "return", "shadowball", "thunderwave", "trick"],
|
|
1262
1068
|
tier: "NU",
|
|
1263
1069
|
},
|
|
1264
1070
|
shuppet: {
|
|
1265
1071
|
tier: "LC",
|
|
1266
1072
|
},
|
|
1267
1073
|
banette: {
|
|
1268
|
-
randomBattleMoves: ["destinybond", "endure", "hiddenpowerfighting", "knockoff", "shadowball", "willowisp"],
|
|
1269
1074
|
tier: "UU",
|
|
1270
1075
|
},
|
|
1271
1076
|
duskull: {
|
|
1272
1077
|
tier: "LC",
|
|
1273
1078
|
},
|
|
1274
1079
|
dusclops: {
|
|
1275
|
-
randomBattleMoves: ["focuspunch", "icebeam", "painsplit", "rest", "shadowball", "sleeptalk", "substitute", "willowisp"],
|
|
1276
1080
|
tier: "UUBL",
|
|
1277
1081
|
},
|
|
1278
1082
|
tropius: {
|
|
1279
|
-
randomBattleMoves: ["hiddenpowerfire", "solarbeam", "sunnyday", "synthesis"],
|
|
1280
1083
|
tier: "PU",
|
|
1281
1084
|
},
|
|
1282
1085
|
chimecho: {
|
|
1283
|
-
randomBattleMoves: ["calmmind", "healbell", "hiddenpowerfire", "lightscreen", "psychic", "reflect", "toxic", "yawn"],
|
|
1284
1086
|
tier: "NU",
|
|
1285
1087
|
},
|
|
1286
1088
|
absol: {
|
|
1287
|
-
randomBattleMoves: ["batonpass", "hiddenpowerfighting", "quickattack", "shadowball", "swordsdance"],
|
|
1288
1089
|
tier: "UU",
|
|
1289
1090
|
},
|
|
1290
1091
|
snorunt: {
|
|
1291
1092
|
tier: "LC",
|
|
1292
1093
|
},
|
|
1293
1094
|
glalie: {
|
|
1294
|
-
randomBattleMoves: ["earthquake", "explosion", "icebeam", "spikes", "toxic"],
|
|
1295
1095
|
tier: "NU",
|
|
1296
1096
|
},
|
|
1297
1097
|
spheal: {
|
|
@@ -1301,26 +1101,21 @@ export const FormatsData = {
|
|
|
1301
1101
|
tier: "NFE",
|
|
1302
1102
|
},
|
|
1303
1103
|
walrein: {
|
|
1304
|
-
randomBattleMoves: ["encore", "hiddenpowergrass", "icebeam", "rest", "sleeptalk", "surf", "toxic"],
|
|
1305
1104
|
tier: "UU",
|
|
1306
1105
|
},
|
|
1307
1106
|
clamperl: {
|
|
1308
1107
|
tier: "LC",
|
|
1309
1108
|
},
|
|
1310
1109
|
huntail: {
|
|
1311
|
-
randomBattleMoves: ["doubleedge", "hiddenpowergrass", "hydropump", "icebeam", "raindance", "surf"],
|
|
1312
1110
|
tier: "NU",
|
|
1313
1111
|
},
|
|
1314
1112
|
gorebyss: {
|
|
1315
|
-
randomBattleMoves: ["hiddenpowerelectric", "hiddenpowergrass", "hydropump", "icebeam", "raindance", "surf"],
|
|
1316
1113
|
tier: "UU",
|
|
1317
1114
|
},
|
|
1318
1115
|
relicanth: {
|
|
1319
|
-
randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerflying", "rest", "rockslide", "sleeptalk", "toxic"],
|
|
1320
1116
|
tier: "NU",
|
|
1321
1117
|
},
|
|
1322
1118
|
luvdisc: {
|
|
1323
|
-
randomBattleMoves: ["icebeam", "protect", "substitute", "surf", "sweetkiss", "toxic"],
|
|
1324
1119
|
tier: "PU",
|
|
1325
1120
|
},
|
|
1326
1121
|
bagon: {
|
|
@@ -1330,7 +1125,6 @@ export const FormatsData = {
|
|
|
1330
1125
|
tier: "NFE",
|
|
1331
1126
|
},
|
|
1332
1127
|
salamence: {
|
|
1333
|
-
randomBattleMoves: ["brickbreak", "dragondance", "earthquake", "fireblast", "hiddenpowerflying", "rockslide"],
|
|
1334
1128
|
tier: "OU",
|
|
1335
1129
|
},
|
|
1336
1130
|
beldum: {
|
|
@@ -1340,59 +1134,45 @@ export const FormatsData = {
|
|
|
1340
1134
|
tier: "NU",
|
|
1341
1135
|
},
|
|
1342
1136
|
metagross: {
|
|
1343
|
-
randomBattleMoves: ["agility", "earthquake", "explosion", "meteormash", "psychic", "rockslide"],
|
|
1344
1137
|
tier: "OU",
|
|
1345
1138
|
},
|
|
1346
1139
|
regirock: {
|
|
1347
|
-
randomBattleMoves: ["curse", "earthquake", "explosion", "rest", "rockslide", "superpower", "thunderwave"],
|
|
1348
1140
|
tier: "UUBL",
|
|
1349
1141
|
},
|
|
1350
1142
|
regice: {
|
|
1351
|
-
randomBattleMoves: ["explosion", "icebeam", "rest", "sleeptalk", "thunderbolt", "thunderwave", "toxic"],
|
|
1352
1143
|
tier: "UUBL",
|
|
1353
1144
|
},
|
|
1354
1145
|
registeel: {
|
|
1355
|
-
randomBattleMoves: ["rest", "seismictoss", "sleeptalk", "toxic"],
|
|
1356
1146
|
tier: "UUBL",
|
|
1357
1147
|
},
|
|
1358
1148
|
latias: {
|
|
1359
|
-
randomBattleMoves: ["calmmind", "dragonclaw", "hiddenpowerfire", "recover", "refresh", "toxic"],
|
|
1360
1149
|
tier: "Uber",
|
|
1361
1150
|
},
|
|
1362
1151
|
latios: {
|
|
1363
|
-
randomBattleMoves: ["calmmind", "dragonclaw", "hiddenpowerfire", "psychic", "recover", "thunderbolt"],
|
|
1364
1152
|
tier: "Uber",
|
|
1365
1153
|
},
|
|
1366
1154
|
kyogre: {
|
|
1367
|
-
randomBattleMoves: ["calmmind", "icebeam", "rest", "sleeptalk", "surf", "thunder"],
|
|
1368
1155
|
tier: "Uber",
|
|
1369
1156
|
},
|
|
1370
1157
|
groudon: {
|
|
1371
|
-
randomBattleMoves: ["earthquake", "hiddenpowerbug", "overheat", "rockslide", "substitute", "swordsdance", "thunderwave"],
|
|
1372
1158
|
tier: "Uber",
|
|
1373
1159
|
},
|
|
1374
1160
|
rayquaza: {
|
|
1375
|
-
randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "hiddenpowerflying", "overheat", "rockslide"],
|
|
1376
1161
|
tier: "Uber",
|
|
1377
1162
|
},
|
|
1378
1163
|
jirachi: {
|
|
1379
|
-
randomBattleMoves: ["bodyslam", "calmmind", "firepunch", "icepunch", "protect", "psychic", "substitute", "thunderbolt", "wish"],
|
|
1380
1164
|
tier: "OU",
|
|
1381
1165
|
},
|
|
1382
1166
|
deoxys: {
|
|
1383
|
-
randomBattleMoves: ["extremespeed", "firepunch", "icebeam", "psychoboost", "shadowball", "superpower"],
|
|
1384
1167
|
tier: "Uber",
|
|
1385
1168
|
},
|
|
1386
1169
|
deoxysattack: {
|
|
1387
|
-
randomBattleMoves: ["extremespeed", "firepunch", "psychoboost", "shadowball", "superpower"],
|
|
1388
1170
|
tier: "Uber",
|
|
1389
1171
|
},
|
|
1390
1172
|
deoxysdefense: {
|
|
1391
|
-
randomBattleMoves: ["nightshade", "recover", "spikes", "taunt", "toxic"],
|
|
1392
1173
|
tier: "Uber",
|
|
1393
1174
|
},
|
|
1394
1175
|
deoxysspeed: {
|
|
1395
|
-
randomBattleMoves: ["calmmind", "icebeam", "psychic", "recover", "spikes", "taunt", "toxic"],
|
|
1396
1176
|
tier: "Uber",
|
|
1397
1177
|
},
|
|
1398
1178
|
};
|