@pkmn/mods 0.4.24 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/build/gen8bdsp/formats-data.js +304 -302
- package/build/gen8bdsp/formats-data.js.map +1 -1
- package/build/gen8bdsp/items.js +2 -0
- package/build/gen8bdsp/items.js.map +1 -1
- package/build/gen8bdsp/learnsets.js +737 -0
- package/build/gen8bdsp/learnsets.js.map +1 -1
- package/build/gen8bdsp/pokedex.js +68 -0
- package/build/gen8bdsp/pokedex.js.map +1 -1
- package/build/index.d.ts +5 -5
- package/build/index.js +2 -0
- package/build/index.js.map +1 -1
- package/package.json +4 -4
- package/src/gen8bdsp/formats-data.ts +304 -302
- package/src/gen8bdsp/items.ts +2 -0
- package/src/gen8bdsp/learnsets.ts +737 -0
- package/src/gen8bdsp/pokedex.ts +68 -0
- package/src/index.ts +1 -0
|
@@ -10,7 +10,7 @@ exports.FormatsData = {
|
|
|
10
10
|
tier: "NFE",
|
|
11
11
|
},
|
|
12
12
|
venusaur: {
|
|
13
|
-
tier: "
|
|
13
|
+
tier: "UU",
|
|
14
14
|
doublesTier: "DOU",
|
|
15
15
|
randomBattleMoves: ["sludgebomb", "gigadrain", "sleeppowder", "leechseed", "substitute"],
|
|
16
16
|
},
|
|
@@ -21,7 +21,7 @@ exports.FormatsData = {
|
|
|
21
21
|
tier: "NFE",
|
|
22
22
|
},
|
|
23
23
|
charizard: {
|
|
24
|
-
tier: "
|
|
24
|
+
tier: "UU",
|
|
25
25
|
doublesTier: "DOU",
|
|
26
26
|
randomBattleMoves: ["fireblast", "airslash", "roost", "focusblast", "earthquake"],
|
|
27
27
|
},
|
|
@@ -32,9 +32,9 @@ exports.FormatsData = {
|
|
|
32
32
|
tier: "NFE",
|
|
33
33
|
},
|
|
34
34
|
blastoise: {
|
|
35
|
-
tier: "
|
|
35
|
+
tier: "UU",
|
|
36
36
|
doublesTier: "DOU",
|
|
37
|
-
randomBattleMoves: ["
|
|
37
|
+
randomBattleMoves: ["earthquake", "icebeam", "protect", "rapidspin", "roar", "scald", "shellsmash"],
|
|
38
38
|
},
|
|
39
39
|
caterpie: {
|
|
40
40
|
tier: "LC",
|
|
@@ -43,9 +43,9 @@ exports.FormatsData = {
|
|
|
43
43
|
tier: "NFE",
|
|
44
44
|
},
|
|
45
45
|
butterfree: {
|
|
46
|
-
tier: "
|
|
46
|
+
tier: "UU",
|
|
47
47
|
doublesTier: "DOU",
|
|
48
|
-
randomBattleMoves: ["quiverdance", "bugbuzz", "airslash", "sleeppowder", "
|
|
48
|
+
randomBattleMoves: ["quiverdance", "bugbuzz", "airslash", "sleeppowder", "gigadrain"],
|
|
49
49
|
},
|
|
50
50
|
weedle: {
|
|
51
51
|
tier: "LC",
|
|
@@ -54,7 +54,7 @@ exports.FormatsData = {
|
|
|
54
54
|
tier: "NFE",
|
|
55
55
|
},
|
|
56
56
|
beedrill: {
|
|
57
|
-
tier: "
|
|
57
|
+
tier: "UU",
|
|
58
58
|
doublesTier: "DOU",
|
|
59
59
|
randomBattleMoves: ["toxicspikes", "uturn", "poisonjab", "protect"],
|
|
60
60
|
},
|
|
@@ -69,9 +69,9 @@ exports.FormatsData = {
|
|
|
69
69
|
tier: "NFE",
|
|
70
70
|
},
|
|
71
71
|
pidgeot: {
|
|
72
|
-
tier: "
|
|
72
|
+
tier: "UU",
|
|
73
73
|
doublesTier: "DOU",
|
|
74
|
-
randomBattleMoves: ["bravebird", "uturn", "steelwing", "
|
|
74
|
+
randomBattleMoves: ["bravebird", "uturn", "steelwing", "roost", "quickattack", "defog"],
|
|
75
75
|
},
|
|
76
76
|
pidgeotmega: {
|
|
77
77
|
isNonstandard: "Past",
|
|
@@ -81,23 +81,23 @@ exports.FormatsData = {
|
|
|
81
81
|
tier: "LC",
|
|
82
82
|
},
|
|
83
83
|
raticate: {
|
|
84
|
-
tier: "
|
|
84
|
+
tier: "UU",
|
|
85
85
|
doublesTier: "DOU",
|
|
86
|
-
randomBattleMoves: ["facade", "swordsdance", "protect", "crunch", "suckerpunch"],
|
|
86
|
+
randomBattleMoves: ["facade", "swordsdance", "protect", "crunch", "suckerpunch", "flamewheel"],
|
|
87
87
|
},
|
|
88
88
|
spearow: {
|
|
89
89
|
tier: "LC",
|
|
90
90
|
},
|
|
91
91
|
fearow: {
|
|
92
|
-
tier: "
|
|
92
|
+
tier: "UU",
|
|
93
93
|
doublesTier: "DOU",
|
|
94
|
-
randomBattleMoves: ["drillpeck", "
|
|
94
|
+
randomBattleMoves: ["drillpeck", "drillrun", "uturn", "gigaimpact"],
|
|
95
95
|
},
|
|
96
96
|
ekans: {
|
|
97
97
|
tier: "LC",
|
|
98
98
|
},
|
|
99
99
|
arbok: {
|
|
100
|
-
tier: "
|
|
100
|
+
tier: "UU",
|
|
101
101
|
doublesTier: "DOU",
|
|
102
102
|
randomBattleMoves: ["gunkshot", "glare", "earthquake", "suckerpunch"],
|
|
103
103
|
},
|
|
@@ -109,7 +109,7 @@ exports.FormatsData = {
|
|
|
109
109
|
randomBattleMoves: ["thunderbolt", "grassknot", "voltswitch", "surf"],
|
|
110
110
|
},
|
|
111
111
|
raichu: {
|
|
112
|
-
tier: "
|
|
112
|
+
tier: "UU",
|
|
113
113
|
doublesTier: "DOU",
|
|
114
114
|
randomBattleMoves: ["nastyplot", "thunderbolt", "grassknot", "focusblast", "surf"],
|
|
115
115
|
},
|
|
@@ -117,7 +117,7 @@ exports.FormatsData = {
|
|
|
117
117
|
tier: "LC",
|
|
118
118
|
},
|
|
119
119
|
sandslash: {
|
|
120
|
-
tier: "
|
|
120
|
+
tier: "UU",
|
|
121
121
|
doublesTier: "DOU",
|
|
122
122
|
randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "xscissor", "stoneedge"],
|
|
123
123
|
},
|
|
@@ -128,7 +128,7 @@ exports.FormatsData = {
|
|
|
128
128
|
tier: "NFE",
|
|
129
129
|
},
|
|
130
130
|
nidoqueen: {
|
|
131
|
-
tier: "
|
|
131
|
+
tier: "UU",
|
|
132
132
|
doublesTier: "DOU",
|
|
133
133
|
randomBattleMoves: ["earthpower", "sludgewave", "stealthrock", "toxicspikes", "flamethrower", "icebeam"],
|
|
134
134
|
},
|
|
@@ -139,7 +139,7 @@ exports.FormatsData = {
|
|
|
139
139
|
tier: "NFE",
|
|
140
140
|
},
|
|
141
141
|
nidoking: {
|
|
142
|
-
tier: "
|
|
142
|
+
tier: "UU",
|
|
143
143
|
doublesTier: "DOU",
|
|
144
144
|
randomBattleMoves: ["earthpower", "sludgewave", "flamethrower", "icebeam"],
|
|
145
145
|
},
|
|
@@ -158,7 +158,7 @@ exports.FormatsData = {
|
|
|
158
158
|
tier: "LC",
|
|
159
159
|
},
|
|
160
160
|
ninetales: {
|
|
161
|
-
tier: "
|
|
161
|
+
tier: "UU",
|
|
162
162
|
doublesTier: "DOU",
|
|
163
163
|
randomBattleMoves: ["nastyplot", "fireblast", "hypnosis", "solarbeam", "willowisp"],
|
|
164
164
|
},
|
|
@@ -169,7 +169,7 @@ exports.FormatsData = {
|
|
|
169
169
|
tier: "NFE",
|
|
170
170
|
},
|
|
171
171
|
wigglytuff: {
|
|
172
|
-
tier: "
|
|
172
|
+
tier: "UU",
|
|
173
173
|
doublesTier: "DOU",
|
|
174
174
|
randomBattleMoves: ["stealthrock", "reflect", "lightscreen", "dazzlinggleam", "thunderwave", "fireblast"],
|
|
175
175
|
},
|
|
@@ -180,9 +180,9 @@ exports.FormatsData = {
|
|
|
180
180
|
tier: "NFE",
|
|
181
181
|
},
|
|
182
182
|
crobat: {
|
|
183
|
-
tier: "
|
|
183
|
+
tier: "UU",
|
|
184
184
|
doublesTier: "DOU",
|
|
185
|
-
randomBattleMoves: ["
|
|
185
|
+
randomBattleMoves: ["bravebird", "roost", "defog", "toxic", "uturn"],
|
|
186
186
|
},
|
|
187
187
|
oddish: {
|
|
188
188
|
tier: "LC",
|
|
@@ -191,19 +191,19 @@ exports.FormatsData = {
|
|
|
191
191
|
tier: "NFE",
|
|
192
192
|
},
|
|
193
193
|
vileplume: {
|
|
194
|
-
tier: "
|
|
194
|
+
tier: "UU",
|
|
195
195
|
doublesTier: "DOU",
|
|
196
196
|
randomBattleMoves: ["strengthsap", "aromatherapy", "sludgebomb", "sleeppowder", "gigadrain"],
|
|
197
197
|
},
|
|
198
198
|
bellossom: {
|
|
199
|
-
tier: "
|
|
199
|
+
tier: "UU",
|
|
200
200
|
doublesTier: "DOU",
|
|
201
201
|
},
|
|
202
202
|
paras: {
|
|
203
203
|
tier: "LC",
|
|
204
204
|
},
|
|
205
205
|
parasect: {
|
|
206
|
-
tier: "
|
|
206
|
+
tier: "UU",
|
|
207
207
|
doublesTier: "DOU",
|
|
208
208
|
randomBattleMoves: ["spore", "leechseed", "xscissor", "substitute"],
|
|
209
209
|
},
|
|
@@ -211,15 +211,15 @@ exports.FormatsData = {
|
|
|
211
211
|
tier: "LC",
|
|
212
212
|
},
|
|
213
213
|
venomoth: {
|
|
214
|
-
tier: "
|
|
214
|
+
tier: "UU",
|
|
215
215
|
doublesTier: "DOU",
|
|
216
|
-
randomBattleMoves: ["quiverdance", "sludgebomb", "bugbuzz", "substitute"],
|
|
216
|
+
randomBattleMoves: ["quiverdance", "sludgebomb", "bugbuzz", "substitute", "sleeppowder"],
|
|
217
217
|
},
|
|
218
218
|
diglett: {
|
|
219
219
|
tier: "LC",
|
|
220
220
|
},
|
|
221
221
|
dugtrio: {
|
|
222
|
-
tier: "
|
|
222
|
+
tier: "UU",
|
|
223
223
|
doublesTier: "DOU",
|
|
224
224
|
randomBattleMoves: ["earthquake", "stoneedge", "suckerpunch", "stealthrock", "aerialace"],
|
|
225
225
|
},
|
|
@@ -227,23 +227,23 @@ exports.FormatsData = {
|
|
|
227
227
|
tier: "LC",
|
|
228
228
|
},
|
|
229
229
|
persian: {
|
|
230
|
-
tier: "
|
|
230
|
+
tier: "UU",
|
|
231
231
|
doublesTier: "DOU",
|
|
232
|
-
randomBattleMoves: ["fakeout", "slash", "uturn", "
|
|
232
|
+
randomBattleMoves: ["fakeout", "slash", "uturn", "bite", "aerialace"],
|
|
233
233
|
},
|
|
234
234
|
psyduck: {
|
|
235
235
|
tier: "LC",
|
|
236
236
|
},
|
|
237
237
|
golduck: {
|
|
238
|
-
tier: "
|
|
238
|
+
tier: "UU",
|
|
239
239
|
doublesTier: "DOU",
|
|
240
|
-
randomBattleMoves: ["calmmind", "hydropump", "icebeam", "hypnosis"],
|
|
240
|
+
randomBattleMoves: ["calmmind", "hydropump", "icebeam", "hypnosis", "focusblast", "encore"],
|
|
241
241
|
},
|
|
242
242
|
mankey: {
|
|
243
243
|
tier: "LC",
|
|
244
244
|
},
|
|
245
245
|
primeape: {
|
|
246
|
-
tier: "
|
|
246
|
+
tier: "UU",
|
|
247
247
|
doublesTier: "DOU",
|
|
248
248
|
randomBattleMoves: ["closecombat", "uturn", "stoneedge", "poisonjab", "earthquake"],
|
|
249
249
|
},
|
|
@@ -251,7 +251,7 @@ exports.FormatsData = {
|
|
|
251
251
|
tier: "LC",
|
|
252
252
|
},
|
|
253
253
|
arcanine: {
|
|
254
|
-
tier: "
|
|
254
|
+
tier: "UU",
|
|
255
255
|
doublesTier: "DOU",
|
|
256
256
|
randomBattleMoves: ["flareblitz", "morningsun", "willowisp", "extremespeed", "closecombat"],
|
|
257
257
|
},
|
|
@@ -262,14 +262,14 @@ exports.FormatsData = {
|
|
|
262
262
|
tier: "NFE",
|
|
263
263
|
},
|
|
264
264
|
poliwrath: {
|
|
265
|
-
tier: "
|
|
265
|
+
tier: "UU",
|
|
266
266
|
doublesTier: "DOU",
|
|
267
267
|
randomBattleMoves: ["waterfall", "drainpunch", "bulkup", "substitute", "poisonjab", "raindance"],
|
|
268
268
|
},
|
|
269
269
|
politoed: {
|
|
270
|
-
tier: "
|
|
270
|
+
tier: "UU",
|
|
271
271
|
doublesTier: "DOU",
|
|
272
|
-
randomBattleMoves: ["scald", "icebeam", "rest", "
|
|
272
|
+
randomBattleMoves: ["scald", "icebeam", "rest", "encore", "hypnosis"],
|
|
273
273
|
},
|
|
274
274
|
abra: {
|
|
275
275
|
tier: "LC",
|
|
@@ -280,7 +280,7 @@ exports.FormatsData = {
|
|
|
280
280
|
alakazam: {
|
|
281
281
|
tier: "OU",
|
|
282
282
|
doublesTier: "DOU",
|
|
283
|
-
randomBattleMoves: ["nastyplot", "psychic", "focusblast", "shadowball"],
|
|
283
|
+
randomBattleMoves: ["nastyplot", "psychic", "focusblast", "shadowball", "dazzlinggleam"],
|
|
284
284
|
},
|
|
285
285
|
machop: {
|
|
286
286
|
tier: "LC",
|
|
@@ -289,9 +289,9 @@ exports.FormatsData = {
|
|
|
289
289
|
tier: "NFE",
|
|
290
290
|
},
|
|
291
291
|
machamp: {
|
|
292
|
-
tier: "
|
|
292
|
+
tier: "UU",
|
|
293
293
|
doublesTier: "DOU",
|
|
294
|
-
randomBattleMoves: ["dynamicpunch", "knockoff", "stoneedge", "
|
|
294
|
+
randomBattleMoves: ["dynamicpunch", "knockoff", "stoneedge", "facade", "closecombat", "bulletpunch"],
|
|
295
295
|
},
|
|
296
296
|
bellsprout: {
|
|
297
297
|
tier: "LC",
|
|
@@ -300,7 +300,7 @@ exports.FormatsData = {
|
|
|
300
300
|
tier: "NFE",
|
|
301
301
|
},
|
|
302
302
|
victreebel: {
|
|
303
|
-
tier: "
|
|
303
|
+
tier: "UU",
|
|
304
304
|
doublesTier: "DOU",
|
|
305
305
|
randomBattleMoves: ["sunnyday", "sludgebomb", "solarbeam", "sleeppowder", "weatherball"],
|
|
306
306
|
},
|
|
@@ -308,7 +308,7 @@ exports.FormatsData = {
|
|
|
308
308
|
tier: "LC",
|
|
309
309
|
},
|
|
310
310
|
tentacruel: {
|
|
311
|
-
tier: "
|
|
311
|
+
tier: "UU",
|
|
312
312
|
doublesTier: "DOU",
|
|
313
313
|
randomBattleMoves: ["scald", "rapidspin", "sludgebomb", "haze", "knockoff"],
|
|
314
314
|
},
|
|
@@ -319,7 +319,7 @@ exports.FormatsData = {
|
|
|
319
319
|
tier: "NFE",
|
|
320
320
|
},
|
|
321
321
|
golem: {
|
|
322
|
-
tier: "
|
|
322
|
+
tier: "UU",
|
|
323
323
|
doublesTier: "DOU",
|
|
324
324
|
randomBattleMoves: ["stealthrock", "earthquake", "stoneedge", "explosion", "heavyslam"],
|
|
325
325
|
},
|
|
@@ -327,7 +327,7 @@ exports.FormatsData = {
|
|
|
327
327
|
tier: "LC",
|
|
328
328
|
},
|
|
329
329
|
rapidash: {
|
|
330
|
-
tier: "
|
|
330
|
+
tier: "UU",
|
|
331
331
|
doublesTier: "DOU",
|
|
332
332
|
randomBattleMoves: ["flareblitz", "hypnosis", "swordsdance", "highhorsepower", "willowisp", "morningsun"],
|
|
333
333
|
},
|
|
@@ -335,12 +335,12 @@ exports.FormatsData = {
|
|
|
335
335
|
tier: "LC",
|
|
336
336
|
},
|
|
337
337
|
slowbro: {
|
|
338
|
-
tier: "
|
|
338
|
+
tier: "UU",
|
|
339
339
|
doublesTier: "DOU",
|
|
340
|
-
randomBattleMoves: ["scald", "psychic", "slackoff", "icebeam", "calmmind"],
|
|
340
|
+
randomBattleMoves: ["scald", "psychic", "slackoff", "icebeam", "calmmind", "thunderwave"],
|
|
341
341
|
},
|
|
342
342
|
slowking: {
|
|
343
|
-
tier: "
|
|
343
|
+
tier: "UU",
|
|
344
344
|
doublesTier: "DOU",
|
|
345
345
|
randomBattleMoves: ["psychic", "slackoff", "calmmind", "icebeam", "scald"],
|
|
346
346
|
},
|
|
@@ -356,7 +356,7 @@ exports.FormatsData = {
|
|
|
356
356
|
randomBattleMoves: ["thunderbolt", "flashcannon", "voltswitch", "mirrorcoat"],
|
|
357
357
|
},
|
|
358
358
|
farfetchd: {
|
|
359
|
-
tier: "
|
|
359
|
+
tier: "UU",
|
|
360
360
|
doublesTier: "DOU",
|
|
361
361
|
randomBattleMoves: ["bravebird", "knockoff", "leafblade", "slash", "quickattack"],
|
|
362
362
|
},
|
|
@@ -364,15 +364,15 @@ exports.FormatsData = {
|
|
|
364
364
|
tier: "LC",
|
|
365
365
|
},
|
|
366
366
|
dodrio: {
|
|
367
|
-
tier: "
|
|
367
|
+
tier: "UU",
|
|
368
368
|
doublesTier: "DOU",
|
|
369
|
-
randomBattleMoves: ["swordsdance", "bravebird", "steelwing", "roost", "facade"],
|
|
369
|
+
randomBattleMoves: ["swordsdance", "bravebird", "steelwing", "roost", "facade", "quickattack"],
|
|
370
370
|
},
|
|
371
371
|
seel: {
|
|
372
372
|
tier: "LC",
|
|
373
373
|
},
|
|
374
374
|
dewgong: {
|
|
375
|
-
tier: "
|
|
375
|
+
tier: "UU",
|
|
376
376
|
doublesTier: "DOU",
|
|
377
377
|
randomBattleMoves: ["surf", "icebeam", "perishsong", "protect", "rest", "sleeptalk"],
|
|
378
378
|
},
|
|
@@ -380,7 +380,7 @@ exports.FormatsData = {
|
|
|
380
380
|
tier: "LC",
|
|
381
381
|
},
|
|
382
382
|
muk: {
|
|
383
|
-
tier: "
|
|
383
|
+
tier: "UU",
|
|
384
384
|
doublesTier: "DOU",
|
|
385
385
|
randomBattleMoves: ["gunkshot", "curse", "shadowsneak", "brickbreak", "explosion"],
|
|
386
386
|
},
|
|
@@ -388,12 +388,12 @@ exports.FormatsData = {
|
|
|
388
388
|
tier: "LC",
|
|
389
389
|
},
|
|
390
390
|
cloyster: {
|
|
391
|
-
tier: "
|
|
391
|
+
tier: "UU",
|
|
392
392
|
doublesTier: "DOU",
|
|
393
393
|
randomBattleMoves: ["shellsmash", "iciclespear", "rockblast", "hydropump"],
|
|
394
394
|
},
|
|
395
395
|
gastly: {
|
|
396
|
-
tier: "
|
|
396
|
+
tier: "LC",
|
|
397
397
|
},
|
|
398
398
|
haunter: {
|
|
399
399
|
tier: "NFE",
|
|
@@ -407,7 +407,7 @@ exports.FormatsData = {
|
|
|
407
407
|
tier: "LC",
|
|
408
408
|
},
|
|
409
409
|
steelix: {
|
|
410
|
-
tier: "
|
|
410
|
+
tier: "UU",
|
|
411
411
|
doublesTier: "DOU",
|
|
412
412
|
randomBattleMoves: ["stealthrock", "gyroball", "stoneedge", "earthquake", "curse"],
|
|
413
413
|
},
|
|
@@ -415,7 +415,7 @@ exports.FormatsData = {
|
|
|
415
415
|
tier: "LC",
|
|
416
416
|
},
|
|
417
417
|
hypno: {
|
|
418
|
-
tier: "
|
|
418
|
+
tier: "UU",
|
|
419
419
|
doublesTier: "DOU",
|
|
420
420
|
randomBattleMoves: ["psychic", "thunderwave", "shadowball", "focusblast"],
|
|
421
421
|
},
|
|
@@ -423,7 +423,7 @@ exports.FormatsData = {
|
|
|
423
423
|
tier: "LC",
|
|
424
424
|
},
|
|
425
425
|
kingler: {
|
|
426
|
-
tier: "
|
|
426
|
+
tier: "UU",
|
|
427
427
|
doublesTier: "DOU",
|
|
428
428
|
randomBattleMoves: ["swordsdance", "agility", "razorshell", "rockslide", "xscissor"],
|
|
429
429
|
},
|
|
@@ -431,15 +431,15 @@ exports.FormatsData = {
|
|
|
431
431
|
tier: "LC",
|
|
432
432
|
},
|
|
433
433
|
electrode: {
|
|
434
|
-
tier: "
|
|
434
|
+
tier: "UU",
|
|
435
435
|
doublesTier: "DOU",
|
|
436
|
-
randomBattleMoves: ["thunderbolt", "voltswitch", "explosion", "lightscreen"],
|
|
436
|
+
randomBattleMoves: ["thunderbolt", "voltswitch", "explosion", "lightscreen", "taunt"],
|
|
437
437
|
},
|
|
438
438
|
exeggcute: {
|
|
439
439
|
tier: "LC",
|
|
440
440
|
},
|
|
441
441
|
exeggutor: {
|
|
442
|
-
tier: "
|
|
442
|
+
tier: "UU",
|
|
443
443
|
doublesTier: "DOU",
|
|
444
444
|
randomBattleMoves: ["sleeppowder", "gigadrain", "leechseed", "substitute", "psychic"],
|
|
445
445
|
},
|
|
@@ -447,7 +447,7 @@ exports.FormatsData = {
|
|
|
447
447
|
tier: "LC",
|
|
448
448
|
},
|
|
449
449
|
marowak: {
|
|
450
|
-
tier: "
|
|
450
|
+
tier: "UU",
|
|
451
451
|
doublesTier: "DOU",
|
|
452
452
|
randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "aerialace"],
|
|
453
453
|
},
|
|
@@ -455,17 +455,17 @@ exports.FormatsData = {
|
|
|
455
455
|
tier: "LC",
|
|
456
456
|
},
|
|
457
457
|
hitmonlee: {
|
|
458
|
-
tier: "
|
|
458
|
+
tier: "UU",
|
|
459
459
|
doublesTier: "DOU",
|
|
460
|
-
randomBattleMoves: ["
|
|
460
|
+
randomBattleMoves: ["bulkup", "stoneedge", "bulletpunch", "highjumpkick"],
|
|
461
461
|
},
|
|
462
462
|
hitmonchan: {
|
|
463
|
-
tier: "
|
|
463
|
+
tier: "UU",
|
|
464
464
|
doublesTier: "DOU",
|
|
465
|
-
randomBattleMoves: ["
|
|
465
|
+
randomBattleMoves: ["drainpunch", "icepunch", "machpunch", "stoneedge", "rapidspin", "bulkup"],
|
|
466
466
|
},
|
|
467
467
|
hitmontop: {
|
|
468
|
-
tier: "
|
|
468
|
+
tier: "UU",
|
|
469
469
|
doublesTier: "DOU",
|
|
470
470
|
randomBattleMoves: ["closecombat", "rapidspin", "stoneedge", "machpunch", "suckerpunch"],
|
|
471
471
|
},
|
|
@@ -473,15 +473,15 @@ exports.FormatsData = {
|
|
|
473
473
|
tier: "LC",
|
|
474
474
|
},
|
|
475
475
|
lickilicky: {
|
|
476
|
-
tier: "
|
|
476
|
+
tier: "UU",
|
|
477
477
|
doublesTier: "DOU",
|
|
478
|
-
randomBattleMoves: ["bodyslam", "knockoff", "hammerarm", "powerwhip"],
|
|
478
|
+
randomBattleMoves: ["bodyslam", "knockoff", "hammerarm", "powerwhip", "swordsdance"],
|
|
479
479
|
},
|
|
480
480
|
koffing: {
|
|
481
481
|
tier: "LC",
|
|
482
482
|
},
|
|
483
483
|
weezing: {
|
|
484
|
-
tier: "
|
|
484
|
+
tier: "UU",
|
|
485
485
|
doublesTier: "DOU",
|
|
486
486
|
randomBattleMoves: ["sludgebomb", "toxicspikes", "willowisp", "explosion", "fireblast"],
|
|
487
487
|
},
|
|
@@ -492,7 +492,7 @@ exports.FormatsData = {
|
|
|
492
492
|
tier: "NFE",
|
|
493
493
|
},
|
|
494
494
|
rhyperior: {
|
|
495
|
-
tier: "
|
|
495
|
+
tier: "UU",
|
|
496
496
|
doublesTier: "DOU",
|
|
497
497
|
randomBattleMoves: ["stoneedge", "earthquake", "swordsdance", "megahorn", "firefang"],
|
|
498
498
|
},
|
|
@@ -516,7 +516,7 @@ exports.FormatsData = {
|
|
|
516
516
|
randomBattleMoves: ["powerwhip", "sleeppowder", "leechseed", "earthquake", "knockoff", "sludgebomb"],
|
|
517
517
|
},
|
|
518
518
|
kangaskhan: {
|
|
519
|
-
tier: "
|
|
519
|
+
tier: "UU",
|
|
520
520
|
doublesTier: "DOU",
|
|
521
521
|
randomBattleMoves: ["doubleedge", "crunch", "hammerarm", "earthquake", "fakeout"],
|
|
522
522
|
},
|
|
@@ -527,14 +527,14 @@ exports.FormatsData = {
|
|
|
527
527
|
tier: "NFE",
|
|
528
528
|
},
|
|
529
529
|
kingdra: {
|
|
530
|
-
tier: "
|
|
530
|
+
tier: "UU",
|
|
531
531
|
doublesTier: "DOU",
|
|
532
532
|
},
|
|
533
533
|
goldeen: {
|
|
534
534
|
tier: "LC",
|
|
535
535
|
},
|
|
536
536
|
seaking: {
|
|
537
|
-
tier: "
|
|
537
|
+
tier: "UU",
|
|
538
538
|
doublesTier: "DOU",
|
|
539
539
|
randomBattleMoves: ["waterfall", "megahorn", "agility", "swordsdance"],
|
|
540
540
|
},
|
|
@@ -544,13 +544,13 @@ exports.FormatsData = {
|
|
|
544
544
|
starmie: {
|
|
545
545
|
tier: "OU",
|
|
546
546
|
doublesTier: "DOU",
|
|
547
|
-
randomBattleMoves: ["hydropump", "psychic", "icebeam", "thunderbolt", "recover", "rapidspin"],
|
|
547
|
+
randomBattleMoves: ["hydropump", "psychic", "icebeam", "thunderbolt", "recover", "rapidspin", "scald"],
|
|
548
548
|
},
|
|
549
549
|
mimejr: {
|
|
550
550
|
tier: "LC",
|
|
551
551
|
},
|
|
552
552
|
mrmime: {
|
|
553
|
-
tier: "
|
|
553
|
+
tier: "UU",
|
|
554
554
|
doublesTier: "DOU",
|
|
555
555
|
randomBattleMoves: ["psychic", "dazzlinggleam", "focusblast", "nastyplot", "thunderbolt"],
|
|
556
556
|
},
|
|
@@ -566,7 +566,7 @@ exports.FormatsData = {
|
|
|
566
566
|
tier: "LC",
|
|
567
567
|
},
|
|
568
568
|
jynx: {
|
|
569
|
-
tier: "
|
|
569
|
+
tier: "UU",
|
|
570
570
|
doublesTier: "DOU",
|
|
571
571
|
randomBattleMoves: ["lovelykiss", "icebeam", "psychic", "substitute", "nastyplot"],
|
|
572
572
|
},
|
|
@@ -577,7 +577,7 @@ exports.FormatsData = {
|
|
|
577
577
|
tier: "NFE",
|
|
578
578
|
},
|
|
579
579
|
electivire: {
|
|
580
|
-
tier: "
|
|
580
|
+
tier: "UU",
|
|
581
581
|
doublesTier: "DOU",
|
|
582
582
|
randomBattleMoves: ["wildcharge", "voltswitch", "flamethrower", "earthquake", "crosschop", "icepunch"],
|
|
583
583
|
},
|
|
@@ -588,17 +588,17 @@ exports.FormatsData = {
|
|
|
588
588
|
tier: "NFE",
|
|
589
589
|
},
|
|
590
590
|
magmortar: {
|
|
591
|
-
tier: "
|
|
591
|
+
tier: "UU",
|
|
592
592
|
doublesTier: "DOU",
|
|
593
593
|
randomBattleMoves: ["fireblast", "earthquake", "psychic", "thunderbolt", "taunt"],
|
|
594
594
|
},
|
|
595
595
|
pinsir: {
|
|
596
|
-
tier: "
|
|
596
|
+
tier: "UU",
|
|
597
597
|
doublesTier: "DOU",
|
|
598
598
|
randomBattleMoves: ["stealthrock", "xscissor", "closecombat", "stoneedge", "earthquake"],
|
|
599
599
|
},
|
|
600
600
|
tauros: {
|
|
601
|
-
tier: "
|
|
601
|
+
tier: "UU",
|
|
602
602
|
doublesTier: "DOU",
|
|
603
603
|
randomBattleMoves: ["rockclimb", "zenheadbutt", "earthquake", "rockslide"],
|
|
604
604
|
},
|
|
@@ -606,17 +606,17 @@ exports.FormatsData = {
|
|
|
606
606
|
tier: "LC",
|
|
607
607
|
},
|
|
608
608
|
gyarados: {
|
|
609
|
-
tier: "
|
|
609
|
+
tier: "UU",
|
|
610
610
|
doublesTier: "DOU",
|
|
611
|
-
randomBattleMoves: ["waterfall", "dragondance", "earthquake", "stoneedge"],
|
|
611
|
+
randomBattleMoves: ["waterfall", "dragondance", "earthquake", "stoneedge", "icefang"],
|
|
612
612
|
},
|
|
613
613
|
lapras: {
|
|
614
|
-
tier: "
|
|
614
|
+
tier: "UU",
|
|
615
615
|
doublesTier: "DOU",
|
|
616
616
|
randomBattleMoves: ["freezedry", "surf", "thunderbolt", "blizzard"],
|
|
617
617
|
},
|
|
618
618
|
ditto: {
|
|
619
|
-
tier: "
|
|
619
|
+
tier: "UU",
|
|
620
620
|
doublesTier: "DOU",
|
|
621
621
|
randomBattleMoves: ["transform"],
|
|
622
622
|
},
|
|
@@ -624,39 +624,39 @@ exports.FormatsData = {
|
|
|
624
624
|
tier: "LC",
|
|
625
625
|
},
|
|
626
626
|
vaporeon: {
|
|
627
|
-
tier: "
|
|
627
|
+
tier: "UU",
|
|
628
628
|
doublesTier: "DOU",
|
|
629
|
-
randomBattleMoves: ["scald", "
|
|
629
|
+
randomBattleMoves: ["scald", "wish", "protect", "icebeam", "haze"],
|
|
630
630
|
},
|
|
631
631
|
jolteon: {
|
|
632
|
-
tier: "
|
|
632
|
+
tier: "UU",
|
|
633
633
|
doublesTier: "DOU",
|
|
634
634
|
randomBattleMoves: ["voltswitch", "thunderbolt", "yawn", "batonpass", "shadowball"],
|
|
635
635
|
},
|
|
636
636
|
flareon: {
|
|
637
|
-
tier: "
|
|
637
|
+
tier: "UU",
|
|
638
638
|
doublesTier: "DOU",
|
|
639
639
|
randomBattleMoves: ["flareblitz", "willowisp", "facade", "quickattack"],
|
|
640
640
|
},
|
|
641
641
|
espeon: {
|
|
642
|
-
tier: "
|
|
642
|
+
tier: "UU",
|
|
643
643
|
doublesTier: "DOU",
|
|
644
|
-
randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "morningsun"],
|
|
644
|
+
randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "morningsun", "shadowball"],
|
|
645
645
|
},
|
|
646
646
|
umbreon: {
|
|
647
|
-
tier: "
|
|
647
|
+
tier: "UU",
|
|
648
648
|
doublesTier: "DOU",
|
|
649
649
|
randomBattleMoves: ["foulplay", "wish", "taunt", "protect"],
|
|
650
650
|
},
|
|
651
651
|
leafeon: {
|
|
652
|
-
tier: "
|
|
652
|
+
tier: "UU",
|
|
653
653
|
doublesTier: "DOU",
|
|
654
|
-
randomBattleMoves: ["leafblade", "synthesis", "swordsdance", "xscissor"],
|
|
654
|
+
randomBattleMoves: ["leafblade", "synthesis", "swordsdance", "xscissor", "doubleedge"],
|
|
655
655
|
},
|
|
656
656
|
glaceon: {
|
|
657
|
-
tier: "
|
|
657
|
+
tier: "UU",
|
|
658
658
|
doublesTier: "DOU",
|
|
659
|
-
randomBattleMoves: ["icebeam", "freezedry", "waterpulse", "roar"],
|
|
659
|
+
randomBattleMoves: ["icebeam", "freezedry", "waterpulse", "roar", "shadowball"],
|
|
660
660
|
},
|
|
661
661
|
porygon: {
|
|
662
662
|
tier: "LC",
|
|
@@ -665,7 +665,7 @@ exports.FormatsData = {
|
|
|
665
665
|
tier: "NFE",
|
|
666
666
|
},
|
|
667
667
|
porygonz: {
|
|
668
|
-
tier: "
|
|
668
|
+
tier: "UU",
|
|
669
669
|
doublesTier: "DOU",
|
|
670
670
|
randomBattleMoves: ["triattack", "nastyplot", "icebeam", "thunderbolt", "darkpulse"],
|
|
671
671
|
},
|
|
@@ -673,7 +673,7 @@ exports.FormatsData = {
|
|
|
673
673
|
tier: "LC",
|
|
674
674
|
},
|
|
675
675
|
omastar: {
|
|
676
|
-
tier: "
|
|
676
|
+
tier: "UU",
|
|
677
677
|
doublesTier: "DOU",
|
|
678
678
|
randomBattleMoves: ["shellsmash", "hydropump", "icebeam", "ancientpower"],
|
|
679
679
|
},
|
|
@@ -681,7 +681,7 @@ exports.FormatsData = {
|
|
|
681
681
|
tier: "LC",
|
|
682
682
|
},
|
|
683
683
|
kabutops: {
|
|
684
|
-
tier: "
|
|
684
|
+
tier: "UU",
|
|
685
685
|
doublesTier: "DOU",
|
|
686
686
|
randomBattleMoves: ["liquidation", "stoneedge", "rapidspin", "swordsdance", "knockoff"],
|
|
687
687
|
},
|
|
@@ -694,22 +694,22 @@ exports.FormatsData = {
|
|
|
694
694
|
tier: "LC",
|
|
695
695
|
},
|
|
696
696
|
snorlax: {
|
|
697
|
-
tier: "
|
|
697
|
+
tier: "UU",
|
|
698
698
|
doublesTier: "DOU",
|
|
699
699
|
randomBattleMoves: ["bodyslam", "curse", "rest", "sleeptalk"],
|
|
700
700
|
},
|
|
701
701
|
articuno: {
|
|
702
|
-
tier: "
|
|
702
|
+
tier: "UU",
|
|
703
703
|
doublesTier: "DOU",
|
|
704
704
|
randomBattleMoves: ["icebeam", "roost", "uturn", "defog"],
|
|
705
705
|
},
|
|
706
706
|
zapdos: {
|
|
707
|
-
tier: "
|
|
707
|
+
tier: "UU",
|
|
708
708
|
doublesTier: "DOU",
|
|
709
709
|
randomBattleMoves: ["discharge", "uturn", "roost", "substitute", "defog"],
|
|
710
710
|
},
|
|
711
711
|
moltres: {
|
|
712
|
-
tier: "
|
|
712
|
+
tier: "UU",
|
|
713
713
|
doublesTier: "DOU",
|
|
714
714
|
randomBattleMoves: ["fireblast", "roost", "uturn", "hurricane", "willowisp"],
|
|
715
715
|
},
|
|
@@ -727,10 +727,10 @@ exports.FormatsData = {
|
|
|
727
727
|
mewtwo: {
|
|
728
728
|
tier: "Uber",
|
|
729
729
|
doublesTier: "DUber",
|
|
730
|
-
randomBattleMoves: ["psystrike", "aurasphere", "
|
|
730
|
+
randomBattleMoves: ["psystrike", "aurasphere", "fireblast", "nastyplot", "recover", "shadowball"],
|
|
731
731
|
},
|
|
732
732
|
mew: {
|
|
733
|
-
tier: "
|
|
733
|
+
tier: "UU",
|
|
734
734
|
doublesTier: "DOU",
|
|
735
735
|
randomBattleMoves: ["calmmind", "aurasphere", "psychic", "shadowball"],
|
|
736
736
|
},
|
|
@@ -741,7 +741,7 @@ exports.FormatsData = {
|
|
|
741
741
|
tier: "NFE",
|
|
742
742
|
},
|
|
743
743
|
meganium: {
|
|
744
|
-
tier: "
|
|
744
|
+
tier: "UU",
|
|
745
745
|
doublesTier: "DOU",
|
|
746
746
|
randomBattleMoves: ["gigadrain", "leechseed", "reflect", "lightscreen", "aromatherapy"],
|
|
747
747
|
},
|
|
@@ -752,7 +752,7 @@ exports.FormatsData = {
|
|
|
752
752
|
tier: "NFE",
|
|
753
753
|
},
|
|
754
754
|
typhlosion: {
|
|
755
|
-
tier: "
|
|
755
|
+
tier: "UU",
|
|
756
756
|
doublesTier: "DOU",
|
|
757
757
|
randomBattleMoves: ["eruption", "fireblast", "extrasensory", "focusblast"],
|
|
758
758
|
},
|
|
@@ -765,13 +765,13 @@ exports.FormatsData = {
|
|
|
765
765
|
feraligatr: {
|
|
766
766
|
tier: "OU",
|
|
767
767
|
doublesTier: "DOU",
|
|
768
|
-
randomBattleMoves: ["dragondance", "
|
|
768
|
+
randomBattleMoves: ["dragondance", "icepunch", "waterfall", "crunch", "aquajet"],
|
|
769
769
|
},
|
|
770
770
|
sentret: {
|
|
771
771
|
tier: "LC",
|
|
772
772
|
},
|
|
773
773
|
furret: {
|
|
774
|
-
tier: "
|
|
774
|
+
tier: "UU",
|
|
775
775
|
doublesTier: "DOU",
|
|
776
776
|
randomBattleMoves: ["doubleedge", "suckerpunch", "uturn", "shadowclaw"],
|
|
777
777
|
},
|
|
@@ -779,7 +779,7 @@ exports.FormatsData = {
|
|
|
779
779
|
tier: "LC",
|
|
780
780
|
},
|
|
781
781
|
noctowl: {
|
|
782
|
-
tier: "
|
|
782
|
+
tier: "UU",
|
|
783
783
|
doublesTier: "DOU",
|
|
784
784
|
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "shadowball", "roost"],
|
|
785
785
|
},
|
|
@@ -787,7 +787,7 @@ exports.FormatsData = {
|
|
|
787
787
|
tier: "LC",
|
|
788
788
|
},
|
|
789
789
|
ledian: {
|
|
790
|
-
tier: "
|
|
790
|
+
tier: "UU",
|
|
791
791
|
doublesTier: "DOU",
|
|
792
792
|
randomBattleMoves: ["uturn", "knockoff", "roost", "reflect", "lightscreen"],
|
|
793
793
|
},
|
|
@@ -795,7 +795,7 @@ exports.FormatsData = {
|
|
|
795
795
|
tier: "LC",
|
|
796
796
|
},
|
|
797
797
|
ariados: {
|
|
798
|
-
tier: "
|
|
798
|
+
tier: "UU",
|
|
799
799
|
doublesTier: "DOU",
|
|
800
800
|
randomBattleMoves: ["poisonjab", "toxicspikes", "stickyweb", "lunge"],
|
|
801
801
|
},
|
|
@@ -803,7 +803,7 @@ exports.FormatsData = {
|
|
|
803
803
|
tier: "LC",
|
|
804
804
|
},
|
|
805
805
|
lanturn: {
|
|
806
|
-
tier: "
|
|
806
|
+
tier: "UU",
|
|
807
807
|
doublesTier: "DOU",
|
|
808
808
|
randomBattleMoves: ["scald", "discharge", "voltswitch", "icebeam", "thunderwave"],
|
|
809
809
|
},
|
|
@@ -822,7 +822,7 @@ exports.FormatsData = {
|
|
|
822
822
|
tier: "LC",
|
|
823
823
|
},
|
|
824
824
|
xatu: {
|
|
825
|
-
tier: "
|
|
825
|
+
tier: "UU",
|
|
826
826
|
doublesTier: "DOU",
|
|
827
827
|
randomBattleMoves: ["psychic", "roost", "teleport", "thunderwave", "airslash"],
|
|
828
828
|
},
|
|
@@ -833,9 +833,9 @@ exports.FormatsData = {
|
|
|
833
833
|
tier: "NFE",
|
|
834
834
|
},
|
|
835
835
|
ampharos: {
|
|
836
|
-
tier: "
|
|
836
|
+
tier: "UU",
|
|
837
837
|
doublesTier: "DOU",
|
|
838
|
-
randomBattleMoves: ["thunderbolt", "
|
|
838
|
+
randomBattleMoves: ["thunderbolt", "voltswitch", "powergem", "focusblast"],
|
|
839
839
|
},
|
|
840
840
|
azurill: {
|
|
841
841
|
tier: "LC",
|
|
@@ -852,7 +852,7 @@ exports.FormatsData = {
|
|
|
852
852
|
tier: "LC",
|
|
853
853
|
},
|
|
854
854
|
sudowoodo: {
|
|
855
|
-
tier: "
|
|
855
|
+
tier: "UU",
|
|
856
856
|
doublesTier: "DOU",
|
|
857
857
|
randomBattleMoves: ["headsmash", "stealthrock", "earthquake", "suckerpunch", "selfdestruct"],
|
|
858
858
|
},
|
|
@@ -863,7 +863,7 @@ exports.FormatsData = {
|
|
|
863
863
|
tier: "NFE",
|
|
864
864
|
},
|
|
865
865
|
jumpluff: {
|
|
866
|
-
tier: "
|
|
866
|
+
tier: "UU",
|
|
867
867
|
doublesTier: "DOU",
|
|
868
868
|
randomBattleMoves: ["sleeppowder", "leechseed", "substitute", "acrobatics", "strengthsap"],
|
|
869
869
|
},
|
|
@@ -871,23 +871,23 @@ exports.FormatsData = {
|
|
|
871
871
|
tier: "LC",
|
|
872
872
|
},
|
|
873
873
|
ambipom: {
|
|
874
|
-
tier: "
|
|
874
|
+
tier: "UU",
|
|
875
875
|
doublesTier: "DOU",
|
|
876
|
-
randomBattleMoves: ["fakeout", "uturn", "
|
|
876
|
+
randomBattleMoves: ["fakeout", "uturn", "doublehit", "switcheroo", "brickbreak", "thief", "aerialace"],
|
|
877
877
|
},
|
|
878
878
|
sunkern: {
|
|
879
879
|
tier: "LC",
|
|
880
880
|
},
|
|
881
881
|
sunflora: {
|
|
882
|
-
tier: "
|
|
882
|
+
tier: "UU",
|
|
883
883
|
doublesTier: "DOU",
|
|
884
|
-
randomBattleMoves: ["energyball", "sludgebomb", "
|
|
884
|
+
randomBattleMoves: ["energyball", "sludgebomb", "synthesis", "lightscreen"],
|
|
885
885
|
},
|
|
886
886
|
yanma: {
|
|
887
887
|
tier: "LC",
|
|
888
888
|
},
|
|
889
889
|
yanmega: {
|
|
890
|
-
tier: "
|
|
890
|
+
tier: "UU",
|
|
891
891
|
doublesTier: "DOU",
|
|
892
892
|
randomBattleMoves: ["bugbuzz", "gigadrain", "airslash", "uturn", "protect"],
|
|
893
893
|
},
|
|
@@ -895,7 +895,7 @@ exports.FormatsData = {
|
|
|
895
895
|
tier: "LC",
|
|
896
896
|
},
|
|
897
897
|
quagsire: {
|
|
898
|
-
tier: "
|
|
898
|
+
tier: "UU",
|
|
899
899
|
doublesTier: "DOU",
|
|
900
900
|
randomBattleMoves: ["earthquake", "recover", "scald", "toxic"],
|
|
901
901
|
},
|
|
@@ -903,18 +903,20 @@ exports.FormatsData = {
|
|
|
903
903
|
tier: "LC",
|
|
904
904
|
},
|
|
905
905
|
honchkrow: {
|
|
906
|
-
tier: "
|
|
906
|
+
tier: "UU",
|
|
907
907
|
doublesTier: "DOU",
|
|
908
|
+
randomBattleMoves: ["bravebird", "suckerpunch", "roost", "taunt"],
|
|
908
909
|
},
|
|
909
910
|
misdreavus: {
|
|
910
911
|
tier: "LC",
|
|
911
912
|
},
|
|
912
913
|
mismagius: {
|
|
913
|
-
tier: "
|
|
914
|
+
tier: "UU",
|
|
914
915
|
doublesTier: "DOU",
|
|
916
|
+
randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "shadowball", "substitute", "painsplit", "willowisp", "thunderbolt"],
|
|
915
917
|
},
|
|
916
918
|
unown: {
|
|
917
|
-
tier: "
|
|
919
|
+
tier: "UU",
|
|
918
920
|
doublesTier: "DOU",
|
|
919
921
|
randomBattleMoves: ["hiddenpowerpsychic", "hiddenpowerfighting"],
|
|
920
922
|
},
|
|
@@ -922,27 +924,27 @@ exports.FormatsData = {
|
|
|
922
924
|
tier: "LC",
|
|
923
925
|
},
|
|
924
926
|
wobbuffet: {
|
|
925
|
-
tier: "
|
|
927
|
+
tier: "UU",
|
|
926
928
|
doublesTier: "DOU",
|
|
927
929
|
randomBattleMoves: ["counter", "mirrorcoat", "encore", "destinybond"],
|
|
928
930
|
},
|
|
929
931
|
girafarig: {
|
|
930
|
-
tier: "
|
|
932
|
+
tier: "UU",
|
|
931
933
|
doublesTier: "DOU",
|
|
932
|
-
randomBattleMoves: ["nastyplot", "thunderbolt", "psychic", "dazzlinggleam"],
|
|
934
|
+
randomBattleMoves: ["nastyplot", "thunderbolt", "psychic", "dazzlinggleam", "shadowball"],
|
|
933
935
|
},
|
|
934
936
|
pineco: {
|
|
935
937
|
tier: "LC",
|
|
936
938
|
},
|
|
937
939
|
forretress: {
|
|
938
|
-
tier: "
|
|
940
|
+
tier: "UU",
|
|
939
941
|
doublesTier: "DOU",
|
|
940
942
|
randomBattleMoves: ["voltswitch", "gyroball", "rapidspin", "spikes", "toxicspikes"],
|
|
941
943
|
},
|
|
942
944
|
dunsparce: {
|
|
943
|
-
tier: "
|
|
945
|
+
tier: "UU",
|
|
944
946
|
doublesTier: "DOU",
|
|
945
|
-
randomBattleMoves: ["
|
|
947
|
+
randomBattleMoves: ["bodyslam", "bite", "roost", "coil"],
|
|
946
948
|
},
|
|
947
949
|
gligar: {
|
|
948
950
|
tier: "LC",
|
|
@@ -956,24 +958,24 @@ exports.FormatsData = {
|
|
|
956
958
|
tier: "LC",
|
|
957
959
|
},
|
|
958
960
|
granbull: {
|
|
959
|
-
tier: "
|
|
961
|
+
tier: "UU",
|
|
960
962
|
doublesTier: "DOU",
|
|
961
963
|
randomBattleMoves: ["playrough", "earthquake", "crunch", "healbell", "thunderwave"],
|
|
962
964
|
},
|
|
963
965
|
qwilfish: {
|
|
964
|
-
tier: "
|
|
966
|
+
tier: "UU",
|
|
965
967
|
doublesTier: "DOU",
|
|
966
968
|
randomBattleMoves: ["destinybond", "waterfall", "poisonjab", "spikes", "toxicspikes", "thunderwave"],
|
|
967
969
|
},
|
|
968
970
|
shuckle: {
|
|
969
|
-
tier: "
|
|
971
|
+
tier: "UU",
|
|
970
972
|
doublesTier: "DOU",
|
|
971
973
|
randomBattleMoves: ["knockoff", "stealthrock", "stickyweb", "toxic"],
|
|
972
974
|
},
|
|
973
975
|
heracross: {
|
|
974
|
-
tier: "
|
|
976
|
+
tier: "UU",
|
|
975
977
|
doublesTier: "DOU",
|
|
976
|
-
randomBattleMoves: ["facade", "megahorn", "closecombat", "
|
|
978
|
+
randomBattleMoves: ["facade", "megahorn", "closecombat", "throatchop", "stoneedge"],
|
|
977
979
|
},
|
|
978
980
|
sneasel: {
|
|
979
981
|
tier: "LC",
|
|
@@ -987,7 +989,7 @@ exports.FormatsData = {
|
|
|
987
989
|
tier: "LC",
|
|
988
990
|
},
|
|
989
991
|
ursaring: {
|
|
990
|
-
tier: "
|
|
992
|
+
tier: "UU",
|
|
991
993
|
doublesTier: "DOU",
|
|
992
994
|
randomBattleMoves: ["closecombat", "crunch", "protect", "facade", "swordsdance"],
|
|
993
995
|
},
|
|
@@ -995,7 +997,7 @@ exports.FormatsData = {
|
|
|
995
997
|
tier: "LC",
|
|
996
998
|
},
|
|
997
999
|
magcargo: {
|
|
998
|
-
tier: "
|
|
1000
|
+
tier: "UU",
|
|
999
1001
|
doublesTier: "DOU",
|
|
1000
1002
|
randomBattleMoves: ["fireblast", "ancientpower", "earthpower", "shellsmash", "recover", "stealthrock", "lavaplume"],
|
|
1001
1003
|
},
|
|
@@ -1008,23 +1010,23 @@ exports.FormatsData = {
|
|
|
1008
1010
|
mamoswine: {
|
|
1009
1011
|
tier: "OU",
|
|
1010
1012
|
doublesTier: "DOU",
|
|
1011
|
-
randomBattleMoves: ["earthquake", "iciclecrash", "iceshard", "stealthrock"],
|
|
1013
|
+
randomBattleMoves: ["earthquake", "iciclecrash", "iceshard", "stealthrock", "stoneedge"],
|
|
1012
1014
|
},
|
|
1013
1015
|
corsola: {
|
|
1014
|
-
tier: "
|
|
1016
|
+
tier: "UU",
|
|
1015
1017
|
doublesTier: "DOU",
|
|
1016
|
-
randomBattleMoves: ["recover", "scald", "powergem", "stealthrock"],
|
|
1018
|
+
randomBattleMoves: ["recover", "scald", "powergem", "stealthrock", "icebeam"],
|
|
1017
1019
|
},
|
|
1018
1020
|
remoraid: {
|
|
1019
1021
|
tier: "LC",
|
|
1020
1022
|
},
|
|
1021
1023
|
octillery: {
|
|
1022
|
-
tier: "
|
|
1024
|
+
tier: "UU",
|
|
1023
1025
|
doublesTier: "DOU",
|
|
1024
1026
|
randomBattleMoves: ["energyball", "fireblast", "hydropump", "gunkshot", "icebeam", "protect"],
|
|
1025
1027
|
},
|
|
1026
1028
|
delibird: {
|
|
1027
|
-
tier: "
|
|
1029
|
+
tier: "UU",
|
|
1028
1030
|
doublesTier: "DOU",
|
|
1029
1031
|
randomBattleMoves: ["destinybond", "freezedry", "rapidspin", "spikes"],
|
|
1030
1032
|
},
|
|
@@ -1032,20 +1034,20 @@ exports.FormatsData = {
|
|
|
1032
1034
|
tier: "LC",
|
|
1033
1035
|
},
|
|
1034
1036
|
mantine: {
|
|
1035
|
-
tier: "
|
|
1037
|
+
tier: "UU",
|
|
1036
1038
|
doublesTier: "DOU",
|
|
1037
|
-
randomBattleMoves: ["scald", "icebeam", "defog", "
|
|
1039
|
+
randomBattleMoves: ["scald", "icebeam", "defog", "roost"],
|
|
1038
1040
|
},
|
|
1039
1041
|
skarmory: {
|
|
1040
1042
|
tier: "OU",
|
|
1041
1043
|
doublesTier: "DOU",
|
|
1042
|
-
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"
|
|
1044
|
+
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
|
|
1043
1045
|
},
|
|
1044
1046
|
houndour: {
|
|
1045
1047
|
tier: "LC",
|
|
1046
1048
|
},
|
|
1047
1049
|
houndoom: {
|
|
1048
|
-
tier: "
|
|
1050
|
+
tier: "UU",
|
|
1049
1051
|
doublesTier: "DOU",
|
|
1050
1052
|
randomBattleMoves: ["nastyplot", "darkpulse", "fireblast", "suckerpunch"],
|
|
1051
1053
|
},
|
|
@@ -1053,37 +1055,37 @@ exports.FormatsData = {
|
|
|
1053
1055
|
tier: "LC",
|
|
1054
1056
|
},
|
|
1055
1057
|
donphan: {
|
|
1056
|
-
tier: "
|
|
1058
|
+
tier: "UU",
|
|
1057
1059
|
doublesTier: "DOU",
|
|
1058
1060
|
randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "stoneedge", "iceshard"],
|
|
1059
1061
|
},
|
|
1060
1062
|
stantler: {
|
|
1061
|
-
tier: "
|
|
1063
|
+
tier: "UU",
|
|
1062
1064
|
doublesTier: "DOU",
|
|
1063
1065
|
randomBattleMoves: ["doubleedge", "megahorn", "zenheadbutt", "earthquake"],
|
|
1064
1066
|
},
|
|
1065
1067
|
smeargle: {
|
|
1066
|
-
tier: "
|
|
1067
|
-
doublesTier: "
|
|
1068
|
+
tier: "UU",
|
|
1069
|
+
doublesTier: "DUber",
|
|
1068
1070
|
randomBattleMoves: ["stealthrock", "spikes", "spore", "toxicspikes", "stickyweb"],
|
|
1069
1071
|
},
|
|
1070
1072
|
miltank: {
|
|
1071
|
-
tier: "
|
|
1073
|
+
tier: "UU",
|
|
1072
1074
|
doublesTier: "DOU",
|
|
1073
1075
|
randomBattleMoves: ["bodyslam", "milkdrink", "stealthrock", "curse", "earthquake"],
|
|
1074
1076
|
},
|
|
1075
1077
|
raikou: {
|
|
1076
|
-
tier: "
|
|
1078
|
+
tier: "UU",
|
|
1077
1079
|
doublesTier: "DOU",
|
|
1078
1080
|
randomBattleMoves: ["thunderbolt", "scald", "voltswitch", "calmmind", "substitute"],
|
|
1079
1081
|
},
|
|
1080
1082
|
entei: {
|
|
1081
|
-
tier: "
|
|
1083
|
+
tier: "UU",
|
|
1082
1084
|
doublesTier: "DOU",
|
|
1083
1085
|
randomBattleMoves: ["sacredfire", "extremespeed", "stoneedge", "irontail", "bulldoze"],
|
|
1084
1086
|
},
|
|
1085
1087
|
suicune: {
|
|
1086
|
-
tier: "
|
|
1088
|
+
tier: "UU",
|
|
1087
1089
|
doublesTier: "DOU",
|
|
1088
1090
|
randomBattleMoves: ["scald", "rest", "sleeptalk", "calmmind"],
|
|
1089
1091
|
},
|
|
@@ -1111,7 +1113,7 @@ exports.FormatsData = {
|
|
|
1111
1113
|
celebi: {
|
|
1112
1114
|
isNonstandard: "Unobtainable",
|
|
1113
1115
|
tier: "Unreleased",
|
|
1114
|
-
randomBattleMoves: ["nastyplot", "psychic", "leafstorm", "gigadrain", "
|
|
1116
|
+
randomBattleMoves: ["nastyplot", "psychic", "leafstorm", "gigadrain", "dazzlinggleam", "uturn", "recover"],
|
|
1115
1117
|
},
|
|
1116
1118
|
treecko: {
|
|
1117
1119
|
tier: "LC",
|
|
@@ -1120,7 +1122,7 @@ exports.FormatsData = {
|
|
|
1120
1122
|
tier: "NFE",
|
|
1121
1123
|
},
|
|
1122
1124
|
sceptile: {
|
|
1123
|
-
tier: "
|
|
1125
|
+
tier: "UU",
|
|
1124
1126
|
doublesTier: "DOU",
|
|
1125
1127
|
randomBattleMoves: ["substitute", "leechseed", "leafstorm", "gigadrain", "focusblast"],
|
|
1126
1128
|
},
|
|
@@ -1131,7 +1133,7 @@ exports.FormatsData = {
|
|
|
1131
1133
|
tier: "NFE",
|
|
1132
1134
|
},
|
|
1133
1135
|
blaziken: {
|
|
1134
|
-
tier: "
|
|
1136
|
+
tier: "Uber",
|
|
1135
1137
|
doublesTier: "DOU",
|
|
1136
1138
|
randomBattleMoves: ["swordsdance", "stoneedge", "closecombat", "flareblitz", "earthquake"],
|
|
1137
1139
|
},
|
|
@@ -1142,7 +1144,7 @@ exports.FormatsData = {
|
|
|
1142
1144
|
tier: "NFE",
|
|
1143
1145
|
},
|
|
1144
1146
|
swampert: {
|
|
1145
|
-
tier: "
|
|
1147
|
+
tier: "UU",
|
|
1146
1148
|
doublesTier: "DOU",
|
|
1147
1149
|
randomBattleMoves: ["scald", "earthquake", "stealthrock", "icebeam", "stoneedge"],
|
|
1148
1150
|
},
|
|
@@ -1150,7 +1152,7 @@ exports.FormatsData = {
|
|
|
1150
1152
|
tier: "LC",
|
|
1151
1153
|
},
|
|
1152
1154
|
mightyena: {
|
|
1153
|
-
tier: "
|
|
1155
|
+
tier: "UU",
|
|
1154
1156
|
doublesTier: "DOU",
|
|
1155
1157
|
randomBattleMoves: ["suckerpunch", "playrough", "firefang", "crunch", "irontail"],
|
|
1156
1158
|
},
|
|
@@ -1158,7 +1160,7 @@ exports.FormatsData = {
|
|
|
1158
1160
|
tier: "LC",
|
|
1159
1161
|
},
|
|
1160
1162
|
linoone: {
|
|
1161
|
-
tier: "
|
|
1163
|
+
tier: "UU",
|
|
1162
1164
|
doublesTier: "DOU",
|
|
1163
1165
|
randomBattleMoves: ["bellydrum", "extremespeed", "shadowclaw", "irontail"],
|
|
1164
1166
|
},
|
|
@@ -1169,7 +1171,7 @@ exports.FormatsData = {
|
|
|
1169
1171
|
tier: "NFE",
|
|
1170
1172
|
},
|
|
1171
1173
|
beautifly: {
|
|
1172
|
-
tier: "
|
|
1174
|
+
tier: "UU",
|
|
1173
1175
|
doublesTier: "DOU",
|
|
1174
1176
|
randomBattleMoves: ["quiverdance", "energyball", "bugbuzz", "roost", "aircutter"],
|
|
1175
1177
|
},
|
|
@@ -1177,9 +1179,9 @@ exports.FormatsData = {
|
|
|
1177
1179
|
tier: "NFE",
|
|
1178
1180
|
},
|
|
1179
1181
|
dustox: {
|
|
1180
|
-
tier: "
|
|
1182
|
+
tier: "UU",
|
|
1181
1183
|
doublesTier: "DOU",
|
|
1182
|
-
randomBattleMoves: ["quiverdance", "bugbuzz", "sludgebomb", "
|
|
1184
|
+
randomBattleMoves: ["quiverdance", "bugbuzz", "sludgebomb", "roost", "energyball", "toxic"],
|
|
1183
1185
|
},
|
|
1184
1186
|
lotad: {
|
|
1185
1187
|
tier: "LC",
|
|
@@ -1188,7 +1190,7 @@ exports.FormatsData = {
|
|
|
1188
1190
|
tier: "NFE",
|
|
1189
1191
|
},
|
|
1190
1192
|
ludicolo: {
|
|
1191
|
-
tier: "
|
|
1193
|
+
tier: "UU",
|
|
1192
1194
|
doublesTier: "DOU",
|
|
1193
1195
|
randomBattleMoves: ["leechseed", "gigadrain", "icebeam", "substitute", "hydropump", "raindance", "scald"],
|
|
1194
1196
|
},
|
|
@@ -1199,7 +1201,7 @@ exports.FormatsData = {
|
|
|
1199
1201
|
tier: "NFE",
|
|
1200
1202
|
},
|
|
1201
1203
|
shiftry: {
|
|
1202
|
-
tier: "
|
|
1204
|
+
tier: "UU",
|
|
1203
1205
|
doublesTier: "DOU",
|
|
1204
1206
|
randomBattleMoves: ["swordsdance", "leafblade", "suckerpunch", "fakeout", "nightslash", "brickbreak"],
|
|
1205
1207
|
},
|
|
@@ -1207,7 +1209,7 @@ exports.FormatsData = {
|
|
|
1207
1209
|
tier: "LC",
|
|
1208
1210
|
},
|
|
1209
1211
|
swellow: {
|
|
1210
|
-
tier: "
|
|
1212
|
+
tier: "UU",
|
|
1211
1213
|
doublesTier: "DOU",
|
|
1212
1214
|
randomBattleMoves: ["bravebird", "facade", "quickattack", "steelwing", "uturn", "roost"],
|
|
1213
1215
|
},
|
|
@@ -1215,7 +1217,7 @@ exports.FormatsData = {
|
|
|
1215
1217
|
tier: "LC",
|
|
1216
1218
|
},
|
|
1217
1219
|
pelipper: {
|
|
1218
|
-
tier: "
|
|
1220
|
+
tier: "UU",
|
|
1219
1221
|
doublesTier: "DOU",
|
|
1220
1222
|
randomBattleMoves: ["scald", "roost", "defog", "hurricane", "hydropump", "uturn"],
|
|
1221
1223
|
},
|
|
@@ -1226,20 +1228,20 @@ exports.FormatsData = {
|
|
|
1226
1228
|
tier: "NFE",
|
|
1227
1229
|
},
|
|
1228
1230
|
gardevoir: {
|
|
1229
|
-
tier: "
|
|
1231
|
+
tier: "UU",
|
|
1230
1232
|
doublesTier: "DOU",
|
|
1231
|
-
randomBattleMoves: ["calmmind", "psychic", "shadowball", "focusblast", "
|
|
1233
|
+
randomBattleMoves: ["calmmind", "psychic", "shadowball", "focusblast", "moonblast"],
|
|
1232
1234
|
},
|
|
1233
1235
|
gallade: {
|
|
1234
|
-
tier: "
|
|
1236
|
+
tier: "UU",
|
|
1235
1237
|
doublesTier: "DOU",
|
|
1236
|
-
randomBattleMoves: ["closecombat", "psychocut", "swordsdance", "
|
|
1238
|
+
randomBattleMoves: ["closecombat", "psychocut", "swordsdance", "knockoff", "earthquake"],
|
|
1237
1239
|
},
|
|
1238
1240
|
surskit: {
|
|
1239
1241
|
tier: "LC",
|
|
1240
1242
|
},
|
|
1241
1243
|
masquerain: {
|
|
1242
|
-
tier: "
|
|
1244
|
+
tier: "UU",
|
|
1243
1245
|
doublesTier: "DOU",
|
|
1244
1246
|
randomBattleMoves: ["quiverdance", "scald", "stickyweb", "airslash", "bugbuzz"],
|
|
1245
1247
|
},
|
|
@@ -1259,22 +1261,22 @@ exports.FormatsData = {
|
|
|
1259
1261
|
randomBattleMoves: ["bulkup", "bodyslam", "earthquake", "slackoff", "playrough", "shadowclaw"],
|
|
1260
1262
|
},
|
|
1261
1263
|
slaking: {
|
|
1262
|
-
tier: "
|
|
1264
|
+
tier: "UU",
|
|
1263
1265
|
doublesTier: "DOU",
|
|
1264
|
-
randomBattleMoves: ["earthquake", "suckerpunch", "gigaimpact", "playrough", "hammerarm"],
|
|
1266
|
+
randomBattleMoves: ["earthquake", "suckerpunch", "gigaimpact", "playrough", "hammerarm", "bodyslam"],
|
|
1265
1267
|
},
|
|
1266
1268
|
nincada: {
|
|
1267
1269
|
tier: "LC",
|
|
1268
1270
|
},
|
|
1269
1271
|
ninjask: {
|
|
1270
|
-
tier: "
|
|
1272
|
+
tier: "UU",
|
|
1271
1273
|
doublesTier: "DOU",
|
|
1272
1274
|
randomBattleMoves: ["swordsdance", "uturn", "xscissor", "aerialace", "finalgambit"],
|
|
1273
1275
|
},
|
|
1274
1276
|
shedinja: {
|
|
1275
|
-
tier: "
|
|
1277
|
+
tier: "UU",
|
|
1276
1278
|
doublesTier: "DOU",
|
|
1277
|
-
randomBattleMoves: ["xscissor", "shadowclaw", "shadowsneak", "willowisp"
|
|
1279
|
+
randomBattleMoves: ["xscissor", "shadowclaw", "shadowsneak", "willowisp"],
|
|
1278
1280
|
},
|
|
1279
1281
|
whismur: {
|
|
1280
1282
|
tier: "LC",
|
|
@@ -1283,7 +1285,7 @@ exports.FormatsData = {
|
|
|
1283
1285
|
tier: "NFE",
|
|
1284
1286
|
},
|
|
1285
1287
|
exploud: {
|
|
1286
|
-
tier: "
|
|
1288
|
+
tier: "UU",
|
|
1287
1289
|
doublesTier: "DOU",
|
|
1288
1290
|
randomBattleMoves: ["focusblast", "fireblast", "boomburst", "surf"],
|
|
1289
1291
|
},
|
|
@@ -1291,15 +1293,15 @@ exports.FormatsData = {
|
|
|
1291
1293
|
tier: "LC",
|
|
1292
1294
|
},
|
|
1293
1295
|
hariyama: {
|
|
1294
|
-
tier: "
|
|
1296
|
+
tier: "UU",
|
|
1295
1297
|
doublesTier: "DOU",
|
|
1296
|
-
randomBattleMoves: ["bulkup", "closecombat", "poisonjab", "stoneedge", "knockoff"],
|
|
1298
|
+
randomBattleMoves: ["bulkup", "closecombat", "poisonjab", "stoneedge", "knockoff", "bulletpunch"],
|
|
1297
1299
|
},
|
|
1298
1300
|
nosepass: {
|
|
1299
1301
|
tier: "LC",
|
|
1300
1302
|
},
|
|
1301
1303
|
probopass: {
|
|
1302
|
-
tier: "
|
|
1304
|
+
tier: "UU",
|
|
1303
1305
|
doublesTier: "DOU",
|
|
1304
1306
|
randomBattleMoves: ["flashcannon", "stealthrock", "bodypress", "voltswitch", "thunderwave"],
|
|
1305
1307
|
},
|
|
@@ -1307,17 +1309,17 @@ exports.FormatsData = {
|
|
|
1307
1309
|
tier: "LC",
|
|
1308
1310
|
},
|
|
1309
1311
|
delcatty: {
|
|
1310
|
-
tier: "
|
|
1312
|
+
tier: "UU",
|
|
1311
1313
|
doublesTier: "DOU",
|
|
1312
1314
|
randomBattleMoves: ["thunderwave", "healbell", "fakeout", "doubleedge", "suckerpunch"],
|
|
1313
1315
|
},
|
|
1314
1316
|
sableye: {
|
|
1315
|
-
tier: "
|
|
1317
|
+
tier: "UU",
|
|
1316
1318
|
doublesTier: "DOU",
|
|
1317
|
-
randomBattleMoves: ["recover", "taunt", "willowisp", "knockoff", "
|
|
1319
|
+
randomBattleMoves: ["recover", "taunt", "willowisp", "knockoff", "foulplay"],
|
|
1318
1320
|
},
|
|
1319
1321
|
mawile: {
|
|
1320
|
-
tier: "
|
|
1322
|
+
tier: "UU",
|
|
1321
1323
|
doublesTier: "DOU",
|
|
1322
1324
|
randomBattleMoves: ["swordsdance", "suckerpunch", "ironhead", "playrough", "stealthrock"],
|
|
1323
1325
|
},
|
|
@@ -1328,15 +1330,15 @@ exports.FormatsData = {
|
|
|
1328
1330
|
tier: "NFE",
|
|
1329
1331
|
},
|
|
1330
1332
|
aggron: {
|
|
1331
|
-
tier: "
|
|
1333
|
+
tier: "UU",
|
|
1332
1334
|
doublesTier: "DOU",
|
|
1333
|
-
randomBattleMoves: ["headsmash", "earthquake", "
|
|
1335
|
+
randomBattleMoves: ["headsmash", "earthquake", "superpower", "heavyslam", "rockpolish"],
|
|
1334
1336
|
},
|
|
1335
1337
|
meditite: {
|
|
1336
1338
|
tier: "LC",
|
|
1337
1339
|
},
|
|
1338
1340
|
medicham: {
|
|
1339
|
-
tier: "
|
|
1341
|
+
tier: "UU",
|
|
1340
1342
|
doublesTier: "DOU",
|
|
1341
1343
|
randomBattleMoves: ["fakeout", "highjumpkick", "bulletpunch", "zenheadbutt", "recover", "icepunch"],
|
|
1342
1344
|
},
|
|
@@ -1344,27 +1346,27 @@ exports.FormatsData = {
|
|
|
1344
1346
|
tier: "LC",
|
|
1345
1347
|
},
|
|
1346
1348
|
manectric: {
|
|
1347
|
-
tier: "
|
|
1349
|
+
tier: "UU",
|
|
1348
1350
|
doublesTier: "DOU",
|
|
1349
1351
|
randomBattleMoves: ["switcheroo", "thunderbolt", "overheat", "voltswitch"],
|
|
1350
1352
|
},
|
|
1351
1353
|
plusle: {
|
|
1352
|
-
tier: "
|
|
1354
|
+
tier: "UU",
|
|
1353
1355
|
doublesTier: "DOU",
|
|
1354
1356
|
randomBattleMoves: ["thunderbolt", "voltswitch", "grassknot", "nastyplot", "nuzzle"],
|
|
1355
1357
|
},
|
|
1356
1358
|
minun: {
|
|
1357
|
-
tier: "
|
|
1359
|
+
tier: "UU",
|
|
1358
1360
|
doublesTier: "DOU",
|
|
1359
1361
|
randomBattleMoves: ["thunderbolt", "voltswitch", "grassknot", "nastyplot", "nuzzle", "switcheroo"],
|
|
1360
1362
|
},
|
|
1361
1363
|
volbeat: {
|
|
1362
|
-
tier: "
|
|
1364
|
+
tier: "UU",
|
|
1363
1365
|
doublesTier: "DOU",
|
|
1364
1366
|
randomBattleMoves: ["encore", "roost", "thunderwave", "uturn"],
|
|
1365
1367
|
},
|
|
1366
1368
|
illumise: {
|
|
1367
|
-
tier: "
|
|
1369
|
+
tier: "UU",
|
|
1368
1370
|
doublesTier: "DOU",
|
|
1369
1371
|
randomBattleMoves: ["encore", "roost", "thunderwave", "wish", "bugbuzz"],
|
|
1370
1372
|
},
|
|
@@ -1375,7 +1377,7 @@ exports.FormatsData = {
|
|
|
1375
1377
|
tier: "NFE",
|
|
1376
1378
|
},
|
|
1377
1379
|
roserade: {
|
|
1378
|
-
tier: "
|
|
1380
|
+
tier: "UU",
|
|
1379
1381
|
doublesTier: "DOU",
|
|
1380
1382
|
randomBattleMoves: ["gigadrain", "leafstorm", "sleeppowder", "sludgebomb", "spikes", "toxicspikes"],
|
|
1381
1383
|
},
|
|
@@ -1383,7 +1385,7 @@ exports.FormatsData = {
|
|
|
1383
1385
|
tier: "LC",
|
|
1384
1386
|
},
|
|
1385
1387
|
swalot: {
|
|
1386
|
-
tier: "
|
|
1388
|
+
tier: "UU",
|
|
1387
1389
|
doublesTier: "DOU",
|
|
1388
1390
|
randomBattleMoves: ["gunkshot", "earthquake", "toxic", "painsplit", "encore"],
|
|
1389
1391
|
},
|
|
@@ -1391,28 +1393,28 @@ exports.FormatsData = {
|
|
|
1391
1393
|
tier: "LC",
|
|
1392
1394
|
},
|
|
1393
1395
|
sharpedo: {
|
|
1394
|
-
tier: "
|
|
1396
|
+
tier: "UU",
|
|
1395
1397
|
doublesTier: "DOU",
|
|
1396
|
-
randomBattleMoves: ["earthquake", "liquidation", "crunch", "aquajet"],
|
|
1398
|
+
randomBattleMoves: ["earthquake", "liquidation", "crunch", "aquajet", "protect"],
|
|
1397
1399
|
},
|
|
1398
1400
|
wailmer: {
|
|
1399
1401
|
tier: "LC",
|
|
1400
1402
|
},
|
|
1401
1403
|
wailord: {
|
|
1402
|
-
tier: "
|
|
1404
|
+
tier: "UU",
|
|
1403
1405
|
doublesTier: "DOU",
|
|
1404
|
-
randomBattleMoves: ["icebeam", "
|
|
1406
|
+
randomBattleMoves: ["icebeam", "scald", "clearsmog", "waterspout"],
|
|
1405
1407
|
},
|
|
1406
1408
|
numel: {
|
|
1407
1409
|
tier: "LC",
|
|
1408
1410
|
},
|
|
1409
1411
|
camerupt: {
|
|
1410
|
-
tier: "
|
|
1412
|
+
tier: "UU",
|
|
1411
1413
|
doublesTier: "DOU",
|
|
1412
1414
|
randomBattleMoves: ["stealthrock", "earthpower", "lavaplume", "fireblast", "explosion"],
|
|
1413
1415
|
},
|
|
1414
1416
|
torkoal: {
|
|
1415
|
-
tier: "
|
|
1417
|
+
tier: "UU",
|
|
1416
1418
|
doublesTier: "DOU",
|
|
1417
1419
|
randomBattleMoves: ["solarbeam", "stealthrock", "earthquake", "rapidspin", "lavaplume"],
|
|
1418
1420
|
},
|
|
@@ -1420,12 +1422,12 @@ exports.FormatsData = {
|
|
|
1420
1422
|
tier: "LC",
|
|
1421
1423
|
},
|
|
1422
1424
|
grumpig: {
|
|
1423
|
-
tier: "
|
|
1425
|
+
tier: "UU",
|
|
1424
1426
|
doublesTier: "DOU",
|
|
1425
1427
|
randomBattleMoves: ["nastyplot", "psyshock", "focusblast", "shadowball"],
|
|
1426
1428
|
},
|
|
1427
1429
|
spinda: {
|
|
1428
|
-
tier: "
|
|
1430
|
+
tier: "UU",
|
|
1429
1431
|
doublesTier: "DOU",
|
|
1430
1432
|
randomBattleMoves: ["encore", "fakeout", "rapidspin", "bodyslam", "suckerpunch"],
|
|
1431
1433
|
},
|
|
@@ -1436,7 +1438,7 @@ exports.FormatsData = {
|
|
|
1436
1438
|
tier: "NFE",
|
|
1437
1439
|
},
|
|
1438
1440
|
flygon: {
|
|
1439
|
-
tier: "
|
|
1441
|
+
tier: "UU",
|
|
1440
1442
|
doublesTier: "DOU",
|
|
1441
1443
|
randomBattleMoves: ["earthquake", "uturn", "dragondance", "outrage", "superpower"],
|
|
1442
1444
|
},
|
|
@@ -1444,7 +1446,7 @@ exports.FormatsData = {
|
|
|
1444
1446
|
tier: "LC",
|
|
1445
1447
|
},
|
|
1446
1448
|
cacturne: {
|
|
1447
|
-
tier: "
|
|
1449
|
+
tier: "UU",
|
|
1448
1450
|
doublesTier: "DOU",
|
|
1449
1451
|
randomBattleMoves: ["swordsdance", "suckerpunch", "seedbomb", "drainpunch", "poisonjab"],
|
|
1450
1452
|
},
|
|
@@ -1452,27 +1454,27 @@ exports.FormatsData = {
|
|
|
1452
1454
|
tier: "LC",
|
|
1453
1455
|
},
|
|
1454
1456
|
altaria: {
|
|
1455
|
-
tier: "
|
|
1457
|
+
tier: "UU",
|
|
1456
1458
|
doublesTier: "DOU",
|
|
1457
|
-
randomBattleMoves: ["roost", "dracometeor", "fireblast", "
|
|
1459
|
+
randomBattleMoves: ["roost", "dracometeor", "fireblast", "haze", "hurricane"],
|
|
1458
1460
|
},
|
|
1459
1461
|
zangoose: {
|
|
1460
|
-
tier: "
|
|
1462
|
+
tier: "UU",
|
|
1461
1463
|
doublesTier: "DOU",
|
|
1462
1464
|
randomBattleMoves: ["swordsdance", "closecombat", "quickattack", "facade", "shadowclaw"],
|
|
1463
1465
|
},
|
|
1464
1466
|
seviper: {
|
|
1465
|
-
tier: "
|
|
1467
|
+
tier: "UU",
|
|
1466
1468
|
doublesTier: "DOU",
|
|
1467
|
-
randomBattleMoves: ["
|
|
1469
|
+
randomBattleMoves: ["sludgebomb", "flamethrower", "earthquake", "glare", "crunch", "gigadrain", "switcheroo"],
|
|
1468
1470
|
},
|
|
1469
1471
|
lunatone: {
|
|
1470
|
-
tier: "
|
|
1472
|
+
tier: "UU",
|
|
1471
1473
|
doublesTier: "DOU",
|
|
1472
1474
|
randomBattleMoves: ["nastyplot", "psyshock", "moonblast", "stealthrock", "icebeam"],
|
|
1473
1475
|
},
|
|
1474
1476
|
solrock: {
|
|
1475
|
-
tier: "
|
|
1477
|
+
tier: "UU",
|
|
1476
1478
|
doublesTier: "DOU",
|
|
1477
1479
|
randomBattleMoves: ["earthquake", "explosion", "stoneedge", "stealthrock", "willowisp"],
|
|
1478
1480
|
},
|
|
@@ -1480,7 +1482,7 @@ exports.FormatsData = {
|
|
|
1480
1482
|
tier: "LC",
|
|
1481
1483
|
},
|
|
1482
1484
|
whiscash: {
|
|
1483
|
-
tier: "
|
|
1485
|
+
tier: "UU",
|
|
1484
1486
|
doublesTier: "DOU",
|
|
1485
1487
|
randomBattleMoves: ["dragondance", "earthquake", "waterfall", "stoneedge"],
|
|
1486
1488
|
},
|
|
@@ -1496,7 +1498,7 @@ exports.FormatsData = {
|
|
|
1496
1498
|
tier: "LC",
|
|
1497
1499
|
},
|
|
1498
1500
|
claydol: {
|
|
1499
|
-
tier: "
|
|
1501
|
+
tier: "UU",
|
|
1500
1502
|
doublesTier: "DOU",
|
|
1501
1503
|
randomBattleMoves: ["earthquake", "psychic", "icebeam", "rapidspin", "stealthrock"],
|
|
1502
1504
|
},
|
|
@@ -1504,7 +1506,7 @@ exports.FormatsData = {
|
|
|
1504
1506
|
tier: "LC",
|
|
1505
1507
|
},
|
|
1506
1508
|
cradily: {
|
|
1507
|
-
tier: "
|
|
1509
|
+
tier: "UU",
|
|
1508
1510
|
doublesTier: "DOU",
|
|
1509
1511
|
randomBattleMoves: ["gigadrain", "recover", "stealthrock", "stoneedge"],
|
|
1510
1512
|
},
|
|
@@ -1512,7 +1514,7 @@ exports.FormatsData = {
|
|
|
1512
1514
|
tier: "LC",
|
|
1513
1515
|
},
|
|
1514
1516
|
armaldo: {
|
|
1515
|
-
tier: "
|
|
1517
|
+
tier: "UU",
|
|
1516
1518
|
doublesTier: "DOU",
|
|
1517
1519
|
randomBattleMoves: ["stoneedge", "rapidspin", "stealthrock", "knockoff", "aquajet", "xscissor"],
|
|
1518
1520
|
},
|
|
@@ -1520,17 +1522,17 @@ exports.FormatsData = {
|
|
|
1520
1522
|
tier: "LC",
|
|
1521
1523
|
},
|
|
1522
1524
|
milotic: {
|
|
1523
|
-
tier: "
|
|
1525
|
+
tier: "UU",
|
|
1524
1526
|
doublesTier: "DOU",
|
|
1525
1527
|
randomBattleMoves: ["scald", "rest", "sleeptalk", "icebeam", "dragontail"],
|
|
1526
1528
|
},
|
|
1527
1529
|
castform: {
|
|
1528
|
-
tier: "
|
|
1530
|
+
tier: "UU",
|
|
1529
1531
|
doublesTier: "DOU",
|
|
1530
1532
|
randomBattleMoves: ["icebeam", "flamethrower", "thunderbolt", "scald"],
|
|
1531
1533
|
},
|
|
1532
1534
|
kecleon: {
|
|
1533
|
-
tier: "
|
|
1535
|
+
tier: "UU",
|
|
1534
1536
|
doublesTier: "DOU",
|
|
1535
1537
|
randomBattleMoves: ["fakeout", "stealthrock", "drainpunch", "thunderwave", "shadowsneak"],
|
|
1536
1538
|
},
|
|
@@ -1538,7 +1540,7 @@ exports.FormatsData = {
|
|
|
1538
1540
|
tier: "LC",
|
|
1539
1541
|
},
|
|
1540
1542
|
banette: {
|
|
1541
|
-
tier: "
|
|
1543
|
+
tier: "UU",
|
|
1542
1544
|
doublesTier: "DOU",
|
|
1543
1545
|
randomBattleMoves: ["shadowclaw", "willowisp", "destinybond", "shadowsneak", "knockoff"],
|
|
1544
1546
|
},
|
|
@@ -1549,12 +1551,12 @@ exports.FormatsData = {
|
|
|
1549
1551
|
tier: "NFE",
|
|
1550
1552
|
},
|
|
1551
1553
|
dusknoir: {
|
|
1552
|
-
tier: "
|
|
1554
|
+
tier: "UU",
|
|
1553
1555
|
doublesTier: "DOU",
|
|
1554
1556
|
randomBattleMoves: ["shadowpunch", "icepunch", "shadowsneak", "earthquake", "willowisp", "painsplit"],
|
|
1555
1557
|
},
|
|
1556
1558
|
tropius: {
|
|
1557
|
-
tier: "
|
|
1559
|
+
tier: "UU",
|
|
1558
1560
|
doublesTier: "DOU",
|
|
1559
1561
|
randomBattleMoves: ["dragondance", "leafblade", "aerialace", "roost", "earthquake"],
|
|
1560
1562
|
},
|
|
@@ -1562,12 +1564,12 @@ exports.FormatsData = {
|
|
|
1562
1564
|
tier: "LC",
|
|
1563
1565
|
},
|
|
1564
1566
|
chimecho: {
|
|
1565
|
-
tier: "
|
|
1567
|
+
tier: "UU",
|
|
1566
1568
|
doublesTier: "DOU",
|
|
1567
1569
|
randomBattleMoves: ["psychic", "lightscreen", "reflect", "thunderwave", "recover", "healingwish"],
|
|
1568
1570
|
},
|
|
1569
1571
|
absol: {
|
|
1570
|
-
tier: "
|
|
1572
|
+
tier: "UU",
|
|
1571
1573
|
doublesTier: "DOU",
|
|
1572
1574
|
randomBattleMoves: ["knockoff", "suckerpunch", "swordsdance", "playrough"],
|
|
1573
1575
|
},
|
|
@@ -1575,14 +1577,14 @@ exports.FormatsData = {
|
|
|
1575
1577
|
tier: "LC",
|
|
1576
1578
|
},
|
|
1577
1579
|
glalie: {
|
|
1578
|
-
tier: "
|
|
1580
|
+
tier: "UU",
|
|
1579
1581
|
doublesTier: "DOU",
|
|
1580
1582
|
randomBattleMoves: ["protect", "substitute", "disable", "freezedry", "earthquake"],
|
|
1581
1583
|
},
|
|
1582
1584
|
froslass: {
|
|
1583
|
-
tier: "
|
|
1585
|
+
tier: "UU",
|
|
1584
1586
|
doublesTier: "DOU",
|
|
1585
|
-
randomBattleMoves: ["icebeam", "shadowball", "willowisp", "destinybond", "taunt"],
|
|
1587
|
+
randomBattleMoves: ["icebeam", "shadowball", "willowisp", "destinybond", "taunt", "spikes"],
|
|
1586
1588
|
},
|
|
1587
1589
|
spheal: {
|
|
1588
1590
|
tier: "LC",
|
|
@@ -1591,7 +1593,7 @@ exports.FormatsData = {
|
|
|
1591
1593
|
tier: "NFE",
|
|
1592
1594
|
},
|
|
1593
1595
|
walrein: {
|
|
1594
|
-
tier: "
|
|
1596
|
+
tier: "UU",
|
|
1595
1597
|
doublesTier: "DOU",
|
|
1596
1598
|
randomBattleMoves: ["surf", "icebeam", "rest", "sleeptalk"],
|
|
1597
1599
|
},
|
|
@@ -1599,22 +1601,22 @@ exports.FormatsData = {
|
|
|
1599
1601
|
tier: "LC",
|
|
1600
1602
|
},
|
|
1601
1603
|
huntail: {
|
|
1602
|
-
tier: "
|
|
1604
|
+
tier: "UU",
|
|
1603
1605
|
doublesTier: "DOU",
|
|
1604
1606
|
randomBattleMoves: ["shellsmash", "waterfall", "crunch", "icebeam"],
|
|
1605
1607
|
},
|
|
1606
1608
|
gorebyss: {
|
|
1607
|
-
tier: "
|
|
1609
|
+
tier: "UU",
|
|
1608
1610
|
doublesTier: "DOU",
|
|
1609
1611
|
randomBattleMoves: ["shellsmash", "hydropump", "icebeam", "psychic"],
|
|
1610
1612
|
},
|
|
1611
1613
|
relicanth: {
|
|
1612
|
-
tier: "
|
|
1614
|
+
tier: "UU",
|
|
1613
1615
|
doublesTier: "DOU",
|
|
1614
1616
|
randomBattleMoves: ["headsmash", "stealthrock", "waterfall", "earthquake", "doubleedge", "yawn"],
|
|
1615
1617
|
},
|
|
1616
1618
|
luvdisc: {
|
|
1617
|
-
tier: "
|
|
1619
|
+
tier: "UU",
|
|
1618
1620
|
doublesTier: "DOU",
|
|
1619
1621
|
randomBattleMoves: ["scald", "icebeam", "sweetkiss", "charm"],
|
|
1620
1622
|
},
|
|
@@ -1625,7 +1627,7 @@ exports.FormatsData = {
|
|
|
1625
1627
|
tier: "NFE",
|
|
1626
1628
|
},
|
|
1627
1629
|
salamence: {
|
|
1628
|
-
tier: "
|
|
1630
|
+
tier: "UU",
|
|
1629
1631
|
doublesTier: "DOU",
|
|
1630
1632
|
randomBattleMoves: ["dragondance", "earthquake", "outrage", "stoneedge", "roost", "aerialace"],
|
|
1631
1633
|
},
|
|
@@ -1636,29 +1638,29 @@ exports.FormatsData = {
|
|
|
1636
1638
|
tier: "NFE",
|
|
1637
1639
|
},
|
|
1638
1640
|
metagross: {
|
|
1639
|
-
tier: "
|
|
1641
|
+
tier: "UU",
|
|
1640
1642
|
doublesTier: "DOU",
|
|
1641
|
-
randomBattleMoves: ["meteormash", "zenheadbutt", "agility", "earthquake", "bulletpunch"],
|
|
1643
|
+
randomBattleMoves: ["meteormash", "zenheadbutt", "agility", "earthquake", "bulletpunch", "explosion"],
|
|
1642
1644
|
},
|
|
1643
1645
|
regirock: {
|
|
1644
|
-
tier: "
|
|
1646
|
+
tier: "UU",
|
|
1645
1647
|
doublesTier: "DOU",
|
|
1646
1648
|
randomBattleMoves: ["stoneedge", "stealthrock", "earthquake", "curse", "rest", "drainpunch"],
|
|
1647
1649
|
},
|
|
1648
1650
|
regice: {
|
|
1649
|
-
tier: "
|
|
1651
|
+
tier: "UU",
|
|
1650
1652
|
doublesTier: "DOU",
|
|
1651
1653
|
randomBattleMoves: ["icebeam", "thunderbolt", "rockpolish", "rest", "sleeptalk", "focusblast"],
|
|
1652
1654
|
},
|
|
1653
1655
|
registeel: {
|
|
1654
|
-
tier: "
|
|
1656
|
+
tier: "UU",
|
|
1655
1657
|
doublesTier: "DOU",
|
|
1656
1658
|
randomBattleMoves: ["stealthrock", "ironhead", "curse", "rest", "sleeptalk"],
|
|
1657
1659
|
},
|
|
1658
1660
|
latias: {
|
|
1659
1661
|
tier: "OU",
|
|
1660
1662
|
doublesTier: "DOU",
|
|
1661
|
-
randomBattleMoves: ["calmmind", "roost", "psychic", "dracometeor", "healingwish"],
|
|
1663
|
+
randomBattleMoves: ["calmmind", "roost", "psychic", "dracometeor", "healingwish", "surf"],
|
|
1662
1664
|
},
|
|
1663
1665
|
latios: {
|
|
1664
1666
|
tier: "OU",
|
|
@@ -1693,12 +1695,12 @@ exports.FormatsData = {
|
|
|
1693
1695
|
deoxysattack: {
|
|
1694
1696
|
isNonstandard: "Unobtainable",
|
|
1695
1697
|
tier: "Unreleased",
|
|
1696
|
-
randomBattleMoves: ["psychoboost", "icebeam", "
|
|
1698
|
+
randomBattleMoves: ["psychoboost", "icebeam", "knockoff", "superpower", "extremespeed"],
|
|
1697
1699
|
},
|
|
1698
1700
|
deoxysdefense: {
|
|
1699
1701
|
isNonstandard: "Unobtainable",
|
|
1700
1702
|
tier: "Unreleased",
|
|
1701
|
-
randomBattleMoves: ["
|
|
1703
|
+
randomBattleMoves: ["nightshade", "stealthrock", "toxicspikes", "recover", "knockoff", "taunt", "teleport"],
|
|
1702
1704
|
},
|
|
1703
1705
|
deoxysspeed: {
|
|
1704
1706
|
isNonstandard: "Unobtainable",
|
|
@@ -1712,7 +1714,7 @@ exports.FormatsData = {
|
|
|
1712
1714
|
tier: "NFE",
|
|
1713
1715
|
},
|
|
1714
1716
|
torterra: {
|
|
1715
|
-
tier: "
|
|
1717
|
+
tier: "UU",
|
|
1716
1718
|
doublesTier: "DOU",
|
|
1717
1719
|
randomBattleMoves: ["earthquake", "stealthrock", "woodhammer", "stoneedge", "synthesis", "rockpolish"],
|
|
1718
1720
|
},
|
|
@@ -1736,7 +1738,7 @@ exports.FormatsData = {
|
|
|
1736
1738
|
empoleon: {
|
|
1737
1739
|
tier: "OU",
|
|
1738
1740
|
doublesTier: "DOU",
|
|
1739
|
-
randomBattleMoves: ["scald", "stealthrock", "icebeam", "flashcannon", "agility"],
|
|
1741
|
+
randomBattleMoves: ["scald", "stealthrock", "icebeam", "flashcannon", "agility", "defog"],
|
|
1740
1742
|
},
|
|
1741
1743
|
starly: {
|
|
1742
1744
|
tier: "LC",
|
|
@@ -1753,15 +1755,15 @@ exports.FormatsData = {
|
|
|
1753
1755
|
tier: "LC",
|
|
1754
1756
|
},
|
|
1755
1757
|
bibarel: {
|
|
1756
|
-
tier: "
|
|
1758
|
+
tier: "UU",
|
|
1757
1759
|
doublesTier: "DOU",
|
|
1758
|
-
randomBattleMoves: ["curse", "quickattack", "aquajet", "rest", "
|
|
1760
|
+
randomBattleMoves: ["curse", "quickattack", "aquajet", "rest", "aquatail"],
|
|
1759
1761
|
},
|
|
1760
1762
|
kricketot: {
|
|
1761
1763
|
tier: "LC",
|
|
1762
1764
|
},
|
|
1763
1765
|
kricketune: {
|
|
1764
|
-
tier: "
|
|
1766
|
+
tier: "UU",
|
|
1765
1767
|
doublesTier: "DOU",
|
|
1766
1768
|
randomBattleMoves: ["bugbite", "stickyweb", "nightslash", "brickbreak"],
|
|
1767
1769
|
},
|
|
@@ -1772,7 +1774,7 @@ exports.FormatsData = {
|
|
|
1772
1774
|
tier: "NFE",
|
|
1773
1775
|
},
|
|
1774
1776
|
luxray: {
|
|
1775
|
-
tier: "
|
|
1777
|
+
tier: "UU",
|
|
1776
1778
|
doublesTier: "DOU",
|
|
1777
1779
|
randomBattleMoves: ["wildcharge", "facade", "voltswitch", "crunch"],
|
|
1778
1780
|
},
|
|
@@ -1780,7 +1782,7 @@ exports.FormatsData = {
|
|
|
1780
1782
|
tier: "LC",
|
|
1781
1783
|
},
|
|
1782
1784
|
rampardos: {
|
|
1783
|
-
tier: "
|
|
1785
|
+
tier: "UU",
|
|
1784
1786
|
doublesTier: "DOU",
|
|
1785
1787
|
randomBattleMoves: ["headsmash", "zenheadbutt", "stealthrock", "crunch", "rockpolish"],
|
|
1786
1788
|
},
|
|
@@ -1788,7 +1790,7 @@ exports.FormatsData = {
|
|
|
1788
1790
|
tier: "LC",
|
|
1789
1791
|
},
|
|
1790
1792
|
bastiodon: {
|
|
1791
|
-
tier: "
|
|
1793
|
+
tier: "UU",
|
|
1792
1794
|
doublesTier: "DOU",
|
|
1793
1795
|
randomBattleMoves: ["rockblast", "stealthrock", "roar", "metalburst"],
|
|
1794
1796
|
},
|
|
@@ -1796,22 +1798,22 @@ exports.FormatsData = {
|
|
|
1796
1798
|
tier: "LC",
|
|
1797
1799
|
},
|
|
1798
1800
|
wormadam: {
|
|
1799
|
-
tier: "
|
|
1801
|
+
tier: "UU",
|
|
1800
1802
|
doublesTier: "DOU",
|
|
1801
1803
|
randomBattleMoves: ["bugbuzz", "psychic", "shadowball", "quiverdance", "leafstorm"],
|
|
1802
1804
|
},
|
|
1803
1805
|
wormadamsandy: {
|
|
1804
|
-
tier: "
|
|
1806
|
+
tier: "UU",
|
|
1805
1807
|
doublesTier: "DOU",
|
|
1806
|
-
randomBattleMoves: ["earthquake", "stealthrock"],
|
|
1808
|
+
randomBattleMoves: ["bugbuzz", "earthquake", "rockblast", "stealthrock"],
|
|
1807
1809
|
},
|
|
1808
1810
|
wormadamtrash: {
|
|
1809
|
-
tier: "
|
|
1811
|
+
tier: "UU",
|
|
1810
1812
|
doublesTier: "DOU",
|
|
1811
|
-
randomBattleMoves: ["
|
|
1813
|
+
randomBattleMoves: ["bugbuzz", "gigadrain", "flashcannon", "quiverdance", "stealthrock"],
|
|
1812
1814
|
},
|
|
1813
1815
|
mothim: {
|
|
1814
|
-
tier: "
|
|
1816
|
+
tier: "UU",
|
|
1815
1817
|
doublesTier: "DOU",
|
|
1816
1818
|
randomBattleMoves: ["quiverdance", "airslash", "bugbuzz", "roost", "energyball"],
|
|
1817
1819
|
},
|
|
@@ -1819,12 +1821,12 @@ exports.FormatsData = {
|
|
|
1819
1821
|
tier: "LC",
|
|
1820
1822
|
},
|
|
1821
1823
|
vespiquen: {
|
|
1822
|
-
tier: "
|
|
1824
|
+
tier: "UU",
|
|
1823
1825
|
doublesTier: "DOU",
|
|
1824
1826
|
randomBattleMoves: ["attackorder", "uturn", "roost", "toxic", "substitute"],
|
|
1825
1827
|
},
|
|
1826
1828
|
pachirisu: {
|
|
1827
|
-
tier: "
|
|
1829
|
+
tier: "UU",
|
|
1828
1830
|
doublesTier: "DOU",
|
|
1829
1831
|
randomBattleMoves: ["nuzzle", "thunderbolt", "superfang", "uturn"],
|
|
1830
1832
|
},
|
|
@@ -1832,7 +1834,7 @@ exports.FormatsData = {
|
|
|
1832
1834
|
tier: "LC",
|
|
1833
1835
|
},
|
|
1834
1836
|
floatzel: {
|
|
1835
|
-
tier: "
|
|
1837
|
+
tier: "UU",
|
|
1836
1838
|
doublesTier: "DOU",
|
|
1837
1839
|
randomBattleMoves: ["aquajet", "waterfall", "brickbreak", "bulkup", "taunt", "substitute"],
|
|
1838
1840
|
},
|
|
@@ -1840,15 +1842,15 @@ exports.FormatsData = {
|
|
|
1840
1842
|
tier: "LC",
|
|
1841
1843
|
},
|
|
1842
1844
|
cherrim: {
|
|
1843
|
-
tier: "
|
|
1845
|
+
tier: "UU",
|
|
1844
1846
|
doublesTier: "DOU",
|
|
1845
|
-
randomBattleMoves: ["dazzlinggleam", "
|
|
1847
|
+
randomBattleMoves: ["dazzlinggleam", "petaldance", "healingwish", "gigadrain"],
|
|
1846
1848
|
},
|
|
1847
1849
|
shellos: {
|
|
1848
1850
|
tier: "LC",
|
|
1849
1851
|
},
|
|
1850
1852
|
gastrodon: {
|
|
1851
|
-
tier: "
|
|
1853
|
+
tier: "UU",
|
|
1852
1854
|
doublesTier: "DOU",
|
|
1853
1855
|
randomBattleMoves: ["earthquake", "scald", "recover", "icebeam"],
|
|
1854
1856
|
},
|
|
@@ -1856,7 +1858,7 @@ exports.FormatsData = {
|
|
|
1856
1858
|
tier: "LC",
|
|
1857
1859
|
},
|
|
1858
1860
|
drifblim: {
|
|
1859
|
-
tier: "
|
|
1861
|
+
tier: "UU",
|
|
1860
1862
|
doublesTier: "DOU",
|
|
1861
1863
|
randomBattleMoves: ["calmmind", "shadowball", "strengthsap", "thunderbolt"],
|
|
1862
1864
|
},
|
|
@@ -1864,7 +1866,7 @@ exports.FormatsData = {
|
|
|
1864
1866
|
tier: "LC",
|
|
1865
1867
|
},
|
|
1866
1868
|
lopunny: {
|
|
1867
|
-
tier: "
|
|
1869
|
+
tier: "UU",
|
|
1868
1870
|
doublesTier: "DOU",
|
|
1869
1871
|
randomBattleMoves: ["highjumpkick", "facade", "healingwish", "switcheroo"],
|
|
1870
1872
|
},
|
|
@@ -1872,7 +1874,7 @@ exports.FormatsData = {
|
|
|
1872
1874
|
tier: "LC",
|
|
1873
1875
|
},
|
|
1874
1876
|
purugly: {
|
|
1875
|
-
tier: "
|
|
1877
|
+
tier: "UU",
|
|
1876
1878
|
doublesTier: "DOU",
|
|
1877
1879
|
randomBattleMoves: ["fakeout", "quickattack", "suckerpunch", "uturn", "bodyslam"],
|
|
1878
1880
|
},
|
|
@@ -1880,7 +1882,7 @@ exports.FormatsData = {
|
|
|
1880
1882
|
tier: "LC",
|
|
1881
1883
|
},
|
|
1882
1884
|
skuntank: {
|
|
1883
|
-
tier: "
|
|
1885
|
+
tier: "UU",
|
|
1884
1886
|
doublesTier: "DOU",
|
|
1885
1887
|
randomBattleMoves: ["crunch", "defog", "fireblast", "suckerpunch", "taunt", "poisonjab"],
|
|
1886
1888
|
},
|
|
@@ -1888,17 +1890,17 @@ exports.FormatsData = {
|
|
|
1888
1890
|
tier: "LC",
|
|
1889
1891
|
},
|
|
1890
1892
|
bronzong: {
|
|
1891
|
-
tier: "
|
|
1893
|
+
tier: "UU",
|
|
1892
1894
|
doublesTier: "DOU",
|
|
1893
1895
|
randomBattleMoves: ["earthquake", "gyroball", "stealthrock", "psychic"],
|
|
1894
1896
|
},
|
|
1895
1897
|
chatot: {
|
|
1896
|
-
tier: "
|
|
1898
|
+
tier: "UU",
|
|
1897
1899
|
doublesTier: "DOU",
|
|
1898
1900
|
randomBattleMoves: ["boomburst", "chatter", "nastyplot", "uturn", "substitute"],
|
|
1899
1901
|
},
|
|
1900
1902
|
spiritomb: {
|
|
1901
|
-
tier: "
|
|
1903
|
+
tier: "UU",
|
|
1902
1904
|
doublesTier: "DOU",
|
|
1903
1905
|
randomBattleMoves: ["calmmind", "darkpulse", "psychic", "rest", "sleeptalk", "willowisp"],
|
|
1904
1906
|
},
|
|
@@ -1925,7 +1927,7 @@ exports.FormatsData = {
|
|
|
1925
1927
|
tier: "LC",
|
|
1926
1928
|
},
|
|
1927
1929
|
hippowdon: {
|
|
1928
|
-
tier: "
|
|
1930
|
+
tier: "UU",
|
|
1929
1931
|
doublesTier: "DOU",
|
|
1930
1932
|
randomBattleMoves: ["earthquake", "stoneedge", "stealthrock", "whirlwind", "slackoff"],
|
|
1931
1933
|
},
|
|
@@ -1933,7 +1935,7 @@ exports.FormatsData = {
|
|
|
1933
1935
|
tier: "LC",
|
|
1934
1936
|
},
|
|
1935
1937
|
drapion: {
|
|
1936
|
-
tier: "
|
|
1938
|
+
tier: "UU",
|
|
1937
1939
|
doublesTier: "DOU",
|
|
1938
1940
|
randomBattleMoves: ["earthquake", "knockoff", "poisonjab", "swordsdance", "toxicspikes", "whirlwind", "taunt"],
|
|
1939
1941
|
},
|
|
@@ -1941,12 +1943,12 @@ exports.FormatsData = {
|
|
|
1941
1943
|
tier: "LC",
|
|
1942
1944
|
},
|
|
1943
1945
|
toxicroak: {
|
|
1944
|
-
tier: "
|
|
1946
|
+
tier: "UU",
|
|
1945
1947
|
doublesTier: "DOU",
|
|
1946
1948
|
randomBattleMoves: ["drainpunch", "poisonjab", "suckerpunch", "swordsdance", "substitute"],
|
|
1947
1949
|
},
|
|
1948
1950
|
carnivine: {
|
|
1949
|
-
tier: "
|
|
1951
|
+
tier: "UU",
|
|
1950
1952
|
doublesTier: "DOU",
|
|
1951
1953
|
randomBattleMoves: ["powerwhip", "swordsdance", "sleeppowder", "substitute", "crunch"],
|
|
1952
1954
|
},
|
|
@@ -1954,7 +1956,7 @@ exports.FormatsData = {
|
|
|
1954
1956
|
tier: "LC",
|
|
1955
1957
|
},
|
|
1956
1958
|
lumineon: {
|
|
1957
|
-
tier: "
|
|
1959
|
+
tier: "UU",
|
|
1958
1960
|
doublesTier: "DOU",
|
|
1959
1961
|
randomBattleMoves: ["defog", "icebeam", "scald", "uturn"],
|
|
1960
1962
|
},
|
|
@@ -1962,47 +1964,47 @@ exports.FormatsData = {
|
|
|
1962
1964
|
tier: "LC",
|
|
1963
1965
|
},
|
|
1964
1966
|
abomasnow: {
|
|
1965
|
-
tier: "
|
|
1967
|
+
tier: "UU",
|
|
1966
1968
|
doublesTier: "DOU",
|
|
1967
1969
|
randomBattleMoves: ["auroraveil", "earthquake", "iceshard", "woodhammer", "blizzard"],
|
|
1968
1970
|
},
|
|
1969
1971
|
rotom: {
|
|
1970
|
-
tier: "
|
|
1972
|
+
tier: "UU",
|
|
1971
1973
|
doublesTier: "DOU",
|
|
1972
|
-
randomBattleMoves: ["shadowball", "thunderbolt", "voltswitch", "willowisp", "trick"],
|
|
1974
|
+
randomBattleMoves: ["shadowball", "thunderbolt", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1973
1975
|
},
|
|
1974
1976
|
rotomheat: {
|
|
1975
|
-
tier: "
|
|
1977
|
+
tier: "UU",
|
|
1976
1978
|
doublesTier: "DOU",
|
|
1977
|
-
randomBattleMoves: ["thunderbolt", "overheat", "voltswitch", "willowisp", "trick"],
|
|
1979
|
+
randomBattleMoves: ["thunderbolt", "overheat", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1978
1980
|
},
|
|
1979
1981
|
rotomwash: {
|
|
1980
1982
|
tier: "OU",
|
|
1981
1983
|
doublesTier: "DOU",
|
|
1982
|
-
randomBattleMoves: ["thunderbolt", "hydropump", "voltswitch", "willowisp", "trick"],
|
|
1984
|
+
randomBattleMoves: ["thunderbolt", "hydropump", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1983
1985
|
},
|
|
1984
1986
|
rotomfrost: {
|
|
1985
|
-
tier: "
|
|
1987
|
+
tier: "UU",
|
|
1986
1988
|
doublesTier: "DOU",
|
|
1987
|
-
randomBattleMoves: ["thunderbolt", "blizzard", "voltswitch", "willowisp", "trick"],
|
|
1989
|
+
randomBattleMoves: ["thunderbolt", "blizzard", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1988
1990
|
},
|
|
1989
1991
|
rotomfan: {
|
|
1990
|
-
tier: "
|
|
1992
|
+
tier: "UU",
|
|
1991
1993
|
doublesTier: "DOU",
|
|
1992
|
-
randomBattleMoves: ["thunderbolt", "airslash", "voltswitch", "willowisp", "trick"],
|
|
1994
|
+
randomBattleMoves: ["thunderbolt", "airslash", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1993
1995
|
},
|
|
1994
1996
|
rotommow: {
|
|
1995
|
-
tier: "
|
|
1997
|
+
tier: "UU",
|
|
1996
1998
|
doublesTier: "DOU",
|
|
1997
|
-
randomBattleMoves: ["thunderbolt", "leafstorm", "voltswitch", "willowisp", "trick"],
|
|
1999
|
+
randomBattleMoves: ["thunderbolt", "leafstorm", "voltswitch", "willowisp", "trick", "nastyplot"],
|
|
1998
2000
|
},
|
|
1999
2001
|
uxie: {
|
|
2000
|
-
tier: "
|
|
2002
|
+
tier: "UU",
|
|
2001
2003
|
doublesTier: "DOU",
|
|
2002
2004
|
randomBattleMoves: ["psychic", "stealthrock", "uturn", "thunderwave", "yawn"],
|
|
2003
2005
|
},
|
|
2004
2006
|
mesprit: {
|
|
2005
|
-
tier: "
|
|
2007
|
+
tier: "UU",
|
|
2006
2008
|
doublesTier: "DOU",
|
|
2007
2009
|
randomBattleMoves: ["psychic", "icebeam", "thunderbolt", "nastyplot", "energyball", "uturn", "healingwish"],
|
|
2008
2010
|
},
|
|
@@ -2019,7 +2021,7 @@ exports.FormatsData = {
|
|
|
2019
2021
|
palkia: {
|
|
2020
2022
|
tier: "Uber",
|
|
2021
2023
|
doublesTier: "DUber",
|
|
2022
|
-
randomBattleMoves: ["spacialrend", "hydropump", "fireblast", "thunderwave"],
|
|
2024
|
+
randomBattleMoves: ["spacialrend", "hydropump", "fireblast", "thunderwave", "dracometeor"],
|
|
2023
2025
|
},
|
|
2024
2026
|
heatran: {
|
|
2025
2027
|
tier: "OU",
|
|
@@ -2027,34 +2029,34 @@ exports.FormatsData = {
|
|
|
2027
2029
|
randomBattleMoves: ["lavaplume", "flashcannon", "stealthrock", "roar", "earthpower", "taunt"],
|
|
2028
2030
|
},
|
|
2029
2031
|
regigigas: {
|
|
2030
|
-
tier: "
|
|
2032
|
+
tier: "UU",
|
|
2031
2033
|
doublesTier: "DOU",
|
|
2032
2034
|
randomBattleMoves: ["rest", "sleeptalk", "strength", "knockoff"],
|
|
2033
2035
|
},
|
|
2034
2036
|
giratina: {
|
|
2035
2037
|
tier: "Uber",
|
|
2036
2038
|
doublesTier: "DUber",
|
|
2037
|
-
randomBattleMoves: ["
|
|
2039
|
+
randomBattleMoves: ["shadowball", "dragonpulse", "rest", "sleeptalk", "aurasphere", "calmmind"],
|
|
2038
2040
|
},
|
|
2039
2041
|
giratinaorigin: {
|
|
2040
2042
|
tier: "Uber",
|
|
2041
2043
|
doublesTier: "DUber",
|
|
2042
|
-
randomBattleMoves: ["dracometeor", "shadowball", "aurasphere", "willowisp"],
|
|
2044
|
+
randomBattleMoves: ["dracometeor", "shadowball", "aurasphere", "willowisp", "defog"],
|
|
2043
2045
|
},
|
|
2044
2046
|
cresselia: {
|
|
2045
|
-
tier: "
|
|
2047
|
+
tier: "UU",
|
|
2046
2048
|
doublesTier: "DOU",
|
|
2047
2049
|
randomBattleMoves: ["calmmind", "psychic", "moonblast", "moonlight", "thunderwave"],
|
|
2048
2050
|
},
|
|
2049
2051
|
phione: {
|
|
2050
|
-
tier: "
|
|
2052
|
+
tier: "UU",
|
|
2051
2053
|
doublesTier: "DOU",
|
|
2052
2054
|
randomBattleMoves: ["scald", "raindance", "rest", "icebeam"],
|
|
2053
2055
|
},
|
|
2054
2056
|
manaphy: {
|
|
2055
2057
|
tier: "OU",
|
|
2056
2058
|
doublesTier: "DOU",
|
|
2057
|
-
randomBattleMoves: ["surf", "tailglow", "icebeam", "
|
|
2059
|
+
randomBattleMoves: ["surf", "tailglow", "icebeam", "energyball", "substitute"],
|
|
2058
2060
|
},
|
|
2059
2061
|
darkrai: {
|
|
2060
2062
|
isNonstandard: "Unobtainable",
|
|
@@ -2064,12 +2066,12 @@ exports.FormatsData = {
|
|
|
2064
2066
|
shaymin: {
|
|
2065
2067
|
isNonstandard: "Unobtainable",
|
|
2066
2068
|
tier: "Unreleased",
|
|
2067
|
-
randomBattleMoves: ["seedflare", "healingwish", "
|
|
2069
|
+
randomBattleMoves: ["seedflare", "healingwish", "rest", "leechseed", "psychic", "substitute"],
|
|
2068
2070
|
},
|
|
2069
2071
|
shayminsky: {
|
|
2070
2072
|
isNonstandard: "Unobtainable",
|
|
2071
2073
|
tier: "Unreleased",
|
|
2072
|
-
randomBattleMoves: ["
|
|
2074
|
+
randomBattleMoves: ["seedflare", "substitute", "synthesis", "leechseed", "airslash"],
|
|
2073
2075
|
},
|
|
2074
2076
|
arceus: {
|
|
2075
2077
|
isNonstandard: "Unobtainable",
|
|
@@ -2094,7 +2096,7 @@ exports.FormatsData = {
|
|
|
2094
2096
|
},
|
|
2095
2097
|
arceusfairy: {
|
|
2096
2098
|
isNonstandard: "Unobtainable",
|
|
2097
|
-
randomBattleMoves: ["calmmind", "judgment", "earthpower", "
|
|
2099
|
+
randomBattleMoves: ["calmmind", "judgment", "earthpower", "fireblast", "recover"],
|
|
2098
2100
|
},
|
|
2099
2101
|
arceusfighting: {
|
|
2100
2102
|
isNonstandard: "Unobtainable",
|
|
@@ -2102,7 +2104,7 @@ exports.FormatsData = {
|
|
|
2102
2104
|
},
|
|
2103
2105
|
arceusfire: {
|
|
2104
2106
|
isNonstandard: "Unobtainable",
|
|
2105
|
-
randomBattleMoves: ["thunderbolt", "judgment", "
|
|
2107
|
+
randomBattleMoves: ["thunderbolt", "judgment", "surf", "recover", "calmmind"],
|
|
2106
2108
|
},
|
|
2107
2109
|
arceusflying: {
|
|
2108
2110
|
isNonstandard: "Unobtainable",
|
|
@@ -2126,7 +2128,7 @@ exports.FormatsData = {
|
|
|
2126
2128
|
},
|
|
2127
2129
|
arceuspoison: {
|
|
2128
2130
|
isNonstandard: "Unobtainable",
|
|
2129
|
-
randomBattleMoves: ["calmmind", "defog", "
|
|
2131
|
+
randomBattleMoves: ["calmmind", "defog", "earthpower", "sludgebomb", "recover"],
|
|
2130
2132
|
},
|
|
2131
2133
|
arceuspsychic: {
|
|
2132
2134
|
isNonstandard: "Unobtainable",
|
|
@@ -2138,7 +2140,7 @@ exports.FormatsData = {
|
|
|
2138
2140
|
},
|
|
2139
2141
|
arceussteel: {
|
|
2140
2142
|
isNonstandard: "Unobtainable",
|
|
2141
|
-
randomBattleMoves: ["
|
|
2143
|
+
randomBattleMoves: ["defog", "judgment", "surf", "willowisp", "recover", "roar", "stealthrock"],
|
|
2142
2144
|
},
|
|
2143
2145
|
arceuswater: {
|
|
2144
2146
|
isNonstandard: "Unobtainable",
|