@pkmn/mods 0.5.3 → 0.5.7
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/gen7letsgo/formats-data.js +94 -94
- package/build/gen7letsgo/formats-data.js.map +1 -1
- package/build/gen8bdsp/formats-data.js +448 -448
- package/build/gen8bdsp/formats-data.js.map +1 -1
- package/build/gen8bdsp/learnsets.js +1 -0
- package/build/gen8bdsp/learnsets.js.map +1 -1
- package/package.json +4 -4
- package/src/gen7letsgo/formats-data.ts +94 -94
- package/src/gen8bdsp/formats-data.ts +448 -448
- package/src/gen8bdsp/learnsets.ts +1 -0
|
@@ -12,7 +12,7 @@ exports.FormatsData = {
|
|
|
12
12
|
venusaur: {
|
|
13
13
|
tier: "RU",
|
|
14
14
|
doublesTier: "DUU",
|
|
15
|
-
randomBattleMoves: ["
|
|
15
|
+
randomBattleMoves: ["gigadrain", "leechseed", "sleeppowder", "sludgebomb", "substitute"],
|
|
16
16
|
},
|
|
17
17
|
charmander: {
|
|
18
18
|
tier: "LC",
|
|
@@ -21,9 +21,9 @@ exports.FormatsData = {
|
|
|
21
21
|
tier: "NFE",
|
|
22
22
|
},
|
|
23
23
|
charizard: {
|
|
24
|
-
tier: "
|
|
24
|
+
tier: "NU",
|
|
25
25
|
doublesTier: "DUU",
|
|
26
|
-
randomBattleMoves: ["
|
|
26
|
+
randomBattleMoves: ["airslash", "earthquake", "fireblast", "focusblast", "roost"],
|
|
27
27
|
},
|
|
28
28
|
squirtle: {
|
|
29
29
|
tier: "LC",
|
|
@@ -43,9 +43,9 @@ exports.FormatsData = {
|
|
|
43
43
|
tier: "NFE",
|
|
44
44
|
},
|
|
45
45
|
butterfree: {
|
|
46
|
-
tier: "
|
|
46
|
+
tier: "NU",
|
|
47
47
|
doublesTier: "DUU",
|
|
48
|
-
randomBattleMoves: ["
|
|
48
|
+
randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "quiverdance", "sleeppowder"],
|
|
49
49
|
},
|
|
50
50
|
weedle: {
|
|
51
51
|
tier: "LC",
|
|
@@ -54,9 +54,9 @@ exports.FormatsData = {
|
|
|
54
54
|
tier: "NFE",
|
|
55
55
|
},
|
|
56
56
|
beedrill: {
|
|
57
|
-
tier: "
|
|
57
|
+
tier: "NU",
|
|
58
58
|
doublesTier: "DUU",
|
|
59
|
-
randomBattleMoves: ["
|
|
59
|
+
randomBattleMoves: ["poisonjab", "protect", "toxicspikes", "uturn"],
|
|
60
60
|
},
|
|
61
61
|
beedrillmega: {
|
|
62
62
|
isNonstandard: "Past",
|
|
@@ -69,9 +69,9 @@ exports.FormatsData = {
|
|
|
69
69
|
tier: "NFE",
|
|
70
70
|
},
|
|
71
71
|
pidgeot: {
|
|
72
|
-
tier: "
|
|
72
|
+
tier: "NU",
|
|
73
73
|
doublesTier: "DUU",
|
|
74
|
-
randomBattleMoves: ["bravebird", "
|
|
74
|
+
randomBattleMoves: ["bravebird", "defog", "quickattack", "roost", "steelwing", "uturn"],
|
|
75
75
|
},
|
|
76
76
|
pidgeotmega: {
|
|
77
77
|
isNonstandard: "Past",
|
|
@@ -81,45 +81,45 @@ exports.FormatsData = {
|
|
|
81
81
|
tier: "LC",
|
|
82
82
|
},
|
|
83
83
|
raticate: {
|
|
84
|
-
tier: "
|
|
84
|
+
tier: "NU",
|
|
85
85
|
doublesTier: "DUU",
|
|
86
|
-
randomBattleMoves: ["
|
|
86
|
+
randomBattleMoves: ["crunch", "facade", "flamewheel", "protect", "suckerpunch", "swordsdance"],
|
|
87
87
|
},
|
|
88
88
|
spearow: {
|
|
89
89
|
tier: "LC",
|
|
90
90
|
},
|
|
91
91
|
fearow: {
|
|
92
|
-
tier: "
|
|
92
|
+
tier: "NU",
|
|
93
93
|
doublesTier: "DUU",
|
|
94
|
-
randomBattleMoves: ["drillpeck", "drillrun", "
|
|
94
|
+
randomBattleMoves: ["drillpeck", "drillrun", "gigaimpact", "uturn"],
|
|
95
95
|
},
|
|
96
96
|
ekans: {
|
|
97
97
|
tier: "LC",
|
|
98
98
|
},
|
|
99
99
|
arbok: {
|
|
100
|
-
tier: "
|
|
100
|
+
tier: "NU",
|
|
101
101
|
doublesTier: "DUU",
|
|
102
|
-
randomBattleMoves: ["
|
|
102
|
+
randomBattleMoves: ["earthquake", "glare", "gunkshot", "suckerpunch"],
|
|
103
103
|
},
|
|
104
104
|
pichu: {
|
|
105
105
|
tier: "LC",
|
|
106
106
|
},
|
|
107
107
|
pikachu: {
|
|
108
108
|
tier: "NFE",
|
|
109
|
-
randomBattleMoves: ["
|
|
109
|
+
randomBattleMoves: ["grassknot", "surf", "voltswitch", "volttackle"],
|
|
110
110
|
},
|
|
111
111
|
raichu: {
|
|
112
|
-
tier: "
|
|
113
|
-
doublesTier: "
|
|
114
|
-
randomBattleMoves: ["
|
|
112
|
+
tier: "NU",
|
|
113
|
+
doublesTier: "DOU",
|
|
114
|
+
randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "surf", "thunderbolt"],
|
|
115
115
|
},
|
|
116
116
|
sandshrew: {
|
|
117
117
|
tier: "LC",
|
|
118
118
|
},
|
|
119
119
|
sandslash: {
|
|
120
|
-
tier: "
|
|
120
|
+
tier: "NU",
|
|
121
121
|
doublesTier: "DUU",
|
|
122
|
-
randomBattleMoves: ["
|
|
122
|
+
randomBattleMoves: ["earthquake", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
|
|
123
123
|
},
|
|
124
124
|
nidoranf: {
|
|
125
125
|
tier: "LC",
|
|
@@ -130,7 +130,7 @@ exports.FormatsData = {
|
|
|
130
130
|
nidoqueen: {
|
|
131
131
|
tier: "RU",
|
|
132
132
|
doublesTier: "DUU",
|
|
133
|
-
randomBattleMoves: ["earthpower", "
|
|
133
|
+
randomBattleMoves: ["earthpower", "flamethrower", "icebeam", "sludgewave", "stealthrock", "toxicspikes"],
|
|
134
134
|
},
|
|
135
135
|
nidoranm: {
|
|
136
136
|
tier: "LC",
|
|
@@ -141,7 +141,7 @@ exports.FormatsData = {
|
|
|
141
141
|
nidoking: {
|
|
142
142
|
tier: "UU",
|
|
143
143
|
doublesTier: "DUU",
|
|
144
|
-
randomBattleMoves: ["earthpower", "
|
|
144
|
+
randomBattleMoves: ["earthpower", "flamethrower", "icebeam", "sludgewave", "substitute"],
|
|
145
145
|
},
|
|
146
146
|
cleffa: {
|
|
147
147
|
tier: "LC",
|
|
@@ -152,15 +152,15 @@ exports.FormatsData = {
|
|
|
152
152
|
clefable: {
|
|
153
153
|
tier: "OU",
|
|
154
154
|
doublesTier: "DUU",
|
|
155
|
-
randomBattleMoves: ["calmmind", "
|
|
155
|
+
randomBattleMoves: ["calmmind", "fireblast", "moonblast", "moonlight", "stealthrock", "thunderwave"],
|
|
156
156
|
},
|
|
157
157
|
vulpix: {
|
|
158
|
-
tier: "
|
|
158
|
+
tier: "NFE",
|
|
159
159
|
},
|
|
160
160
|
ninetales: {
|
|
161
161
|
tier: "RU",
|
|
162
162
|
doublesTier: "DUU",
|
|
163
|
-
randomBattleMoves: ["
|
|
163
|
+
randomBattleMoves: ["fireblast", "hypnosis", "nastyplot", "solarbeam", "willowisp"],
|
|
164
164
|
},
|
|
165
165
|
igglybuff: {
|
|
166
166
|
tier: "LC",
|
|
@@ -169,9 +169,9 @@ exports.FormatsData = {
|
|
|
169
169
|
tier: "NFE",
|
|
170
170
|
},
|
|
171
171
|
wigglytuff: {
|
|
172
|
-
tier: "
|
|
172
|
+
tier: "NU",
|
|
173
173
|
doublesTier: "DUU",
|
|
174
|
-
randomBattleMoves: ["
|
|
174
|
+
randomBattleMoves: ["dazzlinggleam", "fireblast", "lightscreen", "reflect", "stealthrock", "thunderwave"],
|
|
175
175
|
},
|
|
176
176
|
zubat: {
|
|
177
177
|
tier: "LC",
|
|
@@ -181,8 +181,8 @@ exports.FormatsData = {
|
|
|
181
181
|
},
|
|
182
182
|
crobat: {
|
|
183
183
|
tier: "UU",
|
|
184
|
-
doublesTier: "
|
|
185
|
-
randomBattleMoves: ["bravebird", "
|
|
184
|
+
doublesTier: "DUU",
|
|
185
|
+
randomBattleMoves: ["bravebird", "defog", "roost", "toxic", "uturn"],
|
|
186
186
|
},
|
|
187
187
|
oddish: {
|
|
188
188
|
tier: "LC",
|
|
@@ -193,52 +193,52 @@ exports.FormatsData = {
|
|
|
193
193
|
vileplume: {
|
|
194
194
|
tier: "RU",
|
|
195
195
|
doublesTier: "DUU",
|
|
196
|
-
randomBattleMoves: ["
|
|
196
|
+
randomBattleMoves: ["aromatherapy", "gigadrain", "sleeppowder", "sludgebomb", "strengthsap"],
|
|
197
197
|
},
|
|
198
198
|
bellossom: {
|
|
199
|
-
tier: "
|
|
200
|
-
doublesTier: "
|
|
199
|
+
tier: "NU",
|
|
200
|
+
doublesTier: "DOU",
|
|
201
201
|
randomBattleMoves: ["gigadrain", "moonblast", "quiverdance", "sleeppowder", "strengthsap"],
|
|
202
202
|
},
|
|
203
203
|
paras: {
|
|
204
204
|
tier: "LC",
|
|
205
205
|
},
|
|
206
206
|
parasect: {
|
|
207
|
-
tier: "
|
|
207
|
+
tier: "NU",
|
|
208
208
|
doublesTier: "DUU",
|
|
209
|
-
randomBattleMoves: ["
|
|
209
|
+
randomBattleMoves: ["leechseed", "spore", "substitute", "xscissor"],
|
|
210
210
|
},
|
|
211
211
|
venonat: {
|
|
212
212
|
tier: "LC",
|
|
213
213
|
},
|
|
214
214
|
venomoth: {
|
|
215
|
-
tier: "
|
|
215
|
+
tier: "RUBL",
|
|
216
216
|
doublesTier: "DUU",
|
|
217
|
-
randomBattleMoves: ["
|
|
217
|
+
randomBattleMoves: ["bugbuzz", "quiverdance", "sleeppowder", "sludgebomb", "substitute"],
|
|
218
218
|
},
|
|
219
219
|
diglett: {
|
|
220
220
|
tier: "LC",
|
|
221
221
|
},
|
|
222
222
|
dugtrio: {
|
|
223
|
-
tier: "
|
|
223
|
+
tier: "NU",
|
|
224
224
|
doublesTier: "DUU",
|
|
225
|
-
randomBattleMoves: ["
|
|
225
|
+
randomBattleMoves: ["aerialace", "earthquake", "stoneedge", "suckerpunch"],
|
|
226
226
|
},
|
|
227
227
|
meowth: {
|
|
228
228
|
tier: "LC",
|
|
229
229
|
},
|
|
230
230
|
persian: {
|
|
231
|
-
tier: "
|
|
231
|
+
tier: "NU",
|
|
232
232
|
doublesTier: "DUU",
|
|
233
|
-
randomBattleMoves: ["
|
|
233
|
+
randomBattleMoves: ["aerialace", "bite", "fakeout", "covet", "uturn"],
|
|
234
234
|
},
|
|
235
235
|
psyduck: {
|
|
236
236
|
tier: "LC",
|
|
237
237
|
},
|
|
238
238
|
golduck: {
|
|
239
|
-
tier: "
|
|
239
|
+
tier: "NU",
|
|
240
240
|
doublesTier: "DUU",
|
|
241
|
-
randomBattleMoves: ["calmmind", "
|
|
241
|
+
randomBattleMoves: ["calmmind", "encore", "focusblast", "hydropump", "hypnosis", "icebeam"],
|
|
242
242
|
},
|
|
243
243
|
mankey: {
|
|
244
244
|
tier: "LC",
|
|
@@ -246,15 +246,15 @@ exports.FormatsData = {
|
|
|
246
246
|
primeape: {
|
|
247
247
|
tier: "RU",
|
|
248
248
|
doublesTier: "DUU",
|
|
249
|
-
randomBattleMoves: ["closecombat", "
|
|
249
|
+
randomBattleMoves: ["closecombat", "earthquake", "poisonjab", "stoneedge", "uturn"],
|
|
250
250
|
},
|
|
251
251
|
growlithe: {
|
|
252
252
|
tier: "LC",
|
|
253
253
|
},
|
|
254
254
|
arcanine: {
|
|
255
|
-
tier: "
|
|
255
|
+
tier: "UU",
|
|
256
256
|
doublesTier: "DOU",
|
|
257
|
-
randomBattleMoves: ["
|
|
257
|
+
randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "willowisp"],
|
|
258
258
|
},
|
|
259
259
|
poliwag: {
|
|
260
260
|
tier: "LC",
|
|
@@ -263,14 +263,14 @@ exports.FormatsData = {
|
|
|
263
263
|
tier: "NFE",
|
|
264
264
|
},
|
|
265
265
|
poliwrath: {
|
|
266
|
-
tier: "
|
|
266
|
+
tier: "NU",
|
|
267
267
|
doublesTier: "DUU",
|
|
268
|
-
randomBattleMoves: ["
|
|
268
|
+
randomBattleMoves: ["bulkup", "drainpunch", "poisonjab", "raindance", "waterfall"],
|
|
269
269
|
},
|
|
270
270
|
politoed: {
|
|
271
|
-
tier: "
|
|
271
|
+
tier: "NU",
|
|
272
272
|
doublesTier: "DOU",
|
|
273
|
-
randomBattleMoves: ["
|
|
273
|
+
randomBattleMoves: ["encore", "hypnosis", "icebeam", "rest", "scald"],
|
|
274
274
|
},
|
|
275
275
|
abra: {
|
|
276
276
|
tier: "LC",
|
|
@@ -281,7 +281,7 @@ exports.FormatsData = {
|
|
|
281
281
|
alakazam: {
|
|
282
282
|
tier: "OU",
|
|
283
283
|
doublesTier: "DUU",
|
|
284
|
-
randomBattleMoves: ["
|
|
284
|
+
randomBattleMoves: ["dazzlinggleam", "focusblast", "nastyplot", "psychic", "shadowball"],
|
|
285
285
|
},
|
|
286
286
|
machop: {
|
|
287
287
|
tier: "LC",
|
|
@@ -292,7 +292,7 @@ exports.FormatsData = {
|
|
|
292
292
|
machamp: {
|
|
293
293
|
tier: "RU",
|
|
294
294
|
doublesTier: "DUU",
|
|
295
|
-
randomBattleMoves: ["
|
|
295
|
+
randomBattleMoves: ["bulletpunch", "closecombat", "dynamicpunch", "facade", "knockoff", "stoneedge"],
|
|
296
296
|
},
|
|
297
297
|
bellsprout: {
|
|
298
298
|
tier: "LC",
|
|
@@ -301,9 +301,9 @@ exports.FormatsData = {
|
|
|
301
301
|
tier: "NFE",
|
|
302
302
|
},
|
|
303
303
|
victreebel: {
|
|
304
|
-
tier: "
|
|
304
|
+
tier: "NU",
|
|
305
305
|
doublesTier: "DUU",
|
|
306
|
-
randomBattleMoves: ["
|
|
306
|
+
randomBattleMoves: ["knockoff", "poisonjab", "powerwhip", "sleeppowder", "strengthsap", "swordsdance"],
|
|
307
307
|
},
|
|
308
308
|
tentacool: {
|
|
309
309
|
tier: "LC",
|
|
@@ -311,7 +311,7 @@ exports.FormatsData = {
|
|
|
311
311
|
tentacruel: {
|
|
312
312
|
tier: "UU",
|
|
313
313
|
doublesTier: "DUU",
|
|
314
|
-
randomBattleMoves: ["
|
|
314
|
+
randomBattleMoves: ["haze", "knockoff", "rapidspin", "scald", "sludgebomb"],
|
|
315
315
|
},
|
|
316
316
|
geodude: {
|
|
317
317
|
tier: "LC",
|
|
@@ -320,17 +320,17 @@ exports.FormatsData = {
|
|
|
320
320
|
tier: "NFE",
|
|
321
321
|
},
|
|
322
322
|
golem: {
|
|
323
|
-
tier: "
|
|
323
|
+
tier: "NU",
|
|
324
324
|
doublesTier: "DUU",
|
|
325
|
-
randomBattleMoves: ["
|
|
325
|
+
randomBattleMoves: ["earthquake", "explosion", "heavyslam", "stealthrock", "stoneedge"],
|
|
326
326
|
},
|
|
327
327
|
ponyta: {
|
|
328
328
|
tier: "LC",
|
|
329
329
|
},
|
|
330
330
|
rapidash: {
|
|
331
|
-
tier: "
|
|
331
|
+
tier: "NU",
|
|
332
332
|
doublesTier: "DUU",
|
|
333
|
-
randomBattleMoves: ["flareblitz", "
|
|
333
|
+
randomBattleMoves: ["flareblitz", "highhorsepower", "hypnosis", "morningsun", "swordsdance", "willowisp"],
|
|
334
334
|
},
|
|
335
335
|
slowpoke: {
|
|
336
336
|
tier: "LC",
|
|
@@ -338,12 +338,12 @@ exports.FormatsData = {
|
|
|
338
338
|
slowbro: {
|
|
339
339
|
tier: "UU",
|
|
340
340
|
doublesTier: "DUU",
|
|
341
|
-
randomBattleMoves: ["
|
|
341
|
+
randomBattleMoves: ["calmmind", "icebeam", "psychic", "scald", "slackoff", "thunderwave"],
|
|
342
342
|
},
|
|
343
343
|
slowking: {
|
|
344
344
|
tier: "RU",
|
|
345
345
|
doublesTier: "DUU",
|
|
346
|
-
randomBattleMoves: ["
|
|
346
|
+
randomBattleMoves: ["calmmind", "icebeam", "psychic", "scald", "slackoff"],
|
|
347
347
|
},
|
|
348
348
|
magnemite: {
|
|
349
349
|
tier: "LC",
|
|
@@ -355,36 +355,36 @@ exports.FormatsData = {
|
|
|
355
355
|
magnezone: {
|
|
356
356
|
tier: "OU",
|
|
357
357
|
doublesTier: "DUU",
|
|
358
|
-
randomBattleMoves: ["
|
|
358
|
+
randomBattleMoves: ["flashcannon", "mirrorcoat", "thunderbolt", "voltswitch"],
|
|
359
359
|
},
|
|
360
360
|
farfetchd: {
|
|
361
|
-
tier: "
|
|
361
|
+
tier: "NU",
|
|
362
362
|
doublesTier: "DUU",
|
|
363
|
-
randomBattleMoves: ["bravebird", "knockoff", "leafblade", "
|
|
363
|
+
randomBattleMoves: ["bravebird", "knockoff", "leafblade", "quickattack", "slash"],
|
|
364
364
|
},
|
|
365
365
|
doduo: {
|
|
366
366
|
tier: "LC",
|
|
367
367
|
},
|
|
368
368
|
dodrio: {
|
|
369
|
-
tier: "
|
|
369
|
+
tier: "NU",
|
|
370
370
|
doublesTier: "DUU",
|
|
371
|
-
randomBattleMoves: ["
|
|
371
|
+
randomBattleMoves: ["bravebird", "facade", "quickattack", "roost", "steelwing", "swordsdance"],
|
|
372
372
|
},
|
|
373
373
|
seel: {
|
|
374
374
|
tier: "LC",
|
|
375
375
|
},
|
|
376
376
|
dewgong: {
|
|
377
|
-
tier: "
|
|
377
|
+
tier: "NU",
|
|
378
378
|
doublesTier: "DUU",
|
|
379
|
-
randomBattleMoves: ["
|
|
379
|
+
randomBattleMoves: ["icebeam", "perishsong", "protect", "rest", "sleeptalk", "surf"],
|
|
380
380
|
},
|
|
381
381
|
grimer: {
|
|
382
382
|
tier: "LC",
|
|
383
383
|
},
|
|
384
384
|
muk: {
|
|
385
|
-
tier: "
|
|
385
|
+
tier: "NU",
|
|
386
386
|
doublesTier: "DUU",
|
|
387
|
-
randomBattleMoves: ["
|
|
387
|
+
randomBattleMoves: ["brickbreak", "curse", "explosion", "gunkshot", "shadowsneak"],
|
|
388
388
|
},
|
|
389
389
|
shellder: {
|
|
390
390
|
tier: "LC",
|
|
@@ -392,7 +392,7 @@ exports.FormatsData = {
|
|
|
392
392
|
cloyster: {
|
|
393
393
|
tier: "UU",
|
|
394
394
|
doublesTier: "DUU",
|
|
395
|
-
randomBattleMoves: ["
|
|
395
|
+
randomBattleMoves: ["hydropump", "iciclespear", "rockblast", "shellsmash"],
|
|
396
396
|
},
|
|
397
397
|
gastly: {
|
|
398
398
|
tier: "LC",
|
|
@@ -403,7 +403,7 @@ exports.FormatsData = {
|
|
|
403
403
|
gengar: {
|
|
404
404
|
tier: "OU",
|
|
405
405
|
doublesTier: "DUU",
|
|
406
|
-
randomBattleMoves: ["
|
|
406
|
+
randomBattleMoves: ["focusblast", "nastyplot", "shadowball", "sludgebomb", "thunderbolt"],
|
|
407
407
|
},
|
|
408
408
|
onix: {
|
|
409
409
|
tier: "LC",
|
|
@@ -411,47 +411,47 @@ exports.FormatsData = {
|
|
|
411
411
|
steelix: {
|
|
412
412
|
tier: "RU",
|
|
413
413
|
doublesTier: "DUU",
|
|
414
|
-
randomBattleMoves: ["
|
|
414
|
+
randomBattleMoves: ["curse", "earthquake", "gyroball", "stealthrock", "stoneedge"],
|
|
415
415
|
},
|
|
416
416
|
drowzee: {
|
|
417
417
|
tier: "LC",
|
|
418
418
|
},
|
|
419
419
|
hypno: {
|
|
420
|
-
tier: "
|
|
420
|
+
tier: "NU",
|
|
421
421
|
doublesTier: "DUU",
|
|
422
|
-
randomBattleMoves: ["
|
|
422
|
+
randomBattleMoves: ["focusblast", "psychic", "shadowball", "thunderwave"],
|
|
423
423
|
},
|
|
424
424
|
krabby: {
|
|
425
425
|
tier: "LC",
|
|
426
426
|
},
|
|
427
427
|
kingler: {
|
|
428
|
-
tier: "
|
|
428
|
+
tier: "NU",
|
|
429
429
|
doublesTier: "DUU",
|
|
430
|
-
randomBattleMoves: ["
|
|
430
|
+
randomBattleMoves: ["agility", "razorshell", "rockslide", "swordsdance", "xscissor"],
|
|
431
431
|
},
|
|
432
432
|
voltorb: {
|
|
433
433
|
tier: "LC",
|
|
434
434
|
},
|
|
435
435
|
electrode: {
|
|
436
|
-
tier: "
|
|
436
|
+
tier: "NU",
|
|
437
437
|
doublesTier: "DUU",
|
|
438
|
-
randomBattleMoves: ["
|
|
438
|
+
randomBattleMoves: ["explosion", "lightscreen", "taunt", "thunderbolt", "voltswitch"],
|
|
439
439
|
},
|
|
440
440
|
exeggcute: {
|
|
441
441
|
tier: "LC",
|
|
442
442
|
},
|
|
443
443
|
exeggutor: {
|
|
444
|
-
tier: "
|
|
444
|
+
tier: "NU",
|
|
445
445
|
doublesTier: "DUU",
|
|
446
|
-
randomBattleMoves: ["
|
|
446
|
+
randomBattleMoves: ["gigadrain", "leechseed", "psychic", "sleeppowder", "substitute"],
|
|
447
447
|
},
|
|
448
448
|
cubone: {
|
|
449
449
|
tier: "LC",
|
|
450
450
|
},
|
|
451
451
|
marowak: {
|
|
452
|
-
tier: "
|
|
452
|
+
tier: "NU",
|
|
453
453
|
doublesTier: "DUU",
|
|
454
|
-
randomBattleMoves: ["
|
|
454
|
+
randomBattleMoves: ["doubleedge", "earthquake", "stealthrock", "stoneedge"],
|
|
455
455
|
},
|
|
456
456
|
tyrogue: {
|
|
457
457
|
tier: "LC",
|
|
@@ -459,33 +459,33 @@ exports.FormatsData = {
|
|
|
459
459
|
hitmonlee: {
|
|
460
460
|
tier: "RU",
|
|
461
461
|
doublesTier: "DUU",
|
|
462
|
-
randomBattleMoves: ["bulkup", "
|
|
462
|
+
randomBattleMoves: ["bulkup", "bulletpunch", "earthquake", "highjumpkick", "stoneedge"],
|
|
463
463
|
},
|
|
464
464
|
hitmonchan: {
|
|
465
|
-
tier: "
|
|
465
|
+
tier: "NU",
|
|
466
466
|
doublesTier: "DUU",
|
|
467
|
-
randomBattleMoves: ["
|
|
467
|
+
randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "machpunch", "rapidspin", "stoneedge"],
|
|
468
468
|
},
|
|
469
469
|
hitmontop: {
|
|
470
470
|
tier: "RU",
|
|
471
471
|
doublesTier: "DOU",
|
|
472
|
-
randomBattleMoves: ["closecombat", "
|
|
472
|
+
randomBattleMoves: ["closecombat", "machpunch", "rapidspin", "stoneedge", "suckerpunch"],
|
|
473
473
|
},
|
|
474
474
|
lickitung: {
|
|
475
475
|
tier: "LC",
|
|
476
476
|
},
|
|
477
477
|
lickilicky: {
|
|
478
|
-
tier: "
|
|
478
|
+
tier: "NU",
|
|
479
479
|
doublesTier: "DUU",
|
|
480
|
-
randomBattleMoves: ["bodyslam", "
|
|
480
|
+
randomBattleMoves: ["bodyslam", "hammerarm", "knockoff", "powerwhip", "swordsdance"],
|
|
481
481
|
},
|
|
482
482
|
koffing: {
|
|
483
483
|
tier: "LC",
|
|
484
484
|
},
|
|
485
485
|
weezing: {
|
|
486
|
-
tier: "
|
|
486
|
+
tier: "NU",
|
|
487
487
|
doublesTier: "DUU",
|
|
488
|
-
randomBattleMoves: ["
|
|
488
|
+
randomBattleMoves: ["explosion", "fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
|
|
489
489
|
},
|
|
490
490
|
rhyhorn: {
|
|
491
491
|
tier: "LC",
|
|
@@ -496,31 +496,31 @@ exports.FormatsData = {
|
|
|
496
496
|
rhyperior: {
|
|
497
497
|
tier: "RU",
|
|
498
498
|
doublesTier: "DUU",
|
|
499
|
-
randomBattleMoves: ["
|
|
499
|
+
randomBattleMoves: ["earthquake", "firefang", "megahorn", "stoneedge", "swordsdance"],
|
|
500
500
|
},
|
|
501
501
|
happiny: {
|
|
502
502
|
tier: "LC",
|
|
503
503
|
},
|
|
504
504
|
chansey: {
|
|
505
|
-
tier: "
|
|
505
|
+
tier: "RU",
|
|
506
506
|
},
|
|
507
507
|
blissey: {
|
|
508
508
|
tier: "OU",
|
|
509
509
|
doublesTier: "DUU",
|
|
510
|
-
randomBattleMoves: ["
|
|
510
|
+
randomBattleMoves: ["seismictoss", "softboiled", "stealthrock", "thunderwave"],
|
|
511
511
|
},
|
|
512
512
|
tangela: {
|
|
513
|
-
tier: "
|
|
513
|
+
tier: "NFE",
|
|
514
514
|
},
|
|
515
515
|
tangrowth: {
|
|
516
516
|
tier: "OU",
|
|
517
517
|
doublesTier: "DUU",
|
|
518
|
-
randomBattleMoves: ["
|
|
518
|
+
randomBattleMoves: ["earthquake", "knockoff", "leechseed", "powerwhip", "sleeppowder", "sludgebomb"],
|
|
519
519
|
},
|
|
520
520
|
kangaskhan: {
|
|
521
|
-
tier: "
|
|
521
|
+
tier: "NU",
|
|
522
522
|
doublesTier: "DUU",
|
|
523
|
-
randomBattleMoves: ["
|
|
523
|
+
randomBattleMoves: ["crunch", "doubleedge", "earthquake", "fakeout", "hammerarm"],
|
|
524
524
|
},
|
|
525
525
|
horsea: {
|
|
526
526
|
tier: "LC",
|
|
@@ -529,7 +529,7 @@ exports.FormatsData = {
|
|
|
529
529
|
tier: "NFE",
|
|
530
530
|
},
|
|
531
531
|
kingdra: {
|
|
532
|
-
tier: "
|
|
532
|
+
tier: "RUBL",
|
|
533
533
|
doublesTier: "DOU",
|
|
534
534
|
randomBattleMoves: ["dracometeor", "hydropump", "icebeam", "raindance"],
|
|
535
535
|
},
|
|
@@ -537,9 +537,9 @@ exports.FormatsData = {
|
|
|
537
537
|
tier: "LC",
|
|
538
538
|
},
|
|
539
539
|
seaking: {
|
|
540
|
-
tier: "
|
|
540
|
+
tier: "NU",
|
|
541
541
|
doublesTier: "DUU",
|
|
542
|
-
randomBattleMoves: ["
|
|
542
|
+
randomBattleMoves: ["megahorn", "raindance", "swordsdance", "waterfall"],
|
|
543
543
|
},
|
|
544
544
|
staryu: {
|
|
545
545
|
tier: "LC",
|
|
@@ -547,32 +547,32 @@ exports.FormatsData = {
|
|
|
547
547
|
starmie: {
|
|
548
548
|
tier: "OU",
|
|
549
549
|
doublesTier: "DUU",
|
|
550
|
-
randomBattleMoves: ["hydropump", "
|
|
550
|
+
randomBattleMoves: ["hydropump", "icebeam", "psychic", "rapidspin", "recover", "scald", "thunderbolt"],
|
|
551
551
|
},
|
|
552
552
|
mimejr: {
|
|
553
553
|
tier: "LC",
|
|
554
554
|
},
|
|
555
555
|
mrmime: {
|
|
556
|
-
tier: "
|
|
556
|
+
tier: "NU",
|
|
557
557
|
doublesTier: "DUU",
|
|
558
|
-
randomBattleMoves: ["
|
|
558
|
+
randomBattleMoves: ["dazzlinggleam", "focusblast", "nastyplot", "psychic", "thunderbolt"],
|
|
559
559
|
},
|
|
560
560
|
scyther: {
|
|
561
|
-
tier: "
|
|
561
|
+
tier: "NFE",
|
|
562
562
|
randomBattleMoves: ["aerialace", "brickbreak", "quickattack", "roost", "swordsdance", "thief", "uturn"],
|
|
563
563
|
},
|
|
564
564
|
scizor: {
|
|
565
565
|
tier: "OU",
|
|
566
566
|
doublesTier: "DOU",
|
|
567
|
-
randomBattleMoves: ["
|
|
567
|
+
randomBattleMoves: ["brickbreak", "bulletpunch", "roost", "swordsdance", "uturn", "defog"],
|
|
568
568
|
},
|
|
569
569
|
smoochum: {
|
|
570
570
|
tier: "LC",
|
|
571
571
|
},
|
|
572
572
|
jynx: {
|
|
573
|
-
tier: "
|
|
573
|
+
tier: "NU",
|
|
574
574
|
doublesTier: "DUU",
|
|
575
|
-
randomBattleMoves: ["
|
|
575
|
+
randomBattleMoves: ["icebeam", "lovelykiss", "nastyplot", "psychic", "substitute"],
|
|
576
576
|
},
|
|
577
577
|
elekid: {
|
|
578
578
|
tier: "LC",
|
|
@@ -581,9 +581,9 @@ exports.FormatsData = {
|
|
|
581
581
|
tier: "NFE",
|
|
582
582
|
},
|
|
583
583
|
electivire: {
|
|
584
|
-
tier: "
|
|
584
|
+
tier: "NU",
|
|
585
585
|
doublesTier: "DUU",
|
|
586
|
-
randomBattleMoves: ["
|
|
586
|
+
randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
|
|
587
587
|
},
|
|
588
588
|
magby: {
|
|
589
589
|
tier: "LC",
|
|
@@ -592,19 +592,19 @@ exports.FormatsData = {
|
|
|
592
592
|
tier: "NFE",
|
|
593
593
|
},
|
|
594
594
|
magmortar: {
|
|
595
|
-
tier: "
|
|
595
|
+
tier: "NU",
|
|
596
596
|
doublesTier: "DUU",
|
|
597
|
-
randomBattleMoves: ["
|
|
597
|
+
randomBattleMoves: ["earthquake", "fireblast", "psychic", "taunt", "thunderbolt"],
|
|
598
598
|
},
|
|
599
599
|
pinsir: {
|
|
600
|
-
tier: "
|
|
600
|
+
tier: "NU",
|
|
601
601
|
doublesTier: "DUU",
|
|
602
|
-
randomBattleMoves: ["
|
|
602
|
+
randomBattleMoves: ["closecombat", "earthquake", "stealthrock", "stoneedge", "xscissor"],
|
|
603
603
|
},
|
|
604
604
|
tauros: {
|
|
605
|
-
tier: "
|
|
605
|
+
tier: "NU",
|
|
606
606
|
doublesTier: "DUU",
|
|
607
|
-
randomBattleMoves: ["
|
|
607
|
+
randomBattleMoves: ["earthquake", "rockclimb", "rockslide", "zenheadbutt"],
|
|
608
608
|
},
|
|
609
609
|
magikarp: {
|
|
610
610
|
tier: "LC",
|
|
@@ -612,12 +612,12 @@ exports.FormatsData = {
|
|
|
612
612
|
gyarados: {
|
|
613
613
|
tier: "UU",
|
|
614
614
|
doublesTier: "DOU",
|
|
615
|
-
randomBattleMoves: ["
|
|
615
|
+
randomBattleMoves: ["dragondance", "earthquake", "icefang", "stoneedge", "waterfall"],
|
|
616
616
|
},
|
|
617
617
|
lapras: {
|
|
618
|
-
tier: "
|
|
618
|
+
tier: "NU",
|
|
619
619
|
doublesTier: "DUU",
|
|
620
|
-
randomBattleMoves: ["
|
|
620
|
+
randomBattleMoves: ["blizzard", "freezedry", "surf", "thunderbolt"],
|
|
621
621
|
},
|
|
622
622
|
ditto: {
|
|
623
623
|
tier: "UU",
|
|
@@ -630,37 +630,37 @@ exports.FormatsData = {
|
|
|
630
630
|
vaporeon: {
|
|
631
631
|
tier: "RU",
|
|
632
632
|
doublesTier: "DUU",
|
|
633
|
-
randomBattleMoves: ["
|
|
633
|
+
randomBattleMoves: ["haze", "icebeam", "protect", "scald", "wish"],
|
|
634
634
|
},
|
|
635
635
|
jolteon: {
|
|
636
636
|
tier: "RU",
|
|
637
637
|
doublesTier: "DUU",
|
|
638
|
-
randomBattleMoves: ["
|
|
638
|
+
randomBattleMoves: ["batonpass", "shadowball", "thunderbolt", "voltswitch", "yawn"],
|
|
639
639
|
},
|
|
640
640
|
flareon: {
|
|
641
|
-
tier: "
|
|
641
|
+
tier: "NU",
|
|
642
642
|
doublesTier: "DUU",
|
|
643
|
-
randomBattleMoves: ["
|
|
643
|
+
randomBattleMoves: ["facade", "flareblitz", "quickattack", "willowisp"],
|
|
644
644
|
},
|
|
645
645
|
espeon: {
|
|
646
646
|
tier: "UU",
|
|
647
647
|
doublesTier: "DUU",
|
|
648
|
-
randomBattleMoves: ["
|
|
648
|
+
randomBattleMoves: ["calmmind", "dazzlinggleam", "morningsun", "psychic", "shadowball"],
|
|
649
649
|
},
|
|
650
650
|
umbreon: {
|
|
651
651
|
tier: "UU",
|
|
652
652
|
doublesTier: "DUU",
|
|
653
|
-
randomBattleMoves: ["foulplay", "
|
|
653
|
+
randomBattleMoves: ["foulplay", "protect", "taunt", "wish"],
|
|
654
654
|
},
|
|
655
655
|
leafeon: {
|
|
656
|
-
tier: "
|
|
656
|
+
tier: "NU",
|
|
657
657
|
doublesTier: "DUU",
|
|
658
|
-
randomBattleMoves: ["
|
|
658
|
+
randomBattleMoves: ["doubleedge", "leafblade", "swordsdance", "synthesis", "xscissor"],
|
|
659
659
|
},
|
|
660
660
|
glaceon: {
|
|
661
|
-
tier: "
|
|
661
|
+
tier: "NU",
|
|
662
662
|
doublesTier: "DUU",
|
|
663
|
-
randomBattleMoves: ["
|
|
663
|
+
randomBattleMoves: ["freezedry", "icebeam", "roar", "shadowball", "waterpulse"],
|
|
664
664
|
},
|
|
665
665
|
porygon: {
|
|
666
666
|
tier: "LC",
|
|
@@ -671,7 +671,7 @@ exports.FormatsData = {
|
|
|
671
671
|
porygonz: {
|
|
672
672
|
tier: "UU",
|
|
673
673
|
doublesTier: "DUU",
|
|
674
|
-
randomBattleMoves: ["
|
|
674
|
+
randomBattleMoves: ["darkpulse", "icebeam", "nastyplot", "thunderbolt", "triattack"],
|
|
675
675
|
},
|
|
676
676
|
omanyte: {
|
|
677
677
|
tier: "LC",
|
|
@@ -679,7 +679,7 @@ exports.FormatsData = {
|
|
|
679
679
|
omastar: {
|
|
680
680
|
tier: "RU",
|
|
681
681
|
doublesTier: "DUU",
|
|
682
|
-
randomBattleMoves: ["
|
|
682
|
+
randomBattleMoves: ["ancientpower", "hydropump", "icebeam", "shellsmash"],
|
|
683
683
|
},
|
|
684
684
|
kabuto: {
|
|
685
685
|
tier: "LC",
|
|
@@ -687,12 +687,12 @@ exports.FormatsData = {
|
|
|
687
687
|
kabutops: {
|
|
688
688
|
tier: "RU",
|
|
689
689
|
doublesTier: "DUU",
|
|
690
|
-
randomBattleMoves: ["
|
|
690
|
+
randomBattleMoves: ["knockoff", "liquidation", "rapidspin", "stoneedge", "swordsdance"],
|
|
691
691
|
},
|
|
692
692
|
aerodactyl: {
|
|
693
|
-
tier: "
|
|
693
|
+
tier: "RU",
|
|
694
694
|
doublesTier: "DUU",
|
|
695
|
-
randomBattleMoves: ["
|
|
695
|
+
randomBattleMoves: ["earthquake", "roost", "stealthrock", "stoneedge", "defog"],
|
|
696
696
|
},
|
|
697
697
|
munchlax: {
|
|
698
698
|
tier: "LC",
|
|
@@ -703,19 +703,19 @@ exports.FormatsData = {
|
|
|
703
703
|
randomBattleMoves: ["bodyslam", "curse", "rest", "sleeptalk"],
|
|
704
704
|
},
|
|
705
705
|
articuno: {
|
|
706
|
-
tier: "
|
|
706
|
+
tier: "(Uber)",
|
|
707
707
|
doublesTier: "DUU",
|
|
708
|
-
randomBattleMoves: ["
|
|
708
|
+
randomBattleMoves: ["defog", "icebeam", "roost", "uturn"],
|
|
709
709
|
},
|
|
710
710
|
zapdos: {
|
|
711
|
-
tier: "
|
|
711
|
+
tier: "UU",
|
|
712
712
|
doublesTier: "DOU",
|
|
713
|
-
randomBattleMoves: ["
|
|
713
|
+
randomBattleMoves: ["defog", "discharge", "roost", "substitute", "uturn"],
|
|
714
714
|
},
|
|
715
715
|
moltres: {
|
|
716
716
|
tier: "RU",
|
|
717
717
|
doublesTier: "DUU",
|
|
718
|
-
randomBattleMoves: ["fireblast", "
|
|
718
|
+
randomBattleMoves: ["fireblast", "hurricane", "roost", "uturn", "willowisp"],
|
|
719
719
|
},
|
|
720
720
|
dratini: {
|
|
721
721
|
tier: "LC",
|
|
@@ -726,17 +726,17 @@ exports.FormatsData = {
|
|
|
726
726
|
dragonite: {
|
|
727
727
|
tier: "OU",
|
|
728
728
|
doublesTier: "DUU",
|
|
729
|
-
randomBattleMoves: ["dragondance", "
|
|
729
|
+
randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "outrage", "roost"],
|
|
730
730
|
},
|
|
731
731
|
mewtwo: {
|
|
732
732
|
tier: "Uber",
|
|
733
733
|
doublesTier: "DUber",
|
|
734
|
-
randomBattleMoves: ["
|
|
734
|
+
randomBattleMoves: ["aurasphere", "fireblast", "nastyplot", "psystrike", "recover", "shadowball"],
|
|
735
735
|
},
|
|
736
736
|
mew: {
|
|
737
737
|
tier: "UU",
|
|
738
738
|
doublesTier: "DUU",
|
|
739
|
-
randomBattleMoves: ["
|
|
739
|
+
randomBattleMoves: ["aurasphere", "calmmind", "psychic", "roost", "shadowball", "defog"],
|
|
740
740
|
},
|
|
741
741
|
chikorita: {
|
|
742
742
|
tier: "LC",
|
|
@@ -745,9 +745,9 @@ exports.FormatsData = {
|
|
|
745
745
|
tier: "NFE",
|
|
746
746
|
},
|
|
747
747
|
meganium: {
|
|
748
|
-
tier: "
|
|
748
|
+
tier: "NU",
|
|
749
749
|
doublesTier: "DUU",
|
|
750
|
-
randomBattleMoves: ["
|
|
750
|
+
randomBattleMoves: ["aromatherapy", "gigadrain", "leechseed", "lightscreen", "reflect"],
|
|
751
751
|
},
|
|
752
752
|
cyndaquil: {
|
|
753
753
|
tier: "LC",
|
|
@@ -756,9 +756,9 @@ exports.FormatsData = {
|
|
|
756
756
|
tier: "NFE",
|
|
757
757
|
},
|
|
758
758
|
typhlosion: {
|
|
759
|
-
tier: "
|
|
759
|
+
tier: "NU",
|
|
760
760
|
doublesTier: "DUU",
|
|
761
|
-
randomBattleMoves: ["eruption", "
|
|
761
|
+
randomBattleMoves: ["eruption", "extrasensory", "fireblast", "focusblast"],
|
|
762
762
|
},
|
|
763
763
|
totodile: {
|
|
764
764
|
tier: "LC",
|
|
@@ -769,47 +769,47 @@ exports.FormatsData = {
|
|
|
769
769
|
feraligatr: {
|
|
770
770
|
tier: "OU",
|
|
771
771
|
doublesTier: "DUU",
|
|
772
|
-
randomBattleMoves: ["
|
|
772
|
+
randomBattleMoves: ["aquajet", "crunch", "dragondance", "icepunch", "waterfall"],
|
|
773
773
|
},
|
|
774
774
|
sentret: {
|
|
775
775
|
tier: "LC",
|
|
776
776
|
},
|
|
777
777
|
furret: {
|
|
778
|
-
tier: "
|
|
778
|
+
tier: "NU",
|
|
779
779
|
doublesTier: "DUU",
|
|
780
|
-
randomBattleMoves: ["doubleedge", "
|
|
780
|
+
randomBattleMoves: ["doubleedge", "shadowclaw", "suckerpunch", "uturn"],
|
|
781
781
|
},
|
|
782
782
|
hoothoot: {
|
|
783
783
|
tier: "LC",
|
|
784
784
|
},
|
|
785
785
|
noctowl: {
|
|
786
|
-
tier: "
|
|
786
|
+
tier: "NU",
|
|
787
787
|
doublesTier: "DUU",
|
|
788
|
-
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "shadowball", "
|
|
788
|
+
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "roost", "shadowball", "defog"],
|
|
789
789
|
},
|
|
790
790
|
ledyba: {
|
|
791
791
|
tier: "LC",
|
|
792
792
|
},
|
|
793
793
|
ledian: {
|
|
794
|
-
tier: "
|
|
794
|
+
tier: "NU",
|
|
795
795
|
doublesTier: "DUU",
|
|
796
|
-
randomBattleMoves: ["
|
|
796
|
+
randomBattleMoves: ["knockoff", "lightscreen", "reflect", "roost", "uturn"],
|
|
797
797
|
},
|
|
798
798
|
spinarak: {
|
|
799
799
|
tier: "LC",
|
|
800
800
|
},
|
|
801
801
|
ariados: {
|
|
802
|
-
tier: "
|
|
802
|
+
tier: "NU",
|
|
803
803
|
doublesTier: "DUU",
|
|
804
|
-
randomBattleMoves: ["
|
|
804
|
+
randomBattleMoves: ["lunge", "poisonjab", "stickyweb", "toxicspikes"],
|
|
805
805
|
},
|
|
806
806
|
chinchou: {
|
|
807
807
|
tier: "LC",
|
|
808
808
|
},
|
|
809
809
|
lanturn: {
|
|
810
|
-
tier: "
|
|
810
|
+
tier: "NU",
|
|
811
811
|
doublesTier: "DUU",
|
|
812
|
-
randomBattleMoves: ["
|
|
812
|
+
randomBattleMoves: ["discharge", "icebeam", "scald", "thunderwave", "voltswitch"],
|
|
813
813
|
},
|
|
814
814
|
togepi: {
|
|
815
815
|
tier: "LC",
|
|
@@ -820,7 +820,7 @@ exports.FormatsData = {
|
|
|
820
820
|
togekiss: {
|
|
821
821
|
tier: "OU",
|
|
822
822
|
doublesTier: "DOU",
|
|
823
|
-
randomBattleMoves: ["airslash", "
|
|
823
|
+
randomBattleMoves: ["airslash", "aurasphere", "fireblast", "roost", "thunderwave", "defog"],
|
|
824
824
|
},
|
|
825
825
|
natu: {
|
|
826
826
|
tier: "LC",
|
|
@@ -828,7 +828,7 @@ exports.FormatsData = {
|
|
|
828
828
|
xatu: {
|
|
829
829
|
tier: "RU",
|
|
830
830
|
doublesTier: "DUU",
|
|
831
|
-
randomBattleMoves: ["psychic", "roost", "teleport", "thunderwave"
|
|
831
|
+
randomBattleMoves: ["airslash", "psychic", "roost", "teleport", "thunderwave"],
|
|
832
832
|
},
|
|
833
833
|
mareep: {
|
|
834
834
|
tier: "LC",
|
|
@@ -837,9 +837,9 @@ exports.FormatsData = {
|
|
|
837
837
|
tier: "NFE",
|
|
838
838
|
},
|
|
839
839
|
ampharos: {
|
|
840
|
-
tier: "
|
|
840
|
+
tier: "NU",
|
|
841
841
|
doublesTier: "DUU",
|
|
842
|
-
randomBattleMoves: ["
|
|
842
|
+
randomBattleMoves: ["focusblast", "powergem", "thunderbolt", "voltswitch"],
|
|
843
843
|
},
|
|
844
844
|
azurill: {
|
|
845
845
|
tier: "LC",
|
|
@@ -850,15 +850,15 @@ exports.FormatsData = {
|
|
|
850
850
|
azumarill: {
|
|
851
851
|
tier: "OU",
|
|
852
852
|
doublesTier: "DOU",
|
|
853
|
-
randomBattleMoves: ["
|
|
853
|
+
randomBattleMoves: ["aquajet", "bellydrum", "playrough", "superpower", "waterfall"],
|
|
854
854
|
},
|
|
855
855
|
bonsly: {
|
|
856
856
|
tier: "LC",
|
|
857
857
|
},
|
|
858
858
|
sudowoodo: {
|
|
859
|
-
tier: "
|
|
859
|
+
tier: "NU",
|
|
860
860
|
doublesTier: "DUU",
|
|
861
|
-
randomBattleMoves: ["
|
|
861
|
+
randomBattleMoves: ["earthquake", "headsmash", "selfdestruct", "stealthrock", "suckerpunch"],
|
|
862
862
|
},
|
|
863
863
|
hoppip: {
|
|
864
864
|
tier: "LC",
|
|
@@ -867,9 +867,9 @@ exports.FormatsData = {
|
|
|
867
867
|
tier: "NFE",
|
|
868
868
|
},
|
|
869
869
|
jumpluff: {
|
|
870
|
-
tier: "
|
|
870
|
+
tier: "NU",
|
|
871
871
|
doublesTier: "DUU",
|
|
872
|
-
randomBattleMoves: ["
|
|
872
|
+
randomBattleMoves: ["acrobatics", "leechseed", "sleeppowder", "strengthsap", "substitute"],
|
|
873
873
|
},
|
|
874
874
|
aipom: {
|
|
875
875
|
tier: "LC",
|
|
@@ -877,23 +877,23 @@ exports.FormatsData = {
|
|
|
877
877
|
ambipom: {
|
|
878
878
|
tier: "UU",
|
|
879
879
|
doublesTier: "DUU",
|
|
880
|
-
randomBattleMoves: ["
|
|
880
|
+
randomBattleMoves: ["aerialace", "brickbreak", "doublehit", "fakeout", "switcheroo", "thief", "uturn"],
|
|
881
881
|
},
|
|
882
882
|
sunkern: {
|
|
883
883
|
tier: "LC",
|
|
884
884
|
},
|
|
885
885
|
sunflora: {
|
|
886
|
-
tier: "
|
|
886
|
+
tier: "NU",
|
|
887
887
|
doublesTier: "DUU",
|
|
888
|
-
randomBattleMoves: ["energyball", "
|
|
888
|
+
randomBattleMoves: ["energyball", "lightscreen", "sludgebomb", "synthesis"],
|
|
889
889
|
},
|
|
890
890
|
yanma: {
|
|
891
|
-
tier: "
|
|
891
|
+
tier: "NFE",
|
|
892
892
|
},
|
|
893
893
|
yanmega: {
|
|
894
894
|
tier: "UU",
|
|
895
895
|
doublesTier: "DUU",
|
|
896
|
-
randomBattleMoves: ["
|
|
896
|
+
randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "protect", "uturn"],
|
|
897
897
|
},
|
|
898
898
|
wooper: {
|
|
899
899
|
tier: "LC",
|
|
@@ -904,38 +904,38 @@ exports.FormatsData = {
|
|
|
904
904
|
randomBattleMoves: ["earthquake", "recover", "scald", "toxic"],
|
|
905
905
|
},
|
|
906
906
|
murkrow: {
|
|
907
|
-
tier: "
|
|
907
|
+
tier: "NFE",
|
|
908
908
|
},
|
|
909
909
|
honchkrow: {
|
|
910
910
|
tier: "UU",
|
|
911
911
|
doublesTier: "DUU",
|
|
912
|
-
randomBattleMoves: ["bravebird", "
|
|
912
|
+
randomBattleMoves: ["bravebird", "roost", "suckerpunch", "taunt"],
|
|
913
913
|
},
|
|
914
914
|
misdreavus: {
|
|
915
|
-
tier: "
|
|
915
|
+
tier: "NFE",
|
|
916
916
|
},
|
|
917
917
|
mismagius: {
|
|
918
918
|
tier: "UU",
|
|
919
919
|
doublesTier: "DUU",
|
|
920
|
-
randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "
|
|
920
|
+
randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "painsplit", "shadowball", "substitute", "thunderbolt", "willowisp"],
|
|
921
921
|
},
|
|
922
922
|
unown: {
|
|
923
|
-
tier: "
|
|
923
|
+
tier: "NU",
|
|
924
924
|
doublesTier: "DUU",
|
|
925
|
-
randomBattleMoves: ["
|
|
925
|
+
randomBattleMoves: ["hiddenpowerfighting", "hiddenpowerpsychic"],
|
|
926
926
|
},
|
|
927
927
|
wynaut: {
|
|
928
928
|
tier: "LC",
|
|
929
929
|
},
|
|
930
930
|
wobbuffet: {
|
|
931
|
-
tier: "
|
|
931
|
+
tier: "NU",
|
|
932
932
|
doublesTier: "DUU",
|
|
933
|
-
randomBattleMoves: ["counter", "
|
|
933
|
+
randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
|
|
934
934
|
},
|
|
935
935
|
girafarig: {
|
|
936
|
-
tier: "
|
|
936
|
+
tier: "NU",
|
|
937
937
|
doublesTier: "DUU",
|
|
938
|
-
randomBattleMoves: ["
|
|
938
|
+
randomBattleMoves: ["dazzlinggleam", "nastyplot", "psychic", "shadowball", "thunderbolt"],
|
|
939
939
|
},
|
|
940
940
|
pineco: {
|
|
941
941
|
tier: "LC",
|
|
@@ -943,67 +943,67 @@ exports.FormatsData = {
|
|
|
943
943
|
forretress: {
|
|
944
944
|
tier: "UU",
|
|
945
945
|
doublesTier: "DUU",
|
|
946
|
-
randomBattleMoves: ["
|
|
946
|
+
randomBattleMoves: ["gyroball", "rapidspin", "spikes", "toxicspikes", "voltswitch"],
|
|
947
947
|
},
|
|
948
948
|
dunsparce: {
|
|
949
|
-
tier: "
|
|
949
|
+
tier: "NU",
|
|
950
950
|
doublesTier: "DUU",
|
|
951
|
-
randomBattleMoves: ["
|
|
951
|
+
randomBattleMoves: ["bite", "bodyslam", "coil", "roost"],
|
|
952
952
|
},
|
|
953
953
|
gligar: {
|
|
954
|
-
tier: "
|
|
954
|
+
tier: "NFE",
|
|
955
955
|
},
|
|
956
956
|
gliscor: {
|
|
957
957
|
tier: "OU",
|
|
958
958
|
doublesTier: "DUU",
|
|
959
|
-
randomBattleMoves: ["earthquake", "
|
|
959
|
+
randomBattleMoves: ["earthquake", "icefang", "knockoff", "roost", "stealthrock", "swordsdance", "taunt", "uturn", "defog"],
|
|
960
960
|
},
|
|
961
961
|
snubbull: {
|
|
962
962
|
tier: "LC",
|
|
963
963
|
},
|
|
964
964
|
granbull: {
|
|
965
|
-
tier: "
|
|
965
|
+
tier: "RU",
|
|
966
966
|
doublesTier: "DUU",
|
|
967
|
-
randomBattleMoves: ["
|
|
967
|
+
randomBattleMoves: ["crunch", "earthquake", "healbell", "playrough", "thunderwave"],
|
|
968
968
|
},
|
|
969
969
|
qwilfish: {
|
|
970
|
-
tier: "
|
|
970
|
+
tier: "NU",
|
|
971
971
|
doublesTier: "DUU",
|
|
972
|
-
randomBattleMoves: ["destinybond", "
|
|
972
|
+
randomBattleMoves: ["destinybond", "poisonjab", "spikes", "thunderwave", "toxicspikes", "waterfall"],
|
|
973
973
|
},
|
|
974
974
|
shuckle: {
|
|
975
|
-
tier: "
|
|
975
|
+
tier: "NU",
|
|
976
976
|
doublesTier: "DUU",
|
|
977
977
|
randomBattleMoves: ["knockoff", "stealthrock", "stickyweb", "toxic"],
|
|
978
978
|
},
|
|
979
979
|
heracross: {
|
|
980
980
|
tier: "UU",
|
|
981
981
|
doublesTier: "DUU",
|
|
982
|
-
randomBattleMoves: ["
|
|
982
|
+
randomBattleMoves: ["closecombat", "facade", "megahorn", "stoneedge", "throatchop"],
|
|
983
983
|
},
|
|
984
984
|
sneasel: {
|
|
985
|
-
tier: "
|
|
985
|
+
tier: "NFE",
|
|
986
986
|
},
|
|
987
987
|
weavile: {
|
|
988
988
|
tier: "OU",
|
|
989
|
-
doublesTier: "
|
|
990
|
-
randomBattleMoves: ["
|
|
989
|
+
doublesTier: "DUU",
|
|
990
|
+
randomBattleMoves: ["brickbreak", "iceshard", "iciclecrash", "swordsdance", "throatchop"],
|
|
991
991
|
},
|
|
992
992
|
teddiursa: {
|
|
993
993
|
tier: "LC",
|
|
994
994
|
},
|
|
995
995
|
ursaring: {
|
|
996
|
-
tier: "
|
|
996
|
+
tier: "NU",
|
|
997
997
|
doublesTier: "DUU",
|
|
998
|
-
randomBattleMoves: ["closecombat", "crunch", "
|
|
998
|
+
randomBattleMoves: ["closecombat", "crunch", "facade", "protect", "swordsdance"],
|
|
999
999
|
},
|
|
1000
1000
|
slugma: {
|
|
1001
1001
|
tier: "LC",
|
|
1002
1002
|
},
|
|
1003
1003
|
magcargo: {
|
|
1004
|
-
tier: "
|
|
1004
|
+
tier: "NU",
|
|
1005
1005
|
doublesTier: "DUU",
|
|
1006
|
-
randomBattleMoves: ["
|
|
1006
|
+
randomBattleMoves: ["ancientpower", "earthpower", "fireblast", "lavaplume", "recover", "shellsmash", "stealthrock"],
|
|
1007
1007
|
},
|
|
1008
1008
|
swinub: {
|
|
1009
1009
|
tier: "LC",
|
|
@@ -1014,23 +1014,23 @@ exports.FormatsData = {
|
|
|
1014
1014
|
mamoswine: {
|
|
1015
1015
|
tier: "OU",
|
|
1016
1016
|
doublesTier: "DOU",
|
|
1017
|
-
randomBattleMoves: ["earthquake", "
|
|
1017
|
+
randomBattleMoves: ["earthquake", "iceshard", "iciclecrash", "stealthrock", "stoneedge"],
|
|
1018
1018
|
},
|
|
1019
1019
|
corsola: {
|
|
1020
|
-
tier: "
|
|
1020
|
+
tier: "NU",
|
|
1021
1021
|
doublesTier: "DUU",
|
|
1022
|
-
randomBattleMoves: ["
|
|
1022
|
+
randomBattleMoves: ["icebeam", "powergem", "recover", "scald", "stealthrock"],
|
|
1023
1023
|
},
|
|
1024
1024
|
remoraid: {
|
|
1025
1025
|
tier: "LC",
|
|
1026
1026
|
},
|
|
1027
1027
|
octillery: {
|
|
1028
|
-
tier: "
|
|
1028
|
+
tier: "NU",
|
|
1029
1029
|
doublesTier: "DUU",
|
|
1030
|
-
randomBattleMoves: ["energyball", "fireblast", "
|
|
1030
|
+
randomBattleMoves: ["energyball", "fireblast", "gunkshot", "hydropump", "icebeam", "protect"],
|
|
1031
1031
|
},
|
|
1032
1032
|
delibird: {
|
|
1033
|
-
tier: "
|
|
1033
|
+
tier: "NU",
|
|
1034
1034
|
doublesTier: "DUU",
|
|
1035
1035
|
randomBattleMoves: ["destinybond", "freezedry", "rapidspin", "spikes"],
|
|
1036
1036
|
},
|
|
@@ -1040,12 +1040,12 @@ exports.FormatsData = {
|
|
|
1040
1040
|
mantine: {
|
|
1041
1041
|
tier: "RU",
|
|
1042
1042
|
doublesTier: "DUU",
|
|
1043
|
-
randomBattleMoves: ["
|
|
1043
|
+
randomBattleMoves: ["defog", "icebeam", "roost", "scald"],
|
|
1044
1044
|
},
|
|
1045
1045
|
skarmory: {
|
|
1046
1046
|
tier: "OU",
|
|
1047
1047
|
doublesTier: "DUU",
|
|
1048
|
-
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
|
|
1048
|
+
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind", "defog"],
|
|
1049
1049
|
},
|
|
1050
1050
|
houndour: {
|
|
1051
1051
|
tier: "LC",
|
|
@@ -1053,7 +1053,7 @@ exports.FormatsData = {
|
|
|
1053
1053
|
houndoom: {
|
|
1054
1054
|
tier: "RU",
|
|
1055
1055
|
doublesTier: "DUU",
|
|
1056
|
-
randomBattleMoves: ["
|
|
1056
|
+
randomBattleMoves: ["darkpulse", "fireblast", "nastyplot", "suckerpunch"],
|
|
1057
1057
|
},
|
|
1058
1058
|
phanpy: {
|
|
1059
1059
|
tier: "LC",
|
|
@@ -1061,37 +1061,37 @@ exports.FormatsData = {
|
|
|
1061
1061
|
donphan: {
|
|
1062
1062
|
tier: "OU",
|
|
1063
1063
|
doublesTier: "DUU",
|
|
1064
|
-
randomBattleMoves: ["
|
|
1064
|
+
randomBattleMoves: ["earthquake", "iceshard", "knockoff", "rapidspin", "stealthrock", "stoneedge"],
|
|
1065
1065
|
},
|
|
1066
1066
|
stantler: {
|
|
1067
|
-
tier: "
|
|
1067
|
+
tier: "NU",
|
|
1068
1068
|
doublesTier: "DUU",
|
|
1069
|
-
randomBattleMoves: ["doubleedge", "
|
|
1069
|
+
randomBattleMoves: ["doubleedge", "earthquake", "megahorn", "zenheadbutt"],
|
|
1070
1070
|
},
|
|
1071
1071
|
smeargle: {
|
|
1072
|
-
tier: "
|
|
1072
|
+
tier: "NU",
|
|
1073
1073
|
doublesTier: "DUber",
|
|
1074
|
-
randomBattleMoves: ["
|
|
1074
|
+
randomBattleMoves: ["spikes", "spore", "stealthrock", "stickyweb", "toxicspikes", "whirlwind"],
|
|
1075
1075
|
},
|
|
1076
1076
|
miltank: {
|
|
1077
|
-
tier: "
|
|
1077
|
+
tier: "NU",
|
|
1078
1078
|
doublesTier: "DUU",
|
|
1079
|
-
randomBattleMoves: ["bodyslam", "
|
|
1079
|
+
randomBattleMoves: ["bodyslam", "curse", "earthquake", "milkdrink", "stealthrock"],
|
|
1080
1080
|
},
|
|
1081
1081
|
raikou: {
|
|
1082
1082
|
tier: "UU",
|
|
1083
1083
|
doublesTier: "DOU",
|
|
1084
|
-
randomBattleMoves: ["
|
|
1084
|
+
randomBattleMoves: ["calmmind", "scald", "substitute", "thunderbolt", "voltswitch"],
|
|
1085
1085
|
},
|
|
1086
1086
|
entei: {
|
|
1087
1087
|
tier: "UU",
|
|
1088
1088
|
doublesTier: "DOU",
|
|
1089
|
-
randomBattleMoves: ["
|
|
1089
|
+
randomBattleMoves: ["bulldoze", "extremespeed", "sacredfire", "stoneedge"],
|
|
1090
1090
|
},
|
|
1091
1091
|
suicune: {
|
|
1092
1092
|
tier: "UU",
|
|
1093
1093
|
doublesTier: "DOU",
|
|
1094
|
-
randomBattleMoves: ["
|
|
1094
|
+
randomBattleMoves: ["calmmind", "rest", "scald", "sleeptalk"],
|
|
1095
1095
|
},
|
|
1096
1096
|
larvitar: {
|
|
1097
1097
|
tier: "LC",
|
|
@@ -1102,22 +1102,22 @@ exports.FormatsData = {
|
|
|
1102
1102
|
tyranitar: {
|
|
1103
1103
|
tier: "OU",
|
|
1104
1104
|
doublesTier: "DOU",
|
|
1105
|
-
randomBattleMoves: ["
|
|
1105
|
+
randomBattleMoves: ["crunch", "dragondance", "earthquake", "stealthrock", "stoneedge"],
|
|
1106
1106
|
},
|
|
1107
1107
|
lugia: {
|
|
1108
1108
|
tier: "Uber",
|
|
1109
1109
|
doublesTier: "DUber",
|
|
1110
|
-
randomBattleMoves: ["
|
|
1110
|
+
randomBattleMoves: ["aeroblast", "psychic", "roost", "substitute", "whirlwind"],
|
|
1111
1111
|
},
|
|
1112
1112
|
hooh: {
|
|
1113
1113
|
tier: "Uber",
|
|
1114
1114
|
doublesTier: "DUber",
|
|
1115
|
-
randomBattleMoves: ["
|
|
1115
|
+
randomBattleMoves: ["earthquake", "roost", "sacredfire", "substitute", "thunderwave"],
|
|
1116
1116
|
},
|
|
1117
1117
|
celebi: {
|
|
1118
1118
|
isNonstandard: "Unobtainable",
|
|
1119
1119
|
tier: "Unreleased",
|
|
1120
|
-
randomBattleMoves: ["
|
|
1120
|
+
randomBattleMoves: ["dazzlinggleam", "gigadrain", "leafstorm", "nastyplot", "psychic", "recover", "uturn"],
|
|
1121
1121
|
},
|
|
1122
1122
|
treecko: {
|
|
1123
1123
|
tier: "LC",
|
|
@@ -1126,9 +1126,9 @@ exports.FormatsData = {
|
|
|
1126
1126
|
tier: "NFE",
|
|
1127
1127
|
},
|
|
1128
1128
|
sceptile: {
|
|
1129
|
-
tier: "
|
|
1129
|
+
tier: "NU",
|
|
1130
1130
|
doublesTier: "DUU",
|
|
1131
|
-
randomBattleMoves: ["
|
|
1131
|
+
randomBattleMoves: ["earthquake", "focusblast", "gigadrain", "leafstorm", "leechseed", "rockslide", "substitute"],
|
|
1132
1132
|
},
|
|
1133
1133
|
torchic: {
|
|
1134
1134
|
tier: "LC",
|
|
@@ -1139,7 +1139,7 @@ exports.FormatsData = {
|
|
|
1139
1139
|
blaziken: {
|
|
1140
1140
|
tier: "Uber",
|
|
1141
1141
|
doublesTier: "DUU",
|
|
1142
|
-
randomBattleMoves: ["
|
|
1142
|
+
randomBattleMoves: ["closecombat", "earthquake", "flareblitz", "stoneedge", "swordsdance"],
|
|
1143
1143
|
},
|
|
1144
1144
|
mudkip: {
|
|
1145
1145
|
tier: "LC",
|
|
@@ -1150,23 +1150,23 @@ exports.FormatsData = {
|
|
|
1150
1150
|
swampert: {
|
|
1151
1151
|
tier: "UU",
|
|
1152
1152
|
doublesTier: "DUU",
|
|
1153
|
-
randomBattleMoves: ["
|
|
1153
|
+
randomBattleMoves: ["earthquake", "icebeam", "scald", "stealthrock", "stoneedge"],
|
|
1154
1154
|
},
|
|
1155
1155
|
poochyena: {
|
|
1156
1156
|
tier: "LC",
|
|
1157
1157
|
},
|
|
1158
1158
|
mightyena: {
|
|
1159
|
-
tier: "
|
|
1159
|
+
tier: "NU",
|
|
1160
1160
|
doublesTier: "DUU",
|
|
1161
|
-
randomBattleMoves: ["
|
|
1161
|
+
randomBattleMoves: ["crunch", "firefang", "irontail", "playrough", "suckerpunch"],
|
|
1162
1162
|
},
|
|
1163
1163
|
zigzagoon: {
|
|
1164
1164
|
tier: "LC",
|
|
1165
1165
|
},
|
|
1166
1166
|
linoone: {
|
|
1167
|
-
tier: "
|
|
1167
|
+
tier: "NU",
|
|
1168
1168
|
doublesTier: "DUU",
|
|
1169
|
-
randomBattleMoves: ["bellydrum", "extremespeed", "
|
|
1169
|
+
randomBattleMoves: ["bellydrum", "extremespeed", "irontail", "shadowclaw"],
|
|
1170
1170
|
},
|
|
1171
1171
|
wurmple: {
|
|
1172
1172
|
tier: "LC",
|
|
@@ -1175,17 +1175,17 @@ exports.FormatsData = {
|
|
|
1175
1175
|
tier: "NFE",
|
|
1176
1176
|
},
|
|
1177
1177
|
beautifly: {
|
|
1178
|
-
tier: "
|
|
1178
|
+
tier: "NU",
|
|
1179
1179
|
doublesTier: "DUU",
|
|
1180
|
-
randomBattleMoves: ["
|
|
1180
|
+
randomBattleMoves: ["aircutter", "bugbuzz", "energyball", "quiverdance", "roost"],
|
|
1181
1181
|
},
|
|
1182
1182
|
cascoon: {
|
|
1183
1183
|
tier: "NFE",
|
|
1184
1184
|
},
|
|
1185
1185
|
dustox: {
|
|
1186
|
-
tier: "
|
|
1186
|
+
tier: "NU",
|
|
1187
1187
|
doublesTier: "DUU",
|
|
1188
|
-
randomBattleMoves: ["
|
|
1188
|
+
randomBattleMoves: ["bugbuzz", "roost", "sludgebomb", "toxic", "uturn", "defog"],
|
|
1189
1189
|
},
|
|
1190
1190
|
lotad: {
|
|
1191
1191
|
tier: "LC",
|
|
@@ -1194,9 +1194,9 @@ exports.FormatsData = {
|
|
|
1194
1194
|
tier: "NFE",
|
|
1195
1195
|
},
|
|
1196
1196
|
ludicolo: {
|
|
1197
|
-
tier: "
|
|
1197
|
+
tier: "NU",
|
|
1198
1198
|
doublesTier: "DOU",
|
|
1199
|
-
randomBattleMoves: ["gigadrain", "
|
|
1199
|
+
randomBattleMoves: ["gigadrain", "hydropump", "icebeam", "raindance", "scald"],
|
|
1200
1200
|
},
|
|
1201
1201
|
seedot: {
|
|
1202
1202
|
tier: "LC",
|
|
@@ -1205,9 +1205,9 @@ exports.FormatsData = {
|
|
|
1205
1205
|
tier: "NFE",
|
|
1206
1206
|
},
|
|
1207
1207
|
shiftry: {
|
|
1208
|
-
tier: "
|
|
1208
|
+
tier: "NU",
|
|
1209
1209
|
doublesTier: "DUU",
|
|
1210
|
-
randomBattleMoves: ["
|
|
1210
|
+
randomBattleMoves: ["brickbreak", "fakeout", "leafblade", "nightslash", "suckerpunch", "swordsdance"],
|
|
1211
1211
|
},
|
|
1212
1212
|
taillow: {
|
|
1213
1213
|
tier: "LC",
|
|
@@ -1215,15 +1215,15 @@ exports.FormatsData = {
|
|
|
1215
1215
|
swellow: {
|
|
1216
1216
|
tier: "RU",
|
|
1217
1217
|
doublesTier: "DUU",
|
|
1218
|
-
randomBattleMoves: ["bravebird", "facade", "quickattack", "
|
|
1218
|
+
randomBattleMoves: ["bravebird", "facade", "quickattack", "roost", "steelwing", "uturn"],
|
|
1219
1219
|
},
|
|
1220
1220
|
wingull: {
|
|
1221
1221
|
tier: "LC",
|
|
1222
1222
|
},
|
|
1223
1223
|
pelipper: {
|
|
1224
|
-
tier: "
|
|
1224
|
+
tier: "NU",
|
|
1225
1225
|
doublesTier: "DOU",
|
|
1226
|
-
randomBattleMoves: ["
|
|
1226
|
+
randomBattleMoves: ["defog", "hurricane", "hydropump", "icebeam", "roost", "scald", "uturn"],
|
|
1227
1227
|
},
|
|
1228
1228
|
ralts: {
|
|
1229
1229
|
tier: "LC",
|
|
@@ -1234,20 +1234,20 @@ exports.FormatsData = {
|
|
|
1234
1234
|
gardevoir: {
|
|
1235
1235
|
tier: "UU",
|
|
1236
1236
|
doublesTier: "DOU",
|
|
1237
|
-
randomBattleMoves: ["calmmind", "
|
|
1237
|
+
randomBattleMoves: ["calmmind", "focusblast", "moonblast", "psychic", "shadowball", "substitute"],
|
|
1238
1238
|
},
|
|
1239
1239
|
gallade: {
|
|
1240
1240
|
tier: "RU",
|
|
1241
1241
|
doublesTier: "DUU",
|
|
1242
|
-
randomBattleMoves: ["closecombat", "
|
|
1242
|
+
randomBattleMoves: ["closecombat", "earthquake", "knockoff", "psychocut", "swordsdance"],
|
|
1243
1243
|
},
|
|
1244
1244
|
surskit: {
|
|
1245
1245
|
tier: "LC",
|
|
1246
1246
|
},
|
|
1247
1247
|
masquerain: {
|
|
1248
|
-
tier: "
|
|
1248
|
+
tier: "NU",
|
|
1249
1249
|
doublesTier: "DUU",
|
|
1250
|
-
randomBattleMoves: ["
|
|
1250
|
+
randomBattleMoves: ["airslash", "bugbuzz", "quiverdance", "scald", "stickyweb"],
|
|
1251
1251
|
},
|
|
1252
1252
|
shroomish: {
|
|
1253
1253
|
tier: "LC",
|
|
@@ -1255,32 +1255,32 @@ exports.FormatsData = {
|
|
|
1255
1255
|
breloom: {
|
|
1256
1256
|
tier: "OU",
|
|
1257
1257
|
doublesTier: "DOU",
|
|
1258
|
-
randomBattleMoves: ["
|
|
1258
|
+
randomBattleMoves: ["bulletseed", "focuspunch", "machpunch", "rocktomb", "spore", "substitute", "swordsdance"],
|
|
1259
1259
|
},
|
|
1260
1260
|
slakoth: {
|
|
1261
1261
|
tier: "LC",
|
|
1262
1262
|
},
|
|
1263
1263
|
vigoroth: {
|
|
1264
1264
|
tier: "NFE",
|
|
1265
|
-
randomBattleMoves: ["
|
|
1265
|
+
randomBattleMoves: ["bodyslam", "bulkup", "earthquake", "playrough", "shadowclaw", "slackoff"],
|
|
1266
1266
|
},
|
|
1267
1267
|
slaking: {
|
|
1268
|
-
tier: "
|
|
1268
|
+
tier: "NU",
|
|
1269
1269
|
doublesTier: "DUU",
|
|
1270
|
-
randomBattleMoves: ["
|
|
1270
|
+
randomBattleMoves: ["bodyslam", "earthquake", "gigaimpact", "hammerarm", "playrough", "suckerpunch"],
|
|
1271
1271
|
},
|
|
1272
1272
|
nincada: {
|
|
1273
1273
|
tier: "LC",
|
|
1274
1274
|
},
|
|
1275
1275
|
ninjask: {
|
|
1276
|
-
tier: "
|
|
1276
|
+
tier: "NU",
|
|
1277
1277
|
doublesTier: "DUU",
|
|
1278
|
-
randomBattleMoves: ["
|
|
1278
|
+
randomBattleMoves: ["aerialace", "finalgambit", "swordsdance", "uturn", "xscissor"],
|
|
1279
1279
|
},
|
|
1280
1280
|
shedinja: {
|
|
1281
|
-
tier: "
|
|
1281
|
+
tier: "NU",
|
|
1282
1282
|
doublesTier: "DUU",
|
|
1283
|
-
randomBattleMoves: ["
|
|
1283
|
+
randomBattleMoves: ["shadowclaw", "shadowsneak", "willowisp", "xscissor"],
|
|
1284
1284
|
},
|
|
1285
1285
|
whismur: {
|
|
1286
1286
|
tier: "LC",
|
|
@@ -1291,7 +1291,7 @@ exports.FormatsData = {
|
|
|
1291
1291
|
exploud: {
|
|
1292
1292
|
tier: "RU",
|
|
1293
1293
|
doublesTier: "DUU",
|
|
1294
|
-
randomBattleMoves: ["
|
|
1294
|
+
randomBattleMoves: ["boomburst", "fireblast", "focusblast", "surf"],
|
|
1295
1295
|
},
|
|
1296
1296
|
makuhita: {
|
|
1297
1297
|
tier: "LC",
|
|
@@ -1299,33 +1299,33 @@ exports.FormatsData = {
|
|
|
1299
1299
|
hariyama: {
|
|
1300
1300
|
tier: "RU",
|
|
1301
1301
|
doublesTier: "DOU",
|
|
1302
|
-
randomBattleMoves: ["bulkup", "
|
|
1302
|
+
randomBattleMoves: ["bulkup", "bulletpunch", "closecombat", "knockoff", "poisonjab", "stoneedge"],
|
|
1303
1303
|
},
|
|
1304
1304
|
nosepass: {
|
|
1305
1305
|
tier: "LC",
|
|
1306
1306
|
},
|
|
1307
1307
|
probopass: {
|
|
1308
|
-
tier: "
|
|
1308
|
+
tier: "NU",
|
|
1309
1309
|
doublesTier: "DUU",
|
|
1310
|
-
randomBattleMoves: ["
|
|
1310
|
+
randomBattleMoves: ["bodypress", "flashcannon", "stealthrock", "thunderwave", "voltswitch"],
|
|
1311
1311
|
},
|
|
1312
1312
|
skitty: {
|
|
1313
1313
|
tier: "LC",
|
|
1314
1314
|
},
|
|
1315
1315
|
delcatty: {
|
|
1316
|
-
tier: "
|
|
1316
|
+
tier: "NU",
|
|
1317
1317
|
doublesTier: "DUU",
|
|
1318
|
-
randomBattleMoves: ["
|
|
1318
|
+
randomBattleMoves: ["doubleedge", "fakeout", "healbell", "suckerpunch", "thunderwave"],
|
|
1319
1319
|
},
|
|
1320
1320
|
sableye: {
|
|
1321
1321
|
tier: "RU",
|
|
1322
1322
|
doublesTier: "DOU",
|
|
1323
|
-
randomBattleMoves: ["
|
|
1323
|
+
randomBattleMoves: ["foulplay", "knockoff", "recover", "taunt", "willowisp"],
|
|
1324
1324
|
},
|
|
1325
1325
|
mawile: {
|
|
1326
|
-
tier: "
|
|
1326
|
+
tier: "NU",
|
|
1327
1327
|
doublesTier: "DUU",
|
|
1328
|
-
randomBattleMoves: ["
|
|
1328
|
+
randomBattleMoves: ["ironhead", "playrough", "stealthrock", "suckerpunch", "swordsdance"],
|
|
1329
1329
|
},
|
|
1330
1330
|
aron: {
|
|
1331
1331
|
tier: "LC",
|
|
@@ -1336,43 +1336,43 @@ exports.FormatsData = {
|
|
|
1336
1336
|
aggron: {
|
|
1337
1337
|
tier: "RU",
|
|
1338
1338
|
doublesTier: "DUU",
|
|
1339
|
-
randomBattleMoves: ["
|
|
1339
|
+
randomBattleMoves: ["earthquake", "headsmash", "heavyslam", "rockpolish", "superpower"],
|
|
1340
1340
|
},
|
|
1341
1341
|
meditite: {
|
|
1342
|
-
tier: "
|
|
1342
|
+
tier: "NFE",
|
|
1343
1343
|
},
|
|
1344
1344
|
medicham: {
|
|
1345
1345
|
tier: "RU",
|
|
1346
1346
|
doublesTier: "DUU",
|
|
1347
|
-
randomBattleMoves: ["
|
|
1347
|
+
randomBattleMoves: ["bulletpunch", "fakeout", "highjumpkick", "icepunch", "recover", "zenheadbutt"],
|
|
1348
1348
|
},
|
|
1349
1349
|
electrike: {
|
|
1350
1350
|
tier: "LC",
|
|
1351
1351
|
},
|
|
1352
1352
|
manectric: {
|
|
1353
|
-
tier: "
|
|
1353
|
+
tier: "NU",
|
|
1354
1354
|
doublesTier: "DUU",
|
|
1355
|
-
randomBattleMoves: ["
|
|
1355
|
+
randomBattleMoves: ["overheat", "switcheroo", "thunderbolt", "voltswitch"],
|
|
1356
1356
|
},
|
|
1357
1357
|
plusle: {
|
|
1358
|
-
tier: "
|
|
1358
|
+
tier: "NU",
|
|
1359
1359
|
doublesTier: "DUU",
|
|
1360
|
-
randomBattleMoves: ["
|
|
1360
|
+
randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "thunderbolt", "voltswitch"],
|
|
1361
1361
|
},
|
|
1362
1362
|
minun: {
|
|
1363
|
-
tier: "
|
|
1363
|
+
tier: "NU",
|
|
1364
1364
|
doublesTier: "DUU",
|
|
1365
|
-
randomBattleMoves: ["
|
|
1365
|
+
randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "switcheroo", "thunderbolt", "voltswitch"],
|
|
1366
1366
|
},
|
|
1367
1367
|
volbeat: {
|
|
1368
|
-
tier: "
|
|
1368
|
+
tier: "NU",
|
|
1369
1369
|
doublesTier: "DUU",
|
|
1370
1370
|
randomBattleMoves: ["encore", "roost", "thunderwave", "uturn"],
|
|
1371
1371
|
},
|
|
1372
1372
|
illumise: {
|
|
1373
|
-
tier: "
|
|
1373
|
+
tier: "NU",
|
|
1374
1374
|
doublesTier: "DUU",
|
|
1375
|
-
randomBattleMoves: ["encore", "roost", "thunderwave", "wish"
|
|
1375
|
+
randomBattleMoves: ["bugbuzz", "encore", "roost", "thunderwave", "wish"],
|
|
1376
1376
|
},
|
|
1377
1377
|
budew: {
|
|
1378
1378
|
tier: "LC",
|
|
@@ -1389,9 +1389,9 @@ exports.FormatsData = {
|
|
|
1389
1389
|
tier: "LC",
|
|
1390
1390
|
},
|
|
1391
1391
|
swalot: {
|
|
1392
|
-
tier: "
|
|
1392
|
+
tier: "NU",
|
|
1393
1393
|
doublesTier: "DUU",
|
|
1394
|
-
randomBattleMoves: ["
|
|
1394
|
+
randomBattleMoves: ["earthquake", "encore", "gunkshot", "icebeam", "painsplit", "toxic"],
|
|
1395
1395
|
},
|
|
1396
1396
|
carvanha: {
|
|
1397
1397
|
tier: "LC",
|
|
@@ -1399,41 +1399,41 @@ exports.FormatsData = {
|
|
|
1399
1399
|
sharpedo: {
|
|
1400
1400
|
tier: "RU",
|
|
1401
1401
|
doublesTier: "DUU",
|
|
1402
|
-
randomBattleMoves: ["
|
|
1402
|
+
randomBattleMoves: ["aquajet", "crunch", "earthquake", "liquidation", "protect"],
|
|
1403
1403
|
},
|
|
1404
1404
|
wailmer: {
|
|
1405
1405
|
tier: "LC",
|
|
1406
1406
|
},
|
|
1407
1407
|
wailord: {
|
|
1408
|
-
tier: "
|
|
1408
|
+
tier: "NU",
|
|
1409
1409
|
doublesTier: "DUU",
|
|
1410
|
-
randomBattleMoves: ["
|
|
1410
|
+
randomBattleMoves: ["clearsmog", "icebeam", "scald", "waterspout"],
|
|
1411
1411
|
},
|
|
1412
1412
|
numel: {
|
|
1413
1413
|
tier: "LC",
|
|
1414
1414
|
},
|
|
1415
1415
|
camerupt: {
|
|
1416
|
-
tier: "
|
|
1416
|
+
tier: "NU",
|
|
1417
1417
|
doublesTier: "DUU",
|
|
1418
|
-
randomBattleMoves: ["
|
|
1418
|
+
randomBattleMoves: ["earthpower", "explosion", "fireblast", "lavaplume", "stealthrock"],
|
|
1419
1419
|
},
|
|
1420
1420
|
torkoal: {
|
|
1421
|
-
tier: "
|
|
1421
|
+
tier: "RU",
|
|
1422
1422
|
doublesTier: "DOU",
|
|
1423
|
-
randomBattleMoves: ["
|
|
1423
|
+
randomBattleMoves: ["earthquake", "lavaplume", "rapidspin", "solarbeam", "stealthrock"],
|
|
1424
1424
|
},
|
|
1425
1425
|
spoink: {
|
|
1426
1426
|
tier: "LC",
|
|
1427
1427
|
},
|
|
1428
1428
|
grumpig: {
|
|
1429
|
-
tier: "
|
|
1429
|
+
tier: "NU",
|
|
1430
1430
|
doublesTier: "DUU",
|
|
1431
|
-
randomBattleMoves: ["
|
|
1431
|
+
randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "shadowball"],
|
|
1432
1432
|
},
|
|
1433
1433
|
spinda: {
|
|
1434
|
-
tier: "
|
|
1434
|
+
tier: "NU",
|
|
1435
1435
|
doublesTier: "DUU",
|
|
1436
|
-
randomBattleMoves: ["
|
|
1436
|
+
randomBattleMoves: ["bodyslam", "encore", "fakeout", "rapidspin", "suckerpunch"],
|
|
1437
1437
|
},
|
|
1438
1438
|
trapinch: {
|
|
1439
1439
|
tier: "LC",
|
|
@@ -1444,51 +1444,51 @@ exports.FormatsData = {
|
|
|
1444
1444
|
flygon: {
|
|
1445
1445
|
tier: "UU",
|
|
1446
1446
|
doublesTier: "DUU",
|
|
1447
|
-
randomBattleMoves: ["
|
|
1447
|
+
randomBattleMoves: ["defog", "dragondance", "earthquake", "outrage", "superpower", "uturn", "roost"],
|
|
1448
1448
|
},
|
|
1449
1449
|
cacnea: {
|
|
1450
1450
|
tier: "LC",
|
|
1451
1451
|
},
|
|
1452
1452
|
cacturne: {
|
|
1453
|
-
tier: "
|
|
1453
|
+
tier: "NU",
|
|
1454
1454
|
doublesTier: "DUU",
|
|
1455
|
-
randomBattleMoves: ["
|
|
1455
|
+
randomBattleMoves: ["drainpunch", "poisonjab", "seedbomb", "suckerpunch", "swordsdance"],
|
|
1456
1456
|
},
|
|
1457
1457
|
swablu: {
|
|
1458
1458
|
tier: "LC",
|
|
1459
1459
|
},
|
|
1460
1460
|
altaria: {
|
|
1461
|
-
tier: "
|
|
1461
|
+
tier: "NU",
|
|
1462
1462
|
doublesTier: "DUU",
|
|
1463
|
-
randomBattleMoves: ["
|
|
1463
|
+
randomBattleMoves: ["dracometeor", "fireblast", "haze", "hurricane", "roost"],
|
|
1464
1464
|
},
|
|
1465
1465
|
zangoose: {
|
|
1466
|
-
tier: "
|
|
1466
|
+
tier: "NU",
|
|
1467
1467
|
doublesTier: "DUU",
|
|
1468
|
-
randomBattleMoves: ["
|
|
1468
|
+
randomBattleMoves: ["closecombat", "facade", "quickattack", "shadowclaw", "swordsdance"],
|
|
1469
1469
|
},
|
|
1470
1470
|
seviper: {
|
|
1471
|
-
tier: "
|
|
1471
|
+
tier: "NU",
|
|
1472
1472
|
doublesTier: "DUU",
|
|
1473
|
-
randomBattleMoves: ["
|
|
1473
|
+
randomBattleMoves: ["crunch", "earthquake", "flamethrower", "gigadrain", "glare", "sludgebomb", "switcheroo"],
|
|
1474
1474
|
},
|
|
1475
1475
|
lunatone: {
|
|
1476
|
-
tier: "
|
|
1476
|
+
tier: "NU",
|
|
1477
1477
|
doublesTier: "DUU",
|
|
1478
|
-
randomBattleMoves: ["
|
|
1478
|
+
randomBattleMoves: ["icebeam", "moonblast", "nastyplot", "psyshock", "stealthrock"],
|
|
1479
1479
|
},
|
|
1480
1480
|
solrock: {
|
|
1481
|
-
tier: "
|
|
1481
|
+
tier: "NU",
|
|
1482
1482
|
doublesTier: "DUU",
|
|
1483
|
-
randomBattleMoves: ["earthquake", "explosion", "
|
|
1483
|
+
randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "willowisp"],
|
|
1484
1484
|
},
|
|
1485
1485
|
barboach: {
|
|
1486
1486
|
tier: "LC",
|
|
1487
1487
|
},
|
|
1488
1488
|
whiscash: {
|
|
1489
|
-
tier: "
|
|
1489
|
+
tier: "NU",
|
|
1490
1490
|
doublesTier: "DUU",
|
|
1491
|
-
randomBattleMoves: ["dragondance", "earthquake", "
|
|
1491
|
+
randomBattleMoves: ["dragondance", "earthquake", "stoneedge", "waterfall"],
|
|
1492
1492
|
},
|
|
1493
1493
|
corphish: {
|
|
1494
1494
|
tier: "LC",
|
|
@@ -1496,7 +1496,7 @@ exports.FormatsData = {
|
|
|
1496
1496
|
crawdaunt: {
|
|
1497
1497
|
tier: "OU",
|
|
1498
1498
|
doublesTier: "DUU",
|
|
1499
|
-
randomBattleMoves: ["
|
|
1499
|
+
randomBattleMoves: ["aquajet", "crabhammer", "dragondance", "knockoff", "superpower"],
|
|
1500
1500
|
},
|
|
1501
1501
|
baltoy: {
|
|
1502
1502
|
tier: "LC",
|
|
@@ -1504,23 +1504,23 @@ exports.FormatsData = {
|
|
|
1504
1504
|
claydol: {
|
|
1505
1505
|
tier: "RU",
|
|
1506
1506
|
doublesTier: "DUU",
|
|
1507
|
-
randomBattleMoves: ["earthquake", "
|
|
1507
|
+
randomBattleMoves: ["earthquake", "icebeam", "psychic", "rapidspin", "stealthrock"],
|
|
1508
1508
|
},
|
|
1509
1509
|
lileep: {
|
|
1510
1510
|
tier: "LC",
|
|
1511
1511
|
},
|
|
1512
1512
|
cradily: {
|
|
1513
1513
|
tier: "RU",
|
|
1514
|
-
doublesTier: "
|
|
1514
|
+
doublesTier: "DOU",
|
|
1515
1515
|
randomBattleMoves: ["gigadrain", "recover", "stealthrock", "stoneedge"],
|
|
1516
1516
|
},
|
|
1517
1517
|
anorith: {
|
|
1518
1518
|
tier: "LC",
|
|
1519
1519
|
},
|
|
1520
1520
|
armaldo: {
|
|
1521
|
-
tier: "
|
|
1521
|
+
tier: "NU",
|
|
1522
1522
|
doublesTier: "DUU",
|
|
1523
|
-
randomBattleMoves: ["
|
|
1523
|
+
randomBattleMoves: ["aquajet", "knockoff", "rapidspin", "stealthrock", "stoneedge", "xscissor"],
|
|
1524
1524
|
},
|
|
1525
1525
|
feebas: {
|
|
1526
1526
|
tier: "LC",
|
|
@@ -1528,25 +1528,25 @@ exports.FormatsData = {
|
|
|
1528
1528
|
milotic: {
|
|
1529
1529
|
tier: "UU",
|
|
1530
1530
|
doublesTier: "DOU",
|
|
1531
|
-
randomBattleMoves: ["
|
|
1531
|
+
randomBattleMoves: ["dragontail", "icebeam", "rest", "scald", "sleeptalk"],
|
|
1532
1532
|
},
|
|
1533
1533
|
castform: {
|
|
1534
|
-
tier: "
|
|
1534
|
+
tier: "NU",
|
|
1535
1535
|
doublesTier: "DUU",
|
|
1536
|
-
randomBattleMoves: ["
|
|
1536
|
+
randomBattleMoves: ["flamethrower", "icebeam", "scald", "thunderbolt"],
|
|
1537
1537
|
},
|
|
1538
1538
|
kecleon: {
|
|
1539
|
-
tier: "
|
|
1539
|
+
tier: "NU",
|
|
1540
1540
|
doublesTier: "DUU",
|
|
1541
|
-
randomBattleMoves: ["
|
|
1541
|
+
randomBattleMoves: ["drainpunch", "fakeout", "shadowsneak", "stealthrock", "thunderwave"],
|
|
1542
1542
|
},
|
|
1543
1543
|
shuppet: {
|
|
1544
1544
|
tier: "LC",
|
|
1545
1545
|
},
|
|
1546
1546
|
banette: {
|
|
1547
|
-
tier: "
|
|
1547
|
+
tier: "NU",
|
|
1548
1548
|
doublesTier: "DUU",
|
|
1549
|
-
randomBattleMoves: ["
|
|
1549
|
+
randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "shadowsneak", "willowisp"],
|
|
1550
1550
|
},
|
|
1551
1551
|
duskull: {
|
|
1552
1552
|
tier: "LC",
|
|
@@ -1555,40 +1555,40 @@ exports.FormatsData = {
|
|
|
1555
1555
|
tier: "NFE",
|
|
1556
1556
|
},
|
|
1557
1557
|
dusknoir: {
|
|
1558
|
-
tier: "
|
|
1558
|
+
tier: "NU",
|
|
1559
1559
|
doublesTier: "DUU",
|
|
1560
|
-
randomBattleMoves: ["
|
|
1560
|
+
randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowpunch", "shadowsneak", "willowisp"],
|
|
1561
1561
|
},
|
|
1562
1562
|
tropius: {
|
|
1563
|
-
tier: "
|
|
1563
|
+
tier: "NU",
|
|
1564
1564
|
doublesTier: "DUU",
|
|
1565
|
-
randomBattleMoves: ["
|
|
1565
|
+
randomBattleMoves: ["defog", "substitute", "leechseed", "airslash"],
|
|
1566
1566
|
},
|
|
1567
1567
|
chingling: {
|
|
1568
1568
|
tier: "LC",
|
|
1569
1569
|
},
|
|
1570
1570
|
chimecho: {
|
|
1571
|
-
tier: "
|
|
1571
|
+
tier: "NU",
|
|
1572
1572
|
doublesTier: "DUU",
|
|
1573
|
-
randomBattleMoves: ["
|
|
1573
|
+
randomBattleMoves: ["healingwish", "lightscreen", "psychic", "recover", "reflect", "thunderwave"],
|
|
1574
1574
|
},
|
|
1575
1575
|
absol: {
|
|
1576
1576
|
tier: "RU",
|
|
1577
1577
|
doublesTier: "DUU",
|
|
1578
|
-
randomBattleMoves: ["knockoff", "
|
|
1578
|
+
randomBattleMoves: ["knockoff", "playrough", "suckerpunch", "swordsdance"],
|
|
1579
1579
|
},
|
|
1580
1580
|
snorunt: {
|
|
1581
1581
|
tier: "LC",
|
|
1582
1582
|
},
|
|
1583
1583
|
glalie: {
|
|
1584
|
-
tier: "
|
|
1584
|
+
tier: "NU",
|
|
1585
1585
|
doublesTier: "DUU",
|
|
1586
|
-
randomBattleMoves: ["
|
|
1586
|
+
randomBattleMoves: ["disable", "earthquake", "freezedry", "protect", "substitute"],
|
|
1587
1587
|
},
|
|
1588
1588
|
froslass: {
|
|
1589
|
-
tier: "
|
|
1589
|
+
tier: "UU",
|
|
1590
1590
|
doublesTier: "DUU",
|
|
1591
|
-
randomBattleMoves: ["
|
|
1591
|
+
randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "willowisp"],
|
|
1592
1592
|
},
|
|
1593
1593
|
spheal: {
|
|
1594
1594
|
tier: "LC",
|
|
@@ -1597,32 +1597,32 @@ exports.FormatsData = {
|
|
|
1597
1597
|
tier: "NFE",
|
|
1598
1598
|
},
|
|
1599
1599
|
walrein: {
|
|
1600
|
-
tier: "
|
|
1600
|
+
tier: "NU",
|
|
1601
1601
|
doublesTier: "DUU",
|
|
1602
|
-
randomBattleMoves: ["
|
|
1602
|
+
randomBattleMoves: ["icebeam", "rest", "sleeptalk", "surf"],
|
|
1603
1603
|
},
|
|
1604
1604
|
clamperl: {
|
|
1605
1605
|
tier: "LC",
|
|
1606
1606
|
},
|
|
1607
1607
|
huntail: {
|
|
1608
|
-
tier: "
|
|
1608
|
+
tier: "NU",
|
|
1609
1609
|
doublesTier: "DUU",
|
|
1610
|
-
randomBattleMoves: ["
|
|
1610
|
+
randomBattleMoves: ["crunch", "icebeam", "shellsmash", "waterfall"],
|
|
1611
1611
|
},
|
|
1612
1612
|
gorebyss: {
|
|
1613
|
-
tier: "
|
|
1613
|
+
tier: "NU",
|
|
1614
1614
|
doublesTier: "DUU",
|
|
1615
|
-
randomBattleMoves: ["
|
|
1615
|
+
randomBattleMoves: ["hydropump", "icebeam", "psychic", "shellsmash"],
|
|
1616
1616
|
},
|
|
1617
1617
|
relicanth: {
|
|
1618
|
-
tier: "
|
|
1618
|
+
tier: "NU",
|
|
1619
1619
|
doublesTier: "DUU",
|
|
1620
|
-
randomBattleMoves: ["
|
|
1620
|
+
randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "waterfall", "yawn"],
|
|
1621
1621
|
},
|
|
1622
1622
|
luvdisc: {
|
|
1623
|
-
tier: "
|
|
1623
|
+
tier: "NU",
|
|
1624
1624
|
doublesTier: "DUU",
|
|
1625
|
-
randomBattleMoves: ["
|
|
1625
|
+
randomBattleMoves: ["charm", "icebeam", "scald", "sweetkiss"],
|
|
1626
1626
|
},
|
|
1627
1627
|
bagon: {
|
|
1628
1628
|
tier: "LC",
|
|
@@ -1633,7 +1633,7 @@ exports.FormatsData = {
|
|
|
1633
1633
|
salamence: {
|
|
1634
1634
|
tier: "UUBL",
|
|
1635
1635
|
doublesTier: "DOU",
|
|
1636
|
-
randomBattleMoves: ["
|
|
1636
|
+
randomBattleMoves: ["aerialace", "dragondance", "earthquake", "outrage", "roost", "stoneedge"],
|
|
1637
1637
|
},
|
|
1638
1638
|
beldum: {
|
|
1639
1639
|
tier: "LC",
|
|
@@ -1644,72 +1644,72 @@ exports.FormatsData = {
|
|
|
1644
1644
|
metagross: {
|
|
1645
1645
|
tier: "UU",
|
|
1646
1646
|
doublesTier: "DUU",
|
|
1647
|
-
randomBattleMoves: ["
|
|
1647
|
+
randomBattleMoves: ["agility", "bulletpunch", "earthquake", "explosion", "meteormash", "zenheadbutt"],
|
|
1648
1648
|
},
|
|
1649
1649
|
regirock: {
|
|
1650
|
-
tier: "
|
|
1650
|
+
tier: "NU",
|
|
1651
1651
|
doublesTier: "DUU",
|
|
1652
|
-
randomBattleMoves: ["
|
|
1652
|
+
randomBattleMoves: ["curse", "drainpunch", "earthquake", "rest", "stealthrock", "stoneedge"],
|
|
1653
1653
|
},
|
|
1654
1654
|
regice: {
|
|
1655
|
-
tier: "
|
|
1655
|
+
tier: "NU",
|
|
1656
1656
|
doublesTier: "DUU",
|
|
1657
|
-
randomBattleMoves: ["
|
|
1657
|
+
randomBattleMoves: ["focusblast", "icebeam", "rest", "rockpolish", "sleeptalk", "thunderbolt"],
|
|
1658
1658
|
},
|
|
1659
1659
|
registeel: {
|
|
1660
1660
|
tier: "UU",
|
|
1661
1661
|
doublesTier: "DUU",
|
|
1662
|
-
randomBattleMoves: ["
|
|
1662
|
+
randomBattleMoves: ["curse", "ironhead", "rest", "sleeptalk"],
|
|
1663
1663
|
},
|
|
1664
1664
|
latias: {
|
|
1665
1665
|
tier: "OU",
|
|
1666
1666
|
doublesTier: "DUU",
|
|
1667
|
-
randomBattleMoves: ["calmmind", "
|
|
1667
|
+
randomBattleMoves: ["calmmind", "dracometeor", "healingwish", "psychic", "roost", "surf"],
|
|
1668
1668
|
},
|
|
1669
1669
|
latios: {
|
|
1670
1670
|
tier: "OU",
|
|
1671
1671
|
doublesTier: "DOU",
|
|
1672
|
-
randomBattleMoves: ["calmmind", "
|
|
1672
|
+
randomBattleMoves: ["calmmind", "dracometeor", "psychic", "roost"],
|
|
1673
1673
|
},
|
|
1674
1674
|
kyogre: {
|
|
1675
1675
|
tier: "Uber",
|
|
1676
1676
|
doublesTier: "DUber",
|
|
1677
|
-
randomBattleMoves: ["
|
|
1677
|
+
randomBattleMoves: ["calmmind", "icebeam", "originpulse", "thunder", "waterspout"],
|
|
1678
1678
|
},
|
|
1679
1679
|
groudon: {
|
|
1680
1680
|
tier: "Uber",
|
|
1681
1681
|
doublesTier: "DUber",
|
|
1682
|
-
randomBattleMoves: ["precipiceblades", "
|
|
1682
|
+
randomBattleMoves: ["precipiceblades", "rockpolish", "stoneedge", "swordsdance"],
|
|
1683
1683
|
},
|
|
1684
1684
|
rayquaza: {
|
|
1685
1685
|
tier: "Uber",
|
|
1686
1686
|
doublesTier: "DUber",
|
|
1687
|
-
randomBattleMoves: ["
|
|
1687
|
+
randomBattleMoves: ["dragonascent", "dragondance", "earthquake", "extremespeed", "outrage"],
|
|
1688
1688
|
},
|
|
1689
1689
|
jirachi: {
|
|
1690
1690
|
tier: "OU",
|
|
1691
1691
|
doublesTier: "DUU",
|
|
1692
|
-
randomBattleMoves: ["
|
|
1692
|
+
randomBattleMoves: ["healingwish", "stealthrock", "thunderwave", "uturn", "zenheadbutt"],
|
|
1693
1693
|
},
|
|
1694
1694
|
deoxys: {
|
|
1695
1695
|
isNonstandard: "Unobtainable",
|
|
1696
1696
|
tier: "Unreleased",
|
|
1697
|
-
randomBattleMoves: ["
|
|
1697
|
+
randomBattleMoves: ["superpower", "icebeam", "knockoff", "psychoboost", "stealthrock", "toxicspikes"],
|
|
1698
1698
|
},
|
|
1699
1699
|
deoxysattack: {
|
|
1700
1700
|
isNonstandard: "Unobtainable",
|
|
1701
1701
|
tier: "Unreleased",
|
|
1702
|
-
randomBattleMoves: ["
|
|
1702
|
+
randomBattleMoves: ["extremespeed", "icebeam", "knockoff", "psychoboost", "superpower"],
|
|
1703
1703
|
},
|
|
1704
1704
|
deoxysdefense: {
|
|
1705
1705
|
isNonstandard: "Unobtainable",
|
|
1706
1706
|
tier: "Unreleased",
|
|
1707
|
-
randomBattleMoves: ["
|
|
1707
|
+
randomBattleMoves: ["knockoff", "nightshade", "recover", "stealthrock", "taunt", "teleport", "toxicspikes"],
|
|
1708
1708
|
},
|
|
1709
1709
|
deoxysspeed: {
|
|
1710
1710
|
isNonstandard: "Unobtainable",
|
|
1711
1711
|
tier: "Unreleased",
|
|
1712
|
-
randomBattleMoves: ["
|
|
1712
|
+
randomBattleMoves: ["knockoff", "psychic", "stealthrock", "taunt", "toxicspikes"],
|
|
1713
1713
|
},
|
|
1714
1714
|
turtwig: {
|
|
1715
1715
|
tier: "LC",
|
|
@@ -1720,7 +1720,7 @@ exports.FormatsData = {
|
|
|
1720
1720
|
torterra: {
|
|
1721
1721
|
tier: "RU",
|
|
1722
1722
|
doublesTier: "DUU",
|
|
1723
|
-
randomBattleMoves: ["earthquake", "
|
|
1723
|
+
randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "synthesis", "woodhammer"],
|
|
1724
1724
|
},
|
|
1725
1725
|
chimchar: {
|
|
1726
1726
|
tier: "LC",
|
|
@@ -1731,7 +1731,7 @@ exports.FormatsData = {
|
|
|
1731
1731
|
infernape: {
|
|
1732
1732
|
tier: "OU",
|
|
1733
1733
|
doublesTier: "DOU",
|
|
1734
|
-
randomBattleMoves: ["closecombat", "flareblitz", "
|
|
1734
|
+
randomBattleMoves: ["closecombat", "flareblitz", "machpunch", "stealthrock", "stoneedge", "swordsdance", "uturn"],
|
|
1735
1735
|
},
|
|
1736
1736
|
piplup: {
|
|
1737
1737
|
tier: "LC",
|
|
@@ -1740,9 +1740,9 @@ exports.FormatsData = {
|
|
|
1740
1740
|
tier: "NFE",
|
|
1741
1741
|
},
|
|
1742
1742
|
empoleon: {
|
|
1743
|
-
tier: "
|
|
1743
|
+
tier: "UU",
|
|
1744
1744
|
doublesTier: "DUU",
|
|
1745
|
-
randomBattleMoves: ["
|
|
1745
|
+
randomBattleMoves: ["agility", "defog", "flashcannon", "icebeam", "scald", "stealthrock"],
|
|
1746
1746
|
},
|
|
1747
1747
|
starly: {
|
|
1748
1748
|
tier: "LC",
|
|
@@ -1753,23 +1753,23 @@ exports.FormatsData = {
|
|
|
1753
1753
|
staraptor: {
|
|
1754
1754
|
tier: "OU",
|
|
1755
1755
|
doublesTier: "DUU",
|
|
1756
|
-
randomBattleMoves: ["bravebird", "
|
|
1756
|
+
randomBattleMoves: ["bravebird", "closecombat", "doubleedge", "quickattack", "uturn"],
|
|
1757
1757
|
},
|
|
1758
1758
|
bidoof: {
|
|
1759
1759
|
tier: "LC",
|
|
1760
1760
|
},
|
|
1761
1761
|
bibarel: {
|
|
1762
|
-
tier: "
|
|
1762
|
+
tier: "NU",
|
|
1763
1763
|
doublesTier: "DUU",
|
|
1764
|
-
randomBattleMoves: ["
|
|
1764
|
+
randomBattleMoves: ["aquajet", "aquatail", "curse", "quickattack", "rest"],
|
|
1765
1765
|
},
|
|
1766
1766
|
kricketot: {
|
|
1767
1767
|
tier: "LC",
|
|
1768
1768
|
},
|
|
1769
1769
|
kricketune: {
|
|
1770
|
-
tier: "
|
|
1770
|
+
tier: "NU",
|
|
1771
1771
|
doublesTier: "DUU",
|
|
1772
|
-
randomBattleMoves: ["
|
|
1772
|
+
randomBattleMoves: ["brickbreak", "bugbite", "nightslash", "stickyweb"],
|
|
1773
1773
|
},
|
|
1774
1774
|
shinx: {
|
|
1775
1775
|
tier: "LC",
|
|
@@ -1778,77 +1778,77 @@ exports.FormatsData = {
|
|
|
1778
1778
|
tier: "NFE",
|
|
1779
1779
|
},
|
|
1780
1780
|
luxray: {
|
|
1781
|
-
tier: "
|
|
1781
|
+
tier: "NU",
|
|
1782
1782
|
doublesTier: "DUU",
|
|
1783
|
-
randomBattleMoves: ["
|
|
1783
|
+
randomBattleMoves: ["crunch", "facade", "voltswitch", "wildcharge"],
|
|
1784
1784
|
},
|
|
1785
1785
|
cranidos: {
|
|
1786
1786
|
tier: "LC",
|
|
1787
1787
|
},
|
|
1788
1788
|
rampardos: {
|
|
1789
|
-
tier: "
|
|
1789
|
+
tier: "NU",
|
|
1790
1790
|
doublesTier: "DUU",
|
|
1791
|
-
randomBattleMoves: ["
|
|
1791
|
+
randomBattleMoves: ["crunch", "earthquake", "headsmash", "rockpolish", "zenheadbutt"],
|
|
1792
1792
|
},
|
|
1793
1793
|
shieldon: {
|
|
1794
1794
|
tier: "LC",
|
|
1795
1795
|
},
|
|
1796
1796
|
bastiodon: {
|
|
1797
|
-
tier: "
|
|
1797
|
+
tier: "NU",
|
|
1798
1798
|
doublesTier: "DUU",
|
|
1799
|
-
randomBattleMoves: ["
|
|
1799
|
+
randomBattleMoves: ["metalburst", "roar", "rockblast", "stealthrock"],
|
|
1800
1800
|
},
|
|
1801
1801
|
burmy: {
|
|
1802
1802
|
tier: "LC",
|
|
1803
1803
|
},
|
|
1804
1804
|
wormadam: {
|
|
1805
|
-
tier: "
|
|
1805
|
+
tier: "NU",
|
|
1806
1806
|
doublesTier: "DUU",
|
|
1807
|
-
randomBattleMoves: ["bugbuzz", "
|
|
1807
|
+
randomBattleMoves: ["bugbuzz", "leafstorm", "psychic", "quiverdance", "shadowball"],
|
|
1808
1808
|
},
|
|
1809
1809
|
wormadamsandy: {
|
|
1810
|
-
tier: "
|
|
1810
|
+
tier: "NU",
|
|
1811
1811
|
doublesTier: "DUU",
|
|
1812
1812
|
randomBattleMoves: ["bugbuzz", "earthquake", "rockblast", "stealthrock"],
|
|
1813
1813
|
},
|
|
1814
1814
|
wormadamtrash: {
|
|
1815
|
-
tier: "
|
|
1815
|
+
tier: "NU",
|
|
1816
1816
|
doublesTier: "DUU",
|
|
1817
|
-
randomBattleMoves: ["bugbuzz", "
|
|
1817
|
+
randomBattleMoves: ["bugbuzz", "flashcannon", "gigadrain", "quiverdance", "stealthrock"],
|
|
1818
1818
|
},
|
|
1819
1819
|
mothim: {
|
|
1820
|
-
tier: "
|
|
1820
|
+
tier: "NU",
|
|
1821
1821
|
doublesTier: "DUU",
|
|
1822
|
-
randomBattleMoves: ["
|
|
1822
|
+
randomBattleMoves: ["airslash", "bugbuzz", "energyball", "quiverdance", "roost"],
|
|
1823
1823
|
},
|
|
1824
1824
|
combee: {
|
|
1825
1825
|
tier: "LC",
|
|
1826
1826
|
},
|
|
1827
1827
|
vespiquen: {
|
|
1828
|
-
tier: "
|
|
1828
|
+
tier: "NU",
|
|
1829
1829
|
doublesTier: "DUU",
|
|
1830
|
-
randomBattleMoves: ["attackorder", "
|
|
1830
|
+
randomBattleMoves: ["attackorder", "roost", "substitute", "toxic", "uturn"],
|
|
1831
1831
|
},
|
|
1832
1832
|
pachirisu: {
|
|
1833
|
-
tier: "
|
|
1833
|
+
tier: "NU",
|
|
1834
1834
|
doublesTier: "DUU",
|
|
1835
|
-
randomBattleMoves: ["nuzzle", "
|
|
1835
|
+
randomBattleMoves: ["nuzzle", "superfang", "thunderbolt", "uturn"],
|
|
1836
1836
|
},
|
|
1837
1837
|
buizel: {
|
|
1838
1838
|
tier: "LC",
|
|
1839
1839
|
},
|
|
1840
1840
|
floatzel: {
|
|
1841
|
-
tier: "
|
|
1841
|
+
tier: "NU",
|
|
1842
1842
|
doublesTier: "DUU",
|
|
1843
|
-
randomBattleMoves: ["aquajet", "
|
|
1843
|
+
randomBattleMoves: ["aquajet", "brickbreak", "bulkup", "substitute", "taunt", "waterfall"],
|
|
1844
1844
|
},
|
|
1845
1845
|
cherubi: {
|
|
1846
1846
|
tier: "LC",
|
|
1847
1847
|
},
|
|
1848
1848
|
cherrim: {
|
|
1849
|
-
tier: "
|
|
1849
|
+
tier: "NU",
|
|
1850
1850
|
doublesTier: "DUU",
|
|
1851
|
-
randomBattleMoves: ["dazzlinggleam", "
|
|
1851
|
+
randomBattleMoves: ["dazzlinggleam", "gigadrain", "healingwish", "petaldance"],
|
|
1852
1852
|
},
|
|
1853
1853
|
shellos: {
|
|
1854
1854
|
tier: "LC",
|
|
@@ -1856,13 +1856,13 @@ exports.FormatsData = {
|
|
|
1856
1856
|
gastrodon: {
|
|
1857
1857
|
tier: "RU",
|
|
1858
1858
|
doublesTier: "DOU",
|
|
1859
|
-
randomBattleMoves: ["earthquake", "
|
|
1859
|
+
randomBattleMoves: ["earthquake", "icebeam", "recover", "scald"],
|
|
1860
1860
|
},
|
|
1861
1861
|
drifloon: {
|
|
1862
1862
|
tier: "LC",
|
|
1863
1863
|
},
|
|
1864
1864
|
drifblim: {
|
|
1865
|
-
tier: "
|
|
1865
|
+
tier: "NU",
|
|
1866
1866
|
doublesTier: "DUU",
|
|
1867
1867
|
randomBattleMoves: ["calmmind", "shadowball", "strengthsap", "thunderbolt"],
|
|
1868
1868
|
},
|
|
@@ -1870,25 +1870,25 @@ exports.FormatsData = {
|
|
|
1870
1870
|
tier: "LC",
|
|
1871
1871
|
},
|
|
1872
1872
|
lopunny: {
|
|
1873
|
-
tier: "
|
|
1873
|
+
tier: "NU",
|
|
1874
1874
|
doublesTier: "DUU",
|
|
1875
|
-
randomBattleMoves: ["
|
|
1875
|
+
randomBattleMoves: ["facade", "healingwish", "highjumpkick", "switcheroo"],
|
|
1876
1876
|
},
|
|
1877
1877
|
glameow: {
|
|
1878
1878
|
tier: "LC",
|
|
1879
1879
|
},
|
|
1880
1880
|
purugly: {
|
|
1881
|
-
tier: "
|
|
1881
|
+
tier: "NU",
|
|
1882
1882
|
doublesTier: "DUU",
|
|
1883
|
-
randomBattleMoves: ["fakeout", "quickattack", "suckerpunch", "uturn"
|
|
1883
|
+
randomBattleMoves: ["bodyslam", "fakeout", "quickattack", "suckerpunch", "uturn"],
|
|
1884
1884
|
},
|
|
1885
1885
|
stunky: {
|
|
1886
1886
|
tier: "LC",
|
|
1887
1887
|
},
|
|
1888
1888
|
skuntank: {
|
|
1889
|
-
tier: "
|
|
1889
|
+
tier: "NU",
|
|
1890
1890
|
doublesTier: "DUU",
|
|
1891
|
-
randomBattleMoves: ["crunch", "defog", "fireblast", "
|
|
1891
|
+
randomBattleMoves: ["crunch", "defog", "fireblast", "poisonjab", "suckerpunch", "taunt"],
|
|
1892
1892
|
},
|
|
1893
1893
|
bronzor: {
|
|
1894
1894
|
tier: "LC",
|
|
@@ -1896,12 +1896,12 @@ exports.FormatsData = {
|
|
|
1896
1896
|
bronzong: {
|
|
1897
1897
|
tier: "UU",
|
|
1898
1898
|
doublesTier: "DOU",
|
|
1899
|
-
randomBattleMoves: ["earthquake", "gyroball", "
|
|
1899
|
+
randomBattleMoves: ["earthquake", "gyroball", "psychic", "stealthrock"],
|
|
1900
1900
|
},
|
|
1901
1901
|
chatot: {
|
|
1902
|
-
tier: "
|
|
1902
|
+
tier: "NU",
|
|
1903
1903
|
doublesTier: "DUU",
|
|
1904
|
-
randomBattleMoves: ["boomburst", "chatter", "nastyplot", "
|
|
1904
|
+
randomBattleMoves: ["boomburst", "chatter", "nastyplot", "substitute", "uturn"],
|
|
1905
1905
|
},
|
|
1906
1906
|
spiritomb: {
|
|
1907
1907
|
tier: "RU",
|
|
@@ -1925,7 +1925,7 @@ exports.FormatsData = {
|
|
|
1925
1925
|
lucario: {
|
|
1926
1926
|
tier: "OU",
|
|
1927
1927
|
doublesTier: "DUU",
|
|
1928
|
-
randomBattleMoves: ["closecombat", "
|
|
1928
|
+
randomBattleMoves: ["closecombat", "extremespeed", "meteormash", "stoneedge", "swordsdance"],
|
|
1929
1929
|
},
|
|
1930
1930
|
hippopotas: {
|
|
1931
1931
|
tier: "LC",
|
|
@@ -1933,7 +1933,7 @@ exports.FormatsData = {
|
|
|
1933
1933
|
hippowdon: {
|
|
1934
1934
|
tier: "UU",
|
|
1935
1935
|
doublesTier: "DUU",
|
|
1936
|
-
randomBattleMoves: ["earthquake", "
|
|
1936
|
+
randomBattleMoves: ["earthquake", "slackoff", "stealthrock", "stoneedge", "whirlwind"],
|
|
1937
1937
|
},
|
|
1938
1938
|
skorupi: {
|
|
1939
1939
|
tier: "LC",
|
|
@@ -1941,26 +1941,26 @@ exports.FormatsData = {
|
|
|
1941
1941
|
drapion: {
|
|
1942
1942
|
tier: "UU",
|
|
1943
1943
|
doublesTier: "DUU",
|
|
1944
|
-
randomBattleMoves: ["earthquake", "knockoff", "poisonjab", "swordsdance", "
|
|
1944
|
+
randomBattleMoves: ["earthquake", "knockoff", "poisonjab", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
|
|
1945
1945
|
},
|
|
1946
1946
|
croagunk: {
|
|
1947
1947
|
tier: "LC",
|
|
1948
1948
|
},
|
|
1949
1949
|
toxicroak: {
|
|
1950
|
-
tier: "
|
|
1950
|
+
tier: "NU",
|
|
1951
1951
|
doublesTier: "DUU",
|
|
1952
|
-
randomBattleMoves: ["drainpunch", "poisonjab", "
|
|
1952
|
+
randomBattleMoves: ["drainpunch", "poisonjab", "substitute", "suckerpunch", "swordsdance"],
|
|
1953
1953
|
},
|
|
1954
1954
|
carnivine: {
|
|
1955
|
-
tier: "
|
|
1955
|
+
tier: "NU",
|
|
1956
1956
|
doublesTier: "DUU",
|
|
1957
|
-
randomBattleMoves: ["
|
|
1957
|
+
randomBattleMoves: ["crunch", "powerwhip", "sleeppowder", "substitute", "swordsdance"],
|
|
1958
1958
|
},
|
|
1959
1959
|
finneon: {
|
|
1960
1960
|
tier: "LC",
|
|
1961
1961
|
},
|
|
1962
1962
|
lumineon: {
|
|
1963
|
-
tier: "
|
|
1963
|
+
tier: "NU",
|
|
1964
1964
|
doublesTier: "DUU",
|
|
1965
1965
|
randomBattleMoves: ["defog", "icebeam", "scald", "uturn"],
|
|
1966
1966
|
},
|
|
@@ -1968,187 +1968,187 @@ exports.FormatsData = {
|
|
|
1968
1968
|
tier: "LC",
|
|
1969
1969
|
},
|
|
1970
1970
|
abomasnow: {
|
|
1971
|
-
tier: "
|
|
1971
|
+
tier: "NU",
|
|
1972
1972
|
doublesTier: "DOU",
|
|
1973
|
-
randomBattleMoves: ["auroraveil", "
|
|
1973
|
+
randomBattleMoves: ["auroraveil", "blizzard", "earthquake", "iceshard", "woodhammer"],
|
|
1974
1974
|
},
|
|
1975
1975
|
rotom: {
|
|
1976
1976
|
tier: "RU",
|
|
1977
1977
|
doublesTier: "DUU",
|
|
1978
|
-
randomBattleMoves: ["
|
|
1978
|
+
randomBattleMoves: ["nastyplot", "shadowball", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
1979
1979
|
},
|
|
1980
1980
|
rotomheat: {
|
|
1981
1981
|
tier: "UU",
|
|
1982
|
-
doublesTier: "
|
|
1983
|
-
randomBattleMoves: ["
|
|
1982
|
+
doublesTier: "DUU",
|
|
1983
|
+
randomBattleMoves: ["nastyplot", "overheat", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
1984
1984
|
},
|
|
1985
1985
|
rotomwash: {
|
|
1986
1986
|
tier: "OU",
|
|
1987
1987
|
doublesTier: "DOU",
|
|
1988
|
-
randomBattleMoves: ["
|
|
1988
|
+
randomBattleMoves: ["hydropump", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
1989
1989
|
},
|
|
1990
1990
|
rotomfrost: {
|
|
1991
|
-
tier: "
|
|
1991
|
+
tier: "NU",
|
|
1992
1992
|
doublesTier: "DUU",
|
|
1993
|
-
randomBattleMoves: ["
|
|
1993
|
+
randomBattleMoves: ["blizzard", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
1994
1994
|
},
|
|
1995
1995
|
rotomfan: {
|
|
1996
|
-
tier: "
|
|
1996
|
+
tier: "NU",
|
|
1997
1997
|
doublesTier: "DUU",
|
|
1998
|
-
randomBattleMoves: ["
|
|
1998
|
+
randomBattleMoves: ["airslash", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
1999
1999
|
},
|
|
2000
2000
|
rotommow: {
|
|
2001
2001
|
tier: "UU",
|
|
2002
2002
|
doublesTier: "DUU",
|
|
2003
|
-
randomBattleMoves: ["
|
|
2003
|
+
randomBattleMoves: ["leafstorm", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2004
2004
|
},
|
|
2005
2005
|
uxie: {
|
|
2006
2006
|
tier: "RU",
|
|
2007
2007
|
doublesTier: "DUU",
|
|
2008
|
-
randomBattleMoves: ["psychic", "stealthrock", "
|
|
2008
|
+
randomBattleMoves: ["psychic", "stealthrock", "thunderwave", "uturn", "yawn"],
|
|
2009
2009
|
},
|
|
2010
2010
|
mesprit: {
|
|
2011
2011
|
tier: "RU",
|
|
2012
2012
|
doublesTier: "DUU",
|
|
2013
|
-
randomBattleMoves: ["
|
|
2013
|
+
randomBattleMoves: ["energyball", "healingwish", "icebeam", "nastyplot", "psychic", "thunderbolt", "uturn"],
|
|
2014
2014
|
},
|
|
2015
2015
|
azelf: {
|
|
2016
2016
|
tier: "OU",
|
|
2017
2017
|
doublesTier: "DUU",
|
|
2018
|
-
randomBattleMoves: ["
|
|
2018
|
+
randomBattleMoves: ["dazzlinggleam", "fireblast", "nastyplot", "psychic", "stealthrock", "taunt", "thunderbolt", "uturn"],
|
|
2019
2019
|
},
|
|
2020
2020
|
dialga: {
|
|
2021
2021
|
tier: "Uber",
|
|
2022
2022
|
doublesTier: "DUber",
|
|
2023
|
-
randomBattleMoves: ["dracometeor", "
|
|
2023
|
+
randomBattleMoves: ["dracometeor", "fireblast", "flashcannon", "stealthrock", "thunderbolt"],
|
|
2024
2024
|
},
|
|
2025
2025
|
palkia: {
|
|
2026
2026
|
tier: "Uber",
|
|
2027
2027
|
doublesTier: "DUber",
|
|
2028
|
-
randomBattleMoves: ["
|
|
2028
|
+
randomBattleMoves: ["dracometeor", "fireblast", "hydropump", "spacialrend", "thunderwave"],
|
|
2029
2029
|
},
|
|
2030
2030
|
heatran: {
|
|
2031
2031
|
tier: "OU",
|
|
2032
2032
|
doublesTier: "DOU",
|
|
2033
|
-
randomBattleMoves: ["
|
|
2033
|
+
randomBattleMoves: ["earthpower", "flashcannon", "lavaplume", "roar", "stealthrock", "taunt"],
|
|
2034
2034
|
},
|
|
2035
2035
|
regigigas: {
|
|
2036
|
-
tier: "
|
|
2036
|
+
tier: "NU",
|
|
2037
2037
|
doublesTier: "DUU",
|
|
2038
|
-
randomBattleMoves: ["
|
|
2038
|
+
randomBattleMoves: ["knockoff", "rest", "sleeptalk", "strength"],
|
|
2039
2039
|
},
|
|
2040
2040
|
giratina: {
|
|
2041
2041
|
tier: "Uber",
|
|
2042
2042
|
doublesTier: "DUber",
|
|
2043
|
-
randomBattleMoves: ["
|
|
2043
|
+
randomBattleMoves: ["aurasphere", "calmmind", "dragonpulse", "rest", "shadowball", "sleeptalk"],
|
|
2044
2044
|
},
|
|
2045
2045
|
giratinaorigin: {
|
|
2046
2046
|
tier: "Uber",
|
|
2047
2047
|
doublesTier: "DUber",
|
|
2048
|
-
randomBattleMoves: ["
|
|
2048
|
+
randomBattleMoves: ["aurasphere", "defog", "dracometeor", "shadowball", "willowisp"],
|
|
2049
2049
|
},
|
|
2050
2050
|
cresselia: {
|
|
2051
2051
|
tier: "UU",
|
|
2052
2052
|
doublesTier: "DOU",
|
|
2053
|
-
randomBattleMoves: ["calmmind", "
|
|
2053
|
+
randomBattleMoves: ["calmmind", "moonblast", "moonlight", "psychic", "thunderwave"],
|
|
2054
2054
|
},
|
|
2055
2055
|
phione: {
|
|
2056
|
-
tier: "
|
|
2056
|
+
tier: "NU",
|
|
2057
2057
|
doublesTier: "DUU",
|
|
2058
|
-
randomBattleMoves: ["
|
|
2058
|
+
randomBattleMoves: ["icebeam", "raindance", "rest", "scald"],
|
|
2059
2059
|
},
|
|
2060
2060
|
manaphy: {
|
|
2061
|
-
tier: "
|
|
2061
|
+
tier: "Uber",
|
|
2062
2062
|
doublesTier: "DUU",
|
|
2063
|
-
randomBattleMoves: ["
|
|
2063
|
+
randomBattleMoves: ["energyball", "icebeam", "substitute", "surf", "tailglow"],
|
|
2064
2064
|
},
|
|
2065
2065
|
darkrai: {
|
|
2066
2066
|
isNonstandard: "Unobtainable",
|
|
2067
2067
|
tier: "Unreleased",
|
|
2068
|
-
randomBattleMoves: ["darkpulse", "
|
|
2068
|
+
randomBattleMoves: ["darkpulse", "focusblast", "hypnosis", "nastyplot"],
|
|
2069
2069
|
},
|
|
2070
2070
|
shaymin: {
|
|
2071
2071
|
isNonstandard: "Unobtainable",
|
|
2072
2072
|
tier: "Unreleased",
|
|
2073
|
-
randomBattleMoves: ["
|
|
2073
|
+
randomBattleMoves: ["healingwish", "leechseed", "psychic", "rest", "seedflare", "substitute"],
|
|
2074
2074
|
},
|
|
2075
2075
|
shayminsky: {
|
|
2076
2076
|
isNonstandard: "Unobtainable",
|
|
2077
2077
|
tier: "Unreleased",
|
|
2078
|
-
randomBattleMoves: ["
|
|
2078
|
+
randomBattleMoves: ["airslash", "leechseed", "seedflare", "substitute", "synthesis"],
|
|
2079
2079
|
},
|
|
2080
2080
|
arceus: {
|
|
2081
2081
|
isNonstandard: "Unobtainable",
|
|
2082
2082
|
tier: "Unreleased",
|
|
2083
|
-
randomBattleMoves: ["
|
|
2083
|
+
randomBattleMoves: ["earthquake", "extremespeed", "recover", "shadowclaw", "swordsdance"],
|
|
2084
2084
|
},
|
|
2085
2085
|
arceusbug: {
|
|
2086
2086
|
isNonstandard: "Unobtainable",
|
|
2087
|
-
randomBattleMoves: ["
|
|
2087
|
+
randomBattleMoves: ["earthquake", "extremespeed", "recover", "stoneedge", "swordsdance", "xscissor"],
|
|
2088
2088
|
},
|
|
2089
2089
|
arceusdark: {
|
|
2090
2090
|
isNonstandard: "Unobtainable",
|
|
2091
|
-
randomBattleMoves: ["calmmind", "
|
|
2091
|
+
randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "sludgebomb"],
|
|
2092
2092
|
},
|
|
2093
2093
|
arceusdragon: {
|
|
2094
2094
|
isNonstandard: "Unobtainable",
|
|
2095
|
-
randomBattleMoves: ["calmmind", "
|
|
2095
|
+
randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "sludgebomb"],
|
|
2096
2096
|
},
|
|
2097
2097
|
arceuselectric: {
|
|
2098
2098
|
isNonstandard: "Unobtainable",
|
|
2099
|
-
randomBattleMoves: ["calmmind", "
|
|
2099
|
+
randomBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "recover"],
|
|
2100
2100
|
},
|
|
2101
2101
|
arceusfairy: {
|
|
2102
2102
|
isNonstandard: "Unobtainable",
|
|
2103
|
-
randomBattleMoves: ["calmmind", "
|
|
2103
|
+
randomBattleMoves: ["calmmind", "earthpower", "fireblast", "judgment", "recover"],
|
|
2104
2104
|
},
|
|
2105
2105
|
arceusfighting: {
|
|
2106
2106
|
isNonstandard: "Unobtainable",
|
|
2107
|
-
randomBattleMoves: ["calmmind", "
|
|
2107
|
+
randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "shadowball"],
|
|
2108
2108
|
},
|
|
2109
2109
|
arceusfire: {
|
|
2110
2110
|
isNonstandard: "Unobtainable",
|
|
2111
|
-
randomBattleMoves: ["
|
|
2111
|
+
randomBattleMoves: ["calmmind", "judgment", "recover", "surf", "thunderbolt"],
|
|
2112
2112
|
},
|
|
2113
2113
|
arceusflying: {
|
|
2114
2114
|
isNonstandard: "Unobtainable",
|
|
2115
|
-
randomBattleMoves: ["calmmind", "
|
|
2115
|
+
randomBattleMoves: ["calmmind", "earthpower", "fireblast", "icebeam", "judgment", "recover"],
|
|
2116
2116
|
},
|
|
2117
2117
|
arceusghost: {
|
|
2118
2118
|
isNonstandard: "Unobtainable",
|
|
2119
|
-
randomBattleMoves: ["
|
|
2119
|
+
randomBattleMoves: ["brickbreak", "extremespeed", "recover", "shadowclaw", "swordsdance"],
|
|
2120
2120
|
},
|
|
2121
2121
|
arceusgrass: {
|
|
2122
2122
|
isNonstandard: "Unobtainable",
|
|
2123
|
-
randomBattleMoves: ["calmmind", "
|
|
2123
|
+
randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover"],
|
|
2124
2124
|
},
|
|
2125
2125
|
arceusground: {
|
|
2126
2126
|
isNonstandard: "Unobtainable",
|
|
2127
|
-
randomBattleMoves: ["
|
|
2127
|
+
randomBattleMoves: ["earthquake", "extremespeed", "recover", "stoneedge", "swordsdance"],
|
|
2128
2128
|
},
|
|
2129
2129
|
arceusice: {
|
|
2130
2130
|
isNonstandard: "Unobtainable",
|
|
2131
|
-
randomBattleMoves: ["calmmind", "
|
|
2131
|
+
randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "thunderbolt"],
|
|
2132
2132
|
},
|
|
2133
2133
|
arceuspoison: {
|
|
2134
2134
|
isNonstandard: "Unobtainable",
|
|
2135
|
-
randomBattleMoves: ["calmmind", "defog", "earthpower", "
|
|
2135
|
+
randomBattleMoves: ["calmmind", "defog", "earthpower", "recover", "sludgebomb"],
|
|
2136
2136
|
},
|
|
2137
2137
|
arceuspsychic: {
|
|
2138
2138
|
isNonstandard: "Unobtainable",
|
|
2139
|
-
randomBattleMoves: ["calmmind", "
|
|
2139
|
+
randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover"],
|
|
2140
2140
|
},
|
|
2141
2141
|
arceusrock: {
|
|
2142
2142
|
isNonstandard: "Unobtainable",
|
|
2143
|
-
randomBattleMoves: ["
|
|
2143
|
+
randomBattleMoves: ["earthquake", "extremespeed", "recover", "stoneedge", "swordsdance"],
|
|
2144
2144
|
},
|
|
2145
2145
|
arceussteel: {
|
|
2146
2146
|
isNonstandard: "Unobtainable",
|
|
2147
|
-
randomBattleMoves: ["defog", "judgment", "
|
|
2147
|
+
randomBattleMoves: ["defog", "judgment", "recover", "roar", "stealthrock", "surf", "willowisp"],
|
|
2148
2148
|
},
|
|
2149
2149
|
arceuswater: {
|
|
2150
2150
|
isNonstandard: "Unobtainable",
|
|
2151
|
-
randomBattleMoves: ["
|
|
2151
|
+
randomBattleMoves: ["defog", "icebeam", "judgment", "recover", "roar"],
|
|
2152
2152
|
},
|
|
2153
2153
|
// Because it's marked as Unobtainable in the main file for some reason
|
|
2154
2154
|
eternatuseternamax: {
|