@pkmn/sim 0.5.4 → 0.5.5
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/config/formats.js +60 -66
- package/build/config/formats.js.map +1 -1
- package/build/data/mods/gen5/formats-data.js +157 -140
- package/build/data/mods/gen5/formats-data.js.map +1 -1
- package/build/data/pokedex.js +1 -1
- package/build/data/pokedex.js.map +1 -1
- package/build/data/tags.d.ts +1 -0
- package/build/data/tags.js +1 -1
- package/build/data/tags.js.map +1 -1
- package/build/data/text/abilities.js +4 -4
- package/build/data/text/abilities.js.map +1 -1
- package/build/data/text/moves.js +18 -18
- package/build/data/text/moves.js.map +1 -1
- package/build/sim/battle-actions.js +4 -1
- package/build/sim/battle-actions.js.map +1 -1
- package/build/sim/dex-formats.d.ts +1 -0
- package/build/sim/dex-formats.js +3 -2
- package/build/sim/dex-formats.js.map +1 -1
- package/build/sim/index.d.ts +1 -0
- package/build/sim/index.js +3 -1
- package/build/sim/index.js.map +1 -1
- package/build/sim/team-validator.js +13 -0
- package/build/sim/team-validator.js.map +1 -1
- package/config/formats.ts +60 -67
- package/data/mods/gen5/formats-data.ts +157 -140
- package/data/pokedex.ts +1 -1
- package/data/tags.ts +3 -1
- package/data/text/abilities.ts +4 -4
- package/data/text/moves.ts +18 -18
- package/package.json +2 -2
- package/sim/battle-actions.ts +4 -1
- package/sim/dex-formats.ts +4 -1
- package/sim/index.ts +1 -0
- package/sim/team-validator.ts +12 -0
|
@@ -44,7 +44,7 @@ exports.FormatsData = {
|
|
|
44
44
|
},
|
|
45
45
|
butterfree: {
|
|
46
46
|
randomBattleMoves: ["bugbuzz", "hiddenpowerrock", "psychic", "quiverdance", "sleeppowder", "substitute"],
|
|
47
|
-
tier: "(
|
|
47
|
+
tier: "(PU)",
|
|
48
48
|
doublesTier: "DUU",
|
|
49
49
|
},
|
|
50
50
|
weedle: {
|
|
@@ -55,7 +55,7 @@ exports.FormatsData = {
|
|
|
55
55
|
},
|
|
56
56
|
beedrill: {
|
|
57
57
|
randomBattleMoves: ["agility", "batonpass", "drillrun", "endeavor", "poisonjab", "toxicspikes", "uturn"],
|
|
58
|
-
tier: "(
|
|
58
|
+
tier: "(PU)",
|
|
59
59
|
doublesTier: "DUU",
|
|
60
60
|
},
|
|
61
61
|
pidgey: {
|
|
@@ -66,7 +66,7 @@ exports.FormatsData = {
|
|
|
66
66
|
},
|
|
67
67
|
pidgeot: {
|
|
68
68
|
randomBattleMoves: ["bravebird", "heatwave", "quickattack", "return", "roost", "uturn", "workup"],
|
|
69
|
-
tier: "(
|
|
69
|
+
tier: "(PU)",
|
|
70
70
|
doublesTier: "DUU",
|
|
71
71
|
},
|
|
72
72
|
rattata: {
|
|
@@ -74,7 +74,7 @@ exports.FormatsData = {
|
|
|
74
74
|
},
|
|
75
75
|
raticate: {
|
|
76
76
|
randomBattleMoves: ["crunch", "facade", "flamewheel", "suckerpunch", "swordsdance", "uturn"],
|
|
77
|
-
tier: "(
|
|
77
|
+
tier: "(PU)",
|
|
78
78
|
doublesTier: "DUU",
|
|
79
79
|
},
|
|
80
80
|
spearow: {
|
|
@@ -82,7 +82,7 @@ exports.FormatsData = {
|
|
|
82
82
|
},
|
|
83
83
|
fearow: {
|
|
84
84
|
randomBattleMoves: ["doubleedge", "drillpeck", "drillrun", "pursuit", "quickattack", "return", "roost", "uturn"],
|
|
85
|
-
tier: "(
|
|
85
|
+
tier: "(PU)",
|
|
86
86
|
doublesTier: "DUU",
|
|
87
87
|
},
|
|
88
88
|
ekans: {
|
|
@@ -90,7 +90,7 @@ exports.FormatsData = {
|
|
|
90
90
|
},
|
|
91
91
|
arbok: {
|
|
92
92
|
randomBattleMoves: ["aquatail", "coil", "earthquake", "glare", "gunkshot", "rest", "seedbomb", "suckerpunch"],
|
|
93
|
-
tier: "(
|
|
93
|
+
tier: "(PU)",
|
|
94
94
|
doublesTier: "DUU",
|
|
95
95
|
},
|
|
96
96
|
pichu: {
|
|
@@ -102,7 +102,7 @@ exports.FormatsData = {
|
|
|
102
102
|
},
|
|
103
103
|
raichu: {
|
|
104
104
|
randomBattleMoves: ["encore", "focusblast", "grassknot", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
|
|
105
|
-
tier: "(
|
|
105
|
+
tier: "(PU)",
|
|
106
106
|
doublesTier: "DUU",
|
|
107
107
|
},
|
|
108
108
|
sandshrew: {
|
|
@@ -162,7 +162,7 @@ exports.FormatsData = {
|
|
|
162
162
|
},
|
|
163
163
|
wigglytuff: {
|
|
164
164
|
randomBattleMoves: ["doubleedge", "fireblast", "healbell", "protect", "stealthrock", "toxic", "wish"],
|
|
165
|
-
tier: "(
|
|
165
|
+
tier: "(PU)",
|
|
166
166
|
doublesTier: "DUU",
|
|
167
167
|
},
|
|
168
168
|
zubat: {
|
|
@@ -185,12 +185,12 @@ exports.FormatsData = {
|
|
|
185
185
|
},
|
|
186
186
|
vileplume: {
|
|
187
187
|
randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerfire", "leechseed", "sleeppowder", "sludgebomb", "synthesis"],
|
|
188
|
-
tier: "
|
|
188
|
+
tier: "PU",
|
|
189
189
|
doublesTier: "DUU",
|
|
190
190
|
},
|
|
191
191
|
bellossom: {
|
|
192
192
|
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerrock", "leafstorm", "leechseed", "sleeppowder", "stunspore", "synthesis"],
|
|
193
|
-
tier: "(
|
|
193
|
+
tier: "(PU)",
|
|
194
194
|
doublesTier: "DUU",
|
|
195
195
|
},
|
|
196
196
|
paras: {
|
|
@@ -198,7 +198,7 @@ exports.FormatsData = {
|
|
|
198
198
|
},
|
|
199
199
|
parasect: {
|
|
200
200
|
randomBattleMoves: ["aromatherapy", "leechseed", "seedbomb", "spore", "stunspore", "synthesis", "xscissor"],
|
|
201
|
-
tier: "(
|
|
201
|
+
tier: "(PU)",
|
|
202
202
|
doublesTier: "DUU",
|
|
203
203
|
},
|
|
204
204
|
venonat: {
|
|
@@ -222,7 +222,7 @@ exports.FormatsData = {
|
|
|
222
222
|
},
|
|
223
223
|
persian: {
|
|
224
224
|
randomBattleMoves: ["bite", "fakeout", "return", "switcheroo", "taunt", "uturn", "waterpulse"],
|
|
225
|
-
tier: "(
|
|
225
|
+
tier: "(PU)",
|
|
226
226
|
doublesTier: "DUU",
|
|
227
227
|
},
|
|
228
228
|
psyduck: {
|
|
@@ -230,7 +230,7 @@ exports.FormatsData = {
|
|
|
230
230
|
},
|
|
231
231
|
golduck: {
|
|
232
232
|
randomBattleMoves: ["calmmind", "focusblast", "hydropump", "icebeam", "psyshock"],
|
|
233
|
-
tier: "
|
|
233
|
+
tier: "PU",
|
|
234
234
|
doublesTier: "DUU",
|
|
235
235
|
},
|
|
236
236
|
mankey: {
|
|
@@ -296,11 +296,12 @@ exports.FormatsData = {
|
|
|
296
296
|
},
|
|
297
297
|
victreebel: {
|
|
298
298
|
randomBattleMoves: ["growth", "powerwhip", "sleeppowder", "sludgebomb", "suckerpunch", "sunnyday", "weatherball"],
|
|
299
|
-
tier: "
|
|
299
|
+
tier: "PU",
|
|
300
300
|
doublesTier: "DUU",
|
|
301
301
|
},
|
|
302
302
|
tentacool: {
|
|
303
|
-
tier: "
|
|
303
|
+
tier: "PU",
|
|
304
|
+
doublesTier: "LC",
|
|
304
305
|
},
|
|
305
306
|
tentacruel: {
|
|
306
307
|
randomBattleMoves: ["gigadrain", "icebeam", "protect", "rapidspin", "scald", "toxic", "toxicspikes"],
|
|
@@ -323,7 +324,7 @@ exports.FormatsData = {
|
|
|
323
324
|
},
|
|
324
325
|
rapidash: {
|
|
325
326
|
randomBattleMoves: ["drillrun", "flareblitz", "megahorn", "morningsun", "wildcharge", "willowisp"],
|
|
326
|
-
tier: "
|
|
327
|
+
tier: "PU",
|
|
327
328
|
doublesTier: "DUU",
|
|
328
329
|
},
|
|
329
330
|
slowpoke: {
|
|
@@ -353,7 +354,7 @@ exports.FormatsData = {
|
|
|
353
354
|
},
|
|
354
355
|
farfetchd: {
|
|
355
356
|
randomBattleMoves: ["batonpass", "bravebird", "leafblade", "quickattack", "swordsdance"],
|
|
356
|
-
tier: "(
|
|
357
|
+
tier: "(PU)",
|
|
357
358
|
doublesTier: "DUU",
|
|
358
359
|
},
|
|
359
360
|
doduo: {
|
|
@@ -361,7 +362,7 @@ exports.FormatsData = {
|
|
|
361
362
|
},
|
|
362
363
|
dodrio: {
|
|
363
364
|
randomBattleMoves: ["bravebird", "pursuit", "quickattack", "return", "roost"],
|
|
364
|
-
tier: "
|
|
365
|
+
tier: "PU",
|
|
365
366
|
doublesTier: "DUU",
|
|
366
367
|
},
|
|
367
368
|
seel: {
|
|
@@ -369,7 +370,7 @@ exports.FormatsData = {
|
|
|
369
370
|
},
|
|
370
371
|
dewgong: {
|
|
371
372
|
randomBattleMoves: ["icebeam", "protect", "rest", "sleeptalk", "surf", "toxic"],
|
|
372
|
-
tier: "(
|
|
373
|
+
tier: "(PU)",
|
|
373
374
|
doublesTier: "DUU",
|
|
374
375
|
},
|
|
375
376
|
grimer: {
|
|
@@ -377,7 +378,7 @@ exports.FormatsData = {
|
|
|
377
378
|
},
|
|
378
379
|
muk: {
|
|
379
380
|
randomBattleMoves: ["brickbreak", "curse", "firepunch", "gunkshot", "icepunch", "poisonjab", "rest", "shadowsneak"],
|
|
380
|
-
tier: "(
|
|
381
|
+
tier: "(PU)",
|
|
381
382
|
doublesTier: "DUU",
|
|
382
383
|
},
|
|
383
384
|
shellder: {
|
|
@@ -413,7 +414,7 @@ exports.FormatsData = {
|
|
|
413
414
|
},
|
|
414
415
|
hypno: {
|
|
415
416
|
randomBattleMoves: ["foulplay", "protect", "psychic", "thunderwave", "toxic", "wish"],
|
|
416
|
-
tier: "(
|
|
417
|
+
tier: "(PU)",
|
|
417
418
|
doublesTier: "DUU",
|
|
418
419
|
},
|
|
419
420
|
krabby: {
|
|
@@ -421,7 +422,7 @@ exports.FormatsData = {
|
|
|
421
422
|
},
|
|
422
423
|
kingler: {
|
|
423
424
|
randomBattleMoves: ["agility", "crabhammer", "return", "superpower", "swordsdance", "xscissor"],
|
|
424
|
-
tier: "(
|
|
425
|
+
tier: "(PU)",
|
|
425
426
|
doublesTier: "DUU",
|
|
426
427
|
},
|
|
427
428
|
voltorb: {
|
|
@@ -445,7 +446,7 @@ exports.FormatsData = {
|
|
|
445
446
|
},
|
|
446
447
|
marowak: {
|
|
447
448
|
randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "firepunch", "stoneedge", "substitute"],
|
|
448
|
-
tier: "(
|
|
449
|
+
tier: "(PU)",
|
|
449
450
|
doublesTier: "DUU",
|
|
450
451
|
},
|
|
451
452
|
tyrogue: {
|
|
@@ -538,7 +539,7 @@ exports.FormatsData = {
|
|
|
538
539
|
},
|
|
539
540
|
seaking: {
|
|
540
541
|
randomBattleMoves: ["drillrun", "icebeam", "megahorn", "return", "waterfall"],
|
|
541
|
-
tier: "(
|
|
542
|
+
tier: "(PU)",
|
|
542
543
|
doublesTier: "DUU",
|
|
543
544
|
},
|
|
544
545
|
staryu: {
|
|
@@ -554,7 +555,7 @@ exports.FormatsData = {
|
|
|
554
555
|
},
|
|
555
556
|
mrmime: {
|
|
556
557
|
randomBattleMoves: ["batonpass", "encore", "hiddenpowerfighting", "nastyplot", "psychic", "substitute", "thunderbolt"],
|
|
557
|
-
tier: "(
|
|
558
|
+
tier: "(PU)",
|
|
558
559
|
doublesTier: "DUU",
|
|
559
560
|
},
|
|
560
561
|
scyther: {
|
|
@@ -641,7 +642,7 @@ exports.FormatsData = {
|
|
|
641
642
|
},
|
|
642
643
|
flareon: {
|
|
643
644
|
randomBattleMoves: ["facade", "flamecharge", "rest", "sleeptalk"],
|
|
644
|
-
tier: "(
|
|
645
|
+
tier: "(PU)",
|
|
645
646
|
doublesTier: "DUU",
|
|
646
647
|
},
|
|
647
648
|
espeon: {
|
|
@@ -656,12 +657,12 @@ exports.FormatsData = {
|
|
|
656
657
|
},
|
|
657
658
|
leafeon: {
|
|
658
659
|
randomBattleMoves: ["batonpass", "leafblade", "return", "substitute", "swordsdance", "xscissor"],
|
|
659
|
-
tier: "(
|
|
660
|
+
tier: "(PU)",
|
|
660
661
|
doublesTier: "DUU",
|
|
661
662
|
},
|
|
662
663
|
glaceon: {
|
|
663
664
|
randomBattleMoves: ["hiddenpowerground", "icebeam", "protect", "shadowball", "wish"],
|
|
664
|
-
tier: "(
|
|
665
|
+
tier: "(PU)",
|
|
665
666
|
doublesTier: "DUU",
|
|
666
667
|
},
|
|
667
668
|
porygon: {
|
|
@@ -708,7 +709,7 @@ exports.FormatsData = {
|
|
|
708
709
|
},
|
|
709
710
|
articuno: {
|
|
710
711
|
randomBattleMoves: ["hurricane", "icebeam", "roost", "substitute", "toxic"],
|
|
711
|
-
tier: "(
|
|
712
|
+
tier: "(PU)",
|
|
712
713
|
doublesTier: "DUU",
|
|
713
714
|
},
|
|
714
715
|
zapdos: {
|
|
@@ -751,7 +752,7 @@ exports.FormatsData = {
|
|
|
751
752
|
},
|
|
752
753
|
meganium: {
|
|
753
754
|
randomBattleMoves: ["aromatherapy", "dragontail", "gigadrain", "leechseed", "lightscreen", "reflect", "synthesis", "toxic"],
|
|
754
|
-
tier: "(
|
|
755
|
+
tier: "(PU)",
|
|
755
756
|
doublesTier: "DUU",
|
|
756
757
|
},
|
|
757
758
|
cyndaquil: {
|
|
@@ -781,7 +782,7 @@ exports.FormatsData = {
|
|
|
781
782
|
},
|
|
782
783
|
furret: {
|
|
783
784
|
randomBattleMoves: ["aquatail", "doubleedge", "firepunch", "shadowclaw", "trick", "uturn"],
|
|
784
|
-
tier: "(
|
|
785
|
+
tier: "(PU)",
|
|
785
786
|
doublesTier: "DUU",
|
|
786
787
|
},
|
|
787
788
|
hoothoot: {
|
|
@@ -789,7 +790,7 @@ exports.FormatsData = {
|
|
|
789
790
|
},
|
|
790
791
|
noctowl: {
|
|
791
792
|
randomBattleMoves: ["airslash", "magiccoat", "nightshade", "reflect", "roost", "toxic", "whirlwind"],
|
|
792
|
-
tier: "(
|
|
793
|
+
tier: "(PU)",
|
|
793
794
|
doublesTier: "DUU",
|
|
794
795
|
},
|
|
795
796
|
ledyba: {
|
|
@@ -797,7 +798,7 @@ exports.FormatsData = {
|
|
|
797
798
|
},
|
|
798
799
|
ledian: {
|
|
799
800
|
randomBattleMoves: ["encore", "lightscreen", "reflect", "roost", "toxic", "uturn"],
|
|
800
|
-
tier: "(
|
|
801
|
+
tier: "(PU)",
|
|
801
802
|
doublesTier: "DUU",
|
|
802
803
|
},
|
|
803
804
|
spinarak: {
|
|
@@ -805,7 +806,7 @@ exports.FormatsData = {
|
|
|
805
806
|
},
|
|
806
807
|
ariados: {
|
|
807
808
|
randomBattleMoves: ["agility", "batonpass", "poisonjab", "toxicspikes", "xscissor"],
|
|
808
|
-
tier: "(
|
|
809
|
+
tier: "(PU)",
|
|
809
810
|
doublesTier: "DUU",
|
|
810
811
|
},
|
|
811
812
|
chinchou: {
|
|
@@ -828,7 +829,8 @@ exports.FormatsData = {
|
|
|
828
829
|
doublesTier: "DOU",
|
|
829
830
|
},
|
|
830
831
|
natu: {
|
|
831
|
-
tier: "
|
|
832
|
+
tier: "PU",
|
|
833
|
+
doublesTier: "LC",
|
|
832
834
|
},
|
|
833
835
|
xatu: {
|
|
834
836
|
randomBattleMoves: ["heatwave", "lightscreen", "psychic", "reflect", "roost", "thunderwave", "toxic", "uturn"],
|
|
@@ -862,7 +864,7 @@ exports.FormatsData = {
|
|
|
862
864
|
},
|
|
863
865
|
sudowoodo: {
|
|
864
866
|
randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "suckerpunch", "toxic", "woodhammer"],
|
|
865
|
-
tier: "(
|
|
867
|
+
tier: "(PU)",
|
|
866
868
|
doublesTier: "DUU",
|
|
867
869
|
},
|
|
868
870
|
hoppip: {
|
|
@@ -873,7 +875,7 @@ exports.FormatsData = {
|
|
|
873
875
|
},
|
|
874
876
|
jumpluff: {
|
|
875
877
|
randomBattleMoves: ["acrobatics", "encore", "energyball", "leechseed", "sleeppowder", "uturn"],
|
|
876
|
-
tier: "
|
|
878
|
+
tier: "PU",
|
|
877
879
|
doublesTier: "DUU",
|
|
878
880
|
},
|
|
879
881
|
aipom: {
|
|
@@ -889,7 +891,7 @@ exports.FormatsData = {
|
|
|
889
891
|
},
|
|
890
892
|
sunflora: {
|
|
891
893
|
randomBattleMoves: ["earthpower", "encore", "gigadrain", "hiddenpowerrock", "solarbeam", "sunnyday"],
|
|
892
|
-
tier: "(
|
|
894
|
+
tier: "(PU)",
|
|
893
895
|
doublesTier: "DUU",
|
|
894
896
|
},
|
|
895
897
|
yanma: {
|
|
@@ -910,7 +912,8 @@ exports.FormatsData = {
|
|
|
910
912
|
},
|
|
911
913
|
murkrow: {
|
|
912
914
|
randomBattleMoves: ["foulplay", "roost", "taunt", "thunderwave", "toxic"],
|
|
913
|
-
tier: "
|
|
915
|
+
tier: "PU",
|
|
916
|
+
doublesTier: "NFE",
|
|
914
917
|
},
|
|
915
918
|
honchkrow: {
|
|
916
919
|
randomBattleMoves: ["bravebird", "heatwave", "pursuit", "roost", "substitute", "suckerpunch", "superpower"],
|
|
@@ -928,7 +931,7 @@ exports.FormatsData = {
|
|
|
928
931
|
},
|
|
929
932
|
unown: {
|
|
930
933
|
randomBattleMoves: ["hiddenpowerpsychic"],
|
|
931
|
-
tier: "(
|
|
934
|
+
tier: "(PU)",
|
|
932
935
|
doublesTier: "DUU",
|
|
933
936
|
},
|
|
934
937
|
wynaut: {
|
|
@@ -941,7 +944,7 @@ exports.FormatsData = {
|
|
|
941
944
|
},
|
|
942
945
|
girafarig: {
|
|
943
946
|
randomBattleMoves: ["batonpass", "calmmind", "hypervoice", "psychic", "thunderbolt"],
|
|
944
|
-
tier: "(
|
|
947
|
+
tier: "(PU)",
|
|
945
948
|
doublesTier: "DUU",
|
|
946
949
|
},
|
|
947
950
|
pineco: {
|
|
@@ -954,7 +957,7 @@ exports.FormatsData = {
|
|
|
954
957
|
},
|
|
955
958
|
dunsparce: {
|
|
956
959
|
randomBattleMoves: ["bite", "bodyslam", "coil", "glare", "headbutt", "rockslide", "roost"],
|
|
957
|
-
tier: "(
|
|
960
|
+
tier: "(PU)",
|
|
958
961
|
doublesTier: "DUU",
|
|
959
962
|
},
|
|
960
963
|
gligar: {
|
|
@@ -972,7 +975,7 @@ exports.FormatsData = {
|
|
|
972
975
|
},
|
|
973
976
|
granbull: {
|
|
974
977
|
randomBattleMoves: ["closecombat", "crunch", "healbell", "return", "thunderwave", "toxic"],
|
|
975
|
-
tier: "(
|
|
978
|
+
tier: "(PU)",
|
|
976
979
|
doublesTier: "DUU",
|
|
977
980
|
},
|
|
978
981
|
qwilfish: {
|
|
@@ -982,7 +985,7 @@ exports.FormatsData = {
|
|
|
982
985
|
},
|
|
983
986
|
shuckle: {
|
|
984
987
|
randomBattleMoves: ["encore", "protect", "stealthrock", "toxic", "wrap"],
|
|
985
|
-
tier: "(
|
|
988
|
+
tier: "(PU)",
|
|
986
989
|
doublesTier: "DUU",
|
|
987
990
|
},
|
|
988
991
|
heracross: {
|
|
@@ -991,7 +994,8 @@ exports.FormatsData = {
|
|
|
991
994
|
doublesTier: "DUU",
|
|
992
995
|
},
|
|
993
996
|
sneasel: {
|
|
994
|
-
tier: "
|
|
997
|
+
tier: "PU",
|
|
998
|
+
doublesTier: "NFE",
|
|
995
999
|
},
|
|
996
1000
|
weavile: {
|
|
997
1001
|
randomBattleMoves: ["icepunch", "iceshard", "lowkick", "nightslash", "pursuit", "swordsdance"],
|
|
@@ -1003,7 +1007,7 @@ exports.FormatsData = {
|
|
|
1003
1007
|
},
|
|
1004
1008
|
ursaring: {
|
|
1005
1009
|
randomBattleMoves: ["closecombat", "crunch", "earthquake", "facade", "protect", "swordsdance"],
|
|
1006
|
-
tier: "
|
|
1010
|
+
tier: "PU",
|
|
1007
1011
|
doublesTier: "DUU",
|
|
1008
1012
|
},
|
|
1009
1013
|
slugma: {
|
|
@@ -1011,7 +1015,7 @@ exports.FormatsData = {
|
|
|
1011
1015
|
},
|
|
1012
1016
|
magcargo: {
|
|
1013
1017
|
randomBattleMoves: ["hiddenpowerrock", "lavaplume", "recover", "stealthrock", "toxic"],
|
|
1014
|
-
tier: "(
|
|
1018
|
+
tier: "(PU)",
|
|
1015
1019
|
doublesTier: "DUU",
|
|
1016
1020
|
},
|
|
1017
1021
|
swinub: {
|
|
@@ -1028,7 +1032,7 @@ exports.FormatsData = {
|
|
|
1028
1032
|
},
|
|
1029
1033
|
corsola: {
|
|
1030
1034
|
randomBattleMoves: ["powergem", "recover", "scald", "stealthrock", "toxic"],
|
|
1031
|
-
tier: "(
|
|
1035
|
+
tier: "(PU)",
|
|
1032
1036
|
doublesTier: "DUU",
|
|
1033
1037
|
},
|
|
1034
1038
|
remoraid: {
|
|
@@ -1036,12 +1040,12 @@ exports.FormatsData = {
|
|
|
1036
1040
|
},
|
|
1037
1041
|
octillery: {
|
|
1038
1042
|
randomBattleMoves: ["energyball", "fireblast", "hydropump", "icebeam", "thunderwave"],
|
|
1039
|
-
tier: "(
|
|
1043
|
+
tier: "(PU)",
|
|
1040
1044
|
doublesTier: "DUU",
|
|
1041
1045
|
},
|
|
1042
1046
|
delibird: {
|
|
1043
1047
|
randomBattleMoves: ["aerialace", "icebeam", "iceshard", "rapidspin"],
|
|
1044
|
-
tier: "(
|
|
1048
|
+
tier: "(PU)",
|
|
1045
1049
|
doublesTier: "DUU",
|
|
1046
1050
|
},
|
|
1047
1051
|
mantyke: {
|
|
@@ -1049,7 +1053,7 @@ exports.FormatsData = {
|
|
|
1049
1053
|
},
|
|
1050
1054
|
mantine: {
|
|
1051
1055
|
randomBattleMoves: ["airslash", "hydropump", "icebeam", "raindance", "rest", "scald", "sleeptalk"],
|
|
1052
|
-
tier: "
|
|
1056
|
+
tier: "PU",
|
|
1053
1057
|
doublesTier: "DUU",
|
|
1054
1058
|
},
|
|
1055
1059
|
skarmory: {
|
|
@@ -1075,7 +1079,7 @@ exports.FormatsData = {
|
|
|
1075
1079
|
},
|
|
1076
1080
|
stantler: {
|
|
1077
1081
|
randomBattleMoves: ["doubleedge", "earthquake", "jumpkick", "megahorn", "suckerpunch"],
|
|
1078
|
-
tier: "(
|
|
1082
|
+
tier: "(PU)",
|
|
1079
1083
|
doublesTier: "DUU",
|
|
1080
1084
|
},
|
|
1081
1085
|
smeargle: {
|
|
@@ -1144,7 +1148,7 @@ exports.FormatsData = {
|
|
|
1144
1148
|
tier: "LC",
|
|
1145
1149
|
},
|
|
1146
1150
|
combusken: {
|
|
1147
|
-
tier: "
|
|
1151
|
+
tier: "PUBL",
|
|
1148
1152
|
doublesTier: "DUU",
|
|
1149
1153
|
},
|
|
1150
1154
|
blaziken: {
|
|
@@ -1168,7 +1172,7 @@ exports.FormatsData = {
|
|
|
1168
1172
|
},
|
|
1169
1173
|
mightyena: {
|
|
1170
1174
|
randomBattleMoves: ["crunch", "facade", "firefang", "howl", "suckerpunch"],
|
|
1171
|
-
tier: "(
|
|
1175
|
+
tier: "(PU)",
|
|
1172
1176
|
doublesTier: "DUU",
|
|
1173
1177
|
},
|
|
1174
1178
|
zigzagoon: {
|
|
@@ -1176,7 +1180,7 @@ exports.FormatsData = {
|
|
|
1176
1180
|
},
|
|
1177
1181
|
linoone: {
|
|
1178
1182
|
randomBattleMoves: ["bellydrum", "extremespeed", "seedbomb", "shadowclaw"],
|
|
1179
|
-
tier: "
|
|
1183
|
+
tier: "PUBL",
|
|
1180
1184
|
doublesTier: "DUU",
|
|
1181
1185
|
},
|
|
1182
1186
|
wurmple: {
|
|
@@ -1187,7 +1191,7 @@ exports.FormatsData = {
|
|
|
1187
1191
|
},
|
|
1188
1192
|
beautifly: {
|
|
1189
1193
|
randomBattleMoves: ["bugbuzz", "hiddenpowerground", "psychic", "quiverdance"],
|
|
1190
|
-
tier: "(
|
|
1194
|
+
tier: "(PU)",
|
|
1191
1195
|
doublesTier: "DUU",
|
|
1192
1196
|
},
|
|
1193
1197
|
cascoon: {
|
|
@@ -1195,7 +1199,7 @@ exports.FormatsData = {
|
|
|
1195
1199
|
},
|
|
1196
1200
|
dustox: {
|
|
1197
1201
|
randomBattleMoves: ["bugbuzz", "quiverdance", "roost", "sludgebomb", "substitute"],
|
|
1198
|
-
tier: "(
|
|
1202
|
+
tier: "(PU)",
|
|
1199
1203
|
doublesTier: "DUU",
|
|
1200
1204
|
},
|
|
1201
1205
|
lotad: {
|
|
@@ -1217,7 +1221,7 @@ exports.FormatsData = {
|
|
|
1217
1221
|
},
|
|
1218
1222
|
shiftry: {
|
|
1219
1223
|
randomBattleMoves: ["darkpulse", "hiddenpowerfire", "leafstorm", "naturepower", "seedbomb", "suckerpunch", "swordsdance"],
|
|
1220
|
-
tier: "
|
|
1224
|
+
tier: "PU",
|
|
1221
1225
|
doublesTier: "DUU",
|
|
1222
1226
|
},
|
|
1223
1227
|
taillow: {
|
|
@@ -1233,7 +1237,7 @@ exports.FormatsData = {
|
|
|
1233
1237
|
},
|
|
1234
1238
|
pelipper: {
|
|
1235
1239
|
randomBattleMoves: ["hurricane", "icebeam", "roost", "scald", "tailwind", "toxic", "uturn"],
|
|
1236
|
-
tier: "(
|
|
1240
|
+
tier: "(PU)",
|
|
1237
1241
|
doublesTier: "DUU",
|
|
1238
1242
|
},
|
|
1239
1243
|
ralts: {
|
|
@@ -1257,7 +1261,7 @@ exports.FormatsData = {
|
|
|
1257
1261
|
},
|
|
1258
1262
|
masquerain: {
|
|
1259
1263
|
randomBattleMoves: ["airslash", "bugbuzz", "hydropump", "quiverdance", "roost"],
|
|
1260
|
-
tier: "(
|
|
1264
|
+
tier: "(PU)",
|
|
1261
1265
|
doublesTier: "DUU",
|
|
1262
1266
|
},
|
|
1263
1267
|
shroomish: {
|
|
@@ -1273,11 +1277,12 @@ exports.FormatsData = {
|
|
|
1273
1277
|
},
|
|
1274
1278
|
vigoroth: {
|
|
1275
1279
|
randomBattleMoves: ["bulkup", "earthquake", "return", "slackoff", "taunt", "toxic"],
|
|
1276
|
-
tier: "
|
|
1280
|
+
tier: "PUBL",
|
|
1281
|
+
doublesTier: "NFE",
|
|
1277
1282
|
},
|
|
1278
1283
|
slaking: {
|
|
1279
1284
|
randomBattleMoves: ["earthquake", "nightslash", "pursuit", "retaliate", "return"],
|
|
1280
|
-
tier: "(
|
|
1285
|
+
tier: "(PU)",
|
|
1281
1286
|
doublesTier: "DUU",
|
|
1282
1287
|
},
|
|
1283
1288
|
nincada: {
|
|
@@ -1290,7 +1295,7 @@ exports.FormatsData = {
|
|
|
1290
1295
|
},
|
|
1291
1296
|
shedinja: {
|
|
1292
1297
|
randomBattleMoves: ["shadowclaw", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
|
|
1293
|
-
tier: "(
|
|
1298
|
+
tier: "(PU)",
|
|
1294
1299
|
doublesTier: "DUU",
|
|
1295
1300
|
},
|
|
1296
1301
|
whismur: {
|
|
@@ -1301,7 +1306,7 @@ exports.FormatsData = {
|
|
|
1301
1306
|
},
|
|
1302
1307
|
exploud: {
|
|
1303
1308
|
randomBattleMoves: ["fireblast", "focusblast", "hypervoice", "lowkick", "surf"],
|
|
1304
|
-
tier: "(
|
|
1309
|
+
tier: "(PU)",
|
|
1305
1310
|
doublesTier: "DUU",
|
|
1306
1311
|
},
|
|
1307
1312
|
makuhita: {
|
|
@@ -1325,7 +1330,7 @@ exports.FormatsData = {
|
|
|
1325
1330
|
},
|
|
1326
1331
|
delcatty: {
|
|
1327
1332
|
randomBattleMoves: ["doubleedge", "fakeout", "icebeam", "suckerpunch", "thunderwave"],
|
|
1328
|
-
tier: "(
|
|
1333
|
+
tier: "(PU)",
|
|
1329
1334
|
doublesTier: "DUU",
|
|
1330
1335
|
},
|
|
1331
1336
|
sableye: {
|
|
@@ -1335,7 +1340,7 @@ exports.FormatsData = {
|
|
|
1335
1340
|
},
|
|
1336
1341
|
mawile: {
|
|
1337
1342
|
randomBattleMoves: ["batonpass", "firefang", "ironhead", "substitute", "suckerpunch", "swordsdance"],
|
|
1338
|
-
tier: "
|
|
1343
|
+
tier: "PU",
|
|
1339
1344
|
doublesTier: "DUU",
|
|
1340
1345
|
},
|
|
1341
1346
|
aron: {
|
|
@@ -1367,22 +1372,22 @@ exports.FormatsData = {
|
|
|
1367
1372
|
},
|
|
1368
1373
|
plusle: {
|
|
1369
1374
|
randomBattleMoves: ["batonpass", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
|
|
1370
|
-
tier: "(
|
|
1375
|
+
tier: "(PU)",
|
|
1371
1376
|
doublesTier: "DUU",
|
|
1372
1377
|
},
|
|
1373
1378
|
minun: {
|
|
1374
1379
|
randomBattleMoves: ["batonpass", "encore", "nastyplot", "substitute", "thunderbolt"],
|
|
1375
|
-
tier: "(
|
|
1380
|
+
tier: "(PU)",
|
|
1376
1381
|
doublesTier: "DUU",
|
|
1377
1382
|
},
|
|
1378
1383
|
volbeat: {
|
|
1379
1384
|
randomBattleMoves: ["batonpass", "bugbuzz", "encore", "substitute", "tailglow", "thunderwave"],
|
|
1380
|
-
tier: "
|
|
1385
|
+
tier: "PU",
|
|
1381
1386
|
doublesTier: "DUU",
|
|
1382
1387
|
},
|
|
1383
1388
|
illumise: {
|
|
1384
1389
|
randomBattleMoves: ["batonpass", "bugbuzz", "encore", "substitute", "thunderwave", "wish"],
|
|
1385
|
-
tier: "(
|
|
1390
|
+
tier: "(PU)",
|
|
1386
1391
|
doublesTier: "DUU",
|
|
1387
1392
|
},
|
|
1388
1393
|
budew: {
|
|
@@ -1402,7 +1407,7 @@ exports.FormatsData = {
|
|
|
1402
1407
|
},
|
|
1403
1408
|
swalot: {
|
|
1404
1409
|
randomBattleMoves: ["earthquake", "encore", "painsplit", "protect", "sludgebomb", "toxic"],
|
|
1405
|
-
tier: "(
|
|
1410
|
+
tier: "(PU)",
|
|
1406
1411
|
doublesTier: "DUU",
|
|
1407
1412
|
},
|
|
1408
1413
|
carvanha: {
|
|
@@ -1418,7 +1423,7 @@ exports.FormatsData = {
|
|
|
1418
1423
|
},
|
|
1419
1424
|
wailord: {
|
|
1420
1425
|
randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "surf", "waterspout"],
|
|
1421
|
-
tier: "(
|
|
1426
|
+
tier: "(PU)",
|
|
1422
1427
|
doublesTier: "DUU",
|
|
1423
1428
|
},
|
|
1424
1429
|
numel: {
|
|
@@ -1439,12 +1444,12 @@ exports.FormatsData = {
|
|
|
1439
1444
|
},
|
|
1440
1445
|
grumpig: {
|
|
1441
1446
|
randomBattleMoves: ["focusblast", "healbell", "psychic", "shadowball", "thunderwave", "trick", "whirlwind"],
|
|
1442
|
-
tier: "(
|
|
1447
|
+
tier: "(PU)",
|
|
1443
1448
|
doublesTier: "DUU",
|
|
1444
1449
|
},
|
|
1445
1450
|
spinda: {
|
|
1446
1451
|
randomBattleMoves: ["return", "suckerpunch", "superpower", "trickroom"],
|
|
1447
|
-
tier: "(
|
|
1452
|
+
tier: "(PU)",
|
|
1448
1453
|
doublesTier: "DUU",
|
|
1449
1454
|
},
|
|
1450
1455
|
trapinch: {
|
|
@@ -1481,17 +1486,17 @@ exports.FormatsData = {
|
|
|
1481
1486
|
},
|
|
1482
1487
|
seviper: {
|
|
1483
1488
|
randomBattleMoves: ["earthquake", "flamethrower", "gigadrain", "sludgebomb", "suckerpunch", "switcheroo"],
|
|
1484
|
-
tier: "(
|
|
1489
|
+
tier: "(PU)",
|
|
1485
1490
|
doublesTier: "DUU",
|
|
1486
1491
|
},
|
|
1487
1492
|
lunatone: {
|
|
1488
1493
|
randomBattleMoves: ["batonpass", "earthpower", "hiddenpowerrock", "moonlight", "psychic", "rockpolish", "stealthrock", "toxic"],
|
|
1489
|
-
tier: "(
|
|
1494
|
+
tier: "(PU)",
|
|
1490
1495
|
doublesTier: "DUU",
|
|
1491
1496
|
},
|
|
1492
1497
|
solrock: {
|
|
1493
1498
|
randomBattleMoves: ["explosion", "lightscreen", "morningsun", "reflect", "rockslide", "stealthrock", "willowisp"],
|
|
1494
|
-
tier: "(
|
|
1499
|
+
tier: "(PU)",
|
|
1495
1500
|
doublesTier: "DUU",
|
|
1496
1501
|
},
|
|
1497
1502
|
barboach: {
|
|
@@ -1499,7 +1504,7 @@ exports.FormatsData = {
|
|
|
1499
1504
|
},
|
|
1500
1505
|
whiscash: {
|
|
1501
1506
|
randomBattleMoves: ["dragondance", "earthquake", "icebeam", "waterfall"],
|
|
1502
|
-
tier: "(
|
|
1507
|
+
tier: "(PU)",
|
|
1503
1508
|
doublesTier: "DUU",
|
|
1504
1509
|
},
|
|
1505
1510
|
corphish: {
|
|
@@ -1543,7 +1548,7 @@ exports.FormatsData = {
|
|
|
1543
1548
|
doublesTier: "DUU",
|
|
1544
1549
|
},
|
|
1545
1550
|
castform: {
|
|
1546
|
-
tier: "(
|
|
1551
|
+
tier: "(PU)",
|
|
1547
1552
|
doublesTier: "DUU",
|
|
1548
1553
|
},
|
|
1549
1554
|
castformsunny: {
|
|
@@ -1555,7 +1560,7 @@ exports.FormatsData = {
|
|
|
1555
1560
|
castformsnowy: {},
|
|
1556
1561
|
kecleon: {
|
|
1557
1562
|
randomBattleMoves: ["foulplay", "recover", "stealthrock", "thunderwave", "toxic"],
|
|
1558
|
-
tier: "(
|
|
1563
|
+
tier: "(PU)",
|
|
1559
1564
|
doublesTier: "DUU",
|
|
1560
1565
|
},
|
|
1561
1566
|
shuppet: {
|
|
@@ -1563,7 +1568,7 @@ exports.FormatsData = {
|
|
|
1563
1568
|
},
|
|
1564
1569
|
banette: {
|
|
1565
1570
|
randomBattleMoves: ["pursuit", "shadowclaw", "shadowsneak", "trick", "willowisp"],
|
|
1566
|
-
tier: "
|
|
1571
|
+
tier: "PU",
|
|
1567
1572
|
doublesTier: "DUU",
|
|
1568
1573
|
},
|
|
1569
1574
|
duskull: {
|
|
@@ -1581,7 +1586,7 @@ exports.FormatsData = {
|
|
|
1581
1586
|
},
|
|
1582
1587
|
tropius: {
|
|
1583
1588
|
randomBattleMoves: ["airslash", "leechseed", "protect", "substitute", "toxic"],
|
|
1584
|
-
tier: "(
|
|
1589
|
+
tier: "(PU)",
|
|
1585
1590
|
doublesTier: "DUU",
|
|
1586
1591
|
},
|
|
1587
1592
|
chingling: {
|
|
@@ -1589,7 +1594,7 @@ exports.FormatsData = {
|
|
|
1589
1594
|
},
|
|
1590
1595
|
chimecho: {
|
|
1591
1596
|
randomBattleMoves: ["calmmind", "healingwish", "psychic", "recover", "shadowball", "toxic", "yawn"],
|
|
1592
|
-
tier: "(
|
|
1597
|
+
tier: "(PU)",
|
|
1593
1598
|
doublesTier: "DUU",
|
|
1594
1599
|
},
|
|
1595
1600
|
absol: {
|
|
@@ -1602,7 +1607,7 @@ exports.FormatsData = {
|
|
|
1602
1607
|
},
|
|
1603
1608
|
glalie: {
|
|
1604
1609
|
randomBattleMoves: ["earthquake", "explosion", "icebeam", "spikes", "taunt"],
|
|
1605
|
-
tier: "(
|
|
1610
|
+
tier: "(PU)",
|
|
1606
1611
|
doublesTier: "DUU",
|
|
1607
1612
|
},
|
|
1608
1613
|
froslass: {
|
|
@@ -1618,7 +1623,7 @@ exports.FormatsData = {
|
|
|
1618
1623
|
},
|
|
1619
1624
|
walrein: {
|
|
1620
1625
|
randomBattleMoves: ["encore", "icebeam", "protect", "roar", "surf", "toxic"],
|
|
1621
|
-
tier: "(
|
|
1626
|
+
tier: "(PU)",
|
|
1622
1627
|
doublesTier: "DUU",
|
|
1623
1628
|
},
|
|
1624
1629
|
clamperl: {
|
|
@@ -1626,7 +1631,7 @@ exports.FormatsData = {
|
|
|
1626
1631
|
},
|
|
1627
1632
|
huntail: {
|
|
1628
1633
|
randomBattleMoves: ["icebeam", "return", "shellsmash", "waterfall"],
|
|
1629
|
-
tier: "
|
|
1634
|
+
tier: "PU",
|
|
1630
1635
|
doublesTier: "DUU",
|
|
1631
1636
|
},
|
|
1632
1637
|
gorebyss: {
|
|
@@ -1636,12 +1641,12 @@ exports.FormatsData = {
|
|
|
1636
1641
|
},
|
|
1637
1642
|
relicanth: {
|
|
1638
1643
|
randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "waterfall"],
|
|
1639
|
-
tier: "
|
|
1644
|
+
tier: "PU",
|
|
1640
1645
|
doublesTier: "DUU",
|
|
1641
1646
|
},
|
|
1642
1647
|
luvdisc: {
|
|
1643
1648
|
randomBattleMoves: ["icebeam", "protect", "surf", "sweetkiss", "toxic"],
|
|
1644
|
-
tier: "(
|
|
1649
|
+
tier: "(PU)",
|
|
1645
1650
|
doublesTier: "DUU",
|
|
1646
1651
|
},
|
|
1647
1652
|
bagon: {
|
|
@@ -1740,14 +1745,15 @@ exports.FormatsData = {
|
|
|
1740
1745
|
},
|
|
1741
1746
|
torterra: {
|
|
1742
1747
|
randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "synthesis", "woodhammer"],
|
|
1743
|
-
tier: "
|
|
1748
|
+
tier: "PU",
|
|
1744
1749
|
doublesTier: "DUU",
|
|
1745
1750
|
},
|
|
1746
1751
|
chimchar: {
|
|
1747
1752
|
tier: "LC",
|
|
1748
1753
|
},
|
|
1749
1754
|
monferno: {
|
|
1750
|
-
tier: "
|
|
1755
|
+
tier: "PU",
|
|
1756
|
+
doublesTier: "NFE",
|
|
1751
1757
|
},
|
|
1752
1758
|
infernape: {
|
|
1753
1759
|
randomBattleMoves: ["closecombat", "flareblitz", "hiddenpowerice", "machpunch", "overheat", "swordsdance", "thunderpunch", "uturn"],
|
|
@@ -1781,7 +1787,7 @@ exports.FormatsData = {
|
|
|
1781
1787
|
},
|
|
1782
1788
|
bibarel: {
|
|
1783
1789
|
randomBattleMoves: ["curse", "quickattack", "rest", "waterfall"],
|
|
1784
|
-
tier: "(
|
|
1790
|
+
tier: "(PU)",
|
|
1785
1791
|
doublesTier: "DUU",
|
|
1786
1792
|
},
|
|
1787
1793
|
kricketot: {
|
|
@@ -1789,7 +1795,7 @@ exports.FormatsData = {
|
|
|
1789
1795
|
},
|
|
1790
1796
|
kricketune: {
|
|
1791
1797
|
randomBattleMoves: ["brickbreak", "bugbite", "nightslash", "return", "swordsdance"],
|
|
1792
|
-
tier: "(
|
|
1798
|
+
tier: "(PU)",
|
|
1793
1799
|
doublesTier: "DUU",
|
|
1794
1800
|
},
|
|
1795
1801
|
shinx: {
|
|
@@ -1800,7 +1806,7 @@ exports.FormatsData = {
|
|
|
1800
1806
|
},
|
|
1801
1807
|
luxray: {
|
|
1802
1808
|
randomBattleMoves: ["crunch", "facade", "icefang", "superpower", "voltswitch", "wildcharge"],
|
|
1803
|
-
tier: "(
|
|
1809
|
+
tier: "(PU)",
|
|
1804
1810
|
doublesTier: "DUU",
|
|
1805
1811
|
},
|
|
1806
1812
|
cranidos: {
|
|
@@ -1808,7 +1814,7 @@ exports.FormatsData = {
|
|
|
1808
1814
|
},
|
|
1809
1815
|
rampardos: {
|
|
1810
1816
|
randomBattleMoves: ["crunch", "earthquake", "firepunch", "headsmash", "rockpolish", "superpower"],
|
|
1811
|
-
tier: "
|
|
1817
|
+
tier: "PU",
|
|
1812
1818
|
doublesTier: "DUU",
|
|
1813
1819
|
},
|
|
1814
1820
|
shieldon: {
|
|
@@ -1824,22 +1830,22 @@ exports.FormatsData = {
|
|
|
1824
1830
|
},
|
|
1825
1831
|
wormadam: {
|
|
1826
1832
|
randomBattleMoves: ["gigadrain", "hiddenpowerrock", "leafstorm", "protect", "signalbeam", "toxic"],
|
|
1827
|
-
tier: "(
|
|
1833
|
+
tier: "(PU)",
|
|
1828
1834
|
doublesTier: "DUU",
|
|
1829
1835
|
},
|
|
1830
1836
|
wormadamsandy: {
|
|
1831
1837
|
randomBattleMoves: ["earthquake", "protect", "rockblast", "stealthrock", "toxic"],
|
|
1832
|
-
tier: "(
|
|
1838
|
+
tier: "(PU)",
|
|
1833
1839
|
doublesTier: "DUU",
|
|
1834
1840
|
},
|
|
1835
1841
|
wormadamtrash: {
|
|
1836
1842
|
randomBattleMoves: ["ironhead", "protect", "stealthrock", "toxic"],
|
|
1837
|
-
tier: "(
|
|
1843
|
+
tier: "(PU)",
|
|
1838
1844
|
doublesTier: "DUU",
|
|
1839
1845
|
},
|
|
1840
1846
|
mothim: {
|
|
1841
1847
|
randomBattleMoves: ["airslash", "bugbuzz", "hiddenpowerground", "quiverdance", "substitute"],
|
|
1842
|
-
tier: "(
|
|
1848
|
+
tier: "(PU)",
|
|
1843
1849
|
doublesTier: "DUU",
|
|
1844
1850
|
},
|
|
1845
1851
|
combee: {
|
|
@@ -1847,12 +1853,12 @@ exports.FormatsData = {
|
|
|
1847
1853
|
},
|
|
1848
1854
|
vespiquen: {
|
|
1849
1855
|
randomBattleMoves: ["attackorder", "protect", "roost", "substitute", "toxic"],
|
|
1850
|
-
tier: "(
|
|
1856
|
+
tier: "(PU)",
|
|
1851
1857
|
doublesTier: "DUU",
|
|
1852
1858
|
},
|
|
1853
1859
|
pachirisu: {
|
|
1854
1860
|
randomBattleMoves: ["protect", "superfang", "thunderwave", "toxic", "voltswitch"],
|
|
1855
|
-
tier: "(
|
|
1861
|
+
tier: "(PU)",
|
|
1856
1862
|
doublesTier: "DUU",
|
|
1857
1863
|
},
|
|
1858
1864
|
buizel: {
|
|
@@ -1868,7 +1874,7 @@ exports.FormatsData = {
|
|
|
1868
1874
|
},
|
|
1869
1875
|
cherrim: {
|
|
1870
1876
|
randomBattleMoves: ["energyball", "healingwish", "hiddenpowerrock", "naturepower"],
|
|
1871
|
-
tier: "(
|
|
1877
|
+
tier: "(PU)",
|
|
1872
1878
|
doublesTier: "DUU",
|
|
1873
1879
|
},
|
|
1874
1880
|
cherrimsunshine: {
|
|
@@ -1895,7 +1901,7 @@ exports.FormatsData = {
|
|
|
1895
1901
|
},
|
|
1896
1902
|
lopunny: {
|
|
1897
1903
|
randomBattleMoves: ["firepunch", "healingwish", "icepunch", "jumpkick", "return", "switcheroo", "thunderpunch"],
|
|
1898
|
-
tier: "(
|
|
1904
|
+
tier: "(PU)",
|
|
1899
1905
|
doublesTier: "DUU",
|
|
1900
1906
|
},
|
|
1901
1907
|
glameow: {
|
|
@@ -1903,7 +1909,7 @@ exports.FormatsData = {
|
|
|
1903
1909
|
},
|
|
1904
1910
|
purugly: {
|
|
1905
1911
|
randomBattleMoves: ["fakeout", "hypnosis", "return", "suckerpunch", "uturn"],
|
|
1906
|
-
tier: "
|
|
1912
|
+
tier: "PU",
|
|
1907
1913
|
doublesTier: "DUU",
|
|
1908
1914
|
},
|
|
1909
1915
|
stunky: {
|
|
@@ -1915,7 +1921,8 @@ exports.FormatsData = {
|
|
|
1915
1921
|
doublesTier: "DUU",
|
|
1916
1922
|
},
|
|
1917
1923
|
bronzor: {
|
|
1918
|
-
tier: "
|
|
1924
|
+
tier: "PU",
|
|
1925
|
+
doublesTier: "LC",
|
|
1919
1926
|
},
|
|
1920
1927
|
bronzong: {
|
|
1921
1928
|
randomBattleMoves: ["earthquake", "hypnosis", "lightscreen", "psychic", "reflect", "stealthrock", "toxic"],
|
|
@@ -1924,7 +1931,7 @@ exports.FormatsData = {
|
|
|
1924
1931
|
},
|
|
1925
1932
|
chatot: {
|
|
1926
1933
|
randomBattleMoves: ["chatter", "heatwave", "hiddenpowerground", "hypervoice", "nastyplot", "substitute", "uturn"],
|
|
1927
|
-
tier: "(
|
|
1934
|
+
tier: "(PU)",
|
|
1928
1935
|
doublesTier: "DUU",
|
|
1929
1936
|
},
|
|
1930
1937
|
spiritomb: {
|
|
@@ -1936,7 +1943,8 @@ exports.FormatsData = {
|
|
|
1936
1943
|
tier: "LC",
|
|
1937
1944
|
},
|
|
1938
1945
|
gabite: {
|
|
1939
|
-
tier: "
|
|
1946
|
+
tier: "PU",
|
|
1947
|
+
doublesTier: "NFE",
|
|
1940
1948
|
},
|
|
1941
1949
|
garchomp: {
|
|
1942
1950
|
randomBattleMoves: ["aquatail", "earthquake", "fireblast", "outrage", "stealthrock", "stoneedge", "swordsdance"],
|
|
@@ -1944,7 +1952,8 @@ exports.FormatsData = {
|
|
|
1944
1952
|
doublesTier: "DOU",
|
|
1945
1953
|
},
|
|
1946
1954
|
riolu: {
|
|
1947
|
-
tier: "
|
|
1955
|
+
tier: "PUBL",
|
|
1956
|
+
doublesTier: "LC",
|
|
1948
1957
|
},
|
|
1949
1958
|
lucario: {
|
|
1950
1959
|
randomBattleMoves: ["closecombat", "crunch", "extremespeed", "icepunch", "swordsdance"],
|
|
@@ -1956,7 +1965,7 @@ exports.FormatsData = {
|
|
|
1956
1965
|
},
|
|
1957
1966
|
hippowdon: {
|
|
1958
1967
|
randomBattleMoves: ["earthquake", "icefang", "slackoff", "stealthrock", "toxic", "whirlwind"],
|
|
1959
|
-
tier: "OU",
|
|
1968
|
+
tier: "(OU)",
|
|
1960
1969
|
doublesTier: "DUU",
|
|
1961
1970
|
},
|
|
1962
1971
|
skorupi: {
|
|
@@ -1977,7 +1986,7 @@ exports.FormatsData = {
|
|
|
1977
1986
|
},
|
|
1978
1987
|
carnivine: {
|
|
1979
1988
|
randomBattleMoves: ["leechseed", "powerwhip", "return", "sleeppowder", "substitute", "swordsdance"],
|
|
1980
|
-
tier: "(
|
|
1989
|
+
tier: "(PU)",
|
|
1981
1990
|
doublesTier: "DUU",
|
|
1982
1991
|
},
|
|
1983
1992
|
finneon: {
|
|
@@ -1985,7 +1994,7 @@ exports.FormatsData = {
|
|
|
1985
1994
|
},
|
|
1986
1995
|
lumineon: {
|
|
1987
1996
|
randomBattleMoves: ["icebeam", "protect", "scald", "toxic", "uturn"],
|
|
1988
|
-
tier: "(
|
|
1997
|
+
tier: "(PU)",
|
|
1989
1998
|
doublesTier: "DUU",
|
|
1990
1999
|
},
|
|
1991
2000
|
snover: {
|
|
@@ -2013,7 +2022,7 @@ exports.FormatsData = {
|
|
|
2013
2022
|
},
|
|
2014
2023
|
rotomfrost: {
|
|
2015
2024
|
randomBattleMoves: ["blizzard", "hiddenpowerfire", "painsplit", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2016
|
-
tier: "
|
|
2025
|
+
tier: "PUBL",
|
|
2017
2026
|
doublesTier: "DUU",
|
|
2018
2027
|
},
|
|
2019
2028
|
rotomfan: {
|
|
@@ -2058,7 +2067,7 @@ exports.FormatsData = {
|
|
|
2058
2067
|
},
|
|
2059
2068
|
regigigas: {
|
|
2060
2069
|
randomBattleMoves: ["confuseray", "return", "rockslide", "substitute", "thunderwave"],
|
|
2061
|
-
tier: "(
|
|
2070
|
+
tier: "(PU)",
|
|
2062
2071
|
doublesTier: "DUU",
|
|
2063
2072
|
},
|
|
2064
2073
|
giratina: {
|
|
@@ -2078,7 +2087,7 @@ exports.FormatsData = {
|
|
|
2078
2087
|
},
|
|
2079
2088
|
phione: {
|
|
2080
2089
|
randomBattleMoves: ["healbell", "icebeam", "scald", "toxic", "uturn"],
|
|
2081
|
-
tier: "(
|
|
2090
|
+
tier: "(PU)",
|
|
2082
2091
|
doublesTier: "DUU",
|
|
2083
2092
|
},
|
|
2084
2093
|
manaphy: {
|
|
@@ -2197,7 +2206,7 @@ exports.FormatsData = {
|
|
|
2197
2206
|
},
|
|
2198
2207
|
watchog: {
|
|
2199
2208
|
randomBattleMoves: ["batonpass", "hypnosis", "return", "substitute", "superfang", "swordsdance"],
|
|
2200
|
-
tier: "(
|
|
2209
|
+
tier: "(PU)",
|
|
2201
2210
|
doublesTier: "DUU",
|
|
2202
2211
|
},
|
|
2203
2212
|
lillipup: {
|
|
@@ -2208,7 +2217,7 @@ exports.FormatsData = {
|
|
|
2208
2217
|
},
|
|
2209
2218
|
stoutland: {
|
|
2210
2219
|
randomBattleMoves: ["crunch", "return", "superpower", "thunderwave", "wildcharge"],
|
|
2211
|
-
tier: "
|
|
2220
|
+
tier: "PU",
|
|
2212
2221
|
doublesTier: "DUU",
|
|
2213
2222
|
},
|
|
2214
2223
|
purrloin: {
|
|
@@ -2224,7 +2233,7 @@ exports.FormatsData = {
|
|
|
2224
2233
|
},
|
|
2225
2234
|
simisage: {
|
|
2226
2235
|
randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerrock", "leechseed", "nastyplot", "substitute"],
|
|
2227
|
-
tier: "
|
|
2236
|
+
tier: "PU",
|
|
2228
2237
|
doublesTier: "DUU",
|
|
2229
2238
|
},
|
|
2230
2239
|
pansear: {
|
|
@@ -2232,7 +2241,7 @@ exports.FormatsData = {
|
|
|
2232
2241
|
},
|
|
2233
2242
|
simisear: {
|
|
2234
2243
|
randomBattleMoves: ["fireblast", "focusblast", "grassknot", "hiddenpowerrock", "nastyplot", "substitute"],
|
|
2235
|
-
tier: "(
|
|
2244
|
+
tier: "(PU)",
|
|
2236
2245
|
doublesTier: "DUU",
|
|
2237
2246
|
},
|
|
2238
2247
|
panpour: {
|
|
@@ -2240,7 +2249,7 @@ exports.FormatsData = {
|
|
|
2240
2249
|
},
|
|
2241
2250
|
simipour: {
|
|
2242
2251
|
randomBattleMoves: ["focusblast", "hiddenpowergrass", "hydropump", "icebeam", "nastyplot", "substitute"],
|
|
2243
|
-
tier: "
|
|
2252
|
+
tier: "PUBL",
|
|
2244
2253
|
doublesTier: "DUU",
|
|
2245
2254
|
},
|
|
2246
2255
|
munna: {
|
|
@@ -2259,7 +2268,7 @@ exports.FormatsData = {
|
|
|
2259
2268
|
},
|
|
2260
2269
|
unfezant: {
|
|
2261
2270
|
randomBattleMoves: ["hypnosis", "pluck", "return", "roost", "tailwind", "uturn"],
|
|
2262
|
-
tier: "(
|
|
2271
|
+
tier: "(PU)",
|
|
2263
2272
|
doublesTier: "DUU",
|
|
2264
2273
|
},
|
|
2265
2274
|
blitzle: {
|
|
@@ -2267,7 +2276,7 @@ exports.FormatsData = {
|
|
|
2267
2276
|
},
|
|
2268
2277
|
zebstrika: {
|
|
2269
2278
|
randomBattleMoves: ["hiddenpowergrass", "overheat", "thunderbolt", "voltswitch", "wildcharge"],
|
|
2270
|
-
tier: "
|
|
2279
|
+
tier: "PU",
|
|
2271
2280
|
doublesTier: "DUU",
|
|
2272
2281
|
},
|
|
2273
2282
|
roggenrola: {
|
|
@@ -2286,7 +2295,7 @@ exports.FormatsData = {
|
|
|
2286
2295
|
},
|
|
2287
2296
|
swoobat: {
|
|
2288
2297
|
randomBattleMoves: ["airslash", "calmmind", "heatwave", "roost", "storedpower"],
|
|
2289
|
-
tier: "
|
|
2298
|
+
tier: "PU",
|
|
2290
2299
|
doublesTier: "DUU",
|
|
2291
2300
|
},
|
|
2292
2301
|
drilbur: {
|
|
@@ -2299,7 +2308,7 @@ exports.FormatsData = {
|
|
|
2299
2308
|
},
|
|
2300
2309
|
audino: {
|
|
2301
2310
|
randomBattleMoves: ["doubleedge", "healbell", "magiccoat", "protect", "toxic", "wish"],
|
|
2302
|
-
tier: "
|
|
2311
|
+
tier: "PU",
|
|
2303
2312
|
doublesTier: "DUU",
|
|
2304
2313
|
},
|
|
2305
2314
|
timburr: {
|
|
@@ -2327,7 +2336,7 @@ exports.FormatsData = {
|
|
|
2327
2336
|
},
|
|
2328
2337
|
throh: {
|
|
2329
2338
|
randomBattleMoves: ["bulkup", "icepunch", "payback", "rest", "sleeptalk", "stormthrow", "substitute"],
|
|
2330
|
-
tier: "
|
|
2339
|
+
tier: "PUBL",
|
|
2331
2340
|
doublesTier: "DUU",
|
|
2332
2341
|
},
|
|
2333
2342
|
sawk: {
|
|
@@ -2343,7 +2352,7 @@ exports.FormatsData = {
|
|
|
2343
2352
|
},
|
|
2344
2353
|
leavanny: {
|
|
2345
2354
|
randomBattleMoves: ["batonpass", "leafblade", "swordsdance", "xscissor"],
|
|
2346
|
-
tier: "(
|
|
2355
|
+
tier: "(PU)",
|
|
2347
2356
|
doublesTier: "DUU",
|
|
2348
2357
|
},
|
|
2349
2358
|
venipede: {
|
|
@@ -2387,7 +2396,8 @@ exports.FormatsData = {
|
|
|
2387
2396
|
tier: "LC",
|
|
2388
2397
|
},
|
|
2389
2398
|
krokorok: {
|
|
2390
|
-
tier: "
|
|
2399
|
+
tier: "PU",
|
|
2400
|
+
doublesTier: "NFE",
|
|
2391
2401
|
},
|
|
2392
2402
|
krookodile: {
|
|
2393
2403
|
randomBattleMoves: ["crunch", "earthquake", "pursuit", "stealthrock", "stoneedge", "superpower"],
|
|
@@ -2404,11 +2414,12 @@ exports.FormatsData = {
|
|
|
2404
2414
|
},
|
|
2405
2415
|
maractus: {
|
|
2406
2416
|
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "spikes", "toxic"],
|
|
2407
|
-
tier: "
|
|
2417
|
+
tier: "PU",
|
|
2408
2418
|
doublesTier: "DUU",
|
|
2409
2419
|
},
|
|
2410
2420
|
dwebble: {
|
|
2411
|
-
tier: "
|
|
2421
|
+
tier: "PU",
|
|
2422
|
+
doublesTier: "LC",
|
|
2412
2423
|
},
|
|
2413
2424
|
crustle: {
|
|
2414
2425
|
randomBattleMoves: ["earthquake", "rockblast", "shellsmash", "spikes", "stealthrock", "stoneedge", "xscissor"],
|
|
@@ -2416,7 +2427,8 @@ exports.FormatsData = {
|
|
|
2416
2427
|
doublesTier: "DUU",
|
|
2417
2428
|
},
|
|
2418
2429
|
scraggy: {
|
|
2419
|
-
tier: "
|
|
2430
|
+
tier: "PU",
|
|
2431
|
+
doublesTier: "NFE",
|
|
2420
2432
|
},
|
|
2421
2433
|
scrafty: {
|
|
2422
2434
|
randomBattleMoves: ["crunch", "dragondance", "highjumpkick", "icepunch", "zenheadbutt"],
|
|
@@ -2480,7 +2492,8 @@ exports.FormatsData = {
|
|
|
2480
2492
|
tier: "LC",
|
|
2481
2493
|
},
|
|
2482
2494
|
gothorita: {
|
|
2483
|
-
tier: "
|
|
2495
|
+
tier: "PUBL",
|
|
2496
|
+
doublesTier: "NFE",
|
|
2484
2497
|
},
|
|
2485
2498
|
gothitelle: {
|
|
2486
2499
|
randomBattleMoves: ["calmmind", "hiddenpowerfighting", "psychic", "rest", "thunderbolt", "trick"],
|
|
@@ -2491,7 +2504,8 @@ exports.FormatsData = {
|
|
|
2491
2504
|
tier: "LC",
|
|
2492
2505
|
},
|
|
2493
2506
|
duosion: {
|
|
2494
|
-
tier: "
|
|
2507
|
+
tier: "PU",
|
|
2508
|
+
doublesTier: "NFE",
|
|
2495
2509
|
},
|
|
2496
2510
|
reuniclus: {
|
|
2497
2511
|
randomBattleMoves: ["calmmind", "focusblast", "psychic", "recover", "shadowball", "trickroom"],
|
|
@@ -2503,7 +2517,7 @@ exports.FormatsData = {
|
|
|
2503
2517
|
},
|
|
2504
2518
|
swanna: {
|
|
2505
2519
|
randomBattleMoves: ["hurricane", "icebeam", "raindance", "roost", "surf"],
|
|
2506
|
-
tier: "
|
|
2520
|
+
tier: "PU",
|
|
2507
2521
|
doublesTier: "DUU",
|
|
2508
2522
|
},
|
|
2509
2523
|
vanillite: {
|
|
@@ -2514,7 +2528,7 @@ exports.FormatsData = {
|
|
|
2514
2528
|
},
|
|
2515
2529
|
vanilluxe: {
|
|
2516
2530
|
randomBattleMoves: ["autotomize", "explosion", "flashcannon", "hiddenpowerground", "icebeam"],
|
|
2517
|
-
tier: "(
|
|
2531
|
+
tier: "(PU)",
|
|
2518
2532
|
doublesTier: "DUU",
|
|
2519
2533
|
},
|
|
2520
2534
|
deerling: {
|
|
@@ -2527,7 +2541,7 @@ exports.FormatsData = {
|
|
|
2527
2541
|
},
|
|
2528
2542
|
emolga: {
|
|
2529
2543
|
randomBattleMoves: ["acrobatics", "encore", "roost", "thunderbolt", "toxic", "uturn"],
|
|
2530
|
-
tier: "(
|
|
2544
|
+
tier: "(PU)",
|
|
2531
2545
|
doublesTier: "DUU",
|
|
2532
2546
|
},
|
|
2533
2547
|
karrablast: {
|
|
@@ -2580,7 +2594,8 @@ exports.FormatsData = {
|
|
|
2580
2594
|
tier: "LC",
|
|
2581
2595
|
},
|
|
2582
2596
|
klang: {
|
|
2583
|
-
tier: "
|
|
2597
|
+
tier: "PU",
|
|
2598
|
+
doublesTier: "NFE",
|
|
2584
2599
|
},
|
|
2585
2600
|
klinklang: {
|
|
2586
2601
|
randomBattleMoves: ["geargrind", "return", "shiftgear", "wildcharge"],
|
|
@@ -2603,7 +2618,7 @@ exports.FormatsData = {
|
|
|
2603
2618
|
},
|
|
2604
2619
|
beheeyem: {
|
|
2605
2620
|
randomBattleMoves: ["hiddenpowerfighting", "psychic", "thunderbolt", "trick", "trickroom"],
|
|
2606
|
-
tier: "
|
|
2621
|
+
tier: "PU",
|
|
2607
2622
|
doublesTier: "DUU",
|
|
2608
2623
|
},
|
|
2609
2624
|
litwick: {
|
|
@@ -2621,7 +2636,8 @@ exports.FormatsData = {
|
|
|
2621
2636
|
tier: "LC",
|
|
2622
2637
|
},
|
|
2623
2638
|
fraxure: {
|
|
2624
|
-
tier: "
|
|
2639
|
+
tier: "PU",
|
|
2640
|
+
doublesTier: "NFE",
|
|
2625
2641
|
},
|
|
2626
2642
|
haxorus: {
|
|
2627
2643
|
randomBattleMoves: ["aquatail", "dragondance", "earthquake", "outrage", "superpower", "swordsdance"],
|
|
@@ -2633,7 +2649,7 @@ exports.FormatsData = {
|
|
|
2633
2649
|
},
|
|
2634
2650
|
beartic: {
|
|
2635
2651
|
randomBattleMoves: ["aquajet", "iciclecrash", "stoneedge", "superpower", "swordsdance"],
|
|
2636
|
-
tier: "(
|
|
2652
|
+
tier: "(PU)",
|
|
2637
2653
|
doublesTier: "DUU",
|
|
2638
2654
|
},
|
|
2639
2655
|
cryogonal: {
|
|
@@ -2651,7 +2667,7 @@ exports.FormatsData = {
|
|
|
2651
2667
|
},
|
|
2652
2668
|
stunfisk: {
|
|
2653
2669
|
randomBattleMoves: ["discharge", "earthpower", "rest", "scald", "sleeptalk", "stealthrock", "toxic"],
|
|
2654
|
-
tier: "
|
|
2670
|
+
tier: "PU",
|
|
2655
2671
|
doublesTier: "DUU",
|
|
2656
2672
|
},
|
|
2657
2673
|
mienfoo: {
|
|
@@ -2706,7 +2722,7 @@ exports.FormatsData = {
|
|
|
2706
2722
|
},
|
|
2707
2723
|
heatmor: {
|
|
2708
2724
|
randomBattleMoves: ["fireblast", "gigadrain", "suckerpunch", "superpower"],
|
|
2709
|
-
tier: "(
|
|
2725
|
+
tier: "(PU)",
|
|
2710
2726
|
doublesTier: "DUU",
|
|
2711
2727
|
},
|
|
2712
2728
|
durant: {
|
|
@@ -2718,7 +2734,8 @@ exports.FormatsData = {
|
|
|
2718
2734
|
tier: "LC",
|
|
2719
2735
|
},
|
|
2720
2736
|
zweilous: {
|
|
2721
|
-
tier: "
|
|
2737
|
+
tier: "PU",
|
|
2738
|
+
doublesTier: "NFE",
|
|
2722
2739
|
},
|
|
2723
2740
|
hydreigon: {
|
|
2724
2741
|
randomBattleMoves: ["darkpulse", "dracometeor", "flamethrower", "focusblast", "roost", "uturn"],
|