@pkmn/mods 0.4.22 → 0.4.23

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.
@@ -0,0 +1,2146 @@
1
+ import type {ModdedSpeciesFormatsData} from '@pkmn/sim';
2
+
3
+ // TODO: alphabetize move names. I'm trying to implement this on a low-quality laptop under time pressure, so I haven't bothered doing so.
4
+ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
5
+ bulbasaur: {
6
+ tier: "LC",
7
+ },
8
+ ivysaur: {
9
+ tier: "NFE",
10
+ },
11
+ venusaur: {
12
+ tier: "OU",
13
+ doublesTier: "DOU",
14
+ randomBattleMoves: ["sludgebomb", "gigadrain", "sleeppowder", "leechseed", "substitute"],
15
+ },
16
+ charmander: {
17
+ tier: "LC",
18
+ },
19
+ charmeleon: {
20
+ tier: "NFE",
21
+ },
22
+ charizard: {
23
+ tier: "OU",
24
+ doublesTier: "DOU",
25
+ randomBattleMoves: ["fireblast", "airslash", "roost", "focusblast", "earthquake"],
26
+ },
27
+ squirtle: {
28
+ tier: "LC",
29
+ },
30
+ wartortle: {
31
+ tier: "NFE",
32
+ },
33
+ blastoise: {
34
+ tier: "OU",
35
+ doublesTier: "DOU",
36
+ randomBattleMoves: ["scald", "rapidspin", "protect", "icebeam", "roar"],
37
+ },
38
+ caterpie: {
39
+ tier: "LC",
40
+ },
41
+ metapod: {
42
+ tier: "NFE",
43
+ },
44
+ butterfree: {
45
+ tier: "OU",
46
+ doublesTier: "DOU",
47
+ randomBattleMoves: ["quiverdance", "bugbuzz", "airslash", "sleeppowder", "airslash", "gigadrain"],
48
+ },
49
+ weedle: {
50
+ tier: "LC",
51
+ },
52
+ kakuna: {
53
+ tier: "NFE",
54
+ },
55
+ beedrill: {
56
+ tier: "OU",
57
+ doublesTier: "DOU",
58
+ randomBattleMoves: ["toxicspikes", "uturn", "poisonjab", "protect"],
59
+ },
60
+ beedrillmega: {
61
+ isNonstandard: "Past",
62
+ tier: "Illegal",
63
+ },
64
+ pidgey: {
65
+ tier: "LC",
66
+ },
67
+ pidgeotto: {
68
+ tier: "NFE",
69
+ },
70
+ pidgeot: {
71
+ tier: "OU",
72
+ doublesTier: "DOU",
73
+ randomBattleMoves: ["bravebird", "uturn", "steelwing", "gigaimpact", "quickattack"],
74
+ },
75
+ pidgeotmega: {
76
+ isNonstandard: "Past",
77
+ tier: "Illegal",
78
+ },
79
+ rattata: {
80
+ tier: "LC",
81
+ },
82
+ raticate: {
83
+ tier: "OU",
84
+ doublesTier: "DOU",
85
+ randomBattleMoves: ["facade", "swordsdance", "protect", "crunch", "suckerpunch"],
86
+ },
87
+ spearow: {
88
+ tier: "LC",
89
+ },
90
+ fearow: {
91
+ tier: "OU",
92
+ doublesTier: "DOU",
93
+ randomBattleMoves: ["drillpeck", "steelwing", "uturn", "gigaimpact"],
94
+ },
95
+ ekans: {
96
+ tier: "LC",
97
+ },
98
+ arbok: {
99
+ tier: "OU",
100
+ doublesTier: "DOU",
101
+ randomBattleMoves: ["gunkshot", "glare", "earthquake", "suckerpunch"],
102
+ },
103
+ pichu: {
104
+ tier: "LC",
105
+ },
106
+ pikachu: {
107
+ tier: "NFE",
108
+ randomBattleMoves: ["thunderbolt", "grassknot", "voltswitch", "surf"],
109
+ },
110
+ raichu: {
111
+ tier: "OU",
112
+ doublesTier: "DOU",
113
+ randomBattleMoves: ["nastyplot", "thunderbolt", "grassknot", "focusblast", "surf"],
114
+ },
115
+ sandshrew: {
116
+ tier: "LC",
117
+ },
118
+ sandslash: {
119
+ tier: "OU",
120
+ doublesTier: "DOU",
121
+ randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "xscissor", "stoneedge"],
122
+ },
123
+ nidoranf: {
124
+ tier: "LC",
125
+ },
126
+ nidorina: {
127
+ tier: "NFE",
128
+ },
129
+ nidoqueen: {
130
+ tier: "OU",
131
+ doublesTier: "DOU",
132
+ randomBattleMoves: ["earthpower", "sludgewave", "stealthrock", "toxicspikes", "flamethrower", "icebeam"],
133
+ },
134
+ nidoranm: {
135
+ tier: "LC",
136
+ },
137
+ nidorino: {
138
+ tier: "NFE",
139
+ },
140
+ nidoking: {
141
+ tier: "OU",
142
+ doublesTier: "DOU",
143
+ randomBattleMoves: ["earthpower", "sludgewave", "flamethrower", "icebeam"],
144
+ },
145
+ cleffa: {
146
+ tier: "LC",
147
+ },
148
+ clefairy: {
149
+ tier: "NFE",
150
+ },
151
+ clefable: {
152
+ tier: "OU",
153
+ doublesTier: "DOU",
154
+ randomBattleMoves: ["calmmind", "moonblast", "fireblast", "moonlight", "stealthrock", "thunderwave"],
155
+ },
156
+ vulpix: {
157
+ tier: "LC",
158
+ },
159
+ ninetales: {
160
+ tier: "OU",
161
+ doublesTier: "DOU",
162
+ randomBattleMoves: ["nastyplot", "fireblast", "hypnosis", "solarbeam", "willowisp"],
163
+ },
164
+ igglybuff: {
165
+ tier: "LC",
166
+ },
167
+ jigglypuff: {
168
+ tier: "NFE",
169
+ },
170
+ wigglytuff: {
171
+ tier: "OU",
172
+ doublesTier: "DOU",
173
+ randomBattleMoves: ["stealthrock", "reflect", "lightscreen", "dazzlinggleam", "thunderwave", "fireblast"],
174
+ },
175
+ zubat: {
176
+ tier: "LC",
177
+ },
178
+ golbat: {
179
+ tier: "NFE",
180
+ },
181
+ crobat: {
182
+ tier: "OU",
183
+ doublesTier: "DOU",
184
+ randomBattleMoves: ["airslash", "roost", "defog", "toxic", "uturn"],
185
+ },
186
+ oddish: {
187
+ tier: "LC",
188
+ },
189
+ gloom: {
190
+ tier: "NFE",
191
+ },
192
+ vileplume: {
193
+ tier: "OU",
194
+ doublesTier: "DOU",
195
+ randomBattleMoves: ["strengthsap", "aromatherapy", "sludgebomb", "sleeppowder", "gigadrain"],
196
+ },
197
+ bellossom: {
198
+ tier: "OU",
199
+ doublesTier: "DOU",
200
+ },
201
+ paras: {
202
+ tier: "LC",
203
+ },
204
+ parasect: {
205
+ tier: "OU",
206
+ doublesTier: "DOU",
207
+ randomBattleMoves: ["spore", "leechseed", "xscissor", "substitute"],
208
+ },
209
+ venonat: {
210
+ tier: "LC",
211
+ },
212
+ venomoth: {
213
+ tier: "OU",
214
+ doublesTier: "DOU",
215
+ randomBattleMoves: ["quiverdance", "leechseed", "sludgebomb", "bugbuzz", "substitute"],
216
+ },
217
+ diglett: {
218
+ tier: "LC",
219
+ },
220
+ dugtrio: {
221
+ tier: "OU",
222
+ doublesTier: "DOU",
223
+ randomBattleMoves: ["earthquake", "stoneedge", "suckerpunch", "stealthrock", "aerialace"],
224
+ },
225
+ meowth: {
226
+ tier: "LC",
227
+ },
228
+ persian: {
229
+ tier: "OU",
230
+ doublesTier: "DOU",
231
+ randomBattleMoves: ["fakeout", "slash", "uturn", "shadowclaw", "aerialace"],
232
+ },
233
+ psyduck: {
234
+ tier: "LC",
235
+ },
236
+ golduck: {
237
+ tier: "OU",
238
+ doublesTier: "DOU",
239
+ randomBattleMoves: ["calmmind", "hydropump", "icebeam", "hypnosis"],
240
+ },
241
+ mankey: {
242
+ tier: "LC",
243
+ },
244
+ primeape: {
245
+ tier: "OU",
246
+ doublesTier: "DOU",
247
+ randomBattleMoves: ["closecombat", "uturn", "stoneedge", "poisonjab", "earthquake"],
248
+ },
249
+ growlithe: {
250
+ tier: "LC",
251
+ },
252
+ arcanine: {
253
+ tier: "OU",
254
+ doublesTier: "DOU",
255
+ randomBattleMoves: ["flareblitz", "morningsun", "willowisp", "extremespeed", "closecombat"],
256
+ },
257
+ poliwag: {
258
+ tier: "LC",
259
+ },
260
+ poliwhirl: {
261
+ tier: "NFE",
262
+ },
263
+ poliwrath: {
264
+ tier: "OU",
265
+ doublesTier: "DOU",
266
+ randomBattleMoves: ["waterfall", "drainpunch", "bulkup", "substitute", "poisonjab", "raindance"],
267
+ },
268
+ politoed: {
269
+ tier: "OU",
270
+ doublesTier: "DOU",
271
+ randomBattleMoves: ["scald", "icebeam", "rest", "sleeptalk"],
272
+ },
273
+ abra: {
274
+ tier: "LC",
275
+ },
276
+ kadabra: {
277
+ tier: "NFE",
278
+ },
279
+ alakazam: {
280
+ tier: "OU",
281
+ doublesTier: "DOU",
282
+ randomBattleMoves: ["nastyplot", "psychic", "focusblast", "shadowball"],
283
+ },
284
+ machop: {
285
+ tier: "LC",
286
+ },
287
+ machoke: {
288
+ tier: "NFE",
289
+ },
290
+ machamp: {
291
+ tier: "OU",
292
+ doublesTier: "DOU",
293
+ randomBattleMoves: ["dynamicpunch", "knockoff", "stoneedge", "poisonjab", "facade", "closecombat", "bulletpunch"],
294
+ },
295
+ bellsprout: {
296
+ tier: "LC",
297
+ },
298
+ weepinbell: {
299
+ tier: "NFE",
300
+ },
301
+ victreebel: {
302
+ tier: "OU",
303
+ doublesTier: "DOU",
304
+ randomBattleMoves: ["sunnyday", "sludgebomb", "solarbeam", "sleeppowder", "weatherball"],
305
+ },
306
+ tentacool: {
307
+ tier: "LC",
308
+ },
309
+ tentacruel: {
310
+ tier: "OU",
311
+ doublesTier: "DOU",
312
+ randomBattleMoves: ["scald", "rapidspin", "sludgebomb", "haze", "knockoff", "toxicspikes"],
313
+ },
314
+ geodude: {
315
+ tier: "LC",
316
+ },
317
+ graveler: {
318
+ tier: "NFE",
319
+ },
320
+ golem: {
321
+ tier: "OU",
322
+ doublesTier: "DOU",
323
+ randomBattleMoves: ["stealthrock", "earthquake", "stoneedge", "explosion", "heavyslam"],
324
+ },
325
+ ponyta: {
326
+ tier: "LC",
327
+ },
328
+ rapidash: {
329
+ tier: "OU",
330
+ doublesTier: "DOU",
331
+ randomBattleMoves: ["flareblitz", "hypnosis", "swordsdance", "highhorsepower", "willowisp", "morningsun"],
332
+ },
333
+ slowpoke: {
334
+ tier: "LC",
335
+ },
336
+ slowbro: {
337
+ tier: "OU",
338
+ doublesTier: "DOU",
339
+ randomBattleMoves: ["scald", "psychic", "slackoff", "icebeam", "calmmind", "toxic", "teleport"],
340
+ },
341
+ slowking: {
342
+ tier: "OU",
343
+ doublesTier: "DOU",
344
+ randomBattleMoves: ["psychic", "slackoff", "calmmind", "icebeam", "scald"],
345
+ },
346
+ magnemite: {
347
+ tier: "LC",
348
+ },
349
+ magneton: {
350
+ tier: "NFE",
351
+ },
352
+ magnezone: {
353
+ tier: "OU",
354
+ doublesTier: "DOU",
355
+ randomBattleMoves: ["thunderbolt", "flashcannon", "voltswitch", "mirrorcoat"],
356
+ },
357
+ farfetchd: {
358
+ tier: "OU",
359
+ doublesTier: "DOU",
360
+ randomBattleMoves: ["bravebird", "knockoff", "leafblade", "slash", "quickattack"],
361
+ },
362
+ doduo: {
363
+ tier: "LC",
364
+ },
365
+ dodrio: {
366
+ tier: "OU",
367
+ doublesTier: "DOU",
368
+ randomBattleMoves: ["swordsdance", "bravebird", "steelwing", "roost", "facade"],
369
+ },
370
+ seel: {
371
+ tier: "LC",
372
+ },
373
+ dewgong: {
374
+ tier: "OU",
375
+ doublesTier: "DOU",
376
+ randomBattleMoves: ["surf", "icebeam", "perishsong", "protect", "rest", "sleeptalk"],
377
+ },
378
+ grimer: {
379
+ tier: "LC",
380
+ },
381
+ muk: {
382
+ tier: "OU",
383
+ doublesTier: "DOU",
384
+ randomBattleMoves: ["gunkshot", "curse", "shadowsneak", "brickbreak", "explosion"],
385
+ },
386
+ shellder: {
387
+ tier: "LC",
388
+ },
389
+ cloyster: {
390
+ tier: "OU",
391
+ doublesTier: "DOU",
392
+ randomBattleMoves: ["shellsmash", "iciclespear", "rockblast", "hydropump"],
393
+ },
394
+ gastly: {
395
+ tier: "NFE",
396
+ },
397
+ haunter: {
398
+ tier: "NFE",
399
+ },
400
+ gengar: {
401
+ tier: "OU",
402
+ doublesTier: "DOU",
403
+ randomBattleMoves: ["shadowball", "sludgewave", "nastyplot", "thunderbolt", "focusblast"],
404
+ },
405
+ onix: {
406
+ tier: "LC",
407
+ },
408
+ steelix: {
409
+ tier: "OU",
410
+ doublesTier: "DOU",
411
+ randomBattleMoves: ["stealthrock", "gyroball", "stoneedge", "earthquake", "curse"],
412
+ },
413
+ drowzee: {
414
+ tier: "LC",
415
+ },
416
+ hypno: {
417
+ tier: "OU",
418
+ doublesTier: "DOU",
419
+ randomBattleMoves: ["psychic", "thunderwave", "shadowball", "focusblast"],
420
+ },
421
+ krabby: {
422
+ tier: "LC",
423
+ },
424
+ kingler: {
425
+ tier: "OU",
426
+ doublesTier: "DOU",
427
+ randomBattleMoves: ["swordsdance", "agility", "razorshell", "rockslide", "xscissor"],
428
+ },
429
+ voltorb: {
430
+ tier: "LC",
431
+ },
432
+ electrode: {
433
+ tier: "OU",
434
+ doublesTier: "DOU",
435
+ randomBattleMoves: ["thunderbolt", "voltswitch", "explosion", "lightscreen", "reflect"],
436
+ },
437
+ exeggcute: {
438
+ tier: "LC",
439
+ },
440
+ exeggutor: {
441
+ tier: "OU",
442
+ doublesTier: "DOU",
443
+ randomBattleMoves: ["sleeppowder", "gigadrain", "leechseed", "substitute", "psychic"],
444
+ },
445
+ cubone: {
446
+ tier: "LC",
447
+ },
448
+ marowak: {
449
+ tier: "OU",
450
+ doublesTier: "DOU",
451
+ randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "aerialace"],
452
+ },
453
+ tyrogue: {
454
+ tier: "LC",
455
+ },
456
+ hitmonlee: {
457
+ tier: "OU",
458
+ doublesTier: "DOU",
459
+ randomBattleMoves: ["closecombat", "bulkup", "stoneedge", "fakeout"],
460
+ },
461
+ hitmonchan: {
462
+ tier: "OU",
463
+ doublesTier: "DOU",
464
+ randomBattleMoves: ["closecombat", "icepunch", "machpunch", "stoneedge"],
465
+ },
466
+ hitmontop: {
467
+ tier: "OU",
468
+ doublesTier: "DOU",
469
+ randomBattleMoves: ["closecombat", "rapidspin", "stoneedge", "machpunch", "suckerpunch"],
470
+ },
471
+ lickitung: {
472
+ tier: "LC",
473
+ },
474
+ lickilicky: {
475
+ tier: "OU",
476
+ doublesTier: "DOU",
477
+ randomBattleMoves: ["bodyslam", "knockoff", "hammerarm", "powerwhip"],
478
+ },
479
+ koffing: {
480
+ tier: "LC",
481
+ },
482
+ weezing: {
483
+ tier: "OU",
484
+ doublesTier: "DOU",
485
+ randomBattleMoves: ["sludgebomb", "toxicspikes", "willowisp", "explosion", "fireblast"],
486
+ },
487
+ rhyhorn: {
488
+ tier: "LC",
489
+ },
490
+ rhydon: {
491
+ tier: "NFE",
492
+ },
493
+ rhyperior: {
494
+ tier: "OU",
495
+ doublesTier: "DOU",
496
+ randomBattleMoves: ["stoneedge", "earthquake", "knockoff", "megahorn", "firefang"],
497
+ },
498
+ happiny: {
499
+ tier: "LC",
500
+ },
501
+ chansey: {
502
+ tier: "NFE",
503
+ },
504
+ blissey: {
505
+ tier: "OU",
506
+ doublesTier: "DOU",
507
+ randomBattleMoves: ["stealthrock", "seismictoss", "softboiled", "thunderwave"],
508
+ },
509
+ tangela: {
510
+ tier: "LC",
511
+ },
512
+ tangrowth: {
513
+ tier: "OU",
514
+ doublesTier: "DOU",
515
+ randomBattleMoves: ["powerwhip", "sleeppowder", "leechseed", "earthquake", "knockoff", "sludgebomb"],
516
+ },
517
+ kangaskhan: {
518
+ tier: "OU",
519
+ doublesTier: "DOU",
520
+ randomBattleMoves: ["doubleedge", "crunch", "hammerarm", "earthquake", "fakeout"],
521
+ },
522
+ horsea: {
523
+ tier: "LC",
524
+ },
525
+ seadra: {
526
+ tier: "NFE",
527
+ },
528
+ kingdra: {
529
+ tier: "OU",
530
+ doublesTier: "DOU",
531
+ },
532
+ goldeen: {
533
+ tier: "LC",
534
+ },
535
+ seaking: {
536
+ tier: "OU",
537
+ doublesTier: "DOU",
538
+ randomBattleMoves: ["waterfall", "megahorn", "agility", "swordsdance"],
539
+ },
540
+ staryu: {
541
+ tier: "LC",
542
+ },
543
+ starmie: {
544
+ tier: "OU",
545
+ doublesTier: "DOU",
546
+ randomBattleMoves: ["hydropump", "psychic", "icebeam", "thunderbolt", "recover", "rapidspin"],
547
+ },
548
+ mimejr: {
549
+ tier: "LC",
550
+ },
551
+ mrmime: {
552
+ tier: "OU",
553
+ doublesTier: "DOU",
554
+ randomBattleMoves: ["psychic", "dazzlinggleam", "focusblast", "nastyplot", "thunderbolt"],
555
+ },
556
+ scyther: {
557
+ tier: "LC",
558
+ },
559
+ scizor: {
560
+ tier: "OU",
561
+ doublesTier: "DOU",
562
+ randomBattleMoves: ["bulletpunch", "uturn", "roost", "swordsdance", "knockoff", "superpower"],
563
+ },
564
+ smoochum: {
565
+ tier: "LC",
566
+ },
567
+ jynx: {
568
+ tier: "OU",
569
+ doublesTier: "DOU",
570
+ randomBattleMoves: ["lovelykiss", "icebeam", "psychic", "substitute", "nastyplot"],
571
+ },
572
+ elekid: {
573
+ tier: "LC",
574
+ },
575
+ electabuzz: {
576
+ tier: "NFE",
577
+ },
578
+ electivire: {
579
+ tier: "OU",
580
+ doublesTier: "DOU",
581
+ randomBattleMoves: ["wildcharge", "voltswitch", "flamethrower", "earthquake", "crosschop", "icepunch"],
582
+ },
583
+ magby: {
584
+ tier: "LC",
585
+ },
586
+ magmar: {
587
+ tier: "NFE",
588
+ },
589
+ magmortar: {
590
+ tier: "OU",
591
+ doublesTier: "DOU",
592
+ randomBattleMoves: ["fireblast", "earthquake", "psychic", "thunderbolt", "taunt"],
593
+ },
594
+ pinsir: {
595
+ tier: "OU",
596
+ doublesTier: "DOU",
597
+ randomBattleMoves: ["stealthrock", "xscissor", "closecombat", "stoneedge", "earthquake"],
598
+ },
599
+ tauros: {
600
+ tier: "OU",
601
+ doublesTier: "DOU",
602
+ randomBattleMoves: ["rockclimb", "zenheadbutt", "earthquake", "rockslide"],
603
+ },
604
+ magikarp: {
605
+ tier: "LC",
606
+ },
607
+ gyarados: {
608
+ tier: "OU",
609
+ doublesTier: "DOU",
610
+ randomBattleMoves: ["waterfall", "dragondance", "earthquake", "stoneedge", "powerwhip"],
611
+ },
612
+ lapras: {
613
+ tier: "OU",
614
+ doublesTier: "DOU",
615
+ randomBattleMoves: ["freezedry", "surf", "thunderbolt", "blizzard"],
616
+ },
617
+ ditto: {
618
+ tier: "OU",
619
+ doublesTier: "DOU",
620
+ randomBattleMoves: ["extremeevoboost"], // not sure what's up with this but randbats staff requested it. possibly a weird mechanic or a joke?
621
+ },
622
+ eevee: {
623
+ tier: "LC",
624
+ },
625
+ vaporeon: {
626
+ tier: "OU",
627
+ doublesTier: "DOU",
628
+ randomBattleMoves: ["scald", "rest", "sleeptalk", "icebeam"],
629
+ },
630
+ jolteon: {
631
+ tier: "OU",
632
+ doublesTier: "DOU",
633
+ randomBattleMoves: ["voltswitch", "thunderbolt", "yawn", "batonpass", "shadowball"],
634
+ },
635
+ flareon: {
636
+ tier: "OU",
637
+ doublesTier: "DOU",
638
+ randomBattleMoves: ["flareblitz", "willowisp", "facade", "quickattack"],
639
+ },
640
+ espeon: {
641
+ tier: "OU",
642
+ doublesTier: "DOU",
643
+ randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "morningsun"],
644
+ },
645
+ umbreon: {
646
+ tier: "OU",
647
+ doublesTier: "DOU",
648
+ randomBattleMoves: ["foulplay", "wish", "taunt", "protect"],
649
+ },
650
+ leafeon: {
651
+ tier: "OU",
652
+ doublesTier: "DOU",
653
+ randomBattleMoves: ["leafblade", "synthesis", "swordsdance", "xscissor"],
654
+ },
655
+ glaceon: {
656
+ tier: "OU",
657
+ doublesTier: "DOU",
658
+ randomBattleMoves: ["icebeam", "freezedry", "waterpulse", "roar"],
659
+ },
660
+ porygon: {
661
+ tier: "LC",
662
+ },
663
+ porygon2: {
664
+ tier: "NFE",
665
+ },
666
+ porygonz: {
667
+ tier: "OU",
668
+ doublesTier: "DOU",
669
+ randomBattleMoves: ["triattack", "nastyplot", "icebeam", "thunderbolt", "darkpulse"],
670
+ },
671
+ omanyte: {
672
+ tier: "LC",
673
+ },
674
+ omastar: {
675
+ tier: "OU",
676
+ doublesTier: "DOU",
677
+ randomBattleMoves: ["shellsmash", "hydropump", "icebeam", "earthpower"],
678
+ },
679
+ kabuto: {
680
+ tier: "LC",
681
+ },
682
+ kabutops: {
683
+ tier: "OU",
684
+ doublesTier: "DOU",
685
+ randomBattleMoves: ["liquidation", "stoneedge", "rapidspin", "swordsdance", "knockoff"],
686
+ },
687
+ aerodactyl: {
688
+ tier: "OU",
689
+ doublesTier: "DOU",
690
+ randomBattleMoves: ["stoneedge", "stealthrock", "earthquake", "roost"],
691
+ },
692
+ munchlax: {
693
+ tier: "LC",
694
+ },
695
+ snorlax: {
696
+ tier: "OU",
697
+ doublesTier: "DOU",
698
+ randomBattleMoves: ["bodyslam", "curse", "rest", "sleeptalk"],
699
+ },
700
+ articuno: {
701
+ tier: "OU",
702
+ doublesTier: "DOU",
703
+ randomBattleMoves: ["icebeam", "roost", "uturn", "defog"],
704
+ },
705
+ zapdos: {
706
+ tier: "OU",
707
+ doublesTier: "DOU",
708
+ randomBattleMoves: ["discharge", "uturn", "roost", "substitute", "defog", "hurricane"],
709
+ },
710
+ moltres: {
711
+ tier: "OU",
712
+ doublesTier: "DOU",
713
+ randomBattleMoves: ["fireblast", "roost", "uturn", "hurricane", "willowisp"],
714
+ },
715
+ dratini: {
716
+ tier: "LC",
717
+ },
718
+ dragonair: {
719
+ tier: "NFE",
720
+ },
721
+ dragonite: {
722
+ tier: "OU",
723
+ doublesTier: "DOU",
724
+ randomBattleMoves: ["dragondance", "outrage", "earthquake", "extremespeed", "roost"],
725
+ },
726
+ mewtwo: {
727
+ tier: "Uber",
728
+ doublesTier: "DUber",
729
+ randomBattleMoves: ["psystrike", "aurasphere", "icebeam", "nastyplot", "recover"],
730
+ },
731
+ mew: {
732
+ tier: "OU",
733
+ doublesTier: "DOU",
734
+ randomBattleMoves: ["calmmind", "aurasphere", "psychic", "shadowball"],
735
+ },
736
+ chikorita: {
737
+ tier: "LC",
738
+ },
739
+ bayleef: {
740
+ tier: "NFE",
741
+ },
742
+ meganium: {
743
+ tier: "OU",
744
+ doublesTier: "DOU",
745
+ randomBattleMoves: ["gigadrain", "leechseed", "reflect", "lightscreen", "aromatherapy"],
746
+ },
747
+ cyndaquil: {
748
+ tier: "LC",
749
+ },
750
+ quilava: {
751
+ tier: "NFE",
752
+ },
753
+ typhlosion: {
754
+ tier: "OU",
755
+ doublesTier: "DOU",
756
+ randomBattleMoves: ["eruption", "fireblast", "extrasensory", "focusblast"],
757
+ },
758
+ totodile: {
759
+ tier: "LC",
760
+ },
761
+ croconaw: {
762
+ tier: "NFE",
763
+ },
764
+ feraligatr: {
765
+ tier: "OU",
766
+ doublesTier: "DOU",
767
+ randomBattleMoves: ["dragondance", "earthquake", "waterfall", "crunch", "aquajet"],
768
+ },
769
+ sentret: {
770
+ tier: "LC",
771
+ },
772
+ furret: {
773
+ tier: "OU",
774
+ doublesTier: "DOU",
775
+ randomBattleMoves: ["doubleedge", "suckerpunch", "uturn", "shadowclaw"],
776
+ },
777
+ hoothoot: {
778
+ tier: "LC",
779
+ },
780
+ noctowl: {
781
+ tier: "OU",
782
+ doublesTier: "DOU",
783
+ randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "shadowball", "roost"],
784
+ },
785
+ ledyba: {
786
+ tier: "LC",
787
+ },
788
+ ledian: {
789
+ tier: "OU",
790
+ doublesTier: "DOU",
791
+ randomBattleMoves: ["uturn", "knockoff", "roost", "reflect", "lightscreen"],
792
+ },
793
+ spinarak: {
794
+ tier: "LC",
795
+ },
796
+ ariados: {
797
+ tier: "OU",
798
+ doublesTier: "DOU",
799
+ randomBattleMoves: ["poisonjab", "toxicspikes", "stickyweb", "lunge"],
800
+ },
801
+ chinchou: {
802
+ tier: "LC",
803
+ },
804
+ lanturn: {
805
+ tier: "OU",
806
+ doublesTier: "DOU",
807
+ randomBattleMoves: ["scald", "discharge", "voltswitch", "icebeam", "thunderwave"],
808
+ },
809
+ togepi: {
810
+ tier: "LC",
811
+ },
812
+ togetic: {
813
+ tier: "NFE",
814
+ },
815
+ togekiss: {
816
+ tier: "OU",
817
+ doublesTier: "DOU",
818
+ randomBattleMoves: ["airslash", "roost", "thunderwave", "aurasphere", "fireblast"],
819
+ },
820
+ natu: {
821
+ tier: "LC",
822
+ },
823
+ xatu: {
824
+ tier: "OU",
825
+ doublesTier: "DOU",
826
+ randomBattleMoves: ["psychic", "roost", "teleport", "thunderwave", "airslash"],
827
+ },
828
+ mareep: {
829
+ tier: "LC",
830
+ },
831
+ flaaffy: {
832
+ tier: "NFE",
833
+ },
834
+ ampharos: {
835
+ tier: "OU",
836
+ doublesTier: "DOU",
837
+ randomBattleMoves: ["thunderbolt", "rest", "sleeptalk", "focusblast"],
838
+ },
839
+ azurill: {
840
+ tier: "LC",
841
+ },
842
+ marill: {
843
+ tier: "NFE",
844
+ },
845
+ azumarill: {
846
+ tier: "OU",
847
+ doublesTier: "DOU",
848
+ randomBattleMoves: ["bellydrum", "aquajet", "playrough", "superpower", "waterfall"],
849
+ },
850
+ bonsly: {
851
+ tier: "LC",
852
+ },
853
+ sudowoodo: {
854
+ tier: "OU",
855
+ doublesTier: "DOU",
856
+ randomBattleMoves: ["headsmash", "stealthrock", "earthquake", "suckerpunch", "selfdestruct"],
857
+ },
858
+ hoppip: {
859
+ tier: "LC",
860
+ },
861
+ skiploom: {
862
+ tier: "NFE",
863
+ },
864
+ jumpluff: {
865
+ tier: "OU",
866
+ doublesTier: "DOU",
867
+ randomBattleMoves: ["sleeppowder", "leechseed", "substitute", "acrobatics", "strengthsap"],
868
+ },
869
+ aipom: {
870
+ tier: "LC",
871
+ },
872
+ ambipom: {
873
+ tier: "OU",
874
+ doublesTier: "DOU",
875
+ randomBattleMoves: ["fakeout", "uturn", "facade", "switcheroo", "brickbreak", "shadowclaw"],
876
+ },
877
+ sunkern: {
878
+ tier: "LC",
879
+ },
880
+ sunflora: {
881
+ tier: "OU",
882
+ doublesTier: "DOU",
883
+ randomBattleMoves: ["energyball", "sludgebomb", "reflect", "lightscreen"],
884
+ },
885
+ yanma: {
886
+ tier: "LC",
887
+ },
888
+ yanmega: {
889
+ tier: "OU",
890
+ doublesTier: "DOU",
891
+ randomBattleMoves: ["bugbuzz", "gigadrain", "airslash", "uturn", "protect"],
892
+ },
893
+ wooper: {
894
+ tier: "LC",
895
+ },
896
+ quagsire: {
897
+ tier: "OU",
898
+ doublesTier: "DOU",
899
+ randomBattleMoves: ["earthquake", "recover", "scald", "toxic"],
900
+ },
901
+ murkrow: {
902
+ tier: "LC",
903
+ },
904
+ honchkrow: {
905
+ tier: "OU",
906
+ doublesTier: "DOU",
907
+ },
908
+ misdreavus: {
909
+ tier: "LC",
910
+ },
911
+ mismagius: {
912
+ tier: "OU",
913
+ doublesTier: "DOU",
914
+ },
915
+ unown: {
916
+ tier: "OU",
917
+ doublesTier: "DOU",
918
+ randomBattleMoves: ["hiddenpowerpsychic", "hiddenpowerfighting"],
919
+ },
920
+ wynaut: {
921
+ tier: "LC",
922
+ },
923
+ wobbuffet: {
924
+ tier: "OU",
925
+ doublesTier: "DOU",
926
+ randomBattleMoves: ["counter", "mirrorcoat", "encore", "destinybond"],
927
+ },
928
+ girafarig: {
929
+ tier: "OU",
930
+ doublesTier: "DOU",
931
+ randomBattleMoves: ["nastyplot", "thunderbolt", "psychic", "dazzlinggleam"],
932
+ },
933
+ pineco: {
934
+ tier: "LC",
935
+ },
936
+ forretress: {
937
+ tier: "OU",
938
+ doublesTier: "DOU",
939
+ randomBattleMoves: ["voltswitch", "gyroball", "rapidspin", "spikes", "toxicspikes"],
940
+ },
941
+ dunsparce: {
942
+ tier: "OU",
943
+ doublesTier: "DOU",
944
+ randomBattleMoves: ["glare", "headbutt", "roost", "coil", "rockslide"],
945
+ },
946
+ gligar: {
947
+ tier: "LC",
948
+ },
949
+ gliscor: {
950
+ tier: "OU",
951
+ doublesTier: "DOU",
952
+ randomBattleMoves: ["earthquake", "stealthrock", "roost", "knockoff", "uturn", "taunt"],
953
+ },
954
+ snubbull: {
955
+ tier: "LC",
956
+ },
957
+ granbull: {
958
+ tier: "OU",
959
+ doublesTier: "DOU",
960
+ randomBattleMoves: ["playrough", "earthquake", "crunch", "healbell", "thunderwave"],
961
+ },
962
+ qwilfish: {
963
+ tier: "OU",
964
+ doublesTier: "DOU",
965
+ randomBattleMoves: ["destinybond", "waterfall", "poisonjab", "spikes", "toxicspikes", "thunderwave"],
966
+ },
967
+ shuckle: {
968
+ tier: "OU",
969
+ doublesTier: "DOU",
970
+ randomBattleMoves: ["knockoff", "stealthrock", "stickyweb", "toxic"],
971
+ },
972
+ heracross: {
973
+ tier: "OU",
974
+ doublesTier: "DOU",
975
+ randomBattleMoves: ["facade", "megahorn", "closecombat", "nightslash", "stoneedge"],
976
+ },
977
+ sneasel: {
978
+ tier: "LC",
979
+ },
980
+ weavile: {
981
+ tier: "OU",
982
+ doublesTier: "DOU",
983
+ randomBattleMoves: ["fakeout", "tripleaxel", "knockoff", "swordsdance", "iceshard", "lowkick"],
984
+ },
985
+ teddiursa: {
986
+ tier: "LC",
987
+ },
988
+ ursaring: {
989
+ tier: "OU",
990
+ doublesTier: "DOU",
991
+ randomBattleMoves: ["closecombat", "crunch", "protect", "facade", "swordsdance"],
992
+ },
993
+ slugma: {
994
+ tier: "LC",
995
+ },
996
+ magcargo: {
997
+ tier: "OU",
998
+ doublesTier: "DOU",
999
+ randomBattleMoves: ["fireblast", "ancientpower", "earthpower", "shellsmash", "recover", "stealthrock", "lavaplume"],
1000
+ },
1001
+ swinub: {
1002
+ tier: "LC",
1003
+ },
1004
+ piloswine: {
1005
+ tier: "NFE",
1006
+ },
1007
+ mamoswine: {
1008
+ tier: "OU",
1009
+ doublesTier: "DOU",
1010
+ randomBattleMoves: ["earthquake", "iciclecrash", "iceshard", "stealthrock", "knockoff", "superpower"],
1011
+ },
1012
+ corsola: {
1013
+ tier: "OU",
1014
+ doublesTier: "DOU",
1015
+ randomBattleMoves: ["recover", "scald", "powergem", "stealthrock"],
1016
+ },
1017
+ remoraid: {
1018
+ tier: "LC",
1019
+ },
1020
+ octillery: {
1021
+ tier: "OU",
1022
+ doublesTier: "DOU",
1023
+ randomBattleMoves: ["energyball", "fireblast", "hydropump", "gunkshot", "icebeam", "protect"],
1024
+ },
1025
+ delibird: {
1026
+ tier: "OU",
1027
+ doublesTier: "DOU",
1028
+ randomBattleMoves: ["destinybond", "freezedry", "rapidspin", "spikes"],
1029
+ },
1030
+ mantyke: {
1031
+ tier: "LC",
1032
+ },
1033
+ mantine: {
1034
+ tier: "OU",
1035
+ doublesTier: "DOU",
1036
+ randomBattleMoves: ["scald", "icebeam", "defog", "rest", "sleeptalk"],
1037
+ },
1038
+ skarmory: {
1039
+ tier: "OU",
1040
+ doublesTier: "DOU",
1041
+ randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind", "bodypress"],
1042
+ },
1043
+ houndour: {
1044
+ tier: "LC",
1045
+ },
1046
+ houndoom: {
1047
+ tier: "OU",
1048
+ doublesTier: "DOU",
1049
+ randomBattleMoves: ["nastyplot", "darkpulse", "fireblast", "suckerpunch"],
1050
+ },
1051
+ phanpy: {
1052
+ tier: "LC",
1053
+ },
1054
+ donphan: {
1055
+ tier: "OU",
1056
+ doublesTier: "DOU",
1057
+ randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "stoneedge", "iceshard"],
1058
+ },
1059
+ stantler: {
1060
+ tier: "OU",
1061
+ doublesTier: "DOU",
1062
+ randomBattleMoves: ["doubleedge", "megahorn", "zenheadbutt", "earthquake"],
1063
+ },
1064
+ smeargle: {
1065
+ tier: "OU",
1066
+ doublesTier: "DOU",
1067
+ randomBattleMoves: ["stealthrock", "spikes", "spore", "toxicspikes", "stickyweb"],
1068
+ },
1069
+ miltank: {
1070
+ tier: "OU",
1071
+ doublesTier: "DOU",
1072
+ randomBattleMoves: ["bodyslam", "milkdrink", "stealthrock", "curse", "earthquake"],
1073
+ },
1074
+ raikou: {
1075
+ tier: "OU",
1076
+ doublesTier: "DOU",
1077
+ randomBattleMoves: ["thunderbolt", "scald", "voltswitch", "calmmind", "substitute"],
1078
+ },
1079
+ entei: {
1080
+ tier: "OU",
1081
+ doublesTier: "DOU",
1082
+ randomBattleMoves: ["sacredfire", "extremespeed", "stoneedge", "irontail", "bulldoze"],
1083
+ },
1084
+ suicune: {
1085
+ tier: "OU",
1086
+ doublesTier: "DOU",
1087
+ randomBattleMoves: ["scald", "rest", "sleeptalk", "calmmind"],
1088
+ },
1089
+ larvitar: {
1090
+ tier: "LC",
1091
+ },
1092
+ pupitar: {
1093
+ tier: "NFE",
1094
+ },
1095
+ tyranitar: {
1096
+ tier: "OU",
1097
+ doublesTier: "DOU",
1098
+ randomBattleMoves: ["dragondance", "crunch", "stoneedge", "earthquake", "stealthrock", "superpower"],
1099
+ },
1100
+ lugia: {
1101
+ tier: "Uber",
1102
+ doublesTier: "DUber",
1103
+ randomBattleMoves: ["psychic", "roost", "whirlwind", "substitute", "aeroblast"],
1104
+ },
1105
+ hooh: {
1106
+ tier: "Uber",
1107
+ doublesTier: "DUber",
1108
+ randomBattleMoves: ["sacredfire", "roost", "substitute", "earthquake"],
1109
+ },
1110
+ celebi: {
1111
+ isNonstandard: "Unobtainable",
1112
+ tier: "Unreleased",
1113
+ randomBattleMoves: ["nastyplot", "psychic", "leafstorm", "gigadrain", "focusblast"],
1114
+ },
1115
+ treecko: {
1116
+ tier: "LC",
1117
+ },
1118
+ grovyle: {
1119
+ tier: "NFE",
1120
+ },
1121
+ sceptile: {
1122
+ tier: "OU",
1123
+ doublesTier: "DOU",
1124
+ randomBattleMoves: ["substitute", "leechseed", "leafstorm", "gigadrain", "focusblast"],
1125
+ },
1126
+ torchic: {
1127
+ tier: "LC",
1128
+ },
1129
+ combusken: {
1130
+ tier: "NFE",
1131
+ },
1132
+ blaziken: {
1133
+ tier: "OU",
1134
+ doublesTier: "DOU",
1135
+ randomBattleMoves: ["swordsdance", "stoneedge", "closecombat", "flareblitz", "earthquake", "knockoff"],
1136
+ },
1137
+ mudkip: {
1138
+ tier: "LC",
1139
+ },
1140
+ marshtomp: {
1141
+ tier: "NFE",
1142
+ },
1143
+ swampert: {
1144
+ tier: "OU",
1145
+ doublesTier: "DOU",
1146
+ randomBattleMoves: ["scald", "earthquake", "stealthrock", "icebeam", "toxic", "stoneedge"],
1147
+ },
1148
+ poochyena: {
1149
+ tier: "LC",
1150
+ },
1151
+ mightyena: {
1152
+ tier: "OU",
1153
+ doublesTier: "DOU",
1154
+ randomBattleMoves: ["suckerpunch", "playrough", "firefang", "crunch", "irontail"],
1155
+ },
1156
+ zigzagoon: {
1157
+ tier: "LC",
1158
+ },
1159
+ linoone: {
1160
+ tier: "OU",
1161
+ doublesTier: "DOU",
1162
+ randomBattleMoves: ["bellydrum", "extremespeed", "shadowclaw", "irontail"],
1163
+ },
1164
+ wurmple: {
1165
+ tier: "LC",
1166
+ },
1167
+ silcoon: {
1168
+ tier: "NFE",
1169
+ },
1170
+ beautifly: {
1171
+ tier: "OU",
1172
+ doublesTier: "DOU",
1173
+ randomBattleMoves: ["quiverdance", "energyball", "bugbuzz", "roost", "aircutter"],
1174
+ },
1175
+ cascoon: {
1176
+ tier: "NFE",
1177
+ },
1178
+ dustox: {
1179
+ tier: "OU",
1180
+ doublesTier: "DOU",
1181
+ randomBattleMoves: ["quiverdance", "bugbuzz", "sludgebomb", "moonlight", "energyball", "toxic"],
1182
+ },
1183
+ lotad: {
1184
+ tier: "LC",
1185
+ },
1186
+ lombre: {
1187
+ tier: "NFE",
1188
+ },
1189
+ ludicolo: {
1190
+ tier: "OU",
1191
+ doublesTier: "DOU",
1192
+ randomBattleMoves: ["leechseed", "gigadrain", "icebeam", "substitute", "hydropump", "raindance", "scald"],
1193
+ },
1194
+ seedot: {
1195
+ tier: "LC",
1196
+ },
1197
+ nuzleaf: {
1198
+ tier: "NFE",
1199
+ },
1200
+ shiftry: {
1201
+ tier: "OU",
1202
+ doublesTier: "DOU",
1203
+ randomBattleMoves: ["swordsdance", "leafblade", "suckerpunch", "fakeout", "nightslash", "brickbreak"],
1204
+ },
1205
+ taillow: {
1206
+ tier: "LC",
1207
+ },
1208
+ swellow: {
1209
+ tier: "OU",
1210
+ doublesTier: "DOU",
1211
+ randomBattleMoves: ["bravebird", "facade", "quickattack", "steelwing", "uturn", "roost"],
1212
+ },
1213
+ wingull: {
1214
+ tier: "LC",
1215
+ },
1216
+ pelipper: {
1217
+ tier: "OU",
1218
+ doublesTier: "DOU",
1219
+ randomBattleMoves: ["scald", "roost", "defog", "hurricane", "hydropump", "uturn"],
1220
+ },
1221
+ ralts: {
1222
+ tier: "LC",
1223
+ },
1224
+ kirlia: {
1225
+ tier: "NFE",
1226
+ },
1227
+ gardevoir: {
1228
+ tier: "OU",
1229
+ doublesTier: "DOU",
1230
+ randomBattleMoves: ["calmmind", "psychic", "shadowball", "focusblast", "dazzlinggleam"],
1231
+ },
1232
+ gallade: {
1233
+ tier: "OU",
1234
+ doublesTier: "DOU",
1235
+ randomBattleMoves: ["closecombat", "psychocut", "swordsdance", "poisonjab", "earthquake"],
1236
+ },
1237
+ surskit: {
1238
+ tier: "LC",
1239
+ },
1240
+ masquerain: {
1241
+ tier: "OU",
1242
+ doublesTier: "DOU",
1243
+ randomBattleMoves: ["quiverdance", "scald", "stickyweb", "airslash", "bugbuzz"],
1244
+ },
1245
+ shroomish: {
1246
+ tier: "LC",
1247
+ },
1248
+ breloom: {
1249
+ tier: "OU",
1250
+ doublesTier: "DOU",
1251
+ randomBattleMoves: ["spore", "rocktomb", "swordsdance", "bulletseed", "machpunch"],
1252
+ },
1253
+ slakoth: {
1254
+ tier: "LC",
1255
+ },
1256
+ vigoroth: {
1257
+ tier: "NFE",
1258
+ randomBattleMoves: ["bulkup", "bodyslam", "earthquake", "slackoff", "playrough", "shadowclaw"],
1259
+ },
1260
+ slaking: {
1261
+ tier: "OU",
1262
+ doublesTier: "DOU",
1263
+ randomBattleMoves: ["earthquake", "suckerpunch", "gigaimpact", "playrough", "hammerarm"],
1264
+ },
1265
+ nincada: {
1266
+ tier: "LC",
1267
+ },
1268
+ ninjask: {
1269
+ tier: "OU",
1270
+ doublesTier: "DOU",
1271
+ randomBattleMoves: ["swordsdance", "uturn", "xscissor", "aerialace", "finalgambit"],
1272
+ },
1273
+ shedinja: {
1274
+ tier: "OU",
1275
+ doublesTier: "DOU",
1276
+ randomBattleMoves: ["xscissor", "shadowclaw", "shadowsneak", "willowisp", "swordsdance"],
1277
+ },
1278
+ whismur: {
1279
+ tier: "LC",
1280
+ },
1281
+ loudred: {
1282
+ tier: "NFE",
1283
+ },
1284
+ exploud: {
1285
+ tier: "OU",
1286
+ doublesTier: "DOU",
1287
+ randomBattleMoves: ["focusblast", "fireblast", "boomburst", "surf"],
1288
+ },
1289
+ makuhita: {
1290
+ tier: "LC",
1291
+ },
1292
+ hariyama: {
1293
+ tier: "OU",
1294
+ doublesTier: "DOU",
1295
+ randomBattleMoves: ["bulkup", "closecombat", "poisonjab", "stoneedge", "knockoff"],
1296
+ },
1297
+ nosepass: {
1298
+ tier: "LC",
1299
+ },
1300
+ probopass: {
1301
+ tier: "OU",
1302
+ doublesTier: "DOU",
1303
+ randomBattleMoves: ["flashcannon", "stealthrock", "bodypress", "voltswitch", "thunderwave"],
1304
+ },
1305
+ skitty: {
1306
+ tier: "LC",
1307
+ },
1308
+ delcatty: {
1309
+ tier: "OU",
1310
+ doublesTier: "DOU",
1311
+ randomBattleMoves: ["thunderwave", "healbell", "fakeout", "doubleedge", "suckerpunch"],
1312
+ },
1313
+ sableye: {
1314
+ tier: "OU",
1315
+ doublesTier: "DOU",
1316
+ randomBattleMoves: ["recover", "taunt", "willowisp", "knockoff", "shadowsneak"],
1317
+ },
1318
+ mawile: {
1319
+ tier: "OU",
1320
+ doublesTier: "DOU",
1321
+ randomBattleMoves: ["swordsdance", "suckerpunch", "ironhead", "playrough", "stealthrock"],
1322
+ },
1323
+ aron: {
1324
+ tier: "LC",
1325
+ },
1326
+ lairon: {
1327
+ tier: "NFE",
1328
+ },
1329
+ aggron: {
1330
+ tier: "OU",
1331
+ doublesTier: "DOU",
1332
+ randomBattleMoves: ["headsmash", "earthquake", "stoneedge", "heavyslam"],
1333
+ },
1334
+ meditite: {
1335
+ tier: "LC",
1336
+ },
1337
+ medicham: {
1338
+ tier: "OU",
1339
+ doublesTier: "DOU",
1340
+ randomBattleMoves: ["fakeout", "highjumpkick", "bulletpunch", "zenheadbutt", "recover", "icepunch"],
1341
+ },
1342
+ electrike: {
1343
+ tier: "LC",
1344
+ },
1345
+ manectric: {
1346
+ tier: "OU",
1347
+ doublesTier: "DOU",
1348
+ randomBattleMoves: ["switcheroo", "thunderbolt", "overheat", "voltswitch"],
1349
+ },
1350
+ plusle: {
1351
+ tier: "OU",
1352
+ doublesTier: "DOU",
1353
+ randomBattleMoves: ["thunderbolt", "voltswitch", "grassknot", "nastyplot", "nuzzle"],
1354
+ },
1355
+ minun: {
1356
+ tier: "OU",
1357
+ doublesTier: "DOU",
1358
+ randomBattleMoves: ["thunderbolt", "voltswitch", "grassknot", "nastyplot", "nuzzle", "switcheroo"],
1359
+ },
1360
+ volbeat: {
1361
+ tier: "OU",
1362
+ doublesTier: "DOU",
1363
+ randomBattleMoves: ["encore", "roost", "thunderwave", "uturn"],
1364
+ },
1365
+ illumise: {
1366
+ tier: "OU",
1367
+ doublesTier: "DOU",
1368
+ randomBattleMoves: ["encore", "roost", "thunderwave", "wish", "bugbuzz"],
1369
+ },
1370
+ budew: {
1371
+ tier: "LC",
1372
+ },
1373
+ roselia: {
1374
+ tier: "NFE",
1375
+ },
1376
+ roserade: {
1377
+ tier: "OU",
1378
+ doublesTier: "DOU",
1379
+ randomBattleMoves: [],
1380
+ },
1381
+ gulpin: {
1382
+ tier: "LC",
1383
+ },
1384
+ swalot: {
1385
+ tier: "OU",
1386
+ doublesTier: "DOU",
1387
+ randomBattleMoves: ["gunkshot", "earthquake", "toxic", "painsplit", "encore"],
1388
+ },
1389
+ carvanha: {
1390
+ tier: "LC",
1391
+ },
1392
+ sharpedo: {
1393
+ tier: "OU",
1394
+ doublesTier: "DOU",
1395
+ randomBattleMoves: ["earthquake", "liquidation", "crunch", "aquajet"],
1396
+ },
1397
+ wailmer: {
1398
+ tier: "LC",
1399
+ },
1400
+ wailord: {
1401
+ tier: "OU",
1402
+ doublesTier: "DOU",
1403
+ randomBattleMoves: ["icebeam", "hydropump", "icebeam", "waterspout"],
1404
+ },
1405
+ numel: {
1406
+ tier: "LC",
1407
+ },
1408
+ camerupt: {
1409
+ tier: "OU",
1410
+ doublesTier: "DOU",
1411
+ randomBattleMoves: ["stealthrock", "earthpower", "lavaplume", "fireblast", "explosion"],
1412
+ },
1413
+ torkoal: {
1414
+ tier: "OU",
1415
+ doublesTier: "DOU",
1416
+ randomBattleMoves: ["solarbeam", "stealthrock", "earthquake", "rapidspin", "lavaplume"],
1417
+ },
1418
+ spoink: {
1419
+ tier: "LC",
1420
+ },
1421
+ grumpig: {
1422
+ tier: "OU",
1423
+ doublesTier: "DOU",
1424
+ randomBattleMoves: ["nastyplot", "psyshock", "focusblast", "shadowball"],
1425
+ },
1426
+ spinda: {
1427
+ tier: "OU",
1428
+ doublesTier: "DOU",
1429
+ randomBattleMoves: ["encore", "fakeout", "rapidspin", "bodyslam", "suckerpunch"],
1430
+ },
1431
+ trapinch: {
1432
+ tier: "LC",
1433
+ },
1434
+ vibrava: {
1435
+ tier: "NFE",
1436
+ },
1437
+ flygon: {
1438
+ tier: "OU",
1439
+ doublesTier: "DOU",
1440
+ randomBattleMoves: ["earthquake", "uturn", "dragondance", "outrage", "superpower"],
1441
+ },
1442
+ cacnea: {
1443
+ tier: "LC",
1444
+ },
1445
+ cacturne: {
1446
+ tier: "OU",
1447
+ doublesTier: "DOU",
1448
+ randomBattleMoves: ["swordsdance", "suckerpunch", "seedbomb", "drainpunch", "poisonjab"],
1449
+ },
1450
+ swablu: {
1451
+ tier: "LC",
1452
+ },
1453
+ altaria: {
1454
+ tier: "OU",
1455
+ doublesTier: "DOU",
1456
+ randomBattleMoves: ["roost", "dracometeor", "fireblast", "safeguard", "hurricane"],
1457
+ },
1458
+ zangoose: {
1459
+ tier: "OU",
1460
+ doublesTier: "DOU",
1461
+ randomBattleMoves: ["swordsdance", "closecombat", "quickattack", "facade", "shadowclaw"],
1462
+ },
1463
+ seviper: {
1464
+ tier: "OU",
1465
+ doublesTier: "DOU",
1466
+ randomBattleMoves: ["swordsdance", "poisonjab", "suckerpunch", "earthquake", "glare", "crunch"],
1467
+ },
1468
+ lunatone: {
1469
+ tier: "OU",
1470
+ doublesTier: "DOU",
1471
+ randomBattleMoves: ["nastyplot", "psyshock", "moonblast", "stealthrock", "icebeam"],
1472
+ },
1473
+ solrock: {
1474
+ tier: "OU",
1475
+ doublesTier: "DOU",
1476
+ randomBattleMoves: ["earthquake", "explosion", "stoneedge", "stealthrock", "willowisp"],
1477
+ },
1478
+ barboach: {
1479
+ tier: "LC",
1480
+ },
1481
+ whiscash: {
1482
+ tier: "OU",
1483
+ doublesTier: "DOU",
1484
+ randomBattleMoves: ["dragondance", "earthquake", "waterfall", "stoneedge"],
1485
+ },
1486
+ corphish: {
1487
+ tier: "LC",
1488
+ },
1489
+ crawdaunt: {
1490
+ tier: "OU",
1491
+ doublesTier: "DOU",
1492
+ randomBattleMoves: ["knockoff", "dragondance", "superpower", "crabhammer", "aquajet"],
1493
+ },
1494
+ baltoy: {
1495
+ tier: "LC",
1496
+ },
1497
+ claydol: {
1498
+ tier: "OU",
1499
+ doublesTier: "DOU",
1500
+ randomBattleMoves: ["earthquake", "psychic", "icebeam", "rapidspin", "stealthrock"],
1501
+ },
1502
+ lileep: {
1503
+ tier: "LC",
1504
+ },
1505
+ cradily: {
1506
+ tier: "OU",
1507
+ doublesTier: "DOU",
1508
+ randomBattleMoves: ["gigadrain", "recover", "stealthrock", "stoneedge"],
1509
+ },
1510
+ anorith: {
1511
+ tier: "LC",
1512
+ },
1513
+ armaldo: {
1514
+ tier: "OU",
1515
+ doublesTier: "DOU",
1516
+ randomBattleMoves: ["stoneedge", "rapidspin", "stealthrock", "knockoff", "aquajet", "xscissor"],
1517
+ },
1518
+ feebas: {
1519
+ tier: "LC",
1520
+ },
1521
+ milotic: {
1522
+ tier: "OU",
1523
+ doublesTier: "DOU",
1524
+ randomBattleMoves: ["scald", "rest", "sleeptalk", "icebeam", "dragontail"],
1525
+ },
1526
+ castform: {
1527
+ tier: "OU",
1528
+ doublesTier: "DOU",
1529
+ randomBattleMoves: ["icebeam", "flamethrower", "thunderbolt", "scald"],
1530
+ },
1531
+ kecleon: {
1532
+ tier: "OU",
1533
+ doublesTier: "DOU",
1534
+ randomBattleMoves: ["fakeout", "stealthrock", "drainpunch", "thunderwave", "shadowsneak"],
1535
+ },
1536
+ shuppet: {
1537
+ tier: "LC",
1538
+ },
1539
+ banette: {
1540
+ tier: "OU",
1541
+ doublesTier: "DOU",
1542
+ randomBattleMoves: ["shadowclaw", "willowisp", "destinybond", "shadowsneak", "knockoff"],
1543
+ },
1544
+ duskull: {
1545
+ tier: "LC",
1546
+ },
1547
+ dusclops: {
1548
+ tier: "NFE",
1549
+ },
1550
+ dusknoir: {
1551
+ tier: "OU",
1552
+ doublesTier: "DOU",
1553
+ randomBattleMoves: ["shadowpunch", "icepunch", "shadowsneak", "earthquake", "willowisp", "painsplit"],
1554
+ },
1555
+ tropius: {
1556
+ tier: "OU",
1557
+ doublesTier: "DOU",
1558
+ randomBattleMoves: ["dragondance", "leafblade", "aerialace", "roost", "earthquake"],
1559
+ },
1560
+ chingling: {
1561
+ tier: "LC",
1562
+ },
1563
+ chimecho: {
1564
+ tier: "OU",
1565
+ doublesTier: "DOU",
1566
+ randomBattleMoves: ["psychic", "lightscreen", "reflect", "thunderwave", "recover", "healingwish"],
1567
+ },
1568
+ absol: {
1569
+ tier: "OU",
1570
+ doublesTier: "DOU",
1571
+ randomBattleMoves: ["knockoff", "suckerpunch", "swordsdance", "playrough"],
1572
+ },
1573
+ snorunt: {
1574
+ tier: "LC",
1575
+ },
1576
+ glalie: {
1577
+ tier: "OU",
1578
+ doublesTier: "DOU",
1579
+ randomBattleMoves: ["protect", "substitute", "disable", "freezedry", "earthquake"],
1580
+ },
1581
+ froslass: {
1582
+ tier: "OU",
1583
+ doublesTier: "DOU",
1584
+ randomBattleMoves: ["icebeam", "shadowball", "willowisp", "destinybond", "taunt"],
1585
+ },
1586
+ spheal: {
1587
+ tier: "LC",
1588
+ },
1589
+ sealeo: {
1590
+ tier: "NFE",
1591
+ },
1592
+ walrein: {
1593
+ tier: "OU",
1594
+ doublesTier: "DOU",
1595
+ randomBattleMoves: ["surf", "icebeam", "rest", "sleeptalk"],
1596
+ },
1597
+ clamperl: {
1598
+ tier: "LC",
1599
+ },
1600
+ huntail: {
1601
+ tier: "OU",
1602
+ doublesTier: "DOU",
1603
+ randomBattleMoves: ["shellsmash", "waterfall", "crunch", "icebeam"],
1604
+ },
1605
+ gorebyss: {
1606
+ tier: "OU",
1607
+ doublesTier: "DOU",
1608
+ randomBattleMoves: ["shellsmash", "hydropump", "icebeam", "psychic"],
1609
+ },
1610
+ relicanth: {
1611
+ tier: "OU",
1612
+ doublesTier: "DOU",
1613
+ randomBattleMoves: ["headsmash", "stealthrock", "waterfall", "earthquake", "doubleedge", "yawn"],
1614
+ },
1615
+ luvdisc: {
1616
+ tier: "OU",
1617
+ doublesTier: "DOU",
1618
+ randomBattleMoves: ["scald", "icebeam", "sweetkiss", "charm"],
1619
+ },
1620
+ bagon: {
1621
+ tier: "LC",
1622
+ },
1623
+ shelgon: {
1624
+ tier: "NFE",
1625
+ },
1626
+ salamence: {
1627
+ tier: "OU",
1628
+ doublesTier: "DOU",
1629
+ randomBattleMoves: ["dragondance", "earthquake", "outrage", "stoneedge", "roost", "dualwingbeat"],
1630
+ },
1631
+ beldum: {
1632
+ tier: "LC",
1633
+ },
1634
+ metang: {
1635
+ tier: "NFE",
1636
+ },
1637
+ metagross: {
1638
+ tier: "OU",
1639
+ doublesTier: "DOU",
1640
+ randomBattleMoves: ["meteormash", "zenheadbutt", "agility", "earthquake", "bulletpunch"],
1641
+ },
1642
+ regirock: {
1643
+ tier: "OU",
1644
+ doublesTier: "DOU",
1645
+ randomBattleMoves: ["stoneedge", "stealthrock", "earthquake", "curse", "rest", "drainpunch"],
1646
+ },
1647
+ regice: {
1648
+ tier: "OU",
1649
+ doublesTier: "DOU",
1650
+ randomBattleMoves: ["icebeam", "thunderbolt", "rockpolish", "rest", "sleeptalk", "focusblast"],
1651
+ },
1652
+ registeel: {
1653
+ tier: "OU",
1654
+ doublesTier: "DOU",
1655
+ randomBattleMoves: ["stealthrock", "ironhead", "curse", "rest", "sleeptalk"],
1656
+ },
1657
+ latias: {
1658
+ tier: "OU",
1659
+ doublesTier: "DOU",
1660
+ randomBattleMoves: ["calmmind", "roost", "psychic", "dracometeor", "healingwish", "mysticalfire"],
1661
+ },
1662
+ latios: {
1663
+ tier: "OU",
1664
+ doublesTier: "DOU",
1665
+ randomBattleMoves: ["calmmind", "roost", "psychic", "dracometeor", "mysticalfire"],
1666
+ },
1667
+ kyogre: {
1668
+ tier: "Uber",
1669
+ doublesTier: "DUber",
1670
+ randomBattleMoves: ["waterspout", "thunder", "icebeam", "originpulse", "calmmind"],
1671
+ },
1672
+ groudon: {
1673
+ tier: "Uber",
1674
+ doublesTier: "DUber",
1675
+ randomBattleMoves: ["precipiceblades", "stoneedge", "rockpolish", "swordsdance"],
1676
+ },
1677
+ rayquaza: {
1678
+ tier: "Uber",
1679
+ doublesTier: "DUber",
1680
+ randomBattleMoves: ["dragondance", "outrage", "extremespeed", "earthquake", "dragonascent"],
1681
+ },
1682
+ jirachi: {
1683
+ tier: "OU",
1684
+ doublesTier: "DOU",
1685
+ randomBattleMoves: ["uturn", "stealthrock", "firepunch", "thunderwave", "healingwish", "ironhead"],
1686
+ },
1687
+ deoxys: {
1688
+ isNonstandard: "Unobtainable",
1689
+ tier: "Unreleased",
1690
+ randomBattleMoves: ["stealthrock", "toxicspikes", "icebeam", "psychoboost", "knockoff", "focusblast"],
1691
+ },
1692
+ deoxysattack: {
1693
+ isNonstandard: "Unobtainable",
1694
+ tier: "Unreleased",
1695
+ randomBattleMoves: ["psychoboost", "icebeam", "thunderbolt", "focusblast"],
1696
+ },
1697
+ deoxysdefense: {
1698
+ isNonstandard: "Unobtainable",
1699
+ tier: "Unreleased",
1700
+ randomBattleMoves: ["psychic", "stealthrock", "toxicspikes", "recover", "knockoff", "taunt"],
1701
+ },
1702
+ deoxysspeed: {
1703
+ isNonstandard: "Unobtainable",
1704
+ tier: "Unreleased",
1705
+ randomBattleMoves: ["psychic", "stealthrock", "toxicspikes", "knockoff", "taunt"],
1706
+ },
1707
+ turtwig: {
1708
+ tier: "LC",
1709
+ },
1710
+ grotle: {
1711
+ tier: "NFE",
1712
+ },
1713
+ torterra: {
1714
+ tier: "OU",
1715
+ doublesTier: "DOU",
1716
+ randomBattleMoves: ["earthquake", "stealthrock", "woodhammer", "stoneedge", "synthesis", "rockpolish"],
1717
+ },
1718
+ chimchar: {
1719
+ tier: "LC",
1720
+ },
1721
+ monferno: {
1722
+ tier: "NFE",
1723
+ },
1724
+ infernape: {
1725
+ tier: "OU",
1726
+ doublesTier: "DOU",
1727
+ randomBattleMoves: ["closecombat", "flareblitz", "swordsdance", "machpunch", "stoneedge", "uturn", "stealthrock"],
1728
+ },
1729
+ piplup: {
1730
+ tier: "LC",
1731
+ },
1732
+ prinplup: {
1733
+ tier: "NFE",
1734
+ },
1735
+ empoleon: {
1736
+ tier: "OU",
1737
+ doublesTier: "DOU",
1738
+ randomBattleMoves: ["scald", "stealthrock", "icebeam", "flashcannon", "agility"],
1739
+ },
1740
+ starly: {
1741
+ tier: "LC",
1742
+ },
1743
+ staravia: {
1744
+ tier: "NFE",
1745
+ },
1746
+ staraptor: {
1747
+ tier: "OU",
1748
+ doublesTier: "DOU",
1749
+ randomBattleMoves: ["bravebird", "doubleedge", "closecombat", "uturn", "quickattack"],
1750
+ },
1751
+ bidoof: {
1752
+ tier: "LC",
1753
+ },
1754
+ bibarel: {
1755
+ tier: "OU",
1756
+ doublesTier: "DOU",
1757
+ randomBattleMoves: ["curse", "quickattack", "aquajet", "rest", "waterfall"],
1758
+ },
1759
+ kricketot: {
1760
+ tier: "LC",
1761
+ },
1762
+ kricketune: {
1763
+ tier: "OU",
1764
+ doublesTier: "DOU",
1765
+ randomBattleMoves: ["bugbite", "stickyweb", "nightslash", "brickbreak"],
1766
+ },
1767
+ shinx: {
1768
+ tier: "LC",
1769
+ },
1770
+ luxio: {
1771
+ tier: "NFE",
1772
+ },
1773
+ luxray: {
1774
+ tier: "OU",
1775
+ doublesTier: "DOU",
1776
+ randomBattleMoves: ["wildcharge", "agility", "facade", "voltswitch", "crunch"],
1777
+ },
1778
+ cranidos: {
1779
+ tier: "LC",
1780
+ },
1781
+ rampardos: {
1782
+ tier: "OU",
1783
+ doublesTier: "DOU",
1784
+ randomBattleMoves: ["headsmash", "zenheadbutt", "stealthrock", "crunch", "rockpolish"],
1785
+ },
1786
+ shieldon: {
1787
+ tier: "LC",
1788
+ },
1789
+ bastiodon: {
1790
+ tier: "OU",
1791
+ doublesTier: "DOU",
1792
+ randomBattleMoves: ["rockblast", "stealthrock", "roar", "metalburst"],
1793
+ },
1794
+ burmy: {
1795
+ tier: "LC",
1796
+ },
1797
+ wormadam: {
1798
+ tier: "OU",
1799
+ doublesTier: "DOU",
1800
+ randomBattleMoves: ["bugbuzz", "psychic", "shadowball", "quiverdance", "leafstorm"],
1801
+ },
1802
+ wormadamsandy: {
1803
+ tier: "OU",
1804
+ doublesTier: "DOU",
1805
+ randomBattleMoves: ["earthquake", "stealthrock"],
1806
+ },
1807
+ wormadamtrash: {
1808
+ tier: "OU",
1809
+ doublesTier: "DOU",
1810
+ randomBattleMoves: ["ironhead", "stealthrock"],
1811
+ },
1812
+ mothim: {
1813
+ tier: "OU",
1814
+ doublesTier: "DOU",
1815
+ randomBattleMoves: ["quiverdance", "airslash", "bugbuzz", "roost", "energyball"],
1816
+ },
1817
+ combee: {
1818
+ tier: "LC",
1819
+ },
1820
+ vespiquen: {
1821
+ tier: "OU",
1822
+ doublesTier: "DOU",
1823
+ randomBattleMoves: ["attackorder", "uturn", "roost", "toxic", "substitute"],
1824
+ },
1825
+ pachirisu: {
1826
+ tier: "OU",
1827
+ doublesTier: "DOU",
1828
+ randomBattleMoves: ["nuzzle", "thunderbolt", "superfang", "uturn"],
1829
+ },
1830
+ buizel: {
1831
+ tier: "LC",
1832
+ },
1833
+ floatzel: {
1834
+ tier: "OU",
1835
+ doublesTier: "DOU",
1836
+ randomBattleMoves: ["aquajet", "waterfall", "brickbreat", "bulkup", "taunt", "substitute"],
1837
+ },
1838
+ cherubi: {
1839
+ tier: "LC",
1840
+ },
1841
+ cherrim: {
1842
+ tier: "OU",
1843
+ doublesTier: "DOU",
1844
+ randomBattleMoves: ["dazzlinggleam", "energyball", "sunnyday", "weatherball", "synthesis"],
1845
+ },
1846
+ shellos: {
1847
+ tier: "LC",
1848
+ },
1849
+ gastrodon: {
1850
+ tier: "OU",
1851
+ doublesTier: "DOU",
1852
+ randomBattleMoves: ["earthquake", "scald", "recover", "icebeam"],
1853
+ },
1854
+ drifloon: {
1855
+ tier: "LC",
1856
+ },
1857
+ drifblim: {
1858
+ tier: "OU",
1859
+ doublesTier: "DOU",
1860
+ randomBattleMoves: ["calmmind", "shadowball", "strengthsap", "thunderbolt"],
1861
+ },
1862
+ buneary: {
1863
+ tier: "LC",
1864
+ },
1865
+ lopunny: {
1866
+ tier: "OU",
1867
+ doublesTier: "DOU",
1868
+ randomBattleMoves: ["highjumpkick", "facade", "healingwish", "switcheroo"],
1869
+ },
1870
+ glameow: {
1871
+ tier: "LC",
1872
+ },
1873
+ purugly: {
1874
+ tier: "OU",
1875
+ doublesTier: "DOU",
1876
+ randomBattleMoves: ["fakeout", "quickattack", "suckerpunch", "uturn", "bodyslam"],
1877
+ },
1878
+ stunky: {
1879
+ tier: "LC",
1880
+ },
1881
+ skuntank: {
1882
+ tier: "OU",
1883
+ doublesTier: "DOU",
1884
+ randomBattleMoves: ["crunch", "defog", "fireblast", "suckerpunch", "taunt", "poisonjab"],
1885
+ },
1886
+ bronzor: {
1887
+ tier: "LC",
1888
+ },
1889
+ bronzong: {
1890
+ tier: "OU",
1891
+ doublesTier: "DOU",
1892
+ randomBattleMoves: ["earthquake", "gyroball", "stealthrock", "psychic"],
1893
+ },
1894
+ chatot: {
1895
+ tier: "OU",
1896
+ doublesTier: "DOU",
1897
+ randomBattleMoves: ["boomburst", "chatter", "nastyplot", "uturn", "substitute"],
1898
+ },
1899
+ spiritomb: {
1900
+ tier: "OU",
1901
+ doublesTier: "DOU",
1902
+ randomBattleMoves: ["calmmind", "darkpulse", "psychic", "rest", "sleeptalk", "willowisp"],
1903
+ },
1904
+ gible: {
1905
+ tier: "LC",
1906
+ },
1907
+ gabite: {
1908
+ tier: "NFE",
1909
+ },
1910
+ garchomp: {
1911
+ tier: "OU",
1912
+ doublesTier: "DOU",
1913
+ randomBattleMoves: ["earthquake", "firefang", "outrage", "stealthrock", "stoneedge", "swordsdance"],
1914
+ },
1915
+ riolu: {
1916
+ tier: "LC",
1917
+ },
1918
+ lucario: {
1919
+ tier: "OU",
1920
+ doublesTier: "DOU",
1921
+ randomBattleMoves: ["closecombat", "meteormash", "stoneedge", "extremespeed", "swordsdance"],
1922
+ },
1923
+ hippopotas: {
1924
+ tier: "LC",
1925
+ },
1926
+ hippowdon: {
1927
+ tier: "OU",
1928
+ doublesTier: "DOU",
1929
+ randomBattleMoves: ["earthquake", "stoneedge", "stealthrock", "whirlwind", "toxic", "slackoff"],
1930
+ },
1931
+ skorupi: {
1932
+ tier: "LC",
1933
+ },
1934
+ drapion: {
1935
+ tier: "OU",
1936
+ doublesTier: "DOU",
1937
+ randomBattleMoves: ["earthquake", "knockoff", "poisonjab", "swordsdance", "toxicspikes", "whirlwind", "taunt"],
1938
+ },
1939
+ croagunk: {
1940
+ tier: "LC",
1941
+ },
1942
+ toxicroak: {
1943
+ tier: "OU",
1944
+ doublesTier: "DOU",
1945
+ randomBattleMoves: ["drainpunch", "poisonjab", "suckerpunch", "swordsdance", "substitute"],
1946
+ },
1947
+ carnivine: {
1948
+ tier: "OU",
1949
+ doublesTier: "DOU",
1950
+ randomBattleMoves: ["powerwhip", "swordsdance", "sleeppowder", "substitute", "crunch"],
1951
+ },
1952
+ finneon: {
1953
+ tier: "LC",
1954
+ },
1955
+ lumineon: {
1956
+ tier: "OU",
1957
+ doublesTier: "DOU",
1958
+ randomBattleMoves: ["defog", "icebeam", "scald", "uturn"],
1959
+ },
1960
+ snover: {
1961
+ tier: "LC",
1962
+ },
1963
+ abomasnow: {
1964
+ tier: "OU",
1965
+ doublesTier: "DOU",
1966
+ randomBattleMoves: ["auroraveil", "earthquake", "iceshard", "woodhammer", "blizzard"],
1967
+ },
1968
+ rotom: {
1969
+ tier: "OU",
1970
+ doublesTier: "DOU",
1971
+ randomBattleMoves: ["shadowball", "thunderbolt", "voltswitch", "willowisp", "trick"],
1972
+ },
1973
+ rotomheat: {
1974
+ tier: "OU",
1975
+ doublesTier: "DOU",
1976
+ randomBattleMoves: ["thunderbolt", "overheat", "voltswitch", "willowisp", "trick"],
1977
+ },
1978
+ rotomwash: {
1979
+ tier: "OU",
1980
+ doublesTier: "DOU",
1981
+ randomBattleMoves: ["thunderbolt", "hydropump", "voltswitch", "willowisp", "trick"],
1982
+ },
1983
+ rotomfrost: {
1984
+ tier: "OU",
1985
+ doublesTier: "DOU",
1986
+ randomBattleMoves: ["thunderbolt", "blizzard", "voltswitch", "willowisp", "trick"],
1987
+ },
1988
+ rotomfan: {
1989
+ tier: "OU",
1990
+ doublesTier: "DOU",
1991
+ randomBattleMoves: ["thunderbolt", "airslash", "voltswitch", "willowisp", "trick"],
1992
+ },
1993
+ rotommow: {
1994
+ tier: "OU",
1995
+ doublesTier: "DOU",
1996
+ randomBattleMoves: ["thunderbolt", "leafstorm", "voltswitch", "willowisp", "trick"],
1997
+ },
1998
+ uxie: {
1999
+ tier: "OU",
2000
+ doublesTier: "DOU",
2001
+ randomBattleMoves: ["psychic", "stealthrock", "uturn", "thunderwave", "yawn"],
2002
+ },
2003
+ mesprit: {
2004
+ tier: "OU",
2005
+ doublesTier: "DOU",
2006
+ randomBattleMoves: ["psychic", "icebeam", "thunderbolt", "nastyplot", "energyball", "uturn", "healingwish"],
2007
+ },
2008
+ azelf: {
2009
+ tier: "OU",
2010
+ doublesTier: "DOU",
2011
+ randomBattleMoves: ["psychic", "nastyplot", "thunderbolt", "fireblast", "dazzlinggleam", "stealthrock", "uturn"],
2012
+ },
2013
+ dialga: {
2014
+ tier: "Uber",
2015
+ doublesTier: "DUber",
2016
+ randomBattleMoves: ["dracometeor", "flashcannon", "stealthrock", "thunderbolt", "fireblast"],
2017
+ },
2018
+ palkia: {
2019
+ tier: "Uber",
2020
+ doublesTier: "DUber",
2021
+ randomBattleMoves: ["spacialrend", "hydropump", "fireblast", "thunderwave"],
2022
+ },
2023
+ heatran: {
2024
+ tier: "OU",
2025
+ doublesTier: "DOU",
2026
+ randomBattleMoves: ["lavaplume", "flashcannon", "stealthrock", "roar", "earthpower", "taunt"],
2027
+ },
2028
+ regigigas: {
2029
+ tier: "OU",
2030
+ doublesTier: "DOU",
2031
+ randomBattleMoves: ["rest", "sleeptalk", "strength", "knockoff"],
2032
+ },
2033
+ giratina: {
2034
+ tier: "Uber",
2035
+ doublesTier: "DUber",
2036
+ randomBattleMoves: ["hex", "willowisp", "rest", "sleeptalk"],
2037
+ },
2038
+ giratinaorigin: {
2039
+ tier: "Uber",
2040
+ doublesTier: "DUber",
2041
+ randomBattleMoves: ["dracometeor", "shadowball", "aurasphere", "willowisp"],
2042
+ },
2043
+ cresselia: {
2044
+ tier: "OU",
2045
+ doublesTier: "DOU",
2046
+ randomBattleMoves: ["calmmind", "psychic", "moonblast", "moonlight", "thunderwave"],
2047
+ },
2048
+ phione: {
2049
+ tier: "OU",
2050
+ doublesTier: "DOU",
2051
+ randomBattleMoves: ["scald", "raindance", "rest", "icebeam"],
2052
+ },
2053
+ manaphy: {
2054
+ tier: "OU",
2055
+ doublesTier: "DOU",
2056
+ randomBattleMoves: ["scald", "tailglow", "icebeam", "psychic"],
2057
+ },
2058
+ darkrai: {
2059
+ isNonstandard: "Unobtainable",
2060
+ tier: "Unreleased",
2061
+ randomBattleMoves: ["darkpulse", "nastyplot", "hypnosis", "focusblast"],
2062
+ },
2063
+ shaymin: {
2064
+ isNonstandard: "Unobtainable",
2065
+ tier: "Unreleased",
2066
+ randomBattleMoves: ["seedflare", "healingwish", "synthesis", "leechseed", "psychic"],
2067
+ },
2068
+ shayminsky: {
2069
+ isNonstandard: "Unobtainable",
2070
+ tier: "Unreleased",
2071
+ randomBattleMoves: ["airslash", "seedflare", "substitute", "synthesis", "leechseed"],
2072
+ },
2073
+ arceus: {
2074
+ isNonstandard: "Unobtainable",
2075
+ tier: "Unreleased",
2076
+ randomBattleMoves: ["swordsdance", "recover", "extremespeed", "earthquake", "shadowclaw"],
2077
+ },
2078
+ arceusbug: {
2079
+ isNonstandard: "Unobtainable",
2080
+ randomBattleMoves: ["swordsdance", "recover", "extremespeed", "earthquake", "stoneedge", "xscissor"],
2081
+ },
2082
+ arceusdark: {
2083
+ isNonstandard: "Unobtainable",
2084
+ randomBattleMoves: ["calmmind", "judgment", "fireblast", "sludgebomb", "recover"],
2085
+ },
2086
+ arceusdragon: {
2087
+ isNonstandard: "Unobtainable",
2088
+ randomBattleMoves: ["calmmind", "judgment", "fireblast", "sludgebomb", "recover"],
2089
+ },
2090
+ arceuselectric: {
2091
+ isNonstandard: "Unobtainable",
2092
+ randomBattleMoves: ["calmmind", "judgment", "icebeam", "earthpower", "recover"],
2093
+ },
2094
+ arceusfairy: {
2095
+ isNonstandard: "Unobtainable",
2096
+ randomBattleMoves: ["calmmind", "judgment", "earthpower", "defog", "recover"],
2097
+ },
2098
+ arceusfighting: {
2099
+ isNonstandard: "Unobtainable",
2100
+ randomBattleMoves: ["calmmind", "judgment", "icebeam", "shadowball", "recover"],
2101
+ },
2102
+ arceusfire: {
2103
+ isNonstandard: "Unobtainable",
2104
+ randomBattleMoves: ["thunderbolt", "judgment", "fireblast", "surf", "recover"],
2105
+ },
2106
+ arceusflying: {
2107
+ isNonstandard: "Unobtainable",
2108
+ randomBattleMoves: ["calmmind", "judgment", "icebeam", "earthpower", "recover", "fireblast"],
2109
+ },
2110
+ arceusghost: {
2111
+ isNonstandard: "Unobtainable",
2112
+ randomBattleMoves: ["swordsdance", "shadowclaw", "brickbreak", "extremespeed", "recover"],
2113
+ },
2114
+ arceusgrass: {
2115
+ isNonstandard: "Unobtainable",
2116
+ randomBattleMoves: ["calmmind", "judgment", "fireblast", "icebeam", "recover"],
2117
+ },
2118
+ arceusground: {
2119
+ isNonstandard: "Unobtainable",
2120
+ randomBattleMoves: ["swordsdance", "earthquake", "stoneedge", "extremespeed", "recover"],
2121
+ },
2122
+ arceusice: {
2123
+ isNonstandard: "Unobtainable",
2124
+ randomBattleMoves: ["calmmind", "judgment", "fireblast", "thunderbolt", "recover"],
2125
+ },
2126
+ arceuspoison: {
2127
+ isNonstandard: "Unobtainable",
2128
+ randomBattleMoves: ["calmmind", "defog", "icebeam", "sludgebomb", "recover"],
2129
+ },
2130
+ arceuspsychic: {
2131
+ isNonstandard: "Unobtainable",
2132
+ randomBattleMoves: ["calmmind", "judgment", "fireblast", "icebeam", "recover"],
2133
+ },
2134
+ arceusrock: {
2135
+ isNonstandard: "Unobtainable",
2136
+ randomBattleMoves: ["swordsdance", "earthquake", "stoneedge", "extremespeed", "recover"],
2137
+ },
2138
+ arceussteel: {
2139
+ isNonstandard: "Unobtainable",
2140
+ randomBattleMoves: ["calmmind", "judgment", "surf", "thunderbolt", "recover"],
2141
+ },
2142
+ arceuswater: {
2143
+ isNonstandard: "Unobtainable",
2144
+ randomBattleMoves: ["roar", "judgment", "defog", "icebeam", "recover"],
2145
+ },
2146
+ };