@pkmn/mods 0.4.24 → 0.5.2

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