@pkmn/sim 0.7.26 → 0.7.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/build/cjs/config/formats.js +27 -9
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/conditions.js +5 -1
  4. package/build/cjs/data/conditions.js.map +1 -1
  5. package/build/cjs/data/formats-data.js +3 -3
  6. package/build/cjs/data/formats-data.js.map +1 -1
  7. package/build/cjs/data/mods/gen1/formats-data.js +0 -317
  8. package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
  9. package/build/cjs/data/mods/gen1/moves.js +2 -2
  10. package/build/cjs/data/mods/gen1/scripts.js +1 -2
  11. package/build/cjs/data/mods/gen1/scripts.js.map +1 -1
  12. package/build/cjs/data/mods/gen2/formats-data.js +0 -140
  13. package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
  14. package/build/cjs/data/mods/gen3/formats-data.js +0 -220
  15. package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
  16. package/build/cjs/data/mods/gen4/formats-data.js +18 -333
  17. package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
  18. package/build/cjs/data/mods/gen5/formats-data.js +19 -430
  19. package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
  20. package/build/cjs/data/mods/gen6/formats-data.js +26 -1008
  21. package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
  22. package/build/cjs/data/mods/gen7/formats-data.js +25 -1193
  23. package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
  24. package/build/cjs/data/mods/gen8/formats-data.js +5 -1861
  25. package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
  26. package/build/cjs/data/moves.js +1 -6
  27. package/build/cjs/data/moves.js.map +1 -1
  28. package/build/cjs/data/rulesets.js +1 -1
  29. package/build/cjs/data/rulesets.js.map +1 -1
  30. package/build/cjs/data/text/moves.js +3 -3
  31. package/build/cjs/data/text/moves.js.map +1 -1
  32. package/build/cjs/sim/tools/exhaustive-runner.js +55 -27
  33. package/build/cjs/sim/tools/exhaustive-runner.js.map +1 -1
  34. package/build/esm/config/formats.mjs +27 -9
  35. package/build/esm/config/formats.mjs.map +1 -1
  36. package/build/esm/data/conditions.mjs +5 -1
  37. package/build/esm/data/conditions.mjs.map +1 -1
  38. package/build/esm/data/formats-data.mjs +3 -3
  39. package/build/esm/data/formats-data.mjs.map +1 -1
  40. package/build/esm/data/mods/gen1/formats-data.mjs +0 -317
  41. package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
  42. package/build/esm/data/mods/gen1/moves.mjs +2 -2
  43. package/build/esm/data/mods/gen1/scripts.mjs +1 -2
  44. package/build/esm/data/mods/gen1/scripts.mjs.map +1 -1
  45. package/build/esm/data/mods/gen2/formats-data.mjs +0 -140
  46. package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
  47. package/build/esm/data/mods/gen3/formats-data.mjs +0 -220
  48. package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
  49. package/build/esm/data/mods/gen4/formats-data.mjs +18 -333
  50. package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
  51. package/build/esm/data/mods/gen5/formats-data.mjs +19 -430
  52. package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
  53. package/build/esm/data/mods/gen6/formats-data.mjs +26 -1008
  54. package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
  55. package/build/esm/data/mods/gen7/formats-data.mjs +25 -1193
  56. package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
  57. package/build/esm/data/mods/gen8/formats-data.mjs +5 -1861
  58. package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
  59. package/build/esm/data/moves.mjs +1 -6
  60. package/build/esm/data/moves.mjs.map +1 -1
  61. package/build/esm/data/rulesets.mjs +1 -1
  62. package/build/esm/data/rulesets.mjs.map +1 -1
  63. package/build/esm/data/text/moves.mjs +3 -3
  64. package/build/esm/data/text/moves.mjs.map +1 -1
  65. package/build/esm/sim/tools/exhaustive-runner.mjs +55 -27
  66. package/build/esm/sim/tools/exhaustive-runner.mjs.map +1 -1
  67. package/build/types/sim/exported-global-types.d.ts +4 -3
  68. package/build/types/sim/global-types.d.ts +4 -3
  69. package/build/types/sim/tools/exhaustive-runner.d.ts +4 -2
  70. package/package.json +1 -1
@@ -6,8 +6,6 @@ export const FormatsData = {
6
6
  tier: "NFE",
7
7
  },
8
8
  venusaur: {
9
- randomBattleMoves: ["gigadrain", "leechseed", "sleeppowder", "sludgebomb", "substitute"],
10
- randomBattleLevel: 82,
11
9
  tier: "UU",
12
10
  doublesTier: "(DUU)",
13
11
  natDexTier: "RU",
@@ -18,8 +16,6 @@ export const FormatsData = {
18
16
  natDexTier: "UUBL",
19
17
  },
20
18
  venusaurgmax: {
21
- randomDoubleBattleMoves: ["earthpower", "energyball", "leechseed", "protect", "sleeppowder", "sludgebomb"],
22
- randomDoubleBattleLevel: 80,
23
19
  isNonstandard: "Gigantamax",
24
20
  tier: "AG",
25
21
  doublesTier: "(DUber)",
@@ -32,11 +28,6 @@ export const FormatsData = {
32
28
  tier: "NFE",
33
29
  },
34
30
  charizard: {
35
- randomBattleMoves: ["airslash", "earthquake", "fireblast", "focusblast", "roost"],
36
- randomBattleLevel: 82,
37
- randomDoubleBattleMoves: ["airslash", "heatwave", "overheat", "protect", "scorchingsands", "tailwind"],
38
- randomDoubleBattleLevel: 80,
39
- randomBattleNoDynamaxMoves: ["defog", "earthquake", "fireblast", "hurricane", "roost", "toxic"],
40
31
  tier: "PU",
41
32
  doublesTier: "(DUU)",
42
33
  natDexTier: "RU",
@@ -52,8 +43,6 @@ export const FormatsData = {
52
43
  natDexTier: "OU",
53
44
  },
54
45
  charizardgmax: {
55
- randomDoubleBattleMoves: ["airslash", "fireblast", "focusblast", "heatwave", "protect", "tailwind"],
56
- randomDoubleBattleLevel: 80,
57
46
  isNonstandard: "Gigantamax",
58
47
  tier: "AG",
59
48
  doublesTier: "(DUber)",
@@ -66,10 +55,6 @@ export const FormatsData = {
66
55
  tier: "NFE",
67
56
  },
68
57
  blastoise: {
69
- randomBattleMoves: ["earthquake", "hydropump", "icebeam", "shellsmash"],
70
- randomBattleLevel: 82,
71
- randomDoubleBattleMoves: ["icebeam", "muddywater", "protect", "shellsmash"],
72
- randomDoubleBattleLevel: 80,
73
58
  tier: "NUBL",
74
59
  doublesTier: "DUU",
75
60
  natDexTier: "RU",
@@ -80,10 +65,6 @@ export const FormatsData = {
80
65
  natDexTier: "Uber",
81
66
  },
82
67
  blastoisegmax: {
83
- randomBattleMoves: ["icebeam", "protect", "rapidspin", "scald", "toxic"],
84
- randomBattleLevel: 82,
85
- randomDoubleBattleMoves: ["fakeout", "flipturn", "followme", "icywind", "lifedew", "muddywater"],
86
- randomDoubleBattleLevel: 80,
87
68
  isNonstandard: "Gigantamax",
88
69
  tier: "AG",
89
70
  doublesTier: "(DUber)",
@@ -96,19 +77,11 @@ export const FormatsData = {
96
77
  tier: "NFE",
97
78
  },
98
79
  butterfree: {
99
- randomBattleMoves: ["energyball", "hurricane", "quiverdance", "sleeppowder"],
100
- randomBattleLevel: 87,
101
- randomDoubleBattleMoves: ["hurricane", "pollenpuff", "protect", "ragepowder", "sleeppowder", "tailwind"],
102
- randomDoubleBattleLevel: 88,
103
80
  tier: "(PU)",
104
81
  doublesTier: "(DUU)",
105
82
  natDexTier: "RU",
106
83
  },
107
84
  butterfreegmax: {
108
- randomBattleMoves: ["airslash", "bugbuzz", "quiverdance", "sleeppowder"],
109
- randomBattleLevel: 87,
110
- randomDoubleBattleMoves: ["hurricane", "pollenpuff", "protect", "quiverdance", "sleeppowder"],
111
- randomDoubleBattleLevel: 88,
112
85
  isNonstandard: "Gigantamax",
113
86
  tier: "AG",
114
87
  doublesTier: "(DUber)",
@@ -207,10 +180,6 @@ export const FormatsData = {
207
180
  tier: "Illegal",
208
181
  },
209
182
  pikachu: {
210
- randomBattleMoves: ["irontail", "knockoff", "surf", "voltswitch", "volttackle"],
211
- randomBattleLevel: 92,
212
- randomDoubleBattleMoves: ["fakeout", "grassknot", "knockoff", "protect", "volttackle"],
213
- randomDoubleBattleLevel: 91,
214
183
  tier: "NFE",
215
184
  },
216
185
  pikachucosplay: {
@@ -277,8 +246,6 @@ export const FormatsData = {
277
246
  tier: "Illegal",
278
247
  },
279
248
  pikachugmax: {
280
- randomDoubleBattleMoves: ["extremespeed", "fakeout", "knockoff", "surf", "volttackle"],
281
- randomDoubleBattleLevel: 90,
282
249
  isNonstandard: "Gigantamax",
283
250
  tier: "AG",
284
251
  doublesTier: "(DUber)",
@@ -290,20 +257,11 @@ export const FormatsData = {
290
257
  natDexTier: "RU",
291
258
  },
292
259
  raichu: {
293
- randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "surf", "thunderbolt", "voltswitch"],
294
- randomBattleLevel: 86,
295
- randomDoubleBattleMoves: ["encore", "fakeout", "helpinghand", "nuzzle", "thunderbolt", "voltswitch"],
296
- randomDoubleBattleLevel: 88,
297
- randomBattleNoDynamaxMoves: ["encore", "focusblast", "grassknot", "nastyplot", "surf", "thunderbolt", "voltswitch"],
298
260
  tier: "(PU)",
299
261
  doublesTier: "(DUU)",
300
262
  natDexTier: "RU",
301
263
  },
302
264
  raichualola: {
303
- randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "psyshock", "thunderbolt", "voltswitch"],
304
- randomBattleLevel: 84,
305
- randomDoubleBattleMoves: ["focusblast", "nastyplot", "psyshock", "thunderbolt", "voltswitch"],
306
- randomDoubleBattleLevel: 86,
307
265
  tier: "PUBL",
308
266
  doublesTier: "(DUU)",
309
267
  natDexTier: "RU",
@@ -317,19 +275,11 @@ export const FormatsData = {
317
275
  natDexTier: "LC",
318
276
  },
319
277
  sandslash: {
320
- randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "spikes", "stealthrock", "stoneedge", "swordsdance", "toxic"],
321
- randomBattleLevel: 86,
322
- randomDoubleBattleMoves: ["drillrun", "knockoff", "protect", "stealthrock", "stoneedge", "swordsdance"],
323
- randomDoubleBattleLevel: 89,
324
278
  tier: "PU",
325
279
  doublesTier: "(DUU)",
326
280
  natDexTier: "RU",
327
281
  },
328
282
  sandslashalola: {
329
- randomBattleMoves: ["earthquake", "ironhead", "knockoff", "rapidspin", "swordsdance", "tripleaxel"],
330
- randomBattleLevel: 86,
331
- randomDoubleBattleMoves: ["drillrun", "ironhead", "protect", "swordsdance", "tripleaxel"],
332
- randomDoubleBattleLevel: 90,
333
283
  tier: "NUBL",
334
284
  doublesTier: "(DUU)",
335
285
  natDexTier: "RU",
@@ -341,10 +291,6 @@ export const FormatsData = {
341
291
  tier: "NFE",
342
292
  },
343
293
  nidoqueen: {
344
- randomBattleMoves: ["earthpower", "icebeam", "sludgewave", "stealthrock", "toxicspikes"],
345
- randomBattleLevel: 84,
346
- randomDoubleBattleMoves: ["earthpower", "icebeam", "protect", "sludgebomb", "stealthrock"],
347
- randomDoubleBattleLevel: 84,
348
294
  tier: "RU",
349
295
  doublesTier: "(DUU)",
350
296
  natDexTier: "RU",
@@ -356,10 +302,6 @@ export const FormatsData = {
356
302
  tier: "NFE",
357
303
  },
358
304
  nidoking: {
359
- randomBattleMoves: ["earthpower", "icebeam", "sludgewave", "substitute", "superpower"],
360
- randomBattleLevel: 82,
361
- randomDoubleBattleMoves: ["earthpower", "fireblast", "icebeam", "protect", "sludgebomb", "superpower"],
362
- randomDoubleBattleLevel: 84,
363
305
  tier: "UU",
364
306
  doublesTier: "(DUU)",
365
307
  natDexTier: "UU",
@@ -368,15 +310,9 @@ export const FormatsData = {
368
310
  tier: "LC",
369
311
  },
370
312
  clefairy: {
371
- randomDoubleBattleMoves: ["followme", "helpinghand", "moonblast", "protect"],
372
- randomDoubleBattleLevel: 95,
373
313
  tier: "NFE",
374
314
  },
375
315
  clefable: {
376
- randomBattleMoves: ["calmmind", "fireblast", "moonblast", "softboiled", "stealthrock", "thunderwave"],
377
- randomBattleLevel: 82,
378
- randomDoubleBattleMoves: ["fireblast", "followme", "healpulse", "helpinghand", "moonblast", "protect", "thunderwave"],
379
- randomDoubleBattleLevel: 86,
380
316
  tier: "OU",
381
317
  doublesTier: "(DUU)",
382
318
  natDexTier: "OU",
@@ -389,19 +325,11 @@ export const FormatsData = {
389
325
  natDexTier: "LC",
390
326
  },
391
327
  ninetales: {
392
- randomBattleMoves: ["fireblast", "nastyplot", "scorchingsands", "solarbeam", "willowisp"],
393
- randomBattleLevel: 82,
394
- randomDoubleBattleMoves: ["heatwave", "nastyplot", "protect", "scorchingsands", "solarbeam"],
395
- randomDoubleBattleLevel: 84,
396
328
  tier: "(PU)",
397
329
  doublesTier: "DUU",
398
330
  natDexTier: "RU",
399
331
  },
400
332
  ninetalesalola: {
401
- randomBattleMoves: ["auroraveil", "blizzard", "freezedry", "moonblast", "nastyplot"],
402
- randomBattleLevel: 79,
403
- randomDoubleBattleMoves: ["auroraveil", "blizzard", "encore", "freezedry", "moonblast"],
404
- randomDoubleBattleLevel: 81,
405
333
  tier: "OU",
406
334
  doublesTier: "DOU",
407
335
  natDexTier: "RU",
@@ -413,10 +341,6 @@ export const FormatsData = {
413
341
  tier: "NFE",
414
342
  },
415
343
  wigglytuff: {
416
- randomBattleMoves: ["dazzlinggleam", "fireblast", "healbell", "lightscreen", "reflect", "stealthrock"],
417
- randomBattleLevel: 90,
418
- randomDoubleBattleMoves: ["dazzlinggleam", "healpulse", "helpinghand", "hypervoice", "thunderwave"],
419
- randomDoubleBattleLevel: 90,
420
344
  tier: "(PU)",
421
345
  doublesTier: "(DUU)",
422
346
  natDexTier: "RU",
@@ -428,10 +352,6 @@ export const FormatsData = {
428
352
  tier: "NFE",
429
353
  },
430
354
  crobat: {
431
- randomBattleMoves: ["bravebird", "defog", "roost", "superfang", "taunt", "toxic", "uturn"],
432
- randomBattleLevel: 82,
433
- randomDoubleBattleMoves: ["bravebird", "defog", "roost", "superfang", "tailwind", "taunt"],
434
- randomDoubleBattleLevel: 86,
435
355
  tier: "RU",
436
356
  doublesTier: "(DUU)",
437
357
  natDexTier: "RU",
@@ -443,19 +363,11 @@ export const FormatsData = {
443
363
  tier: "NFE",
444
364
  },
445
365
  vileplume: {
446
- randomBattleMoves: ["aromatherapy", "gigadrain", "sleeppowder", "sludgebomb", "strengthsap"],
447
- randomBattleLevel: 84,
448
- randomDoubleBattleMoves: ["aromatherapy", "energyball", "pollenpuff", "sleeppowder", "sludgebomb", "strengthsap"],
449
- randomDoubleBattleLevel: 88,
450
366
  tier: "NU",
451
367
  doublesTier: "(DUU)",
452
368
  natDexTier: "RU",
453
369
  },
454
370
  bellossom: {
455
- randomBattleMoves: ["gigadrain", "moonblast", "quiverdance", "sleeppowder", "strengthsap"],
456
- randomBattleLevel: 82,
457
- randomDoubleBattleMoves: ["energyball", "moonblast", "quiverdance", "sleeppowder", "strengthsap"],
458
- randomDoubleBattleLevel: 86,
459
371
  tier: "(PU)",
460
372
  doublesTier: "(DUU)",
461
373
  natDexTier: "RU",
@@ -487,19 +399,11 @@ export const FormatsData = {
487
399
  tier: "LC",
488
400
  },
489
401
  dugtrio: {
490
- randomBattleMoves: ["earthquake", "memento", "stoneedge", "suckerpunch"],
491
- randomBattleLevel: 82,
492
- randomDoubleBattleMoves: ["highhorsepower", "memento", "protect", "rockslide", "suckerpunch"],
493
- randomDoubleBattleLevel: 88,
494
402
  tier: "(PU)",
495
403
  doublesTier: "(DUU)",
496
404
  natDexTier: "RU",
497
405
  },
498
406
  dugtrioalola: {
499
- randomBattleMoves: ["earthquake", "ironhead", "stealthrock", "stoneedge", "suckerpunch"],
500
- randomBattleLevel: 82,
501
- randomDoubleBattleMoves: ["highhorsepower", "ironhead", "memento", "protect", "rockslide", "suckerpunch"],
502
- randomDoubleBattleLevel: 88,
503
407
  tier: "(PU)",
504
408
  doublesTier: "(DUU)",
505
409
  natDexTier: "RU",
@@ -520,28 +424,16 @@ export const FormatsData = {
520
424
  natDexTier: "(Uber)",
521
425
  },
522
426
  persian: {
523
- randomBattleMoves: ["doubleedge", "fakeout", "knockoff", "playrough", "uturn"],
524
- randomBattleLevel: 88,
525
- randomDoubleBattleMoves: ["doubleedge", "fakeout", "hypnosis", "icywind", "knockoff", "taunt"],
526
- randomDoubleBattleLevel: 90,
527
427
  tier: "(PU)",
528
428
  doublesTier: "(DUU)",
529
429
  natDexTier: "RU",
530
430
  },
531
431
  persianalola: {
532
- randomBattleMoves: ["darkpulse", "hypnosis", "nastyplot", "thunderbolt"],
533
- randomBattleLevel: 82,
534
- randomDoubleBattleMoves: ["fakeout", "foulplay", "icywind", "partingshot", "snarl", "taunt"],
535
- randomDoubleBattleLevel: 88,
536
432
  tier: "(PU)",
537
433
  doublesTier: "(DUU)",
538
434
  natDexTier: "RU",
539
435
  },
540
436
  perrserker: {
541
- randomBattleMoves: ["closecombat", "crunch", "fakeout", "ironhead", "uturn"],
542
- randomBattleLevel: 86,
543
- randomDoubleBattleMoves: ["closecombat", "fakeout", "ironhead", "lashout", "protect", "uturn"],
544
- randomDoubleBattleLevel: 88,
545
437
  tier: "(PU)",
546
438
  doublesTier: "(DUU)",
547
439
  natDexTier: "RU",
@@ -550,10 +442,6 @@ export const FormatsData = {
550
442
  tier: "LC",
551
443
  },
552
444
  golduck: {
553
- randomBattleMoves: ["calmmind", "focusblast", "icebeam", "psyshock", "scald", "substitute"],
554
- randomBattleLevel: 86,
555
- randomDoubleBattleMoves: ["calmmind", "encore", "icebeam", "muddywater", "protect"],
556
- randomDoubleBattleLevel: 88,
557
445
  tier: "(PU)",
558
446
  doublesTier: "(DUU)",
559
447
  natDexTier: "RU",
@@ -576,10 +464,6 @@ export const FormatsData = {
576
464
  tier: "Illegal",
577
465
  },
578
466
  arcanine: {
579
- randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "toxic", "wildcharge", "willowisp"],
580
- randomBattleLevel: 82,
581
- randomDoubleBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "protect", "snarl", "willowisp"],
582
- randomDoubleBattleLevel: 84,
583
467
  tier: "NU",
584
468
  doublesTier: "DUU",
585
469
  natDexTier: "RU",
@@ -595,19 +479,11 @@ export const FormatsData = {
595
479
  tier: "NFE",
596
480
  },
597
481
  poliwrath: {
598
- randomBattleMoves: ["closecombat", "darkestlariat", "liquidation", "raindance"],
599
- randomBattleLevel: 84,
600
- randomDoubleBattleMoves: ["closecombat", "coaching", "helpinghand", "liquidation", "protect"],
601
- randomDoubleBattleLevel: 88,
602
482
  tier: "(PU)",
603
483
  doublesTier: "(DUU)",
604
484
  natDexTier: "RU",
605
485
  },
606
486
  politoed: {
607
- randomBattleMoves: ["encore", "icebeam", "protect", "rest", "scald", "toxic"],
608
- randomBattleLevel: 86,
609
- randomDoubleBattleMoves: ["haze", "helpinghand", "icywind", "protect", "scald"],
610
- randomDoubleBattleLevel: 84,
611
487
  tier: "(PU)",
612
488
  doublesTier: "DUU",
613
489
  natDexTier: "RU",
@@ -619,10 +495,6 @@ export const FormatsData = {
619
495
  tier: "NFE",
620
496
  },
621
497
  alakazam: {
622
- randomBattleMoves: ["counter", "focusblast", "nastyplot", "psychic", "shadowball"],
623
- randomBattleLevel: 78,
624
- randomDoubleBattleMoves: ["focusblast", "nastyplot", "protect", "psychic", "shadowball"],
625
- randomDoubleBattleLevel: 80,
626
498
  tier: "UUBL",
627
499
  doublesTier: "(DUU)",
628
500
  natDexTier: "UUBL",
@@ -639,10 +511,6 @@ export const FormatsData = {
639
511
  tier: "NFE",
640
512
  },
641
513
  machamp: {
642
- randomBattleMoves: ["bulletpunch", "closecombat", "dynamicpunch", "facade", "knockoff", "stoneedge"],
643
- randomBattleLevel: 82,
644
- randomDoubleBattleMoves: ["bulletpunch", "closecombat", "facade", "knockoff", "protect"],
645
- randomDoubleBattleLevel: 88,
646
514
  tier: "NUBL",
647
515
  doublesTier: "(DUU)",
648
516
  natDexTier: "RU",
@@ -672,10 +540,6 @@ export const FormatsData = {
672
540
  tier: "LC",
673
541
  },
674
542
  tentacruel: {
675
- randomBattleMoves: ["haze", "knockoff", "rapidspin", "scald", "sludgebomb", "toxicspikes"],
676
- randomBattleLevel: 84,
677
- randomDoubleBattleMoves: ["acidspray", "icywind", "knockoff", "muddywater", "rapidspin", "sludgebomb"],
678
- randomDoubleBattleLevel: 87,
679
543
  tier: "RU",
680
544
  doublesTier: "(DUU)",
681
545
  natDexTier: "RU",
@@ -717,19 +581,11 @@ export const FormatsData = {
717
581
  tier: "LC",
718
582
  },
719
583
  rapidash: {
720
- randomBattleMoves: ["flareblitz", "highhorsepower", "morningsun", "swordsdance", "wildcharge", "willowisp"],
721
- randomBattleLevel: 84,
722
- randomDoubleBattleMoves: ["flareblitz", "highhorsepower", "morningsun", "protect", "swordsdance", "wildcharge"],
723
- randomDoubleBattleLevel: 88,
724
584
  tier: "(PU)",
725
585
  doublesTier: "(DUU)",
726
586
  natDexTier: "RU",
727
587
  },
728
588
  rapidashgalar: {
729
- randomBattleMoves: ["highhorsepower", "morningsun", "playrough", "swordsdance", "zenheadbutt"],
730
- randomBattleLevel: 84,
731
- randomDoubleBattleMoves: ["highhorsepower", "playrough", "protect", "swordsdance", "zenheadbutt"],
732
- randomDoubleBattleLevel: 88,
733
589
  tier: "(PU)",
734
590
  doublesTier: "(DUU)",
735
591
  natDexTier: "RU",
@@ -741,10 +597,6 @@ export const FormatsData = {
741
597
  tier: "LC",
742
598
  },
743
599
  slowbro: {
744
- randomBattleMoves: ["futuresight", "icebeam", "scald", "slackoff", "teleport", "thunderwave"],
745
- randomBattleLevel: 84,
746
- randomDoubleBattleMoves: ["calmmind", "fireblast", "icebeam", "psychic", "scald", "slackoff", "trickroom"],
747
- randomDoubleBattleLevel: 84,
748
600
  tier: "OU",
749
601
  doublesTier: "(DUU)",
750
602
  natDexTier: "OU",
@@ -755,28 +607,16 @@ export const FormatsData = {
755
607
  natDexTier: "UUBL",
756
608
  },
757
609
  slowbrogalar: {
758
- randomBattleMoves: ["flamethrower", "psychic", "shellsidearm", "trick", "trickroom"],
759
- randomBattleLevel: 86,
760
- randomDoubleBattleMoves: ["fireblast", "healpulse", "protect", "psychic", "shellsidearm", "trickroom"],
761
- randomDoubleBattleLevel: 85,
762
610
  tier: "RUBL",
763
611
  doublesTier: "(DUU)",
764
612
  natDexTier: "RUBL",
765
613
  },
766
614
  slowking: {
767
- randomBattleMoves: ["fireblast", "futuresight", "psyshock", "scald", "slackoff", "teleport", "toxic", "trick"],
768
- randomBattleLevel: 86,
769
- randomDoubleBattleMoves: ["fireblast", "icebeam", "nastyplot", "psychic", "scald", "slackoff", "trickroom"],
770
- randomDoubleBattleLevel: 88,
771
615
  tier: "UU",
772
616
  doublesTier: "(DUU)",
773
617
  natDexTier: "UU",
774
618
  },
775
619
  slowkinggalar: {
776
- randomBattleMoves: ["fireblast", "futuresight", "psyshock", "slackoff", "sludgebomb", "trick"],
777
- randomBattleLevel: 84,
778
- randomDoubleBattleMoves: ["fireblast", "protect", "psychic", "sludgebomb", "trick", "trickroom"],
779
- randomDoubleBattleLevel: 86,
780
620
  tier: "OU",
781
621
  doublesTier: "(DUU)",
782
622
  natDexTier: "UUBL",
@@ -790,19 +630,11 @@ export const FormatsData = {
790
630
  natDexTier: "NFE",
791
631
  },
792
632
  magnezone: {
793
- randomBattleMoves: ["bodypress", "flashcannon", "mirrorcoat", "thunderbolt", "voltswitch"],
794
- randomBattleLevel: 84,
795
- randomDoubleBattleMoves: ["bodypress", "electroweb", "flashcannon", "protect", "thunderbolt", "voltswitch"],
796
- randomDoubleBattleLevel: 88,
797
633
  tier: "OU",
798
634
  doublesTier: "(DUU)",
799
635
  natDexTier: "OU",
800
636
  },
801
637
  farfetchd: {
802
- randomBattleMoves: ["bravebird", "closecombat", "knockoff", "leafblade", "swordsdance"],
803
- randomBattleLevel: 90,
804
- randomDoubleBattleMoves: ["bravebird", "closecombat", "leafblade", "protect", "quickattack", "swordsdance"],
805
- randomDoubleBattleLevel: 95,
806
638
  tier: "(PU)",
807
639
  doublesTier: "(DUU)",
808
640
  natDexTier: "RU",
@@ -811,11 +643,6 @@ export const FormatsData = {
811
643
  tier: "LC",
812
644
  },
813
645
  sirfetchd: {
814
- randomBattleMoves: ["bravebird", "closecombat", "firstimpression", "knockoff", "swordsdance"],
815
- randomBattleLevel: 82,
816
- randomDoubleBattleMoves: ["bravebird", "closecombat", "firstimpression", "knockoff", "poisonjab", "protect", "swordsdance"],
817
- randomDoubleBattleLevel: 85,
818
- randomBattleNoDynamaxMoves: ["bravebird", "closecombat", "firstimpression", "knockoff", "poisonjab", "swordsdance"],
819
646
  tier: "NUBL",
820
647
  doublesTier: "(DUU)",
821
648
  natDexTier: "RU",
@@ -864,11 +691,6 @@ export const FormatsData = {
864
691
  tier: "LC",
865
692
  },
866
693
  cloyster: {
867
- randomBattleMoves: ["explosion", "hydropump", "iciclespear", "rockblast", "shellsmash"],
868
- randomBattleLevel: 80,
869
- randomDoubleBattleMoves: ["hydropump", "iciclespear", "protect", "rockblast", "shellsmash"],
870
- randomDoubleBattleLevel: 84,
871
- randomBattleNoDynamaxMoves: ["hydropump", "iciclespear", "rockblast", "shellsmash"],
872
694
  tier: "RU",
873
695
  doublesTier: "(DUU)",
874
696
  natDexTier: "RU",
@@ -881,8 +703,6 @@ export const FormatsData = {
881
703
  tier: "NFE",
882
704
  },
883
705
  gengar: {
884
- randomDoubleBattleMoves: ["focusblast", "nastyplot", "protect", "shadowball", "sludgebomb", "thunderbolt", "trick", "willowisp"],
885
- randomDoubleBattleLevel: 86,
886
706
  tier: "UUBL",
887
707
  doublesTier: "(DUU)",
888
708
  natDexTier: "UUBL",
@@ -893,10 +713,6 @@ export const FormatsData = {
893
713
  natDexTier: "Uber",
894
714
  },
895
715
  gengargmax: {
896
- randomBattleMoves: ["focusblast", "nastyplot", "shadowball", "sludgewave", "trick"],
897
- randomBattleLevel: 80,
898
- randomDoubleBattleMoves: ["focusblast", "nastyplot", "protect", "shadowball", "sludgebomb", "thunderbolt", "willowisp"],
899
- randomDoubleBattleLevel: 86,
900
716
  isNonstandard: "Gigantamax",
901
717
  tier: "AG",
902
718
  doublesTier: "(DUber)",
@@ -906,11 +722,6 @@ export const FormatsData = {
906
722
  tier: "LC",
907
723
  },
908
724
  steelix: {
909
- randomBattleMoves: ["dragondance", "earthquake", "headsmash", "heavyslam", "stealthrock", "toxic"],
910
- randomBattleLevel: 84,
911
- randomDoubleBattleMoves: ["headsmash", "heavyslam", "highhorsepower", "protect", "rockpolish"],
912
- randomDoubleBattleLevel: 88,
913
- randomBattleNoDynamaxMoves: ["curse", "earthquake", "headsmash", "heavyslam", "stealthrock", "toxic"],
914
725
  tier: "RU",
915
726
  doublesTier: "(DUU)",
916
727
  natDexTier: "RU",
@@ -934,17 +745,11 @@ export const FormatsData = {
934
745
  tier: "LC",
935
746
  },
936
747
  kingler: {
937
- randomBattleMoves: ["agility", "liquidation", "rockslide", "superpower", "swordsdance", "xscissor"],
938
- randomBattleLevel: 84,
939
- randomDoubleBattleMoves: ["agility", "knockoff", "liquidation", "protect", "superpower", "xscissor"],
940
- randomDoubleBattleLevel: 86,
941
748
  tier: "PUBL",
942
749
  doublesTier: "(DUU)",
943
750
  natDexTier: "RU",
944
751
  },
945
752
  kinglergmax: {
946
- randomDoubleBattleMoves: ["knockoff", "liquidation", "protect", "superpower", "xscissor"],
947
- randomDoubleBattleLevel: 86,
948
753
  isNonstandard: "Gigantamax",
949
754
  tier: "AG",
950
755
  doublesTier: "(DUber)",
@@ -972,19 +777,11 @@ export const FormatsData = {
972
777
  tier: "LC",
973
778
  },
974
779
  exeggutor: {
975
- randomBattleMoves: ["gigadrain", "leechseed", "psychic", "sleeppowder", "substitute"],
976
- randomBattleLevel: 86,
977
- randomDoubleBattleMoves: ["energyball", "protect", "psychic", "sleeppowder", "trickroom"],
978
- randomDoubleBattleLevel: 88,
979
780
  tier: "(PU)",
980
781
  doublesTier: "(DUU)",
981
782
  natDexTier: "RU",
982
783
  },
983
784
  exeggutoralola: {
984
- randomBattleMoves: ["dracometeor", "flamethrower", "gigadrain", "leafstorm", "trickroom"],
985
- randomBattleLevel: 87,
986
- randomDoubleBattleMoves: ["dragonpulse", "energyball", "flamethrower", "protect", "trickroom"],
987
- randomDoubleBattleLevel: 88,
988
785
  tier: "PUBL",
989
786
  doublesTier: "(DUU)",
990
787
  natDexTier: "RU",
@@ -993,19 +790,11 @@ export const FormatsData = {
993
790
  tier: "LC",
994
791
  },
995
792
  marowak: {
996
- randomBattleMoves: ["doubleedge", "earthquake", "knockoff", "stealthrock", "stoneedge", "swordsdance"],
997
- randomBattleLevel: 86,
998
- randomDoubleBattleMoves: ["bonemerang", "knockoff", "protect", "stealthrock", "stoneedge"],
999
- randomDoubleBattleLevel: 88,
1000
793
  tier: "(PU)",
1001
794
  doublesTier: "(DUU)",
1002
795
  natDexTier: "RU",
1003
796
  },
1004
797
  marowakalola: {
1005
- randomBattleMoves: ["earthquake", "flamecharge", "flareblitz", "poltergeist", "stealthrock", "stoneedge"],
1006
- randomBattleLevel: 84,
1007
- randomDoubleBattleMoves: ["bonemerang", "flamecharge", "flareblitz", "protect", "shadowbone"],
1008
- randomDoubleBattleLevel: 83,
1009
798
  tier: "RU",
1010
799
  doublesTier: "(DUU)",
1011
800
  natDexTier: "RU",
@@ -1019,28 +808,16 @@ export const FormatsData = {
1019
808
  tier: "LC",
1020
809
  },
1021
810
  hitmonlee: {
1022
- randomBattleMoves: ["closecombat", "curse", "highjumpkick", "knockoff", "poisonjab", "stoneedge"],
1023
- randomBattleLevel: 84,
1024
- randomDoubleBattleMoves: ["closecombat", "fakeout", "knockoff", "poisonjab", "protect", "rockslide"],
1025
- randomDoubleBattleLevel: 86,
1026
811
  tier: "PU",
1027
812
  doublesTier: "(DUU)",
1028
813
  natDexTier: "RU",
1029
814
  },
1030
815
  hitmonchan: {
1031
- randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "machpunch", "rapidspin", "throatchop"],
1032
- randomBattleLevel: 86,
1033
- randomDoubleBattleMoves: ["coaching", "drainpunch", "feint", "firepunch", "icepunch", "machpunch"],
1034
- randomDoubleBattleLevel: 88,
1035
816
  tier: "(PU)",
1036
817
  doublesTier: "(DUU)",
1037
818
  natDexTier: "RU",
1038
819
  },
1039
820
  hitmontop: {
1040
- randomBattleMoves: ["closecombat", "earthquake", "rapidspin", "suckerpunch", "toxic", "tripleaxel"],
1041
- randomBattleLevel: 85,
1042
- randomDoubleBattleMoves: ["closecombat", "coaching", "fakeout", "helpinghand", "rapidspin", "suckerpunch", "tripleaxel"],
1043
- randomDoubleBattleLevel: 88,
1044
821
  tier: "NU",
1045
822
  doublesTier: "DUU",
1046
823
  natDexTier: "RU",
@@ -1049,10 +826,6 @@ export const FormatsData = {
1049
826
  tier: "LC",
1050
827
  },
1051
828
  lickilicky: {
1052
- randomBattleMoves: ["bodyslam", "earthquake", "explosion", "healbell", "knockoff", "protect", "swordsdance", "wish"],
1053
- randomBattleLevel: 86,
1054
- randomDoubleBattleMoves: ["bodyslam", "explosion", "helpinghand", "icywind", "knockoff"],
1055
- randomDoubleBattleLevel: 88,
1056
829
  tier: "(PU)",
1057
830
  doublesTier: "(DUU)",
1058
831
  natDexTier: "RU",
@@ -1061,19 +834,11 @@ export const FormatsData = {
1061
834
  tier: "LC",
1062
835
  },
1063
836
  weezing: {
1064
- randomBattleMoves: ["fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
1065
- randomBattleLevel: 86,
1066
- randomDoubleBattleMoves: ["fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
1067
- randomDoubleBattleLevel: 88,
1068
837
  tier: "PU",
1069
838
  doublesTier: "(DUU)",
1070
839
  natDexTier: "RU",
1071
840
  },
1072
841
  weezinggalar: {
1073
- randomBattleMoves: ["defog", "fireblast", "painsplit", "sludgebomb", "strangesteam", "toxicspikes", "willowisp"],
1074
- randomBattleLevel: 86,
1075
- randomDoubleBattleMoves: ["clearsmog", "defog", "fireblast", "painsplit", "strangesteam", "toxicspikes", "willowisp"],
1076
- randomDoubleBattleLevel: 89,
1077
842
  tier: "RU",
1078
843
  doublesTier: "(DUU)",
1079
844
  natDexTier: "RU",
@@ -1082,15 +847,9 @@ export const FormatsData = {
1082
847
  tier: "LC",
1083
848
  },
1084
849
  rhydon: {
1085
- randomBattleMoves: ["earthquake", "megahorn", "stealthrock", "stoneedge", "toxic"],
1086
- randomBattleLevel: 87,
1087
850
  tier: "NFE",
1088
851
  },
1089
852
  rhyperior: {
1090
- randomBattleMoves: ["earthquake", "firepunch", "megahorn", "rockpolish", "stoneedge"],
1091
- randomBattleLevel: 82,
1092
- randomDoubleBattleMoves: ["highhorsepower", "icepunch", "megahorn", "protect", "rockslide", "stoneedge"],
1093
- randomDoubleBattleLevel: 84,
1094
853
  tier: "RU",
1095
854
  doublesTier: "(DUU)",
1096
855
  natDexTier: "RU",
@@ -1099,17 +858,11 @@ export const FormatsData = {
1099
858
  tier: "LC",
1100
859
  },
1101
860
  chansey: {
1102
- randomBattleMoves: ["healbell", "seismictoss", "softboiled", "stealthrock", "toxic"],
1103
- randomBattleLevel: 84,
1104
861
  tier: "UU",
1105
862
  doublesTier: "NFE",
1106
863
  natDexTier: "OU",
1107
864
  },
1108
865
  blissey: {
1109
- randomBattleMoves: ["seismictoss", "softboiled", "stealthrock", "teleport", "toxic"],
1110
- randomBattleLevel: 83,
1111
- randomDoubleBattleMoves: ["allyswitch", "healpulse", "helpinghand", "protect", "seismictoss", "softboiled", "thunderwave", "toxic"],
1112
- randomDoubleBattleLevel: 88,
1113
866
  tier: "OU",
1114
867
  doublesTier: "(DUU)",
1115
868
  natDexTier: "OU",
@@ -1119,19 +872,11 @@ export const FormatsData = {
1119
872
  natDexTier: "LC",
1120
873
  },
1121
874
  tangrowth: {
1122
- randomBattleMoves: ["earthquake", "gigadrain", "knockoff", "leechseed", "sleeppowder", "sludgebomb"],
1123
- randomBattleLevel: 84,
1124
- randomDoubleBattleMoves: ["focusblast", "knockoff", "powerwhip", "ragepowder", "sleeppowder"],
1125
- randomDoubleBattleLevel: 85,
1126
875
  tier: "UU",
1127
876
  doublesTier: "(DUU)",
1128
877
  natDexTier: "RUBL",
1129
878
  },
1130
879
  kangaskhan: {
1131
- randomBattleMoves: ["doubleedge", "earthquake", "fakeout", "hammerarm", "suckerpunch"],
1132
- randomBattleLevel: 84,
1133
- randomDoubleBattleMoves: ["doubleedge", "drainpunch", "fakeout", "protect", "rockslide", "suckerpunch"],
1134
- randomDoubleBattleLevel: 88,
1135
880
  tier: "(PU)",
1136
881
  doublesTier: "(DUU)",
1137
882
  natDexTier: "RU",
@@ -1148,11 +893,6 @@ export const FormatsData = {
1148
893
  tier: "NFE",
1149
894
  },
1150
895
  kingdra: {
1151
- randomBattleMoves: ["dracometeor", "flipturn", "hurricane", "hydropump", "raindance"],
1152
- randomBattleLevel: 82,
1153
- randomDoubleBattleMoves: ["dracometeor", "hurricane", "hydropump", "icebeam", "muddywater", "raindance"],
1154
- randomDoubleBattleLevel: 82,
1155
- randomBattleNoDynamaxMoves: ["dracometeor", "flipturn", "hydropump", "icebeam", "raindance"],
1156
896
  tier: "PUBL",
1157
897
  doublesTier: "DUU",
1158
898
  natDexTier: "RU",
@@ -1161,10 +901,6 @@ export const FormatsData = {
1161
901
  tier: "LC",
1162
902
  },
1163
903
  seaking: {
1164
- randomBattleMoves: ["drillrun", "knockoff", "megahorn", "swordsdance", "waterfall"],
1165
- randomBattleLevel: 88,
1166
- randomDoubleBattleMoves: ["drillrun", "knockoff", "megahorn", "protect", "scaleshot", "swordsdance", "waterfall"],
1167
- randomDoubleBattleLevel: 88,
1168
904
  tier: "(PU)",
1169
905
  doublesTier: "(DUU)",
1170
906
  natDexTier: "RU",
@@ -1173,10 +909,6 @@ export const FormatsData = {
1173
909
  tier: "LC",
1174
910
  },
1175
911
  starmie: {
1176
- randomBattleMoves: ["hydropump", "icebeam", "psyshock", "rapidspin", "recover", "scald", "thunderbolt"],
1177
- randomBattleLevel: 84,
1178
- randomDoubleBattleMoves: ["hydropump", "icebeam", "protect", "psyshock", "thunderbolt", "trick"],
1179
- randomDoubleBattleLevel: 84,
1180
912
  tier: "NU",
1181
913
  doublesTier: "(DUU)",
1182
914
  natDexTier: "RU",
@@ -1185,43 +917,24 @@ export const FormatsData = {
1185
917
  tier: "LC",
1186
918
  },
1187
919
  mrmime: {
1188
- randomBattleMoves: ["dazzlinggleam", "focusblast", "healingwish", "nastyplot", "psychic"],
1189
- randomBattleLevel: 86,
1190
- randomDoubleBattleMoves: ["dazzlinggleam", "fakeout", "icywind", "lightscreen", "psychic", "reflect"],
1191
- randomDoubleBattleLevel: 88,
1192
920
  tier: "(PU)",
1193
921
  doublesTier: "(DUU)",
1194
922
  natDexTier: "RU",
1195
923
  },
1196
924
  mrmimegalar: {
1197
- randomBattleMoves: ["focusblast", "freezedry", "nastyplot", "psychic", "rapidspin"],
1198
- randomBattleLevel: 86,
1199
925
  tier: "NFE",
1200
926
  },
1201
927
  mrrime: {
1202
- randomBattleMoves: ["focusblast", "freezedry", "psychic", "rapidspin", "slackoff", "trick"],
1203
- randomBattleLevel: 86,
1204
- randomDoubleBattleMoves: ["fakeout", "focusblast", "freezedry", "icywind", "protect", "psychic", "rapidspin"],
1205
- randomDoubleBattleLevel: 88,
1206
928
  tier: "(PU)",
1207
929
  doublesTier: "(DUU)",
1208
930
  natDexTier: "RU",
1209
931
  },
1210
932
  scyther: {
1211
- randomBattleMoves: ["brickbreak", "dualwingbeat", "knockoff", "roost", "swordsdance", "uturn"],
1212
- randomBattleLevel: 81,
1213
- randomDoubleBattleMoves: ["brickbreak", "bugbite", "dualwingbeat", "uturn"],
1214
- randomDoubleBattleLevel: 84,
1215
933
  tier: "PUBL",
1216
934
  doublesTier: "NFE",
1217
935
  natDexTier: "LC",
1218
936
  },
1219
937
  scizor: {
1220
- randomBattleMoves: ["bulletpunch", "dualwingbeat", "knockoff", "roost", "superpower", "swordsdance", "uturn"],
1221
- randomBattleLevel: 80,
1222
- randomDoubleBattleMoves: ["bugbite", "bulletpunch", "dualwingbeat", "feint", "protect", "superpower", "swordsdance", "uturn"],
1223
- randomDoubleBattleLevel: 80,
1224
- randomBattleNoDynamaxMoves: ["bulletpunch", "knockoff", "roost", "superpower", "swordsdance", "uturn"],
1225
938
  tier: "UU",
1226
939
  doublesTier: "DUU",
1227
940
  natDexTier: "UU",
@@ -1235,10 +948,6 @@ export const FormatsData = {
1235
948
  tier: "LC",
1236
949
  },
1237
950
  jynx: {
1238
- randomBattleMoves: ["focusblast", "icebeam", "lovelykiss", "nastyplot", "psyshock", "trick"],
1239
- randomBattleLevel: 86,
1240
- randomDoubleBattleMoves: ["focusblast", "icebeam", "lovelykiss", "nastyplot", "psychic"],
1241
- randomDoubleBattleLevel: 86,
1242
951
  tier: "(PU)",
1243
952
  doublesTier: "(DUU)",
1244
953
  natDexTier: "RU",
@@ -1250,10 +959,6 @@ export const FormatsData = {
1250
959
  tier: "NFE",
1251
960
  },
1252
961
  electivire: {
1253
- randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
1254
- randomBattleLevel: 82,
1255
- randomDoubleBattleMoves: ["crosschop", "flamethrower", "icepunch", "stompingtantrum", "wildcharge"],
1256
- randomDoubleBattleLevel: 88,
1257
962
  tier: "(PU)",
1258
963
  doublesTier: "(DUU)",
1259
964
  natDexTier: "RU",
@@ -1265,19 +970,11 @@ export const FormatsData = {
1265
970
  tier: "NFE",
1266
971
  },
1267
972
  magmortar: {
1268
- randomBattleMoves: ["earthquake", "fireblast", "focusblast", "psychic", "taunt", "thunderbolt"],
1269
- randomBattleLevel: 86,
1270
- randomDoubleBattleMoves: ["fireblast", "focusblast", "heatwave", "protect", "thunderbolt"],
1271
- randomDoubleBattleLevel: 88,
1272
973
  tier: "(PU)",
1273
974
  doublesTier: "(DUU)",
1274
975
  natDexTier: "RU",
1275
976
  },
1276
977
  pinsir: {
1277
- randomBattleMoves: ["closecombat", "earthquake", "knockoff", "stealthrock", "stoneedge", "xscissor"],
1278
- randomBattleLevel: 84,
1279
- randomDoubleBattleMoves: ["closecombat", "feint", "protect", "rockslide", "swordsdance", "xscissor"],
1280
- randomDoubleBattleLevel: 88,
1281
978
  tier: "(PU)",
1282
979
  doublesTier: "(DUU)",
1283
980
  natDexTier: "RU",
@@ -1288,10 +985,6 @@ export const FormatsData = {
1288
985
  natDexTier: "UUBL",
1289
986
  },
1290
987
  tauros: {
1291
- randomBattleMoves: ["bodyslam", "closecombat", "rockslide", "throatchop", "zenheadbutt"],
1292
- randomBattleLevel: 82,
1293
- randomDoubleBattleMoves: ["bodyslam", "closecombat", "lashout", "protect", "rockslide"],
1294
- randomDoubleBattleLevel: 84,
1295
988
  tier: "NU",
1296
989
  doublesTier: "(DUU)",
1297
990
  natDexTier: "RU",
@@ -1300,10 +993,6 @@ export const FormatsData = {
1300
993
  tier: "LC",
1301
994
  },
1302
995
  gyarados: {
1303
- randomBattleMoves: ["bounce", "dragondance", "earthquake", "powerwhip", "waterfall"],
1304
- randomBattleLevel: 76,
1305
- randomDoubleBattleMoves: ["bounce", "dragondance", "icefang", "powerwhip", "protect", "waterfall"],
1306
- randomDoubleBattleLevel: 81,
1307
996
  tier: "UU",
1308
997
  doublesTier: "(DUU)",
1309
998
  natDexTier: "UUBL",
@@ -1319,20 +1008,12 @@ export const FormatsData = {
1319
1008
  natDexTier: "RU",
1320
1009
  },
1321
1010
  laprasgmax: {
1322
- randomBattleMoves: ["freezedry", "icebeam", "protect", "sparklingaria", "thunderbolt", "toxic"],
1323
- randomBattleLevel: 86,
1324
- randomDoubleBattleMoves: ["freezedry", "helpinghand", "hydropump", "icywind", "protect", "thunderbolt"],
1325
- randomDoubleBattleLevel: 84,
1326
1011
  isNonstandard: "Gigantamax",
1327
1012
  tier: "AG",
1328
1013
  doublesTier: "(DUber)",
1329
1014
  natDexTier: "(Uber)",
1330
1015
  },
1331
1016
  ditto: {
1332
- randomBattleMoves: ["transform"],
1333
- randomBattleLevel: 76,
1334
- randomDoubleBattleMoves: ["transform"],
1335
- randomDoubleBattleLevel: 88,
1336
1017
  tier: "(PU)",
1337
1018
  doublesTier: "(DUU)",
1338
1019
  natDexTier: "RU",
@@ -1351,73 +1032,41 @@ export const FormatsData = {
1351
1032
  natDexTier: "(Uber)",
1352
1033
  },
1353
1034
  vaporeon: {
1354
- randomBattleMoves: ["healbell", "icebeam", "protect", "scald", "toxic", "wish"],
1355
- randomBattleLevel: 84,
1356
- randomDoubleBattleMoves: ["helpinghand", "icywind", "protect", "scald", "toxic", "wish"],
1357
- randomDoubleBattleLevel: 88,
1358
1035
  tier: "NU",
1359
1036
  doublesTier: "(DUU)",
1360
1037
  natDexTier: "RU",
1361
1038
  },
1362
1039
  jolteon: {
1363
- randomBattleMoves: ["hypervoice", "shadowball", "thunderbolt", "voltswitch"],
1364
- randomBattleLevel: 82,
1365
- randomDoubleBattleMoves: ["faketears", "helpinghand", "shadowball", "thunderbolt", "thunderwave"],
1366
- randomDoubleBattleLevel: 86,
1367
1040
  tier: "PU",
1368
1041
  doublesTier: "(DUU)",
1369
1042
  natDexTier: "RU",
1370
1043
  },
1371
1044
  flareon: {
1372
- randomBattleMoves: ["facade", "flamecharge", "flareblitz", "quickattack", "superpower"],
1373
- randomBattleLevel: 86,
1374
- randomDoubleBattleMoves: ["facade", "flamecharge", "flareblitz", "protect", "quickattack", "superpower"],
1375
- randomDoubleBattleLevel: 88,
1376
1045
  tier: "(PU)",
1377
1046
  doublesTier: "(DUU)",
1378
1047
  natDexTier: "RU",
1379
1048
  },
1380
1049
  espeon: {
1381
- randomBattleMoves: ["calmmind", "dazzlinggleam", "morningsun", "psychic", "shadowball"],
1382
- randomBattleLevel: 82,
1383
- randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "morningsun", "protect", "psychic", "shadowball"],
1384
- randomDoubleBattleLevel: 84,
1385
1050
  tier: "PUBL",
1386
1051
  doublesTier: "(DUU)",
1387
1052
  natDexTier: "RU",
1388
1053
  },
1389
1054
  umbreon: {
1390
- randomBattleMoves: ["foulplay", "protect", "toxic", "wish"],
1391
- randomBattleLevel: 82,
1392
- randomDoubleBattleMoves: ["foulplay", "helpinghand", "moonlight", "protect", "snarl", "toxic"],
1393
- randomDoubleBattleLevel: 88,
1394
1055
  tier: "RU",
1395
1056
  doublesTier: "(DUU)",
1396
1057
  natDexTier: "RU",
1397
1058
  },
1398
1059
  leafeon: {
1399
- randomBattleMoves: ["doubleedge", "knockoff", "leafblade", "swordsdance", "synthesis", "xscissor"],
1400
- randomBattleLevel: 86,
1401
- randomDoubleBattleMoves: ["doubleedge", "knockoff", "leafblade", "protect", "swordsdance"],
1402
- randomDoubleBattleLevel: 86,
1403
1060
  tier: "(PU)",
1404
1061
  doublesTier: "(DUU)",
1405
1062
  natDexTier: "RU",
1406
1063
  },
1407
1064
  glaceon: {
1408
- randomBattleMoves: ["freezedry", "protect", "toxic", "wish"],
1409
- randomBattleLevel: 88,
1410
- randomDoubleBattleMoves: ["blizzard", "freezedry", "helpinghand", "protect", "shadowball", "wish"],
1411
- randomDoubleBattleLevel: 88,
1412
1065
  tier: "(PU)",
1413
1066
  doublesTier: "(DUU)",
1414
1067
  natDexTier: "RU",
1415
1068
  },
1416
1069
  sylveon: {
1417
- randomBattleMoves: ["calmmind", "hypervoice", "mysticalfire", "protect", "psyshock", "shadowball", "wish"],
1418
- randomBattleLevel: 84,
1419
- randomDoubleBattleMoves: ["calmmind", "hypervoice", "mysticalfire", "protect", "psyshock"],
1420
- randomDoubleBattleLevel: 80,
1421
1070
  tier: "NU",
1422
1071
  doublesTier: "DUU",
1423
1072
  natDexTier: "RU",
@@ -1426,20 +1075,11 @@ export const FormatsData = {
1426
1075
  tier: "LC",
1427
1076
  },
1428
1077
  porygon2: {
1429
- randomBattleMoves: ["discharge", "icebeam", "recover", "toxic", "triattack"],
1430
- randomBattleLevel: 82,
1431
- randomDoubleBattleMoves: ["icebeam", "recover", "thunderbolt", "toxic", "triattack", "trickroom"],
1432
- randomDoubleBattleLevel: 83,
1433
1078
  tier: "RU",
1434
1079
  doublesTier: "DOU",
1435
1080
  natDexTier: "NFE",
1436
1081
  },
1437
1082
  porygonz: {
1438
- randomBattleMoves: ["darkpulse", "icebeam", "nastyplot", "thunderbolt", "triattack", "trick"],
1439
- randomBattleLevel: 80,
1440
- randomDoubleBattleMoves: ["darkpulse", "icebeam", "protect", "thunderbolt", "triattack", "trick"],
1441
- randomDoubleBattleLevel: 84,
1442
- randomBattleNoDynamaxMoves: ["icebeam", "nastyplot", "shadowball", "thunderbolt", "triattack", "trick"],
1443
1083
  tier: "NUBL",
1444
1084
  doublesTier: "(DUU)",
1445
1085
  natDexTier: "UUBL",
@@ -1448,10 +1088,6 @@ export const FormatsData = {
1448
1088
  tier: "LC",
1449
1089
  },
1450
1090
  omastar: {
1451
- randomBattleMoves: ["earthpower", "hydropump", "icebeam", "shellsmash", "spikes", "stealthrock"],
1452
- randomBattleLevel: 82,
1453
- randomDoubleBattleMoves: ["earthpower", "icebeam", "muddywater", "shellsmash"],
1454
- randomDoubleBattleLevel: 86,
1455
1091
  tier: "PUBL",
1456
1092
  doublesTier: "(DUU)",
1457
1093
  natDexTier: "RU",
@@ -1460,19 +1096,11 @@ export const FormatsData = {
1460
1096
  tier: "LC",
1461
1097
  },
1462
1098
  kabutops: {
1463
- randomBattleMoves: ["aquajet", "knockoff", "liquidation", "rapidspin", "stoneedge", "swordsdance"],
1464
- randomBattleLevel: 82,
1465
- randomDoubleBattleMoves: ["aquajet", "protect", "stoneedge", "superpower", "swordsdance", "waterfall"],
1466
- randomDoubleBattleLevel: 86,
1467
1099
  tier: "(PU)",
1468
1100
  doublesTier: "(DUU)",
1469
1101
  natDexTier: "RU",
1470
1102
  },
1471
1103
  aerodactyl: {
1472
- randomBattleMoves: ["aquatail", "dualwingbeat", "earthquake", "honeclaws", "stoneedge"],
1473
- randomBattleLevel: 82,
1474
- randomDoubleBattleMoves: ["aquatail", "dragondance", "dualwingbeat", "earthquake", "rockslide"],
1475
- randomDoubleBattleLevel: 82,
1476
1104
  tier: "NU",
1477
1105
  doublesTier: "(DUU)",
1478
1106
  natDexTier: "RU",
@@ -1486,75 +1114,42 @@ export const FormatsData = {
1486
1114
  tier: "LC",
1487
1115
  },
1488
1116
  snorlax: {
1489
- randomBattleMoves: ["darkestlariat", "doubleedge", "earthquake", "facade", "heatcrash"],
1490
- randomBattleLevel: 82,
1491
1117
  tier: "NU",
1492
1118
  doublesTier: "(DUU)",
1493
1119
  natDexTier: "RU",
1494
1120
  },
1495
1121
  snorlaxgmax: {
1496
- randomBattleMoves: ["bodyslam", "curse", "darkestlariat", "earthquake", "rest"],
1497
- randomBattleLevel: 82,
1498
- randomDoubleBattleMoves: ["bodyslam", "curse", "darkestlariat", "highhorsepower", "recycle"],
1499
- randomDoubleBattleLevel: 84,
1500
1122
  isNonstandard: "Gigantamax",
1501
1123
  tier: "AG",
1502
1124
  doublesTier: "(DUber)",
1503
1125
  natDexTier: "(Uber)",
1504
1126
  },
1505
1127
  articuno: {
1506
- randomBattleMoves: ["defog", "freezedry", "healbell", "roost", "toxic"],
1507
- randomBattleLevel: 84,
1508
- randomDoubleBattleMoves: ["freezedry", "healbell", "hurricane", "icebeam", "roost"],
1509
- randomDoubleBattleLevel: 86,
1510
1128
  tier: "(PU)",
1511
1129
  doublesTier: "(DUU)",
1512
1130
  natDexTier: "RU",
1513
1131
  },
1514
1132
  articunogalar: {
1515
- randomBattleMoves: ["airslash", "calmmind", "freezingglare", "recover"],
1516
- randomBattleLevel: 80,
1517
- randomDoubleBattleMoves: ["calmmind", "freezingglare", "hurricane", "recover", "tailwind"],
1518
- randomDoubleBattleLevel: 81,
1519
- randomBattleNoDynamaxMoves: ["calmmind", "freezingglare", "hurricane", "recover"],
1520
1133
  tier: "PU",
1521
1134
  doublesTier: "(DUU)",
1522
1135
  natDexTier: "RU",
1523
1136
  },
1524
1137
  zapdos: {
1525
- randomBattleMoves: ["defog", "discharge", "heatwave", "hurricane", "roost", "uturn"],
1526
- randomBattleLevel: 78,
1527
- randomDoubleBattleMoves: ["heatwave", "hurricane", "roost", "tailwind", "thunderbolt", "voltswitch"],
1528
- randomDoubleBattleLevel: 79,
1529
1138
  tier: "OU",
1530
1139
  doublesTier: "DOU",
1531
1140
  natDexTier: "OU",
1532
1141
  },
1533
1142
  zapdosgalar: {
1534
- randomBattleMoves: ["bravebird", "bulkup", "closecombat", "throatchop", "uturn"],
1535
- randomBattleLevel: 76,
1536
- randomDoubleBattleMoves: ["bravebird", "bulkup", "closecombat", "throatchop", "thunderouskick", "uturn"],
1537
- randomDoubleBattleLevel: 76,
1538
1143
  tier: "UUBL",
1539
1144
  doublesTier: "DUU",
1540
1145
  natDexTier: "UUBL",
1541
1146
  },
1542
1147
  moltres: {
1543
- randomBattleMoves: ["airslash", "defog", "fireblast", "roost", "uturn"],
1544
- randomBattleLevel: 80,
1545
- randomDoubleBattleMoves: ["bravebird", "fireblast", "heatwave", "protect", "roost", "tailwind"],
1546
- randomDoubleBattleLevel: 81,
1547
- randomBattleNoDynamaxMoves: ["defog", "fireblast", "hurricane", "roost", "uturn"],
1548
1148
  tier: "UU",
1549
1149
  doublesTier: "(DUU)",
1550
1150
  natDexTier: "UU",
1551
1151
  },
1552
1152
  moltresgalar: {
1553
- randomBattleMoves: ["fierywrath", "hurricane", "nastyplot", "rest"],
1554
- randomBattleLevel: 75,
1555
- randomDoubleBattleMoves: ["fierywrath", "hurricane", "nastyplot", "protect"],
1556
- randomDoubleBattleLevel: 75,
1557
- randomBattleNoDynamaxMoves: ["agility", "fierywrath", "hurricane", "nastyplot", "rest"],
1558
1153
  tier: "UUBL",
1559
1154
  doublesTier: "DUU",
1560
1155
  natDexTier: "UUBL",
@@ -1566,20 +1161,11 @@ export const FormatsData = {
1566
1161
  tier: "NFE",
1567
1162
  },
1568
1163
  dragonite: {
1569
- randomBattleMoves: ["dragondance", "dualwingbeat", "earthquake", "extremespeed", "outrage"],
1570
- randomBattleLevel: 75,
1571
- randomDoubleBattleMoves: ["dragonclaw", "dragondance", "dualwingbeat", "extremespeed", "firepunch"],
1572
- randomDoubleBattleLevel: 82,
1573
- randomBattleNoDynamaxMoves: ["dragondance", "dualwingbeat", "earthquake", "outrage", "roost"],
1574
1164
  tier: "OU",
1575
1165
  doublesTier: "(DUU)",
1576
1166
  natDexTier: "UU",
1577
1167
  },
1578
1168
  mewtwo: {
1579
- randomBattleMoves: ["fireblast", "nastyplot", "psystrike", "recover", "shadowball"],
1580
- randomBattleLevel: 72,
1581
- randomDoubleBattleMoves: ["aurasphere", "icebeam", "nastyplot", "psystrike", "recover"],
1582
- randomDoubleBattleLevel: 74,
1583
1169
  tier: "Uber",
1584
1170
  doublesTier: "DUber",
1585
1171
  natDexTier: "Uber",
@@ -1595,11 +1181,6 @@ export const FormatsData = {
1595
1181
  natDexTier: "Uber",
1596
1182
  },
1597
1183
  mew: {
1598
- randomBattleMoves: ["bravebird", "closecombat", "dragondance", "flareblitz", "psychicfangs", "swordsdance"],
1599
- randomBattleLevel: 80,
1600
- randomDoubleBattleMoves: ["fakeout", "pollenpuff", "psychic", "stealthrock", "tailwind", "toxicspikes", "transform"],
1601
- randomDoubleBattleLevel: 80,
1602
- randomBattleNoDynamaxMoves: ["fireblast", "nastyplot", "psychic", "roost", "stealthrock", "toxicspikes"],
1603
1184
  tier: "OU",
1604
1185
  doublesTier: "DOU",
1605
1186
  natDexTier: "UUBL",
@@ -1667,11 +1248,6 @@ export const FormatsData = {
1667
1248
  tier: "LC",
1668
1249
  },
1669
1250
  noctowl: {
1670
- randomBattleMoves: ["defog", "heatwave", "hurricane", "nastyplot", "roost"],
1671
- randomBattleLevel: 88,
1672
- randomDoubleBattleMoves: ["airslash", "heatwave", "hypervoice", "nastyplot", "roost", "tailwind"],
1673
- randomDoubleBattleLevel: 84,
1674
- randomBattleNoDynamaxMoves: ["defog", "heatwave", "hurricane", "nastyplot", "roost"],
1675
1251
  tier: "(PU)",
1676
1252
  doublesTier: "(DUU)",
1677
1253
  natDexTier: "RU",
@@ -1700,10 +1276,6 @@ export const FormatsData = {
1700
1276
  tier: "LC",
1701
1277
  },
1702
1278
  lanturn: {
1703
- randomBattleMoves: ["healbell", "icebeam", "scald", "thunderbolt", "toxic", "voltswitch"],
1704
- randomBattleLevel: 86,
1705
- randomDoubleBattleMoves: ["healbell", "icebeam", "protect", "scald", "thunderbolt", "thunderwave"],
1706
- randomDoubleBattleLevel: 90,
1707
1279
  tier: "PU",
1708
1280
  doublesTier: "(DUU)",
1709
1281
  natDexTier: "RU",
@@ -1715,10 +1287,6 @@ export const FormatsData = {
1715
1287
  tier: "NFE",
1716
1288
  },
1717
1289
  togekiss: {
1718
- randomBattleMoves: ["airslash", "aurasphere", "fireblast", "nastyplot", "roost", "thunderwave", "trick"],
1719
- randomBattleLevel: 80,
1720
- randomDoubleBattleMoves: ["airslash", "dazzlinggleam", "followme", "helpinghand", "protect", "tailwind"],
1721
- randomDoubleBattleLevel: 80,
1722
1290
  tier: "RU",
1723
1291
  doublesTier: "DUU",
1724
1292
  natDexTier: "RU",
@@ -1727,10 +1295,6 @@ export const FormatsData = {
1727
1295
  tier: "LC",
1728
1296
  },
1729
1297
  xatu: {
1730
- randomBattleMoves: ["heatwave", "psychic", "roost", "teleport", "thunderwave"],
1731
- randomBattleLevel: 89,
1732
- randomDoubleBattleMoves: ["airslash", "heatwave", "lightscreen", "psychic", "reflect", "roost", "tailwind"],
1733
- randomDoubleBattleLevel: 88,
1734
1298
  tier: "NU",
1735
1299
  doublesTier: "(DUU)",
1736
1300
  natDexTier: "RU",
@@ -1762,10 +1326,6 @@ export const FormatsData = {
1762
1326
  tier: "NFE",
1763
1327
  },
1764
1328
  azumarill: {
1765
- randomBattleMoves: ["aquajet", "knockoff", "liquidation", "playrough", "superpower"],
1766
- randomBattleLevel: 84,
1767
- randomDoubleBattleMoves: ["aquajet", "knockoff", "liquidation", "playrough", "protect"],
1768
- randomDoubleBattleLevel: 87,
1769
1329
  tier: "UU",
1770
1330
  doublesTier: "(DUU)",
1771
1331
  natDexTier: "RUBL",
@@ -1774,10 +1334,6 @@ export const FormatsData = {
1774
1334
  tier: "LC",
1775
1335
  },
1776
1336
  sudowoodo: {
1777
- randomBattleMoves: ["earthquake", "headsmash", "stealthrock", "suckerpunch", "woodhammer"],
1778
- randomBattleLevel: 87,
1779
- randomDoubleBattleMoves: ["bodypress", "firepunch", "headsmash", "protect", "suckerpunch", "woodhammer"],
1780
- randomDoubleBattleLevel: 90,
1781
1337
  tier: "(PU)",
1782
1338
  doublesTier: "(DUU)",
1783
1339
  natDexTier: "RU",
@@ -1831,10 +1387,6 @@ export const FormatsData = {
1831
1387
  tier: "LC",
1832
1388
  },
1833
1389
  quagsire: {
1834
- randomBattleMoves: ["earthquake", "icebeam", "recover", "scald", "toxic"],
1835
- randomBattleLevel: 84,
1836
- randomDoubleBattleMoves: ["highhorsepower", "protect", "recover", "scald", "yawn"],
1837
- randomDoubleBattleLevel: 88,
1838
1390
  tier: "PU",
1839
1391
  doublesTier: "(DUU)",
1840
1392
  natDexTier: "RU",
@@ -1868,11 +1420,6 @@ export const FormatsData = {
1868
1420
  tier: "LC",
1869
1421
  },
1870
1422
  wobbuffet: {
1871
- randomBattleMoves: ["charm", "counter", "encore", "mirrorcoat"],
1872
- randomBattleLevel: 92,
1873
- randomDoubleBattleMoves: ["charm", "counter", "encore", "mirrorcoat"],
1874
- randomDoubleBattleLevel: 100,
1875
- randomBattleNoDynamaxMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
1876
1423
  tier: "(PU)",
1877
1424
  doublesTier: "(DUU)",
1878
1425
  natDexTier: "RU",
@@ -1893,10 +1440,6 @@ export const FormatsData = {
1893
1440
  natDexTier: "RU",
1894
1441
  },
1895
1442
  dunsparce: {
1896
- randomBattleMoves: ["bodyslam", "coil", "earthquake", "roost"],
1897
- randomBattleLevel: 90,
1898
- randomDoubleBattleMoves: ["glare", "headbutt", "protect", "rockslide"],
1899
- randomDoubleBattleLevel: 90,
1900
1443
  tier: "(PU)",
1901
1444
  doublesTier: "(DUU)",
1902
1445
  natDexTier: "RU",
@@ -1922,10 +1465,6 @@ export const FormatsData = {
1922
1465
  natDexTier: "RU",
1923
1466
  },
1924
1467
  qwilfish: {
1925
- randomBattleMoves: ["destinybond", "spikes", "taunt", "thunderwave", "toxicspikes", "waterfall"],
1926
- randomBattleLevel: 84,
1927
- randomDoubleBattleMoves: ["liquidation", "poisonjab", "protect", "taunt", "thunderwave", "toxicspikes"],
1928
- randomDoubleBattleLevel: 88,
1929
1468
  tier: "(PU)",
1930
1469
  doublesTier: "(DUU)",
1931
1470
  natDexTier: "RU",
@@ -1935,19 +1474,11 @@ export const FormatsData = {
1935
1474
  tier: "Illegal",
1936
1475
  },
1937
1476
  shuckle: {
1938
- randomBattleMoves: ["encore", "knockoff", "stealthrock", "stickyweb", "toxic"],
1939
- randomBattleLevel: 87,
1940
- randomDoubleBattleMoves: ["acupressure", "guardsplit", "helpinghand", "infestation", "knockoff", "stealthrock", "stickyweb", "toxic"],
1941
- randomDoubleBattleLevel: 100,
1942
1477
  tier: "(PU)",
1943
1478
  doublesTier: "(DUU)",
1944
1479
  natDexTier: "RU",
1945
1480
  },
1946
1481
  heracross: {
1947
- randomBattleMoves: ["closecombat", "facade", "knockoff", "megahorn"],
1948
- randomBattleLevel: 82,
1949
- randomDoubleBattleMoves: ["closecombat", "facade", "knockoff", "megahorn", "protect", "swordsdance"],
1950
- randomDoubleBattleLevel: 84,
1951
1482
  tier: "RU",
1952
1483
  doublesTier: "(DUU)",
1953
1484
  natDexTier: "RUBL",
@@ -1966,10 +1497,6 @@ export const FormatsData = {
1966
1497
  tier: "Illegal",
1967
1498
  },
1968
1499
  weavile: {
1969
- randomBattleMoves: ["iceshard", "knockoff", "lowkick", "swordsdance", "tripleaxel"],
1970
- randomBattleLevel: 79,
1971
- randomDoubleBattleMoves: ["fakeout", "iceshard", "knockoff", "lowkick", "tripleaxel"],
1972
- randomDoubleBattleLevel: 84,
1973
1500
  tier: "OU",
1974
1501
  doublesTier: "DUU",
1975
1502
  natDexTier: "OU",
@@ -2001,34 +1528,20 @@ export const FormatsData = {
2001
1528
  tier: "NFE",
2002
1529
  },
2003
1530
  mamoswine: {
2004
- randomBattleMoves: ["earthquake", "iceshard", "iciclecrash", "knockoff", "stealthrock", "superpower"],
2005
- randomBattleLevel: 80,
2006
- randomDoubleBattleMoves: ["highhorsepower", "iceshard", "iciclecrash", "protect", "rockslide"],
2007
- randomDoubleBattleLevel: 83,
2008
1531
  tier: "UU",
2009
1532
  doublesTier: "(DUU)",
2010
1533
  natDexTier: "UU",
2011
1534
  },
2012
1535
  corsola: {
2013
- randomBattleMoves: ["powergem", "recover", "scald", "stealthrock", "toxic"],
2014
- randomBattleLevel: 93,
2015
- randomDoubleBattleMoves: ["icywind", "lifedew", "recover", "scald", "toxic"],
2016
- randomDoubleBattleLevel: 95,
2017
1536
  tier: "(PU)",
2018
1537
  doublesTier: "(DUU)",
2019
1538
  natDexTier: "RU",
2020
1539
  },
2021
1540
  corsolagalar: {
2022
- randomBattleMoves: ["haze", "nightshade", "stealthrock", "strengthsap", "willowisp"],
2023
- randomBattleLevel: 84,
2024
1541
  tier: "NFE",
2025
1542
  natDexTier: "LC",
2026
1543
  },
2027
1544
  cursola: {
2028
- randomBattleMoves: ["earthpower", "hydropump", "icebeam", "shadowball", "stealthrock", "strengthsap"],
2029
- randomBattleLevel: 86,
2030
- randomDoubleBattleMoves: ["earthpower", "hydropump", "icebeam", "protect", "shadowball", "strengthsap"],
2031
- randomDoubleBattleLevel: 88,
2032
1545
  tier: "(PU)",
2033
1546
  doublesTier: "(DUU)",
2034
1547
  natDexTier: "RU",
@@ -2037,19 +1550,11 @@ export const FormatsData = {
2037
1550
  tier: "LC",
2038
1551
  },
2039
1552
  octillery: {
2040
- randomBattleMoves: ["energyball", "fireblast", "gunkshot", "hydropump", "icebeam", "protect"],
2041
- randomBattleLevel: 86,
2042
- randomDoubleBattleMoves: ["fireblast", "gunkshot", "hydropump", "icebeam", "protect", "substitute"],
2043
- randomDoubleBattleLevel: 84,
2044
1553
  tier: "(PU)",
2045
1554
  doublesTier: "(DUU)",
2046
1555
  natDexTier: "RU",
2047
1556
  },
2048
1557
  delibird: {
2049
- randomBattleMoves: ["freezedry", "memento", "rapidspin", "spikes"],
2050
- randomBattleLevel: 100,
2051
- randomDoubleBattleMoves: ["bravebird", "defog", "fakeout", "helpinghand", "icepunch", "memento", "tailwind"],
2052
- randomDoubleBattleLevel: 100,
2053
1558
  tier: "(PU)",
2054
1559
  doublesTier: "(DUU)",
2055
1560
  natDexTier: "RU",
@@ -2058,19 +1563,11 @@ export const FormatsData = {
2058
1563
  tier: "LC",
2059
1564
  },
2060
1565
  mantine: {
2061
- randomBattleMoves: ["defog", "hurricane", "icebeam", "roost", "scald", "toxic"],
2062
- randomBattleLevel: 86,
2063
- randomDoubleBattleMoves: ["haze", "helpinghand", "hurricane", "roost", "scald", "tailwind"],
2064
- randomDoubleBattleLevel: 88,
2065
1566
  tier: "NU",
2066
1567
  doublesTier: "(DUU)",
2067
1568
  natDexTier: "RU",
2068
1569
  },
2069
1570
  skarmory: {
2070
- randomBattleMoves: ["bodypress", "bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
2071
- randomBattleLevel: 80,
2072
- randomDoubleBattleMoves: ["bodypress", "bravebird", "irondefense", "roost"],
2073
- randomDoubleBattleLevel: 84,
2074
1571
  tier: "UU",
2075
1572
  doublesTier: "(DUU)",
2076
1573
  natDexTier: "UU",
@@ -2111,38 +1608,21 @@ export const FormatsData = {
2111
1608
  natDexTier: "RU",
2112
1609
  },
2113
1610
  miltank: {
2114
- randomBattleMoves: ["bodyslam", "earthquake", "healbell", "milkdrink", "stealthrock", "toxic"],
2115
- randomBattleLevel: 84,
2116
- randomDoubleBattleMoves: ["bodypress", "bodyslam", "helpinghand", "icywind", "milkdrink", "protect", "rockslide"],
2117
- randomDoubleBattleLevel: 86,
2118
1611
  tier: "(PU)",
2119
1612
  doublesTier: "(DUU)",
2120
1613
  natDexTier: "RU",
2121
1614
  },
2122
1615
  raikou: {
2123
- randomBattleMoves: ["aurasphere", "calmmind", "scald", "substitute", "thunderbolt", "voltswitch"],
2124
- randomBattleLevel: 80,
2125
- randomDoubleBattleMoves: ["aurasphere", "calmmind", "protect", "scald", "snarl", "thunderbolt", "voltswitch"],
2126
- randomDoubleBattleLevel: 82,
2127
1616
  tier: "RU",
2128
1617
  doublesTier: "(DUU)",
2129
1618
  natDexTier: "RU",
2130
1619
  },
2131
1620
  entei: {
2132
- randomBattleMoves: ["extremespeed", "flareblitz", "sacredfire", "stompingtantrum", "stoneedge"],
2133
- randomBattleLevel: 78,
2134
- randomDoubleBattleMoves: ["extremespeed", "protect", "sacredfire", "snarl", "stompingtantrum", "stoneedge"],
2135
- randomDoubleBattleLevel: 79,
2136
1621
  tier: "NUBL",
2137
1622
  doublesTier: "(DUU)",
2138
1623
  natDexTier: "RU",
2139
1624
  },
2140
1625
  suicune: {
2141
- randomBattleMoves: ["airslash", "calmmind", "icebeam", "rest", "scald", "sleeptalk"],
2142
- randomBattleLevel: 80,
2143
- randomDoubleBattleMoves: ["calmmind", "icebeam", "scald", "snarl", "tailwind"],
2144
- randomDoubleBattleLevel: 82,
2145
- randomBattleNoDynamaxMoves: ["calmmind", "icebeam", "rest", "scald", "sleeptalk"],
2146
1626
  tier: "RU",
2147
1627
  doublesTier: "(DUU)",
2148
1628
  natDexTier: "RU",
@@ -2154,10 +1634,6 @@ export const FormatsData = {
2154
1634
  tier: "NFE",
2155
1635
  },
2156
1636
  tyranitar: {
2157
- randomBattleMoves: ["crunch", "dragondance", "earthquake", "firepunch", "stealthrock", "stoneedge"],
2158
- randomBattleLevel: 78,
2159
- randomDoubleBattleMoves: ["dragondance", "firepunch", "highhorsepower", "lashout", "protect", "rockslide", "stoneedge"],
2160
- randomDoubleBattleLevel: 80,
2161
1637
  tier: "OU",
2162
1638
  doublesTier: "DOU",
2163
1639
  natDexTier: "OU",
@@ -2168,28 +1644,16 @@ export const FormatsData = {
2168
1644
  natDexTier: "(OU)",
2169
1645
  },
2170
1646
  lugia: {
2171
- randomBattleMoves: ["airslash", "earthquake", "roost", "substitute", "toxic"],
2172
- randomBattleLevel: 74,
2173
- randomDoubleBattleMoves: ["aeroblast", "calmmind", "psyshock", "roost", "toxic"],
2174
- randomDoubleBattleLevel: 72,
2175
1647
  tier: "Uber",
2176
1648
  doublesTier: "DUber",
2177
1649
  natDexTier: "Uber",
2178
1650
  },
2179
1651
  hooh: {
2180
- randomBattleMoves: ["bravebird", "defog", "earthquake", "roost", "sacredfire", "toxic"],
2181
- randomBattleLevel: 72,
2182
- randomDoubleBattleMoves: ["bravebird", "earthpower", "protect", "roost", "sacredfire", "tailwind"],
2183
- randomDoubleBattleLevel: 72,
2184
1652
  tier: "Uber",
2185
1653
  doublesTier: "DUber",
2186
1654
  natDexTier: "Uber",
2187
1655
  },
2188
1656
  celebi: {
2189
- randomBattleMoves: ["earthpower", "gigadrain", "leafstorm", "nastyplot", "psychic", "recover", "stealthrock", "uturn"],
2190
- randomBattleLevel: 82,
2191
- randomDoubleBattleMoves: ["earthpower", "energyball", "nastyplot", "protect", "psychic", "recover"],
2192
- randomDoubleBattleLevel: 84,
2193
1657
  tier: "RU",
2194
1658
  doublesTier: "(DUU)",
2195
1659
  },
@@ -2200,10 +1664,6 @@ export const FormatsData = {
2200
1664
  tier: "NFE",
2201
1665
  },
2202
1666
  sceptile: {
2203
- randomBattleMoves: ["earthquake", "focusblast", "gigadrain", "leafstorm", "leechseed", "rockslide", "substitute"],
2204
- randomBattleLevel: 86,
2205
- randomDoubleBattleMoves: ["breakingswipe", "energyball", "focusblast", "leafstorm"],
2206
- randomDoubleBattleLevel: 88,
2207
1667
  tier: "PUBL",
2208
1668
  doublesTier: "(DUU)",
2209
1669
  natDexTier: "RU",
@@ -2220,10 +1680,6 @@ export const FormatsData = {
2220
1680
  tier: "NFE",
2221
1681
  },
2222
1682
  blaziken: {
2223
- randomBattleMoves: ["closecombat", "flareblitz", "knockoff", "stoneedge", "swordsdance"],
2224
- randomBattleLevel: 76,
2225
- randomDoubleBattleMoves: ["closecombat", "flareblitz", "knockoff", "protect", "swordsdance"],
2226
- randomDoubleBattleLevel: 78,
2227
1683
  tier: "UUBL",
2228
1684
  doublesTier: "(DUU)",
2229
1685
  natDexTier: "UUBL",
@@ -2240,10 +1696,6 @@ export const FormatsData = {
2240
1696
  tier: "NFE",
2241
1697
  },
2242
1698
  swampert: {
2243
- randomBattleMoves: ["earthquake", "flipturn", "icebeam", "protect", "scald", "stealthrock", "toxic"],
2244
- randomBattleLevel: 80,
2245
- randomDoubleBattleMoves: ["highhorsepower", "icywind", "liquidation", "muddywater", "protect", "stealthrock", "wideguard"],
2246
- randomDoubleBattleLevel: 86,
2247
1699
  tier: "UU",
2248
1700
  doublesTier: "(DUU)",
2249
1701
  natDexTier: "UU",
@@ -2271,10 +1723,6 @@ export const FormatsData = {
2271
1723
  tier: "LC",
2272
1724
  },
2273
1725
  linoone: {
2274
- randomBattleMoves: ["bellydrum", "extremespeed", "stompingtantrum", "throatchop"],
2275
- randomBattleLevel: 84,
2276
- randomDoubleBattleMoves: ["bellydrum", "extremespeed", "protect", "throatchop"],
2277
- randomDoubleBattleLevel: 90,
2278
1726
  tier: "NUBL",
2279
1727
  doublesTier: "(DUU)",
2280
1728
  natDexTier: "RU",
@@ -2283,10 +1731,6 @@ export const FormatsData = {
2283
1731
  tier: "NFE",
2284
1732
  },
2285
1733
  obstagoon: {
2286
- randomBattleMoves: ["bulkup", "closecombat", "facade", "knockoff", "partingshot"],
2287
- randomBattleLevel: 80,
2288
- randomDoubleBattleMoves: ["closecombat", "facade", "knockoff", "obstruct", "partingshot", "taunt"],
2289
- randomDoubleBattleLevel: 86,
2290
1734
  tier: "RUBL",
2291
1735
  doublesTier: "(DUU)",
2292
1736
  natDexTier: "RU",
@@ -2323,10 +1767,6 @@ export const FormatsData = {
2323
1767
  tier: "NFE",
2324
1768
  },
2325
1769
  ludicolo: {
2326
- randomBattleMoves: ["gigadrain", "hydropump", "icebeam", "raindance", "scald"],
2327
- randomBattleLevel: 86,
2328
- randomDoubleBattleMoves: ["energyball", "fakeout", "hydropump", "icebeam", "raindance"],
2329
- randomDoubleBattleLevel: 86,
2330
1770
  tier: "(PU)",
2331
1771
  doublesTier: "(DUU)",
2332
1772
  natDexTier: "RU",
@@ -2338,11 +1778,6 @@ export const FormatsData = {
2338
1778
  tier: "NFE",
2339
1779
  },
2340
1780
  shiftry: {
2341
- randomBattleMoves: ["darkpulse", "defog", "heatwave", "leafstorm", "nastyplot", "suckerpunch"],
2342
- randomBattleLevel: 86,
2343
- randomDoubleBattleMoves: ["defog", "fakeout", "knockoff", "leafblade", "suckerpunch", "tailwind"],
2344
- randomDoubleBattleLevel: 88,
2345
- randomBattleNoDynamaxMoves: ["defog", "knockoff", "leafblade", "lowkick", "rockslide", "suckerpunch", "swordsdance"],
2346
1781
  tier: "(PU)",
2347
1782
  doublesTier: "(DUU)",
2348
1783
  natDexTier: "RU",
@@ -2361,10 +1796,6 @@ export const FormatsData = {
2361
1796
  tier: "LC",
2362
1797
  },
2363
1798
  pelipper: {
2364
- randomBattleMoves: ["defog", "hurricane", "hydropump", "roost", "scald", "uturn"],
2365
- randomBattleLevel: 86,
2366
- randomDoubleBattleMoves: ["hurricane", "hydropump", "protect", "roost", "tailwind", "wideguard"],
2367
- randomDoubleBattleLevel: 83,
2368
1799
  tier: "OU",
2369
1800
  doublesTier: "DOU",
2370
1801
  natDexTier: "OU",
@@ -2376,10 +1807,6 @@ export const FormatsData = {
2376
1807
  tier: "NFE",
2377
1808
  },
2378
1809
  gardevoir: {
2379
- randomBattleMoves: ["calmmind", "moonblast", "mysticalfire", "psyshock", "substitute", "trick", "willowisp"],
2380
- randomBattleLevel: 82,
2381
- randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "moonblast", "mysticalfire", "protect", "psyshock", "trick"],
2382
- randomDoubleBattleLevel: 84,
2383
1810
  tier: "RU",
2384
1811
  doublesTier: "(DUU)",
2385
1812
  natDexTier: "RU",
@@ -2390,10 +1817,6 @@ export const FormatsData = {
2390
1817
  natDexTier: "UUBL",
2391
1818
  },
2392
1819
  gallade: {
2393
- randomBattleMoves: ["closecombat", "knockoff", "shadowsneak", "swordsdance", "trick", "zenheadbutt"],
2394
- randomBattleLevel: 82,
2395
- randomDoubleBattleMoves: ["closecombat", "feint", "knockoff", "protect", "swordsdance", "tripleaxel", "zenheadbutt"],
2396
- randomDoubleBattleLevel: 86,
2397
1820
  tier: "PU",
2398
1821
  doublesTier: "(DUU)",
2399
1822
  natDexTier: "RU",
@@ -2442,19 +1865,11 @@ export const FormatsData = {
2442
1865
  tier: "LC",
2443
1866
  },
2444
1867
  ninjask: {
2445
- randomBattleMoves: ["acrobatics", "leechlife", "swordsdance", "uturn"],
2446
- randomBattleLevel: 86,
2447
- randomDoubleBattleMoves: ["acrobatics", "defog", "leechlife", "protect", "swordsdance"],
2448
- randomDoubleBattleLevel: 88,
2449
1868
  tier: "(PU)",
2450
1869
  doublesTier: "(DUU)",
2451
1870
  natDexTier: "RU",
2452
1871
  },
2453
1872
  shedinja: {
2454
- randomBattleMoves: ["poltergeist", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
2455
- randomBattleLevel: 88,
2456
- randomDoubleBattleMoves: ["poltergeist", "protect", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
2457
- randomDoubleBattleLevel: 95,
2458
1873
  tier: "(PU)",
2459
1874
  doublesTier: "(DUU)",
2460
1875
  natDexTier: "RU",
@@ -2466,10 +1881,6 @@ export const FormatsData = {
2466
1881
  tier: "NFE",
2467
1882
  },
2468
1883
  exploud: {
2469
- randomBattleMoves: ["boomburst", "fireblast", "focusblast", "surf"],
2470
- randomBattleLevel: 84,
2471
- randomDoubleBattleMoves: ["boomburst", "fireblast", "focusblast", "hypervoice", "icywind", "protect"],
2472
- randomDoubleBattleLevel: 88,
2473
1884
  tier: "NU",
2474
1885
  doublesTier: "(DUU)",
2475
1886
  natDexTier: "RU",
@@ -2505,11 +1916,6 @@ export const FormatsData = {
2505
1916
  natDexTier: "RU",
2506
1917
  },
2507
1918
  sableye: {
2508
- randomBattleMoves: ["knockoff", "recover", "taunt", "toxic", "willowisp"],
2509
- randomBattleLevel: 88,
2510
- randomDoubleBattleMoves: ["disable", "encore", "fakeout", "foulplay", "knockoff", "quash", "recover", "willowisp"],
2511
- randomDoubleBattleLevel: 88,
2512
- randomBattleNoDynamaxMoves: ["encore", "knockoff", "recover", "taunt", "toxic", "willowisp"],
2513
1919
  tier: "(PU)",
2514
1920
  doublesTier: "(DUU)",
2515
1921
  natDexTier: "RU",
@@ -2520,10 +1926,6 @@ export const FormatsData = {
2520
1926
  natDexTier: "UUBL",
2521
1927
  },
2522
1928
  mawile: {
2523
- randomBattleMoves: ["ironhead", "playrough", "stealthrock", "suckerpunch", "swordsdance"],
2524
- randomBattleLevel: 86,
2525
- randomDoubleBattleMoves: ["firefang", "ironhead", "playrough", "protect", "suckerpunch", "swordsdance"],
2526
- randomDoubleBattleLevel: 88,
2527
1929
  tier: "(PU)",
2528
1930
  doublesTier: "(DUU)",
2529
1931
  natDexTier: "RU",
@@ -2540,10 +1942,6 @@ export const FormatsData = {
2540
1942
  tier: "NFE",
2541
1943
  },
2542
1944
  aggron: {
2543
- randomBattleMoves: ["bodypress", "earthquake", "headsmash", "heavyslam", "rockpolish", "stealthrock"],
2544
- randomBattleLevel: 85,
2545
- randomDoubleBattleMoves: ["aquatail", "bodypress", "headsmash", "heavyslam", "highhorsepower", "rockpolish"],
2546
- randomDoubleBattleLevel: 89,
2547
1945
  tier: "PU",
2548
1946
  doublesTier: "(DUU)",
2549
1947
  natDexTier: "RU",
@@ -2572,10 +1970,6 @@ export const FormatsData = {
2572
1970
  tier: "LC",
2573
1971
  },
2574
1972
  manectric: {
2575
- randomBattleMoves: ["flamethrower", "overheat", "switcheroo", "thunderbolt", "voltswitch"],
2576
- randomBattleLevel: 86,
2577
- randomDoubleBattleMoves: ["overheat", "protect", "snarl", "thunderbolt", "voltswitch"],
2578
- randomDoubleBattleLevel: 88,
2579
1973
  tier: "(PU)",
2580
1974
  doublesTier: "(DUU)",
2581
1975
  natDexTier: "RU",
@@ -2612,10 +2006,6 @@ export const FormatsData = {
2612
2006
  tier: "NFE",
2613
2007
  },
2614
2008
  roserade: {
2615
- randomBattleMoves: ["leafstorm", "sleeppowder", "sludgebomb", "spikes", "synthesis", "toxicspikes"],
2616
- randomBattleLevel: 84,
2617
- randomDoubleBattleMoves: ["energyball", "leafstorm", "protect", "sleeppowder", "sludgebomb"],
2618
- randomDoubleBattleLevel: 86,
2619
2009
  tier: "RU",
2620
2010
  doublesTier: "(DUU)",
2621
2011
  natDexTier: "RU",
@@ -2634,10 +2024,6 @@ export const FormatsData = {
2634
2024
  tier: "LC",
2635
2025
  },
2636
2026
  sharpedo: {
2637
- randomBattleMoves: ["closecombat", "crunch", "hydropump", "protect"],
2638
- randomBattleLevel: 82,
2639
- randomDoubleBattleMoves: ["closecombat", "crunch", "flipturn", "icebeam", "protect", "waterfall"],
2640
- randomDoubleBattleLevel: 84,
2641
2027
  tier: "RU",
2642
2028
  doublesTier: "(DUU)",
2643
2029
  natDexTier: "RU",
@@ -2651,10 +2037,6 @@ export const FormatsData = {
2651
2037
  tier: "LC",
2652
2038
  },
2653
2039
  wailord: {
2654
- randomBattleMoves: ["hydropump", "hypervoice", "icebeam", "waterspout"],
2655
- randomBattleLevel: 90,
2656
- randomDoubleBattleMoves: ["hydropump", "heavyslam", "icebeam", "waterspout"],
2657
- randomDoubleBattleLevel: 88,
2658
2040
  tier: "(PU)",
2659
2041
  doublesTier: "(DUU)",
2660
2042
  natDexTier: "RU",
@@ -2675,10 +2057,6 @@ export const FormatsData = {
2675
2057
  natDexTier: "RU",
2676
2058
  },
2677
2059
  torkoal: {
2678
- randomBattleMoves: ["earthquake", "lavaplume", "rapidspin", "solarbeam", "stealthrock"],
2679
- randomBattleLevel: 86,
2680
- randomDoubleBattleMoves: ["bodypress", "earthpower", "fireblast", "heatwave", "protect", "solarbeam", "willowisp"],
2681
- randomDoubleBattleLevel: 84,
2682
2060
  tier: "UU",
2683
2061
  doublesTier: "DOU",
2684
2062
  natDexTier: "RU",
@@ -2705,10 +2083,6 @@ export const FormatsData = {
2705
2083
  tier: "NFE",
2706
2084
  },
2707
2085
  flygon: {
2708
- randomBattleMoves: ["defog", "dragondance", "earthquake", "firepunch", "outrage", "uturn"],
2709
- randomBattleLevel: 80,
2710
- randomDoubleBattleMoves: ["dragonclaw", "dragondance", "earthquake", "firepunch", "protect", "rockslide", "tailwind"],
2711
- randomDoubleBattleLevel: 86,
2712
2086
  tier: "RU",
2713
2087
  doublesTier: "(DUU)",
2714
2088
  natDexTier: "RU",
@@ -2727,10 +2101,6 @@ export const FormatsData = {
2727
2101
  tier: "LC",
2728
2102
  },
2729
2103
  altaria: {
2730
- randomBattleMoves: ["defog", "dracometeor", "earthquake", "fireblast", "roost", "toxic"],
2731
- randomBattleLevel: 90,
2732
- randomDoubleBattleMoves: ["defog", "dracometeor", "fireblast", "roost", "tailwind", "toxic"],
2733
- randomDoubleBattleLevel: 92,
2734
2104
  tier: "(PU)",
2735
2105
  doublesTier: "(DUU)",
2736
2106
  natDexTier: "RU",
@@ -2751,19 +2121,11 @@ export const FormatsData = {
2751
2121
  natDexTier: "RU",
2752
2122
  },
2753
2123
  lunatone: {
2754
- randomBattleMoves: ["earthpower", "moonblast", "nastyplot", "powergem", "psychic", "stealthrock"],
2755
- randomBattleLevel: 86,
2756
- randomDoubleBattleMoves: ["earthpower", "icebeam", "meteorbeam", "protect", "psychic", "trickroom"],
2757
- randomDoubleBattleLevel: 88,
2758
2124
  tier: "(PU)",
2759
2125
  doublesTier: "(DUU)",
2760
2126
  natDexTier: "RU",
2761
2127
  },
2762
2128
  solrock: {
2763
- randomBattleMoves: ["earthquake", "explosion", "morningsun", "rockslide", "stealthrock", "willowisp"],
2764
- randomBattleLevel: 88,
2765
- randomDoubleBattleMoves: ["flareblitz", "helpinghand", "rockslide", "stoneedge", "willowisp"],
2766
- randomDoubleBattleLevel: 88,
2767
2129
  tier: "(PU)",
2768
2130
  doublesTier: "(DUU)",
2769
2131
  natDexTier: "RU",
@@ -2772,10 +2134,6 @@ export const FormatsData = {
2772
2134
  tier: "LC",
2773
2135
  },
2774
2136
  whiscash: {
2775
- randomBattleMoves: ["dragondance", "earthquake", "liquidation", "stoneedge", "zenheadbutt"],
2776
- randomBattleLevel: 86,
2777
- randomDoubleBattleMoves: ["dragondance", "earthquake", "liquidation", "protect", "stoneedge"],
2778
- randomDoubleBattleLevel: 90,
2779
2137
  tier: "(PU)",
2780
2138
  doublesTier: "(DUU)",
2781
2139
  natDexTier: "RU",
@@ -2784,10 +2142,6 @@ export const FormatsData = {
2784
2142
  tier: "LC",
2785
2143
  },
2786
2144
  crawdaunt: {
2787
- randomBattleMoves: ["aquajet", "closecombat", "crabhammer", "dragondance", "knockoff"],
2788
- randomBattleLevel: 84,
2789
- randomDoubleBattleMoves: ["aquajet", "closecombat", "crabhammer", "knockoff", "protect", "swordsdance"],
2790
- randomDoubleBattleLevel: 86,
2791
2145
  tier: "UU",
2792
2146
  doublesTier: "(DUU)",
2793
2147
  natDexTier: "RUBL",
@@ -2796,10 +2150,6 @@ export const FormatsData = {
2796
2150
  tier: "LC",
2797
2151
  },
2798
2152
  claydol: {
2799
- randomBattleMoves: ["earthquake", "icebeam", "psychic", "rapidspin", "stealthrock", "toxic"],
2800
- randomBattleLevel: 86,
2801
- randomDoubleBattleMoves: ["allyswitch", "earthpower", "icebeam", "psychic", "rapidspin"],
2802
- randomDoubleBattleLevel: 88,
2803
2153
  tier: "PU",
2804
2154
  doublesTier: "(DUU)",
2805
2155
  natDexTier: "RU",
@@ -2808,10 +2158,6 @@ export const FormatsData = {
2808
2158
  tier: "LC",
2809
2159
  },
2810
2160
  cradily: {
2811
- randomBattleMoves: ["powerwhip", "recover", "stealthrock", "stoneedge", "swordsdance", "toxic"],
2812
- randomBattleLevel: 86,
2813
- randomDoubleBattleMoves: ["powerwhip", "protect", "recover", "stealthrock", "stoneedge", "stringshot"],
2814
- randomDoubleBattleLevel: 88,
2815
2161
  tier: "(PU)",
2816
2162
  doublesTier: "(DUU)",
2817
2163
  natDexTier: "RU",
@@ -2820,11 +2166,6 @@ export const FormatsData = {
2820
2166
  tier: "LC",
2821
2167
  },
2822
2168
  armaldo: {
2823
- randomBattleMoves: ["earthquake", "knockoff", "liquidation", "rapidspin", "stealthrock", "stoneedge", "swordsdance"],
2824
- randomBattleLevel: 86,
2825
- randomDoubleBattleMoves: ["knockoff", "liquidation", "stoneedge", "superpower", "xscissor"],
2826
- randomDoubleBattleLevel: 88,
2827
- randomBattleNoDynamaxMoves: ["earthquake", "knockoff", "rapidspin", "stealthrock", "stoneedge", "swordsdance"],
2828
2169
  tier: "(PU)",
2829
2170
  doublesTier: "(DUU)",
2830
2171
  natDexTier: "RU",
@@ -2833,10 +2174,6 @@ export const FormatsData = {
2833
2174
  tier: "LC",
2834
2175
  },
2835
2176
  milotic: {
2836
- randomBattleMoves: ["haze", "icebeam", "recover", "scald", "toxic"],
2837
- randomBattleLevel: 82,
2838
- randomDoubleBattleMoves: ["coil", "hypnosis", "muddywater", "recover"],
2839
- randomDoubleBattleLevel: 80,
2840
2177
  tier: "RU",
2841
2178
  doublesTier: "DUU",
2842
2179
  natDexTier: "RU",
@@ -2882,10 +2219,6 @@ export const FormatsData = {
2882
2219
  tier: "NFE",
2883
2220
  },
2884
2221
  dusknoir: {
2885
- randomBattleMoves: ["earthquake", "icepunch", "painsplit", "poltergeist", "shadowsneak", "trick", "willowisp"],
2886
- randomBattleLevel: 86,
2887
- randomDoubleBattleMoves: ["earthquake", "haze", "icepunch", "poltergeist", "shadowsneak", "trickroom", "willowisp"],
2888
- randomDoubleBattleLevel: 86,
2889
2222
  tier: "(PU)",
2890
2223
  doublesTier: "(DUU)",
2891
2224
  natDexTier: "RU",
@@ -2906,10 +2239,6 @@ export const FormatsData = {
2906
2239
  natDexTier: "RU",
2907
2240
  },
2908
2241
  absol: {
2909
- randomBattleMoves: ["closecombat", "knockoff", "playrough", "suckerpunch", "swordsdance"],
2910
- randomBattleLevel: 84,
2911
- randomDoubleBattleMoves: ["closecombat", "knockoff", "protect", "suckerpunch", "swordsdance"],
2912
- randomDoubleBattleLevel: 88,
2913
2242
  tier: "PU",
2914
2243
  doublesTier: "(DUU)",
2915
2244
  natDexTier: "RU",
@@ -2923,10 +2252,6 @@ export const FormatsData = {
2923
2252
  tier: "LC",
2924
2253
  },
2925
2254
  glalie: {
2926
- randomBattleMoves: ["disable", "earthquake", "freezedry", "protect", "substitute"],
2927
- randomBattleLevel: 80,
2928
- randomDoubleBattleMoves: ["disable", "earthquake", "freezedry", "protect", "substitute"],
2929
- randomDoubleBattleLevel: 84,
2930
2255
  tier: "(PU)",
2931
2256
  doublesTier: "(DUU)",
2932
2257
  natDexTier: "RU",
@@ -2937,10 +2262,6 @@ export const FormatsData = {
2937
2262
  natDexTier: "RU",
2938
2263
  },
2939
2264
  froslass: {
2940
- randomBattleMoves: ["destinybond", "poltergeist", "spikes", "taunt", "tripleaxel", "willowisp"],
2941
- randomBattleLevel: 84,
2942
- randomDoubleBattleMoves: ["destinybond", "icebeam", "icywind", "protect", "shadowball", "willowisp"],
2943
- randomDoubleBattleLevel: 88,
2944
2265
  tier: "(PU)",
2945
2266
  doublesTier: "(DUU)",
2946
2267
  natDexTier: "RU",
@@ -2952,10 +2273,6 @@ export const FormatsData = {
2952
2273
  tier: "NFE",
2953
2274
  },
2954
2275
  walrein: {
2955
- randomBattleMoves: ["icebeam", "protect", "surf", "toxic"],
2956
- randomBattleLevel: 86,
2957
- randomDoubleBattleMoves: ["brine", "icebeam", "icywind", "superfang"],
2958
- randomDoubleBattleLevel: 86,
2959
2276
  tier: "(PU)",
2960
2277
  doublesTier: "(DUU)",
2961
2278
  natDexTier: "RU",
@@ -2976,10 +2293,6 @@ export const FormatsData = {
2976
2293
  natDexTier: "RU",
2977
2294
  },
2978
2295
  relicanth: {
2979
- randomBattleMoves: ["bodypress", "earthquake", "headsmash", "liquidation", "stealthrock", "yawn"],
2980
- randomBattleLevel: 86,
2981
- randomDoubleBattleMoves: ["bodypress", "headsmash", "liquidation", "stealthrock", "yawn"],
2982
- randomDoubleBattleLevel: 88,
2983
2296
  tier: "(PU)",
2984
2297
  doublesTier: "(DUU)",
2985
2298
  natDexTier: "RU",
@@ -2996,10 +2309,6 @@ export const FormatsData = {
2996
2309
  tier: "NFE",
2997
2310
  },
2998
2311
  salamence: {
2999
- randomBattleMoves: ["dragondance", "dualwingbeat", "earthquake", "outrage", "roost"],
3000
- randomBattleLevel: 76,
3001
- randomDoubleBattleMoves: ["dragonclaw", "fireblast", "hurricane", "protect", "tailwind"],
3002
- randomDoubleBattleLevel: 79,
3003
2312
  tier: "UU",
3004
2313
  doublesTier: "(DUU)",
3005
2314
  natDexTier: "UU",
@@ -3016,10 +2325,6 @@ export const FormatsData = {
3016
2325
  tier: "NFE",
3017
2326
  },
3018
2327
  metagross: {
3019
- randomBattleMoves: ["agility", "bulletpunch", "earthquake", "explosion", "meteormash", "stealthrock", "thunderpunch"],
3020
- randomBattleLevel: 79,
3021
- randomDoubleBattleMoves: ["agility", "bulletpunch", "icepunch", "meteormash", "stompingtantrum", "trick", "zenheadbutt"],
3022
- randomDoubleBattleLevel: 82,
3023
2328
  tier: "RU",
3024
2329
  doublesTier: "DOU",
3025
2330
  natDexTier: "RU",
@@ -3030,37 +2335,21 @@ export const FormatsData = {
3030
2335
  natDexTier: "Uber",
3031
2336
  },
3032
2337
  regirock: {
3033
- randomBattleMoves: ["bodypress", "curse", "earthquake", "explosion", "rest", "rockslide", "stoneedge"],
3034
- randomBattleLevel: 85,
3035
- randomDoubleBattleMoves: ["bodypress", "curse", "rest", "rockslide"],
3036
- randomDoubleBattleLevel: 86,
3037
2338
  tier: "PU",
3038
2339
  doublesTier: "(DUU)",
3039
2340
  natDexTier: "RU",
3040
2341
  },
3041
2342
  regice: {
3042
- randomBattleMoves: ["focusblast", "icebeam", "rest", "rockpolish", "sleeptalk", "thunderbolt"],
3043
- randomBattleLevel: 84,
3044
- randomDoubleBattleMoves: ["focusblast", "icebeam", "icywind", "rockpolish", "thunderbolt"],
3045
- randomDoubleBattleLevel: 87,
3046
2343
  tier: "(PU)",
3047
2344
  doublesTier: "(DUU)",
3048
2345
  natDexTier: "RU",
3049
2346
  },
3050
2347
  registeel: {
3051
- randomBattleMoves: ["bodypress", "curse", "ironhead", "protect", "rest", "sleeptalk", "stealthrock", "toxic"],
3052
- randomBattleLevel: 83,
3053
- randomDoubleBattleMoves: ["bodypress", "curse", "ironhead", "rest", "toxic"],
3054
- randomDoubleBattleLevel: 86,
3055
2348
  tier: "RU",
3056
2349
  doublesTier: "(DUU)",
3057
2350
  natDexTier: "RU",
3058
2351
  },
3059
2352
  latias: {
3060
- randomBattleMoves: ["calmmind", "dracometeor", "healingwish", "mysticalfire", "psychic", "roost"],
3061
- randomBattleLevel: 80,
3062
- randomDoubleBattleMoves: ["calmmind", "dracometeor", "healpulse", "mysticalfire", "psyshock", "roost", "tailwind"],
3063
- randomDoubleBattleLevel: 82,
3064
2353
  tier: "UUBL",
3065
2354
  doublesTier: "(DUU)",
3066
2355
  natDexTier: "UUBL",
@@ -3071,10 +2360,6 @@ export const FormatsData = {
3071
2360
  natDexTier: "UUBL",
3072
2361
  },
3073
2362
  latios: {
3074
- randomBattleMoves: ["calmmind", "dracometeor", "mysticalfire", "psyshock", "roost", "trick"],
3075
- randomBattleLevel: 78,
3076
- randomDoubleBattleMoves: ["dracometeor", "mysticalfire", "psychic", "psyshock", "roost", "tailwind", "trick"],
3077
- randomDoubleBattleLevel: 80,
3078
2363
  tier: "UUBL",
3079
2364
  doublesTier: "(DUU)",
3080
2365
  natDexTier: "UUBL",
@@ -3085,10 +2370,6 @@ export const FormatsData = {
3085
2370
  natDexTier: "UUBL",
3086
2371
  },
3087
2372
  kyogre: {
3088
- randomBattleMoves: ["calmmind", "icebeam", "originpulse", "thunder", "waterspout"],
3089
- randomBattleLevel: 72,
3090
- randomDoubleBattleMoves: ["icebeam", "originpulse", "thunder", "waterspout"],
3091
- randomDoubleBattleLevel: 69,
3092
2373
  tier: "Uber",
3093
2374
  doublesTier: "DUber",
3094
2375
  natDexTier: "Uber",
@@ -3099,11 +2380,6 @@ export const FormatsData = {
3099
2380
  natDexTier: "Uber",
3100
2381
  },
3101
2382
  groudon: {
3102
- randomBattleMoves: ["heatcrash", "heavyslam", "precipiceblades", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
3103
- randomBattleLevel: 73,
3104
- randomDoubleBattleMoves: ["heatcrash", "precipiceblades", "rockpolish", "stoneedge", "swordsdance"],
3105
- randomDoubleBattleLevel: 72,
3106
- randomBattleNoDynamaxMoves: ["heatcrash", "precipiceblades", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
3107
2383
  tier: "Uber",
3108
2384
  doublesTier: "DUber",
3109
2385
  natDexTier: "Uber",
@@ -3114,11 +2390,6 @@ export const FormatsData = {
3114
2390
  natDexTier: "Uber",
3115
2391
  },
3116
2392
  rayquaza: {
3117
- randomBattleMoves: ["dracometeor", "dragonascent", "dragondance", "earthquake", "extremespeed", "swordsdance", "vcreate"],
3118
- randomBattleLevel: 74,
3119
- randomDoubleBattleMoves: ["dracometeor", "dragonascent", "dragonclaw", "dragondance", "earthpower", "extremespeed", "vcreate"],
3120
- randomDoubleBattleLevel: 74,
3121
- randomBattleNoDynamaxMoves: ["dracometeor", "dragonascent", "dragondance", "earthquake", "extremespeed", "vcreate"],
3122
2393
  tier: "Uber",
3123
2394
  doublesTier: "DUber",
3124
2395
  natDexTier: "Uber",
@@ -3129,10 +2400,6 @@ export const FormatsData = {
3129
2400
  natDexTier: "Uber",
3130
2401
  },
3131
2402
  jirachi: {
3132
- randomBattleMoves: ["bodyslam", "firepunch", "ironhead", "stealthrock", "toxic", "trick", "uturn"],
3133
- randomBattleLevel: 79,
3134
- randomDoubleBattleMoves: ["firepunch", "followme", "ironhead", "lifedew", "protect", "thunderwave"],
3135
- randomDoubleBattleLevel: 77,
3136
2403
  tier: "UU",
3137
2404
  doublesTier: "DUber",
3138
2405
  natDexTier: "UUBL",
@@ -3244,10 +2511,6 @@ export const FormatsData = {
3244
2511
  tier: "NFE",
3245
2512
  },
3246
2513
  luxray: {
3247
- randomBattleMoves: ["agility", "crunch", "facade", "superpower", "voltswitch", "wildcharge"],
3248
- randomBattleLevel: 84,
3249
- randomDoubleBattleMoves: ["playrough", "protect", "superpower", "voltswitch", "wildcharge"],
3250
- randomDoubleBattleLevel: 84,
3251
2514
  tier: "(PU)",
3252
2515
  doublesTier: "(DUU)",
3253
2516
  natDexTier: "RU",
@@ -3301,10 +2564,6 @@ export const FormatsData = {
3301
2564
  tier: "LC",
3302
2565
  },
3303
2566
  vespiquen: {
3304
- randomBattleMoves: ["airslash", "defog", "roost", "toxic", "uturn"],
3305
- randomBattleLevel: 96,
3306
- randomDoubleBattleMoves: ["airslash", "roost", "tailwind", "toxicspikes"],
3307
- randomDoubleBattleLevel: 98,
3308
2567
  tier: "(PU)",
3309
2568
  doublesTier: "(DUU)",
3310
2569
  natDexTier: "RU",
@@ -3329,26 +2588,15 @@ export const FormatsData = {
3329
2588
  natDexTier: "LC",
3330
2589
  },
3331
2590
  cherrim: {
3332
- randomBattleMoves: ["dazzlinggleam", "energyball", "healingwish", "petaldance", "pollenpuff"],
3333
- randomBattleLevel: 93,
3334
- randomDoubleBattleMoves: ["energyball", "healingwish", "helpinghand", "pollenpuff"],
3335
- randomDoubleBattleLevel: 92,
3336
2591
  tier: "(PU)",
3337
2592
  doublesTier: "(DUU)",
3338
2593
  natDexTier: "RU",
3339
2594
  },
3340
- cherrimsunshine: {
3341
- randomDoubleBattleMoves: ["playrough", "solarblade", "sunnyday", "weatherball"],
3342
- randomDoubleBattleLevel: 92,
3343
- },
2595
+ cherrimsunshine: {},
3344
2596
  shellos: {
3345
2597
  tier: "LC",
3346
2598
  },
3347
2599
  gastrodon: {
3348
- randomBattleMoves: ["clearsmog", "earthquake", "icebeam", "recover", "scald", "toxic"],
3349
- randomBattleLevel: 84,
3350
- randomDoubleBattleMoves: ["clearsmog", "earthpower", "icywind", "recover", "scald", "yawn"],
3351
- randomDoubleBattleLevel: 80,
3352
2600
  tier: "NU",
3353
2601
  doublesTier: "DOU",
3354
2602
  natDexTier: "RU",
@@ -3358,10 +2606,6 @@ export const FormatsData = {
3358
2606
  natDexTier: "LC",
3359
2607
  },
3360
2608
  drifblim: {
3361
- randomBattleMoves: ["calmmind", "shadowball", "strengthsap", "thunderbolt"],
3362
- randomBattleLevel: 84,
3363
- randomDoubleBattleMoves: ["calmmind", "icywind", "shadowball", "strengthsap"],
3364
- randomDoubleBattleLevel: 84,
3365
2609
  tier: "(PU)",
3366
2610
  doublesTier: "(DUU)",
3367
2611
  natDexTier: "RU",
@@ -3370,10 +2614,6 @@ export const FormatsData = {
3370
2614
  tier: "LC",
3371
2615
  },
3372
2616
  lopunny: {
3373
- randomBattleMoves: ["closecombat", "facade", "healingwish", "switcheroo"],
3374
- randomBattleLevel: 90,
3375
- randomDoubleBattleMoves: ["closecombat", "fakeout", "switcheroo", "uturn"],
3376
- randomDoubleBattleLevel: 92,
3377
2617
  tier: "(PU)",
3378
2618
  doublesTier: "(DUU)",
3379
2619
  natDexTier: "RU",
@@ -3397,10 +2637,6 @@ export const FormatsData = {
3397
2637
  tier: "LC",
3398
2638
  },
3399
2639
  skuntank: {
3400
- randomBattleMoves: ["crunch", "defog", "fireblast", "poisonjab", "suckerpunch", "taunt", "toxic"],
3401
- randomBattleLevel: 85,
3402
- randomDoubleBattleMoves: ["crunch", "defog", "fireblast", "poisonjab", "suckerpunch", "taunt"],
3403
- randomDoubleBattleLevel: 88,
3404
2640
  tier: "(PU)",
3405
2641
  doublesTier: "(DUU)",
3406
2642
  natDexTier: "RU",
@@ -3409,10 +2645,6 @@ export const FormatsData = {
3409
2645
  tier: "LC",
3410
2646
  },
3411
2647
  bronzong: {
3412
- randomBattleMoves: ["earthquake", "ironhead", "protect", "stealthrock", "toxic"],
3413
- randomBattleLevel: 83,
3414
- randomDoubleBattleMoves: ["allyswitch", "bodypress", "ironhead", "trickroom"],
3415
- randomDoubleBattleLevel: 88,
3416
2648
  tier: "RU",
3417
2649
  doublesTier: "(DUU)",
3418
2650
  natDexTier: "RU",
@@ -3423,10 +2655,6 @@ export const FormatsData = {
3423
2655
  natDexTier: "RU",
3424
2656
  },
3425
2657
  spiritomb: {
3426
- randomBattleMoves: ["foulplay", "poltergeist", "shadowsneak", "suckerpunch", "trick"],
3427
- randomBattleLevel: 88,
3428
- randomDoubleBattleMoves: ["foulplay", "poltergeist", "protect", "snarl", "suckerpunch", "willowisp"],
3429
- randomDoubleBattleLevel: 88,
3430
2658
  tier: "(PU)",
3431
2659
  doublesTier: "(DUU)",
3432
2660
  natDexTier: "RU",
@@ -3438,10 +2666,6 @@ export const FormatsData = {
3438
2666
  tier: "NFE",
3439
2667
  },
3440
2668
  garchomp: {
3441
- randomBattleMoves: ["earthquake", "fireblast", "firefang", "outrage", "stealthrock", "stoneedge", "swordsdance"],
3442
- randomBattleLevel: 74,
3443
- randomDoubleBattleMoves: ["dragonclaw", "earthquake", "fireblast", "protect", "rockslide", "swordsdance"],
3444
- randomDoubleBattleLevel: 80,
3445
2669
  tier: "OU",
3446
2670
  doublesTier: "(DUU)",
3447
2671
  natDexTier: "OU",
@@ -3455,10 +2679,6 @@ export const FormatsData = {
3455
2679
  tier: "LC",
3456
2680
  },
3457
2681
  lucario: {
3458
- randomBattleMoves: ["closecombat", "extremespeed", "meteormash", "stoneedge", "swordsdance"],
3459
- randomBattleLevel: 82,
3460
- randomDoubleBattleMoves: ["closecombat", "extremespeed", "icepunch", "meteormash", "protect", "swordsdance"],
3461
- randomDoubleBattleLevel: 84,
3462
2682
  tier: "RU",
3463
2683
  doublesTier: "(DUU)",
3464
2684
  natDexTier: "RU",
@@ -3472,10 +2692,6 @@ export const FormatsData = {
3472
2692
  tier: "LC",
3473
2693
  },
3474
2694
  hippowdon: {
3475
- randomBattleMoves: ["earthquake", "slackoff", "stealthrock", "stoneedge", "toxic", "whirlwind"],
3476
- randomBattleLevel: 80,
3477
- randomDoubleBattleMoves: ["highhorsepower", "slackoff", "stealthrock", "whirlwind", "yawn"],
3478
- randomDoubleBattleLevel: 88,
3479
2695
  tier: "UU",
3480
2696
  doublesTier: "(DUU)",
3481
2697
  natDexTier: "UU",
@@ -3484,10 +2700,6 @@ export const FormatsData = {
3484
2700
  tier: "LC",
3485
2701
  },
3486
2702
  drapion: {
3487
- randomBattleMoves: ["aquatail", "earthquake", "knockoff", "poisonjab", "swordsdance", "taunt", "toxicspikes"],
3488
- randomBattleLevel: 82,
3489
- randomDoubleBattleMoves: ["knockoff", "poisonjab", "protect", "swordsdance", "taunt"],
3490
- randomDoubleBattleLevel: 88,
3491
2703
  tier: "NU",
3492
2704
  doublesTier: "(DUU)",
3493
2705
  natDexTier: "RU",
@@ -3496,10 +2708,6 @@ export const FormatsData = {
3496
2708
  tier: "LC",
3497
2709
  },
3498
2710
  toxicroak: {
3499
- randomBattleMoves: ["drainpunch", "gunkshot", "icepunch", "knockoff", "substitute", "suckerpunch", "swordsdance"],
3500
- randomBattleLevel: 84,
3501
- randomDoubleBattleMoves: ["drainpunch", "fakeout", "gunkshot", "protect", "suckerpunch", "swordsdance", "taunt"],
3502
- randomDoubleBattleLevel: 86,
3503
2711
  tier: "NU",
3504
2712
  doublesTier: "(DUU)",
3505
2713
  natDexTier: "RU",
@@ -3523,10 +2731,6 @@ export const FormatsData = {
3523
2731
  tier: "LC",
3524
2732
  },
3525
2733
  abomasnow: {
3526
- randomBattleMoves: ["auroraveil", "blizzard", "earthquake", "iceshard", "woodhammer"],
3527
- randomBattleLevel: 82,
3528
- randomDoubleBattleMoves: ["auroraveil", "blizzard", "iceshard", "protect", "woodhammer"],
3529
- randomDoubleBattleLevel: 88,
3530
2734
  tier: "(PU)",
3531
2735
  doublesTier: "(DUU)",
3532
2736
  natDexTier: "RU",
@@ -3537,91 +2741,51 @@ export const FormatsData = {
3537
2741
  natDexTier: "RU",
3538
2742
  },
3539
2743
  rotom: {
3540
- randomBattleMoves: ["nastyplot", "shadowball", "thunderbolt", "voltswitch", "willowisp"],
3541
- randomBattleLevel: 84,
3542
- randomDoubleBattleMoves: ["electroweb", "protect", "shadowball", "thunderbolt", "voltswitch", "willowisp"],
3543
- randomDoubleBattleLevel: 88,
3544
2744
  tier: "(PU)",
3545
2745
  doublesTier: "(DUU)",
3546
2746
  natDexTier: "RU",
3547
2747
  },
3548
2748
  rotomheat: {
3549
- randomBattleMoves: ["defog", "nastyplot", "overheat", "thunderbolt", "voltswitch", "willowisp"],
3550
- randomBattleLevel: 82,
3551
- randomDoubleBattleMoves: ["electroweb", "overheat", "protect", "thunderbolt", "voltswitch", "willowisp"],
3552
- randomDoubleBattleLevel: 84,
3553
2749
  tier: "UU",
3554
2750
  doublesTier: "(DUU)",
3555
2751
  natDexTier: "UU",
3556
2752
  },
3557
2753
  rotomwash: {
3558
- randomBattleMoves: ["hydropump", "thunderbolt", "trick", "voltswitch", "willowisp"],
3559
- randomBattleLevel: 82,
3560
- randomDoubleBattleMoves: ["hydropump", "protect", "thunderbolt", "thunderwave", "voltswitch", "willowisp"],
3561
- randomDoubleBattleLevel: 84,
3562
2754
  tier: "UU",
3563
2755
  doublesTier: "(DUU)",
3564
2756
  natDexTier: "UU",
3565
2757
  },
3566
2758
  rotomfrost: {
3567
- randomBattleMoves: ["blizzard", "nastyplot", "thunderbolt", "voltswitch", "willowisp"],
3568
- randomBattleLevel: 84,
3569
- randomDoubleBattleMoves: ["blizzard", "nastyplot", "protect", "thunderbolt", "willowisp"],
3570
- randomDoubleBattleLevel: 86,
3571
2759
  tier: "(PU)",
3572
2760
  doublesTier: "(DUU)",
3573
2761
  natDexTier: "RU",
3574
2762
  },
3575
2763
  rotomfan: {
3576
- randomBattleMoves: ["airslash", "nastyplot", "thunderbolt", "voltswitch", "willowisp"],
3577
- randomBattleLevel: 84,
3578
- randomDoubleBattleMoves: ["airslash", "nastyplot", "protect", "thunderbolt"],
3579
- randomDoubleBattleLevel: 84,
3580
2764
  tier: "(PU)",
3581
2765
  doublesTier: "(DUU)",
3582
2766
  natDexTier: "RU",
3583
2767
  },
3584
2768
  rotommow: {
3585
- randomBattleMoves: ["leafstorm", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
3586
- randomBattleLevel: 86,
3587
- randomDoubleBattleMoves: ["electroweb", "leafstorm", "protect", "thunderbolt", "voltswitch", "willowisp"],
3588
- randomDoubleBattleLevel: 88,
3589
2769
  tier: "NU",
3590
2770
  doublesTier: "(DUU)",
3591
2771
  natDexTier: "RU",
3592
2772
  },
3593
2773
  uxie: {
3594
- randomBattleMoves: ["healbell", "knockoff", "psychic", "stealthrock", "uturn", "yawn"],
3595
- randomBattleLevel: 82,
3596
- randomDoubleBattleMoves: ["helpinghand", "knockoff", "psychic", "stealthrock", "thunderwave", "u-turn", "yawn"],
3597
- randomDoubleBattleLevel: 86,
3598
2774
  tier: "(PU)",
3599
2775
  doublesTier: "(DUU)",
3600
2776
  natDexTier: "RU",
3601
2777
  },
3602
2778
  mesprit: {
3603
- randomBattleMoves: ["energyball", "healingwish", "icebeam", "nastyplot", "psychic", "stealthrock", "thunderwave", "uturn"],
3604
- randomBattleLevel: 84,
3605
- randomDoubleBattleMoves: ["dazzlinggleam", "knockoff", "nastyplot", "psychic", "thunderbolt", "thunderwave"],
3606
- randomDoubleBattleLevel: 86,
3607
2779
  tier: "PU",
3608
2780
  doublesTier: "(DUU)",
3609
2781
  natDexTier: "RU",
3610
2782
  },
3611
2783
  azelf: {
3612
- randomBattleMoves: ["dazzlinggleam", "fireblast", "nastyplot", "psychic", "psyshock", "stealthrock", "taunt", "uturn"],
3613
- randomBattleLevel: 82,
3614
- randomDoubleBattleMoves: ["energyball", "fireblast", "nastyplot", "psychic", "shadowball", "uturn"],
3615
- randomDoubleBattleLevel: 84,
3616
2784
  tier: "UU",
3617
2785
  doublesTier: "(DUU)",
3618
2786
  natDexTier: "RU",
3619
2787
  },
3620
2788
  dialga: {
3621
- randomBattleMoves: ["dracometeor", "fireblast", "flashcannon", "stealthrock", "thunderbolt", "toxic"],
3622
- randomBattleLevel: 74,
3623
- randomDoubleBattleMoves: ["dracometeor", "earthpower", "fireblast", "flashcannon", "protect", "thunderbolt", "thunderwave"],
3624
- randomDoubleBattleLevel: 74,
3625
2789
  tier: "Uber",
3626
2790
  doublesTier: "DUber",
3627
2791
  natDexTier: "Uber",
@@ -3631,10 +2795,6 @@ export const FormatsData = {
3631
2795
  tier: "Illegal",
3632
2796
  },
3633
2797
  palkia: {
3634
- randomBattleMoves: ["dracometeor", "fireblast", "hydropump", "spacialrend", "thunderwave"],
3635
- randomBattleLevel: 74,
3636
- randomDoubleBattleMoves: ["fireblast", "hydropump", "protect", "spacialrend", "thunderbolt", "thunderwave"],
3637
- randomDoubleBattleLevel: 74,
3638
2798
  tier: "Uber",
3639
2799
  doublesTier: "DUber",
3640
2800
  natDexTier: "Uber",
@@ -3644,47 +2804,26 @@ export const FormatsData = {
3644
2804
  tier: "Illegal",
3645
2805
  },
3646
2806
  heatran: {
3647
- randomBattleMoves: ["earthpower", "flashcannon", "lavaplume", "protect", "stealthrock", "taunt", "toxic"],
3648
- randomBattleLevel: 78,
3649
- randomDoubleBattleMoves: ["earthpower", "eruption", "flashcannon", "heatwave", "protect"],
3650
- randomDoubleBattleLevel: 80,
3651
2807
  tier: "OU",
3652
2808
  doublesTier: "DOU",
3653
2809
  natDexTier: "OU",
3654
2810
  },
3655
2811
  regigigas: {
3656
- randomBattleMoves: ["bodyslam", "protect", "substitute", "toxic"],
3657
- randomBattleLevel: 82,
3658
- randomDoubleBattleMoves: ["bodyslam", "knockoff", "protect", "thunderwave"],
3659
- randomDoubleBattleLevel: 86,
3660
2812
  tier: "(PU)",
3661
2813
  doublesTier: "(DUU)",
3662
2814
  natDexTier: "RU",
3663
2815
  },
3664
2816
  giratina: {
3665
- randomBattleMoves: ["hex", "rest", "sleeptalk", "toxic", "willowisp"],
3666
- randomBattleLevel: 74,
3667
- randomDoubleBattleMoves: ["calmmind", "dragonpulse", "rest", "shadowball", "willowisp"],
3668
- randomDoubleBattleLevel: 74,
3669
2817
  tier: "Uber",
3670
2818
  doublesTier: "DUber",
3671
2819
  natDexTier: "Uber",
3672
2820
  },
3673
2821
  giratinaorigin: {
3674
- randomBattleMoves: ["dualwingbeat", "honeclaws", "outrage", "poltergeist", "shadowsneak"],
3675
- randomBattleLevel: 74,
3676
- randomDoubleBattleMoves: ["dracometeor", "protect", "shadowball", "shadowsneak", "tailwind", "willowisp"],
3677
- randomDoubleBattleLevel: 74,
3678
- randomBattleNoDynamaxMoves: ["defog", "dracometeor", "earthquake", "poltergeist", "shadowsneak", "willowisp"],
3679
2822
  tier: "Uber",
3680
2823
  doublesTier: "DUber",
3681
2824
  natDexTier: "Uber",
3682
2825
  },
3683
2826
  cresselia: {
3684
- randomBattleMoves: ["calmmind", "moonblast", "moonlight", "psyshock", "thunderwave", "toxic"],
3685
- randomBattleLevel: 80,
3686
- randomDoubleBattleMoves: ["helpinghand", "icywind", "moonblast", "moonlight", "psychic", "thunderwave"],
3687
- randomDoubleBattleLevel: 83,
3688
2827
  tier: "NUBL",
3689
2828
  doublesTier: "DUU",
3690
2829
  natDexTier: "RU",
@@ -3771,10 +2910,6 @@ export const FormatsData = {
3771
2910
  isNonstandard: "Past",
3772
2911
  },
3773
2912
  victini: {
3774
- randomBattleMoves: ["blueflare", "boltstrike", "energyball", "glaciate", "uturn", "vcreate", "zenheadbutt"],
3775
- randomBattleLevel: 78,
3776
- randomDoubleBattleMoves: ["boltstrike", "glaciate", "protect", "uturn", "vcreate", "zenheadbutt"],
3777
- randomDoubleBattleLevel: 81,
3778
2913
  tier: "OU",
3779
2914
  doublesTier: "DUU",
3780
2915
  natDexTier: "OU",
@@ -3845,10 +2980,6 @@ export const FormatsData = {
3845
2980
  tier: "NFE",
3846
2981
  },
3847
2982
  stoutland: {
3848
- randomBattleMoves: ["crunch", "facade", "playrough", "superpower", "wildcharge"],
3849
- randomBattleLevel: 86,
3850
- randomDoubleBattleMoves: ["facade", "helpinghand", "superpower", "thunderwave"],
3851
- randomDoubleBattleLevel: 90,
3852
2983
  tier: "(PU)",
3853
2984
  doublesTier: "(DUU)",
3854
2985
  natDexTier: "RU",
@@ -3857,10 +2988,6 @@ export const FormatsData = {
3857
2988
  tier: "LC",
3858
2989
  },
3859
2990
  liepard: {
3860
- randomBattleMoves: ["copycat", "encore", "knockoff", "playrough", "thunderwave", "uturn"],
3861
- randomBattleLevel: 86,
3862
- randomDoubleBattleMoves: ["copycat", "encore", "fakeout", "foulplay", "snarl", "taunt", "thunderwave"],
3863
- randomDoubleBattleLevel: 88,
3864
2991
  tier: "(PU)",
3865
2992
  doublesTier: "(DUU)",
3866
2993
  natDexTier: "RU",
@@ -3899,10 +3026,6 @@ export const FormatsData = {
3899
3026
  tier: "LC",
3900
3027
  },
3901
3028
  musharna: {
3902
- randomBattleMoves: ["calmmind", "moonblast", "moonlight", "psychic", "thunderwave"],
3903
- randomBattleLevel: 86,
3904
- randomDoubleBattleMoves: ["helpinghand", "hypnosis", "moonblast", "psychic", "trickroom"],
3905
- randomDoubleBattleLevel: 88,
3906
3029
  tier: "(PU)",
3907
3030
  doublesTier: "(DUU)",
3908
3031
  natDexTier: "RU",
@@ -3914,10 +3037,6 @@ export const FormatsData = {
3914
3037
  tier: "NFE",
3915
3038
  },
3916
3039
  unfezant: {
3917
- randomBattleMoves: ["bravebird", "defog", "nightslash", "roost", "uturn"],
3918
- randomBattleLevel: 84,
3919
- randomDoubleBattleMoves: ["bravebird", "nightslash", "quickattack", "tailwind", "uturn"],
3920
- randomDoubleBattleLevel: 86,
3921
3040
  tier: "(PU)",
3922
3041
  doublesTier: "(DUU)",
3923
3042
  natDexTier: "RU",
@@ -3939,10 +3058,6 @@ export const FormatsData = {
3939
3058
  tier: "NFE",
3940
3059
  },
3941
3060
  gigalith: {
3942
- randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "superpower"],
3943
- randomBattleLevel: 82,
3944
- randomDoubleBattleMoves: ["bodypress", "explosion", "protect", "rockslide", "stealthrock", "stompingtantrum", "stoneedge", "wideguard"],
3945
- randomDoubleBattleLevel: 88,
3946
3061
  tier: "PU",
3947
3062
  doublesTier: "DUU",
3948
3063
  natDexTier: "RU",
@@ -3952,10 +3067,6 @@ export const FormatsData = {
3952
3067
  natDexTier: "LC",
3953
3068
  },
3954
3069
  swoobat: {
3955
- randomBattleMoves: ["airslash", "calmmind", "heatwave", "roost", "storedpower"],
3956
- randomBattleLevel: 86,
3957
- randomDoubleBattleMoves: ["airslash", "calmmind", "heatwave", "psychic"],
3958
- randomDoubleBattleLevel: 86,
3959
3070
  tier: "(PU)",
3960
3071
  doublesTier: "(DUU)",
3961
3072
  natDexTier: "RU",
@@ -3964,19 +3075,11 @@ export const FormatsData = {
3964
3075
  tier: "LC",
3965
3076
  },
3966
3077
  excadrill: {
3967
- randomBattleMoves: ["earthquake", "ironhead", "rapidspin", "rockslide", "swordsdance"],
3968
- randomBattleLevel: 78,
3969
- randomDoubleBattleMoves: ["highhorsepower", "ironhead", "protect", "rapidspin", "rockslide", "swordsdance"],
3970
- randomDoubleBattleLevel: 80,
3971
3078
  tier: "UU",
3972
3079
  doublesTier: "DUU",
3973
3080
  natDexTier: "OU",
3974
3081
  },
3975
3082
  audino: {
3976
- randomBattleMoves: ["healbell", "knockoff", "protect", "toxic", "wish"],
3977
- randomBattleLevel: 91,
3978
- randomDoubleBattleMoves: ["bodyslam", "healpulse", "helpinghand", "knockoff", "protect", "thunderwave"],
3979
- randomDoubleBattleLevel: 90,
3980
3083
  tier: "PU",
3981
3084
  doublesTier: "(DUU)",
3982
3085
  natDexTier: "RU",
@@ -3990,15 +3093,9 @@ export const FormatsData = {
3990
3093
  tier: "LC",
3991
3094
  },
3992
3095
  gurdurr: {
3993
- randomBattleMoves: ["bulkup", "defog", "drainpunch", "knockoff", "machpunch"],
3994
- randomBattleLevel: 83,
3995
3096
  tier: "NFE",
3996
3097
  },
3997
3098
  conkeldurr: {
3998
- randomBattleMoves: ["closecombat", "drainpunch", "facade", "knockoff", "machpunch"],
3999
- randomBattleLevel: 80,
4000
- randomDoubleBattleMoves: ["closecombat", "drainpunch", "icepunch", "knockoff", "machpunch", "protect"],
4001
- randomDoubleBattleLevel: 84,
4002
3099
  tier: "UU",
4003
3100
  doublesTier: "(DUU)",
4004
3101
  natDexTier: "RUBL",
@@ -4010,28 +3107,16 @@ export const FormatsData = {
4010
3107
  tier: "NFE",
4011
3108
  },
4012
3109
  seismitoad: {
4013
- randomBattleMoves: ["earthquake", "liquidation", "raindance", "sludgebomb", "stealthrock"],
4014
- randomBattleLevel: 84,
4015
- randomDoubleBattleMoves: ["earthpower", "knockoff", "muddywater", "powerwhip", "protect", "raindance"],
4016
- randomDoubleBattleLevel: 86,
4017
3110
  tier: "RU",
4018
3111
  doublesTier: "(DUU)",
4019
3112
  natDexTier: "RU",
4020
3113
  },
4021
3114
  throh: {
4022
- randomBattleMoves: ["bulkup", "circlethrow", "icepunch", "knockoff", "rest", "sleeptalk", "stormthrow"],
4023
- randomBattleLevel: 86,
4024
- randomDoubleBattleMoves: ["facade", "knockoff", "protect", "stoneedge", "stormthrow", "wideguard"],
4025
- randomDoubleBattleLevel: 86,
4026
3115
  tier: "(PU)",
4027
3116
  doublesTier: "(DUU)",
4028
3117
  natDexTier: "RU",
4029
3118
  },
4030
3119
  sawk: {
4031
- randomBattleMoves: ["bulkup", "closecombat", "knockoff", "poisonjab", "stoneedge"],
4032
- randomBattleLevel: 86,
4033
- randomDoubleBattleMoves: ["closecombat", "helpinghand", "knockoff", "poisonjab", "protect", "rockslide"],
4034
- randomDoubleBattleLevel: 86,
4035
3120
  tier: "(PU)",
4036
3121
  doublesTier: "(DUU)",
4037
3122
  natDexTier: "RU",
@@ -4058,10 +3143,6 @@ export const FormatsData = {
4058
3143
  tier: "NFE",
4059
3144
  },
4060
3145
  scolipede: {
4061
- randomBattleMoves: ["earthquake", "megahorn", "poisonjab", "protect", "spikes", "swordsdance", "toxicspikes"],
4062
- randomBattleLevel: 80,
4063
- randomDoubleBattleMoves: ["megahorn", "poisonjab", "protect", "rockslide", "superpower", "swordsdance"],
4064
- randomDoubleBattleLevel: 84,
4065
3146
  tier: "RUBL",
4066
3147
  doublesTier: "(DUU)",
4067
3148
  natDexTier: "RUBL",
@@ -4070,11 +3151,6 @@ export const FormatsData = {
4070
3151
  tier: "LC",
4071
3152
  },
4072
3153
  whimsicott: {
4073
- randomBattleMoves: ["defog", "energyball", "leechseed", "moonblast", "stunspore", "taunt", "uturn"],
4074
- randomBattleLevel: 84,
4075
- randomDoubleBattleMoves: ["encore", "energyball", "helpinghand", "moonblast", "tailwind", "taunt"],
4076
- randomDoubleBattleLevel: 82,
4077
- randomBattleNoDynamaxMoves: ["defog", "encore", "energyball", "leechseed", "moonblast", "stunspore", "taunt", "uturn"],
4078
3154
  tier: "PU",
4079
3155
  doublesTier: "DOU",
4080
3156
  natDexTier: "RU",
@@ -4083,10 +3159,6 @@ export const FormatsData = {
4083
3159
  tier: "LC",
4084
3160
  },
4085
3161
  lilligant: {
4086
- randomBattleMoves: ["gigadrain", "petaldance", "pollenpuff", "quiverdance", "sleeppowder"],
4087
- randomBattleLevel: 84,
4088
- randomDoubleBattleMoves: ["energyball", "pollenpuff", "quiverdance", "sleeppowder"],
4089
- randomDoubleBattleLevel: 84,
4090
3162
  tier: "(PU)",
4091
3163
  doublesTier: "(DUU)",
4092
3164
  natDexTier: "RU",
@@ -4096,19 +3168,11 @@ export const FormatsData = {
4096
3168
  tier: "Illegal",
4097
3169
  },
4098
3170
  basculin: {
4099
- randomBattleMoves: ["aquajet", "crunch", "flipturn", "liquidation", "psychicfangs", "superpower"],
4100
- randomBattleLevel: 86,
4101
- randomDoubleBattleMoves: ["flipturn", "liquidation", "muddywater", "protect", "superpower"],
4102
- randomDoubleBattleLevel: 86,
4103
3171
  tier: "(PU)",
4104
3172
  doublesTier: "(DUU)",
4105
3173
  natDexTier: "RU",
4106
3174
  },
4107
3175
  basculinbluestriped: {
4108
- randomBattleMoves: ["aquajet", "crunch", "flipturn", "liquidation", "psychicfangs", "superpower"],
4109
- randomBattleLevel: 86,
4110
- randomDoubleBattleMoves: ["flipturn", "liquidation", "muddywater", "protect", "superpower"],
4111
- randomDoubleBattleLevel: 86,
4112
3176
  tier: "(PU)",
4113
3177
  doublesTier: "(DUU)",
4114
3178
  natDexTier: "RU",
@@ -4124,10 +3188,6 @@ export const FormatsData = {
4124
3188
  tier: "NFE",
4125
3189
  },
4126
3190
  krookodile: {
4127
- randomBattleMoves: ["closecombat", "earthquake", "knockoff", "stealthrock", "stoneedge"],
4128
- randomBattleLevel: 78,
4129
- randomDoubleBattleMoves: ["closecombat", "highhorsepower", "knockoff", "protect", "rockslide", "taunt"],
4130
- randomDoubleBattleLevel: 81,
4131
3191
  tier: "UU",
4132
3192
  doublesTier: "DUU",
4133
3193
  natDexTier: "UU",
@@ -4139,10 +3199,6 @@ export const FormatsData = {
4139
3199
  tier: "LC",
4140
3200
  },
4141
3201
  darmanitan: {
4142
- randomBattleMoves: ["earthquake", "flareblitz", "rockslide", "superpower", "uturn"],
4143
- randomBattleLevel: 80,
4144
- randomDoubleBattleMoves: ["earthquake", "flareblitz", "protect", "rockslide", "superpower", "uturn"],
4145
- randomDoubleBattleLevel: 82,
4146
3202
  tier: "UU",
4147
3203
  doublesTier: "(DUU)",
4148
3204
  natDexTier: "RU",
@@ -4153,26 +3209,16 @@ export const FormatsData = {
4153
3209
  natDexTier: "RU",
4154
3210
  },
4155
3211
  darmanitangalar: {
4156
- randomBattleMoves: ["earthquake", "flareblitz", "iciclecrash", "superpower", "uturn"],
4157
- randomBattleLevel: 78,
4158
- randomDoubleBattleMoves: ["flareblitz", "iciclecrash", "rockslide", "superpower", "uturn"],
4159
- randomDoubleBattleLevel: 80,
4160
3212
  tier: "Uber",
4161
3213
  doublesTier: "(DUU)",
4162
3214
  natDexTier: "Uber",
4163
3215
  },
4164
3216
  darmanitangalarzen: {
4165
- randomBattleMoves: ["bellydrum", "earthquake", "firepunch", "iciclecrash", "substitute"],
4166
- randomBattleLevel: 78,
4167
3217
  tier: "Uber",
4168
3218
  doublesTier: "(DUU)",
4169
3219
  natDexTier: "Uber",
4170
3220
  },
4171
3221
  maractus: {
4172
- randomBattleMoves: ["energyball", "knockoff", "leechseed", "spikes", "spikyshield", "toxic"],
4173
- randomBattleLevel: 95,
4174
- randomDoubleBattleMoves: ["acupressure", "helpinghand", "leafstorm", "leechseed", "spikyshield"],
4175
- randomDoubleBattleLevel: 96,
4176
3222
  tier: "(PU)",
4177
3223
  doublesTier: "(DUU)",
4178
3224
  natDexTier: "RU",
@@ -4181,10 +3227,6 @@ export const FormatsData = {
4181
3227
  tier: "LC",
4182
3228
  },
4183
3229
  crustle: {
4184
- randomBattleMoves: ["earthquake", "shellsmash", "spikes", "stealthrock", "stoneedge", "xscissor"],
4185
- randomBattleLevel: 82,
4186
- randomDoubleBattleMoves: ["knockoff", "protect", "rockslide", "shellsmash", "xscissor"],
4187
- randomDoubleBattleLevel: 84,
4188
3230
  tier: "(PU)",
4189
3231
  doublesTier: "(DUU)",
4190
3232
  natDexTier: "RU",
@@ -4194,19 +3236,11 @@ export const FormatsData = {
4194
3236
  natDexTier: "LC",
4195
3237
  },
4196
3238
  scrafty: {
4197
- randomBattleMoves: ["closecombat", "dragondance", "icepunch", "knockoff", "poisonjab"],
4198
- randomBattleLevel: 82,
4199
- randomDoubleBattleMoves: ["closecombat", "coaching", "drainpunch", "fakeout", "icepunch", "knockoff"],
4200
- randomDoubleBattleLevel: 84,
4201
3239
  tier: "PUBL",
4202
3240
  doublesTier: "DUU",
4203
3241
  natDexTier: "RU",
4204
3242
  },
4205
3243
  sigilyph: {
4206
- randomBattleMoves: ["airslash", "defog", "energyball", "heatwave", "psychic"],
4207
- randomBattleLevel: 83,
4208
- randomDoubleBattleMoves: ["airslash", "heatwave", "protect", "psychic", "tailwind"],
4209
- randomDoubleBattleLevel: 86,
4210
3244
  tier: "NUBL",
4211
3245
  doublesTier: "(DUU)",
4212
3246
  natDexTier: "RU",
@@ -4218,19 +3252,11 @@ export const FormatsData = {
4218
3252
  tier: "LC",
4219
3253
  },
4220
3254
  cofagrigus: {
4221
- randomBattleMoves: ["bodypress", "memento", "shadowball", "toxicspikes", "willowisp"],
4222
- randomBattleLevel: 86,
4223
- randomDoubleBattleMoves: ["bodypress", "irondefense", "painsplit", "shadowball", "trickroom", "willowisp"],
4224
- randomDoubleBattleLevel: 88,
4225
3255
  tier: "(PU)",
4226
3256
  doublesTier: "(DUU)",
4227
3257
  natDexTier: "RU",
4228
3258
  },
4229
3259
  runerigus: {
4230
- randomBattleMoves: ["earthquake", "haze", "poltergeist", "stealthrock", "toxicspikes", "willowisp"],
4231
- randomBattleLevel: 84,
4232
- randomDoubleBattleMoves: ["earthquake", "poltergeist", "protect", "toxicspikes", "trickroom", "willowisp"],
4233
- randomDoubleBattleLevel: 88,
4234
3260
  tier: "(PU)",
4235
3261
  doublesTier: "(DUU)",
4236
3262
  natDexTier: "RU",
@@ -4239,10 +3265,6 @@ export const FormatsData = {
4239
3265
  tier: "LC",
4240
3266
  },
4241
3267
  carracosta: {
4242
- randomBattleMoves: ["aquajet", "hydropump", "shellsmash", "stoneedge", "superpower"],
4243
- randomBattleLevel: 84,
4244
- randomDoubleBattleMoves: ["aquajet", "liquidation", "shellsmash", "stoneedge", "superpower"],
4245
- randomDoubleBattleLevel: 88,
4246
3268
  tier: "(PU)",
4247
3269
  doublesTier: "(DUU)",
4248
3270
  natDexTier: "RU",
@@ -4251,10 +3273,6 @@ export const FormatsData = {
4251
3273
  tier: "LC",
4252
3274
  },
4253
3275
  archeops: {
4254
- randomBattleMoves: ["dualwingbeat", "earthquake", "roost", "stoneedge", "uturn"],
4255
- randomBattleLevel: 82,
4256
- randomDoubleBattleMoves: ["aquatail", "dualwingbeat", "earthquake", "protect", "rockslide", "uturn"],
4257
- randomDoubleBattleLevel: 86,
4258
3276
  tier: "PU",
4259
3277
  doublesTier: "(DUU)",
4260
3278
  natDexTier: "RU",
@@ -4268,10 +3286,6 @@ export const FormatsData = {
4268
3286
  natDexTier: "RU",
4269
3287
  },
4270
3288
  garbodorgmax: {
4271
- randomBattleMoves: ["explosion", "gunkshot", "painsplit", "spikes", "stompingtantrum", "toxicspikes"],
4272
- randomBattleLevel: 87,
4273
- randomDoubleBattleMoves: ["drainpunch", "explosion", "gunkshot", "protect", "toxicspikes"],
4274
- randomDoubleBattleLevel: 90,
4275
3289
  isNonstandard: "Gigantamax",
4276
3290
  tier: "AG",
4277
3291
  doublesTier: "(DUber)",
@@ -4285,8 +3299,6 @@ export const FormatsData = {
4285
3299
  tier: "Illegal",
4286
3300
  },
4287
3301
  zoroark: {
4288
- randomBattleMoves: ["darkpulse", "flamethrower", "nastyplot", "sludgebomb", "trick"],
4289
- randomDoubleBattleMoves: ["darkpulse", "flamethrower", "focusblast", "nastyplot", "protect", "sludgebomb"],
4290
3302
  tier: "PUBL",
4291
3303
  doublesTier: "(DUU)",
4292
3304
  natDexTier: "RU",
@@ -4299,10 +3311,6 @@ export const FormatsData = {
4299
3311
  tier: "LC",
4300
3312
  },
4301
3313
  cinccino: {
4302
- randomBattleMoves: ["bulletseed", "knockoff", "rockblast", "tailslap", "uturn"],
4303
- randomBattleLevel: 84,
4304
- randomDoubleBattleMoves: ["bulletseed", "knockoff", "protect", "rockblast", "tailslap", "tripleaxel", "uturn"],
4305
- randomDoubleBattleLevel: 86,
4306
3314
  tier: "PU",
4307
3315
  doublesTier: "(DUU)",
4308
3316
  natDexTier: "RU",
@@ -4315,10 +3323,6 @@ export const FormatsData = {
4315
3323
  tier: "NFE",
4316
3324
  },
4317
3325
  gothitelle: {
4318
- randomBattleMoves: ["nastyplot", "psychic", "shadowball", "thunderbolt", "trick"],
4319
- randomBattleLevel: 86,
4320
- randomDoubleBattleMoves: ["fakeout", "healpulse", "helpinghand", "hypnosis", "protect", "psychic", "trickroom"],
4321
- randomDoubleBattleLevel: 83,
4322
3326
  tier: "(PU)",
4323
3327
  doublesTier: "(DUU)",
4324
3328
  natDexTier: "RU",
@@ -4330,10 +3334,6 @@ export const FormatsData = {
4330
3334
  tier: "NFE",
4331
3335
  },
4332
3336
  reuniclus: {
4333
- randomBattleMoves: ["calmmind", "focusblast", "psychic", "recover", "shadowball", "trickroom"],
4334
- randomBattleLevel: 84,
4335
- randomDoubleBattleMoves: ["focusblast", "protect", "psychic", "shadowball", "trickroom"],
4336
- randomDoubleBattleLevel: 84,
4337
3337
  tier: "RU",
4338
3338
  doublesTier: "(DUU)",
4339
3339
  natDexTier: "RUBL",
@@ -4355,10 +3355,6 @@ export const FormatsData = {
4355
3355
  tier: "NFE",
4356
3356
  },
4357
3357
  vanilluxe: {
4358
- randomBattleMoves: ["auroraveil", "blizzard", "explosion", "flashcannon", "freezedry"],
4359
- randomBattleLevel: 82,
4360
- randomDoubleBattleMoves: ["auroraveil", "blizzard", "explosion", "freezedry", "protect"],
4361
- randomDoubleBattleLevel: 82,
4362
3358
  tier: "PUBL",
4363
3359
  doublesTier: "(DUU)",
4364
3360
  natDexTier: "RU",
@@ -4374,10 +3370,6 @@ export const FormatsData = {
4374
3370
  natDexTier: "RU",
4375
3371
  },
4376
3372
  emolga: {
4377
- randomBattleMoves: ["airslash", "defog", "energyball", "roost", "thunderbolt", "toxic", "uturn"],
4378
- randomBattleLevel: 88,
4379
- randomDoubleBattleMoves: ["acrobatics", "helpinghand", "nuzzle", "tailwind", "taunt", "voltswitch"],
4380
- randomDoubleBattleLevel: 88,
4381
3373
  tier: "(PU)",
4382
3374
  doublesTier: "(DUU)",
4383
3375
  natDexTier: "RU",
@@ -4386,10 +3378,6 @@ export const FormatsData = {
4386
3378
  tier: "LC",
4387
3379
  },
4388
3380
  escavalier: {
4389
- randomBattleMoves: ["closecombat", "drillrun", "ironhead", "knockoff", "megahorn", "swordsdance"],
4390
- randomBattleLevel: 84,
4391
- randomDoubleBattleMoves: ["closecombat", "drillrun", "ironhead", "knockoff", "megahorn", "protect", "swordsdance"],
4392
- randomDoubleBattleLevel: 86,
4393
3381
  tier: "NU",
4394
3382
  doublesTier: "(DUU)",
4395
3383
  natDexTier: "RU",
@@ -4398,10 +3386,6 @@ export const FormatsData = {
4398
3386
  tier: "LC",
4399
3387
  },
4400
3388
  amoonguss: {
4401
- randomBattleMoves: ["gigadrain", "sludgebomb", "spore", "synthesis", "toxic"],
4402
- randomBattleLevel: 84,
4403
- randomDoubleBattleMoves: ["clearsmog", "pollenpuff", "protect", "ragepowder", "spore"],
4404
- randomDoubleBattleLevel: 81,
4405
3389
  tier: "UU",
4406
3390
  doublesTier: "DOU",
4407
3391
  natDexTier: "UU",
@@ -4410,10 +3394,6 @@ export const FormatsData = {
4410
3394
  tier: "LC",
4411
3395
  },
4412
3396
  jellicent: {
4413
- randomBattleMoves: ["icebeam", "recover", "scald", "shadowball", "toxic", "willowisp"],
4414
- randomBattleLevel: 84,
4415
- randomDoubleBattleMoves: ["scald", "shadowball", "strengthsap", "trickroom", "willowisp"],
4416
- randomDoubleBattleLevel: 84,
4417
3397
  tier: "PU",
4418
3398
  doublesTier: "(DUU)",
4419
3399
  natDexTier: "RU",
@@ -4427,10 +3407,6 @@ export const FormatsData = {
4427
3407
  tier: "LC",
4428
3408
  },
4429
3409
  galvantula: {
4430
- randomBattleMoves: ["bugbuzz", "gigadrain", "stickyweb", "thunder", "voltswitch"],
4431
- randomBattleLevel: 82,
4432
- randomDoubleBattleMoves: ["bugbuzz", "electroweb", "energyball", "protect", "stickyweb", "thunder"],
4433
- randomDoubleBattleLevel: 85,
4434
3410
  tier: "PU",
4435
3411
  doublesTier: "(DUU)",
4436
3412
  natDexTier: "RU",
@@ -4441,10 +3417,6 @@ export const FormatsData = {
4441
3417
  natDexTier: "LC",
4442
3418
  },
4443
3419
  ferrothorn: {
4444
- randomBattleMoves: ["gyroball", "knockoff", "leechseed", "powerwhip", "protect", "spikes", "stealthrock"],
4445
- randomBattleLevel: 78,
4446
- randomDoubleBattleMoves: ["bodypress", "gyroball", "leechseed", "powerwhip", "protect", "toxic"],
4447
- randomDoubleBattleLevel: 83,
4448
3420
  tier: "OU",
4449
3421
  doublesTier: "DUU",
4450
3422
  natDexTier: "OU",
@@ -4456,10 +3428,6 @@ export const FormatsData = {
4456
3428
  tier: "NFE",
4457
3429
  },
4458
3430
  klinklang: {
4459
- randomBattleMoves: ["geargrind", "shiftgear", "substitute", "wildcharge"],
4460
- randomBattleLevel: 84,
4461
- randomDoubleBattleMoves: ["geargrind", "protect", "shiftgear", "wildcharge"],
4462
- randomDoubleBattleLevel: 88,
4463
3431
  tier: "(PU)",
4464
3432
  doublesTier: "(DUU)",
4465
3433
  natDexTier: "RU",
@@ -4483,10 +3451,6 @@ export const FormatsData = {
4483
3451
  tier: "LC",
4484
3452
  },
4485
3453
  beheeyem: {
4486
- randomBattleMoves: ["psychic", "shadowball", "thunderbolt", "trick", "trickroom"],
4487
- randomBattleLevel: 86,
4488
- randomDoubleBattleMoves: ["protect", "psychic", "shadowball", "thunderbolt", "trickroom"],
4489
- randomDoubleBattleLevel: 88,
4490
3454
  tier: "(PU)",
4491
3455
  doublesTier: "(DUU)",
4492
3456
  natDexTier: "RU",
@@ -4498,10 +3462,6 @@ export const FormatsData = {
4498
3462
  tier: "NFE",
4499
3463
  },
4500
3464
  chandelure: {
4501
- randomBattleMoves: ["calmmind", "energyball", "fireblast", "shadowball", "substitute", "trick"],
4502
- randomBattleLevel: 82,
4503
- randomDoubleBattleMoves: ["calmmind", "energyball", "heatwave", "overheat", "protect", "shadowball", "trick"],
4504
- randomDoubleBattleLevel: 80,
4505
3465
  tier: "RU",
4506
3466
  doublesTier: "(DUU)",
4507
3467
  natDexTier: "UU",
@@ -4513,10 +3473,6 @@ export const FormatsData = {
4513
3473
  tier: "NFE",
4514
3474
  },
4515
3475
  haxorus: {
4516
- randomBattleMoves: ["closecombat", "dragondance", "earthquake", "outrage", "poisonjab"],
4517
- randomBattleLevel: 77,
4518
- randomDoubleBattleMoves: ["closecombat", "dragonclaw", "dragondance", "poisonjab", "protect"],
4519
- randomDoubleBattleLevel: 84,
4520
3476
  tier: "RUBL",
4521
3477
  doublesTier: "(DUU)",
4522
3478
  natDexTier: "RUBL",
@@ -4525,19 +3481,11 @@ export const FormatsData = {
4525
3481
  tier: "LC",
4526
3482
  },
4527
3483
  beartic: {
4528
- randomBattleMoves: ["aquajet", "iciclecrash", "stoneedge", "superpower", "swordsdance"],
4529
- randomBattleLevel: 86,
4530
- randomDoubleBattleMoves: ["aquajet", "iciclecrash", "protect", "superpower", "swordsdance"],
4531
- randomDoubleBattleLevel: 86,
4532
3484
  tier: "(PU)",
4533
3485
  doublesTier: "(DUU)",
4534
3486
  natDexTier: "RU",
4535
3487
  },
4536
3488
  cryogonal: {
4537
- randomBattleMoves: ["freezedry", "haze", "rapidspin", "recover", "toxic"],
4538
- randomBattleLevel: 86,
4539
- randomDoubleBattleMoves: ["freezedry", "haze", "icebeam", "icywind", "rapidspin", "recover", "toxic"],
4540
- randomDoubleBattleLevel: 88,
4541
3489
  tier: "(PU)",
4542
3490
  doublesTier: "(DUU)",
4543
3491
  natDexTier: "RU",
@@ -4546,29 +3494,16 @@ export const FormatsData = {
4546
3494
  tier: "LC",
4547
3495
  },
4548
3496
  accelgor: {
4549
- randomBattleMoves: ["bugbuzz", "energyball", "focusblast", "sludgebomb", "spikes", "toxic", "yawn"],
4550
- randomBattleLevel: 86,
4551
- randomDoubleBattleMoves: ["acidspray", "bugbuzz", "encore", "energyball", "focusblast"],
4552
- randomDoubleBattleLevel: 88,
4553
- randomBattleNoDynamaxMoves: ["bugbuzz", "encore", "energyball", "focusblast", "spikes", "toxic"],
4554
3497
  tier: "(PU)",
4555
3498
  doublesTier: "(DUU)",
4556
3499
  natDexTier: "RU",
4557
3500
  },
4558
3501
  stunfisk: {
4559
- randomBattleMoves: ["discharge", "earthpower", "foulplay", "sludgebomb", "stealthrock"],
4560
- randomBattleLevel: 84,
4561
- randomDoubleBattleMoves: ["earthpower", "electroweb", "foulplay", "stealthrock", "thunderbolt"],
4562
- randomDoubleBattleLevel: 88,
4563
3502
  tier: "(PU)",
4564
3503
  doublesTier: "(DUU)",
4565
3504
  natDexTier: "RU",
4566
3505
  },
4567
3506
  stunfiskgalar: {
4568
- randomBattleMoves: ["earthquake", "painsplit", "stealthrock", "stoneedge", "thunderwave"],
4569
- randomBattleLevel: 84,
4570
- randomDoubleBattleMoves: ["earthquake", "stealthrock", "stoneedge", "thunderwave", "yawn"],
4571
- randomDoubleBattleLevel: 88,
4572
3507
  tier: "(PU)",
4573
3508
  doublesTier: "(DUU)",
4574
3509
  natDexTier: "RU",
@@ -4577,19 +3512,11 @@ export const FormatsData = {
4577
3512
  tier: "LC",
4578
3513
  },
4579
3514
  mienshao: {
4580
- randomBattleMoves: ["closecombat", "fakeout", "knockoff", "poisonjab", "stoneedge", "swordsdance", "uturn"],
4581
- randomBattleLevel: 82,
4582
- randomDoubleBattleMoves: ["closecombat", "fakeout", "knockoff", "poisonjab", "protect", "uturn"],
4583
- randomDoubleBattleLevel: 84,
4584
3515
  tier: "UUBL",
4585
3516
  doublesTier: "(DUU)",
4586
3517
  natDexTier: "UU",
4587
3518
  },
4588
3519
  druddigon: {
4589
- randomBattleMoves: ["earthquake", "glare", "gunkshot", "outrage", "stealthrock", "suckerpunch", "superpower"],
4590
- randomBattleLevel: 84,
4591
- randomDoubleBattleMoves: ["dragonclaw", "firepunch", "glare", "gunkshot", "protect", "suckerpunch"],
4592
- randomDoubleBattleLevel: 87,
4593
3520
  tier: "PU",
4594
3521
  doublesTier: "(DUU)",
4595
3522
  natDexTier: "RU",
@@ -4598,10 +3525,6 @@ export const FormatsData = {
4598
3525
  tier: "LC",
4599
3526
  },
4600
3527
  golurk: {
4601
- randomBattleMoves: ["dynamicpunch", "earthquake", "poltergeist", "rockpolish", "stoneedge"],
4602
- randomBattleLevel: 82,
4603
- randomDoubleBattleMoves: ["dynamicpunch", "highhorsepower", "icepunch", "poltergeist", "protect"],
4604
- randomDoubleBattleLevel: 86,
4605
3528
  tier: "NU",
4606
3529
  doublesTier: "(DUU)",
4607
3530
  natDexTier: "RU",
@@ -4610,19 +3533,11 @@ export const FormatsData = {
4610
3533
  tier: "LC",
4611
3534
  },
4612
3535
  bisharp: {
4613
- randomBattleMoves: ["ironhead", "knockoff", "stealthrock", "suckerpunch", "swordsdance"],
4614
- randomBattleLevel: 80,
4615
- randomDoubleBattleMoves: ["ironhead", "knockoff", "protect", "suckerpunch", "swordsdance"],
4616
- randomDoubleBattleLevel: 84,
4617
3536
  tier: "OU",
4618
3537
  doublesTier: "(DUU)",
4619
3538
  natDexTier: "RUBL",
4620
3539
  },
4621
3540
  bouffalant: {
4622
- randomBattleMoves: ["closecombat", "earthquake", "headcharge", "megahorn", "swordsdance"],
4623
- randomBattleLevel: 84,
4624
- randomDoubleBattleMoves: ["closecombat", "headcharge", "lashout", "protect", "wildcharge"],
4625
- randomDoubleBattleLevel: 86,
4626
3541
  tier: "(PU)",
4627
3542
  doublesTier: "(DUU)",
4628
3543
  natDexTier: "RU",
@@ -4632,10 +3547,6 @@ export const FormatsData = {
4632
3547
  natDexTier: "LC",
4633
3548
  },
4634
3549
  braviary: {
4635
- randomBattleMoves: ["bravebird", "bulkup", "closecombat", "roost"],
4636
- randomBattleLevel: 82,
4637
- randomDoubleBattleMoves: ["bravebird", "bulkup", "closecombat", "roost", "tailwind"],
4638
- randomDoubleBattleLevel: 82,
4639
3550
  tier: "NU",
4640
3551
  doublesTier: "(DUU)",
4641
3552
  natDexTier: "RU",
@@ -4649,28 +3560,16 @@ export const FormatsData = {
4649
3560
  natDexTier: "LC",
4650
3561
  },
4651
3562
  mandibuzz: {
4652
- randomBattleMoves: ["bravebird", "defog", "foulplay", "roost", "toxic"],
4653
- randomBattleLevel: 82,
4654
- randomDoubleBattleMoves: ["foulplay", "roost", "snarl", "tailwind", "taunt"],
4655
- randomDoubleBattleLevel: 88,
4656
3563
  tier: "UU",
4657
3564
  doublesTier: "(DUU)",
4658
3565
  natDexTier: "UU",
4659
3566
  },
4660
3567
  heatmor: {
4661
- randomBattleMoves: ["firelash", "gigadrain", "knockoff", "substitute", "suckerpunch", "superpower"],
4662
- randomBattleLevel: 90,
4663
- randomDoubleBattleMoves: ["firelash", "gigadrain", "incinerate", "protect", "suckerpunch", "superpower"],
4664
- randomDoubleBattleLevel: 88,
4665
3568
  tier: "(PU)",
4666
3569
  doublesTier: "(DUU)",
4667
3570
  natDexTier: "RU",
4668
3571
  },
4669
3572
  durant: {
4670
- randomBattleMoves: ["firstimpression", "honeclaws", "ironhead", "rockslide", "superpower"],
4671
- randomBattleLevel: 78,
4672
- randomDoubleBattleMoves: ["firstimpression", "ironhead", "protect", "stompingtantrum", "superpower", "xscissor"],
4673
- randomDoubleBattleLevel: 82,
4674
3573
  tier: "RUBL",
4675
3574
  doublesTier: "(DUU)",
4676
3575
  natDexTier: "RUBL",
@@ -4682,10 +3581,6 @@ export const FormatsData = {
4682
3581
  tier: "NFE",
4683
3582
  },
4684
3583
  hydreigon: {
4685
- randomBattleMoves: ["darkpulse", "dracometeor", "fireblast", "flashcannon", "nastyplot", "roost", "uturn"],
4686
- randomBattleLevel: 80,
4687
- randomDoubleBattleMoves: ["darkpulse", "dracometeor", "dragonpulse", "earthpower", "fireblast", "nastyplot", "protect", "tailwind"],
4688
- randomDoubleBattleLevel: 84,
4689
3584
  tier: "UU",
4690
3585
  doublesTier: "(DUU)",
4691
3586
  natDexTier: "UU",
@@ -4694,138 +3589,76 @@ export const FormatsData = {
4694
3589
  tier: "LC",
4695
3590
  },
4696
3591
  volcarona: {
4697
- randomBattleMoves: ["bugbuzz", "fireblast", "gigadrain", "quiverdance", "roost"],
4698
- randomBattleLevel: 76,
4699
- randomDoubleBattleMoves: ["bugbuzz", "gigadrain", "heatwave", "protect", "quiverdance"],
4700
- randomDoubleBattleLevel: 80,
4701
3592
  tier: "OU",
4702
3593
  doublesTier: "(DUU)",
4703
3594
  natDexTier: "OU",
4704
3595
  },
4705
3596
  cobalion: {
4706
- randomBattleMoves: ["closecombat", "ironhead", "stealthrock", "stoneedge", "swordsdance", "voltswitch"],
4707
- randomBattleLevel: 78,
4708
- randomDoubleBattleMoves: ["closecombat", "ironhead", "protect", "stoneedge", "swordsdance", "thunderwave"],
4709
- randomDoubleBattleLevel: 84,
4710
3597
  tier: "UU",
4711
3598
  doublesTier: "(DUU)",
4712
3599
  natDexTier: "RU",
4713
3600
  },
4714
3601
  terrakion: {
4715
- randomBattleMoves: ["closecombat", "earthquake", "quickattack", "stoneedge", "swordsdance"],
4716
- randomBattleLevel: 78,
4717
- randomDoubleBattleMoves: ["closecombat", "protect", "rockslide", "swordsdance"],
4718
- randomDoubleBattleLevel: 80,
4719
3602
  tier: "UUBL",
4720
3603
  doublesTier: "(DUU)",
4721
3604
  natDexTier: "RUBL",
4722
3605
  },
4723
3606
  virizion: {
4724
- randomBattleMoves: ["closecombat", "leafblade", "stoneedge", "swordsdance"],
4725
- randomBattleLevel: 82,
4726
- randomDoubleBattleMoves: ["closecombat", "coaching", "leafblade", "protect", "stoneedge", "swordsdance"],
4727
- randomDoubleBattleLevel: 86,
4728
- randomBattleNoDynamaxMoves: ["closecombat", "leafblade", "stoneedge", "swordsdance"],
4729
3607
  tier: "PUBL",
4730
3608
  doublesTier: "(DUU)",
4731
3609
  natDexTier: "RU",
4732
3610
  },
4733
3611
  tornadus: {
4734
- randomBattleMoves: ["defog", "grassknot", "heatwave", "hurricane", "nastyplot"],
4735
- randomBattleLevel: 80,
4736
- randomDoubleBattleMoves: ["heatwave", "hurricane", "nastyplot", "superpower", "tailwind", "taunt"],
4737
- randomDoubleBattleLevel: 80,
4738
3612
  tier: "NUBL",
4739
3613
  doublesTier: "DUU",
4740
3614
  natDexTier: "RUBL",
4741
3615
  },
4742
3616
  tornadustherian: {
4743
- randomBattleMoves: ["defog", "hurricane", "knockoff", "superpower", "uturn"],
4744
- randomBattleLevel: 78,
4745
- randomDoubleBattleMoves: ["heatwave", "hurricane", "knockoff", "nastyplot", "protect", "uturn"],
4746
- randomDoubleBattleLevel: 80,
4747
3617
  tier: "OU",
4748
3618
  doublesTier: "(DUU)",
4749
3619
  natDexTier: "Uber",
4750
3620
  },
4751
3621
  thundurus: {
4752
- randomBattleMoves: ["grassknot", "knockoff", "nastyplot", "sludgewave", "superpower", "thunderbolt", "thunderwave"],
4753
- randomBattleLevel: 80,
4754
- randomDoubleBattleMoves: ["grassknot", "knockoff", "nastyplot", "protect", "sludgebomb", "thunderbolt", "thunderwave"],
4755
- randomDoubleBattleLevel: 82,
4756
3622
  tier: "UUBL",
4757
3623
  doublesTier: "(DUU)",
4758
3624
  natDexTier: "UUBL",
4759
3625
  },
4760
3626
  thundurustherian: {
4761
- randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "psychic", "thunderbolt", "voltswitch"],
4762
- randomBattleLevel: 80,
4763
- randomDoubleBattleMoves: ["agility", "focusblast", "grassknot", "nastyplot", "sludgebomb", "thunderbolt", "voltswitch"],
4764
- randomDoubleBattleLevel: 82,
4765
3627
  tier: "UU",
4766
3628
  doublesTier: "(DUU)",
4767
3629
  natDexTier: "UUBL",
4768
3630
  },
4769
3631
  reshiram: {
4770
- randomBattleMoves: ["blueflare", "defog", "dracometeor", "earthpower", "roost", "stoneedge", "toxic"],
4771
- randomBattleLevel: 74,
4772
- randomDoubleBattleMoves: ["blueflare", "dracometeor", "earthpower", "heatwave", "roost", "tailwind"],
4773
- randomDoubleBattleLevel: 72,
4774
3632
  tier: "Uber",
4775
3633
  doublesTier: "DUber",
4776
3634
  natDexTier: "Uber",
4777
3635
  },
4778
3636
  zekrom: {
4779
- randomBattleMoves: ["boltstrike", "dragondance", "outrage", "roost"],
4780
- randomBattleLevel: 69,
4781
- randomDoubleBattleMoves: ["boltstrike", "dragonclaw", "dragondance", "roost"],
4782
- randomDoubleBattleLevel: 72,
4783
3637
  tier: "Uber",
4784
3638
  doublesTier: "DUber",
4785
3639
  natDexTier: "Uber",
4786
3640
  },
4787
3641
  landorus: {
4788
- randomBattleMoves: ["earthpower", "focusblast", "knockoff", "rockpolish", "rockslide", "sludgewave", "stealthrock"],
4789
- randomBattleLevel: 76,
4790
- randomDoubleBattleMoves: ["calmmind", "earthpower", "focusblast", "protect", "psychic", "sludgebomb"],
4791
- randomDoubleBattleLevel: 80,
4792
3642
  tier: "Uber",
4793
3643
  doublesTier: "DOU",
4794
3644
  natDexTier: "Uber",
4795
3645
  },
4796
3646
  landorustherian: {
4797
- randomBattleMoves: ["earthquake", "fly", "stealthrock", "stoneedge", "swordsdance", "uturn"],
4798
- randomBattleLevel: 72,
4799
- randomDoubleBattleMoves: ["earthquake", "fly", "knockoff", "stoneedge", "swordsdance", "uturn"],
4800
- randomDoubleBattleLevel: 76,
4801
- randomBattleNoDynamaxMoves: ["earthquake", "knockoff", "stealthrock", "stoneedge", "swordsdance", "uturn"],
4802
3647
  tier: "OU",
4803
3648
  doublesTier: "DOU",
4804
3649
  natDexTier: "OU",
4805
3650
  },
4806
3651
  kyurem: {
4807
- randomBattleMoves: ["dracometeor", "earthpower", "freezedry", "icebeam", "roost", "substitute"],
4808
- randomBattleLevel: 80,
4809
- randomDoubleBattleMoves: ["dracometeor", "earthpower", "freezedry", "glaciate", "protect", "roost"],
4810
- randomDoubleBattleLevel: 78,
4811
3652
  tier: "Uber",
4812
3653
  doublesTier: "(DUU)",
4813
3654
  natDexTier: "OU",
4814
3655
  },
4815
3656
  kyuremblack: {
4816
- randomBattleMoves: ["dragondance", "fusionbolt", "iciclespear", "outrage"],
4817
- randomBattleLevel: 73,
4818
- randomDoubleBattleMoves: ["dragonclaw", "dragondance", "fusionbolt", "iciclespear", "protect"],
4819
- randomDoubleBattleLevel: 75,
4820
3657
  tier: "Uber",
4821
3658
  doublesTier: "DOU",
4822
3659
  natDexTier: "Uber",
4823
3660
  },
4824
3661
  kyuremwhite: {
4825
- randomBattleMoves: ["dracometeor", "earthpower", "freezedry", "fusionflare", "icebeam", "roost"],
4826
- randomBattleLevel: 74,
4827
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "freezedry", "fusionflare", "icebeam", "protect", "roost"],
4828
- randomDoubleBattleLevel: 72,
4829
3662
  tier: "Uber",
4830
3663
  doublesTier: "DUber",
4831
3664
  natDexTier: "Uber",
@@ -4835,12 +3668,7 @@ export const FormatsData = {
4835
3668
  doublesTier: "(DUU)",
4836
3669
  natDexTier: "RUBL",
4837
3670
  },
4838
- keldeoresolute: {
4839
- randomBattleMoves: ["airslash", "calmmind", "hydropump", "icywind", "scald", "secretsword", "substitute"],
4840
- randomBattleLevel: 79,
4841
- randomDoubleBattleMoves: ["airslash", "calmmind", "icywind", "muddywater", "protect", "secretsword"],
4842
- randomDoubleBattleLevel: 82,
4843
- },
3671
+ keldeoresolute: {},
4844
3672
  meloetta: {
4845
3673
  isNonstandard: "Past",
4846
3674
  tier: "Illegal",
@@ -4850,10 +3678,6 @@ export const FormatsData = {
4850
3678
  isNonstandard: "Past",
4851
3679
  },
4852
3680
  genesect: {
4853
- randomBattleMoves: ["blazekick", "extremespeed", "ironhead", "leechlife", "shiftgear", "thunderbolt", "uturn"],
4854
- randomBattleLevel: 74,
4855
- randomDoubleBattleMoves: ["blazekick", "ironhead", "leechlife", "protect", "shiftgear", "thunderbolt", "uturn"],
4856
- randomDoubleBattleLevel: 78,
4857
3681
  tier: "Uber",
4858
3682
  doublesTier: "DOU",
4859
3683
  natDexTier: "Uber",
@@ -4869,8 +3693,6 @@ export const FormatsData = {
4869
3693
  natDexTier: "Uber",
4870
3694
  },
4871
3695
  genesectdouse: {
4872
- randomBattleMoves: ["bugbuzz", "extremespeed", "flamethrower", "icebeam", "ironhead", "technoblast", "thunderbolt", "uturn"],
4873
- randomBattleLevel: 74,
4874
3696
  tier: "Uber",
4875
3697
  doublesTier: "DOU",
4876
3698
  natDexTier: "Uber",
@@ -4934,10 +3756,6 @@ export const FormatsData = {
4934
3756
  tier: "LC",
4935
3757
  },
4936
3758
  diggersby: {
4937
- randomBattleMoves: ["bodyslam", "earthquake", "knockoff", "quickattack", "swordsdance", "uturn"],
4938
- randomBattleLevel: 80,
4939
- randomDoubleBattleMoves: ["bodyslam", "highhorsepower", "knockoff", "quickattack", "swordsdance", "uturn"],
4940
- randomDoubleBattleLevel: 86,
4941
3759
  tier: "RUBL",
4942
3760
  doublesTier: "(DUU)",
4943
3761
  natDexTier: "RUBL",
@@ -4949,10 +3767,6 @@ export const FormatsData = {
4949
3767
  tier: "NFE",
4950
3768
  },
4951
3769
  talonflame: {
4952
- randomBattleMoves: ["bravebird", "defog", "flareblitz", "roost", "swordsdance", "uturn"],
4953
- randomBattleLevel: 81,
4954
- randomDoubleBattleMoves: ["bravebird", "defog", "incinerate", "overheat", "tailwind", "u-turn", "willowisp"],
4955
- randomDoubleBattleLevel: 86,
4956
3770
  tier: "NU",
4957
3771
  doublesTier: "(DUU)",
4958
3772
  natDexTier: "RU",
@@ -5021,10 +3835,6 @@ export const FormatsData = {
5021
3835
  tier: "LC",
5022
3836
  },
5023
3837
  pangoro: {
5024
- randomBattleMoves: ["closecombat", "gunkshot", "icepunch", "knockoff", "partingshot"],
5025
- randomBattleLevel: 84,
5026
- randomDoubleBattleMoves: ["closecombat", "drainpunch", "gunkshot", "icepunch", "knockoff", "protect"],
5027
- randomDoubleBattleLevel: 88,
5028
3838
  tier: "NUBL",
5029
3839
  doublesTier: "(DUU)",
5030
3840
  natDexTier: "RU",
@@ -5038,19 +3848,11 @@ export const FormatsData = {
5038
3848
  tier: "LC",
5039
3849
  },
5040
3850
  meowstic: {
5041
- randomBattleMoves: ["lightscreen", "psychic", "reflect", "thunderwave", "yawn"],
5042
- randomBattleLevel: 84,
5043
- randomDoubleBattleMoves: ["fakeout", "lightscreen", "psychic", "reflect", "thunderwave"],
5044
- randomDoubleBattleLevel: 84,
5045
3851
  tier: "(PU)",
5046
3852
  doublesTier: "(DUU)",
5047
3853
  natDexTier: "RU",
5048
3854
  },
5049
3855
  meowsticf: {
5050
- randomBattleMoves: ["energyball", "nastyplot", "psychic", "shadowball", "thunderbolt"],
5051
- randomBattleLevel: 86,
5052
- randomDoubleBattleMoves: ["fakeout", "nastyplot", "psychic", "shadowball", "thunderbolt"],
5053
- randomDoubleBattleLevel: 88,
5054
3856
  tier: "(PU)",
5055
3857
  doublesTier: "(DUU)",
5056
3858
  natDexTier: "RU",
@@ -5059,26 +3861,16 @@ export const FormatsData = {
5059
3861
  tier: "LC",
5060
3862
  },
5061
3863
  doublade: {
5062
- randomBattleMoves: ["closecombat", "ironhead", "shadowclaw", "shadowsneak", "swordsdance"],
5063
- randomBattleLevel: 82,
5064
3864
  tier: "PU",
5065
3865
  doublesTier: "NFE",
5066
3866
  natDexTier: "NFE",
5067
3867
  },
5068
3868
  aegislash: {
5069
- randomBattleMoves: ["closecombat", "flashcannon", "kingsshield", "shadowball", "shadowsneak", "substitute", "toxic"],
5070
- randomBattleLevel: 80,
5071
- randomDoubleBattleMoves: ["flashcannon", "kingsshield", "shadowball", "shadowsneak"],
5072
- randomDoubleBattleLevel: 84,
5073
3869
  tier: "UUBL",
5074
3870
  doublesTier: "(DUU)",
5075
3871
  natDexTier: "UU",
5076
3872
  },
5077
3873
  aegislashblade: {
5078
- randomBattleMoves: ["closecombat", "ironhead", "shadowclaw", "shadowsneak", "swordsdance"],
5079
- randomBattleLevel: 80,
5080
- randomDoubleBattleMoves: ["closecombat", "ironhead", "kingsshield", "shadowclaw", "shadowsneak", "swordsdance"],
5081
- randomDoubleBattleLevel: 84,
5082
3874
  tier: "UUBL",
5083
3875
  doublesTier: "(DUU)",
5084
3876
  natDexTier: "UU",
@@ -5087,10 +3879,6 @@ export const FormatsData = {
5087
3879
  tier: "LC",
5088
3880
  },
5089
3881
  aromatisse: {
5090
- randomBattleMoves: ["calmmind", "moonblast", "protect", "toxic", "wish"],
5091
- randomBattleLevel: 88,
5092
- randomDoubleBattleMoves: ["healpulse", "moonblast", "protect", "trickroom", "wish"],
5093
- randomDoubleBattleLevel: 86,
5094
3882
  tier: "PU",
5095
3883
  doublesTier: "(DUU)",
5096
3884
  natDexTier: "RU",
@@ -5100,10 +3888,6 @@ export const FormatsData = {
5100
3888
  natDexTier: "LC",
5101
3889
  },
5102
3890
  slurpuff: {
5103
- randomBattleMoves: ["bellydrum", "drainpunch", "facade", "playrough"],
5104
- randomBattleLevel: 80,
5105
- randomDoubleBattleMoves: ["faketears", "flamethrower", "helpinghand", "playrough", "stickyweb"],
5106
- randomDoubleBattleLevel: 86,
5107
3891
  tier: "NUBL",
5108
3892
  doublesTier: "(DUU)",
5109
3893
  natDexTier: "RU",
@@ -5112,10 +3896,6 @@ export const FormatsData = {
5112
3896
  tier: "LC",
5113
3897
  },
5114
3898
  malamar: {
5115
- randomBattleMoves: ["knockoff", "psychocut", "rest", "sleeptalk", "substitute", "superpower"],
5116
- randomBattleLevel: 80,
5117
- randomDoubleBattleMoves: ["knockoff", "psychocut", "rest", "superpower"],
5118
- randomDoubleBattleLevel: 84,
5119
3899
  tier: "(PU)",
5120
3900
  doublesTier: "(DUU)",
5121
3901
  natDexTier: "RU",
@@ -5124,10 +3904,6 @@ export const FormatsData = {
5124
3904
  tier: "LC",
5125
3905
  },
5126
3906
  barbaracle: {
5127
- randomBattleMoves: ["crosschop", "earthquake", "liquidation", "shellsmash", "stoneedge"],
5128
- randomBattleLevel: 80,
5129
- randomDoubleBattleMoves: ["liquidation", "protect", "rockslide", "shellsmash", "superpower"],
5130
- randomDoubleBattleLevel: 84,
5131
3907
  tier: "NUBL",
5132
3908
  doublesTier: "(DUU)",
5133
3909
  natDexTier: "RU",
@@ -5136,10 +3912,6 @@ export const FormatsData = {
5136
3912
  tier: "LC",
5137
3913
  },
5138
3914
  dragalge: {
5139
- randomBattleMoves: ["dracometeor", "dragonpulse", "flipturn", "focusblast", "sludgewave", "toxicspikes"],
5140
- randomBattleLevel: 86,
5141
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "focusblast", "protect", "sludgebomb"],
5142
- randomDoubleBattleLevel: 86,
5143
3915
  tier: "NUBL",
5144
3916
  doublesTier: "(DUU)",
5145
3917
  natDexTier: "RU",
@@ -5148,10 +3920,6 @@ export const FormatsData = {
5148
3920
  tier: "LC",
5149
3921
  },
5150
3922
  clawitzer: {
5151
- randomBattleMoves: ["aurasphere", "darkpulse", "icebeam", "scald", "uturn", "waterpulse"],
5152
- randomBattleLevel: 84,
5153
- randomDoubleBattleMoves: ["aurasphere", "darkpulse", "icebeam", "muddywater", "uturn"],
5154
- randomDoubleBattleLevel: 84,
5155
3923
  tier: "PUBL",
5156
3924
  doublesTier: "(DUU)",
5157
3925
  natDexTier: "RU",
@@ -5160,10 +3928,6 @@ export const FormatsData = {
5160
3928
  tier: "LC",
5161
3929
  },
5162
3930
  heliolisk: {
5163
- randomBattleMoves: ["glare", "grassknot", "hypervoice", "surf", "thunderbolt", "voltswitch"],
5164
- randomBattleLevel: 82,
5165
- randomDoubleBattleMoves: ["glare", "grassknot", "hypervoice", "protect", "thunderbolt", "voltswitch"],
5166
- randomDoubleBattleLevel: 88,
5167
3931
  tier: "NU",
5168
3932
  doublesTier: "(DUU)",
5169
3933
  natDexTier: "RU",
@@ -5172,10 +3936,6 @@ export const FormatsData = {
5172
3936
  tier: "LC",
5173
3937
  },
5174
3938
  tyrantrum: {
5175
- randomBattleMoves: ["closecombat", "dragondance", "earthquake", "headsmash", "outrage"],
5176
- randomBattleLevel: 82,
5177
- randomDoubleBattleMoves: ["closecombat", "dragonclaw", "dragondance", "headsmash", "highhorsepower"],
5178
- randomDoubleBattleLevel: 86,
5179
3939
  tier: "NU",
5180
3940
  doublesTier: "(DUU)",
5181
3941
  natDexTier: "RU",
@@ -5184,37 +3944,21 @@ export const FormatsData = {
5184
3944
  tier: "LC",
5185
3945
  },
5186
3946
  aurorus: {
5187
- randomBattleMoves: ["ancientpower", "blizzard", "earthpower", "freezedry", "stealthrock", "thunderwave"],
5188
- randomBattleLevel: 84,
5189
- randomDoubleBattleMoves: ["auroraveil", "blizzard", "earthpower", "freezedry", "protect", "thunderwave"],
5190
- randomDoubleBattleLevel: 88,
5191
3947
  tier: "(PU)",
5192
3948
  doublesTier: "(DUU)",
5193
3949
  natDexTier: "RU",
5194
3950
  },
5195
3951
  hawlucha: {
5196
- randomBattleMoves: ["bravebird", "closecombat", "roost", "stoneedge", "swordsdance", "throatchop"],
5197
- randomBattleLevel: 80,
5198
- randomDoubleBattleMoves: ["bravebird", "closecombat", "protect", "swordsdance"],
5199
- randomDoubleBattleLevel: 80,
5200
3952
  tier: "UUBL",
5201
3953
  doublesTier: "(DUU)",
5202
3954
  natDexTier: "UUBL",
5203
3955
  },
5204
3956
  dedenne: {
5205
- randomBattleMoves: ["protect", "recycle", "thunderbolt", "toxic"],
5206
- randomBattleLevel: 87,
5207
- randomDoubleBattleMoves: ["eerieimpulse", "helpinghand", "nuzzle", "recycle", "superfang", "thunderbolt"],
5208
- randomDoubleBattleLevel: 88,
5209
3957
  tier: "(PU)",
5210
3958
  doublesTier: "(DUU)",
5211
3959
  natDexTier: "RU",
5212
3960
  },
5213
3961
  carbink: {
5214
- randomBattleMoves: ["bodypress", "lightscreen", "moonblast", "reflect", "stealthrock"],
5215
- randomBattleLevel: 86,
5216
- randomDoubleBattleMoves: ["bodypress", "irondefense", "moonblast", "stealthrock"],
5217
- randomDoubleBattleLevel: 90,
5218
3962
  tier: "(PU)",
5219
3963
  doublesTier: "(DUU)",
5220
3964
  natDexTier: "RU",
@@ -5230,10 +3974,6 @@ export const FormatsData = {
5230
3974
  tier: "Illegal",
5231
3975
  },
5232
3976
  goodra: {
5233
- randomBattleMoves: ["dracometeor", "earthquake", "fireblast", "powerwhip", "sludgebomb", "thunderbolt"],
5234
- randomBattleLevel: 82,
5235
- randomDoubleBattleMoves: ["breakingswipe", "dracometeor", "fireblast", "muddywater", "powerwhip", "protect", "sludgebomb", "thunderbolt"],
5236
- randomDoubleBattleLevel: 85,
5237
3977
  tier: "NUBL",
5238
3978
  doublesTier: "(DUU)",
5239
3979
  natDexTier: "RU",
@@ -5243,10 +3983,6 @@ export const FormatsData = {
5243
3983
  tier: "Illegal",
5244
3984
  },
5245
3985
  klefki: {
5246
- randomBattleMoves: ["magnetrise", "playrough", "spikes", "thunderwave", "toxic"],
5247
- randomBattleLevel: 82,
5248
- randomDoubleBattleMoves: ["dazzlinggleam", "foulplay", "spikes", "thunderwave"],
5249
- randomDoubleBattleLevel: 84,
5250
3986
  tier: "RU",
5251
3987
  doublesTier: "(DUU)",
5252
3988
  natDexTier: "RU",
@@ -5255,10 +3991,6 @@ export const FormatsData = {
5255
3991
  tier: "LC",
5256
3992
  },
5257
3993
  trevenant: {
5258
- randomBattleMoves: ["earthquake", "hornleech", "poltergeist", "rockslide", "trickroom", "woodhammer"],
5259
- randomBattleLevel: 86,
5260
- randomDoubleBattleMoves: ["poltergeist", "protect", "trickroom", "willowisp", "woodhammer"],
5261
- randomDoubleBattleLevel: 88,
5262
3994
  tier: "(PU)",
5263
3995
  doublesTier: "(DUU)",
5264
3996
  natDexTier: "RU",
@@ -5276,37 +4008,21 @@ export const FormatsData = {
5276
4008
  tier: "LC",
5277
4009
  },
5278
4010
  gourgeist: {
5279
- randomBattleMoves: ["poltergeist", "powerwhip", "shadowsneak", "synthesis", "willowisp"],
5280
- randomBattleLevel: 84,
5281
- randomDoubleBattleMoves: ["leechseed", "poltergeist", "powerwhip", "substitute", "willowisp"],
5282
- randomDoubleBattleLevel: 88,
5283
4011
  tier: "(PU)",
5284
4012
  doublesTier: "(DUU)",
5285
4013
  natDexTier: "RU",
5286
4014
  },
5287
4015
  gourgeistsmall: {
5288
- randomBattleMoves: ["leechseed", "poltergeist", "powerwhip", "substitute", "willowisp"],
5289
- randomBattleLevel: 84,
5290
- randomDoubleBattleMoves: ["leechseed", "poltergeist", "powerwhip", "substitute", "willowisp"],
5291
- randomDoubleBattleLevel: 88,
5292
4016
  tier: "(PU)",
5293
4017
  doublesTier: "(DUU)",
5294
4018
  natDexTier: "RU",
5295
4019
  },
5296
4020
  gourgeistlarge: {
5297
- randomBattleMoves: ["poltergeist", "powerwhip", "shadowsneak", "synthesis", "willowisp"],
5298
- randomBattleLevel: 84,
5299
- randomDoubleBattleMoves: ["poltergeist", "powerwhip", "protect", "shadowsneak", "trickroom"],
5300
- randomDoubleBattleLevel: 88,
5301
4021
  tier: "(PU)",
5302
4022
  doublesTier: "(DUU)",
5303
4023
  natDexTier: "RU",
5304
4024
  },
5305
4025
  gourgeistsuper: {
5306
- randomBattleMoves: ["poltergeist", "powerwhip", "rockslide", "shadowsneak", "trickroom"],
5307
- randomBattleLevel: 84,
5308
- randomDoubleBattleMoves: ["poltergeist", "powerwhip", "protect", "shadowsneak", "trickroom"],
5309
- randomDoubleBattleLevel: 88,
5310
4026
  tier: "(PU)",
5311
4027
  doublesTier: "(DUU)",
5312
4028
  natDexTier: "RU",
@@ -5315,10 +4031,6 @@ export const FormatsData = {
5315
4031
  tier: "LC",
5316
4032
  },
5317
4033
  avalugg: {
5318
- randomBattleMoves: ["avalanche", "bodypress", "curse", "rapidspin", "recover"],
5319
- randomBattleLevel: 86,
5320
- randomDoubleBattleMoves: ["avalanche", "bodypress", "curse", "highhorsepower", "protect", "recover"],
5321
- randomDoubleBattleLevel: 88,
5322
4034
  tier: "(PU)",
5323
4035
  doublesTier: "(DUU)",
5324
4036
  natDexTier: "RU",
@@ -5331,19 +4043,11 @@ export const FormatsData = {
5331
4043
  tier: "LC",
5332
4044
  },
5333
4045
  noivern: {
5334
- randomBattleMoves: ["defog", "dracometeor", "flamethrower", "hurricane", "roost", "switcheroo"],
5335
- randomBattleLevel: 82,
5336
- randomDoubleBattleMoves: ["boomburst", "dracometeor", "flamethrower", "hurricane", "protect", "tailwind"],
5337
- randomDoubleBattleLevel: 84,
5338
4046
  tier: "RU",
5339
4047
  doublesTier: "(DUU)",
5340
4048
  natDexTier: "RU",
5341
4049
  },
5342
4050
  xerneas: {
5343
- randomBattleMoves: ["focusblast", "geomancy", "moonblast", "psyshock", "thunderbolt"],
5344
- randomBattleLevel: 67,
5345
- randomDoubleBattleMoves: ["dazzlinggleam", "focusblast", "geomancy", "moonblast", "thunderbolt"],
5346
- randomDoubleBattleLevel: 70,
5347
4051
  tier: "Uber",
5348
4052
  doublesTier: "DUber",
5349
4053
  natDexTier: "Uber",
@@ -5353,28 +4057,16 @@ export const FormatsData = {
5353
4057
  tier: "Illegal",
5354
4058
  },
5355
4059
  yveltal: {
5356
- randomBattleMoves: ["defog", "heatwave", "knockoff", "oblivionwing", "roost", "suckerpunch", "taunt"],
5357
- randomBattleLevel: 69,
5358
- randomDoubleBattleMoves: ["darkpulse", "heatwave", "knockoff", "oblivionwing", "roost", "suckerpunch", "tailwind"],
5359
- randomDoubleBattleLevel: 71,
5360
4060
  tier: "Uber",
5361
4061
  doublesTier: "DUber",
5362
4062
  natDexTier: "Uber",
5363
4063
  },
5364
4064
  zygarde: {
5365
- randomBattleMoves: ["dragondance", "outrage", "substitute", "thousandarrows"],
5366
- randomBattleLevel: 70,
5367
- randomDoubleBattleMoves: ["coil", "dragondance", "extremespeed", "glare", "irontail", "thousandarrows"],
5368
- randomDoubleBattleLevel: 72,
5369
4065
  tier: "Uber",
5370
4066
  doublesTier: "DOU",
5371
4067
  natDexTier: "Uber",
5372
4068
  },
5373
4069
  zygarde10: {
5374
- randomBattleMoves: ["coil", "extremespeed", "irontail", "outrage", "thousandarrows"],
5375
- randomBattleLevel: 82,
5376
- randomDoubleBattleMoves: ["dragondance", "extremespeed", "irontail", "protect", "stoneedge", "thousandarrows"],
5377
- randomDoubleBattleLevel: 77,
5378
4070
  tier: "UU",
5379
4071
  doublesTier: "(DUU)",
5380
4072
  natDexTier: "RU",
@@ -5385,10 +4077,6 @@ export const FormatsData = {
5385
4077
  natDexTier: "Uber",
5386
4078
  },
5387
4079
  diancie: {
5388
- randomBattleMoves: ["bodypress", "diamondstorm", "earthpower", "moonblast", "stealthrock", "toxic"],
5389
- randomBattleLevel: 82,
5390
- randomDoubleBattleMoves: ["bodypress", "diamondstorm", "earthpower", "moonblast"],
5391
- randomDoubleBattleLevel: 80,
5392
4080
  tier: "NU",
5393
4081
  doublesTier: "DOU",
5394
4082
  natDexTier: "RU",
@@ -5409,10 +4097,6 @@ export const FormatsData = {
5409
4097
  natDexTier: "UUBL",
5410
4098
  },
5411
4099
  volcanion: {
5412
- randomBattleMoves: ["defog", "earthpower", "flamethrower", "sludgebomb", "steameruption"],
5413
- randomBattleLevel: 80,
5414
- randomDoubleBattleMoves: ["earthpower", "heatwave", "protect", "sludgebomb", "steameruption"],
5415
- randomDoubleBattleLevel: 80,
5416
4100
  tier: "OU",
5417
4101
  doublesTier: "DOU",
5418
4102
  natDexTier: "RU",
@@ -5424,11 +4108,6 @@ export const FormatsData = {
5424
4108
  tier: "NFE",
5425
4109
  },
5426
4110
  decidueye: {
5427
- randomBattleMoves: ["bravebird", "leafblade", "poltergeist", "roost", "shadowsneak", "swordsdance"],
5428
- randomBattleLevel: 86,
5429
- randomDoubleBattleMoves: ["bravebird", "leafblade", "protect", "shadowsneak", "spiritshackle", "swordsdance"],
5430
- randomDoubleBattleLevel: 88,
5431
- randomBattleNoDynamaxMoves: ["leafblade", "roost", "shadowsneak", "spiritshackle", "swordsdance", "uturn"],
5432
4111
  tier: "NU",
5433
4112
  doublesTier: "(DUU)",
5434
4113
  natDexTier: "RU",
@@ -5444,10 +4123,6 @@ export const FormatsData = {
5444
4123
  tier: "NFE",
5445
4124
  },
5446
4125
  incineroar: {
5447
- randomBattleMoves: ["earthquake", "flareblitz", "knockoff", "partingshot", "uturn", "willowisp"],
5448
- randomBattleLevel: 80,
5449
- randomDoubleBattleMoves: ["fakeout", "flareblitz", "knockoff", "partingshot", "uturn"],
5450
- randomDoubleBattleLevel: 80,
5451
4126
  tier: "RU",
5452
4127
  doublesTier: "DOU",
5453
4128
  natDexTier: "RU",
@@ -5459,10 +4134,6 @@ export const FormatsData = {
5459
4134
  tier: "NFE",
5460
4135
  },
5461
4136
  primarina: {
5462
- randomBattleMoves: ["energyball", "hydropump", "moonblast", "psychic", "sparklingaria"],
5463
- randomBattleLevel: 82,
5464
- randomDoubleBattleMoves: ["dazzlinggleam", "flipturn", "hypervoice", "moonblast", "protect", "psychic"],
5465
- randomDoubleBattleLevel: 82,
5466
4137
  tier: "UU",
5467
4138
  doublesTier: "DUU",
5468
4139
  natDexTier: "RUBL",
@@ -5504,10 +4175,6 @@ export const FormatsData = {
5504
4175
  tier: "NFE",
5505
4176
  },
5506
4177
  vikavolt: {
5507
- randomBattleMoves: ["bugbuzz", "energyball", "roost", "stickyweb", "thunderbolt", "voltswitch"],
5508
- randomBattleLevel: 82,
5509
- randomDoubleBattleMoves: ["bugbuzz", "energyball", "protect", "stickyweb", "thunderbolt", "voltswitch"],
5510
- randomDoubleBattleLevel: 86,
5511
4178
  tier: "(PU)",
5512
4179
  doublesTier: "(DUU)",
5513
4180
  natDexTier: "RU",
@@ -5552,10 +4219,6 @@ export const FormatsData = {
5552
4219
  natDexTier: "LC",
5553
4220
  },
5554
4221
  ribombee: {
5555
- randomBattleMoves: ["moonblast", "psychic", "stickyweb", "stunspore", "uturn"],
5556
- randomBattleLevel: 82,
5557
- randomDoubleBattleMoves: ["helpinghand", "moonblast", "pollenpuff", "speedswap", "stickyweb", "tailwind"],
5558
- randomDoubleBattleLevel: 84,
5559
4222
  tier: "PU",
5560
4223
  doublesTier: "(DUU)",
5561
4224
  natDexTier: "RU",
@@ -5572,28 +4235,16 @@ export const FormatsData = {
5572
4235
  tier: "LC",
5573
4236
  },
5574
4237
  lycanroc: {
5575
- randomBattleMoves: ["accelerock", "closecombat", "psychicfangs", "stoneedge", "swordsdance"],
5576
- randomBattleLevel: 80,
5577
- randomDoubleBattleMoves: ["accelerock", "closecombat", "drillrun", "protect", "rockslide", "swordsdance"],
5578
- randomDoubleBattleLevel: 84,
5579
4238
  tier: "PU",
5580
4239
  doublesTier: "(DUU)",
5581
4240
  natDexTier: "RU",
5582
4241
  },
5583
4242
  lycanrocmidnight: {
5584
- randomBattleMoves: ["closecombat", "irontail", "stealthrock", "stoneedge", "suckerpunch", "swordsdance"],
5585
- randomBattleLevel: 82,
5586
- randomDoubleBattleMoves: ["closecombat", "irontail", "protect", "stoneedge", "suckerpunch", "swordsdance"],
5587
- randomDoubleBattleLevel: 88,
5588
4243
  tier: "(PU)",
5589
4244
  doublesTier: "(DUU)",
5590
4245
  natDexTier: "RU",
5591
4246
  },
5592
4247
  lycanrocdusk: {
5593
- randomBattleMoves: ["accelerock", "closecombat", "psychicfangs", "stoneedge", "swordsdance"],
5594
- randomBattleLevel: 80,
5595
- randomDoubleBattleMoves: ["accelerock", "closecombat", "drillrun", "protect", "rockslide", "swordsdance"],
5596
- randomDoubleBattleLevel: 81,
5597
4248
  tier: "UU",
5598
4249
  doublesTier: "(DUU)",
5599
4250
  natDexTier: "RUBL",
@@ -5603,20 +4254,11 @@ export const FormatsData = {
5603
4254
  doublesTier: "(DUU)",
5604
4255
  natDexTier: "RU",
5605
4256
  },
5606
- wishiwashischool: {
5607
- randomBattleMoves: ["earthquake", "hydropump", "icebeam", "scald", "uturn"],
5608
- randomBattleLevel: 84,
5609
- randomDoubleBattleMoves: ["earthquake", "helpinghand", "hydropump", "icebeam", "muddywater", "protect"],
5610
- randomDoubleBattleLevel: 88,
5611
- },
4257
+ wishiwashischool: {},
5612
4258
  mareanie: {
5613
4259
  tier: "LC",
5614
4260
  },
5615
4261
  toxapex: {
5616
- randomBattleMoves: ["banefulbunker", "haze", "recover", "scald", "toxic", "toxicspikes"],
5617
- randomBattleLevel: 82,
5618
- randomDoubleBattleMoves: ["banefulbunker", "haze", "recover", "scald", "toxic", "toxicspikes"],
5619
- randomDoubleBattleLevel: 90,
5620
4262
  tier: "OU",
5621
4263
  doublesTier: "(DUU)",
5622
4264
  natDexTier: "OU",
@@ -5625,10 +4267,6 @@ export const FormatsData = {
5625
4267
  tier: "LC",
5626
4268
  },
5627
4269
  mudsdale: {
5628
- randomBattleMoves: ["bodypress", "earthquake", "heavyslam", "rockslide", "stealthrock"],
5629
- randomBattleLevel: 82,
5630
- randomDoubleBattleMoves: ["bodypress", "heavyslam", "highhorsepower", "protect", "rest", "rocktomb"],
5631
- randomDoubleBattleLevel: 86,
5632
4270
  tier: "NU",
5633
4271
  doublesTier: "(DUU)",
5634
4272
  natDexTier: "RU",
@@ -5637,10 +4275,6 @@ export const FormatsData = {
5637
4275
  tier: "LC",
5638
4276
  },
5639
4277
  araquanid: {
5640
- randomBattleMoves: ["leechlife", "liquidation", "mirrorcoat", "stickyweb", "toxic"],
5641
- randomBattleLevel: 80,
5642
- randomDoubleBattleMoves: ["leechlife", "liquidation", "lunge", "protect", "stickyweb", "wideguard"],
5643
- randomDoubleBattleLevel: 84,
5644
4278
  tier: "PUBL",
5645
4279
  doublesTier: "(DUU)",
5646
4280
  natDexTier: "RU",
@@ -5654,10 +4288,6 @@ export const FormatsData = {
5654
4288
  tier: "LC",
5655
4289
  },
5656
4290
  lurantis: {
5657
- randomBattleMoves: ["defog", "knockoff", "leafstorm", "superpower", "synthesis"],
5658
- randomBattleLevel: 86,
5659
- randomDoubleBattleMoves: ["defog", "knockoff", "leafstorm", "protect", "superpower"],
5660
- randomDoubleBattleLevel: 88,
5661
4291
  tier: "(PU)",
5662
4292
  doublesTier: "(DUU)",
5663
4293
  natDexTier: "RU",
@@ -5671,10 +4301,6 @@ export const FormatsData = {
5671
4301
  tier: "LC",
5672
4302
  },
5673
4303
  shiinotic: {
5674
- randomBattleMoves: ["energyball", "leechseed", "moonblast", "spore", "strengthsap"],
5675
- randomBattleLevel: 86,
5676
- randomDoubleBattleMoves: ["energyball", "moonblast", "protect", "spore", "strengthsap"],
5677
- randomDoubleBattleLevel: 88,
5678
4304
  tier: "(PU)",
5679
4305
  doublesTier: "(DUU)",
5680
4306
  natDexTier: "RU",
@@ -5683,10 +4309,6 @@ export const FormatsData = {
5683
4309
  tier: "LC",
5684
4310
  },
5685
4311
  salazzle: {
5686
- randomBattleMoves: ["flamethrower", "protect", "substitute", "toxic"],
5687
- randomBattleLevel: 82,
5688
- randomDoubleBattleMoves: ["encore", "fakeout", "fireblast", "nastyplot", "protect", "sludgebomb"],
5689
- randomDoubleBattleLevel: 88,
5690
4312
  tier: "NU",
5691
4313
  doublesTier: "(DUU)",
5692
4314
  natDexTier: "RU",
@@ -5700,10 +4322,6 @@ export const FormatsData = {
5700
4322
  tier: "LC",
5701
4323
  },
5702
4324
  bewear: {
5703
- randomBattleMoves: ["closecombat", "darkestlariat", "doubleedge", "icepunch", "swordsdance"],
5704
- randomBattleLevel: 82,
5705
- randomDoubleBattleMoves: ["closecombat", "darkestlariat", "doubleedge", "drainpunch", "icepunch", "protect", "wideguard"],
5706
- randomDoubleBattleLevel: 88,
5707
4325
  tier: "NUBL",
5708
4326
  doublesTier: "(DUU)",
5709
4327
  natDexTier: "RU",
@@ -5715,37 +4333,21 @@ export const FormatsData = {
5715
4333
  tier: "NFE",
5716
4334
  },
5717
4335
  tsareena: {
5718
- randomBattleMoves: ["highjumpkick", "knockoff", "powerwhip", "rapidspin", "synthesis", "tripleaxel", "uturn"],
5719
- randomBattleLevel: 84,
5720
- randomDoubleBattleMoves: ["highjumpkick", "knockoff", "playrough", "powerwhip", "rapidspin", "tripleaxel", "uturn"],
5721
- randomDoubleBattleLevel: 88,
5722
4336
  tier: "NU",
5723
4337
  doublesTier: "DOU",
5724
4338
  natDexTier: "RU",
5725
4339
  },
5726
4340
  comfey: {
5727
- randomBattleMoves: ["calmmind", "drainingkiss", "gigadrain", "storedpower", "trick", "uturn"],
5728
- randomBattleLevel: 86,
5729
- randomDoubleBattleMoves: ["drainingkiss", "floralhealing", "gigadrain", "helpinghand", "protect"],
5730
- randomDoubleBattleLevel: 89,
5731
4341
  tier: "PU",
5732
4342
  doublesTier: "DUU",
5733
4343
  natDexTier: "RU",
5734
4344
  },
5735
4345
  oranguru: {
5736
- randomBattleMoves: ["focusblast", "nastyplot", "psychic", "thunderbolt", "trickroom"],
5737
- randomBattleLevel: 86,
5738
- randomDoubleBattleMoves: ["allyswitch", "focusblast", "instruct", "psychic", "trickroom"],
5739
- randomDoubleBattleLevel: 88,
5740
4346
  tier: "(PU)",
5741
4347
  doublesTier: "(DUU)",
5742
4348
  natDexTier: "RU",
5743
4349
  },
5744
4350
  passimian: {
5745
- randomBattleMoves: ["closecombat", "earthquake", "gunkshot", "knockoff", "rockslide", "uturn"],
5746
- randomBattleLevel: 82,
5747
- randomDoubleBattleMoves: ["closecombat", "gunkshot", "knockoff", "rockslide", "uturn"],
5748
- randomDoubleBattleLevel: 84,
5749
4351
  tier: "NU",
5750
4352
  doublesTier: "(DUU)",
5751
4353
  natDexTier: "RU",
@@ -5754,10 +4356,6 @@ export const FormatsData = {
5754
4356
  tier: "LC",
5755
4357
  },
5756
4358
  golisopod: {
5757
- randomBattleMoves: ["firstimpression", "knockoff", "leechlife", "liquidation", "spikes"],
5758
- randomBattleLevel: 84,
5759
- randomDoubleBattleMoves: ["aquajet", "firstimpression", "knockoff", "leechlife", "liquidation", "protect", "wideguard"],
5760
- randomDoubleBattleLevel: 88,
5761
4359
  tier: "RU",
5762
4360
  doublesTier: "(DUU)",
5763
4361
  natDexTier: "RU",
@@ -5766,186 +4364,104 @@ export const FormatsData = {
5766
4364
  tier: "LC",
5767
4365
  },
5768
4366
  palossand: {
5769
- randomBattleMoves: ["earthpower", "scorchingsands", "shadowball", "shoreup", "stealthrock", "toxic"],
5770
- randomBattleLevel: 86,
5771
- randomDoubleBattleMoves: ["hypnosis", "protect", "scorchingsands", "shadowball", "shoreup", "stealthrock"],
5772
- randomDoubleBattleLevel: 88,
5773
4367
  tier: "(PU)",
5774
4368
  doublesTier: "(DUU)",
5775
4369
  natDexTier: "RU",
5776
4370
  },
5777
4371
  pyukumuku: {
5778
- randomBattleMoves: ["counter", "mirrorcoat", "recover", "toxic"],
5779
- randomBattleLevel: 84,
5780
- randomDoubleBattleMoves: ["helpinghand", "lightscreen", "memento", "reflect"],
5781
- randomDoubleBattleLevel: 100,
5782
4372
  tier: "(PU)",
5783
4373
  doublesTier: "(DUU)",
5784
4374
  natDexTier: "RU",
5785
4375
  },
5786
4376
  typenull: {
5787
- randomBattleMoves: ["crushclaw", "payback", "rest", "sleeptalk", "swordsdance"],
5788
- randomBattleLevel: 86,
5789
4377
  tier: "NFE",
5790
4378
  },
5791
4379
  silvally: {
5792
- randomBattleMoves: ["crunch", "explosion", "flamecharge", "flamethrower", "multiattack", "swordsdance", "uturn"],
5793
- randomBattleLevel: 84,
5794
- randomDoubleBattleMoves: ["crunch", "explosion", "flamethrower", "multiattack", "protect", "tailwind"],
5795
- randomDoubleBattleLevel: 88,
5796
4380
  tier: "(PU)",
5797
4381
  doublesTier: "(DUU)",
5798
4382
  natDexTier: "RU",
5799
4383
  },
5800
4384
  silvallybug: {
5801
- randomBattleMoves: ["flamethrower", "multiattack", "partingshot", "psychicfangs", "thunderbolt"],
5802
- randomBattleLevel: 84,
5803
- randomDoubleBattleMoves: ["flamethrower", "multiattack", "psychicfangs", "tailwind", "uturn"],
5804
- randomDoubleBattleLevel: 88,
5805
4385
  tier: "(PU)",
5806
4386
  doublesTier: "(DUU)",
5807
4387
  natDexTier: "RU",
5808
4388
  },
5809
4389
  silvallydark: {
5810
- randomBattleMoves: ["ironhead", "multiattack", "partingshot", "psychicfangs", "swordsdance"],
5811
- randomBattleLevel: 84,
5812
- randomDoubleBattleMoves: ["ironhead", "multiattack", "psychicfangs", "swordsdance", "tailwind"],
5813
- randomDoubleBattleLevel: 86,
5814
4390
  tier: "(PU)",
5815
4391
  doublesTier: "(DUU)",
5816
4392
  natDexTier: "RU",
5817
4393
  },
5818
4394
  silvallydragon: {
5819
- randomBattleMoves: ["flamecharge", "ironhead", "multiattack", "partingshot", "swordsdance"],
5820
- randomBattleLevel: 84,
5821
- randomDoubleBattleMoves: ["firefang", "ironhead", "multiattack", "swordsdance", "tailwind"],
5822
- randomDoubleBattleLevel: 88,
5823
4395
  tier: "(PU)",
5824
4396
  doublesTier: "(DUU)",
5825
4397
  natDexTier: "RU",
5826
4398
  },
5827
4399
  silvallyelectric: {
5828
- randomBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "toxic"],
5829
- randomBattleLevel: 84,
5830
- randomDoubleBattleMoves: ["flamethrower", "grasspledge", "icebeam", "multiattack", "tailwind"],
5831
- randomDoubleBattleLevel: 88,
5832
4400
  tier: "(PU)",
5833
4401
  doublesTier: "(DUU)",
5834
4402
  natDexTier: "RU",
5835
4403
  },
5836
4404
  silvallyfairy: {
5837
- randomBattleMoves: ["flamecharge", "multiattack", "psychicfangs", "swordsdance"],
5838
- randomBattleLevel: 84,
5839
- randomDoubleBattleMoves: ["flamethrower", "multiattack", "partingshot", "tailwind"],
5840
- randomDoubleBattleLevel: 88,
5841
4405
  tier: "PU",
5842
4406
  doublesTier: "(DUU)",
5843
4407
  natDexTier: "RU",
5844
4408
  },
5845
4409
  silvallyfighting: {
5846
- randomBattleMoves: ["crunch", "ironhead", "multiattack", "swordsdance", "uturn"],
5847
- randomBattleLevel: 84,
5848
- randomDoubleBattleMoves: ["crunch", "multiattack", "rockslide", "swordsdance", "tailwind"],
5849
- randomDoubleBattleLevel: 88,
5850
4410
  tier: "(PU)",
5851
4411
  doublesTier: "(DUU)",
5852
4412
  natDexTier: "RU",
5853
4413
  },
5854
4414
  silvallyfire: {
5855
- randomBattleMoves: ["crunch", "ironhead", "multiattack", "swordsdance"],
5856
- randomBattleLevel: 84,
5857
- randomDoubleBattleMoves: ["heatwave", "icebeam", "multiattack", "tailwind", "thunderbolt"],
5858
- randomDoubleBattleLevel: 88,
5859
4415
  tier: "(PU)",
5860
4416
  doublesTier: "(DUU)",
5861
4417
  natDexTier: "RU",
5862
4418
  },
5863
4419
  silvallyflying: {
5864
- randomBattleMoves: ["flamecharge", "ironhead", "multiattack", "rockslide", "swordsdance"],
5865
- randomBattleLevel: 84,
5866
- randomDoubleBattleMoves: ["firefang", "ironhead", "multiattack", "swordsdance", "tailwind"],
5867
- randomDoubleBattleLevel: 86,
5868
4420
  tier: "(PU)",
5869
4421
  doublesTier: "(DUU)",
5870
4422
  natDexTier: "RU",
5871
4423
  },
5872
4424
  silvallyghost: {
5873
- randomBattleMoves: ["flamecharge", "multiattack", "partingshot", "swordsdance", "xscissor"],
5874
- randomBattleLevel: 84,
5875
- randomDoubleBattleMoves: ["multiattack", "swordsdance", "tailwind", "xscissor"],
5876
- randomDoubleBattleLevel: 88,
5877
4425
  tier: "PU",
5878
4426
  doublesTier: "(DUU)",
5879
4427
  natDexTier: "RU",
5880
4428
  },
5881
4429
  silvallygrass: {
5882
- randomBattleMoves: ["defog", "flamethrower", "icebeam", "multiattack", "partingshot"],
5883
- randomBattleLevel: 84,
5884
- randomDoubleBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "tailwind"],
5885
- randomDoubleBattleLevel: 88,
5886
4430
  tier: "(PU)",
5887
4431
  doublesTier: "(DUU)",
5888
4432
  natDexTier: "RU",
5889
4433
  },
5890
4434
  silvallyground: {
5891
- randomBattleMoves: ["defog", "flamethrower", "icebeam", "multiattack", "partingshot", "toxic"],
5892
- randomBattleLevel: 84,
5893
- randomDoubleBattleMoves: ["multiattack", "rockslide", "swordsdance", "tailwind"],
5894
- randomDoubleBattleLevel: 89,
5895
4435
  tier: "NU",
5896
4436
  doublesTier: "(DUU)",
5897
4437
  natDexTier: "RU",
5898
4438
  },
5899
4439
  silvallyice: {
5900
- randomBattleMoves: ["flamecharge", "multiattack", "psychicfangs", "swordsdance"],
5901
- randomBattleLevel: 84,
5902
- randomDoubleBattleMoves: ["flamethrower", "multiattack", "partingshot", "tailwind", "thunderbolt"],
5903
- randomDoubleBattleLevel: 88,
5904
4440
  tier: "(PU)",
5905
4441
  doublesTier: "(DUU)",
5906
4442
  natDexTier: "RU",
5907
4443
  },
5908
4444
  silvallypoison: {
5909
- randomBattleMoves: ["defog", "flamethrower", "grasspledge", "multiattack", "partingshot", "toxic"],
5910
- randomBattleLevel: 84,
5911
- randomDoubleBattleMoves: ["flamethrower", "grasspledge", "multiattack", "partingshot", "snarl", "tailwind"],
5912
- randomDoubleBattleLevel: 88,
5913
4445
  tier: "(PU)",
5914
4446
  doublesTier: "(DUU)",
5915
4447
  natDexTier: "RU",
5916
4448
  },
5917
4449
  silvallypsychic: {
5918
- randomBattleMoves: ["crunch", "multiattack", "swordsdance", "uturn"],
5919
- randomBattleLevel: 84,
5920
- randomDoubleBattleMoves: ["flamethrower", "multiattack", "partingshot", "tailwind", "xscissor"],
5921
- randomDoubleBattleLevel: 88,
5922
4450
  tier: "(PU)",
5923
4451
  doublesTier: "(DUU)",
5924
4452
  natDexTier: "RU",
5925
4453
  },
5926
4454
  silvallyrock: {
5927
- randomBattleMoves: ["flamecharge", "multiattack", "partingshot", "psychicfangs", "swordsdance"],
5928
- randomBattleLevel: 84,
5929
- randomDoubleBattleMoves: ["flamethrower", "multiattack", "partingshot", "psychicfangs", "tailwind"],
5930
- randomDoubleBattleLevel: 88,
5931
4455
  tier: "(PU)",
5932
4456
  doublesTier: "(DUU)",
5933
4457
  natDexTier: "RU",
5934
4458
  },
5935
4459
  silvallysteel: {
5936
- randomBattleMoves: ["defog", "flamethrower", "multiattack", "partingshot", "thunderbolt", "toxic"],
5937
- randomBattleLevel: 84,
5938
- randomDoubleBattleMoves: ["flamethrower", "multiattack", "partingshot", "tailwind", "thunderbolt"],
5939
- randomDoubleBattleLevel: 87,
5940
4460
  tier: "PU",
5941
4461
  doublesTier: "(DUU)",
5942
4462
  natDexTier: "RU",
5943
4463
  },
5944
4464
  silvallywater: {
5945
- randomBattleMoves: ["defog", "icebeam", "multiattack", "partingshot", "thunderbolt", "toxic"],
5946
- randomBattleLevel: 84,
5947
- randomDoubleBattleMoves: ["icebeam", "multiattack", "partingshot", "tailwind", "thunderbolt"],
5948
- randomDoubleBattleLevel: 88,
5949
4465
  tier: "(PU)",
5950
4466
  doublesTier: "(DUU)",
5951
4467
  natDexTier: "RU",
@@ -5964,19 +4480,11 @@ export const FormatsData = {
5964
4480
  natDexTier: "RU",
5965
4481
  },
5966
4482
  turtonator: {
5967
- randomBattleMoves: ["bodypress", "dracometeor", "earthquake", "fireblast", "rapidspin", "shellsmash", "willowisp"],
5968
- randomBattleLevel: 84,
5969
- randomDoubleBattleMoves: ["dragonpulse", "fireblast", "protect", "scorchingsands", "shellsmash"],
5970
- randomDoubleBattleLevel: 84,
5971
4483
  tier: "(PU)",
5972
4484
  doublesTier: "(DUU)",
5973
4485
  natDexTier: "RU",
5974
4486
  },
5975
4487
  togedemaru: {
5976
- randomBattleMoves: ["ironhead", "nuzzle", "spikyshield", "uturn", "wish", "zingzap"],
5977
- randomBattleLevel: 86,
5978
- randomDoubleBattleMoves: ["encore", "fakeout", "ironhead", "nuzzle", "spikyshield", "zingzap"],
5979
- randomDoubleBattleLevel: 88,
5980
4488
  tier: "PU",
5981
4489
  doublesTier: "(DUU)",
5982
4490
  natDexTier: "RU",
@@ -5987,10 +4495,6 @@ export const FormatsData = {
5987
4495
  natDexTier: "RU",
5988
4496
  },
5989
4497
  mimikyu: {
5990
- randomBattleMoves: ["drainpunch", "playrough", "shadowclaw", "shadowsneak", "swordsdance"],
5991
- randomBattleLevel: 76,
5992
- randomDoubleBattleMoves: ["playrough", "shadowclaw", "shadowsneak", "swordsdance"],
5993
- randomDoubleBattleLevel: 84,
5994
4498
  tier: "RU",
5995
4499
  doublesTier: "(DUU)",
5996
4500
  natDexTier: "RU",
@@ -6011,19 +4515,11 @@ export const FormatsData = {
6011
4515
  natDexTier: "RU",
6012
4516
  },
6013
4517
  drampa: {
6014
- randomBattleMoves: ["dracometeor", "fireblast", "glare", "hypervoice", "roost", "thunderbolt"],
6015
- randomBattleLevel: 86,
6016
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "heatwave", "hypervoice"],
6017
- randomDoubleBattleLevel: 88,
6018
4518
  tier: "PUBL",
6019
4519
  doublesTier: "(DUU)",
6020
4520
  natDexTier: "RU",
6021
4521
  },
6022
4522
  dhelmise: {
6023
- randomBattleMoves: ["anchorshot", "earthquake", "poltergeist", "powerwhip", "rapidspin", "swordsdance"],
6024
- randomBattleLevel: 86,
6025
- randomDoubleBattleMoves: ["anchorshot", "knockoff", "powerwhip", "protect"],
6026
- randomDoubleBattleLevel: 88,
6027
4523
  tier: "NU",
6028
4524
  doublesTier: "(DUU)",
6029
4525
  natDexTier: "RU",
@@ -6035,10 +4531,6 @@ export const FormatsData = {
6035
4531
  tier: "NFE",
6036
4532
  },
6037
4533
  kommoo: {
6038
- randomBattleMoves: ["clangingscales", "clangoroussoul", "closecombat", "poisonjab", "stealthrock"],
6039
- randomBattleLevel: 80,
6040
- randomDoubleBattleMoves: ["bodypress", "dracometeor", "irondefense", "protect"],
6041
- randomDoubleBattleLevel: 80,
6042
4534
  tier: "UUBL",
6043
4535
  doublesTier: "(DUU)",
6044
4536
  natDexTier: "OU",
@@ -6049,37 +4541,21 @@ export const FormatsData = {
6049
4541
  natDexTier: "OU",
6050
4542
  },
6051
4543
  tapukoko: {
6052
- randomBattleMoves: ["calmmind", "dazzlinggleam", "grassknot", "substitute", "thunderbolt", "voltswitch"],
6053
- randomBattleLevel: 78,
6054
- randomDoubleBattleMoves: ["bravebird", "dazzlinggleam", "grassknot", "taunt", "thunderbolt", "uturn"],
6055
- randomDoubleBattleLevel: 80,
6056
4544
  tier: "OU",
6057
4545
  doublesTier: "DOU",
6058
4546
  natDexTier: "OU",
6059
4547
  },
6060
4548
  tapulele: {
6061
- randomBattleMoves: ["calmmind", "focusblast", "moonblast", "psychic", "psyshock", "shadowball"],
6062
- randomBattleLevel: 79,
6063
- randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "focusblast", "moonblast", "protect", "psyshock"],
6064
- randomDoubleBattleLevel: 80,
6065
4549
  tier: "OU",
6066
4550
  doublesTier: "DOU",
6067
4551
  natDexTier: "OU",
6068
4552
  },
6069
4553
  tapubulu: {
6070
- randomBattleMoves: ["closecombat", "hornleech", "megahorn", "stoneedge", "swordsdance", "woodhammer"],
6071
- randomBattleLevel: 82,
6072
- randomDoubleBattleMoves: ["closecombat", "hornleech", "protect", "stoneedge", "swordsdance", "woodhammer"],
6073
- randomDoubleBattleLevel: 83,
6074
4554
  tier: "UU",
6075
4555
  doublesTier: "DUU",
6076
4556
  natDexTier: "RUBL",
6077
4557
  },
6078
4558
  tapufini: {
6079
- randomBattleMoves: ["calmmind", "defog", "moonblast", "surf", "taunt"],
6080
- randomBattleLevel: 78,
6081
- randomDoubleBattleMoves: ["haze", "healpulse", "moonblast", "muddywater", "naturesmadness", "protect", "taunt"],
6082
- randomDoubleBattleLevel: 80,
6083
4559
  tier: "OU",
6084
4560
  doublesTier: "DOU",
6085
4561
  natDexTier: "OU",
@@ -6091,111 +4567,61 @@ export const FormatsData = {
6091
4567
  tier: "NFE",
6092
4568
  },
6093
4569
  solgaleo: {
6094
- randomBattleMoves: ["closecombat", "flamecharge", "flareblitz", "knockoff", "psychicfangs", "sunsteelstrike"],
6095
- randomBattleLevel: 72,
6096
- randomDoubleBattleMoves: ["closecombat", "flareblitz", "morningsun", "protect", "psychicfangs", "stoneedge", "sunsteelstrike"],
6097
- randomDoubleBattleLevel: 76,
6098
4570
  tier: "Uber",
6099
4571
  doublesTier: "DUber",
6100
4572
  natDexTier: "Uber",
6101
4573
  },
6102
4574
  lunala: {
6103
- randomBattleMoves: ["calmmind", "moonblast", "moongeistbeam", "psyshock", "roost"],
6104
- randomBattleLevel: 72,
6105
- randomDoubleBattleMoves: ["calmmind", "moonblast", "moongeistbeam", "protect", "psyshock", "roost"],
6106
- randomDoubleBattleLevel: 74,
6107
4575
  tier: "Uber",
6108
4576
  doublesTier: "DUber",
6109
4577
  natDexTier: "Uber",
6110
4578
  },
6111
4579
  nihilego: {
6112
- randomBattleMoves: ["grassknot", "powergem", "sludgewave", "stealthrock", "thunderbolt", "toxicspikes"],
6113
- randomBattleLevel: 79,
6114
- randomDoubleBattleMoves: ["grassknot", "meteorbeam", "protect", "sludgebomb", "thunderbolt"],
6115
- randomDoubleBattleLevel: 81,
6116
4580
  tier: "UU",
6117
4581
  doublesTier: "(DUU)",
6118
4582
  natDexTier: "UU",
6119
4583
  },
6120
4584
  buzzwole: {
6121
- randomBattleMoves: ["closecombat", "darkestlariat", "dualwingbeat", "ironhead", "leechlife", "stoneedge"],
6122
- randomBattleLevel: 77,
6123
- randomDoubleBattleMoves: ["closecombat", "darkestlariat", "dualwingbeat", "ironhead", "leechlife", "stoneedge"],
6124
- randomDoubleBattleLevel: 80,
6125
- randomBattleNoDynamaxMoves: ["bulkup", "closecombat", "darkestlariat", "leechlife", "poisonjab", "roost", "stoneedge"],
6126
4585
  tier: "OU",
6127
4586
  doublesTier: "(DUU)",
6128
4587
  natDexTier: "RUBL",
6129
4588
  },
6130
4589
  pheromosa: {
6131
- randomBattleMoves: ["closecombat", "icebeam", "poisonjab", "throatchop", "uturn"],
6132
- randomBattleLevel: 75,
6133
- randomDoubleBattleMoves: ["closecombat", "icebeam", "poisonjab", "protect", "throatchop", "uturn"],
6134
- randomDoubleBattleLevel: 78,
6135
4590
  tier: "Uber",
6136
4591
  doublesTier: "(DUU)",
6137
4592
  natDexTier: "Uber",
6138
4593
  },
6139
4594
  xurkitree: {
6140
- randomBattleMoves: ["dazzlinggleam", "energyball", "hypnosis", "thunderbolt", "voltswitch"],
6141
- randomBattleLevel: 76,
6142
- randomDoubleBattleMoves: ["dazzlinggleam", "energyball", "thunderbolt", "voltswitch"],
6143
- randomDoubleBattleLevel: 79,
6144
4595
  tier: "RU",
6145
4596
  doublesTier: "(DUU)",
6146
4597
  natDexTier: "UUBL",
6147
4598
  },
6148
4599
  celesteela: {
6149
- randomBattleMoves: ["airslash", "earthquake", "fireblast", "flashcannon", "leechseed", "protect"],
6150
- randomBattleLevel: 77,
6151
- randomDoubleBattleMoves: ["airslash", "fireblast", "flashcannon", "leechseed", "protect", "wideguard"],
6152
- randomDoubleBattleLevel: 78,
6153
- randomBattleNoDynamaxMoves: ["airslash", "earthquake", "fireblast", "heavyslam", "leechseed", "protect"],
6154
4600
  tier: "UU",
6155
4601
  doublesTier: "DOU",
6156
4602
  natDexTier: "UU",
6157
4603
  },
6158
4604
  kartana: {
6159
- randomBattleMoves: ["knockoff", "leafblade", "sacredsword", "smartstrike", "swordsdance"],
6160
- randomBattleLevel: 74,
6161
- randomDoubleBattleMoves: ["knockoff", "leafblade", "sacredsword", "smartstrike", "swordsdance"],
6162
- randomDoubleBattleLevel: 78,
6163
4605
  tier: "OU",
6164
4606
  doublesTier: "DUber",
6165
4607
  natDexTier: "OU",
6166
4608
  },
6167
4609
  guzzlord: {
6168
- randomBattleMoves: ["darkpulse", "dracometeor", "fireblast", "knockoff", "sludgebomb"],
6169
- randomBattleLevel: 84,
6170
- randomDoubleBattleMoves: ["dracometeor", "fireblast", "knockoff", "protect", "sludgebomb"],
6171
- randomDoubleBattleLevel: 88,
6172
4610
  tier: "PUBL",
6173
4611
  doublesTier: "(DUU)",
6174
4612
  natDexTier: "RU",
6175
4613
  },
6176
4614
  necrozma: {
6177
- randomBattleMoves: ["calmmind", "heatwave", "moonlight", "photongeyser", "stealthrock"],
6178
- randomBattleLevel: 80,
6179
- randomDoubleBattleMoves: ["calmmind", "earthpower", "heatwave", "moonlight", "photongeyser", "protect"],
6180
- randomDoubleBattleLevel: 80,
6181
4615
  tier: "RUBL",
6182
4616
  doublesTier: "DOU",
6183
4617
  natDexTier: "RUBL",
6184
4618
  },
6185
4619
  necrozmaduskmane: {
6186
- randomBattleMoves: ["dragondance", "earthquake", "morningsun", "photongeyser", "sunsteelstrike"],
6187
- randomBattleLevel: 67,
6188
- randomDoubleBattleMoves: ["dragondance", "photongeyser", "protect", "sunsteelstrike"],
6189
- randomDoubleBattleLevel: 72,
6190
4620
  tier: "Uber",
6191
4621
  doublesTier: "DUber",
6192
4622
  natDexTier: "Uber",
6193
4623
  },
6194
4624
  necrozmadawnwings: {
6195
- randomBattleMoves: ["calmmind", "heatwave", "moongeistbeam", "photongeyser", "stealthrock"],
6196
- randomBattleLevel: 76,
6197
- randomDoubleBattleMoves: ["heatwave", "moongeistbeam", "photongeyser", "protect", "thunderwave"],
6198
- randomDoubleBattleLevel: 72,
6199
4625
  tier: "Uber",
6200
4626
  doublesTier: "DUber",
6201
4627
  natDexTier: "Uber",
@@ -6206,25 +4632,12 @@ export const FormatsData = {
6206
4632
  natDexTier: "Uber",
6207
4633
  },
6208
4634
  magearna: {
6209
- randomBattleMoves: ["agility", "calmmind", "flashcannon", "fleurcannon"],
6210
- randomBattleLevel: 76,
6211
- randomDoubleBattleMoves: ["agility", "aurasphere", "dazzlinggleam", "flashcannon", "fleurcannon", "protect", "trick"],
6212
- randomDoubleBattleLevel: 72,
6213
4635
  tier: "Uber",
6214
4636
  doublesTier: "DUber",
6215
4637
  natDexTier: "Uber",
6216
4638
  },
6217
- magearnaoriginal: {
6218
- randomBattleMoves: ["agility", "calmmind", "flashcannon", "fleurcannon"],
6219
- randomBattleLevel: 76,
6220
- randomDoubleBattleMoves: ["agility", "aurasphere", "dazzlinggleam", "flashcannon", "fleurcannon", "protect", "trick"],
6221
- randomDoubleBattleLevel: 72,
6222
- },
4639
+ magearnaoriginal: {},
6223
4640
  marshadow: {
6224
- randomBattleMoves: ["bulkup", "closecombat", "icepunch", "rocktomb", "shadowsneak", "spectralthief"],
6225
- randomBattleLevel: 70,
6226
- randomDoubleBattleMoves: ["closecombat", "protect", "rocktomb", "shadowsneak", "spectralthief"],
6227
- randomDoubleBattleLevel: 72,
6228
4641
  tier: "Uber",
6229
4642
  doublesTier: "DUber",
6230
4643
  natDexTier: "Uber",
@@ -6233,38 +4646,21 @@ export const FormatsData = {
6233
4646
  tier: "NFE",
6234
4647
  },
6235
4648
  naganadel: {
6236
- randomBattleMoves: ["airslash", "dracometeor", "fireblast", "nastyplot", "sludgewave"],
6237
- randomBattleLevel: 74,
6238
- randomDoubleBattleMoves: ["dracometeor", "flamethrower", "nastyplot", "sludgebomb", "uturn"],
6239
- randomDoubleBattleLevel: 76,
6240
- randomBattleNoDynamaxMoves: ["dracometeor", "fireblast", "nastyplot", "sludgewave", "uturn"],
6241
4649
  tier: "Uber",
6242
4650
  doublesTier: "DUU",
6243
4651
  natDexTier: "Uber",
6244
4652
  },
6245
4653
  stakataka: {
6246
- randomBattleMoves: ["bodypress", "earthquake", "gyroball", "stealthrock", "stoneedge", "trickroom"],
6247
- randomBattleLevel: 80,
6248
- randomDoubleBattleMoves: ["bodypress", "gyroball", "highhorsepower", "rockslide", "trickroom"],
6249
- randomDoubleBattleLevel: 82,
6250
4654
  tier: "NU",
6251
4655
  doublesTier: "DOU",
6252
4656
  natDexTier: "RU",
6253
4657
  },
6254
4658
  blacephalon: {
6255
- randomBattleMoves: ["calmmind", "fireblast", "psyshock", "shadowball", "trick"],
6256
- randomBattleLevel: 80,
6257
- randomDoubleBattleMoves: ["fireblast", "protect", "psyshock", "shadowball", "trick"],
6258
- randomDoubleBattleLevel: 80,
6259
4659
  tier: "OU",
6260
4660
  doublesTier: "(DUU)",
6261
4661
  natDexTier: "UUBL",
6262
4662
  },
6263
4663
  zeraora: {
6264
- randomBattleMoves: ["blazekick", "bulkup", "closecombat", "grassknot", "knockoff", "plasmafists", "playrough", "voltswitch"],
6265
- randomBattleLevel: 76,
6266
- randomDoubleBattleMoves: ["closecombat", "fakeout", "grassknot", "knockoff", "plasmafists", "snarl"],
6267
- randomDoubleBattleLevel: 78,
6268
4664
  tier: "OU",
6269
4665
  doublesTier: "DOU",
6270
4666
  natDexTier: "UU",
@@ -6275,10 +4671,6 @@ export const FormatsData = {
6275
4671
  natDexTier: "RU",
6276
4672
  },
6277
4673
  melmetal: {
6278
- randomBattleMoves: ["doubleironbash", "earthquake", "superpower", "thunderpunch", "thunderwave"],
6279
- randomBattleLevel: 74,
6280
- randomDoubleBattleMoves: ["acidarmor", "bodypress", "doubleironbash", "protect", "thunderpunch", "thunderwave"],
6281
- randomDoubleBattleLevel: 76,
6282
4674
  tier: "OU",
6283
4675
  doublesTier: "DUber",
6284
4676
  natDexTier: "UUBL",
@@ -6296,17 +4688,11 @@ export const FormatsData = {
6296
4688
  tier: "NFE",
6297
4689
  },
6298
4690
  rillaboom: {
6299
- randomBattleMoves: ["grassyglide", "highhorsepower", "knockoff", "uturn", "woodhammer"],
6300
- randomBattleLevel: 78,
6301
- randomDoubleBattleMoves: ["fakeout", "grassyglide", "highhorsepower", "protect", "uturn", "woodhammer"],
6302
- randomDoubleBattleLevel: 80,
6303
4691
  tier: "OU",
6304
4692
  doublesTier: "DOU",
6305
4693
  natDexTier: "OU",
6306
4694
  },
6307
4695
  rillaboomgmax: {
6308
- randomBattleMoves: ["acrobatics", "grassyglide", "highhorsepower", "knockoff", "swordsdance"],
6309
- randomBattleLevel: 78,
6310
4696
  isNonstandard: "Gigantamax",
6311
4697
  tier: "AG",
6312
4698
  doublesTier: "(DUber)",
@@ -6319,17 +4705,11 @@ export const FormatsData = {
6319
4705
  tier: "NFE",
6320
4706
  },
6321
4707
  cinderace: {
6322
- randomBattleMoves: ["courtchange", "gunkshot", "highjumpkick", "pyroball", "uturn", "zenheadbutt"],
6323
- randomBattleLevel: 74,
6324
- randomDoubleBattleMoves: ["courtchange", "gunkshot", "highjumpkick", "protect", "pyroball", "suckerpunch", "uturn"],
6325
- randomDoubleBattleLevel: 80,
6326
4708
  tier: "Uber",
6327
4709
  doublesTier: "DUU",
6328
4710
  natDexTier: "Uber",
6329
4711
  },
6330
4712
  cinderacegmax: {
6331
- randomBattleLevel: 74,
6332
- randomBattleMoves: ["bulkup", "highjumpkick", "pyroball", "suckerpunch"],
6333
4713
  isNonstandard: "Gigantamax",
6334
4714
  tier: "AG",
6335
4715
  doublesTier: "(DUber)",
@@ -6342,19 +4722,11 @@ export const FormatsData = {
6342
4722
  tier: "NFE",
6343
4723
  },
6344
4724
  inteleon: {
6345
- randomBattleMoves: ["airslash", "darkpulse", "hydropump", "icebeam", "scald", "uturn"],
6346
- randomBattleLevel: 80,
6347
- randomDoubleBattleMoves: ["airslash", "hydropump", "icebeam", "muddywater", "uturn"],
6348
- randomDoubleBattleLevel: 84,
6349
4725
  tier: "PUBL",
6350
4726
  doublesTier: "(DUU)",
6351
4727
  natDexTier: "RU",
6352
4728
  },
6353
4729
  inteleongmax: {
6354
- randomBattleMoves: ["airslash", "focusenergy", "icebeam", "surf"],
6355
- randomBattleLevel: 80,
6356
- randomDoubleBattleMoves: ["focusenergy", "hydropump", "icebeam", "muddywater"],
6357
- randomDoubleBattleLevel: 84,
6358
4730
  isNonstandard: "Gigantamax",
6359
4731
  tier: "AG",
6360
4732
  doublesTier: "(DUber)",
@@ -6364,10 +4736,6 @@ export const FormatsData = {
6364
4736
  tier: "LC",
6365
4737
  },
6366
4738
  greedent: {
6367
- randomBattleMoves: ["bodyslam", "earthquake", "firefang", "payback", "swordsdance"],
6368
- randomBattleLevel: 84,
6369
- randomDoubleBattleMoves: ["bodyslam", "gyroball", "protect", "stompingtantrum", "swordsdance"],
6370
- randomDoubleBattleLevel: 88,
6371
4739
  tier: "(PU)",
6372
4740
  doublesTier: "(DUU)",
6373
4741
  natDexTier: "RU",
@@ -6379,10 +4747,6 @@ export const FormatsData = {
6379
4747
  tier: "NFE",
6380
4748
  },
6381
4749
  corviknight: {
6382
- randomBattleMoves: ["bodypress", "bravebird", "bulkup", "defog", "roost"],
6383
- randomBattleLevel: 78,
6384
- randomDoubleBattleMoves: ["bodypress", "bravebird", "bulkup", "roost", "tailwind"],
6385
- randomDoubleBattleLevel: 80,
6386
4750
  tier: "OU",
6387
4751
  doublesTier: "(DUU)",
6388
4752
  natDexTier: "OU",
@@ -6400,15 +4764,11 @@ export const FormatsData = {
6400
4764
  tier: "NFE",
6401
4765
  },
6402
4766
  orbeetle: {
6403
- randomBattleMoves: ["bodypress", "bugbuzz", "calmmind", "psychic", "recover", "stickyweb", "uturn"],
6404
- randomBattleLevel: 86,
6405
4767
  tier: "(PU)",
6406
4768
  doublesTier: "(DUU)",
6407
4769
  natDexTier: "RU",
6408
4770
  },
6409
4771
  orbeetlegmax: {
6410
- randomDoubleBattleMoves: ["helpinghand", "hypnosis", "lightscreen", "psychic", "reflect", "stickyweb", "strugglebug"],
6411
- randomDoubleBattleLevel: 88,
6412
4772
  isNonstandard: "Gigantamax",
6413
4773
  tier: "AG",
6414
4774
  doublesTier: "(DUber)",
@@ -6418,10 +4778,6 @@ export const FormatsData = {
6418
4778
  tier: "LC",
6419
4779
  },
6420
4780
  thievul: {
6421
- randomBattleMoves: ["darkpulse", "foulplay", "grassknot", "nastyplot", "partingshot", "psychic"],
6422
- randomBattleLevel: 86,
6423
- randomDoubleBattleMoves: ["faketears", "foulplay", "partingshot", "snarl", "taunt"],
6424
- randomDoubleBattleLevel: 89,
6425
4781
  tier: "(PU)",
6426
4782
  doublesTier: "(DUU)",
6427
4783
  natDexTier: "RU",
@@ -6430,10 +4786,6 @@ export const FormatsData = {
6430
4786
  tier: "LC",
6431
4787
  },
6432
4788
  eldegoss: {
6433
- randomBattleMoves: ["energyball", "leechseed", "pollenpuff", "rapidspin", "sleeppowder"],
6434
- randomBattleLevel: 90,
6435
- randomDoubleBattleMoves: ["charm", "energyball", "helpinghand", "pollenpuff", "protect", "sleeppowder"],
6436
- randomDoubleBattleLevel: 90,
6437
4789
  tier: "PU",
6438
4790
  doublesTier: "(DUU)",
6439
4791
  natDexTier: "RU",
@@ -6442,10 +4794,6 @@ export const FormatsData = {
6442
4794
  tier: "LC",
6443
4795
  },
6444
4796
  dubwool: {
6445
- randomBattleMoves: ["bodypress", "cottonguard", "rest", "sleeptalk"],
6446
- randomBattleLevel: 86,
6447
- randomDoubleBattleMoves: ["doubleedge", "swordsdance", "thunderwave", "wildcharge", "zenheadbutt"],
6448
- randomDoubleBattleLevel: 90,
6449
4797
  tier: "(PU)",
6450
4798
  doublesTier: "(DUU)",
6451
4799
  natDexTier: "RU",
@@ -6454,11 +4802,6 @@ export const FormatsData = {
6454
4802
  tier: "LC",
6455
4803
  },
6456
4804
  drednaw: {
6457
- randomBattleMoves: ["liquidation", "stealthrock", "stoneedge", "superpower", "swordsdance"],
6458
- randomBattleLevel: 84,
6459
- randomDoubleBattleMoves: ["highhorsepower", "liquidation", "protect", "rockslide", "superpower", "swordsdance"],
6460
- randomDoubleBattleLevel: 84,
6461
- randomBattleNoDynamaxMoves: ["liquidation", "raindance", "stealthrock", "stoneedge", "superpower"],
6462
4805
  tier: "(PU)",
6463
4806
  doublesTier: "(DUU)",
6464
4807
  natDexTier: "RU",
@@ -6473,10 +4816,6 @@ export const FormatsData = {
6473
4816
  tier: "LC",
6474
4817
  },
6475
4818
  boltund: {
6476
- randomBattleMoves: ["bulkup", "crunch", "firefang", "playrough", "psychicfangs", "thunderfang", "voltswitch"],
6477
- randomBattleLevel: 84,
6478
- randomDoubleBattleMoves: ["crunch", "firefang", "nuzzle", "playrough", "protect", "psychicfangs", "snarl", "thunderfang"],
6479
- randomDoubleBattleLevel: 86,
6480
4819
  tier: "(PU)",
6481
4820
  doublesTier: "(DUU)",
6482
4821
  natDexTier: "RU",
@@ -6493,10 +4832,6 @@ export const FormatsData = {
6493
4832
  natDexTier: "RU",
6494
4833
  },
6495
4834
  coalossalgmax: {
6496
- randomBattleMoves: ["overheat", "rapidspin", "spikes", "stealthrock", "stoneedge", "willowisp"],
6497
- randomBattleLevel: 87,
6498
- randomDoubleBattleMoves: ["fireblast", "incinerate", "protect", "stealthrock", "stoneedge", "willowisp"],
6499
- randomDoubleBattleLevel: 85,
6500
4835
  isNonstandard: "Gigantamax",
6501
4836
  tier: "AG",
6502
4837
  doublesTier: "(DUber)",
@@ -6506,10 +4841,6 @@ export const FormatsData = {
6506
4841
  tier: "LC",
6507
4842
  },
6508
4843
  flapple: {
6509
- randomBattleMoves: ["dragondance", "gravapple", "outrage", "suckerpunch", "uturn"],
6510
- randomBattleLevel: 84,
6511
- randomDoubleBattleMoves: ["acrobatics", "dragondance", "dragonrush", "gravapple", "protect"],
6512
- randomDoubleBattleLevel: 89,
6513
4844
  tier: "(PU)",
6514
4845
  doublesTier: "(DUU)",
6515
4846
  natDexTier: "RU",
@@ -6521,17 +4852,11 @@ export const FormatsData = {
6521
4852
  natDexTier: "(Uber)",
6522
4853
  },
6523
4854
  appletun: {
6524
- randomBattleMoves: ["appleacid", "dragonpulse", "leechseed", "recover"],
6525
- randomBattleLevel: 90,
6526
- randomDoubleBattleMoves: ["appleacid", "dragonpulse", "leechseed", "protect", "recover"],
6527
- randomDoubleBattleLevel: 90,
6528
4855
  tier: "(PU)",
6529
4856
  doublesTier: "(DUU)",
6530
4857
  natDexTier: "RU",
6531
4858
  },
6532
4859
  appletungmax: {
6533
- randomBattleMoves: ["appleacid", "dracometeor", "leechseed", "recover"],
6534
- randomBattleLevel: 90,
6535
4860
  isNonstandard: "Gigantamax",
6536
4861
  tier: "AG",
6537
4862
  doublesTier: "(DUber)",
@@ -6541,25 +4866,17 @@ export const FormatsData = {
6541
4866
  tier: "LC",
6542
4867
  },
6543
4868
  sandaconda: {
6544
- randomBattleMoves: ["coil", "earthquake", "glare", "rest", "stealthrock", "stoneedge"],
6545
- randomBattleLevel: 84,
6546
4869
  tier: "PU",
6547
4870
  doublesTier: "(DUU)",
6548
4871
  natDexTier: "RU",
6549
4872
  },
6550
4873
  sandacondagmax: {
6551
- randomDoubleBattleMoves: ["coil", "glare", "highhorsepower", "protect", "stoneedge"],
6552
- randomDoubleBattleLevel: 86,
6553
4874
  isNonstandard: "Gigantamax",
6554
4875
  tier: "AG",
6555
4876
  doublesTier: "(DUber)",
6556
4877
  natDexTier: "(Uber)",
6557
4878
  },
6558
4879
  cramorant: {
6559
- randomBattleMoves: ["bravebird", "defog", "roost", "superpower", "surf"],
6560
- randomBattleLevel: 84,
6561
- randomDoubleBattleMoves: ["bravebird", "icebeam", "protect", "roost", "surf", "tailwind"],
6562
- randomDoubleBattleLevel: 88,
6563
4880
  tier: "(PU)",
6564
4881
  doublesTier: "(DUU)",
6565
4882
  natDexTier: "RU",
@@ -6578,10 +4895,6 @@ export const FormatsData = {
6578
4895
  tier: "LC",
6579
4896
  },
6580
4897
  barraskewda: {
6581
- randomBattleMoves: ["closecombat", "crunch", "liquidation", "poisonjab", "psychicfangs"],
6582
- randomBattleLevel: 80,
6583
- randomDoubleBattleMoves: ["closecombat", "drillrun", "flipturn", "liquidation", "poisonjab"],
6584
- randomDoubleBattleLevel: 84,
6585
4898
  tier: "OU",
6586
4899
  doublesTier: "(DUU)",
6587
4900
  natDexTier: "RU",
@@ -6590,30 +4903,22 @@ export const FormatsData = {
6590
4903
  tier: "LC",
6591
4904
  },
6592
4905
  toxtricity: {
6593
- randomBattleMoves: ["boomburst", "overdrive", "shiftgear", "sludgewave", "voltswitch"],
6594
- randomBattleLevel: 82,
6595
4906
  tier: "RU",
6596
4907
  doublesTier: "(DUU)",
6597
4908
  natDexTier: "RU",
6598
4909
  },
6599
4910
  toxtricitylowkey: {
6600
- randomBattleMoves: ["boomburst", "overdrive", "sludgewave", "voltswitch"],
6601
- randomBattleLevel: 82,
6602
4911
  tier: "RU",
6603
4912
  doublesTier: "(DUU)",
6604
4913
  natDexTier: "RU",
6605
4914
  },
6606
4915
  toxtricitygmax: {
6607
- randomDoubleBattleMoves: ["boomburst", "overdrive", "shiftgear", "sludgebomb", "snarl", "voltswitch"],
6608
- randomDoubleBattleLevel: 84,
6609
4916
  isNonstandard: "Gigantamax",
6610
4917
  tier: "AG",
6611
4918
  doublesTier: "(DUber)",
6612
4919
  natDexTier: "(Uber)",
6613
4920
  },
6614
4921
  toxtricitylowkeygmax: {
6615
- randomDoubleBattleMoves: ["boomburst", "overdrive", "sludgebomb", "snarl", "voltswitch"],
6616
- randomDoubleBattleLevel: 84,
6617
4922
  isNonstandard: "Gigantamax",
6618
4923
  tier: "AG",
6619
4924
  doublesTier: "(DUber)",
@@ -6623,17 +4928,11 @@ export const FormatsData = {
6623
4928
  tier: "LC",
6624
4929
  },
6625
4930
  centiskorch: {
6626
- randomBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip"],
6627
- randomBattleLevel: 84,
6628
- randomDoubleBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip", "protect"],
6629
- randomDoubleBattleLevel: 89,
6630
4931
  tier: "(PU)",
6631
4932
  doublesTier: "(DUU)",
6632
4933
  natDexTier: "RU",
6633
4934
  },
6634
4935
  centiskorchgmax: {
6635
- randomDoubleBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip", "protect"],
6636
- randomDoubleBattleLevel: 89,
6637
4936
  isNonstandard: "Gigantamax",
6638
4937
  tier: "AG",
6639
4938
  doublesTier: "(DUber)",
@@ -6643,10 +4942,6 @@ export const FormatsData = {
6643
4942
  tier: "LC",
6644
4943
  },
6645
4944
  grapploct: {
6646
- randomBattleMoves: ["brutalswing", "bulkup", "drainpunch", "icepunch", "suckerpunch"],
6647
- randomBattleLevel: 86,
6648
- randomDoubleBattleMoves: ["closecombat", "coaching", "drainpunch", "icepunch", "octolock", "protect"],
6649
- randomDoubleBattleLevel: 88,
6650
4945
  tier: "(PU)",
6651
4946
  doublesTier: "(DUU)",
6652
4947
  natDexTier: "RU",
@@ -6658,10 +4953,6 @@ export const FormatsData = {
6658
4953
  tier: "LC",
6659
4954
  },
6660
4955
  polteageist: {
6661
- randomBattleMoves: ["gigadrain", "shadowball", "shellsmash", "storedpower", "strengthsap"],
6662
- randomBattleLevel: 78,
6663
- randomDoubleBattleMoves: ["gigadrain", "protect", "shadowball", "shellsmash", "storedpower"],
6664
- randomDoubleBattleLevel: 84,
6665
4956
  tier: "RU",
6666
4957
  doublesTier: "(DUU)",
6667
4958
  natDexTier: "RUBL",
@@ -6678,10 +4969,6 @@ export const FormatsData = {
6678
4969
  natDexTier: "UU",
6679
4970
  },
6680
4971
  hatterenegmax: {
6681
- randomBattleMoves: ["calmmind", "dazzlinggleam", "mysticalfire", "psychic", "psyshock", "trickroom"],
6682
- randomBattleLevel: 86,
6683
- randomDoubleBattleMoves: ["dazzlinggleam", "mysticalfire", "protect", "psychic", "trickroom"],
6684
- randomDoubleBattleLevel: 80,
6685
4972
  isNonstandard: "Gigantamax",
6686
4973
  tier: "AG",
6687
4974
  doublesTier: "(DUber)",
@@ -6694,17 +4981,11 @@ export const FormatsData = {
6694
4981
  tier: "NFE",
6695
4982
  },
6696
4983
  grimmsnarl: {
6697
- randomBattleMoves: ["lightscreen", "reflect", "spiritbreak", "taunt", "thunderwave"],
6698
- randomBattleLevel: 82,
6699
4984
  tier: "NU",
6700
4985
  doublesTier: "DUU",
6701
4986
  natDexTier: "RU",
6702
4987
  },
6703
4988
  grimmsnarlgmax: {
6704
- randomBattleMoves: ["bulkup", "darkestlariat", "playrough", "rest", "suckerpunch", "trick"],
6705
- randomBattleLevel: 82,
6706
- randomDoubleBattleMoves: ["darkestlariat", "fakeout", "lightscreen", "reflect", "spiritbreak", "taunt", "thunderwave"],
6707
- randomDoubleBattleLevel: 84,
6708
4989
  isNonstandard: "Gigantamax",
6709
4990
  tier: "AG",
6710
4991
  doublesTier: "(DUber)",
@@ -6719,29 +5000,17 @@ export const FormatsData = {
6719
5000
  natDexTier: "RU",
6720
5001
  },
6721
5002
  alcremiegmax: {
6722
- randomBattleMoves: ["calmmind", "dazzlinggleam", "mysticalfire", "psychic", "recover"],
6723
- randomBattleLevel: 86,
6724
- randomDoubleBattleMoves: ["dazzlinggleam", "decorate", "mysticalfire", "protect", "recover"],
6725
- randomDoubleBattleLevel: 85,
6726
5003
  isNonstandard: "Gigantamax",
6727
5004
  tier: "AG",
6728
5005
  doublesTier: "(DUber)",
6729
5006
  natDexTier: "(Uber)",
6730
5007
  },
6731
5008
  falinks: {
6732
- randomBattleMoves: ["closecombat", "noretreat", "poisonjab", "rockslide", "throatchop"],
6733
- randomBattleLevel: 84,
6734
- randomDoubleBattleMoves: ["closecombat", "noretreat", "poisonjab", "rockslide", "throatchop"],
6735
- randomDoubleBattleLevel: 86,
6736
5009
  tier: "(PU)",
6737
5010
  doublesTier: "(DUU)",
6738
5011
  natDexTier: "RU",
6739
5012
  },
6740
5013
  pincurchin: {
6741
- randomBattleMoves: ["risingvoltage", "scald", "spikes", "suckerpunch", "toxicspikes"],
6742
- randomBattleLevel: 88,
6743
- randomDoubleBattleMoves: ["acupressure", "protect", "risingvoltage", "scald", "suckerpunch"],
6744
- randomDoubleBattleLevel: 90,
6745
5014
  tier: "(PU)",
6746
5015
  doublesTier: "(DUU)",
6747
5016
  natDexTier: "RU",
@@ -6750,55 +5019,31 @@ export const FormatsData = {
6750
5019
  tier: "LC",
6751
5020
  },
6752
5021
  frosmoth: {
6753
- randomBattleMoves: ["bugbuzz", "gigadrain", "hurricane", "icebeam", "quiverdance"],
6754
- randomBattleLevel: 82,
6755
- randomDoubleBattleMoves: ["bugbuzz", "gigadrain", "hurricane", "icebeam", "protect", "quiverdance", "wideguard"],
6756
- randomDoubleBattleLevel: 88,
6757
5022
  tier: "PU",
6758
5023
  doublesTier: "(DUU)",
6759
5024
  natDexTier: "RU",
6760
5025
  },
6761
5026
  stonjourner: {
6762
- randomBattleMoves: ["earthquake", "heatcrash", "rockpolish", "stealthrock", "stoneedge"],
6763
- randomBattleLevel: 88,
6764
- randomDoubleBattleMoves: ["bodypress", "heatcrash", "heavyslam", "protect", "rockpolish", "stoneedge"],
6765
- randomDoubleBattleLevel: 88,
6766
5027
  tier: "(PU)",
6767
5028
  doublesTier: "(DUU)",
6768
5029
  natDexTier: "RU",
6769
5030
  },
6770
5031
  eiscue: {
6771
- randomBattleMoves: ["bellydrum", "iciclecrash", "liquidation", "substitute", "zenheadbutt"],
6772
- randomBattleLevel: 82,
6773
- randomDoubleBattleMoves: ["bellydrum", "iciclecrash", "liquidation", "protect"],
6774
- randomDoubleBattleLevel: 86,
6775
5032
  tier: "(PU)",
6776
5033
  doublesTier: "(DUU)",
6777
5034
  natDexTier: "RU",
6778
5035
  },
6779
5036
  indeedee: {
6780
- randomBattleMoves: ["calmmind", "expandingforce", "hypervoice", "mysticalfire", "trick"],
6781
- randomBattleLevel: 83,
6782
- randomDoubleBattleMoves: ["encore", "expandingforce", "hypervoice", "mysticalfire", "protect", "trick"],
6783
- randomDoubleBattleLevel: 80,
6784
5037
  tier: "NUBL",
6785
5038
  doublesTier: "DUU",
6786
5039
  natDexTier: "RU",
6787
5040
  },
6788
5041
  indeedeef: {
6789
- randomBattleMoves: ["calmmind", "expandingforce", "healingwish", "hypervoice", "mysticalfire"],
6790
- randomBattleLevel: 85,
6791
- randomDoubleBattleMoves: ["expandingforce", "followme", "healpulse", "helpinghand", "protect"],
6792
- randomDoubleBattleLevel: 80,
6793
5042
  tier: "NUBL",
6794
5043
  doublesTier: "DOU",
6795
5044
  natDexTier: "RU",
6796
5045
  },
6797
5046
  morpeko: {
6798
- randomBattleMoves: ["aurawheel", "foulplay", "partingshot", "protect", "psychicfangs", "rapidspin"],
6799
- randomBattleLevel: 86,
6800
- randomDoubleBattleMoves: ["aurawheel", "fakeout", "partingshot", "protect", "rapidspin", "superfang"],
6801
- randomDoubleBattleLevel: 88,
6802
5047
  tier: "(PU)",
6803
5048
  doublesTier: "(DUU)",
6804
5049
  natDexTier: "RU",
@@ -6812,64 +5057,37 @@ export const FormatsData = {
6812
5057
  tier: "LC",
6813
5058
  },
6814
5059
  copperajah: {
6815
- randomBattleMoves: ["earthquake", "ironhead", "playrough", "rockslide", "stealthrock"],
6816
- randomBattleLevel: 84,
6817
- randomDoubleBattleMoves: ["heatcrash", "highhorsepower", "ironhead", "playrough", "powerwhip", "protect", "stoneedge"],
6818
- randomDoubleBattleLevel: 88,
6819
5060
  tier: "NU",
6820
5061
  doublesTier: "(DUU)",
6821
5062
  natDexTier: "RU",
6822
5063
  },
6823
5064
  copperajahgmax: {
6824
- randomBattleMoves: ["earthquake", "heatcrash", "heavyslam", "powerwhip", "stoneedge"],
6825
- randomBattleLevel: 84,
6826
5065
  isNonstandard: "Gigantamax",
6827
5066
  tier: "AG",
6828
5067
  doublesTier: "(DUber)",
6829
5068
  natDexTier: "(Uber)",
6830
5069
  },
6831
5070
  dracozolt: {
6832
- randomBattleMoves: ["aerialace", "boltbeak", "earthquake", "lowkick", "outrage"],
6833
- randomBattleLevel: 78,
6834
- randomDoubleBattleMoves: ["aerialace", "boltbeak", "dragonclaw", "highhorsepower", "rockslide"],
6835
- randomDoubleBattleLevel: 82,
6836
- randomBattleNoDynamaxMoves: ["boltbeak", "dragonclaw", "earthquake", "outrage"],
6837
5071
  tier: "UUBL",
6838
5072
  doublesTier: "DUU",
6839
5073
  natDexTier: "RUBL",
6840
5074
  },
6841
5075
  arctozolt: {
6842
- randomBattleMoves: ["boltbeak", "freezedry", "iciclecrash", "stompingtantrum", "thunderwave"],
6843
- randomBattleLevel: 86,
6844
- randomDoubleBattleMoves: ["blizzard", "boltbeak", "iciclecrash", "lowkick", "protect"],
6845
- randomDoubleBattleLevel: 88,
6846
5076
  tier: "UUBL",
6847
5077
  doublesTier: "(DUU)",
6848
5078
  natDexTier: "RU",
6849
5079
  },
6850
5080
  dracovish: {
6851
- randomBattleMoves: ["crunch", "fishiousrend", "icefang", "lowkick", "psychicfangs"],
6852
- randomBattleLevel: 80,
6853
- randomDoubleBattleMoves: ["crunch", "dragonrush", "fishiousrend", "icefang", "psychicfangs"],
6854
- randomDoubleBattleLevel: 78,
6855
5081
  tier: "Uber",
6856
5082
  doublesTier: "DOU",
6857
5083
  natDexTier: "Uber",
6858
5084
  },
6859
5085
  arctovish: {
6860
- randomBattleMoves: ["bodyslam", "fishiousrend", "freezedry", "iciclecrash", "psychicfangs"],
6861
- randomBattleLevel: 86,
6862
- randomDoubleBattleMoves: ["blizzard", "fishiousrend", "iciclecrash", "protect", "superfang"],
6863
- randomDoubleBattleLevel: 88,
6864
5086
  tier: "(PU)",
6865
5087
  doublesTier: "(DUU)",
6866
5088
  natDexTier: "RU",
6867
5089
  },
6868
5090
  duraludon: {
6869
- randomBattleMoves: ["bodypress", "dracometeor", "flashcannon", "stealthrock", "thunderbolt"],
6870
- randomBattleLevel: 84,
6871
- randomDoubleBattleMoves: ["bodypress", "dracometeor", "dragonpulse", "flashcannon", "protect", "snarl", "thunderbolt"],
6872
- randomDoubleBattleLevel: 87,
6873
5091
  tier: "PUBL",
6874
5092
  doublesTier: "(DUU)",
6875
5093
  natDexTier: "RU",
@@ -6887,55 +5105,31 @@ export const FormatsData = {
6887
5105
  tier: "NFE",
6888
5106
  },
6889
5107
  dragapult: {
6890
- randomBattleMoves: ["dracometeor", "fireblast", "shadowball", "thunderbolt", "uturn"],
6891
- randomBattleLevel: 78,
6892
- randomDoubleBattleMoves: ["dragondarts", "fireblast", "protect", "shadowball", "thunderbolt", "thunderwave"],
6893
- randomDoubleBattleLevel: 80,
6894
5108
  tier: "OU",
6895
5109
  doublesTier: "DOU",
6896
5110
  natDexTier: "Uber",
6897
5111
  },
6898
5112
  zacian: {
6899
- randomBattleMoves: ["closecombat", "crunch", "playrough", "psychicfangs", "swordsdance"],
6900
- randomBattleLevel: 68,
6901
- randomDoubleBattleMoves: ["closecombat", "crunch", "playrough", "protect", "psychicfangs", "swordsdance"],
6902
- randomDoubleBattleLevel: 72,
6903
5113
  tier: "AG",
6904
5114
  doublesTier: "DUber",
6905
5115
  natDexTier: "Uber",
6906
5116
  },
6907
5117
  zaciancrowned: {
6908
- randomBattleMoves: ["behemothblade", "closecombat", "crunch", "playrough", "psychicfangs", "swordsdance"],
6909
- randomBattleLevel: 62,
6910
- randomDoubleBattleMoves: ["behemothblade", "closecombat", "playrough", "protect", "psychicfangs", "swordsdance"],
6911
- randomDoubleBattleLevel: 65,
6912
5118
  tier: "AG",
6913
5119
  doublesTier: "DUber",
6914
5120
  natDexTier: "Uber",
6915
5121
  },
6916
5122
  zamazenta: {
6917
- randomBattleMoves: ["closecombat", "crunch", "psychicfangs", "wildcharge"],
6918
- randomBattleLevel: 73,
6919
- randomDoubleBattleMoves: ["closecombat", "crunch", "playrough", "protect", "psychicfangs"],
6920
- randomDoubleBattleLevel: 74,
6921
5123
  tier: "Uber",
6922
5124
  doublesTier: "DUber",
6923
5125
  natDexTier: "Uber",
6924
5126
  },
6925
5127
  zamazentacrowned: {
6926
- randomBattleMoves: ["behemothbash", "closecombat", "crunch", "howl", "psychicfangs"],
6927
- randomBattleLevel: 71,
6928
- randomDoubleBattleMoves: ["behemothbash", "closecombat", "crunch", "howl", "protect"],
6929
- randomDoubleBattleLevel: 72,
6930
5128
  tier: "Uber",
6931
5129
  doublesTier: "DUber",
6932
5130
  natDexTier: "Uber",
6933
5131
  },
6934
5132
  eternatus: {
6935
- randomBattleMoves: ["dynamaxcannon", "flamethrower", "recover", "sludgewave", "toxic"],
6936
- randomBattleLevel: 69,
6937
- randomDoubleBattleMoves: ["cosmicpower", "dynamaxcannon", "flamethrower", "recover"],
6938
- randomDoubleBattleLevel: 72,
6939
5133
  tier: "Uber",
6940
5134
  doublesTier: "DUber",
6941
5135
  natDexTier: "Uber",
@@ -6948,114 +5142,64 @@ export const FormatsData = {
6948
5142
  tier: "NFE",
6949
5143
  },
6950
5144
  urshifu: {
6951
- randomBattleMoves: ["closecombat", "ironhead", "suckerpunch", "uturn", "wickedblow"],
6952
- randomBattleLevel: 76,
6953
- randomDoubleBattleMoves: ["closecombat", "ironhead", "protect", "suckerpunch", "wickedblow"],
6954
- randomDoubleBattleLevel: 76,
6955
5145
  tier: "Uber",
6956
5146
  doublesTier: "DUber",
6957
5147
  natDexTier: "Uber",
6958
5148
  },
6959
5149
  urshifurapidstrike: {
6960
- randomBattleMoves: ["bulkup", "drainpunch", "substitute", "surgingstrikes"],
6961
- randomBattleLevel: 78,
6962
- randomDoubleBattleMoves: ["aquajet", "closecombat", "icepunch", "protect", "surgingstrikes", "uturn"],
6963
- randomDoubleBattleLevel: 80,
6964
5150
  tier: "OU",
6965
5151
  doublesTier: "DOU",
6966
5152
  natDexTier: "UU",
6967
5153
  },
6968
5154
  urshifugmax: {
6969
- randomBattleMoves: ["bulkup", "drainpunch", "substitute", "wickedblow"],
6970
- randomBattleLevel: 76,
6971
5155
  isNonstandard: "Gigantamax",
6972
5156
  tier: "AG",
6973
5157
  doublesTier: "(DUber)",
6974
5158
  natDexTier: "(Uber)",
6975
5159
  },
6976
5160
  urshifurapidstrikegmax: {
6977
- randomBattleMoves: ["bulkup", "closecombat", "icepunch", "surgingstrikes", "uturn"],
6978
- randomBattleLevel: 78,
6979
5161
  isNonstandard: "Gigantamax",
6980
5162
  tier: "AG",
6981
5163
  doublesTier: "(DUber)",
6982
5164
  natDexTier: "(Uber)",
6983
5165
  },
6984
5166
  zarude: {
6985
- randomBattleMoves: ["bulkup", "closecombat", "darkestlariat", "junglehealing", "powerwhip", "uturn"],
6986
- randomBattleLevel: 78,
6987
- randomDoubleBattleMoves: ["closecombat", "darkestlariat", "junglehealing", "powerwhip", "protect"],
6988
- randomDoubleBattleLevel: 80,
6989
5167
  tier: "UU",
6990
5168
  doublesTier: "(DUU)",
6991
5169
  natDexTier: "RU",
6992
5170
  },
6993
- zarudedada: {
6994
- randomBattleMoves: ["bulkup", "closecombat", "darkestlariat", "junglehealing", "powerwhip", "uturn"],
6995
- randomBattleLevel: 78,
6996
- randomDoubleBattleMoves: ["closecombat", "darkestlariat", "junglehealing", "powerwhip", "protect"],
6997
- randomDoubleBattleLevel: 80,
6998
- },
5171
+ zarudedada: {},
6999
5172
  regieleki: {
7000
- randomBattleMoves: ["explosion", "substitute", "thunderbolt", "voltswitch"],
7001
- randomBattleLevel: 78,
7002
- randomDoubleBattleMoves: ["electroweb", "extremespeed", "protect", "thundercage", "voltswitch"],
7003
- randomDoubleBattleLevel: 82,
7004
- randomBattleNoDynamaxMoves: ["explosion", "rapidspin", "thunderbolt", "voltswitch"],
7005
5173
  tier: "UU",
7006
5174
  doublesTier: "DOU",
7007
5175
  natDexTier: "UU",
7008
5176
  },
7009
5177
  regidrago: {
7010
- randomBattleMoves: ["dracometeor", "dragondance", "firefang", "hammerarm", "outrage"],
7011
- randomBattleLevel: 78,
7012
- randomDoubleBattleMoves: ["crunch", "dragonclaw", "dragonenergy", "firefang"],
7013
- randomDoubleBattleLevel: 78,
7014
5178
  tier: "NUBL",
7015
5179
  doublesTier: "(DUU)",
7016
5180
  natDexTier: "RU",
7017
5181
  },
7018
5182
  glastrier: {
7019
- randomBattleMoves: ["closecombat", "highhorsepower", "iciclecrash", "swordsdance"],
7020
- randomBattleLevel: 82,
7021
- randomDoubleBattleMoves: ["closecombat", "highhorsepower", "iciclecrash", "protect"],
7022
- randomDoubleBattleLevel: 82,
7023
5183
  tier: "(PU)",
7024
5184
  doublesTier: "(DUU)",
7025
5185
  natDexTier: "RU",
7026
5186
  },
7027
5187
  spectrier: {
7028
- randomBattleMoves: ["darkpulse", "nastyplot", "shadowball", "substitute"],
7029
- randomBattleLevel: 74,
7030
- randomDoubleBattleMoves: ["darkpulse", "nastyplot", "protect", "shadowball"],
7031
- randomDoubleBattleLevel: 78,
7032
5188
  tier: "Uber",
7033
5189
  doublesTier: "DUU",
7034
5190
  natDexTier: "Uber",
7035
5191
  },
7036
5192
  calyrex: {
7037
- randomBattleMoves: ["calmmind", "gigadrain", "leechseed", "psyshock", "substitute"],
7038
- randomBattleLevel: 88,
7039
- randomDoubleBattleMoves: ["helpinghand", "leafstorm", "pollenpuff", "protect"],
7040
- randomDoubleBattleLevel: 94,
7041
5193
  tier: "(PU)",
7042
5194
  doublesTier: "(DUU)",
7043
5195
  natDexTier: "RU",
7044
5196
  },
7045
5197
  calyrexice: {
7046
- randomBattleMoves: ["agility", "closecombat", "glaciallance", "highhorsepower", "trickroom"],
7047
- randomBattleLevel: 72,
7048
- randomDoubleBattleMoves: ["closecombat", "glaciallance", "highhorsepower", "swordsdance", "trickroom"],
7049
- randomDoubleBattleLevel: 72,
7050
5198
  tier: "Uber",
7051
5199
  doublesTier: "DUber",
7052
5200
  natDexTier: "Uber",
7053
5201
  },
7054
5202
  calyrexshadow: {
7055
- randomBattleMoves: ["astralbarrage", "nastyplot", "pollenpuff", "psyshock", "substitute", "trick"],
7056
- randomBattleLevel: 65,
7057
- randomDoubleBattleMoves: ["astralbarrage", "nastyplot", "pollenpuff", "protect", "psyshock"],
7058
- randomDoubleBattleLevel: 68,
7059
5203
  tier: "Uber",
7060
5204
  doublesTier: "DUber",
7061
5205
  natDexTier: "Uber",