@pkmn/mods 0.5.3 → 0.5.4
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 +286 -286
- package/build/gen8bdsp/formats-data.js.map +1 -1
- package/package.json +4 -4
- package/src/gen7letsgo/formats-data.ts +94 -94
- package/src/gen8bdsp/formats-data.ts +286 -286
|
@@ -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",
|
|
@@ -23,7 +23,7 @@ exports.FormatsData = {
|
|
|
23
23
|
charizard: {
|
|
24
24
|
tier: "RU",
|
|
25
25
|
doublesTier: "DUU",
|
|
26
|
-
randomBattleMoves: ["
|
|
26
|
+
randomBattleMoves: ["airslash", "earthquake", "fireblast", "focusblast", "roost"],
|
|
27
27
|
},
|
|
28
28
|
squirtle: {
|
|
29
29
|
tier: "LC",
|
|
@@ -45,7 +45,7 @@ exports.FormatsData = {
|
|
|
45
45
|
butterfree: {
|
|
46
46
|
tier: "RU",
|
|
47
47
|
doublesTier: "DUU",
|
|
48
|
-
randomBattleMoves: ["
|
|
48
|
+
randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "quiverdance", "sleeppowder"],
|
|
49
49
|
},
|
|
50
50
|
weedle: {
|
|
51
51
|
tier: "LC",
|
|
@@ -56,7 +56,7 @@ exports.FormatsData = {
|
|
|
56
56
|
beedrill: {
|
|
57
57
|
tier: "RU",
|
|
58
58
|
doublesTier: "DUU",
|
|
59
|
-
randomBattleMoves: ["
|
|
59
|
+
randomBattleMoves: ["poisonjab", "protect", "toxicspikes", "uturn"],
|
|
60
60
|
},
|
|
61
61
|
beedrillmega: {
|
|
62
62
|
isNonstandard: "Past",
|
|
@@ -71,7 +71,7 @@ exports.FormatsData = {
|
|
|
71
71
|
pidgeot: {
|
|
72
72
|
tier: "RU",
|
|
73
73
|
doublesTier: "DUU",
|
|
74
|
-
randomBattleMoves: ["bravebird", "
|
|
74
|
+
randomBattleMoves: ["bravebird", "defog", "quickattack", "roost", "steelwing", "uturn"],
|
|
75
75
|
},
|
|
76
76
|
pidgeotmega: {
|
|
77
77
|
isNonstandard: "Past",
|
|
@@ -83,7 +83,7 @@ exports.FormatsData = {
|
|
|
83
83
|
raticate: {
|
|
84
84
|
tier: "RU",
|
|
85
85
|
doublesTier: "DUU",
|
|
86
|
-
randomBattleMoves: ["
|
|
86
|
+
randomBattleMoves: ["crunch", "facade", "flamewheel", "protect", "suckerpunch", "swordsdance"],
|
|
87
87
|
},
|
|
88
88
|
spearow: {
|
|
89
89
|
tier: "LC",
|
|
@@ -91,7 +91,7 @@ exports.FormatsData = {
|
|
|
91
91
|
fearow: {
|
|
92
92
|
tier: "RU",
|
|
93
93
|
doublesTier: "DUU",
|
|
94
|
-
randomBattleMoves: ["drillpeck", "drillrun", "
|
|
94
|
+
randomBattleMoves: ["drillpeck", "drillrun", "gigaimpact", "uturn"],
|
|
95
95
|
},
|
|
96
96
|
ekans: {
|
|
97
97
|
tier: "LC",
|
|
@@ -99,19 +99,19 @@ exports.FormatsData = {
|
|
|
99
99
|
arbok: {
|
|
100
100
|
tier: "RU",
|
|
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
112
|
tier: "RU",
|
|
113
113
|
doublesTier: "DUU",
|
|
114
|
-
randomBattleMoves: ["
|
|
114
|
+
randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "surf", "thunderbolt"],
|
|
115
115
|
},
|
|
116
116
|
sandshrew: {
|
|
117
117
|
tier: "LC",
|
|
@@ -119,7 +119,7 @@ exports.FormatsData = {
|
|
|
119
119
|
sandslash: {
|
|
120
120
|
tier: "RU",
|
|
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,7 +152,7 @@ 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
158
|
tier: "LC",
|
|
@@ -160,7 +160,7 @@ exports.FormatsData = {
|
|
|
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",
|
|
@@ -171,7 +171,7 @@ exports.FormatsData = {
|
|
|
171
171
|
wigglytuff: {
|
|
172
172
|
tier: "RU",
|
|
173
173
|
doublesTier: "DUU",
|
|
174
|
-
randomBattleMoves: ["
|
|
174
|
+
randomBattleMoves: ["dazzlinggleam", "fireblast", "lightscreen", "reflect", "stealthrock", "thunderwave"],
|
|
175
175
|
},
|
|
176
176
|
zubat: {
|
|
177
177
|
tier: "LC",
|
|
@@ -182,7 +182,7 @@ exports.FormatsData = {
|
|
|
182
182
|
crobat: {
|
|
183
183
|
tier: "UU",
|
|
184
184
|
doublesTier: "DOU",
|
|
185
|
-
randomBattleMoves: ["bravebird", "
|
|
185
|
+
randomBattleMoves: ["bravebird", "defog", "roost", "toxic", "uturn"],
|
|
186
186
|
},
|
|
187
187
|
oddish: {
|
|
188
188
|
tier: "LC",
|
|
@@ -193,7 +193,7 @@ 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
199
|
tier: "RU",
|
|
@@ -206,7 +206,7 @@ exports.FormatsData = {
|
|
|
206
206
|
parasect: {
|
|
207
207
|
tier: "RU",
|
|
208
208
|
doublesTier: "DUU",
|
|
209
|
-
randomBattleMoves: ["
|
|
209
|
+
randomBattleMoves: ["leechseed", "spore", "substitute", "xscissor"],
|
|
210
210
|
},
|
|
211
211
|
venonat: {
|
|
212
212
|
tier: "LC",
|
|
@@ -214,7 +214,7 @@ exports.FormatsData = {
|
|
|
214
214
|
venomoth: {
|
|
215
215
|
tier: "RU",
|
|
216
216
|
doublesTier: "DUU",
|
|
217
|
-
randomBattleMoves: ["
|
|
217
|
+
randomBattleMoves: ["bugbuzz", "quiverdance", "sleeppowder", "sludgebomb", "substitute"],
|
|
218
218
|
},
|
|
219
219
|
diglett: {
|
|
220
220
|
tier: "LC",
|
|
@@ -222,7 +222,7 @@ exports.FormatsData = {
|
|
|
222
222
|
dugtrio: {
|
|
223
223
|
tier: "RU",
|
|
224
224
|
doublesTier: "DUU",
|
|
225
|
-
randomBattleMoves: ["
|
|
225
|
+
randomBattleMoves: ["aerialace", "earthquake", "stealthrock", "stoneedge", "suckerpunch"],
|
|
226
226
|
},
|
|
227
227
|
meowth: {
|
|
228
228
|
tier: "LC",
|
|
@@ -230,7 +230,7 @@ exports.FormatsData = {
|
|
|
230
230
|
persian: {
|
|
231
231
|
tier: "RU",
|
|
232
232
|
doublesTier: "DUU",
|
|
233
|
-
randomBattleMoves: ["
|
|
233
|
+
randomBattleMoves: ["aerialace", "bite", "fakeout", "covet", "uturn"],
|
|
234
234
|
},
|
|
235
235
|
psyduck: {
|
|
236
236
|
tier: "LC",
|
|
@@ -238,7 +238,7 @@ exports.FormatsData = {
|
|
|
238
238
|
golduck: {
|
|
239
239
|
tier: "RU",
|
|
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,7 +246,7 @@ 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",
|
|
@@ -254,7 +254,7 @@ exports.FormatsData = {
|
|
|
254
254
|
arcanine: {
|
|
255
255
|
tier: "RU",
|
|
256
256
|
doublesTier: "DOU",
|
|
257
|
-
randomBattleMoves: ["
|
|
257
|
+
randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "willowisp"],
|
|
258
258
|
},
|
|
259
259
|
poliwag: {
|
|
260
260
|
tier: "LC",
|
|
@@ -265,12 +265,12 @@ exports.FormatsData = {
|
|
|
265
265
|
poliwrath: {
|
|
266
266
|
tier: "RU",
|
|
267
267
|
doublesTier: "DUU",
|
|
268
|
-
randomBattleMoves: ["
|
|
268
|
+
randomBattleMoves: ["bulkup", "drainpunch", "poisonjab", "raindance", "waterfall"],
|
|
269
269
|
},
|
|
270
270
|
politoed: {
|
|
271
271
|
tier: "RU",
|
|
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",
|
|
@@ -303,7 +303,7 @@ exports.FormatsData = {
|
|
|
303
303
|
victreebel: {
|
|
304
304
|
tier: "RU",
|
|
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",
|
|
@@ -322,7 +322,7 @@ exports.FormatsData = {
|
|
|
322
322
|
golem: {
|
|
323
323
|
tier: "RU",
|
|
324
324
|
doublesTier: "DUU",
|
|
325
|
-
randomBattleMoves: ["
|
|
325
|
+
randomBattleMoves: ["earthquake", "explosion", "heavyslam", "stealthrock", "stoneedge"],
|
|
326
326
|
},
|
|
327
327
|
ponyta: {
|
|
328
328
|
tier: "LC",
|
|
@@ -330,7 +330,7 @@ exports.FormatsData = {
|
|
|
330
330
|
rapidash: {
|
|
331
331
|
tier: "RU",
|
|
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,12 +355,12 @@ 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
361
|
tier: "RU",
|
|
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",
|
|
@@ -368,7 +368,7 @@ exports.FormatsData = {
|
|
|
368
368
|
dodrio: {
|
|
369
369
|
tier: "RU",
|
|
370
370
|
doublesTier: "DUU",
|
|
371
|
-
randomBattleMoves: ["
|
|
371
|
+
randomBattleMoves: ["bravebird", "facade", "quickattack", "roost", "steelwing", "swordsdance"],
|
|
372
372
|
},
|
|
373
373
|
seel: {
|
|
374
374
|
tier: "LC",
|
|
@@ -376,7 +376,7 @@ exports.FormatsData = {
|
|
|
376
376
|
dewgong: {
|
|
377
377
|
tier: "RU",
|
|
378
378
|
doublesTier: "DUU",
|
|
379
|
-
randomBattleMoves: ["
|
|
379
|
+
randomBattleMoves: ["icebeam", "perishsong", "protect", "rest", "sleeptalk", "surf"],
|
|
380
380
|
},
|
|
381
381
|
grimer: {
|
|
382
382
|
tier: "LC",
|
|
@@ -384,7 +384,7 @@ exports.FormatsData = {
|
|
|
384
384
|
muk: {
|
|
385
385
|
tier: "RU",
|
|
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,7 +411,7 @@ 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",
|
|
@@ -419,7 +419,7 @@ exports.FormatsData = {
|
|
|
419
419
|
hypno: {
|
|
420
420
|
tier: "RU",
|
|
421
421
|
doublesTier: "DUU",
|
|
422
|
-
randomBattleMoves: ["
|
|
422
|
+
randomBattleMoves: ["focusblast", "psychic", "shadowball", "thunderwave"],
|
|
423
423
|
},
|
|
424
424
|
krabby: {
|
|
425
425
|
tier: "LC",
|
|
@@ -427,7 +427,7 @@ exports.FormatsData = {
|
|
|
427
427
|
kingler: {
|
|
428
428
|
tier: "RU",
|
|
429
429
|
doublesTier: "DUU",
|
|
430
|
-
randomBattleMoves: ["
|
|
430
|
+
randomBattleMoves: ["agility", "razorshell", "rockslide", "swordsdance", "xscissor"],
|
|
431
431
|
},
|
|
432
432
|
voltorb: {
|
|
433
433
|
tier: "LC",
|
|
@@ -435,7 +435,7 @@ exports.FormatsData = {
|
|
|
435
435
|
electrode: {
|
|
436
436
|
tier: "RU",
|
|
437
437
|
doublesTier: "DUU",
|
|
438
|
-
randomBattleMoves: ["
|
|
438
|
+
randomBattleMoves: ["explosion", "lightscreen", "taunt", "thunderbolt", "voltswitch"],
|
|
439
439
|
},
|
|
440
440
|
exeggcute: {
|
|
441
441
|
tier: "LC",
|
|
@@ -443,7 +443,7 @@ exports.FormatsData = {
|
|
|
443
443
|
exeggutor: {
|
|
444
444
|
tier: "RU",
|
|
445
445
|
doublesTier: "DUU",
|
|
446
|
-
randomBattleMoves: ["
|
|
446
|
+
randomBattleMoves: ["gigadrain", "leechseed", "psychic", "sleeppowder", "substitute"],
|
|
447
447
|
},
|
|
448
448
|
cubone: {
|
|
449
449
|
tier: "LC",
|
|
@@ -451,7 +451,7 @@ exports.FormatsData = {
|
|
|
451
451
|
marowak: {
|
|
452
452
|
tier: "RU",
|
|
453
453
|
doublesTier: "DUU",
|
|
454
|
-
randomBattleMoves: ["
|
|
454
|
+
randomBattleMoves: ["doubleedge", "earthquake", "stealthrock", "stoneedge"],
|
|
455
455
|
},
|
|
456
456
|
tyrogue: {
|
|
457
457
|
tier: "LC",
|
|
@@ -459,17 +459,17 @@ 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
465
|
tier: "RU",
|
|
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",
|
|
@@ -477,7 +477,7 @@ exports.FormatsData = {
|
|
|
477
477
|
lickilicky: {
|
|
478
478
|
tier: "RU",
|
|
479
479
|
doublesTier: "DUU",
|
|
480
|
-
randomBattleMoves: ["bodyslam", "
|
|
480
|
+
randomBattleMoves: ["bodyslam", "hammerarm", "knockoff", "powerwhip", "swordsdance"],
|
|
481
481
|
},
|
|
482
482
|
koffing: {
|
|
483
483
|
tier: "LC",
|
|
@@ -485,7 +485,7 @@ exports.FormatsData = {
|
|
|
485
485
|
weezing: {
|
|
486
486
|
tier: "RU",
|
|
487
487
|
doublesTier: "DUU",
|
|
488
|
-
randomBattleMoves: ["
|
|
488
|
+
randomBattleMoves: ["explosion", "fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
|
|
489
489
|
},
|
|
490
490
|
rhyhorn: {
|
|
491
491
|
tier: "LC",
|
|
@@ -496,7 +496,7 @@ 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",
|
|
@@ -507,20 +507,20 @@ exports.FormatsData = {
|
|
|
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
521
|
tier: "RU",
|
|
522
522
|
doublesTier: "DUU",
|
|
523
|
-
randomBattleMoves: ["
|
|
523
|
+
randomBattleMoves: ["crunch", "doubleedge", "earthquake", "fakeout", "hammerarm"],
|
|
524
524
|
},
|
|
525
525
|
horsea: {
|
|
526
526
|
tier: "LC",
|
|
@@ -539,7 +539,7 @@ exports.FormatsData = {
|
|
|
539
539
|
seaking: {
|
|
540
540
|
tier: "RU",
|
|
541
541
|
doublesTier: "DUU",
|
|
542
|
-
randomBattleMoves: ["
|
|
542
|
+
randomBattleMoves: ["megahorn", "raindance", "swordsdance", "waterfall"],
|
|
543
543
|
},
|
|
544
544
|
staryu: {
|
|
545
545
|
tier: "LC",
|
|
@@ -547,7 +547,7 @@ 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",
|
|
@@ -555,16 +555,16 @@ exports.FormatsData = {
|
|
|
555
555
|
mrmime: {
|
|
556
556
|
tier: "RU",
|
|
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"],
|
|
568
568
|
},
|
|
569
569
|
smoochum: {
|
|
570
570
|
tier: "LC",
|
|
@@ -572,7 +572,7 @@ exports.FormatsData = {
|
|
|
572
572
|
jynx: {
|
|
573
573
|
tier: "RU",
|
|
574
574
|
doublesTier: "DUU",
|
|
575
|
-
randomBattleMoves: ["
|
|
575
|
+
randomBattleMoves: ["icebeam", "lovelykiss", "nastyplot", "psychic", "substitute"],
|
|
576
576
|
},
|
|
577
577
|
elekid: {
|
|
578
578
|
tier: "LC",
|
|
@@ -583,7 +583,7 @@ exports.FormatsData = {
|
|
|
583
583
|
electivire: {
|
|
584
584
|
tier: "RU",
|
|
585
585
|
doublesTier: "DUU",
|
|
586
|
-
randomBattleMoves: ["
|
|
586
|
+
randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
|
|
587
587
|
},
|
|
588
588
|
magby: {
|
|
589
589
|
tier: "LC",
|
|
@@ -594,17 +594,17 @@ exports.FormatsData = {
|
|
|
594
594
|
magmortar: {
|
|
595
595
|
tier: "RU",
|
|
596
596
|
doublesTier: "DUU",
|
|
597
|
-
randomBattleMoves: ["
|
|
597
|
+
randomBattleMoves: ["earthquake", "fireblast", "psychic", "taunt", "thunderbolt"],
|
|
598
598
|
},
|
|
599
599
|
pinsir: {
|
|
600
600
|
tier: "RU",
|
|
601
601
|
doublesTier: "DUU",
|
|
602
|
-
randomBattleMoves: ["
|
|
602
|
+
randomBattleMoves: ["closecombat", "earthquake", "stealthrock", "stoneedge", "xscissor"],
|
|
603
603
|
},
|
|
604
604
|
tauros: {
|
|
605
605
|
tier: "RU",
|
|
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
618
|
tier: "RU",
|
|
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
641
|
tier: "RU",
|
|
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
656
|
tier: "RU",
|
|
657
657
|
doublesTier: "DUU",
|
|
658
|
-
randomBattleMoves: ["
|
|
658
|
+
randomBattleMoves: ["doubleedge", "leafblade", "swordsdance", "synthesis", "xscissor"],
|
|
659
659
|
},
|
|
660
660
|
glaceon: {
|
|
661
661
|
tier: "RU",
|
|
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
693
|
tier: "UU",
|
|
694
694
|
doublesTier: "DUU",
|
|
695
|
-
randomBattleMoves: ["
|
|
695
|
+
randomBattleMoves: ["earthquake", "roost", "stealthrock", "stoneedge"],
|
|
696
696
|
},
|
|
697
697
|
munchlax: {
|
|
698
698
|
tier: "LC",
|
|
@@ -705,17 +705,17 @@ exports.FormatsData = {
|
|
|
705
705
|
articuno: {
|
|
706
706
|
tier: "RU",
|
|
707
707
|
doublesTier: "DUU",
|
|
708
|
-
randomBattleMoves: ["
|
|
708
|
+
randomBattleMoves: ["defog", "icebeam", "roost", "uturn"],
|
|
709
709
|
},
|
|
710
710
|
zapdos: {
|
|
711
711
|
tier: "RU",
|
|
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"],
|
|
740
740
|
},
|
|
741
741
|
chikorita: {
|
|
742
742
|
tier: "LC",
|
|
@@ -747,7 +747,7 @@ exports.FormatsData = {
|
|
|
747
747
|
meganium: {
|
|
748
748
|
tier: "RU",
|
|
749
749
|
doublesTier: "DUU",
|
|
750
|
-
randomBattleMoves: ["
|
|
750
|
+
randomBattleMoves: ["aromatherapy", "gigadrain", "leechseed", "lightscreen", "reflect"],
|
|
751
751
|
},
|
|
752
752
|
cyndaquil: {
|
|
753
753
|
tier: "LC",
|
|
@@ -758,7 +758,7 @@ exports.FormatsData = {
|
|
|
758
758
|
typhlosion: {
|
|
759
759
|
tier: "RU",
|
|
760
760
|
doublesTier: "DUU",
|
|
761
|
-
randomBattleMoves: ["eruption", "
|
|
761
|
+
randomBattleMoves: ["eruption", "extrasensory", "fireblast", "focusblast"],
|
|
762
762
|
},
|
|
763
763
|
totodile: {
|
|
764
764
|
tier: "LC",
|
|
@@ -769,7 +769,7 @@ 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",
|
|
@@ -777,7 +777,7 @@ exports.FormatsData = {
|
|
|
777
777
|
furret: {
|
|
778
778
|
tier: "RU",
|
|
779
779
|
doublesTier: "DUU",
|
|
780
|
-
randomBattleMoves: ["doubleedge", "
|
|
780
|
+
randomBattleMoves: ["doubleedge", "shadowclaw", "suckerpunch", "uturn"],
|
|
781
781
|
},
|
|
782
782
|
hoothoot: {
|
|
783
783
|
tier: "LC",
|
|
@@ -785,7 +785,7 @@ exports.FormatsData = {
|
|
|
785
785
|
noctowl: {
|
|
786
786
|
tier: "RU",
|
|
787
787
|
doublesTier: "DUU",
|
|
788
|
-
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "
|
|
788
|
+
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "roost", "shadowball"],
|
|
789
789
|
},
|
|
790
790
|
ledyba: {
|
|
791
791
|
tier: "LC",
|
|
@@ -793,7 +793,7 @@ exports.FormatsData = {
|
|
|
793
793
|
ledian: {
|
|
794
794
|
tier: "RU",
|
|
795
795
|
doublesTier: "DUU",
|
|
796
|
-
randomBattleMoves: ["
|
|
796
|
+
randomBattleMoves: ["knockoff", "lightscreen", "reflect", "roost", "uturn"],
|
|
797
797
|
},
|
|
798
798
|
spinarak: {
|
|
799
799
|
tier: "LC",
|
|
@@ -801,7 +801,7 @@ exports.FormatsData = {
|
|
|
801
801
|
ariados: {
|
|
802
802
|
tier: "RU",
|
|
803
803
|
doublesTier: "DUU",
|
|
804
|
-
randomBattleMoves: ["
|
|
804
|
+
randomBattleMoves: ["lunge", "poisonjab", "stickyweb", "toxicspikes"],
|
|
805
805
|
},
|
|
806
806
|
chinchou: {
|
|
807
807
|
tier: "LC",
|
|
@@ -809,7 +809,7 @@ exports.FormatsData = {
|
|
|
809
809
|
lanturn: {
|
|
810
810
|
tier: "RU",
|
|
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"],
|
|
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",
|
|
@@ -839,7 +839,7 @@ exports.FormatsData = {
|
|
|
839
839
|
ampharos: {
|
|
840
840
|
tier: "RU",
|
|
841
841
|
doublesTier: "DUU",
|
|
842
|
-
randomBattleMoves: ["
|
|
842
|
+
randomBattleMoves: ["focusblast", "powergem", "thunderbolt", "voltswitch"],
|
|
843
843
|
},
|
|
844
844
|
azurill: {
|
|
845
845
|
tier: "LC",
|
|
@@ -850,7 +850,7 @@ 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",
|
|
@@ -858,7 +858,7 @@ exports.FormatsData = {
|
|
|
858
858
|
sudowoodo: {
|
|
859
859
|
tier: "RU",
|
|
860
860
|
doublesTier: "DUU",
|
|
861
|
-
randomBattleMoves: ["
|
|
861
|
+
randomBattleMoves: ["earthquake", "headsmash", "selfdestruct", "stealthrock", "suckerpunch"],
|
|
862
862
|
},
|
|
863
863
|
hoppip: {
|
|
864
864
|
tier: "LC",
|
|
@@ -869,7 +869,7 @@ exports.FormatsData = {
|
|
|
869
869
|
jumpluff: {
|
|
870
870
|
tier: "RU",
|
|
871
871
|
doublesTier: "DUU",
|
|
872
|
-
randomBattleMoves: ["
|
|
872
|
+
randomBattleMoves: ["acrobatics", "leechseed", "sleeppowder", "strengthsap", "substitute"],
|
|
873
873
|
},
|
|
874
874
|
aipom: {
|
|
875
875
|
tier: "LC",
|
|
@@ -877,7 +877,7 @@ 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",
|
|
@@ -885,15 +885,15 @@ exports.FormatsData = {
|
|
|
885
885
|
sunflora: {
|
|
886
886
|
tier: "RU",
|
|
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,25 +904,25 @@ 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
923
|
tier: "RU",
|
|
924
924
|
doublesTier: "DUU",
|
|
925
|
-
randomBattleMoves: ["
|
|
925
|
+
randomBattleMoves: ["hiddenpowerfighting", "hiddenpowerpsychic"],
|
|
926
926
|
},
|
|
927
927
|
wynaut: {
|
|
928
928
|
tier: "LC",
|
|
@@ -930,12 +930,12 @@ exports.FormatsData = {
|
|
|
930
930
|
wobbuffet: {
|
|
931
931
|
tier: "RU",
|
|
932
932
|
doublesTier: "DUU",
|
|
933
|
-
randomBattleMoves: ["counter", "
|
|
933
|
+
randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
|
|
934
934
|
},
|
|
935
935
|
girafarig: {
|
|
936
936
|
tier: "RU",
|
|
937
937
|
doublesTier: "DUU",
|
|
938
|
-
randomBattleMoves: ["
|
|
938
|
+
randomBattleMoves: ["dazzlinggleam", "nastyplot", "psychic", "shadowball", "thunderbolt"],
|
|
939
939
|
},
|
|
940
940
|
pineco: {
|
|
941
941
|
tier: "LC",
|
|
@@ -943,20 +943,20 @@ 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
949
|
tier: "RU",
|
|
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"],
|
|
960
960
|
},
|
|
961
961
|
snubbull: {
|
|
962
962
|
tier: "LC",
|
|
@@ -964,12 +964,12 @@ exports.FormatsData = {
|
|
|
964
964
|
granbull: {
|
|
965
965
|
tier: "UU",
|
|
966
966
|
doublesTier: "DUU",
|
|
967
|
-
randomBattleMoves: ["
|
|
967
|
+
randomBattleMoves: ["crunch", "earthquake", "healbell", "playrough", "thunderwave"],
|
|
968
968
|
},
|
|
969
969
|
qwilfish: {
|
|
970
970
|
tier: "RU",
|
|
971
971
|
doublesTier: "DUU",
|
|
972
|
-
randomBattleMoves: ["destinybond", "
|
|
972
|
+
randomBattleMoves: ["destinybond", "poisonjab", "spikes", "thunderwave", "toxicspikes", "waterfall"],
|
|
973
973
|
},
|
|
974
974
|
shuckle: {
|
|
975
975
|
tier: "RU",
|
|
@@ -979,15 +979,15 @@ exports.FormatsData = {
|
|
|
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
989
|
doublesTier: "DOU",
|
|
990
|
-
randomBattleMoves: ["
|
|
990
|
+
randomBattleMoves: ["brickbreak", "iceshard", "iciclecrash", "swordsdance", "throatchop"],
|
|
991
991
|
},
|
|
992
992
|
teddiursa: {
|
|
993
993
|
tier: "LC",
|
|
@@ -995,7 +995,7 @@ exports.FormatsData = {
|
|
|
995
995
|
ursaring: {
|
|
996
996
|
tier: "RU",
|
|
997
997
|
doublesTier: "DUU",
|
|
998
|
-
randomBattleMoves: ["closecombat", "crunch", "
|
|
998
|
+
randomBattleMoves: ["closecombat", "crunch", "facade", "protect", "swordsdance"],
|
|
999
999
|
},
|
|
1000
1000
|
slugma: {
|
|
1001
1001
|
tier: "LC",
|
|
@@ -1003,7 +1003,7 @@ exports.FormatsData = {
|
|
|
1003
1003
|
magcargo: {
|
|
1004
1004
|
tier: "RU",
|
|
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,12 +1014,12 @@ 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
1020
|
tier: "RU",
|
|
1021
1021
|
doublesTier: "DUU",
|
|
1022
|
-
randomBattleMoves: ["
|
|
1022
|
+
randomBattleMoves: ["icebeam", "powergem", "recover", "scald", "stealthrock"],
|
|
1023
1023
|
},
|
|
1024
1024
|
remoraid: {
|
|
1025
1025
|
tier: "LC",
|
|
@@ -1027,7 +1027,7 @@ exports.FormatsData = {
|
|
|
1027
1027
|
octillery: {
|
|
1028
1028
|
tier: "RU",
|
|
1029
1029
|
doublesTier: "DUU",
|
|
1030
|
-
randomBattleMoves: ["energyball", "fireblast", "
|
|
1030
|
+
randomBattleMoves: ["energyball", "fireblast", "gunkshot", "hydropump", "icebeam", "protect"],
|
|
1031
1031
|
},
|
|
1032
1032
|
delibird: {
|
|
1033
1033
|
tier: "RU",
|
|
@@ -1040,7 +1040,7 @@ 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",
|
|
@@ -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
1067
|
tier: "RU",
|
|
1068
1068
|
doublesTier: "DUU",
|
|
1069
|
-
randomBattleMoves: ["doubleedge", "
|
|
1069
|
+
randomBattleMoves: ["doubleedge", "earthquake", "megahorn", "zenheadbutt"],
|
|
1070
1070
|
},
|
|
1071
1071
|
smeargle: {
|
|
1072
1072
|
tier: "RU",
|
|
1073
1073
|
doublesTier: "DUber",
|
|
1074
|
-
randomBattleMoves: ["
|
|
1074
|
+
randomBattleMoves: ["spikes", "spore", "stealthrock", "stickyweb", "toxicspikes", "whirlwind"],
|
|
1075
1075
|
},
|
|
1076
1076
|
miltank: {
|
|
1077
1077
|
tier: "RU",
|
|
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",
|
|
@@ -1128,7 +1128,7 @@ exports.FormatsData = {
|
|
|
1128
1128
|
sceptile: {
|
|
1129
1129
|
tier: "RU",
|
|
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,7 +1150,7 @@ 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",
|
|
@@ -1158,7 +1158,7 @@ exports.FormatsData = {
|
|
|
1158
1158
|
mightyena: {
|
|
1159
1159
|
tier: "RU",
|
|
1160
1160
|
doublesTier: "DUU",
|
|
1161
|
-
randomBattleMoves: ["
|
|
1161
|
+
randomBattleMoves: ["crunch", "firefang", "irontail", "playrough", "suckerpunch"],
|
|
1162
1162
|
},
|
|
1163
1163
|
zigzagoon: {
|
|
1164
1164
|
tier: "LC",
|
|
@@ -1166,7 +1166,7 @@ exports.FormatsData = {
|
|
|
1166
1166
|
linoone: {
|
|
1167
1167
|
tier: "RU",
|
|
1168
1168
|
doublesTier: "DUU",
|
|
1169
|
-
randomBattleMoves: ["bellydrum", "extremespeed", "
|
|
1169
|
+
randomBattleMoves: ["bellydrum", "extremespeed", "irontail", "shadowclaw"],
|
|
1170
1170
|
},
|
|
1171
1171
|
wurmple: {
|
|
1172
1172
|
tier: "LC",
|
|
@@ -1177,7 +1177,7 @@ exports.FormatsData = {
|
|
|
1177
1177
|
beautifly: {
|
|
1178
1178
|
tier: "RU",
|
|
1179
1179
|
doublesTier: "DUU",
|
|
1180
|
-
randomBattleMoves: ["
|
|
1180
|
+
randomBattleMoves: ["aircutter", "bugbuzz", "energyball", "quiverdance", "roost"],
|
|
1181
1181
|
},
|
|
1182
1182
|
cascoon: {
|
|
1183
1183
|
tier: "NFE",
|
|
@@ -1185,7 +1185,7 @@ exports.FormatsData = {
|
|
|
1185
1185
|
dustox: {
|
|
1186
1186
|
tier: "RU",
|
|
1187
1187
|
doublesTier: "DUU",
|
|
1188
|
-
randomBattleMoves: ["
|
|
1188
|
+
randomBattleMoves: ["bugbuzz", "energyball", "quiverdance", "roost", "sludgebomb", "toxic"],
|
|
1189
1189
|
},
|
|
1190
1190
|
lotad: {
|
|
1191
1191
|
tier: "LC",
|
|
@@ -1196,7 +1196,7 @@ exports.FormatsData = {
|
|
|
1196
1196
|
ludicolo: {
|
|
1197
1197
|
tier: "RU",
|
|
1198
1198
|
doublesTier: "DOU",
|
|
1199
|
-
randomBattleMoves: ["gigadrain", "
|
|
1199
|
+
randomBattleMoves: ["gigadrain", "hydropump", "icebeam", "raindance", "scald"],
|
|
1200
1200
|
},
|
|
1201
1201
|
seedot: {
|
|
1202
1202
|
tier: "LC",
|
|
@@ -1207,7 +1207,7 @@ exports.FormatsData = {
|
|
|
1207
1207
|
shiftry: {
|
|
1208
1208
|
tier: "RU",
|
|
1209
1209
|
doublesTier: "DUU",
|
|
1210
|
-
randomBattleMoves: ["
|
|
1210
|
+
randomBattleMoves: ["brickbreak", "fakeout", "leafblade", "nightslash", "suckerpunch", "swordsdance"],
|
|
1211
1211
|
},
|
|
1212
1212
|
taillow: {
|
|
1213
1213
|
tier: "LC",
|
|
@@ -1215,7 +1215,7 @@ 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",
|
|
@@ -1223,7 +1223,7 @@ exports.FormatsData = {
|
|
|
1223
1223
|
pelipper: {
|
|
1224
1224
|
tier: "RU",
|
|
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,12 +1234,12 @@ 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",
|
|
@@ -1247,7 +1247,7 @@ exports.FormatsData = {
|
|
|
1247
1247
|
masquerain: {
|
|
1248
1248
|
tier: "RU",
|
|
1249
1249
|
doublesTier: "DUU",
|
|
1250
|
-
randomBattleMoves: ["
|
|
1250
|
+
randomBattleMoves: ["airslash", "bugbuzz", "quiverdance", "scald", "stickyweb"],
|
|
1251
1251
|
},
|
|
1252
1252
|
shroomish: {
|
|
1253
1253
|
tier: "LC",
|
|
@@ -1255,19 +1255,19 @@ 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
1268
|
tier: "RU",
|
|
1269
1269
|
doublesTier: "DUU",
|
|
1270
|
-
randomBattleMoves: ["
|
|
1270
|
+
randomBattleMoves: ["bodyslam", "earthquake", "gigaimpact", "hammerarm", "playrough", "suckerpunch"],
|
|
1271
1271
|
},
|
|
1272
1272
|
nincada: {
|
|
1273
1273
|
tier: "LC",
|
|
@@ -1275,12 +1275,12 @@ exports.FormatsData = {
|
|
|
1275
1275
|
ninjask: {
|
|
1276
1276
|
tier: "RU",
|
|
1277
1277
|
doublesTier: "DUU",
|
|
1278
|
-
randomBattleMoves: ["
|
|
1278
|
+
randomBattleMoves: ["aerialace", "finalgambit", "swordsdance", "uturn", "xscissor"],
|
|
1279
1279
|
},
|
|
1280
1280
|
shedinja: {
|
|
1281
1281
|
tier: "RU",
|
|
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,7 +1299,7 @@ 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",
|
|
@@ -1307,7 +1307,7 @@ exports.FormatsData = {
|
|
|
1307
1307
|
probopass: {
|
|
1308
1308
|
tier: "RU",
|
|
1309
1309
|
doublesTier: "DUU",
|
|
1310
|
-
randomBattleMoves: ["
|
|
1310
|
+
randomBattleMoves: ["bodypress", "flashcannon", "stealthrock", "thunderwave", "voltswitch"],
|
|
1311
1311
|
},
|
|
1312
1312
|
skitty: {
|
|
1313
1313
|
tier: "LC",
|
|
@@ -1315,17 +1315,17 @@ exports.FormatsData = {
|
|
|
1315
1315
|
delcatty: {
|
|
1316
1316
|
tier: "RU",
|
|
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
1326
|
tier: "RU",
|
|
1327
1327
|
doublesTier: "DUU",
|
|
1328
|
-
randomBattleMoves: ["
|
|
1328
|
+
randomBattleMoves: ["ironhead", "playrough", "stealthrock", "suckerpunch", "swordsdance"],
|
|
1329
1329
|
},
|
|
1330
1330
|
aron: {
|
|
1331
1331
|
tier: "LC",
|
|
@@ -1336,15 +1336,15 @@ 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",
|
|
@@ -1352,17 +1352,17 @@ exports.FormatsData = {
|
|
|
1352
1352
|
manectric: {
|
|
1353
1353
|
tier: "RU",
|
|
1354
1354
|
doublesTier: "DUU",
|
|
1355
|
-
randomBattleMoves: ["
|
|
1355
|
+
randomBattleMoves: ["overheat", "switcheroo", "thunderbolt", "voltswitch"],
|
|
1356
1356
|
},
|
|
1357
1357
|
plusle: {
|
|
1358
1358
|
tier: "RU",
|
|
1359
1359
|
doublesTier: "DUU",
|
|
1360
|
-
randomBattleMoves: ["
|
|
1360
|
+
randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "thunderbolt", "voltswitch"],
|
|
1361
1361
|
},
|
|
1362
1362
|
minun: {
|
|
1363
1363
|
tier: "RU",
|
|
1364
1364
|
doublesTier: "DUU",
|
|
1365
|
-
randomBattleMoves: ["
|
|
1365
|
+
randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "switcheroo", "thunderbolt", "voltswitch"],
|
|
1366
1366
|
},
|
|
1367
1367
|
volbeat: {
|
|
1368
1368
|
tier: "RU",
|
|
@@ -1372,7 +1372,7 @@ exports.FormatsData = {
|
|
|
1372
1372
|
illumise: {
|
|
1373
1373
|
tier: "RU",
|
|
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",
|
|
@@ -1391,7 +1391,7 @@ exports.FormatsData = {
|
|
|
1391
1391
|
swalot: {
|
|
1392
1392
|
tier: "RU",
|
|
1393
1393
|
doublesTier: "DUU",
|
|
1394
|
-
randomBattleMoves: ["
|
|
1394
|
+
randomBattleMoves: ["earthquake", "encore", "gunkshot", "icebeam", "painsplit", "toxic"],
|
|
1395
1395
|
},
|
|
1396
1396
|
carvanha: {
|
|
1397
1397
|
tier: "LC",
|
|
@@ -1399,7 +1399,7 @@ 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",
|
|
@@ -1407,7 +1407,7 @@ exports.FormatsData = {
|
|
|
1407
1407
|
wailord: {
|
|
1408
1408
|
tier: "RU",
|
|
1409
1409
|
doublesTier: "DUU",
|
|
1410
|
-
randomBattleMoves: ["
|
|
1410
|
+
randomBattleMoves: ["clearsmog", "icebeam", "scald", "waterspout"],
|
|
1411
1411
|
},
|
|
1412
1412
|
numel: {
|
|
1413
1413
|
tier: "LC",
|
|
@@ -1415,12 +1415,12 @@ exports.FormatsData = {
|
|
|
1415
1415
|
camerupt: {
|
|
1416
1416
|
tier: "RU",
|
|
1417
1417
|
doublesTier: "DUU",
|
|
1418
|
-
randomBattleMoves: ["
|
|
1418
|
+
randomBattleMoves: ["earthpower", "explosion", "fireblast", "lavaplume", "stealthrock"],
|
|
1419
1419
|
},
|
|
1420
1420
|
torkoal: {
|
|
1421
1421
|
tier: "UU",
|
|
1422
1422
|
doublesTier: "DOU",
|
|
1423
|
-
randomBattleMoves: ["
|
|
1423
|
+
randomBattleMoves: ["earthquake", "lavaplume", "rapidspin", "solarbeam", "stealthrock"],
|
|
1424
1424
|
},
|
|
1425
1425
|
spoink: {
|
|
1426
1426
|
tier: "LC",
|
|
@@ -1428,12 +1428,12 @@ exports.FormatsData = {
|
|
|
1428
1428
|
grumpig: {
|
|
1429
1429
|
tier: "RU",
|
|
1430
1430
|
doublesTier: "DUU",
|
|
1431
|
-
randomBattleMoves: ["
|
|
1431
|
+
randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "shadowball"],
|
|
1432
1432
|
},
|
|
1433
1433
|
spinda: {
|
|
1434
1434
|
tier: "RU",
|
|
1435
1435
|
doublesTier: "DUU",
|
|
1436
|
-
randomBattleMoves: ["
|
|
1436
|
+
randomBattleMoves: ["bodyslam", "encore", "fakeout", "rapidspin", "suckerpunch"],
|
|
1437
1437
|
},
|
|
1438
1438
|
trapinch: {
|
|
1439
1439
|
tier: "LC",
|
|
@@ -1444,7 +1444,7 @@ exports.FormatsData = {
|
|
|
1444
1444
|
flygon: {
|
|
1445
1445
|
tier: "UU",
|
|
1446
1446
|
doublesTier: "DUU",
|
|
1447
|
-
randomBattleMoves: ["
|
|
1447
|
+
randomBattleMoves: ["dragondance", "earthquake", "outrage", "superpower", "uturn"],
|
|
1448
1448
|
},
|
|
1449
1449
|
cacnea: {
|
|
1450
1450
|
tier: "LC",
|
|
@@ -1452,7 +1452,7 @@ exports.FormatsData = {
|
|
|
1452
1452
|
cacturne: {
|
|
1453
1453
|
tier: "RU",
|
|
1454
1454
|
doublesTier: "DUU",
|
|
1455
|
-
randomBattleMoves: ["
|
|
1455
|
+
randomBattleMoves: ["drainpunch", "poisonjab", "seedbomb", "suckerpunch", "swordsdance"],
|
|
1456
1456
|
},
|
|
1457
1457
|
swablu: {
|
|
1458
1458
|
tier: "LC",
|
|
@@ -1460,27 +1460,27 @@ exports.FormatsData = {
|
|
|
1460
1460
|
altaria: {
|
|
1461
1461
|
tier: "RU",
|
|
1462
1462
|
doublesTier: "DUU",
|
|
1463
|
-
randomBattleMoves: ["
|
|
1463
|
+
randomBattleMoves: ["dracometeor", "fireblast", "haze", "hurricane", "roost"],
|
|
1464
1464
|
},
|
|
1465
1465
|
zangoose: {
|
|
1466
1466
|
tier: "RU",
|
|
1467
1467
|
doublesTier: "DUU",
|
|
1468
|
-
randomBattleMoves: ["
|
|
1468
|
+
randomBattleMoves: ["closecombat", "facade", "quickattack", "shadowclaw", "swordsdance"],
|
|
1469
1469
|
},
|
|
1470
1470
|
seviper: {
|
|
1471
1471
|
tier: "RU",
|
|
1472
1472
|
doublesTier: "DUU",
|
|
1473
|
-
randomBattleMoves: ["
|
|
1473
|
+
randomBattleMoves: ["crunch", "earthquake", "flamethrower", "gigadrain", "glare", "sludgebomb", "switcheroo"],
|
|
1474
1474
|
},
|
|
1475
1475
|
lunatone: {
|
|
1476
1476
|
tier: "RU",
|
|
1477
1477
|
doublesTier: "DUU",
|
|
1478
|
-
randomBattleMoves: ["
|
|
1478
|
+
randomBattleMoves: ["icebeam", "moonblast", "nastyplot", "psyshock", "stealthrock"],
|
|
1479
1479
|
},
|
|
1480
1480
|
solrock: {
|
|
1481
1481
|
tier: "RU",
|
|
1482
1482
|
doublesTier: "DUU",
|
|
1483
|
-
randomBattleMoves: ["earthquake", "explosion", "
|
|
1483
|
+
randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "willowisp"],
|
|
1484
1484
|
},
|
|
1485
1485
|
barboach: {
|
|
1486
1486
|
tier: "LC",
|
|
@@ -1488,7 +1488,7 @@ exports.FormatsData = {
|
|
|
1488
1488
|
whiscash: {
|
|
1489
1489
|
tier: "RU",
|
|
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,7 +1504,7 @@ 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",
|
|
@@ -1520,7 +1520,7 @@ exports.FormatsData = {
|
|
|
1520
1520
|
armaldo: {
|
|
1521
1521
|
tier: "RU",
|
|
1522
1522
|
doublesTier: "DUU",
|
|
1523
|
-
randomBattleMoves: ["
|
|
1523
|
+
randomBattleMoves: ["aquajet", "knockoff", "rapidspin", "stealthrock", "stoneedge", "xscissor"],
|
|
1524
1524
|
},
|
|
1525
1525
|
feebas: {
|
|
1526
1526
|
tier: "LC",
|
|
@@ -1528,17 +1528,17 @@ 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
1534
|
tier: "RU",
|
|
1535
1535
|
doublesTier: "DUU",
|
|
1536
|
-
randomBattleMoves: ["
|
|
1536
|
+
randomBattleMoves: ["flamethrower", "icebeam", "scald", "thunderbolt"],
|
|
1537
1537
|
},
|
|
1538
1538
|
kecleon: {
|
|
1539
1539
|
tier: "RU",
|
|
1540
1540
|
doublesTier: "DUU",
|
|
1541
|
-
randomBattleMoves: ["
|
|
1541
|
+
randomBattleMoves: ["drainpunch", "fakeout", "shadowsneak", "stealthrock", "thunderwave"],
|
|
1542
1542
|
},
|
|
1543
1543
|
shuppet: {
|
|
1544
1544
|
tier: "LC",
|
|
@@ -1546,7 +1546,7 @@ exports.FormatsData = {
|
|
|
1546
1546
|
banette: {
|
|
1547
1547
|
tier: "RU",
|
|
1548
1548
|
doublesTier: "DUU",
|
|
1549
|
-
randomBattleMoves: ["
|
|
1549
|
+
randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "shadowsneak", "willowisp"],
|
|
1550
1550
|
},
|
|
1551
1551
|
duskull: {
|
|
1552
1552
|
tier: "LC",
|
|
@@ -1557,12 +1557,12 @@ exports.FormatsData = {
|
|
|
1557
1557
|
dusknoir: {
|
|
1558
1558
|
tier: "RU",
|
|
1559
1559
|
doublesTier: "DUU",
|
|
1560
|
-
randomBattleMoves: ["
|
|
1560
|
+
randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowpunch", "shadowsneak", "willowisp"],
|
|
1561
1561
|
},
|
|
1562
1562
|
tropius: {
|
|
1563
1563
|
tier: "RU",
|
|
1564
1564
|
doublesTier: "DUU",
|
|
1565
|
-
randomBattleMoves: ["
|
|
1565
|
+
randomBattleMoves: ["aerialace", "dragondance", "earthquake", "leafblade", "roost"],
|
|
1566
1566
|
},
|
|
1567
1567
|
chingling: {
|
|
1568
1568
|
tier: "LC",
|
|
@@ -1570,12 +1570,12 @@ exports.FormatsData = {
|
|
|
1570
1570
|
chimecho: {
|
|
1571
1571
|
tier: "RU",
|
|
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",
|
|
@@ -1583,12 +1583,12 @@ exports.FormatsData = {
|
|
|
1583
1583
|
glalie: {
|
|
1584
1584
|
tier: "RU",
|
|
1585
1585
|
doublesTier: "DUU",
|
|
1586
|
-
randomBattleMoves: ["
|
|
1586
|
+
randomBattleMoves: ["disable", "earthquake", "freezedry", "protect", "substitute"],
|
|
1587
1587
|
},
|
|
1588
1588
|
froslass: {
|
|
1589
1589
|
tier: "RU",
|
|
1590
1590
|
doublesTier: "DUU",
|
|
1591
|
-
randomBattleMoves: ["
|
|
1591
|
+
randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "willowisp"],
|
|
1592
1592
|
},
|
|
1593
1593
|
spheal: {
|
|
1594
1594
|
tier: "LC",
|
|
@@ -1599,7 +1599,7 @@ exports.FormatsData = {
|
|
|
1599
1599
|
walrein: {
|
|
1600
1600
|
tier: "RU",
|
|
1601
1601
|
doublesTier: "DUU",
|
|
1602
|
-
randomBattleMoves: ["
|
|
1602
|
+
randomBattleMoves: ["icebeam", "rest", "sleeptalk", "surf"],
|
|
1603
1603
|
},
|
|
1604
1604
|
clamperl: {
|
|
1605
1605
|
tier: "LC",
|
|
@@ -1607,22 +1607,22 @@ exports.FormatsData = {
|
|
|
1607
1607
|
huntail: {
|
|
1608
1608
|
tier: "RU",
|
|
1609
1609
|
doublesTier: "DUU",
|
|
1610
|
-
randomBattleMoves: ["
|
|
1610
|
+
randomBattleMoves: ["crunch", "icebeam", "shellsmash", "waterfall"],
|
|
1611
1611
|
},
|
|
1612
1612
|
gorebyss: {
|
|
1613
1613
|
tier: "RU",
|
|
1614
1614
|
doublesTier: "DUU",
|
|
1615
|
-
randomBattleMoves: ["
|
|
1615
|
+
randomBattleMoves: ["hydropump", "icebeam", "psychic", "shellsmash"],
|
|
1616
1616
|
},
|
|
1617
1617
|
relicanth: {
|
|
1618
1618
|
tier: "RU",
|
|
1619
1619
|
doublesTier: "DUU",
|
|
1620
|
-
randomBattleMoves: ["
|
|
1620
|
+
randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "waterfall", "yawn"],
|
|
1621
1621
|
},
|
|
1622
1622
|
luvdisc: {
|
|
1623
1623
|
tier: "RU",
|
|
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
1650
|
tier: "RU",
|
|
1651
1651
|
doublesTier: "DUU",
|
|
1652
|
-
randomBattleMoves: ["
|
|
1652
|
+
randomBattleMoves: ["curse", "drainpunch", "earthquake", "rest", "stealthrock", "stoneedge"],
|
|
1653
1653
|
},
|
|
1654
1654
|
regice: {
|
|
1655
1655
|
tier: "RU",
|
|
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", "stealthrock"],
|
|
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",
|
|
@@ -1742,7 +1742,7 @@ exports.FormatsData = {
|
|
|
1742
1742
|
empoleon: {
|
|
1743
1743
|
tier: "OU",
|
|
1744
1744
|
doublesTier: "DUU",
|
|
1745
|
-
randomBattleMoves: ["
|
|
1745
|
+
randomBattleMoves: ["agility", "defog", "flashcannon", "icebeam", "scald", "stealthrock"],
|
|
1746
1746
|
},
|
|
1747
1747
|
starly: {
|
|
1748
1748
|
tier: "LC",
|
|
@@ -1753,7 +1753,7 @@ 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",
|
|
@@ -1761,7 +1761,7 @@ exports.FormatsData = {
|
|
|
1761
1761
|
bibarel: {
|
|
1762
1762
|
tier: "RU",
|
|
1763
1763
|
doublesTier: "DUU",
|
|
1764
|
-
randomBattleMoves: ["
|
|
1764
|
+
randomBattleMoves: ["aquajet", "aquatail", "curse", "quickattack", "rest"],
|
|
1765
1765
|
},
|
|
1766
1766
|
kricketot: {
|
|
1767
1767
|
tier: "LC",
|
|
@@ -1769,7 +1769,7 @@ exports.FormatsData = {
|
|
|
1769
1769
|
kricketune: {
|
|
1770
1770
|
tier: "RU",
|
|
1771
1771
|
doublesTier: "DUU",
|
|
1772
|
-
randomBattleMoves: ["
|
|
1772
|
+
randomBattleMoves: ["brickbreak", "bugbite", "nightslash", "stickyweb"],
|
|
1773
1773
|
},
|
|
1774
1774
|
shinx: {
|
|
1775
1775
|
tier: "LC",
|
|
@@ -1780,7 +1780,7 @@ exports.FormatsData = {
|
|
|
1780
1780
|
luxray: {
|
|
1781
1781
|
tier: "RU",
|
|
1782
1782
|
doublesTier: "DUU",
|
|
1783
|
-
randomBattleMoves: ["
|
|
1783
|
+
randomBattleMoves: ["crunch", "facade", "voltswitch", "wildcharge"],
|
|
1784
1784
|
},
|
|
1785
1785
|
cranidos: {
|
|
1786
1786
|
tier: "LC",
|
|
@@ -1788,7 +1788,7 @@ exports.FormatsData = {
|
|
|
1788
1788
|
rampardos: {
|
|
1789
1789
|
tier: "RU",
|
|
1790
1790
|
doublesTier: "DUU",
|
|
1791
|
-
randomBattleMoves: ["
|
|
1791
|
+
randomBattleMoves: ["crunch", "earthquake", "headsmash", "rockpolish", "stealthrock", "zenheadbutt"],
|
|
1792
1792
|
},
|
|
1793
1793
|
shieldon: {
|
|
1794
1794
|
tier: "LC",
|
|
@@ -1796,7 +1796,7 @@ exports.FormatsData = {
|
|
|
1796
1796
|
bastiodon: {
|
|
1797
1797
|
tier: "RU",
|
|
1798
1798
|
doublesTier: "DUU",
|
|
1799
|
-
randomBattleMoves: ["
|
|
1799
|
+
randomBattleMoves: ["metalburst", "roar", "rockblast", "stealthrock"],
|
|
1800
1800
|
},
|
|
1801
1801
|
burmy: {
|
|
1802
1802
|
tier: "LC",
|
|
@@ -1804,7 +1804,7 @@ exports.FormatsData = {
|
|
|
1804
1804
|
wormadam: {
|
|
1805
1805
|
tier: "RU",
|
|
1806
1806
|
doublesTier: "DUU",
|
|
1807
|
-
randomBattleMoves: ["bugbuzz", "
|
|
1807
|
+
randomBattleMoves: ["bugbuzz", "leafstorm", "psychic", "quiverdance", "shadowball"],
|
|
1808
1808
|
},
|
|
1809
1809
|
wormadamsandy: {
|
|
1810
1810
|
tier: "RU",
|
|
@@ -1814,12 +1814,12 @@ exports.FormatsData = {
|
|
|
1814
1814
|
wormadamtrash: {
|
|
1815
1815
|
tier: "RU",
|
|
1816
1816
|
doublesTier: "DUU",
|
|
1817
|
-
randomBattleMoves: ["bugbuzz", "
|
|
1817
|
+
randomBattleMoves: ["bugbuzz", "flashcannon", "gigadrain", "quiverdance", "stealthrock"],
|
|
1818
1818
|
},
|
|
1819
1819
|
mothim: {
|
|
1820
1820
|
tier: "RU",
|
|
1821
1821
|
doublesTier: "DUU",
|
|
1822
|
-
randomBattleMoves: ["
|
|
1822
|
+
randomBattleMoves: ["airslash", "bugbuzz", "energyball", "quiverdance", "roost"],
|
|
1823
1823
|
},
|
|
1824
1824
|
combee: {
|
|
1825
1825
|
tier: "LC",
|
|
@@ -1827,12 +1827,12 @@ exports.FormatsData = {
|
|
|
1827
1827
|
vespiquen: {
|
|
1828
1828
|
tier: "RU",
|
|
1829
1829
|
doublesTier: "DUU",
|
|
1830
|
-
randomBattleMoves: ["attackorder", "
|
|
1830
|
+
randomBattleMoves: ["attackorder", "roost", "substitute", "toxic", "uturn"],
|
|
1831
1831
|
},
|
|
1832
1832
|
pachirisu: {
|
|
1833
1833
|
tier: "RU",
|
|
1834
1834
|
doublesTier: "DUU",
|
|
1835
|
-
randomBattleMoves: ["nuzzle", "
|
|
1835
|
+
randomBattleMoves: ["nuzzle", "superfang", "thunderbolt", "uturn"],
|
|
1836
1836
|
},
|
|
1837
1837
|
buizel: {
|
|
1838
1838
|
tier: "LC",
|
|
@@ -1840,7 +1840,7 @@ exports.FormatsData = {
|
|
|
1840
1840
|
floatzel: {
|
|
1841
1841
|
tier: "RU",
|
|
1842
1842
|
doublesTier: "DUU",
|
|
1843
|
-
randomBattleMoves: ["aquajet", "
|
|
1843
|
+
randomBattleMoves: ["aquajet", "brickbreak", "bulkup", "substitute", "taunt", "waterfall"],
|
|
1844
1844
|
},
|
|
1845
1845
|
cherubi: {
|
|
1846
1846
|
tier: "LC",
|
|
@@ -1848,7 +1848,7 @@ exports.FormatsData = {
|
|
|
1848
1848
|
cherrim: {
|
|
1849
1849
|
tier: "RU",
|
|
1850
1850
|
doublesTier: "DUU",
|
|
1851
|
-
randomBattleMoves: ["dazzlinggleam", "
|
|
1851
|
+
randomBattleMoves: ["dazzlinggleam", "gigadrain", "healingwish", "petaldance"],
|
|
1852
1852
|
},
|
|
1853
1853
|
shellos: {
|
|
1854
1854
|
tier: "LC",
|
|
@@ -1856,7 +1856,7 @@ 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",
|
|
@@ -1872,7 +1872,7 @@ exports.FormatsData = {
|
|
|
1872
1872
|
lopunny: {
|
|
1873
1873
|
tier: "RU",
|
|
1874
1874
|
doublesTier: "DUU",
|
|
1875
|
-
randomBattleMoves: ["
|
|
1875
|
+
randomBattleMoves: ["facade", "healingwish", "highjumpkick", "switcheroo"],
|
|
1876
1876
|
},
|
|
1877
1877
|
glameow: {
|
|
1878
1878
|
tier: "LC",
|
|
@@ -1880,7 +1880,7 @@ exports.FormatsData = {
|
|
|
1880
1880
|
purugly: {
|
|
1881
1881
|
tier: "RU",
|
|
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",
|
|
@@ -1888,7 +1888,7 @@ exports.FormatsData = {
|
|
|
1888
1888
|
skuntank: {
|
|
1889
1889
|
tier: "RU",
|
|
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
1902
|
tier: "RU",
|
|
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,7 +1941,7 @@ 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",
|
|
@@ -1949,12 +1949,12 @@ exports.FormatsData = {
|
|
|
1949
1949
|
toxicroak: {
|
|
1950
1950
|
tier: "RU",
|
|
1951
1951
|
doublesTier: "DUU",
|
|
1952
|
-
randomBattleMoves: ["drainpunch", "poisonjab", "
|
|
1952
|
+
randomBattleMoves: ["drainpunch", "poisonjab", "substitute", "suckerpunch", "swordsdance"],
|
|
1953
1953
|
},
|
|
1954
1954
|
carnivine: {
|
|
1955
1955
|
tier: "RU",
|
|
1956
1956
|
doublesTier: "DUU",
|
|
1957
|
-
randomBattleMoves: ["
|
|
1957
|
+
randomBattleMoves: ["crunch", "powerwhip", "sleeppowder", "substitute", "swordsdance"],
|
|
1958
1958
|
},
|
|
1959
1959
|
finneon: {
|
|
1960
1960
|
tier: "LC",
|
|
@@ -1970,185 +1970,185 @@ exports.FormatsData = {
|
|
|
1970
1970
|
abomasnow: {
|
|
1971
1971
|
tier: "RU",
|
|
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
1982
|
doublesTier: "DOU",
|
|
1983
|
-
randomBattleMoves: ["
|
|
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
1991
|
tier: "RU",
|
|
1992
1992
|
doublesTier: "DUU",
|
|
1993
|
-
randomBattleMoves: ["
|
|
1993
|
+
randomBattleMoves: ["blizzard", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
1994
1994
|
},
|
|
1995
1995
|
rotomfan: {
|
|
1996
1996
|
tier: "RU",
|
|
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
2036
|
tier: "RU",
|
|
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
2056
|
tier: "RU",
|
|
2057
2057
|
doublesTier: "DUU",
|
|
2058
|
-
randomBattleMoves: ["
|
|
2058
|
+
randomBattleMoves: ["icebeam", "raindance", "rest", "scald"],
|
|
2059
2059
|
},
|
|
2060
2060
|
manaphy: {
|
|
2061
2061
|
tier: "OU",
|
|
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: {
|