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