@pkmn/mods 0.5.5 → 0.5.6

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.
@@ -20,7 +20,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
20
20
  tier: "NFE",
21
21
  },
22
22
  charizard: {
23
- tier: "RU",
23
+ tier: "NU",
24
24
  doublesTier: "DUU",
25
25
  randomBattleMoves: ["airslash", "earthquake", "fireblast", "focusblast", "roost"],
26
26
  },
@@ -42,7 +42,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
42
42
  tier: "NFE",
43
43
  },
44
44
  butterfree: {
45
- tier: "RU",
45
+ tier: "NU",
46
46
  doublesTier: "DUU",
47
47
  randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "quiverdance", "sleeppowder"],
48
48
  },
@@ -53,7 +53,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
53
53
  tier: "NFE",
54
54
  },
55
55
  beedrill: {
56
- tier: "RU",
56
+ tier: "NU",
57
57
  doublesTier: "DUU",
58
58
  randomBattleMoves: ["poisonjab", "protect", "toxicspikes", "uturn"],
59
59
  },
@@ -68,7 +68,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
68
68
  tier: "NFE",
69
69
  },
70
70
  pidgeot: {
71
- tier: "RU",
71
+ tier: "NU",
72
72
  doublesTier: "DUU",
73
73
  randomBattleMoves: ["bravebird", "defog", "quickattack", "roost", "steelwing", "uturn"],
74
74
  },
@@ -80,7 +80,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
80
80
  tier: "LC",
81
81
  },
82
82
  raticate: {
83
- tier: "RU",
83
+ tier: "NU",
84
84
  doublesTier: "DUU",
85
85
  randomBattleMoves: ["crunch", "facade", "flamewheel", "protect", "suckerpunch", "swordsdance"],
86
86
  },
@@ -88,7 +88,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
88
88
  tier: "LC",
89
89
  },
90
90
  fearow: {
91
- tier: "RU",
91
+ tier: "NU",
92
92
  doublesTier: "DUU",
93
93
  randomBattleMoves: ["drillpeck", "drillrun", "gigaimpact", "uturn"],
94
94
  },
@@ -96,7 +96,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
96
96
  tier: "LC",
97
97
  },
98
98
  arbok: {
99
- tier: "RU",
99
+ tier: "NU",
100
100
  doublesTier: "DUU",
101
101
  randomBattleMoves: ["earthquake", "glare", "gunkshot", "suckerpunch"],
102
102
  },
@@ -108,15 +108,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
108
108
  randomBattleMoves: ["grassknot", "surf", "voltswitch", "volttackle"],
109
109
  },
110
110
  raichu: {
111
- tier: "RU",
112
- doublesTier: "DUU",
111
+ tier: "NU",
112
+ doublesTier: "DOU",
113
113
  randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "surf", "thunderbolt"],
114
114
  },
115
115
  sandshrew: {
116
116
  tier: "LC",
117
117
  },
118
118
  sandslash: {
119
- tier: "RU",
119
+ tier: "NU",
120
120
  doublesTier: "DUU",
121
121
  randomBattleMoves: ["earthquake", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
122
122
  },
@@ -168,7 +168,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
168
168
  tier: "NFE",
169
169
  },
170
170
  wigglytuff: {
171
- tier: "RU",
171
+ tier: "NU",
172
172
  doublesTier: "DUU",
173
173
  randomBattleMoves: ["dazzlinggleam", "fireblast", "lightscreen", "reflect", "stealthrock", "thunderwave"],
174
174
  },
@@ -180,7 +180,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
180
180
  },
181
181
  crobat: {
182
182
  tier: "UU",
183
- doublesTier: "DOU",
183
+ doublesTier: "DUU",
184
184
  randomBattleMoves: ["bravebird", "defog", "roost", "toxic", "uturn"],
185
185
  },
186
186
  oddish: {
@@ -195,15 +195,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
195
195
  randomBattleMoves: ["aromatherapy", "gigadrain", "sleeppowder", "sludgebomb", "strengthsap"],
196
196
  },
197
197
  bellossom: {
198
- tier: "RU",
199
- doublesTier: "DUU",
198
+ tier: "NU",
199
+ doublesTier: "DOU",
200
200
  randomBattleMoves: ["gigadrain", "moonblast", "quiverdance", "sleeppowder", "strengthsap"],
201
201
  },
202
202
  paras: {
203
203
  tier: "LC",
204
204
  },
205
205
  parasect: {
206
- tier: "RU",
206
+ tier: "NU",
207
207
  doublesTier: "DUU",
208
208
  randomBattleMoves: ["leechseed", "spore", "substitute", "xscissor"],
209
209
  },
@@ -211,7 +211,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
211
211
  tier: "LC",
212
212
  },
213
213
  venomoth: {
214
- tier: "RU",
214
+ tier: "RUBL",
215
215
  doublesTier: "DUU",
216
216
  randomBattleMoves: ["bugbuzz", "quiverdance", "sleeppowder", "sludgebomb", "substitute"],
217
217
  },
@@ -219,7 +219,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
219
219
  tier: "LC",
220
220
  },
221
221
  dugtrio: {
222
- tier: "RU",
222
+ tier: "NU",
223
223
  doublesTier: "DUU",
224
224
  randomBattleMoves: ["aerialace", "earthquake", "stoneedge", "suckerpunch"],
225
225
  },
@@ -227,7 +227,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
227
227
  tier: "LC",
228
228
  },
229
229
  persian: {
230
- tier: "RU",
230
+ tier: "NU",
231
231
  doublesTier: "DUU",
232
232
  randomBattleMoves: ["aerialace", "bite", "fakeout", "covet", "uturn"],
233
233
  },
@@ -235,7 +235,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
235
235
  tier: "LC",
236
236
  },
237
237
  golduck: {
238
- tier: "RU",
238
+ tier: "NU",
239
239
  doublesTier: "DUU",
240
240
  randomBattleMoves: ["calmmind", "encore", "focusblast", "hydropump", "hypnosis", "icebeam"],
241
241
  },
@@ -251,7 +251,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
251
251
  tier: "LC",
252
252
  },
253
253
  arcanine: {
254
- tier: "RU",
254
+ tier: "UU",
255
255
  doublesTier: "DOU",
256
256
  randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "willowisp"],
257
257
  },
@@ -262,12 +262,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
262
262
  tier: "NFE",
263
263
  },
264
264
  poliwrath: {
265
- tier: "RU",
265
+ tier: "NU",
266
266
  doublesTier: "DUU",
267
267
  randomBattleMoves: ["bulkup", "drainpunch", "poisonjab", "raindance", "waterfall"],
268
268
  },
269
269
  politoed: {
270
- tier: "RU",
270
+ tier: "NU",
271
271
  doublesTier: "DOU",
272
272
  randomBattleMoves: ["encore", "hypnosis", "icebeam", "rest", "scald"],
273
273
  },
@@ -300,7 +300,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
300
300
  tier: "NFE",
301
301
  },
302
302
  victreebel: {
303
- tier: "RU",
303
+ tier: "NU",
304
304
  doublesTier: "DUU",
305
305
  randomBattleMoves: ["knockoff", "poisonjab", "powerwhip", "sleeppowder", "strengthsap", "swordsdance"],
306
306
  },
@@ -319,7 +319,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
319
319
  tier: "NFE",
320
320
  },
321
321
  golem: {
322
- tier: "RU",
322
+ tier: "NU",
323
323
  doublesTier: "DUU",
324
324
  randomBattleMoves: ["earthquake", "explosion", "heavyslam", "stealthrock", "stoneedge"],
325
325
  },
@@ -327,7 +327,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
327
327
  tier: "LC",
328
328
  },
329
329
  rapidash: {
330
- tier: "RU",
330
+ tier: "NU",
331
331
  doublesTier: "DUU",
332
332
  randomBattleMoves: ["flareblitz", "highhorsepower", "hypnosis", "morningsun", "swordsdance", "willowisp"],
333
333
  },
@@ -357,7 +357,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
357
357
  randomBattleMoves: ["flashcannon", "mirrorcoat", "thunderbolt", "voltswitch"],
358
358
  },
359
359
  farfetchd: {
360
- tier: "RU",
360
+ tier: "NU",
361
361
  doublesTier: "DUU",
362
362
  randomBattleMoves: ["bravebird", "knockoff", "leafblade", "quickattack", "slash"],
363
363
  },
@@ -365,7 +365,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
365
365
  tier: "LC",
366
366
  },
367
367
  dodrio: {
368
- tier: "RU",
368
+ tier: "NU",
369
369
  doublesTier: "DUU",
370
370
  randomBattleMoves: ["bravebird", "facade", "quickattack", "roost", "steelwing", "swordsdance"],
371
371
  },
@@ -373,7 +373,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
373
373
  tier: "LC",
374
374
  },
375
375
  dewgong: {
376
- tier: "RU",
376
+ tier: "NU",
377
377
  doublesTier: "DUU",
378
378
  randomBattleMoves: ["icebeam", "perishsong", "protect", "rest", "sleeptalk", "surf"],
379
379
  },
@@ -381,7 +381,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
381
381
  tier: "LC",
382
382
  },
383
383
  muk: {
384
- tier: "RU",
384
+ tier: "NU",
385
385
  doublesTier: "DUU",
386
386
  randomBattleMoves: ["brickbreak", "curse", "explosion", "gunkshot", "shadowsneak"],
387
387
  },
@@ -416,7 +416,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
416
416
  tier: "LC",
417
417
  },
418
418
  hypno: {
419
- tier: "RU",
419
+ tier: "NU",
420
420
  doublesTier: "DUU",
421
421
  randomBattleMoves: ["focusblast", "psychic", "shadowball", "thunderwave"],
422
422
  },
@@ -424,7 +424,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
424
424
  tier: "LC",
425
425
  },
426
426
  kingler: {
427
- tier: "RU",
427
+ tier: "NU",
428
428
  doublesTier: "DUU",
429
429
  randomBattleMoves: ["agility", "razorshell", "rockslide", "swordsdance", "xscissor"],
430
430
  },
@@ -432,7 +432,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
432
432
  tier: "LC",
433
433
  },
434
434
  electrode: {
435
- tier: "RU",
435
+ tier: "NU",
436
436
  doublesTier: "DUU",
437
437
  randomBattleMoves: ["explosion", "lightscreen", "taunt", "thunderbolt", "voltswitch"],
438
438
  },
@@ -440,7 +440,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
440
440
  tier: "LC",
441
441
  },
442
442
  exeggutor: {
443
- tier: "RU",
443
+ tier: "NU",
444
444
  doublesTier: "DUU",
445
445
  randomBattleMoves: ["gigadrain", "leechseed", "psychic", "sleeppowder", "substitute"],
446
446
  },
@@ -448,7 +448,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
448
448
  tier: "LC",
449
449
  },
450
450
  marowak: {
451
- tier: "RU",
451
+ tier: "NU",
452
452
  doublesTier: "DUU",
453
453
  randomBattleMoves: ["doubleedge", "earthquake", "stealthrock", "stoneedge"],
454
454
  },
@@ -461,7 +461,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
461
461
  randomBattleMoves: ["bulkup", "bulletpunch", "earthquake", "highjumpkick", "stoneedge"],
462
462
  },
463
463
  hitmonchan: {
464
- tier: "RU",
464
+ tier: "NU",
465
465
  doublesTier: "DUU",
466
466
  randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "machpunch", "rapidspin", "stoneedge"],
467
467
  },
@@ -474,7 +474,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
474
474
  tier: "LC",
475
475
  },
476
476
  lickilicky: {
477
- tier: "RU",
477
+ tier: "NU",
478
478
  doublesTier: "DUU",
479
479
  randomBattleMoves: ["bodyslam", "hammerarm", "knockoff", "powerwhip", "swordsdance"],
480
480
  },
@@ -482,7 +482,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
482
482
  tier: "LC",
483
483
  },
484
484
  weezing: {
485
- tier: "RU",
485
+ tier: "NU",
486
486
  doublesTier: "DUU",
487
487
  randomBattleMoves: ["explosion", "fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
488
488
  },
@@ -501,7 +501,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
501
501
  tier: "LC",
502
502
  },
503
503
  chansey: {
504
- tier: "NFE",
504
+ tier: "RU",
505
505
  },
506
506
  blissey: {
507
507
  tier: "OU",
@@ -517,7 +517,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
517
517
  randomBattleMoves: ["earthquake", "knockoff", "leechseed", "powerwhip", "sleeppowder", "sludgebomb"],
518
518
  },
519
519
  kangaskhan: {
520
- tier: "RU",
520
+ tier: "NU",
521
521
  doublesTier: "DUU",
522
522
  randomBattleMoves: ["crunch", "doubleedge", "earthquake", "fakeout", "hammerarm"],
523
523
  },
@@ -528,7 +528,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
528
528
  tier: "NFE",
529
529
  },
530
530
  kingdra: {
531
- tier: "RU",
531
+ tier: "RUBL",
532
532
  doublesTier: "DOU",
533
533
  randomBattleMoves: ["dracometeor", "hydropump", "icebeam", "raindance"],
534
534
  },
@@ -536,7 +536,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
536
536
  tier: "LC",
537
537
  },
538
538
  seaking: {
539
- tier: "RU",
539
+ tier: "NU",
540
540
  doublesTier: "DUU",
541
541
  randomBattleMoves: ["megahorn", "raindance", "swordsdance", "waterfall"],
542
542
  },
@@ -552,7 +552,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
552
552
  tier: "LC",
553
553
  },
554
554
  mrmime: {
555
- tier: "RU",
555
+ tier: "NU",
556
556
  doublesTier: "DUU",
557
557
  randomBattleMoves: ["dazzlinggleam", "focusblast", "nastyplot", "psychic", "thunderbolt"],
558
558
  },
@@ -569,7 +569,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
569
569
  tier: "LC",
570
570
  },
571
571
  jynx: {
572
- tier: "RU",
572
+ tier: "NU",
573
573
  doublesTier: "DUU",
574
574
  randomBattleMoves: ["icebeam", "lovelykiss", "nastyplot", "psychic", "substitute"],
575
575
  },
@@ -580,7 +580,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
580
580
  tier: "NFE",
581
581
  },
582
582
  electivire: {
583
- tier: "RU",
583
+ tier: "NU",
584
584
  doublesTier: "DUU",
585
585
  randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
586
586
  },
@@ -591,17 +591,17 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
591
591
  tier: "NFE",
592
592
  },
593
593
  magmortar: {
594
- tier: "RU",
594
+ tier: "NU",
595
595
  doublesTier: "DUU",
596
596
  randomBattleMoves: ["earthquake", "fireblast", "psychic", "taunt", "thunderbolt"],
597
597
  },
598
598
  pinsir: {
599
- tier: "RU",
599
+ tier: "NU",
600
600
  doublesTier: "DUU",
601
601
  randomBattleMoves: ["closecombat", "earthquake", "stealthrock", "stoneedge", "xscissor"],
602
602
  },
603
603
  tauros: {
604
- tier: "RU",
604
+ tier: "NU",
605
605
  doublesTier: "DUU",
606
606
  randomBattleMoves: ["earthquake", "rockclimb", "rockslide", "zenheadbutt"],
607
607
  },
@@ -614,7 +614,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
614
614
  randomBattleMoves: ["dragondance", "earthquake", "icefang", "stoneedge", "waterfall"],
615
615
  },
616
616
  lapras: {
617
- tier: "RU",
617
+ tier: "NU",
618
618
  doublesTier: "DUU",
619
619
  randomBattleMoves: ["blizzard", "freezedry", "surf", "thunderbolt"],
620
620
  },
@@ -637,7 +637,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
637
637
  randomBattleMoves: ["batonpass", "shadowball", "thunderbolt", "voltswitch", "yawn"],
638
638
  },
639
639
  flareon: {
640
- tier: "RU",
640
+ tier: "NU",
641
641
  doublesTier: "DUU",
642
642
  randomBattleMoves: ["facade", "flareblitz", "quickattack", "willowisp"],
643
643
  },
@@ -652,12 +652,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
652
652
  randomBattleMoves: ["foulplay", "protect", "taunt", "wish"],
653
653
  },
654
654
  leafeon: {
655
- tier: "RU",
655
+ tier: "NU",
656
656
  doublesTier: "DUU",
657
657
  randomBattleMoves: ["doubleedge", "leafblade", "swordsdance", "synthesis", "xscissor"],
658
658
  },
659
659
  glaceon: {
660
- tier: "RU",
660
+ tier: "NU",
661
661
  doublesTier: "DUU",
662
662
  randomBattleMoves: ["freezedry", "icebeam", "roar", "shadowball", "waterpulse"],
663
663
  },
@@ -689,7 +689,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
689
689
  randomBattleMoves: ["knockoff", "liquidation", "rapidspin", "stoneedge", "swordsdance"],
690
690
  },
691
691
  aerodactyl: {
692
- tier: "UU",
692
+ tier: "RU",
693
693
  doublesTier: "DUU",
694
694
  randomBattleMoves: ["earthquake", "roost", "stealthrock", "stoneedge", "defog"],
695
695
  },
@@ -707,7 +707,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
707
707
  randomBattleMoves: ["defog", "icebeam", "roost", "uturn"],
708
708
  },
709
709
  zapdos: {
710
- tier: "RU",
710
+ tier: "UU",
711
711
  doublesTier: "DOU",
712
712
  randomBattleMoves: ["defog", "discharge", "roost", "substitute", "uturn"],
713
713
  },
@@ -744,7 +744,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
744
744
  tier: "NFE",
745
745
  },
746
746
  meganium: {
747
- tier: "RU",
747
+ tier: "NU",
748
748
  doublesTier: "DUU",
749
749
  randomBattleMoves: ["aromatherapy", "gigadrain", "leechseed", "lightscreen", "reflect"],
750
750
  },
@@ -755,7 +755,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
755
755
  tier: "NFE",
756
756
  },
757
757
  typhlosion: {
758
- tier: "RU",
758
+ tier: "NU",
759
759
  doublesTier: "DUU",
760
760
  randomBattleMoves: ["eruption", "extrasensory", "fireblast", "focusblast"],
761
761
  },
@@ -774,7 +774,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
774
774
  tier: "LC",
775
775
  },
776
776
  furret: {
777
- tier: "RU",
777
+ tier: "NU",
778
778
  doublesTier: "DUU",
779
779
  randomBattleMoves: ["doubleedge", "shadowclaw", "suckerpunch", "uturn"],
780
780
  },
@@ -782,7 +782,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
782
782
  tier: "LC",
783
783
  },
784
784
  noctowl: {
785
- tier: "RU",
785
+ tier: "NU",
786
786
  doublesTier: "DUU",
787
787
  randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "roost", "shadowball", "defog"],
788
788
  },
@@ -790,7 +790,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
790
790
  tier: "LC",
791
791
  },
792
792
  ledian: {
793
- tier: "RU",
793
+ tier: "NU",
794
794
  doublesTier: "DUU",
795
795
  randomBattleMoves: ["knockoff", "lightscreen", "reflect", "roost", "uturn"],
796
796
  },
@@ -798,7 +798,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
798
798
  tier: "LC",
799
799
  },
800
800
  ariados: {
801
- tier: "RU",
801
+ tier: "NU",
802
802
  doublesTier: "DUU",
803
803
  randomBattleMoves: ["lunge", "poisonjab", "stickyweb", "toxicspikes"],
804
804
  },
@@ -806,7 +806,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
806
806
  tier: "LC",
807
807
  },
808
808
  lanturn: {
809
- tier: "RU",
809
+ tier: "NU",
810
810
  doublesTier: "DUU",
811
811
  randomBattleMoves: ["discharge", "icebeam", "scald", "thunderwave", "voltswitch"],
812
812
  },
@@ -836,7 +836,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
836
836
  tier: "NFE",
837
837
  },
838
838
  ampharos: {
839
- tier: "RU",
839
+ tier: "NU",
840
840
  doublesTier: "DUU",
841
841
  randomBattleMoves: ["focusblast", "powergem", "thunderbolt", "voltswitch"],
842
842
  },
@@ -855,7 +855,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
855
855
  tier: "LC",
856
856
  },
857
857
  sudowoodo: {
858
- tier: "RU",
858
+ tier: "NU",
859
859
  doublesTier: "DUU",
860
860
  randomBattleMoves: ["earthquake", "headsmash", "selfdestruct", "stealthrock", "suckerpunch"],
861
861
  },
@@ -866,7 +866,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
866
866
  tier: "NFE",
867
867
  },
868
868
  jumpluff: {
869
- tier: "RU",
869
+ tier: "NU",
870
870
  doublesTier: "DUU",
871
871
  randomBattleMoves: ["acrobatics", "leechseed", "sleeppowder", "strengthsap", "substitute"],
872
872
  },
@@ -882,7 +882,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
882
882
  tier: "LC",
883
883
  },
884
884
  sunflora: {
885
- tier: "RU",
885
+ tier: "NU",
886
886
  doublesTier: "DUU",
887
887
  randomBattleMoves: ["energyball", "lightscreen", "sludgebomb", "synthesis"],
888
888
  },
@@ -919,7 +919,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
919
919
  randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "painsplit", "shadowball", "substitute", "thunderbolt", "willowisp"],
920
920
  },
921
921
  unown: {
922
- tier: "RU",
922
+ tier: "NU",
923
923
  doublesTier: "DUU",
924
924
  randomBattleMoves: ["hiddenpowerfighting", "hiddenpowerpsychic"],
925
925
  },
@@ -927,12 +927,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
927
927
  tier: "LC",
928
928
  },
929
929
  wobbuffet: {
930
- tier: "RU",
930
+ tier: "NU",
931
931
  doublesTier: "DUU",
932
932
  randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
933
933
  },
934
934
  girafarig: {
935
- tier: "RU",
935
+ tier: "NU",
936
936
  doublesTier: "DUU",
937
937
  randomBattleMoves: ["dazzlinggleam", "nastyplot", "psychic", "shadowball", "thunderbolt"],
938
938
  },
@@ -945,7 +945,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
945
945
  randomBattleMoves: ["gyroball", "rapidspin", "spikes", "toxicspikes", "voltswitch"],
946
946
  },
947
947
  dunsparce: {
948
- tier: "RU",
948
+ tier: "NU",
949
949
  doublesTier: "DUU",
950
950
  randomBattleMoves: ["bite", "bodyslam", "coil", "roost"],
951
951
  },
@@ -961,17 +961,17 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
961
961
  tier: "LC",
962
962
  },
963
963
  granbull: {
964
- tier: "UU",
964
+ tier: "RU",
965
965
  doublesTier: "DUU",
966
966
  randomBattleMoves: ["crunch", "earthquake", "healbell", "playrough", "thunderwave"],
967
967
  },
968
968
  qwilfish: {
969
- tier: "RU",
969
+ tier: "NU",
970
970
  doublesTier: "DUU",
971
971
  randomBattleMoves: ["destinybond", "poisonjab", "spikes", "thunderwave", "toxicspikes", "waterfall"],
972
972
  },
973
973
  shuckle: {
974
- tier: "RU",
974
+ tier: "NU",
975
975
  doublesTier: "DUU",
976
976
  randomBattleMoves: ["knockoff", "stealthrock", "stickyweb", "toxic"],
977
977
  },
@@ -985,14 +985,14 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
985
985
  },
986
986
  weavile: {
987
987
  tier: "OU",
988
- doublesTier: "DOU",
988
+ doublesTier: "DUU",
989
989
  randomBattleMoves: ["brickbreak", "iceshard", "iciclecrash", "swordsdance", "throatchop"],
990
990
  },
991
991
  teddiursa: {
992
992
  tier: "LC",
993
993
  },
994
994
  ursaring: {
995
- tier: "RU",
995
+ tier: "NU",
996
996
  doublesTier: "DUU",
997
997
  randomBattleMoves: ["closecombat", "crunch", "facade", "protect", "swordsdance"],
998
998
  },
@@ -1000,7 +1000,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1000
1000
  tier: "LC",
1001
1001
  },
1002
1002
  magcargo: {
1003
- tier: "RU",
1003
+ tier: "NU",
1004
1004
  doublesTier: "DUU",
1005
1005
  randomBattleMoves: ["ancientpower", "earthpower", "fireblast", "lavaplume", "recover", "shellsmash", "stealthrock"],
1006
1006
  },
@@ -1016,7 +1016,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1016
1016
  randomBattleMoves: ["earthquake", "iceshard", "iciclecrash", "stealthrock", "stoneedge"],
1017
1017
  },
1018
1018
  corsola: {
1019
- tier: "RU",
1019
+ tier: "NU",
1020
1020
  doublesTier: "DUU",
1021
1021
  randomBattleMoves: ["icebeam", "powergem", "recover", "scald", "stealthrock"],
1022
1022
  },
@@ -1024,12 +1024,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1024
1024
  tier: "LC",
1025
1025
  },
1026
1026
  octillery: {
1027
- tier: "RU",
1027
+ tier: "NU",
1028
1028
  doublesTier: "DUU",
1029
1029
  randomBattleMoves: ["energyball", "fireblast", "gunkshot", "hydropump", "icebeam", "protect"],
1030
1030
  },
1031
1031
  delibird: {
1032
- tier: "RU",
1032
+ tier: "NU",
1033
1033
  doublesTier: "DUU",
1034
1034
  randomBattleMoves: ["destinybond", "freezedry", "rapidspin", "spikes"],
1035
1035
  },
@@ -1063,17 +1063,17 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1063
1063
  randomBattleMoves: ["earthquake", "iceshard", "knockoff", "rapidspin", "stealthrock", "stoneedge"],
1064
1064
  },
1065
1065
  stantler: {
1066
- tier: "RU",
1066
+ tier: "NU",
1067
1067
  doublesTier: "DUU",
1068
1068
  randomBattleMoves: ["doubleedge", "earthquake", "megahorn", "zenheadbutt"],
1069
1069
  },
1070
1070
  smeargle: {
1071
- tier: "RU",
1071
+ tier: "NU",
1072
1072
  doublesTier: "DUber",
1073
1073
  randomBattleMoves: ["spikes", "spore", "stealthrock", "stickyweb", "toxicspikes", "whirlwind"],
1074
1074
  },
1075
1075
  miltank: {
1076
- tier: "RU",
1076
+ tier: "NU",
1077
1077
  doublesTier: "DUU",
1078
1078
  randomBattleMoves: ["bodyslam", "curse", "earthquake", "milkdrink", "stealthrock"],
1079
1079
  },
@@ -1125,7 +1125,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1125
1125
  tier: "NFE",
1126
1126
  },
1127
1127
  sceptile: {
1128
- tier: "RU",
1128
+ tier: "NU",
1129
1129
  doublesTier: "DUU",
1130
1130
  randomBattleMoves: ["earthquake", "focusblast", "gigadrain", "leafstorm", "leechseed", "rockslide", "substitute"],
1131
1131
  },
@@ -1155,7 +1155,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1155
1155
  tier: "LC",
1156
1156
  },
1157
1157
  mightyena: {
1158
- tier: "RU",
1158
+ tier: "NU",
1159
1159
  doublesTier: "DUU",
1160
1160
  randomBattleMoves: ["crunch", "firefang", "irontail", "playrough", "suckerpunch"],
1161
1161
  },
@@ -1163,7 +1163,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1163
1163
  tier: "LC",
1164
1164
  },
1165
1165
  linoone: {
1166
- tier: "RU",
1166
+ tier: "NU",
1167
1167
  doublesTier: "DUU",
1168
1168
  randomBattleMoves: ["bellydrum", "extremespeed", "irontail", "shadowclaw"],
1169
1169
  },
@@ -1174,7 +1174,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1174
1174
  tier: "NFE",
1175
1175
  },
1176
1176
  beautifly: {
1177
- tier: "RU",
1177
+ tier: "NU",
1178
1178
  doublesTier: "DUU",
1179
1179
  randomBattleMoves: ["aircutter", "bugbuzz", "energyball", "quiverdance", "roost"],
1180
1180
  },
@@ -1182,7 +1182,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1182
1182
  tier: "NFE",
1183
1183
  },
1184
1184
  dustox: {
1185
- tier: "RU",
1185
+ tier: "NU",
1186
1186
  doublesTier: "DUU",
1187
1187
  randomBattleMoves: ["bugbuzz", "roost", "sludgebomb", "toxic", "uturn", "defog"],
1188
1188
  },
@@ -1193,7 +1193,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1193
1193
  tier: "NFE",
1194
1194
  },
1195
1195
  ludicolo: {
1196
- tier: "RU",
1196
+ tier: "NU",
1197
1197
  doublesTier: "DOU",
1198
1198
  randomBattleMoves: ["gigadrain", "hydropump", "icebeam", "raindance", "scald"],
1199
1199
  },
@@ -1204,7 +1204,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1204
1204
  tier: "NFE",
1205
1205
  },
1206
1206
  shiftry: {
1207
- tier: "RU",
1207
+ tier: "NU",
1208
1208
  doublesTier: "DUU",
1209
1209
  randomBattleMoves: ["brickbreak", "fakeout", "leafblade", "nightslash", "suckerpunch", "swordsdance"],
1210
1210
  },
@@ -1220,7 +1220,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1220
1220
  tier: "LC",
1221
1221
  },
1222
1222
  pelipper: {
1223
- tier: "RU",
1223
+ tier: "NU",
1224
1224
  doublesTier: "DOU",
1225
1225
  randomBattleMoves: ["defog", "hurricane", "hydropump", "icebeam", "roost", "scald", "uturn"],
1226
1226
  },
@@ -1244,7 +1244,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1244
1244
  tier: "LC",
1245
1245
  },
1246
1246
  masquerain: {
1247
- tier: "RU",
1247
+ tier: "NU",
1248
1248
  doublesTier: "DUU",
1249
1249
  randomBattleMoves: ["airslash", "bugbuzz", "quiverdance", "scald", "stickyweb"],
1250
1250
  },
@@ -1264,7 +1264,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1264
1264
  randomBattleMoves: ["bodyslam", "bulkup", "earthquake", "playrough", "shadowclaw", "slackoff"],
1265
1265
  },
1266
1266
  slaking: {
1267
- tier: "RU",
1267
+ tier: "NU",
1268
1268
  doublesTier: "DUU",
1269
1269
  randomBattleMoves: ["bodyslam", "earthquake", "gigaimpact", "hammerarm", "playrough", "suckerpunch"],
1270
1270
  },
@@ -1272,12 +1272,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1272
1272
  tier: "LC",
1273
1273
  },
1274
1274
  ninjask: {
1275
- tier: "RU",
1275
+ tier: "NU",
1276
1276
  doublesTier: "DUU",
1277
1277
  randomBattleMoves: ["aerialace", "finalgambit", "swordsdance", "uturn", "xscissor"],
1278
1278
  },
1279
1279
  shedinja: {
1280
- tier: "RU",
1280
+ tier: "NU",
1281
1281
  doublesTier: "DUU",
1282
1282
  randomBattleMoves: ["shadowclaw", "shadowsneak", "willowisp", "xscissor"],
1283
1283
  },
@@ -1304,7 +1304,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1304
1304
  tier: "LC",
1305
1305
  },
1306
1306
  probopass: {
1307
- tier: "RU",
1307
+ tier: "NU",
1308
1308
  doublesTier: "DUU",
1309
1309
  randomBattleMoves: ["bodypress", "flashcannon", "stealthrock", "thunderwave", "voltswitch"],
1310
1310
  },
@@ -1312,7 +1312,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1312
1312
  tier: "LC",
1313
1313
  },
1314
1314
  delcatty: {
1315
- tier: "RU",
1315
+ tier: "NU",
1316
1316
  doublesTier: "DUU",
1317
1317
  randomBattleMoves: ["doubleedge", "fakeout", "healbell", "suckerpunch", "thunderwave"],
1318
1318
  },
@@ -1322,7 +1322,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1322
1322
  randomBattleMoves: ["foulplay", "knockoff", "recover", "taunt", "willowisp"],
1323
1323
  },
1324
1324
  mawile: {
1325
- tier: "RU",
1325
+ tier: "NU",
1326
1326
  doublesTier: "DUU",
1327
1327
  randomBattleMoves: ["ironhead", "playrough", "stealthrock", "suckerpunch", "swordsdance"],
1328
1328
  },
@@ -1349,27 +1349,27 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1349
1349
  tier: "LC",
1350
1350
  },
1351
1351
  manectric: {
1352
- tier: "RU",
1352
+ tier: "NU",
1353
1353
  doublesTier: "DUU",
1354
1354
  randomBattleMoves: ["overheat", "switcheroo", "thunderbolt", "voltswitch"],
1355
1355
  },
1356
1356
  plusle: {
1357
- tier: "RU",
1357
+ tier: "NU",
1358
1358
  doublesTier: "DUU",
1359
1359
  randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "thunderbolt", "voltswitch"],
1360
1360
  },
1361
1361
  minun: {
1362
- tier: "RU",
1362
+ tier: "NU",
1363
1363
  doublesTier: "DUU",
1364
1364
  randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "switcheroo", "thunderbolt", "voltswitch"],
1365
1365
  },
1366
1366
  volbeat: {
1367
- tier: "RU",
1367
+ tier: "NU",
1368
1368
  doublesTier: "DUU",
1369
1369
  randomBattleMoves: ["encore", "roost", "thunderwave", "uturn"],
1370
1370
  },
1371
1371
  illumise: {
1372
- tier: "RU",
1372
+ tier: "NU",
1373
1373
  doublesTier: "DUU",
1374
1374
  randomBattleMoves: ["bugbuzz", "encore", "roost", "thunderwave", "wish"],
1375
1375
  },
@@ -1388,7 +1388,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1388
1388
  tier: "LC",
1389
1389
  },
1390
1390
  swalot: {
1391
- tier: "RU",
1391
+ tier: "NU",
1392
1392
  doublesTier: "DUU",
1393
1393
  randomBattleMoves: ["earthquake", "encore", "gunkshot", "icebeam", "painsplit", "toxic"],
1394
1394
  },
@@ -1404,7 +1404,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1404
1404
  tier: "LC",
1405
1405
  },
1406
1406
  wailord: {
1407
- tier: "RU",
1407
+ tier: "NU",
1408
1408
  doublesTier: "DUU",
1409
1409
  randomBattleMoves: ["clearsmog", "icebeam", "scald", "waterspout"],
1410
1410
  },
@@ -1412,12 +1412,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1412
1412
  tier: "LC",
1413
1413
  },
1414
1414
  camerupt: {
1415
- tier: "RU",
1415
+ tier: "NU",
1416
1416
  doublesTier: "DUU",
1417
1417
  randomBattleMoves: ["earthpower", "explosion", "fireblast", "lavaplume", "stealthrock"],
1418
1418
  },
1419
1419
  torkoal: {
1420
- tier: "UU",
1420
+ tier: "RU",
1421
1421
  doublesTier: "DOU",
1422
1422
  randomBattleMoves: ["earthquake", "lavaplume", "rapidspin", "solarbeam", "stealthrock"],
1423
1423
  },
@@ -1425,12 +1425,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1425
1425
  tier: "LC",
1426
1426
  },
1427
1427
  grumpig: {
1428
- tier: "RU",
1428
+ tier: "NU",
1429
1429
  doublesTier: "DUU",
1430
1430
  randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "shadowball"],
1431
1431
  },
1432
1432
  spinda: {
1433
- tier: "RU",
1433
+ tier: "NU",
1434
1434
  doublesTier: "DUU",
1435
1435
  randomBattleMoves: ["bodyslam", "encore", "fakeout", "rapidspin", "suckerpunch"],
1436
1436
  },
@@ -1449,7 +1449,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1449
1449
  tier: "LC",
1450
1450
  },
1451
1451
  cacturne: {
1452
- tier: "RU",
1452
+ tier: "NU",
1453
1453
  doublesTier: "DUU",
1454
1454
  randomBattleMoves: ["drainpunch", "poisonjab", "seedbomb", "suckerpunch", "swordsdance"],
1455
1455
  },
@@ -1457,27 +1457,27 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1457
1457
  tier: "LC",
1458
1458
  },
1459
1459
  altaria: {
1460
- tier: "RU",
1460
+ tier: "NU",
1461
1461
  doublesTier: "DUU",
1462
1462
  randomBattleMoves: ["dracometeor", "fireblast", "haze", "hurricane", "roost"],
1463
1463
  },
1464
1464
  zangoose: {
1465
- tier: "RU",
1465
+ tier: "NU",
1466
1466
  doublesTier: "DUU",
1467
1467
  randomBattleMoves: ["closecombat", "facade", "quickattack", "shadowclaw", "swordsdance"],
1468
1468
  },
1469
1469
  seviper: {
1470
- tier: "RU",
1470
+ tier: "NU",
1471
1471
  doublesTier: "DUU",
1472
1472
  randomBattleMoves: ["crunch", "earthquake", "flamethrower", "gigadrain", "glare", "sludgebomb", "switcheroo"],
1473
1473
  },
1474
1474
  lunatone: {
1475
- tier: "RU",
1475
+ tier: "NU",
1476
1476
  doublesTier: "DUU",
1477
1477
  randomBattleMoves: ["icebeam", "moonblast", "nastyplot", "psyshock", "stealthrock"],
1478
1478
  },
1479
1479
  solrock: {
1480
- tier: "RU",
1480
+ tier: "NU",
1481
1481
  doublesTier: "DUU",
1482
1482
  randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "willowisp"],
1483
1483
  },
@@ -1485,7 +1485,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1485
1485
  tier: "LC",
1486
1486
  },
1487
1487
  whiscash: {
1488
- tier: "RU",
1488
+ tier: "NU",
1489
1489
  doublesTier: "DUU",
1490
1490
  randomBattleMoves: ["dragondance", "earthquake", "stoneedge", "waterfall"],
1491
1491
  },
@@ -1510,14 +1510,14 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1510
1510
  },
1511
1511
  cradily: {
1512
1512
  tier: "RU",
1513
- doublesTier: "DUU",
1513
+ doublesTier: "DOU",
1514
1514
  randomBattleMoves: ["gigadrain", "recover", "stealthrock", "stoneedge"],
1515
1515
  },
1516
1516
  anorith: {
1517
1517
  tier: "LC",
1518
1518
  },
1519
1519
  armaldo: {
1520
- tier: "RU",
1520
+ tier: "NU",
1521
1521
  doublesTier: "DUU",
1522
1522
  randomBattleMoves: ["aquajet", "knockoff", "rapidspin", "stealthrock", "stoneedge", "xscissor"],
1523
1523
  },
@@ -1530,12 +1530,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1530
1530
  randomBattleMoves: ["dragontail", "icebeam", "rest", "scald", "sleeptalk"],
1531
1531
  },
1532
1532
  castform: {
1533
- tier: "RU",
1533
+ tier: "NU",
1534
1534
  doublesTier: "DUU",
1535
1535
  randomBattleMoves: ["flamethrower", "icebeam", "scald", "thunderbolt"],
1536
1536
  },
1537
1537
  kecleon: {
1538
- tier: "RU",
1538
+ tier: "NU",
1539
1539
  doublesTier: "DUU",
1540
1540
  randomBattleMoves: ["drainpunch", "fakeout", "shadowsneak", "stealthrock", "thunderwave"],
1541
1541
  },
@@ -1543,7 +1543,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1543
1543
  tier: "LC",
1544
1544
  },
1545
1545
  banette: {
1546
- tier: "RU",
1546
+ tier: "NU",
1547
1547
  doublesTier: "DUU",
1548
1548
  randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "shadowsneak", "willowisp"],
1549
1549
  },
@@ -1554,12 +1554,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1554
1554
  tier: "NFE",
1555
1555
  },
1556
1556
  dusknoir: {
1557
- tier: "RU",
1557
+ tier: "NU",
1558
1558
  doublesTier: "DUU",
1559
1559
  randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowpunch", "shadowsneak", "willowisp"],
1560
1560
  },
1561
1561
  tropius: {
1562
- tier: "RU",
1562
+ tier: "NU",
1563
1563
  doublesTier: "DUU",
1564
1564
  randomBattleMoves: ["defog", "substitute", "leechseed", "airslash"],
1565
1565
  },
@@ -1567,7 +1567,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1567
1567
  tier: "LC",
1568
1568
  },
1569
1569
  chimecho: {
1570
- tier: "RU",
1570
+ tier: "NU",
1571
1571
  doublesTier: "DUU",
1572
1572
  randomBattleMoves: ["healingwish", "lightscreen", "psychic", "recover", "reflect", "thunderwave"],
1573
1573
  },
@@ -1580,12 +1580,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1580
1580
  tier: "LC",
1581
1581
  },
1582
1582
  glalie: {
1583
- tier: "RU",
1583
+ tier: "NU",
1584
1584
  doublesTier: "DUU",
1585
1585
  randomBattleMoves: ["disable", "earthquake", "freezedry", "protect", "substitute"],
1586
1586
  },
1587
1587
  froslass: {
1588
- tier: "RU",
1588
+ tier: "UU",
1589
1589
  doublesTier: "DUU",
1590
1590
  randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "willowisp"],
1591
1591
  },
@@ -1596,7 +1596,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1596
1596
  tier: "NFE",
1597
1597
  },
1598
1598
  walrein: {
1599
- tier: "RU",
1599
+ tier: "NU",
1600
1600
  doublesTier: "DUU",
1601
1601
  randomBattleMoves: ["icebeam", "rest", "sleeptalk", "surf"],
1602
1602
  },
@@ -1604,22 +1604,22 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1604
1604
  tier: "LC",
1605
1605
  },
1606
1606
  huntail: {
1607
- tier: "RU",
1607
+ tier: "NU",
1608
1608
  doublesTier: "DUU",
1609
1609
  randomBattleMoves: ["crunch", "icebeam", "shellsmash", "waterfall"],
1610
1610
  },
1611
1611
  gorebyss: {
1612
- tier: "RU",
1612
+ tier: "NU",
1613
1613
  doublesTier: "DUU",
1614
1614
  randomBattleMoves: ["hydropump", "icebeam", "psychic", "shellsmash"],
1615
1615
  },
1616
1616
  relicanth: {
1617
- tier: "RU",
1617
+ tier: "NU",
1618
1618
  doublesTier: "DUU",
1619
1619
  randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "waterfall", "yawn"],
1620
1620
  },
1621
1621
  luvdisc: {
1622
- tier: "RU",
1622
+ tier: "NU",
1623
1623
  doublesTier: "DUU",
1624
1624
  randomBattleMoves: ["charm", "icebeam", "scald", "sweetkiss"],
1625
1625
  },
@@ -1646,12 +1646,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1646
1646
  randomBattleMoves: ["agility", "bulletpunch", "earthquake", "explosion", "meteormash", "zenheadbutt"],
1647
1647
  },
1648
1648
  regirock: {
1649
- tier: "RU",
1649
+ tier: "NU",
1650
1650
  doublesTier: "DUU",
1651
1651
  randomBattleMoves: ["curse", "drainpunch", "earthquake", "rest", "stealthrock", "stoneedge"],
1652
1652
  },
1653
1653
  regice: {
1654
- tier: "RU",
1654
+ tier: "NU",
1655
1655
  doublesTier: "DUU",
1656
1656
  randomBattleMoves: ["focusblast", "icebeam", "rest", "rockpolish", "sleeptalk", "thunderbolt"],
1657
1657
  },
@@ -1739,7 +1739,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1739
1739
  tier: "NFE",
1740
1740
  },
1741
1741
  empoleon: {
1742
- tier: "OU",
1742
+ tier: "UU",
1743
1743
  doublesTier: "DUU",
1744
1744
  randomBattleMoves: ["agility", "defog", "flashcannon", "icebeam", "scald", "stealthrock"],
1745
1745
  },
@@ -1758,7 +1758,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1758
1758
  tier: "LC",
1759
1759
  },
1760
1760
  bibarel: {
1761
- tier: "RU",
1761
+ tier: "NU",
1762
1762
  doublesTier: "DUU",
1763
1763
  randomBattleMoves: ["aquajet", "aquatail", "curse", "quickattack", "rest"],
1764
1764
  },
@@ -1766,7 +1766,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1766
1766
  tier: "LC",
1767
1767
  },
1768
1768
  kricketune: {
1769
- tier: "RU",
1769
+ tier: "NU",
1770
1770
  doublesTier: "DUU",
1771
1771
  randomBattleMoves: ["brickbreak", "bugbite", "nightslash", "stickyweb"],
1772
1772
  },
@@ -1777,7 +1777,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1777
1777
  tier: "NFE",
1778
1778
  },
1779
1779
  luxray: {
1780
- tier: "RU",
1780
+ tier: "NU",
1781
1781
  doublesTier: "DUU",
1782
1782
  randomBattleMoves: ["crunch", "facade", "voltswitch", "wildcharge"],
1783
1783
  },
@@ -1785,7 +1785,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1785
1785
  tier: "LC",
1786
1786
  },
1787
1787
  rampardos: {
1788
- tier: "RU",
1788
+ tier: "NU",
1789
1789
  doublesTier: "DUU",
1790
1790
  randomBattleMoves: ["crunch", "earthquake", "headsmash", "rockpolish", "zenheadbutt"],
1791
1791
  },
@@ -1793,7 +1793,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1793
1793
  tier: "LC",
1794
1794
  },
1795
1795
  bastiodon: {
1796
- tier: "RU",
1796
+ tier: "NU",
1797
1797
  doublesTier: "DUU",
1798
1798
  randomBattleMoves: ["metalburst", "roar", "rockblast", "stealthrock"],
1799
1799
  },
@@ -1801,22 +1801,22 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1801
1801
  tier: "LC",
1802
1802
  },
1803
1803
  wormadam: {
1804
- tier: "RU",
1804
+ tier: "NU",
1805
1805
  doublesTier: "DUU",
1806
1806
  randomBattleMoves: ["bugbuzz", "leafstorm", "psychic", "quiverdance", "shadowball"],
1807
1807
  },
1808
1808
  wormadamsandy: {
1809
- tier: "RU",
1809
+ tier: "NU",
1810
1810
  doublesTier: "DUU",
1811
1811
  randomBattleMoves: ["bugbuzz", "earthquake", "rockblast", "stealthrock"],
1812
1812
  },
1813
1813
  wormadamtrash: {
1814
- tier: "RU",
1814
+ tier: "NU",
1815
1815
  doublesTier: "DUU",
1816
1816
  randomBattleMoves: ["bugbuzz", "flashcannon", "gigadrain", "quiverdance", "stealthrock"],
1817
1817
  },
1818
1818
  mothim: {
1819
- tier: "RU",
1819
+ tier: "NU",
1820
1820
  doublesTier: "DUU",
1821
1821
  randomBattleMoves: ["airslash", "bugbuzz", "energyball", "quiverdance", "roost"],
1822
1822
  },
@@ -1824,12 +1824,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1824
1824
  tier: "LC",
1825
1825
  },
1826
1826
  vespiquen: {
1827
- tier: "RU",
1827
+ tier: "NU",
1828
1828
  doublesTier: "DUU",
1829
1829
  randomBattleMoves: ["attackorder", "roost", "substitute", "toxic", "uturn"],
1830
1830
  },
1831
1831
  pachirisu: {
1832
- tier: "RU",
1832
+ tier: "NU",
1833
1833
  doublesTier: "DUU",
1834
1834
  randomBattleMoves: ["nuzzle", "superfang", "thunderbolt", "uturn"],
1835
1835
  },
@@ -1837,7 +1837,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1837
1837
  tier: "LC",
1838
1838
  },
1839
1839
  floatzel: {
1840
- tier: "RU",
1840
+ tier: "NU",
1841
1841
  doublesTier: "DUU",
1842
1842
  randomBattleMoves: ["aquajet", "brickbreak", "bulkup", "substitute", "taunt", "waterfall"],
1843
1843
  },
@@ -1845,7 +1845,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1845
1845
  tier: "LC",
1846
1846
  },
1847
1847
  cherrim: {
1848
- tier: "RU",
1848
+ tier: "NU",
1849
1849
  doublesTier: "DUU",
1850
1850
  randomBattleMoves: ["dazzlinggleam", "gigadrain", "healingwish", "petaldance"],
1851
1851
  },
@@ -1861,7 +1861,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1861
1861
  tier: "LC",
1862
1862
  },
1863
1863
  drifblim: {
1864
- tier: "RU",
1864
+ tier: "NU",
1865
1865
  doublesTier: "DUU",
1866
1866
  randomBattleMoves: ["calmmind", "shadowball", "strengthsap", "thunderbolt"],
1867
1867
  },
@@ -1869,7 +1869,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1869
1869
  tier: "LC",
1870
1870
  },
1871
1871
  lopunny: {
1872
- tier: "RU",
1872
+ tier: "NU",
1873
1873
  doublesTier: "DUU",
1874
1874
  randomBattleMoves: ["facade", "healingwish", "highjumpkick", "switcheroo"],
1875
1875
  },
@@ -1877,7 +1877,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1877
1877
  tier: "LC",
1878
1878
  },
1879
1879
  purugly: {
1880
- tier: "RU",
1880
+ tier: "NU",
1881
1881
  doublesTier: "DUU",
1882
1882
  randomBattleMoves: ["bodyslam", "fakeout", "quickattack", "suckerpunch", "uturn"],
1883
1883
  },
@@ -1885,7 +1885,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1885
1885
  tier: "LC",
1886
1886
  },
1887
1887
  skuntank: {
1888
- tier: "RU",
1888
+ tier: "NU",
1889
1889
  doublesTier: "DUU",
1890
1890
  randomBattleMoves: ["crunch", "defog", "fireblast", "poisonjab", "suckerpunch", "taunt"],
1891
1891
  },
@@ -1898,7 +1898,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1898
1898
  randomBattleMoves: ["earthquake", "gyroball", "psychic", "stealthrock"],
1899
1899
  },
1900
1900
  chatot: {
1901
- tier: "RU",
1901
+ tier: "NU",
1902
1902
  doublesTier: "DUU",
1903
1903
  randomBattleMoves: ["boomburst", "chatter", "nastyplot", "substitute", "uturn"],
1904
1904
  },
@@ -1946,12 +1946,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1946
1946
  tier: "LC",
1947
1947
  },
1948
1948
  toxicroak: {
1949
- tier: "RU",
1949
+ tier: "NU",
1950
1950
  doublesTier: "DUU",
1951
1951
  randomBattleMoves: ["drainpunch", "poisonjab", "substitute", "suckerpunch", "swordsdance"],
1952
1952
  },
1953
1953
  carnivine: {
1954
- tier: "RU",
1954
+ tier: "NU",
1955
1955
  doublesTier: "DUU",
1956
1956
  randomBattleMoves: ["crunch", "powerwhip", "sleeppowder", "substitute", "swordsdance"],
1957
1957
  },
@@ -1959,7 +1959,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1959
1959
  tier: "LC",
1960
1960
  },
1961
1961
  lumineon: {
1962
- tier: "RU",
1962
+ tier: "NU",
1963
1963
  doublesTier: "DUU",
1964
1964
  randomBattleMoves: ["defog", "icebeam", "scald", "uturn"],
1965
1965
  },
@@ -1967,7 +1967,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1967
1967
  tier: "LC",
1968
1968
  },
1969
1969
  abomasnow: {
1970
- tier: "RU",
1970
+ tier: "NU",
1971
1971
  doublesTier: "DOU",
1972
1972
  randomBattleMoves: ["auroraveil", "blizzard", "earthquake", "iceshard", "woodhammer"],
1973
1973
  },
@@ -1978,7 +1978,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1978
1978
  },
1979
1979
  rotomheat: {
1980
1980
  tier: "UU",
1981
- doublesTier: "DOU",
1981
+ doublesTier: "DUU",
1982
1982
  randomBattleMoves: ["nastyplot", "overheat", "thunderbolt", "trick", "voltswitch", "willowisp"],
1983
1983
  },
1984
1984
  rotomwash: {
@@ -1987,12 +1987,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1987
1987
  randomBattleMoves: ["hydropump", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
1988
1988
  },
1989
1989
  rotomfrost: {
1990
- tier: "RU",
1990
+ tier: "NU",
1991
1991
  doublesTier: "DUU",
1992
1992
  randomBattleMoves: ["blizzard", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
1993
1993
  },
1994
1994
  rotomfan: {
1995
- tier: "RU",
1995
+ tier: "NU",
1996
1996
  doublesTier: "DUU",
1997
1997
  randomBattleMoves: ["airslash", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
1998
1998
  },
@@ -2032,7 +2032,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2032
2032
  randomBattleMoves: ["earthpower", "flashcannon", "lavaplume", "roar", "stealthrock", "taunt"],
2033
2033
  },
2034
2034
  regigigas: {
2035
- tier: "RU",
2035
+ tier: "NU",
2036
2036
  doublesTier: "DUU",
2037
2037
  randomBattleMoves: ["knockoff", "rest", "sleeptalk", "strength"],
2038
2038
  },
@@ -2052,12 +2052,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2052
2052
  randomBattleMoves: ["calmmind", "moonblast", "moonlight", "psychic", "thunderwave"],
2053
2053
  },
2054
2054
  phione: {
2055
- tier: "RU",
2055
+ tier: "NU",
2056
2056
  doublesTier: "DUU",
2057
2057
  randomBattleMoves: ["icebeam", "raindance", "rest", "scald"],
2058
2058
  },
2059
2059
  manaphy: {
2060
- tier: "OU",
2060
+ tier: "Uber",
2061
2061
  doublesTier: "DUU",
2062
2062
  randomBattleMoves: ["energyball", "icebeam", "substitute", "surf", "tailglow"],
2063
2063
  },