@pkmn/mods 0.5.11 → 0.5.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/gen7letsgo/moves.js +3 -1
- package/build/gen7letsgo/moves.js.map +1 -1
- package/build/gen8bdsp/formats-data.js +125 -121
- package/build/gen8bdsp/formats-data.js.map +1 -1
- package/build/gen8bdsp/learnsets.js +9 -5
- package/build/gen8bdsp/learnsets.js.map +1 -1
- package/build/gen8bdsp/moves.js +1 -1
- package/build/gen8bdsp/moves.js.map +1 -1
- package/build/gen8bdsp/pokedex.js +1 -0
- package/build/gen8bdsp/pokedex.js.map +1 -1
- package/package.json +4 -4
- package/src/gen7letsgo/moves.ts +3 -1
- package/src/gen8bdsp/formats-data.ts +125 -121
- package/src/gen8bdsp/learnsets.ts +9 -5
- package/src/gen8bdsp/moves.ts +1 -1
- package/src/gen8bdsp/pokedex.ts +1 -0
|
@@ -21,7 +21,7 @@ exports.FormatsData = {
|
|
|
21
21
|
tier: "NFE",
|
|
22
22
|
},
|
|
23
23
|
charizard: {
|
|
24
|
-
tier: "
|
|
24
|
+
tier: "PU",
|
|
25
25
|
doublesTier: "DUU",
|
|
26
26
|
randomBattleMoves: ["airslash", "earthquake", "fireblast", "focusblast", "roost"],
|
|
27
27
|
},
|
|
@@ -43,7 +43,7 @@ exports.FormatsData = {
|
|
|
43
43
|
tier: "NFE",
|
|
44
44
|
},
|
|
45
45
|
butterfree: {
|
|
46
|
-
tier: "
|
|
46
|
+
tier: "PU",
|
|
47
47
|
doublesTier: "DUU",
|
|
48
48
|
randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "quiverdance", "sleeppowder"],
|
|
49
49
|
},
|
|
@@ -54,7 +54,7 @@ exports.FormatsData = {
|
|
|
54
54
|
tier: "NFE",
|
|
55
55
|
},
|
|
56
56
|
beedrill: {
|
|
57
|
-
tier: "
|
|
57
|
+
tier: "PU",
|
|
58
58
|
doublesTier: "DUU",
|
|
59
59
|
randomBattleMoves: ["poisonjab", "protect", "toxicspikes", "uturn"],
|
|
60
60
|
},
|
|
@@ -69,7 +69,7 @@ exports.FormatsData = {
|
|
|
69
69
|
tier: "NFE",
|
|
70
70
|
},
|
|
71
71
|
pidgeot: {
|
|
72
|
-
tier: "
|
|
72
|
+
tier: "PU",
|
|
73
73
|
doublesTier: "DUU",
|
|
74
74
|
randomBattleMoves: ["bravebird", "defog", "quickattack", "roost", "steelwing", "uturn"],
|
|
75
75
|
},
|
|
@@ -81,7 +81,7 @@ exports.FormatsData = {
|
|
|
81
81
|
tier: "LC",
|
|
82
82
|
},
|
|
83
83
|
raticate: {
|
|
84
|
-
tier: "
|
|
84
|
+
tier: "PU",
|
|
85
85
|
doublesTier: "DUU",
|
|
86
86
|
randomBattleMoves: ["crunch", "facade", "flamewheel", "protect", "suckerpunch", "swordsdance"],
|
|
87
87
|
},
|
|
@@ -89,7 +89,7 @@ exports.FormatsData = {
|
|
|
89
89
|
tier: "LC",
|
|
90
90
|
},
|
|
91
91
|
fearow: {
|
|
92
|
-
tier: "
|
|
92
|
+
tier: "PU",
|
|
93
93
|
doublesTier: "DUU",
|
|
94
94
|
randomBattleMoves: ["drillpeck", "drillrun", "gigaimpact", "uturn"],
|
|
95
95
|
},
|
|
@@ -97,7 +97,7 @@ exports.FormatsData = {
|
|
|
97
97
|
tier: "LC",
|
|
98
98
|
},
|
|
99
99
|
arbok: {
|
|
100
|
-
tier: "
|
|
100
|
+
tier: "PU",
|
|
101
101
|
doublesTier: "DUU",
|
|
102
102
|
randomBattleMoves: ["earthquake", "glare", "gunkshot", "suckerpunch"],
|
|
103
103
|
},
|
|
@@ -109,7 +109,7 @@ exports.FormatsData = {
|
|
|
109
109
|
randomBattleMoves: ["grassknot", "surf", "voltswitch", "volttackle"],
|
|
110
110
|
},
|
|
111
111
|
raichu: {
|
|
112
|
-
tier: "
|
|
112
|
+
tier: "PU",
|
|
113
113
|
doublesTier: "DOU",
|
|
114
114
|
randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "surf", "thunderbolt"],
|
|
115
115
|
},
|
|
@@ -139,7 +139,7 @@ exports.FormatsData = {
|
|
|
139
139
|
tier: "NFE",
|
|
140
140
|
},
|
|
141
141
|
nidoking: {
|
|
142
|
-
tier: "
|
|
142
|
+
tier: "OU",
|
|
143
143
|
doublesTier: "DUU",
|
|
144
144
|
randomBattleMoves: ["earthpower", "flamethrower", "icebeam", "sludgewave", "substitute"],
|
|
145
145
|
},
|
|
@@ -158,7 +158,7 @@ exports.FormatsData = {
|
|
|
158
158
|
tier: "NFE",
|
|
159
159
|
},
|
|
160
160
|
ninetales: {
|
|
161
|
-
tier: "
|
|
161
|
+
tier: "PU",
|
|
162
162
|
doublesTier: "DUU",
|
|
163
163
|
randomBattleMoves: ["fireblast", "hypnosis", "nastyplot", "solarbeam", "willowisp"],
|
|
164
164
|
},
|
|
@@ -169,7 +169,7 @@ exports.FormatsData = {
|
|
|
169
169
|
tier: "NFE",
|
|
170
170
|
},
|
|
171
171
|
wigglytuff: {
|
|
172
|
-
tier: "
|
|
172
|
+
tier: "PU",
|
|
173
173
|
doublesTier: "DUU",
|
|
174
174
|
randomBattleMoves: ["dazzlinggleam", "fireblast", "lightscreen", "reflect", "stealthrock", "thunderwave"],
|
|
175
175
|
},
|
|
@@ -204,7 +204,7 @@ exports.FormatsData = {
|
|
|
204
204
|
tier: "LC",
|
|
205
205
|
},
|
|
206
206
|
parasect: {
|
|
207
|
-
tier: "
|
|
207
|
+
tier: "PU",
|
|
208
208
|
doublesTier: "DUU",
|
|
209
209
|
randomBattleMoves: ["leechseed", "spore", "substitute", "xscissor"],
|
|
210
210
|
},
|
|
@@ -220,7 +220,7 @@ exports.FormatsData = {
|
|
|
220
220
|
tier: "LC",
|
|
221
221
|
},
|
|
222
222
|
dugtrio: {
|
|
223
|
-
tier: "
|
|
223
|
+
tier: "PU",
|
|
224
224
|
doublesTier: "DUU",
|
|
225
225
|
randomBattleMoves: ["aerialace", "earthquake", "stoneedge", "suckerpunch"],
|
|
226
226
|
},
|
|
@@ -228,7 +228,7 @@ exports.FormatsData = {
|
|
|
228
228
|
tier: "LC",
|
|
229
229
|
},
|
|
230
230
|
persian: {
|
|
231
|
-
tier: "
|
|
231
|
+
tier: "PU",
|
|
232
232
|
doublesTier: "DUU",
|
|
233
233
|
randomBattleMoves: ["aerialace", "bite", "fakeout", "covet", "uturn"],
|
|
234
234
|
},
|
|
@@ -236,7 +236,7 @@ exports.FormatsData = {
|
|
|
236
236
|
tier: "LC",
|
|
237
237
|
},
|
|
238
238
|
golduck: {
|
|
239
|
-
tier: "
|
|
239
|
+
tier: "PU",
|
|
240
240
|
doublesTier: "DUU",
|
|
241
241
|
randomBattleMoves: ["calmmind", "encore", "focusblast", "hydropump", "hypnosis", "icebeam"],
|
|
242
242
|
},
|
|
@@ -268,7 +268,7 @@ exports.FormatsData = {
|
|
|
268
268
|
randomBattleMoves: ["bulkup", "drainpunch", "poisonjab", "raindance", "waterfall"],
|
|
269
269
|
},
|
|
270
270
|
politoed: {
|
|
271
|
-
tier: "
|
|
271
|
+
tier: "PU",
|
|
272
272
|
doublesTier: "DOU",
|
|
273
273
|
randomBattleMoves: ["encore", "hypnosis", "icebeam", "rest", "scald"],
|
|
274
274
|
},
|
|
@@ -301,7 +301,7 @@ exports.FormatsData = {
|
|
|
301
301
|
tier: "NFE",
|
|
302
302
|
},
|
|
303
303
|
victreebel: {
|
|
304
|
-
tier: "
|
|
304
|
+
tier: "PU",
|
|
305
305
|
doublesTier: "DUU",
|
|
306
306
|
randomBattleMoves: ["knockoff", "poisonjab", "powerwhip", "sleeppowder", "strengthsap", "swordsdance"],
|
|
307
307
|
},
|
|
@@ -320,7 +320,7 @@ exports.FormatsData = {
|
|
|
320
320
|
tier: "NFE",
|
|
321
321
|
},
|
|
322
322
|
golem: {
|
|
323
|
-
tier: "
|
|
323
|
+
tier: "PU",
|
|
324
324
|
doublesTier: "DUU",
|
|
325
325
|
randomBattleMoves: ["earthquake", "explosion", "heavyslam", "stealthrock", "stoneedge"],
|
|
326
326
|
},
|
|
@@ -328,7 +328,7 @@ exports.FormatsData = {
|
|
|
328
328
|
tier: "LC",
|
|
329
329
|
},
|
|
330
330
|
rapidash: {
|
|
331
|
-
tier: "
|
|
331
|
+
tier: "PU",
|
|
332
332
|
doublesTier: "DUU",
|
|
333
333
|
randomBattleMoves: ["flareblitz", "highhorsepower", "hypnosis", "morningsun", "swordsdance", "willowisp"],
|
|
334
334
|
},
|
|
@@ -358,7 +358,7 @@ exports.FormatsData = {
|
|
|
358
358
|
randomBattleMoves: ["flashcannon", "mirrorcoat", "thunderbolt", "voltswitch"],
|
|
359
359
|
},
|
|
360
360
|
farfetchd: {
|
|
361
|
-
tier: "
|
|
361
|
+
tier: "PU",
|
|
362
362
|
doublesTier: "DUU",
|
|
363
363
|
randomBattleMoves: ["bravebird", "knockoff", "leafblade", "quickattack", "slash"],
|
|
364
364
|
},
|
|
@@ -374,7 +374,7 @@ exports.FormatsData = {
|
|
|
374
374
|
tier: "LC",
|
|
375
375
|
},
|
|
376
376
|
dewgong: {
|
|
377
|
-
tier: "
|
|
377
|
+
tier: "PU",
|
|
378
378
|
doublesTier: "DUU",
|
|
379
379
|
randomBattleMoves: ["icebeam", "perishsong", "protect", "rest", "sleeptalk", "surf"],
|
|
380
380
|
},
|
|
@@ -382,7 +382,7 @@ exports.FormatsData = {
|
|
|
382
382
|
tier: "LC",
|
|
383
383
|
},
|
|
384
384
|
muk: {
|
|
385
|
-
tier: "
|
|
385
|
+
tier: "PU",
|
|
386
386
|
doublesTier: "DUU",
|
|
387
387
|
randomBattleMoves: ["brickbreak", "curse", "explosion", "gunkshot", "shadowsneak"],
|
|
388
388
|
},
|
|
@@ -398,7 +398,8 @@ exports.FormatsData = {
|
|
|
398
398
|
tier: "LC",
|
|
399
399
|
},
|
|
400
400
|
haunter: {
|
|
401
|
-
tier: "
|
|
401
|
+
tier: "NU",
|
|
402
|
+
doublesTier: "NFE",
|
|
402
403
|
},
|
|
403
404
|
gengar: {
|
|
404
405
|
tier: "Uber",
|
|
@@ -417,7 +418,7 @@ exports.FormatsData = {
|
|
|
417
418
|
tier: "LC",
|
|
418
419
|
},
|
|
419
420
|
hypno: {
|
|
420
|
-
tier: "
|
|
421
|
+
tier: "PU",
|
|
421
422
|
doublesTier: "DUU",
|
|
422
423
|
randomBattleMoves: ["focusblast", "psychic", "shadowball", "thunderwave"],
|
|
423
424
|
},
|
|
@@ -433,7 +434,7 @@ exports.FormatsData = {
|
|
|
433
434
|
tier: "LC",
|
|
434
435
|
},
|
|
435
436
|
electrode: {
|
|
436
|
-
tier: "
|
|
437
|
+
tier: "PU",
|
|
437
438
|
doublesTier: "DUU",
|
|
438
439
|
randomBattleMoves: ["explosion", "lightscreen", "taunt", "thunderbolt", "voltswitch"],
|
|
439
440
|
},
|
|
@@ -449,7 +450,7 @@ exports.FormatsData = {
|
|
|
449
450
|
tier: "LC",
|
|
450
451
|
},
|
|
451
452
|
marowak: {
|
|
452
|
-
tier: "
|
|
453
|
+
tier: "PU",
|
|
453
454
|
doublesTier: "DUU",
|
|
454
455
|
randomBattleMoves: ["doubleedge", "earthquake", "stealthrock", "stoneedge"],
|
|
455
456
|
},
|
|
@@ -457,7 +458,7 @@ exports.FormatsData = {
|
|
|
457
458
|
tier: "LC",
|
|
458
459
|
},
|
|
459
460
|
hitmonlee: {
|
|
460
|
-
tier: "
|
|
461
|
+
tier: "NU",
|
|
461
462
|
doublesTier: "DUU",
|
|
462
463
|
randomBattleMoves: ["bulkup", "bulletpunch", "earthquake", "highjumpkick", "stoneedge"],
|
|
463
464
|
},
|
|
@@ -475,7 +476,7 @@ exports.FormatsData = {
|
|
|
475
476
|
tier: "LC",
|
|
476
477
|
},
|
|
477
478
|
lickilicky: {
|
|
478
|
-
tier: "
|
|
479
|
+
tier: "PU",
|
|
479
480
|
doublesTier: "DUU",
|
|
480
481
|
randomBattleMoves: ["bodyslam", "hammerarm", "knockoff", "powerwhip", "swordsdance"],
|
|
481
482
|
},
|
|
@@ -483,7 +484,7 @@ exports.FormatsData = {
|
|
|
483
484
|
tier: "LC",
|
|
484
485
|
},
|
|
485
486
|
weezing: {
|
|
486
|
-
tier: "
|
|
487
|
+
tier: "NU",
|
|
487
488
|
doublesTier: "DUU",
|
|
488
489
|
randomBattleMoves: ["explosion", "fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
|
|
489
490
|
},
|
|
@@ -491,7 +492,8 @@ exports.FormatsData = {
|
|
|
491
492
|
tier: "LC",
|
|
492
493
|
},
|
|
493
494
|
rhydon: {
|
|
494
|
-
tier: "
|
|
495
|
+
tier: "NU",
|
|
496
|
+
doublesTier: "NFE",
|
|
495
497
|
},
|
|
496
498
|
rhyperior: {
|
|
497
499
|
tier: "RU",
|
|
@@ -537,7 +539,7 @@ exports.FormatsData = {
|
|
|
537
539
|
tier: "LC",
|
|
538
540
|
},
|
|
539
541
|
seaking: {
|
|
540
|
-
tier: "
|
|
542
|
+
tier: "PU",
|
|
541
543
|
doublesTier: "DUU",
|
|
542
544
|
randomBattleMoves: ["megahorn", "raindance", "swordsdance", "waterfall"],
|
|
543
545
|
},
|
|
@@ -558,7 +560,8 @@ exports.FormatsData = {
|
|
|
558
560
|
randomBattleMoves: ["dazzlinggleam", "focusblast", "nastyplot", "psychic", "thunderbolt"],
|
|
559
561
|
},
|
|
560
562
|
scyther: {
|
|
561
|
-
tier: "
|
|
563
|
+
tier: "NU",
|
|
564
|
+
doublesTier: "NFE",
|
|
562
565
|
randomBattleMoves: ["aerialace", "brickbreak", "quickattack", "roost", "swordsdance", "thief", "uturn"],
|
|
563
566
|
},
|
|
564
567
|
scizor: {
|
|
@@ -592,12 +595,12 @@ exports.FormatsData = {
|
|
|
592
595
|
tier: "NFE",
|
|
593
596
|
},
|
|
594
597
|
magmortar: {
|
|
595
|
-
tier: "
|
|
598
|
+
tier: "RU",
|
|
596
599
|
doublesTier: "DUU",
|
|
597
600
|
randomBattleMoves: ["earthquake", "fireblast", "psychic", "taunt", "thunderbolt"],
|
|
598
601
|
},
|
|
599
602
|
pinsir: {
|
|
600
|
-
tier: "
|
|
603
|
+
tier: "PU",
|
|
601
604
|
doublesTier: "DUU",
|
|
602
605
|
randomBattleMoves: ["closecombat", "earthquake", "stealthrock", "stoneedge", "xscissor"],
|
|
603
606
|
},
|
|
@@ -615,12 +618,12 @@ exports.FormatsData = {
|
|
|
615
618
|
randomBattleMoves: ["dragondance", "earthquake", "icefang", "stoneedge", "waterfall"],
|
|
616
619
|
},
|
|
617
620
|
lapras: {
|
|
618
|
-
tier: "
|
|
621
|
+
tier: "PU",
|
|
619
622
|
doublesTier: "DUU",
|
|
620
623
|
randomBattleMoves: ["blizzard", "freezedry", "surf", "thunderbolt"],
|
|
621
624
|
},
|
|
622
625
|
ditto: {
|
|
623
|
-
tier: "
|
|
626
|
+
tier: "RU",
|
|
624
627
|
doublesTier: "DUU",
|
|
625
628
|
randomBattleMoves: ["transform"],
|
|
626
629
|
},
|
|
@@ -638,7 +641,7 @@ exports.FormatsData = {
|
|
|
638
641
|
randomBattleMoves: ["batonpass", "shadowball", "thunderbolt", "voltswitch", "yawn"],
|
|
639
642
|
},
|
|
640
643
|
flareon: {
|
|
641
|
-
tier: "
|
|
644
|
+
tier: "PU",
|
|
642
645
|
doublesTier: "DUU",
|
|
643
646
|
randomBattleMoves: ["facade", "flareblitz", "quickattack", "willowisp"],
|
|
644
647
|
},
|
|
@@ -653,12 +656,12 @@ exports.FormatsData = {
|
|
|
653
656
|
randomBattleMoves: ["foulplay", "protect", "taunt", "wish"],
|
|
654
657
|
},
|
|
655
658
|
leafeon: {
|
|
656
|
-
tier: "
|
|
659
|
+
tier: "PU",
|
|
657
660
|
doublesTier: "DUU",
|
|
658
661
|
randomBattleMoves: ["doubleedge", "leafblade", "swordsdance", "synthesis", "xscissor"],
|
|
659
662
|
},
|
|
660
663
|
glaceon: {
|
|
661
|
-
tier: "
|
|
664
|
+
tier: "PU",
|
|
662
665
|
doublesTier: "DUU",
|
|
663
666
|
randomBattleMoves: ["freezedry", "icebeam", "roar", "shadowball", "waterpulse"],
|
|
664
667
|
},
|
|
@@ -745,7 +748,7 @@ exports.FormatsData = {
|
|
|
745
748
|
tier: "NFE",
|
|
746
749
|
},
|
|
747
750
|
meganium: {
|
|
748
|
-
tier: "
|
|
751
|
+
tier: "PU",
|
|
749
752
|
doublesTier: "DUU",
|
|
750
753
|
randomBattleMoves: ["aromatherapy", "gigadrain", "leechseed", "lightscreen", "reflect"],
|
|
751
754
|
},
|
|
@@ -775,7 +778,7 @@ exports.FormatsData = {
|
|
|
775
778
|
tier: "LC",
|
|
776
779
|
},
|
|
777
780
|
furret: {
|
|
778
|
-
tier: "
|
|
781
|
+
tier: "PU",
|
|
779
782
|
doublesTier: "DUU",
|
|
780
783
|
randomBattleMoves: ["doubleedge", "shadowclaw", "suckerpunch", "uturn"],
|
|
781
784
|
},
|
|
@@ -783,7 +786,7 @@ exports.FormatsData = {
|
|
|
783
786
|
tier: "LC",
|
|
784
787
|
},
|
|
785
788
|
noctowl: {
|
|
786
|
-
tier: "
|
|
789
|
+
tier: "PU",
|
|
787
790
|
doublesTier: "DUU",
|
|
788
791
|
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "roost", "shadowball", "defog"],
|
|
789
792
|
},
|
|
@@ -791,7 +794,7 @@ exports.FormatsData = {
|
|
|
791
794
|
tier: "LC",
|
|
792
795
|
},
|
|
793
796
|
ledian: {
|
|
794
|
-
tier: "
|
|
797
|
+
tier: "PU",
|
|
795
798
|
doublesTier: "DUU",
|
|
796
799
|
randomBattleMoves: ["knockoff", "lightscreen", "reflect", "roost", "uturn"],
|
|
797
800
|
},
|
|
@@ -799,7 +802,7 @@ exports.FormatsData = {
|
|
|
799
802
|
tier: "LC",
|
|
800
803
|
},
|
|
801
804
|
ariados: {
|
|
802
|
-
tier: "
|
|
805
|
+
tier: "PU",
|
|
803
806
|
doublesTier: "DUU",
|
|
804
807
|
randomBattleMoves: ["lunge", "poisonjab", "stickyweb", "toxicspikes"],
|
|
805
808
|
},
|
|
@@ -837,7 +840,7 @@ exports.FormatsData = {
|
|
|
837
840
|
tier: "NFE",
|
|
838
841
|
},
|
|
839
842
|
ampharos: {
|
|
840
|
-
tier: "
|
|
843
|
+
tier: "PU",
|
|
841
844
|
doublesTier: "DUU",
|
|
842
845
|
randomBattleMoves: ["focusblast", "powergem", "thunderbolt", "voltswitch"],
|
|
843
846
|
},
|
|
@@ -856,7 +859,7 @@ exports.FormatsData = {
|
|
|
856
859
|
tier: "LC",
|
|
857
860
|
},
|
|
858
861
|
sudowoodo: {
|
|
859
|
-
tier: "
|
|
862
|
+
tier: "PU",
|
|
860
863
|
doublesTier: "DUU",
|
|
861
864
|
randomBattleMoves: ["earthquake", "headsmash", "explosion", "stealthrock", "suckerpunch"],
|
|
862
865
|
},
|
|
@@ -867,7 +870,7 @@ exports.FormatsData = {
|
|
|
867
870
|
tier: "NFE",
|
|
868
871
|
},
|
|
869
872
|
jumpluff: {
|
|
870
|
-
tier: "
|
|
873
|
+
tier: "PU",
|
|
871
874
|
doublesTier: "DUU",
|
|
872
875
|
randomBattleMoves: ["acrobatics", "leechseed", "sleeppowder", "strengthsap", "substitute"],
|
|
873
876
|
},
|
|
@@ -883,7 +886,7 @@ exports.FormatsData = {
|
|
|
883
886
|
tier: "LC",
|
|
884
887
|
},
|
|
885
888
|
sunflora: {
|
|
886
|
-
tier: "
|
|
889
|
+
tier: "PU",
|
|
887
890
|
doublesTier: "DUU",
|
|
888
891
|
randomBattleMoves: ["energyball", "lightscreen", "sludgebomb", "synthesis"],
|
|
889
892
|
},
|
|
@@ -920,7 +923,7 @@ exports.FormatsData = {
|
|
|
920
923
|
randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "painsplit", "shadowball", "substitute", "thunderbolt", "willowisp"],
|
|
921
924
|
},
|
|
922
925
|
unown: {
|
|
923
|
-
tier: "
|
|
926
|
+
tier: "PU",
|
|
924
927
|
doublesTier: "DUU",
|
|
925
928
|
randomBattleMoves: ["hiddenpowerfighting", "hiddenpowerpsychic"],
|
|
926
929
|
},
|
|
@@ -928,12 +931,12 @@ exports.FormatsData = {
|
|
|
928
931
|
tier: "LC",
|
|
929
932
|
},
|
|
930
933
|
wobbuffet: {
|
|
931
|
-
tier: "
|
|
934
|
+
tier: "PU",
|
|
932
935
|
doublesTier: "DUU",
|
|
933
936
|
randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
|
|
934
937
|
},
|
|
935
938
|
girafarig: {
|
|
936
|
-
tier: "
|
|
939
|
+
tier: "PU",
|
|
937
940
|
doublesTier: "DUU",
|
|
938
941
|
randomBattleMoves: ["dazzlinggleam", "nastyplot", "psychic", "shadowball", "thunderbolt"],
|
|
939
942
|
},
|
|
@@ -946,12 +949,13 @@ exports.FormatsData = {
|
|
|
946
949
|
randomBattleMoves: ["gyroball", "rapidspin", "spikes", "toxicspikes", "voltswitch"],
|
|
947
950
|
},
|
|
948
951
|
dunsparce: {
|
|
949
|
-
tier: "
|
|
952
|
+
tier: "PU",
|
|
950
953
|
doublesTier: "DUU",
|
|
951
954
|
randomBattleMoves: ["bite", "bodyslam", "coil", "roost"],
|
|
952
955
|
},
|
|
953
956
|
gligar: {
|
|
954
|
-
tier: "
|
|
957
|
+
tier: "NU",
|
|
958
|
+
doublesTier: "NFE",
|
|
955
959
|
},
|
|
956
960
|
gliscor: {
|
|
957
961
|
tier: "OU",
|
|
@@ -972,7 +976,7 @@ exports.FormatsData = {
|
|
|
972
976
|
randomBattleMoves: ["destinybond", "poisonjab", "spikes", "thunderwave", "toxicspikes", "waterfall"],
|
|
973
977
|
},
|
|
974
978
|
shuckle: {
|
|
975
|
-
tier: "
|
|
979
|
+
tier: "PU",
|
|
976
980
|
doublesTier: "DUU",
|
|
977
981
|
randomBattleMoves: ["knockoff", "stealthrock", "stickyweb", "toxic"],
|
|
978
982
|
},
|
|
@@ -1001,7 +1005,7 @@ exports.FormatsData = {
|
|
|
1001
1005
|
tier: "LC",
|
|
1002
1006
|
},
|
|
1003
1007
|
magcargo: {
|
|
1004
|
-
tier: "
|
|
1008
|
+
tier: "PU",
|
|
1005
1009
|
doublesTier: "DUU",
|
|
1006
1010
|
randomBattleMoves: ["ancientpower", "earthpower", "fireblast", "lavaplume", "recover", "shellsmash", "stealthrock"],
|
|
1007
1011
|
},
|
|
@@ -1017,7 +1021,7 @@ exports.FormatsData = {
|
|
|
1017
1021
|
randomBattleMoves: ["earthquake", "iceshard", "iciclecrash", "stealthrock", "stoneedge"],
|
|
1018
1022
|
},
|
|
1019
1023
|
corsola: {
|
|
1020
|
-
tier: "
|
|
1024
|
+
tier: "PU",
|
|
1021
1025
|
doublesTier: "DUU",
|
|
1022
1026
|
randomBattleMoves: ["icebeam", "powergem", "recover", "scald", "stealthrock"],
|
|
1023
1027
|
},
|
|
@@ -1025,12 +1029,12 @@ exports.FormatsData = {
|
|
|
1025
1029
|
tier: "LC",
|
|
1026
1030
|
},
|
|
1027
1031
|
octillery: {
|
|
1028
|
-
tier: "
|
|
1032
|
+
tier: "PU",
|
|
1029
1033
|
doublesTier: "DUU",
|
|
1030
1034
|
randomBattleMoves: ["energyball", "fireblast", "gunkshot", "hydropump", "icebeam", "protect"],
|
|
1031
1035
|
},
|
|
1032
1036
|
delibird: {
|
|
1033
|
-
tier: "
|
|
1037
|
+
tier: "PU",
|
|
1034
1038
|
doublesTier: "DUU",
|
|
1035
1039
|
randomBattleMoves: ["destinybond", "freezedry", "rapidspin", "spikes"],
|
|
1036
1040
|
},
|
|
@@ -1064,12 +1068,12 @@ exports.FormatsData = {
|
|
|
1064
1068
|
randomBattleMoves: ["earthquake", "iceshard", "knockoff", "rapidspin", "stealthrock", "stoneedge"],
|
|
1065
1069
|
},
|
|
1066
1070
|
stantler: {
|
|
1067
|
-
tier: "
|
|
1071
|
+
tier: "PU",
|
|
1068
1072
|
doublesTier: "DUU",
|
|
1069
1073
|
randomBattleMoves: ["doubleedge", "earthquake", "megahorn", "zenheadbutt"],
|
|
1070
1074
|
},
|
|
1071
1075
|
smeargle: {
|
|
1072
|
-
tier: "
|
|
1076
|
+
tier: "PU",
|
|
1073
1077
|
doublesTier: "DUber",
|
|
1074
1078
|
randomBattleMoves: ["spikes", "spore", "stealthrock", "stickyweb", "toxicspikes", "whirlwind"],
|
|
1075
1079
|
},
|
|
@@ -1156,7 +1160,7 @@ exports.FormatsData = {
|
|
|
1156
1160
|
tier: "LC",
|
|
1157
1161
|
},
|
|
1158
1162
|
mightyena: {
|
|
1159
|
-
tier: "
|
|
1163
|
+
tier: "PU",
|
|
1160
1164
|
doublesTier: "DUU",
|
|
1161
1165
|
randomBattleMoves: ["crunch", "firefang", "irontail", "playrough", "suckerpunch"],
|
|
1162
1166
|
},
|
|
@@ -1175,7 +1179,7 @@ exports.FormatsData = {
|
|
|
1175
1179
|
tier: "NFE",
|
|
1176
1180
|
},
|
|
1177
1181
|
beautifly: {
|
|
1178
|
-
tier: "
|
|
1182
|
+
tier: "PU",
|
|
1179
1183
|
doublesTier: "DUU",
|
|
1180
1184
|
randomBattleMoves: ["aircutter", "bugbuzz", "energyball", "quiverdance", "roost"],
|
|
1181
1185
|
},
|
|
@@ -1183,7 +1187,7 @@ exports.FormatsData = {
|
|
|
1183
1187
|
tier: "NFE",
|
|
1184
1188
|
},
|
|
1185
1189
|
dustox: {
|
|
1186
|
-
tier: "
|
|
1190
|
+
tier: "PU",
|
|
1187
1191
|
doublesTier: "DUU",
|
|
1188
1192
|
randomBattleMoves: ["bugbuzz", "roost", "sludgebomb", "toxic", "uturn", "defog"],
|
|
1189
1193
|
},
|
|
@@ -1221,7 +1225,7 @@ exports.FormatsData = {
|
|
|
1221
1225
|
tier: "LC",
|
|
1222
1226
|
},
|
|
1223
1227
|
pelipper: {
|
|
1224
|
-
tier: "
|
|
1228
|
+
tier: "PU",
|
|
1225
1229
|
doublesTier: "DOU",
|
|
1226
1230
|
randomBattleMoves: ["defog", "hurricane", "hydropump", "icebeam", "roost", "scald", "uturn"],
|
|
1227
1231
|
},
|
|
@@ -1265,7 +1269,7 @@ exports.FormatsData = {
|
|
|
1265
1269
|
randomBattleMoves: ["bodyslam", "bulkup", "earthquake", "playrough", "shadowclaw", "slackoff"],
|
|
1266
1270
|
},
|
|
1267
1271
|
slaking: {
|
|
1268
|
-
tier: "
|
|
1272
|
+
tier: "PU",
|
|
1269
1273
|
doublesTier: "DUU",
|
|
1270
1274
|
randomBattleMoves: ["bodyslam", "earthquake", "gigaimpact", "hammerarm", "playrough", "suckerpunch"],
|
|
1271
1275
|
},
|
|
@@ -1273,12 +1277,12 @@ exports.FormatsData = {
|
|
|
1273
1277
|
tier: "LC",
|
|
1274
1278
|
},
|
|
1275
1279
|
ninjask: {
|
|
1276
|
-
tier: "
|
|
1280
|
+
tier: "PU",
|
|
1277
1281
|
doublesTier: "DUU",
|
|
1278
1282
|
randomBattleMoves: ["aerialace", "finalgambit", "swordsdance", "uturn", "xscissor"],
|
|
1279
1283
|
},
|
|
1280
1284
|
shedinja: {
|
|
1281
|
-
tier: "
|
|
1285
|
+
tier: "PU",
|
|
1282
1286
|
doublesTier: "DUU",
|
|
1283
1287
|
randomBattleMoves: ["shadowclaw", "shadowsneak", "willowisp", "xscissor"],
|
|
1284
1288
|
},
|
|
@@ -1305,7 +1309,7 @@ exports.FormatsData = {
|
|
|
1305
1309
|
tier: "LC",
|
|
1306
1310
|
},
|
|
1307
1311
|
probopass: {
|
|
1308
|
-
tier: "
|
|
1312
|
+
tier: "PU",
|
|
1309
1313
|
doublesTier: "DUU",
|
|
1310
1314
|
randomBattleMoves: ["bodypress", "flashcannon", "stealthrock", "thunderwave", "voltswitch"],
|
|
1311
1315
|
},
|
|
@@ -1313,7 +1317,7 @@ exports.FormatsData = {
|
|
|
1313
1317
|
tier: "LC",
|
|
1314
1318
|
},
|
|
1315
1319
|
delcatty: {
|
|
1316
|
-
tier: "
|
|
1320
|
+
tier: "PU",
|
|
1317
1321
|
doublesTier: "DUU",
|
|
1318
1322
|
randomBattleMoves: ["doubleedge", "fakeout", "healbell", "suckerpunch", "thunderwave"],
|
|
1319
1323
|
},
|
|
@@ -1323,7 +1327,7 @@ exports.FormatsData = {
|
|
|
1323
1327
|
randomBattleMoves: ["foulplay", "knockoff", "recover", "taunt", "willowisp"],
|
|
1324
1328
|
},
|
|
1325
1329
|
mawile: {
|
|
1326
|
-
tier: "
|
|
1330
|
+
tier: "PU",
|
|
1327
1331
|
doublesTier: "DUU",
|
|
1328
1332
|
randomBattleMoves: ["ironhead", "playrough", "stealthrock", "suckerpunch", "swordsdance"],
|
|
1329
1333
|
},
|
|
@@ -1350,27 +1354,27 @@ exports.FormatsData = {
|
|
|
1350
1354
|
tier: "LC",
|
|
1351
1355
|
},
|
|
1352
1356
|
manectric: {
|
|
1353
|
-
tier: "
|
|
1357
|
+
tier: "PU",
|
|
1354
1358
|
doublesTier: "DUU",
|
|
1355
1359
|
randomBattleMoves: ["overheat", "switcheroo", "thunderbolt", "voltswitch"],
|
|
1356
1360
|
},
|
|
1357
1361
|
plusle: {
|
|
1358
|
-
tier: "
|
|
1362
|
+
tier: "PU",
|
|
1359
1363
|
doublesTier: "DUU",
|
|
1360
1364
|
randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "thunderbolt", "voltswitch"],
|
|
1361
1365
|
},
|
|
1362
1366
|
minun: {
|
|
1363
|
-
tier: "
|
|
1367
|
+
tier: "PU",
|
|
1364
1368
|
doublesTier: "DUU",
|
|
1365
1369
|
randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "switcheroo", "thunderbolt", "voltswitch"],
|
|
1366
1370
|
},
|
|
1367
1371
|
volbeat: {
|
|
1368
|
-
tier: "
|
|
1372
|
+
tier: "RU",
|
|
1369
1373
|
doublesTier: "DUU",
|
|
1370
1374
|
randomBattleMoves: ["encore", "roost", "thunderwave", "uturn"],
|
|
1371
1375
|
},
|
|
1372
1376
|
illumise: {
|
|
1373
|
-
tier: "
|
|
1377
|
+
tier: "PU",
|
|
1374
1378
|
doublesTier: "DUU",
|
|
1375
1379
|
randomBattleMoves: ["bugbuzz", "encore", "roost", "thunderwave", "wish"],
|
|
1376
1380
|
},
|
|
@@ -1389,7 +1393,7 @@ exports.FormatsData = {
|
|
|
1389
1393
|
tier: "LC",
|
|
1390
1394
|
},
|
|
1391
1395
|
swalot: {
|
|
1392
|
-
tier: "
|
|
1396
|
+
tier: "PU",
|
|
1393
1397
|
doublesTier: "DUU",
|
|
1394
1398
|
randomBattleMoves: ["earthquake", "encore", "gunkshot", "icebeam", "painsplit", "toxic"],
|
|
1395
1399
|
},
|
|
@@ -1405,7 +1409,7 @@ exports.FormatsData = {
|
|
|
1405
1409
|
tier: "LC",
|
|
1406
1410
|
},
|
|
1407
1411
|
wailord: {
|
|
1408
|
-
tier: "
|
|
1412
|
+
tier: "PU",
|
|
1409
1413
|
doublesTier: "DUU",
|
|
1410
1414
|
randomBattleMoves: ["clearsmog", "icebeam", "scald", "waterspout"],
|
|
1411
1415
|
},
|
|
@@ -1413,7 +1417,7 @@ exports.FormatsData = {
|
|
|
1413
1417
|
tier: "LC",
|
|
1414
1418
|
},
|
|
1415
1419
|
camerupt: {
|
|
1416
|
-
tier: "
|
|
1420
|
+
tier: "PU",
|
|
1417
1421
|
doublesTier: "DUU",
|
|
1418
1422
|
randomBattleMoves: ["earthpower", "explosion", "fireblast", "lavaplume", "stealthrock"],
|
|
1419
1423
|
},
|
|
@@ -1426,12 +1430,12 @@ exports.FormatsData = {
|
|
|
1426
1430
|
tier: "LC",
|
|
1427
1431
|
},
|
|
1428
1432
|
grumpig: {
|
|
1429
|
-
tier: "
|
|
1433
|
+
tier: "PU",
|
|
1430
1434
|
doublesTier: "DUU",
|
|
1431
1435
|
randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "shadowball"],
|
|
1432
1436
|
},
|
|
1433
1437
|
spinda: {
|
|
1434
|
-
tier: "
|
|
1438
|
+
tier: "PU",
|
|
1435
1439
|
doublesTier: "DUU",
|
|
1436
1440
|
randomBattleMoves: ["bodyslam", "encore", "fakeout", "rapidspin", "suckerpunch"],
|
|
1437
1441
|
},
|
|
@@ -1458,7 +1462,7 @@ exports.FormatsData = {
|
|
|
1458
1462
|
tier: "LC",
|
|
1459
1463
|
},
|
|
1460
1464
|
altaria: {
|
|
1461
|
-
tier: "
|
|
1465
|
+
tier: "PU",
|
|
1462
1466
|
doublesTier: "DUU",
|
|
1463
1467
|
randomBattleMoves: ["dracometeor", "fireblast", "haze", "hurricane", "roost"],
|
|
1464
1468
|
},
|
|
@@ -1468,12 +1472,12 @@ exports.FormatsData = {
|
|
|
1468
1472
|
randomBattleMoves: ["closecombat", "facade", "quickattack", "shadowclaw", "swordsdance"],
|
|
1469
1473
|
},
|
|
1470
1474
|
seviper: {
|
|
1471
|
-
tier: "
|
|
1475
|
+
tier: "PU",
|
|
1472
1476
|
doublesTier: "DUU",
|
|
1473
1477
|
randomBattleMoves: ["crunch", "earthquake", "flamethrower", "gigadrain", "glare", "sludgebomb", "switcheroo"],
|
|
1474
1478
|
},
|
|
1475
1479
|
lunatone: {
|
|
1476
|
-
tier: "
|
|
1480
|
+
tier: "PU",
|
|
1477
1481
|
doublesTier: "DUU",
|
|
1478
1482
|
randomBattleMoves: ["icebeam", "moonblast", "nastyplot", "psyshock", "stealthrock"],
|
|
1479
1483
|
},
|
|
@@ -1486,7 +1490,7 @@ exports.FormatsData = {
|
|
|
1486
1490
|
tier: "LC",
|
|
1487
1491
|
},
|
|
1488
1492
|
whiscash: {
|
|
1489
|
-
tier: "
|
|
1493
|
+
tier: "PU",
|
|
1490
1494
|
doublesTier: "DUU",
|
|
1491
1495
|
randomBattleMoves: ["dragondance", "earthquake", "stoneedge", "waterfall"],
|
|
1492
1496
|
},
|
|
@@ -1518,7 +1522,7 @@ exports.FormatsData = {
|
|
|
1518
1522
|
tier: "LC",
|
|
1519
1523
|
},
|
|
1520
1524
|
armaldo: {
|
|
1521
|
-
tier: "
|
|
1525
|
+
tier: "PU",
|
|
1522
1526
|
doublesTier: "DUU",
|
|
1523
1527
|
randomBattleMoves: ["aquajet", "knockoff", "rapidspin", "stealthrock", "stoneedge", "xscissor"],
|
|
1524
1528
|
},
|
|
@@ -1531,12 +1535,12 @@ exports.FormatsData = {
|
|
|
1531
1535
|
randomBattleMoves: ["dragontail", "icebeam", "rest", "scald", "sleeptalk"],
|
|
1532
1536
|
},
|
|
1533
1537
|
castform: {
|
|
1534
|
-
tier: "
|
|
1538
|
+
tier: "PU",
|
|
1535
1539
|
doublesTier: "DUU",
|
|
1536
1540
|
randomBattleMoves: ["flamethrower", "icebeam", "scald", "thunderbolt"],
|
|
1537
1541
|
},
|
|
1538
1542
|
kecleon: {
|
|
1539
|
-
tier: "
|
|
1543
|
+
tier: "PU",
|
|
1540
1544
|
doublesTier: "DUU",
|
|
1541
1545
|
randomBattleMoves: ["drainpunch", "fakeout", "shadowsneak", "stealthrock", "thunderwave"],
|
|
1542
1546
|
},
|
|
@@ -1544,7 +1548,7 @@ exports.FormatsData = {
|
|
|
1544
1548
|
tier: "LC",
|
|
1545
1549
|
},
|
|
1546
1550
|
banette: {
|
|
1547
|
-
tier: "
|
|
1551
|
+
tier: "PU",
|
|
1548
1552
|
doublesTier: "DUU",
|
|
1549
1553
|
randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "shadowsneak", "willowisp"],
|
|
1550
1554
|
},
|
|
@@ -1560,7 +1564,7 @@ exports.FormatsData = {
|
|
|
1560
1564
|
randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowpunch", "shadowsneak", "willowisp"],
|
|
1561
1565
|
},
|
|
1562
1566
|
tropius: {
|
|
1563
|
-
tier: "
|
|
1567
|
+
tier: "PU",
|
|
1564
1568
|
doublesTier: "DUU",
|
|
1565
1569
|
randomBattleMoves: ["defog", "substitute", "leechseed", "airslash"],
|
|
1566
1570
|
},
|
|
@@ -1581,12 +1585,12 @@ exports.FormatsData = {
|
|
|
1581
1585
|
tier: "LC",
|
|
1582
1586
|
},
|
|
1583
1587
|
glalie: {
|
|
1584
|
-
tier: "
|
|
1588
|
+
tier: "PU",
|
|
1585
1589
|
doublesTier: "DUU",
|
|
1586
1590
|
randomBattleMoves: ["disable", "earthquake", "freezedry", "protect", "substitute"],
|
|
1587
1591
|
},
|
|
1588
1592
|
froslass: {
|
|
1589
|
-
tier: "
|
|
1593
|
+
tier: "UU",
|
|
1590
1594
|
doublesTier: "DUU",
|
|
1591
1595
|
randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "willowisp"],
|
|
1592
1596
|
},
|
|
@@ -1597,7 +1601,7 @@ exports.FormatsData = {
|
|
|
1597
1601
|
tier: "NFE",
|
|
1598
1602
|
},
|
|
1599
1603
|
walrein: {
|
|
1600
|
-
tier: "
|
|
1604
|
+
tier: "PU",
|
|
1601
1605
|
doublesTier: "DUU",
|
|
1602
1606
|
randomBattleMoves: ["icebeam", "rest", "sleeptalk", "surf"],
|
|
1603
1607
|
},
|
|
@@ -1605,7 +1609,7 @@ exports.FormatsData = {
|
|
|
1605
1609
|
tier: "LC",
|
|
1606
1610
|
},
|
|
1607
1611
|
huntail: {
|
|
1608
|
-
tier: "
|
|
1612
|
+
tier: "PU",
|
|
1609
1613
|
doublesTier: "DUU",
|
|
1610
1614
|
randomBattleMoves: ["crunch", "icebeam", "shellsmash", "waterfall"],
|
|
1611
1615
|
},
|
|
@@ -1615,12 +1619,12 @@ exports.FormatsData = {
|
|
|
1615
1619
|
randomBattleMoves: ["hydropump", "icebeam", "psychic", "shellsmash"],
|
|
1616
1620
|
},
|
|
1617
1621
|
relicanth: {
|
|
1618
|
-
tier: "
|
|
1622
|
+
tier: "PU",
|
|
1619
1623
|
doublesTier: "DUU",
|
|
1620
1624
|
randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "waterfall", "yawn"],
|
|
1621
1625
|
},
|
|
1622
1626
|
luvdisc: {
|
|
1623
|
-
tier: "
|
|
1627
|
+
tier: "PU",
|
|
1624
1628
|
doublesTier: "DUU",
|
|
1625
1629
|
randomBattleMoves: ["charm", "icebeam", "scald", "sweetkiss"],
|
|
1626
1630
|
},
|
|
@@ -1652,12 +1656,12 @@ exports.FormatsData = {
|
|
|
1652
1656
|
randomBattleMoves: ["curse", "drainpunch", "earthquake", "rest", "stealthrock", "stoneedge"],
|
|
1653
1657
|
},
|
|
1654
1658
|
regice: {
|
|
1655
|
-
tier: "
|
|
1659
|
+
tier: "PU",
|
|
1656
1660
|
doublesTier: "DUU",
|
|
1657
1661
|
randomBattleMoves: ["focusblast", "icebeam", "rest", "rockpolish", "sleeptalk", "thunderbolt"],
|
|
1658
1662
|
},
|
|
1659
1663
|
registeel: {
|
|
1660
|
-
tier: "
|
|
1664
|
+
tier: "RU",
|
|
1661
1665
|
doublesTier: "DUU",
|
|
1662
1666
|
randomBattleMoves: ["curse", "ironhead", "rest", "sleeptalk"],
|
|
1663
1667
|
},
|
|
@@ -1767,7 +1771,7 @@ exports.FormatsData = {
|
|
|
1767
1771
|
tier: "LC",
|
|
1768
1772
|
},
|
|
1769
1773
|
kricketune: {
|
|
1770
|
-
tier: "
|
|
1774
|
+
tier: "PU",
|
|
1771
1775
|
doublesTier: "DUU",
|
|
1772
1776
|
randomBattleMoves: ["brickbreak", "bugbite", "nightslash", "stickyweb"],
|
|
1773
1777
|
},
|
|
@@ -1778,7 +1782,7 @@ exports.FormatsData = {
|
|
|
1778
1782
|
tier: "NFE",
|
|
1779
1783
|
},
|
|
1780
1784
|
luxray: {
|
|
1781
|
-
tier: "
|
|
1785
|
+
tier: "PU",
|
|
1782
1786
|
doublesTier: "DUU",
|
|
1783
1787
|
randomBattleMoves: ["crunch", "facade", "voltswitch", "wildcharge"],
|
|
1784
1788
|
},
|
|
@@ -1786,7 +1790,7 @@ exports.FormatsData = {
|
|
|
1786
1790
|
tier: "LC",
|
|
1787
1791
|
},
|
|
1788
1792
|
rampardos: {
|
|
1789
|
-
tier: "
|
|
1793
|
+
tier: "PU",
|
|
1790
1794
|
doublesTier: "DUU",
|
|
1791
1795
|
randomBattleMoves: ["crunch", "earthquake", "headsmash", "rockpolish", "zenheadbutt"],
|
|
1792
1796
|
},
|
|
@@ -1794,7 +1798,7 @@ exports.FormatsData = {
|
|
|
1794
1798
|
tier: "LC",
|
|
1795
1799
|
},
|
|
1796
1800
|
bastiodon: {
|
|
1797
|
-
tier: "
|
|
1801
|
+
tier: "PU",
|
|
1798
1802
|
doublesTier: "DUU",
|
|
1799
1803
|
randomBattleMoves: ["metalburst", "roar", "rockblast", "stealthrock"],
|
|
1800
1804
|
},
|
|
@@ -1802,22 +1806,22 @@ exports.FormatsData = {
|
|
|
1802
1806
|
tier: "LC",
|
|
1803
1807
|
},
|
|
1804
1808
|
wormadam: {
|
|
1805
|
-
tier: "
|
|
1809
|
+
tier: "PU",
|
|
1806
1810
|
doublesTier: "DUU",
|
|
1807
1811
|
randomBattleMoves: ["bugbuzz", "leafstorm", "psychic", "quiverdance", "shadowball"],
|
|
1808
1812
|
},
|
|
1809
1813
|
wormadamsandy: {
|
|
1810
|
-
tier: "
|
|
1814
|
+
tier: "PU",
|
|
1811
1815
|
doublesTier: "DUU",
|
|
1812
1816
|
randomBattleMoves: ["bugbuzz", "earthquake", "rockblast", "stealthrock"],
|
|
1813
1817
|
},
|
|
1814
1818
|
wormadamtrash: {
|
|
1815
|
-
tier: "
|
|
1819
|
+
tier: "PU",
|
|
1816
1820
|
doublesTier: "DUU",
|
|
1817
1821
|
randomBattleMoves: ["bugbuzz", "flashcannon", "gigadrain", "quiverdance", "stealthrock"],
|
|
1818
1822
|
},
|
|
1819
1823
|
mothim: {
|
|
1820
|
-
tier: "
|
|
1824
|
+
tier: "PU",
|
|
1821
1825
|
doublesTier: "DUU",
|
|
1822
1826
|
randomBattleMoves: ["airslash", "bugbuzz", "energyball", "quiverdance", "roost"],
|
|
1823
1827
|
},
|
|
@@ -1825,12 +1829,12 @@ exports.FormatsData = {
|
|
|
1825
1829
|
tier: "LC",
|
|
1826
1830
|
},
|
|
1827
1831
|
vespiquen: {
|
|
1828
|
-
tier: "
|
|
1832
|
+
tier: "PU",
|
|
1829
1833
|
doublesTier: "DUU",
|
|
1830
1834
|
randomBattleMoves: ["attackorder", "roost", "substitute", "toxic", "uturn"],
|
|
1831
1835
|
},
|
|
1832
1836
|
pachirisu: {
|
|
1833
|
-
tier: "
|
|
1837
|
+
tier: "PU",
|
|
1834
1838
|
doublesTier: "DUU",
|
|
1835
1839
|
randomBattleMoves: ["nuzzle", "superfang", "thunderbolt", "uturn"],
|
|
1836
1840
|
},
|
|
@@ -1838,7 +1842,7 @@ exports.FormatsData = {
|
|
|
1838
1842
|
tier: "LC",
|
|
1839
1843
|
},
|
|
1840
1844
|
floatzel: {
|
|
1841
|
-
tier: "
|
|
1845
|
+
tier: "PU",
|
|
1842
1846
|
doublesTier: "DUU",
|
|
1843
1847
|
randomBattleMoves: ["aquajet", "brickbreak", "bulkup", "substitute", "taunt", "waterfall"],
|
|
1844
1848
|
},
|
|
@@ -1846,7 +1850,7 @@ exports.FormatsData = {
|
|
|
1846
1850
|
tier: "LC",
|
|
1847
1851
|
},
|
|
1848
1852
|
cherrim: {
|
|
1849
|
-
tier: "
|
|
1853
|
+
tier: "PU",
|
|
1850
1854
|
doublesTier: "DUU",
|
|
1851
1855
|
randomBattleMoves: ["dazzlinggleam", "gigadrain", "healingwish", "petaldance"],
|
|
1852
1856
|
},
|
|
@@ -1870,7 +1874,7 @@ exports.FormatsData = {
|
|
|
1870
1874
|
tier: "LC",
|
|
1871
1875
|
},
|
|
1872
1876
|
lopunny: {
|
|
1873
|
-
tier: "
|
|
1877
|
+
tier: "PU",
|
|
1874
1878
|
doublesTier: "DUU",
|
|
1875
1879
|
randomBattleMoves: ["facade", "healingwish", "highjumpkick", "switcheroo"],
|
|
1876
1880
|
},
|
|
@@ -1878,7 +1882,7 @@ exports.FormatsData = {
|
|
|
1878
1882
|
tier: "LC",
|
|
1879
1883
|
},
|
|
1880
1884
|
purugly: {
|
|
1881
|
-
tier: "
|
|
1885
|
+
tier: "PU",
|
|
1882
1886
|
doublesTier: "DUU",
|
|
1883
1887
|
randomBattleMoves: ["bodyslam", "fakeout", "quickattack", "suckerpunch", "uturn"],
|
|
1884
1888
|
},
|
|
@@ -1899,7 +1903,7 @@ exports.FormatsData = {
|
|
|
1899
1903
|
randomBattleMoves: ["earthquake", "gyroball", "psychic", "stealthrock"],
|
|
1900
1904
|
},
|
|
1901
1905
|
chatot: {
|
|
1902
|
-
tier: "
|
|
1906
|
+
tier: "PU",
|
|
1903
1907
|
doublesTier: "DUU",
|
|
1904
1908
|
randomBattleMoves: ["boomburst", "chatter", "nastyplot", "substitute", "uturn"],
|
|
1905
1909
|
},
|
|
@@ -1952,7 +1956,7 @@ exports.FormatsData = {
|
|
|
1952
1956
|
randomBattleMoves: ["drainpunch", "poisonjab", "substitute", "suckerpunch", "swordsdance"],
|
|
1953
1957
|
},
|
|
1954
1958
|
carnivine: {
|
|
1955
|
-
tier: "
|
|
1959
|
+
tier: "PU",
|
|
1956
1960
|
doublesTier: "DUU",
|
|
1957
1961
|
randomBattleMoves: ["crunch", "powerwhip", "sleeppowder", "substitute", "swordsdance"],
|
|
1958
1962
|
},
|
|
@@ -1960,7 +1964,7 @@ exports.FormatsData = {
|
|
|
1960
1964
|
tier: "LC",
|
|
1961
1965
|
},
|
|
1962
1966
|
lumineon: {
|
|
1963
|
-
tier: "
|
|
1967
|
+
tier: "PU",
|
|
1964
1968
|
doublesTier: "DUU",
|
|
1965
1969
|
randomBattleMoves: ["defog", "icebeam", "scald", "uturn"],
|
|
1966
1970
|
},
|
|
@@ -1968,7 +1972,7 @@ exports.FormatsData = {
|
|
|
1968
1972
|
tier: "LC",
|
|
1969
1973
|
},
|
|
1970
1974
|
abomasnow: {
|
|
1971
|
-
tier: "
|
|
1975
|
+
tier: "RU",
|
|
1972
1976
|
doublesTier: "DOU",
|
|
1973
1977
|
randomBattleMoves: ["auroraveil", "blizzard", "earthquake", "iceshard", "woodhammer"],
|
|
1974
1978
|
},
|
|
@@ -1993,7 +1997,7 @@ exports.FormatsData = {
|
|
|
1993
1997
|
randomBattleMoves: ["blizzard", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
1994
1998
|
},
|
|
1995
1999
|
rotomfan: {
|
|
1996
|
-
tier: "
|
|
2000
|
+
tier: "PU",
|
|
1997
2001
|
doublesTier: "DUU",
|
|
1998
2002
|
randomBattleMoves: ["airslash", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
1999
2003
|
},
|
|
@@ -2033,7 +2037,7 @@ exports.FormatsData = {
|
|
|
2033
2037
|
randomBattleMoves: ["earthpower", "flashcannon", "lavaplume", "roar", "stealthrock", "taunt"],
|
|
2034
2038
|
},
|
|
2035
2039
|
regigigas: {
|
|
2036
|
-
tier: "
|
|
2040
|
+
tier: "PU",
|
|
2037
2041
|
doublesTier: "DUU",
|
|
2038
2042
|
randomBattleMoves: ["knockoff", "rest", "sleeptalk", "strength"],
|
|
2039
2043
|
},
|
|
@@ -2053,7 +2057,7 @@ exports.FormatsData = {
|
|
|
2053
2057
|
randomBattleMoves: ["calmmind", "moonblast", "moonlight", "psychic", "thunderwave"],
|
|
2054
2058
|
},
|
|
2055
2059
|
phione: {
|
|
2056
|
-
tier: "
|
|
2060
|
+
tier: "PU",
|
|
2057
2061
|
doublesTier: "DUU",
|
|
2058
2062
|
randomBattleMoves: ["icebeam", "raindance", "rest", "scald"],
|
|
2059
2063
|
},
|
|
@@ -2063,12 +2067,12 @@ exports.FormatsData = {
|
|
|
2063
2067
|
randomBattleMoves: ["energyball", "icebeam", "substitute", "surf", "tailglow"],
|
|
2064
2068
|
},
|
|
2065
2069
|
darkrai: {
|
|
2066
|
-
|
|
2067
|
-
|
|
2070
|
+
tier: "Uber",
|
|
2071
|
+
doublesTier: "DOU",
|
|
2068
2072
|
randomBattleMoves: ["darkpulse", "focusblast", "hypnosis", "nastyplot"],
|
|
2069
2073
|
},
|
|
2070
2074
|
shaymin: {
|
|
2071
|
-
tier: "
|
|
2075
|
+
tier: "UU",
|
|
2072
2076
|
doublesTier: "DOU",
|
|
2073
2077
|
randomBattleMoves: ["healingwish", "leechseed", "psychic", "rest", "seedflare", "substitute"],
|
|
2074
2078
|
},
|