@pkmn/sim 0.7.26 → 0.7.27
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/cjs/config/formats.js +27 -9
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/conditions.js +5 -1
- package/build/cjs/data/conditions.js.map +1 -1
- package/build/cjs/data/formats-data.js +3 -3
- package/build/cjs/data/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen1/formats-data.js +0 -317
- package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen1/moves.js +2 -2
- package/build/cjs/data/mods/gen2/formats-data.js +0 -140
- package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen3/formats-data.js +0 -220
- package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen4/formats-data.js +18 -333
- package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen5/formats-data.js +19 -430
- package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen6/formats-data.js +26 -1008
- package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen7/formats-data.js +25 -1193
- package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen8/formats-data.js +5 -1861
- package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
- package/build/cjs/data/moves.js +1 -6
- package/build/cjs/data/moves.js.map +1 -1
- package/build/cjs/data/rulesets.js +1 -1
- package/build/cjs/data/rulesets.js.map +1 -1
- package/build/cjs/data/text/moves.js +3 -3
- package/build/cjs/data/text/moves.js.map +1 -1
- package/build/cjs/sim/tools/exhaustive-runner.js +39 -26
- package/build/cjs/sim/tools/exhaustive-runner.js.map +1 -1
- package/build/esm/config/formats.mjs +27 -9
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/conditions.mjs +5 -1
- package/build/esm/data/conditions.mjs.map +1 -1
- package/build/esm/data/formats-data.mjs +3 -3
- package/build/esm/data/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen1/formats-data.mjs +0 -317
- package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen1/moves.mjs +2 -2
- package/build/esm/data/mods/gen2/formats-data.mjs +0 -140
- package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen3/formats-data.mjs +0 -220
- package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen4/formats-data.mjs +18 -333
- package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen5/formats-data.mjs +19 -430
- package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen6/formats-data.mjs +26 -1008
- package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen7/formats-data.mjs +25 -1193
- package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen8/formats-data.mjs +5 -1861
- package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
- package/build/esm/data/moves.mjs +1 -6
- package/build/esm/data/moves.mjs.map +1 -1
- package/build/esm/data/rulesets.mjs +1 -1
- package/build/esm/data/rulesets.mjs.map +1 -1
- package/build/esm/data/text/moves.mjs +3 -3
- package/build/esm/data/text/moves.mjs.map +1 -1
- package/build/esm/sim/tools/exhaustive-runner.mjs +39 -26
- package/build/esm/sim/tools/exhaustive-runner.mjs.map +1 -1
- package/build/types/sim/exported-global-types.d.ts +4 -3
- package/build/types/sim/global-types.d.ts +4 -3
- package/build/types/sim/tools/exhaustive-runner.d.ts +3 -2
- package/package.json +1 -1
|
@@ -9,14 +9,10 @@ exports.FormatsData = {
|
|
|
9
9
|
tier: "NFE",
|
|
10
10
|
},
|
|
11
11
|
venusaur: {
|
|
12
|
-
randomBattleMoves: ["gigadrain", "leechseed", "sleeppowder", "sludgebomb", "substitute"],
|
|
13
|
-
randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerice", "powerwhip", "protect", "sleeppowder", "sludgebomb"],
|
|
14
12
|
tier: "RU",
|
|
15
13
|
doublesTier: "(DUU)",
|
|
16
14
|
},
|
|
17
15
|
venusaurmega: {
|
|
18
|
-
randomBattleMoves: ["earthquake", "gigadrain", "hiddenpowerfire", "leechseed", "sludgebomb", "synthesis"],
|
|
19
|
-
randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerice", "powerwhip", "protect", "sleeppowder", "sludgebomb"],
|
|
20
16
|
tier: "UUBL",
|
|
21
17
|
doublesTier: "DUU",
|
|
22
18
|
},
|
|
@@ -27,20 +23,14 @@ exports.FormatsData = {
|
|
|
27
23
|
tier: "NFE",
|
|
28
24
|
},
|
|
29
25
|
charizard: {
|
|
30
|
-
randomBattleMoves: ["airslash", "earthquake", "fireblast", "holdhands", "roost"],
|
|
31
|
-
randomDoubleBattleMoves: ["airslash", "fireblast", "focusblast", "heatwave", "holdhands", "protect", "roost"],
|
|
32
26
|
tier: "PUBL",
|
|
33
27
|
doublesTier: "(DUU)",
|
|
34
28
|
},
|
|
35
29
|
charizardmegax: {
|
|
36
|
-
randomBattleMoves: ["dragonclaw", "dragondance", "earthquake", "flareblitz", "roost", "willowisp"],
|
|
37
|
-
randomDoubleBattleMoves: ["dragonclaw", "dragondance", "flareblitz", "rockslide", "roost", "thunderpunch"],
|
|
38
30
|
tier: "OU",
|
|
39
31
|
doublesTier: "(DUU)",
|
|
40
32
|
},
|
|
41
33
|
charizardmegay: {
|
|
42
|
-
randomBattleMoves: ["airslash", "dragonpulse", "fireblast", "focusblast", "roost", "solarbeam"],
|
|
43
|
-
randomDoubleBattleMoves: ["airslash", "fireblast", "focusblast", "heatwave", "protect", "solarbeam"],
|
|
44
34
|
tier: "OU",
|
|
45
35
|
doublesTier: "DOU",
|
|
46
36
|
},
|
|
@@ -51,14 +41,10 @@ exports.FormatsData = {
|
|
|
51
41
|
tier: "NFE",
|
|
52
42
|
},
|
|
53
43
|
blastoise: {
|
|
54
|
-
randomBattleMoves: ["dragontail", "icebeam", "rapidspin", "roar", "scald", "toxic"],
|
|
55
|
-
randomDoubleBattleMoves: ["fakeout", "followme", "icywind", "muddywater", "protect", "rapidspin", "scald"],
|
|
56
44
|
tier: "NU",
|
|
57
45
|
doublesTier: "(DUU)",
|
|
58
46
|
},
|
|
59
47
|
blastoisemega: {
|
|
60
|
-
randomBattleMoves: ["aurasphere", "darkpulse", "icebeam", "rapidspin", "waterpulse"],
|
|
61
|
-
randomDoubleBattleMoves: ["aurasphere", "darkpulse", "fakeout", "icebeam", "muddywater", "protect", "waterpulse"],
|
|
62
48
|
tier: "RU",
|
|
63
49
|
doublesTier: "(DUU)",
|
|
64
50
|
},
|
|
@@ -69,8 +55,6 @@ exports.FormatsData = {
|
|
|
69
55
|
tier: "NFE",
|
|
70
56
|
},
|
|
71
57
|
butterfree: {
|
|
72
|
-
randomBattleMoves: ["airslash", "bugbuzz", "energyball", "quiverdance", "sleeppowder"],
|
|
73
|
-
randomDoubleBattleMoves: ["airslash", "bugbuzz", "protect", "quiverdance", "sleeppowder"],
|
|
74
58
|
tier: "(PU)",
|
|
75
59
|
doublesTier: "(DUU)",
|
|
76
60
|
},
|
|
@@ -81,14 +65,10 @@ exports.FormatsData = {
|
|
|
81
65
|
tier: "NFE",
|
|
82
66
|
},
|
|
83
67
|
beedrill: {
|
|
84
|
-
randomBattleMoves: ["endeavor", "knockoff", "poisonjab", "tailwind", "toxicspikes", "uturn"],
|
|
85
|
-
randomDoubleBattleMoves: ["knockoff", "poisonjab", "protect", "tailwind", "toxicspikes", "uturn"],
|
|
86
68
|
tier: "(PU)",
|
|
87
69
|
doublesTier: "(DUU)",
|
|
88
70
|
},
|
|
89
71
|
beedrillmega: {
|
|
90
|
-
randomBattleMoves: ["drillrun", "knockoff", "poisonjab", "swordsdance", "uturn", "xscissor"],
|
|
91
|
-
randomDoubleBattleMoves: ["drillrun", "knockoff", "poisonjab", "protect", "uturn", "xscissor"],
|
|
92
72
|
tier: "UU",
|
|
93
73
|
doublesTier: "DUU",
|
|
94
74
|
},
|
|
@@ -99,14 +79,10 @@ exports.FormatsData = {
|
|
|
99
79
|
tier: "NFE",
|
|
100
80
|
},
|
|
101
81
|
pidgeot: {
|
|
102
|
-
randomBattleMoves: ["bravebird", "defog", "heatwave", "return", "roost", "uturn"],
|
|
103
|
-
randomDoubleBattleMoves: ["bravebird", "doubleedge", "heatwave", "protect", "return", "tailwind", "uturn"],
|
|
104
82
|
tier: "(PU)",
|
|
105
83
|
doublesTier: "(DUU)",
|
|
106
84
|
},
|
|
107
85
|
pidgeotmega: {
|
|
108
|
-
randomBattleMoves: ["defog", "heatwave", "hurricane", "roost", "uturn"],
|
|
109
|
-
randomDoubleBattleMoves: ["heatwave", "hurricane", "protect", "tailwind", "uturn"],
|
|
110
86
|
tier: "UU",
|
|
111
87
|
doublesTier: "(DUU)",
|
|
112
88
|
},
|
|
@@ -117,14 +93,10 @@ exports.FormatsData = {
|
|
|
117
93
|
tier: "LC",
|
|
118
94
|
},
|
|
119
95
|
raticate: {
|
|
120
|
-
randomBattleMoves: ["facade", "protect", "stompingtantrum", "suckerpunch", "swordsdance", "uturn"],
|
|
121
|
-
randomDoubleBattleMoves: ["crunch", "facade", "protect", "stompingtantrum", "suckerpunch", "uturn"],
|
|
122
96
|
tier: "(PU)",
|
|
123
97
|
doublesTier: "(DUU)",
|
|
124
98
|
},
|
|
125
99
|
raticatealola: {
|
|
126
|
-
randomBattleMoves: ["doubleedge", "knockoff", "return", "suckerpunch", "swordsdance"],
|
|
127
|
-
randomDoubleBattleMoves: ["doubleedge", "knockoff", "protect", "suckerpunch", "uturn"],
|
|
128
100
|
tier: "(PU)",
|
|
129
101
|
doublesTier: "(DUU)",
|
|
130
102
|
},
|
|
@@ -136,8 +108,6 @@ exports.FormatsData = {
|
|
|
136
108
|
tier: "LC",
|
|
137
109
|
},
|
|
138
110
|
fearow: {
|
|
139
|
-
randomBattleMoves: ["doubleedge", "drillpeck", "drillrun", "pursuit", "return", "uturn"],
|
|
140
|
-
randomDoubleBattleMoves: ["doubleedge", "drillpeck", "drillrun", "protect", "quickattack", "return", "uturn"],
|
|
141
111
|
tier: "(PU)",
|
|
142
112
|
doublesTier: "(DUU)",
|
|
143
113
|
},
|
|
@@ -145,8 +115,6 @@ exports.FormatsData = {
|
|
|
145
115
|
tier: "LC",
|
|
146
116
|
},
|
|
147
117
|
arbok: {
|
|
148
|
-
randomBattleMoves: ["aquatail", "coil", "earthquake", "gunkshot", "rest", "suckerpunch"],
|
|
149
|
-
randomDoubleBattleMoves: ["aquatail", "coil", "gunkshot", "protect", "stompingtantrum", "suckerpunch"],
|
|
150
118
|
tier: "(PU)",
|
|
151
119
|
doublesTier: "(DUU)",
|
|
152
120
|
},
|
|
@@ -154,8 +122,6 @@ exports.FormatsData = {
|
|
|
154
122
|
tier: "LC",
|
|
155
123
|
},
|
|
156
124
|
pikachu: {
|
|
157
|
-
randomBattleMoves: ["extremespeed", "grassknot", "hiddenpowerice", "irontail", "knockoff", "voltswitch", "volttackle"],
|
|
158
|
-
randomDoubleBattleMoves: ["encore", "fakeout", "grassknot", "hiddenpowerice", "knockoff", "protect", "voltswitch", "volttackle"],
|
|
159
125
|
tier: "NFE",
|
|
160
126
|
},
|
|
161
127
|
pikachuoriginal: {
|
|
@@ -187,14 +153,10 @@ exports.FormatsData = {
|
|
|
187
153
|
doublesTier: "(DUU)",
|
|
188
154
|
},
|
|
189
155
|
raichu: {
|
|
190
|
-
randomBattleMoves: ["encore", "focusblast", "grassknot", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
|
|
191
|
-
randomDoubleBattleMoves: ["encore", "fakeout", "focusblast", "grassknot", "hiddenpowerice", "protect", "thunderbolt", "voltswitch"],
|
|
192
156
|
tier: "(PU)",
|
|
193
157
|
doublesTier: "DUU",
|
|
194
158
|
},
|
|
195
159
|
raichualola: {
|
|
196
|
-
randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "surf", "thunderbolt", "voltswitch"],
|
|
197
|
-
randomDoubleBattleMoves: ["fakeout", "grassknot", "nastyplot", "protect", "psyshock", "thunderbolt", "voltswitch"],
|
|
198
160
|
tier: "PU",
|
|
199
161
|
doublesTier: "(DUU)",
|
|
200
162
|
},
|
|
@@ -205,14 +167,10 @@ exports.FormatsData = {
|
|
|
205
167
|
tier: "LC",
|
|
206
168
|
},
|
|
207
169
|
sandslash: {
|
|
208
|
-
randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "toxic"],
|
|
209
|
-
randomDoubleBattleMoves: ["earthquake", "knockoff", "protect", "stealthrock", "stoneedge", "swordsdance"],
|
|
210
170
|
tier: "(PU)",
|
|
211
171
|
doublesTier: "(DUU)",
|
|
212
172
|
},
|
|
213
173
|
sandslashalola: {
|
|
214
|
-
randomBattleMoves: ["earthquake", "iciclecrash", "ironhead", "knockoff", "rapidspin", "stealthrock", "swordsdance"],
|
|
215
|
-
randomDoubleBattleMoves: ["drillrun", "iciclecrash", "ironhead", "protect", "swordsdance"],
|
|
216
174
|
tier: "PU",
|
|
217
175
|
doublesTier: "(DUU)",
|
|
218
176
|
},
|
|
@@ -223,8 +181,6 @@ exports.FormatsData = {
|
|
|
223
181
|
tier: "NFE",
|
|
224
182
|
},
|
|
225
183
|
nidoqueen: {
|
|
226
|
-
randomBattleMoves: ["earthpower", "fireblast", "icebeam", "sludgewave", "stealthrock", "toxicspikes"],
|
|
227
|
-
randomDoubleBattleMoves: ["earthpower", "icebeam", "protect", "sludgebomb", "stealthrock"],
|
|
228
184
|
tier: "RU",
|
|
229
185
|
doublesTier: "(DUU)",
|
|
230
186
|
},
|
|
@@ -235,8 +191,6 @@ exports.FormatsData = {
|
|
|
235
191
|
tier: "NFE",
|
|
236
192
|
},
|
|
237
193
|
nidoking: {
|
|
238
|
-
randomBattleMoves: ["earthpower", "fireblast", "icebeam", "sludgewave", "substitute", "superpower"],
|
|
239
|
-
randomDoubleBattleMoves: ["earthpower", "fireblast", "icebeam", "protect", "sludgebomb"],
|
|
240
194
|
tier: "UU",
|
|
241
195
|
doublesTier: "(DUU)",
|
|
242
196
|
},
|
|
@@ -248,8 +202,6 @@ exports.FormatsData = {
|
|
|
248
202
|
doublesTier: "NFE",
|
|
249
203
|
},
|
|
250
204
|
clefable: {
|
|
251
|
-
randomBattleMoves: ["calmmind", "fireblast", "moonblast", "softboiled", "stealthrock", "thunderwave"],
|
|
252
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "fireblast", "followme", "helpinghand", "moonblast", "protect", "softboiled", "thunderwave"],
|
|
253
205
|
tier: "OU",
|
|
254
206
|
doublesTier: "DUU",
|
|
255
207
|
},
|
|
@@ -260,14 +212,10 @@ exports.FormatsData = {
|
|
|
260
212
|
tier: "LC",
|
|
261
213
|
},
|
|
262
214
|
ninetales: {
|
|
263
|
-
randomBattleMoves: ["fireblast", "hiddenpowerice", "nastyplot", "solarbeam", "substitute", "willowisp"],
|
|
264
|
-
randomDoubleBattleMoves: ["fireblast", "heatwave", "nastyplot", "protect", "solarbeam", "willowisp"],
|
|
265
215
|
tier: "RU",
|
|
266
216
|
doublesTier: "DUU",
|
|
267
217
|
},
|
|
268
218
|
ninetalesalola: {
|
|
269
|
-
randomBattleMoves: ["auroraveil", "blizzard", "freezedry", "hiddenpowerfire", "moonblast", "nastyplot"],
|
|
270
|
-
randomDoubleBattleMoves: ["auroraveil", "blizzard", "encore", "freezedry", "hiddenpowerfire", "moonblast", "protect"],
|
|
271
219
|
tier: "UUBL",
|
|
272
220
|
doublesTier: "DOU",
|
|
273
221
|
},
|
|
@@ -278,8 +226,6 @@ exports.FormatsData = {
|
|
|
278
226
|
tier: "NFE",
|
|
279
227
|
},
|
|
280
228
|
wigglytuff: {
|
|
281
|
-
randomBattleMoves: ["dazzlinggleam", "fireblast", "healbell", "lightscreen", "reflect", "stealthrock"],
|
|
282
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "fireblast", "hypervoice", "protect", "stealthrock", "thunderwave"],
|
|
283
229
|
tier: "(PU)",
|
|
284
230
|
doublesTier: "(DUU)",
|
|
285
231
|
},
|
|
@@ -291,8 +237,6 @@ exports.FormatsData = {
|
|
|
291
237
|
doublesTier: "NFE",
|
|
292
238
|
},
|
|
293
239
|
crobat: {
|
|
294
|
-
randomBattleMoves: ["bravebird", "defog", "roost", "superfang", "taunt", "toxic", "uturn"],
|
|
295
|
-
randomDoubleBattleMoves: ["bravebird", "protect", "superfang", "tailwind", "taunt", "uturn"],
|
|
296
240
|
tier: "UU",
|
|
297
241
|
doublesTier: "(DUU)",
|
|
298
242
|
},
|
|
@@ -303,14 +247,10 @@ exports.FormatsData = {
|
|
|
303
247
|
tier: "NFE",
|
|
304
248
|
},
|
|
305
249
|
vileplume: {
|
|
306
|
-
randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerfire", "sleeppowder", "sludgebomb", "strengthsap"],
|
|
307
|
-
randomDoubleBattleMoves: ["energyball", "hiddenpowerfire", "protect", "sleeppowder", "sludgebomb", "strengthsap"],
|
|
308
250
|
tier: "NUBL",
|
|
309
251
|
doublesTier: "(DUU)",
|
|
310
252
|
},
|
|
311
253
|
bellossom: {
|
|
312
|
-
randomBattleMoves: ["gigadrain", "hiddenpowerground", "moonblast", "quiverdance", "sleeppowder", "strengthsap"],
|
|
313
|
-
randomDoubleBattleMoves: ["energyball", "moonblast", "quiverdance", "sleeppowder", "strengthsap"],
|
|
314
254
|
tier: "(PU)",
|
|
315
255
|
doublesTier: "(DUU)",
|
|
316
256
|
},
|
|
@@ -318,8 +258,6 @@ exports.FormatsData = {
|
|
|
318
258
|
tier: "LC",
|
|
319
259
|
},
|
|
320
260
|
parasect: {
|
|
321
|
-
randomBattleMoves: ["knockoff", "leechlife", "leechseed", "seedbomb", "spore", "substitute"],
|
|
322
|
-
randomDoubleBattleMoves: ["knockoff", "leechlife", "leechseed", "protect", "ragepowder", "seedbomb", "spore", "wideguard"],
|
|
323
261
|
tier: "(PU)",
|
|
324
262
|
doublesTier: "(DUU)",
|
|
325
263
|
},
|
|
@@ -327,8 +265,6 @@ exports.FormatsData = {
|
|
|
327
265
|
tier: "LC",
|
|
328
266
|
},
|
|
329
267
|
venomoth: {
|
|
330
|
-
randomBattleMoves: ["bugbuzz", "quiverdance", "sleeppowder", "sludgebomb", "substitute"],
|
|
331
|
-
randomDoubleBattleMoves: ["bugbuzz", "protect", "quiverdance", "ragepowder", "sleeppowder", "sludgebomb"],
|
|
332
268
|
tier: "RUBL",
|
|
333
269
|
doublesTier: "(DUU)",
|
|
334
270
|
},
|
|
@@ -339,14 +275,10 @@ exports.FormatsData = {
|
|
|
339
275
|
tier: "LC",
|
|
340
276
|
},
|
|
341
277
|
dugtrio: {
|
|
342
|
-
randomBattleMoves: ["earthquake", "reversal", "stealthrock", "stoneedge", "substitute", "suckerpunch"],
|
|
343
|
-
randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "stoneedge", "suckerpunch"],
|
|
344
278
|
tier: "(PU)",
|
|
345
279
|
doublesTier: "(DUU)",
|
|
346
280
|
},
|
|
347
281
|
dugtrioalola: {
|
|
348
|
-
randomBattleMoves: ["earthquake", "ironhead", "stealthrock", "stoneedge", "substitute", "suckerpunch", "toxic"],
|
|
349
|
-
randomDoubleBattleMoves: ["earthquake", "ironhead", "protect", "rockslide", "stoneedge", "suckerpunch"],
|
|
350
282
|
tier: "PU",
|
|
351
283
|
doublesTier: "(DUU)",
|
|
352
284
|
},
|
|
@@ -357,14 +289,10 @@ exports.FormatsData = {
|
|
|
357
289
|
tier: "LC",
|
|
358
290
|
},
|
|
359
291
|
persian: {
|
|
360
|
-
randomBattleMoves: ["fakeout", "knockoff", "return", "taunt", "uturn"],
|
|
361
|
-
randomDoubleBattleMoves: ["fakeout", "hypnosis", "knockoff", "protect", "return", "taunt", "uturn"],
|
|
362
292
|
tier: "(PU)",
|
|
363
293
|
doublesTier: "(DUU)",
|
|
364
294
|
},
|
|
365
295
|
persianalola: {
|
|
366
|
-
randomBattleMoves: ["darkpulse", "hypnosis", "nastyplot", "powergem", "thunderbolt"],
|
|
367
|
-
randomDoubleBattleMoves: ["fakeout", "foulplay", "hiddenpowerfighting", "icywind", "partingshot", "protect", "snarl"],
|
|
368
296
|
tier: "PU",
|
|
369
297
|
doublesTier: "(DUU)",
|
|
370
298
|
},
|
|
@@ -372,8 +300,6 @@ exports.FormatsData = {
|
|
|
372
300
|
tier: "LC",
|
|
373
301
|
},
|
|
374
302
|
golduck: {
|
|
375
|
-
randomBattleMoves: ["calmmind", "encore", "hydropump", "icebeam", "psyshock", "scald", "substitute"],
|
|
376
|
-
randomDoubleBattleMoves: ["calmmind", "encore", "focusblast", "hydropump", "icebeam", "protect", "scald"],
|
|
377
303
|
tier: "(PU)",
|
|
378
304
|
doublesTier: "(DUU)",
|
|
379
305
|
},
|
|
@@ -381,8 +307,6 @@ exports.FormatsData = {
|
|
|
381
307
|
tier: "LC",
|
|
382
308
|
},
|
|
383
309
|
primeape: {
|
|
384
|
-
randomBattleMoves: ["closecombat", "earthquake", "gunkshot", "icepunch", "stoneedge", "uturn"],
|
|
385
|
-
randomDoubleBattleMoves: ["closecombat", "icepunch", "poisonjab", "protect", "rockslide", "stompingtantrum", "stoneedge", "taunt", "uturn"],
|
|
386
310
|
tier: "PU",
|
|
387
311
|
doublesTier: "(DUU)",
|
|
388
312
|
},
|
|
@@ -390,8 +314,6 @@ exports.FormatsData = {
|
|
|
390
314
|
tier: "LC",
|
|
391
315
|
},
|
|
392
316
|
arcanine: {
|
|
393
|
-
randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "roar", "toxic", "wildcharge", "willowisp"],
|
|
394
|
-
randomDoubleBattleMoves: ["closecombat", "extremespeed", "flareblitz", "protect", "snarl", "wildcharge", "willowisp"],
|
|
395
317
|
tier: "RU",
|
|
396
318
|
doublesTier: "DUU",
|
|
397
319
|
},
|
|
@@ -402,14 +324,10 @@ exports.FormatsData = {
|
|
|
402
324
|
tier: "NFE",
|
|
403
325
|
},
|
|
404
326
|
poliwrath: {
|
|
405
|
-
randomBattleMoves: ["circlethrow", "focusblast", "hydropump", "icepunch", "raindance", "rest", "scald", "sleeptalk"],
|
|
406
|
-
randomDoubleBattleMoves: ["circlethrow", "encore", "icywind", "protect", "scald", "superpower", "toxic"],
|
|
407
327
|
tier: "(PU)",
|
|
408
328
|
doublesTier: "(DUU)",
|
|
409
329
|
},
|
|
410
330
|
politoed: {
|
|
411
|
-
randomBattleMoves: ["encore", "icebeam", "protect", "rest", "scald", "toxic"],
|
|
412
|
-
randomDoubleBattleMoves: ["encore", "helpinghand", "hypnosis", "icywind", "protect", "scald"],
|
|
413
331
|
tier: "(PU)",
|
|
414
332
|
doublesTier: "DOU",
|
|
415
333
|
},
|
|
@@ -420,14 +338,10 @@ exports.FormatsData = {
|
|
|
420
338
|
tier: "NFE",
|
|
421
339
|
},
|
|
422
340
|
alakazam: {
|
|
423
|
-
randomBattleMoves: ["focusblast", "hiddenpowerfire", "psychic", "psyshock", "shadowball"],
|
|
424
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "encore", "focusblast", "protect", "psychic", "shadowball"],
|
|
425
341
|
tier: "UUBL",
|
|
426
342
|
doublesTier: "(DUU)",
|
|
427
343
|
},
|
|
428
344
|
alakazammega: {
|
|
429
|
-
randomBattleMoves: ["calmmind", "encore", "focusblast", "psychic", "psyshock", "shadowball", "substitute"],
|
|
430
|
-
randomDoubleBattleMoves: ["calmmind", "encore", "focusblast", "protect", "psychic", "shadowball"],
|
|
431
345
|
tier: "OU",
|
|
432
346
|
doublesTier: "(DUU)",
|
|
433
347
|
},
|
|
@@ -438,8 +352,6 @@ exports.FormatsData = {
|
|
|
438
352
|
tier: "NFE",
|
|
439
353
|
},
|
|
440
354
|
machamp: {
|
|
441
|
-
randomBattleMoves: ["bulletpunch", "closecombat", "dynamicpunch", "facade", "knockoff", "stoneedge"],
|
|
442
|
-
randomDoubleBattleMoves: ["bulletpunch", "closecombat", "facade", "knockoff", "protect", "stoneedge", "wideguard"],
|
|
443
355
|
tier: "RU",
|
|
444
356
|
doublesTier: "(DUU)",
|
|
445
357
|
},
|
|
@@ -450,8 +362,6 @@ exports.FormatsData = {
|
|
|
450
362
|
tier: "NFE",
|
|
451
363
|
},
|
|
452
364
|
victreebel: {
|
|
453
|
-
randomBattleMoves: ["hiddenpowerfire", "poisonjab", "powerwhip", "sleeppowder", "sludgebomb", "strengthsap", "suckerpunch", "swordsdance"],
|
|
454
|
-
randomDoubleBattleMoves: ["growth", "knockoff", "powerwhip", "protect", "sleeppowder", "sludgebomb", "solarbeam", "suckerpunch", "sunnyday", "weatherball"],
|
|
455
365
|
tier: "PU",
|
|
456
366
|
doublesTier: "(DUU)",
|
|
457
367
|
},
|
|
@@ -459,8 +369,6 @@ exports.FormatsData = {
|
|
|
459
369
|
tier: "LC",
|
|
460
370
|
},
|
|
461
371
|
tentacruel: {
|
|
462
|
-
randomBattleMoves: ["acidspray", "knockoff", "rapidspin", "scald", "sludgebomb", "toxicspikes"],
|
|
463
|
-
randomDoubleBattleMoves: ["acidspray", "knockoff", "muddywater", "protect", "rapidspin", "scald", "sludgebomb"],
|
|
464
372
|
tier: "UU",
|
|
465
373
|
doublesTier: "(DUU)",
|
|
466
374
|
},
|
|
@@ -477,14 +385,10 @@ exports.FormatsData = {
|
|
|
477
385
|
tier: "NFE",
|
|
478
386
|
},
|
|
479
387
|
golem: {
|
|
480
|
-
randomBattleMoves: ["earthquake", "explosion", "rockblast", "stealthrock", "suckerpunch", "toxic"],
|
|
481
|
-
randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "stealthrock", "stoneedge", "suckerpunch"],
|
|
482
388
|
tier: "(PU)",
|
|
483
389
|
doublesTier: "(DUU)",
|
|
484
390
|
},
|
|
485
391
|
golemalola: {
|
|
486
|
-
randomBattleMoves: ["earthquake", "firepunch", "stealthrock", "stoneedge", "wildcharge"],
|
|
487
|
-
randomDoubleBattleMoves: ["doubleedge", "protect", "rockslide", "stealthrock", "stompingtantrum", "stoneedge"],
|
|
488
392
|
tier: "(PU)",
|
|
489
393
|
doublesTier: "(DUU)",
|
|
490
394
|
},
|
|
@@ -492,8 +396,6 @@ exports.FormatsData = {
|
|
|
492
396
|
tier: "LC",
|
|
493
397
|
},
|
|
494
398
|
rapidash: {
|
|
495
|
-
randomBattleMoves: ["flareblitz", "highhorsepower", "morningsun", "wildcharge", "willowisp"],
|
|
496
|
-
randomDoubleBattleMoves: ["flareblitz", "highhorsepower", "hypnosis", "protect", "wildcharge", "willowisp"],
|
|
497
399
|
tier: "(PU)",
|
|
498
400
|
doublesTier: "(DUU)",
|
|
499
401
|
},
|
|
@@ -501,20 +403,14 @@ exports.FormatsData = {
|
|
|
501
403
|
tier: "LC",
|
|
502
404
|
},
|
|
503
405
|
slowbro: {
|
|
504
|
-
randomBattleMoves: ["fireblast", "icebeam", "psyshock", "scald", "slackoff", "thunderwave", "toxic"],
|
|
505
|
-
randomDoubleBattleMoves: ["protect", "psychic", "psyshock", "scald", "slackoff", "thunderwave", "toxic"],
|
|
506
406
|
tier: "RU",
|
|
507
407
|
doublesTier: "(DUU)",
|
|
508
408
|
},
|
|
509
409
|
slowbromega: {
|
|
510
|
-
randomBattleMoves: ["calmmind", "fireblast", "psyshock", "scald", "slackoff"],
|
|
511
|
-
randomDoubleBattleMoves: ["fireblast", "icebeam", "protect", "psychic", "psyshock", "scald", "slackoff", "trickroom"],
|
|
512
410
|
tier: "RUBL",
|
|
513
411
|
doublesTier: "(DUU)",
|
|
514
412
|
},
|
|
515
413
|
slowking: {
|
|
516
|
-
randomBattleMoves: ["dragontail", "fireblast", "icebeam", "nastyplot", "psyshock", "scald", "slackoff", "thunderwave", "toxic", "trickroom"],
|
|
517
|
-
randomDoubleBattleMoves: ["fireblast", "protect", "psychic", "psyshock", "scald", "trickroom"],
|
|
518
414
|
tier: "NU",
|
|
519
415
|
doublesTier: "(DUU)",
|
|
520
416
|
},
|
|
@@ -526,14 +422,10 @@ exports.FormatsData = {
|
|
|
526
422
|
doublesTier: "NFE",
|
|
527
423
|
},
|
|
528
424
|
magnezone: {
|
|
529
|
-
randomBattleMoves: ["flashcannon", "hiddenpowerfire", "substitute", "thunderbolt", "voltswitch"],
|
|
530
|
-
randomDoubleBattleMoves: ["electroweb", "flashcannon", "hiddenpowerfire", "protect", "thunderbolt", "voltswitch"],
|
|
531
425
|
tier: "OU",
|
|
532
426
|
doublesTier: "(DUU)",
|
|
533
427
|
},
|
|
534
428
|
farfetchd: {
|
|
535
|
-
randomBattleMoves: ["bravebird", "knockoff", "leafblade", "return", "swordsdance"],
|
|
536
|
-
randomDoubleBattleMoves: ["bravebird", "knockoff", "leafblade", "protect", "return", "swordsdance"],
|
|
537
429
|
tier: "(PU)",
|
|
538
430
|
doublesTier: "(DUU)",
|
|
539
431
|
},
|
|
@@ -541,8 +433,6 @@ exports.FormatsData = {
|
|
|
541
433
|
tier: "LC",
|
|
542
434
|
},
|
|
543
435
|
dodrio: {
|
|
544
|
-
randomBattleMoves: ["bravebird", "jumpkick", "knockoff", "quickattack", "return", "swordsdance"],
|
|
545
|
-
randomDoubleBattleMoves: ["bravebird", "knockoff", "protect", "quickattack", "return", "swordsdance"],
|
|
546
436
|
tier: "PU",
|
|
547
437
|
doublesTier: "(DUU)",
|
|
548
438
|
},
|
|
@@ -550,8 +440,6 @@ exports.FormatsData = {
|
|
|
550
440
|
tier: "LC",
|
|
551
441
|
},
|
|
552
442
|
dewgong: {
|
|
553
|
-
randomBattleMoves: ["encore", "icebeam", "perishsong", "protect", "surf", "toxic"],
|
|
554
|
-
randomDoubleBattleMoves: ["encore", "fakeout", "helpinghand", "icebeam", "icywind", "liquidation", "protect", "toxic"],
|
|
555
443
|
tier: "(PU)",
|
|
556
444
|
doublesTier: "(DUU)",
|
|
557
445
|
},
|
|
@@ -562,14 +450,10 @@ exports.FormatsData = {
|
|
|
562
450
|
tier: "LC",
|
|
563
451
|
},
|
|
564
452
|
muk: {
|
|
565
|
-
randomBattleMoves: ["curse", "firepunch", "gunkshot", "icepunch", "memento", "poisonjab", "shadowsneak"],
|
|
566
|
-
randomDoubleBattleMoves: ["firepunch", "gunkshot", "icepunch", "poisonjab", "protect", "shadowsneak"],
|
|
567
453
|
tier: "(PU)",
|
|
568
454
|
doublesTier: "(DUU)",
|
|
569
455
|
},
|
|
570
456
|
mukalola: {
|
|
571
|
-
randomBattleMoves: ["curse", "firepunch", "gunkshot", "icepunch", "knockoff", "poisonjab", "pursuit", "shadowsneak"],
|
|
572
|
-
randomDoubleBattleMoves: ["gunkshot", "knockoff", "poisonjab", "protect", "shadowsneak", "snarl", "stoneedge"],
|
|
573
457
|
tier: "UU",
|
|
574
458
|
doublesTier: "DUU",
|
|
575
459
|
},
|
|
@@ -577,8 +461,6 @@ exports.FormatsData = {
|
|
|
577
461
|
tier: "LC",
|
|
578
462
|
},
|
|
579
463
|
cloyster: {
|
|
580
|
-
randomBattleMoves: ["hydropump", "iciclespear", "rapidspin", "rockblast", "shellsmash", "spikes"],
|
|
581
|
-
randomDoubleBattleMoves: ["hydropump", "iciclespear", "protect", "rockblast", "shellsmash"],
|
|
582
464
|
tier: "RU",
|
|
583
465
|
doublesTier: "(DUU)",
|
|
584
466
|
},
|
|
@@ -590,14 +472,10 @@ exports.FormatsData = {
|
|
|
590
472
|
doublesTier: "NFE",
|
|
591
473
|
},
|
|
592
474
|
gengar: {
|
|
593
|
-
randomBattleMoves: ["disable", "focusblast", "painsplit", "shadowball", "sludgewave", "substitute", "willowisp"],
|
|
594
|
-
randomDoubleBattleMoves: ["focusblast", "protect", "shadowball", "sludgebomb", "taunt", "willowisp"],
|
|
595
475
|
tier: "UU",
|
|
596
476
|
doublesTier: "DUU",
|
|
597
477
|
},
|
|
598
478
|
gengarmega: {
|
|
599
|
-
randomBattleMoves: ["destinybond", "disable", "focusblast", "perishsong", "protect", "shadowball", "sludgewave", "taunt"],
|
|
600
|
-
randomDoubleBattleMoves: ["disable", "focusblast", "hypnosis", "protect", "shadowball", "sludgebomb", "willowisp"],
|
|
601
479
|
tier: "Uber",
|
|
602
480
|
doublesTier: "DUber",
|
|
603
481
|
},
|
|
@@ -605,14 +483,10 @@ exports.FormatsData = {
|
|
|
605
483
|
tier: "LC",
|
|
606
484
|
},
|
|
607
485
|
steelix: {
|
|
608
|
-
randomBattleMoves: ["earthquake", "ironhead", "roar", "rockslide", "stealthrock", "toxic"],
|
|
609
|
-
randomDoubleBattleMoves: ["earthquake", "headsmash", "heavyslam", "protect", "stealthrock", "wideguard"],
|
|
610
486
|
tier: "NU",
|
|
611
487
|
doublesTier: "(DUU)",
|
|
612
488
|
},
|
|
613
489
|
steelixmega: {
|
|
614
|
-
randomBattleMoves: ["dragontail", "earthquake", "heavyslam", "roar", "stealthrock", "toxic"],
|
|
615
|
-
randomDoubleBattleMoves: ["earthquake", "heavyslam", "protect", "rockslide", "stealthrock"],
|
|
616
490
|
tier: "UU",
|
|
617
491
|
doublesTier: "(DUU)",
|
|
618
492
|
},
|
|
@@ -620,8 +494,6 @@ exports.FormatsData = {
|
|
|
620
494
|
tier: "LC",
|
|
621
495
|
},
|
|
622
496
|
hypno: {
|
|
623
|
-
randomBattleMoves: ["foulplay", "protect", "psychic", "seismictoss", "thunderwave", "toxic", "wish"],
|
|
624
|
-
randomDoubleBattleMoves: ["hypnosis", "protect", "psychic", "seismictoss", "thunderwave"],
|
|
625
497
|
tier: "(PU)",
|
|
626
498
|
doublesTier: "(DUU)",
|
|
627
499
|
},
|
|
@@ -629,8 +501,6 @@ exports.FormatsData = {
|
|
|
629
501
|
tier: "LC",
|
|
630
502
|
},
|
|
631
503
|
kingler: {
|
|
632
|
-
randomBattleMoves: ["agility", "knockoff", "liquidation", "rockslide", "superpower", "swordsdance", "xscissor"],
|
|
633
|
-
randomDoubleBattleMoves: ["agility", "knockoff", "liquidation", "protect", "rockslide", "wideguard", "xscissor"],
|
|
634
504
|
tier: "PUBL",
|
|
635
505
|
doublesTier: "(DUU)",
|
|
636
506
|
},
|
|
@@ -638,8 +508,6 @@ exports.FormatsData = {
|
|
|
638
508
|
tier: "LC",
|
|
639
509
|
},
|
|
640
510
|
electrode: {
|
|
641
|
-
randomBattleMoves: ["foulplay", "hiddenpowergrass", "hiddenpowerice", "signalbeam", "taunt", "thunderbolt", "voltswitch"],
|
|
642
|
-
randomDoubleBattleMoves: ["foulplay", "protect", "taunt", "thunderbolt", "thunderwave", "voltswitch"],
|
|
643
511
|
tier: "(PU)",
|
|
644
512
|
doublesTier: "(DUU)",
|
|
645
513
|
},
|
|
@@ -647,14 +515,10 @@ exports.FormatsData = {
|
|
|
647
515
|
tier: "LC",
|
|
648
516
|
},
|
|
649
517
|
exeggutor: {
|
|
650
|
-
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "psychic", "sleeppowder", "substitute"],
|
|
651
|
-
randomDoubleBattleMoves: ["energyball", "hiddenpowerfire", "leechseed", "protect", "psychic", "sleeppowder", "substitute", "trickroom"],
|
|
652
518
|
tier: "(PU)",
|
|
653
519
|
doublesTier: "(DUU)",
|
|
654
520
|
},
|
|
655
521
|
exeggutoralola: {
|
|
656
|
-
randomBattleMoves: ["dracometeor", "flamethrower", "gigadrain", "leafstorm", "trickroom"],
|
|
657
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonhammer", "flamethrower", "leafstorm", "protect", "trickroom", "woodhammer"],
|
|
658
522
|
tier: "NU",
|
|
659
523
|
doublesTier: "(DUU)",
|
|
660
524
|
},
|
|
@@ -662,14 +526,10 @@ exports.FormatsData = {
|
|
|
662
526
|
tier: "LC",
|
|
663
527
|
},
|
|
664
528
|
marowak: {
|
|
665
|
-
randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "knockoff", "stealthrock", "stoneedge", "substitute"],
|
|
666
|
-
randomDoubleBattleMoves: ["bonemerang", "doubleedge", "firepunch", "protect", "rockslide", "stealthrock", "swordsdance"],
|
|
667
529
|
tier: "(PU)",
|
|
668
530
|
doublesTier: "(DUU)",
|
|
669
531
|
},
|
|
670
532
|
marowakalola: {
|
|
671
|
-
randomBattleMoves: ["bonemerang", "flamecharge", "flareblitz", "shadowbone", "stoneedge", "substitute", "willowisp"],
|
|
672
|
-
randomDoubleBattleMoves: ["bonemerang", "flareblitz", "protect", "shadowbone", "stoneedge", "willowisp"],
|
|
673
533
|
tier: "RU",
|
|
674
534
|
doublesTier: "DUU",
|
|
675
535
|
},
|
|
@@ -681,20 +541,14 @@ exports.FormatsData = {
|
|
|
681
541
|
tier: "LC",
|
|
682
542
|
},
|
|
683
543
|
hitmonlee: {
|
|
684
|
-
randomBattleMoves: ["highjumpkick", "knockoff", "machpunch", "poisonjab", "rapidspin", "stoneedge"],
|
|
685
|
-
randomDoubleBattleMoves: ["closecombat", "fakeout", "knockoff", "machpunch", "protect", "rockslide"],
|
|
686
544
|
tier: "NU",
|
|
687
545
|
doublesTier: "(DUU)",
|
|
688
546
|
},
|
|
689
547
|
hitmonchan: {
|
|
690
|
-
randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "machpunch", "rapidspin", "stoneedge"],
|
|
691
|
-
randomDoubleBattleMoves: ["drainpunch", "fakeout", "firepunch", "icepunch", "machpunch", "protect"],
|
|
692
548
|
tier: "PU",
|
|
693
549
|
doublesTier: "(DUU)",
|
|
694
550
|
},
|
|
695
551
|
hitmontop: {
|
|
696
|
-
randomBattleMoves: ["closecombat", "rapidspin", "stoneedge", "suckerpunch", "toxic"],
|
|
697
|
-
randomDoubleBattleMoves: ["closecombat", "fakeout", "feint", "helpinghand", "machpunch", "rapidspin", "suckerpunch", "wideguard"],
|
|
698
552
|
tier: "NU",
|
|
699
553
|
doublesTier: "DUU",
|
|
700
554
|
},
|
|
@@ -702,8 +556,6 @@ exports.FormatsData = {
|
|
|
702
556
|
tier: "LC",
|
|
703
557
|
},
|
|
704
558
|
lickilicky: {
|
|
705
|
-
randomBattleMoves: ["bodyslam", "dragontail", "earthquake", "explosion", "healbell", "knockoff", "powerwhip", "protect", "swordsdance", "wish"],
|
|
706
|
-
randomDoubleBattleMoves: ["bodyslam", "dragontail", "explosion", "knockoff", "powerwhip", "protect", "stompingtantrum"],
|
|
707
559
|
tier: "(PU)",
|
|
708
560
|
doublesTier: "(DUU)",
|
|
709
561
|
},
|
|
@@ -711,8 +563,6 @@ exports.FormatsData = {
|
|
|
711
563
|
tier: "LC",
|
|
712
564
|
},
|
|
713
565
|
weezing: {
|
|
714
|
-
randomBattleMoves: ["fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
|
|
715
|
-
randomDoubleBattleMoves: ["fireblast", "painsplit", "protect", "sludgebomb", "toxicspikes", "willowisp"],
|
|
716
566
|
tier: "NU",
|
|
717
567
|
doublesTier: "(DUU)",
|
|
718
568
|
},
|
|
@@ -720,13 +570,10 @@ exports.FormatsData = {
|
|
|
720
570
|
tier: "LC",
|
|
721
571
|
},
|
|
722
572
|
rhydon: {
|
|
723
|
-
randomBattleMoves: ["earthquake", "megahorn", "stealthrock", "stoneedge", "toxic"],
|
|
724
573
|
tier: "NU",
|
|
725
574
|
doublesTier: "NFE",
|
|
726
575
|
},
|
|
727
576
|
rhyperior: {
|
|
728
|
-
randomBattleMoves: ["dragontail", "earthquake", "icepunch", "megahorn", "rockpolish", "stoneedge"],
|
|
729
|
-
randomDoubleBattleMoves: ["earthquake", "icepunch", "megahorn", "protect", "rockslide", "stealthrock", "stoneedge"],
|
|
730
577
|
tier: "RU",
|
|
731
578
|
doublesTier: "(DUU)",
|
|
732
579
|
},
|
|
@@ -734,14 +581,10 @@ exports.FormatsData = {
|
|
|
734
581
|
tier: "LC",
|
|
735
582
|
},
|
|
736
583
|
chansey: {
|
|
737
|
-
randomBattleMoves: ["healbell", "seismictoss", "softboiled", "stealthrock", "thunderwave", "toxic", "wish"],
|
|
738
|
-
randomDoubleBattleMoves: ["helpinghand", "protect", "seismictoss", "softboiled", "thunderwave", "toxic"],
|
|
739
584
|
tier: "OU",
|
|
740
585
|
doublesTier: "NFE",
|
|
741
586
|
},
|
|
742
587
|
blissey: {
|
|
743
|
-
randomBattleMoves: ["healbell", "seismictoss", "softboiled", "stealthrock", "toxic"],
|
|
744
|
-
randomDoubleBattleMoves: ["helpinghand", "protect", "seismictoss", "softboiled", "thunderwave", "toxic"],
|
|
745
588
|
tier: "UU",
|
|
746
589
|
doublesTier: "(DUU)",
|
|
747
590
|
},
|
|
@@ -750,20 +593,14 @@ exports.FormatsData = {
|
|
|
750
593
|
doublesTier: "NFE",
|
|
751
594
|
},
|
|
752
595
|
tangrowth: {
|
|
753
|
-
randomBattleMoves: ["earthquake", "gigadrain", "hiddenpowerfire", "knockoff", "leafstorm", "rockslide", "sleeppowder", "synthesis"],
|
|
754
|
-
randomDoubleBattleMoves: ["earthquake", "focusblast", "gigadrain", "hiddenpowerice", "knockoff", "leechseed", "powerwhip", "protect", "ragepowder", "sleeppowder"],
|
|
755
596
|
tier: "OU",
|
|
756
597
|
doublesTier: "(DUU)",
|
|
757
598
|
},
|
|
758
599
|
kangaskhan: {
|
|
759
|
-
randomBattleMoves: ["crunch", "drainpunch", "earthquake", "fakeout", "return", "suckerpunch"],
|
|
760
|
-
randomDoubleBattleMoves: ["crunch", "doubleedge", "drainpunch", "earthquake", "fakeout", "protect", "return", "suckerpunch"],
|
|
761
600
|
tier: "PU",
|
|
762
601
|
doublesTier: "(DUU)",
|
|
763
602
|
},
|
|
764
603
|
kangaskhanmega: {
|
|
765
|
-
randomBattleMoves: ["bodyslam", "crunch", "fakeout", "seismictoss", "suckerpunch"],
|
|
766
|
-
randomDoubleBattleMoves: ["drainpunch", "earthquake", "fakeout", "poweruppunch", "protect", "return", "suckerpunch"],
|
|
767
604
|
tier: "Uber",
|
|
768
605
|
doublesTier: "DUber",
|
|
769
606
|
},
|
|
@@ -774,8 +611,6 @@ exports.FormatsData = {
|
|
|
774
611
|
tier: "NFE",
|
|
775
612
|
},
|
|
776
613
|
kingdra: {
|
|
777
|
-
randomBattleMoves: ["dracometeor", "hydropump", "icebeam", "raindance", "waterfall"],
|
|
778
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "hydropump", "icebeam", "muddywater", "protect", "raindance"],
|
|
779
614
|
tier: "NUBL",
|
|
780
615
|
doublesTier: "DOU",
|
|
781
616
|
},
|
|
@@ -783,8 +618,6 @@ exports.FormatsData = {
|
|
|
783
618
|
tier: "LC",
|
|
784
619
|
},
|
|
785
620
|
seaking: {
|
|
786
|
-
randomBattleMoves: ["drillrun", "icebeam", "knockoff", "megahorn", "raindance", "waterfall"],
|
|
787
|
-
randomDoubleBattleMoves: ["drillrun", "icywind", "knockoff", "megahorn", "protect", "waterfall"],
|
|
788
621
|
tier: "(PU)",
|
|
789
622
|
doublesTier: "(DUU)",
|
|
790
623
|
},
|
|
@@ -792,8 +625,6 @@ exports.FormatsData = {
|
|
|
792
625
|
tier: "LC",
|
|
793
626
|
},
|
|
794
627
|
starmie: {
|
|
795
|
-
randomBattleMoves: ["hydropump", "icebeam", "psyshock", "rapidspin", "recover", "scald", "thunderbolt"],
|
|
796
|
-
randomDoubleBattleMoves: ["hydropump", "icebeam", "protect", "psychic", "psyshock", "scald", "thunderbolt"],
|
|
797
628
|
tier: "UU",
|
|
798
629
|
doublesTier: "DUU",
|
|
799
630
|
},
|
|
@@ -801,26 +632,18 @@ exports.FormatsData = {
|
|
|
801
632
|
tier: "LC",
|
|
802
633
|
},
|
|
803
634
|
mrmime: {
|
|
804
|
-
randomBattleMoves: ["dazzlinggleam", "encore", "focusblast", "healingwish", "nastyplot", "psyshock", "shadowball"],
|
|
805
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "encore", "fakeout", "followme", "hiddenpowerfighting", "icywind", "protect", "psychic", "thunderbolt", "thunderwave", "wideguard"],
|
|
806
635
|
tier: "(PU)",
|
|
807
636
|
doublesTier: "(DUU)",
|
|
808
637
|
},
|
|
809
638
|
scyther: {
|
|
810
|
-
randomBattleMoves: ["aerialace", "brickbreak", "bugbite", "knockoff", "roost", "swordsdance", "uturn"],
|
|
811
|
-
randomDoubleBattleMoves: ["aerialace", "brickbreak", "bugbite", "feint", "knockoff", "protect", "swordsdance", "uturn"],
|
|
812
639
|
tier: "PU",
|
|
813
640
|
doublesTier: "NFE",
|
|
814
641
|
},
|
|
815
642
|
scizor: {
|
|
816
|
-
randomBattleMoves: ["bugbite", "bulletpunch", "knockoff", "pursuit", "superpower", "swordsdance", "uturn"],
|
|
817
|
-
randomDoubleBattleMoves: ["bugbite", "bulletpunch", "feint", "knockoff", "protect", "superpower", "swordsdance", "uturn"],
|
|
818
643
|
tier: "UU",
|
|
819
644
|
doublesTier: "(DUU)",
|
|
820
645
|
},
|
|
821
646
|
scizormega: {
|
|
822
|
-
randomBattleMoves: ["bugbite", "bulletpunch", "defog", "knockoff", "roost", "superpower", "swordsdance", "uturn"],
|
|
823
|
-
randomDoubleBattleMoves: ["bugbite", "bulletpunch", "feint", "knockoff", "protect", "roost", "superpower", "swordsdance", "uturn"],
|
|
824
647
|
tier: "OU",
|
|
825
648
|
doublesTier: "DUU",
|
|
826
649
|
},
|
|
@@ -828,8 +651,6 @@ exports.FormatsData = {
|
|
|
828
651
|
tier: "LC",
|
|
829
652
|
},
|
|
830
653
|
jynx: {
|
|
831
|
-
randomBattleMoves: ["focusblast", "icebeam", "lovelykiss", "nastyplot", "psychic", "psyshock", "substitute", "trick"],
|
|
832
|
-
randomDoubleBattleMoves: ["focusblast", "icebeam", "lovelykiss", "nastyplot", "protect", "psychic", "psyshock"],
|
|
833
654
|
tier: "(PU)",
|
|
834
655
|
doublesTier: "(DUU)",
|
|
835
656
|
},
|
|
@@ -840,8 +661,6 @@ exports.FormatsData = {
|
|
|
840
661
|
tier: "NFE",
|
|
841
662
|
},
|
|
842
663
|
electivire: {
|
|
843
|
-
randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
|
|
844
|
-
randomDoubleBattleMoves: ["crosschop", "flamethrower", "followme", "icepunch", "protect", "stompingtantrum", "wildcharge"],
|
|
845
664
|
tier: "(PU)",
|
|
846
665
|
doublesTier: "(DUU)",
|
|
847
666
|
},
|
|
@@ -852,26 +671,18 @@ exports.FormatsData = {
|
|
|
852
671
|
tier: "NFE",
|
|
853
672
|
},
|
|
854
673
|
magmortar: {
|
|
855
|
-
randomBattleMoves: ["earthquake", "fireblast", "focusblast", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderbolt"],
|
|
856
|
-
randomDoubleBattleMoves: ["fireblast", "followme", "heatwave", "hiddenpowergrass", "hiddenpowerice", "protect", "taunt", "thunderbolt", "willowisp"],
|
|
857
674
|
tier: "NU",
|
|
858
675
|
doublesTier: "(DUU)",
|
|
859
676
|
},
|
|
860
677
|
pinsir: {
|
|
861
|
-
randomBattleMoves: ["closecombat", "earthquake", "knockoff", "stealthrock", "stoneedge", "xscissor"],
|
|
862
|
-
randomDoubleBattleMoves: ["closecombat", "feint", "knockoff", "protect", "rockslide", "xscissor"],
|
|
863
678
|
tier: "(PU)",
|
|
864
679
|
doublesTier: "(DUU)",
|
|
865
680
|
},
|
|
866
681
|
pinsirmega: {
|
|
867
|
-
randomBattleMoves: ["closecombat", "earthquake", "quickattack", "return", "swordsdance"],
|
|
868
|
-
randomDoubleBattleMoves: ["closecombat", "feint", "protect", "quickattack", "return", "rockslide", "swordsdance"],
|
|
869
682
|
tier: "UUBL",
|
|
870
683
|
doublesTier: "(DUU)",
|
|
871
684
|
},
|
|
872
685
|
tauros: {
|
|
873
|
-
randomBattleMoves: ["bodyslam", "doubleedge", "earthquake", "rockslide", "zenheadbutt"],
|
|
874
|
-
randomDoubleBattleMoves: ["doubleedge", "protect", "return", "rockslide", "stompingtantrum", "stoneedge", "zenheadbutt"],
|
|
875
686
|
tier: "PUBL",
|
|
876
687
|
doublesTier: "(DUU)",
|
|
877
688
|
},
|
|
@@ -879,25 +690,18 @@ exports.FormatsData = {
|
|
|
879
690
|
tier: "LC",
|
|
880
691
|
},
|
|
881
692
|
gyarados: {
|
|
882
|
-
randomBattleMoves: ["bounce", "dragondance", "earthquake", "stoneedge", "substitute", "waterfall"],
|
|
883
|
-
randomDoubleBattleMoves: ["bounce", "dragondance", "protect", "stoneedge", "thunderwave", "waterfall"],
|
|
884
693
|
tier: "UUBL",
|
|
885
694
|
doublesTier: "DUU",
|
|
886
695
|
},
|
|
887
696
|
gyaradosmega: {
|
|
888
|
-
randomBattleMoves: ["crunch", "dragondance", "earthquake", "icefang", "substitute", "waterfall"],
|
|
889
|
-
randomDoubleBattleMoves: ["crunch", "dragondance", "icefang", "protect", "taunt", "thunderwave", "waterfall"],
|
|
890
697
|
tier: "OU",
|
|
891
698
|
doublesTier: "DUU",
|
|
892
699
|
},
|
|
893
700
|
lapras: {
|
|
894
|
-
randomBattleMoves: ["freezedry", "healbell", "hydropump", "icebeam", "protect", "thunderbolt", "toxic"],
|
|
895
|
-
randomDoubleBattleMoves: ["freezedry", "helpinghand", "hydropump", "iceshard", "icywind", "protect"],
|
|
896
701
|
tier: "(PU)",
|
|
897
702
|
doublesTier: "(DUU)",
|
|
898
703
|
},
|
|
899
704
|
ditto: {
|
|
900
|
-
randomBattleMoves: ["transform"],
|
|
901
705
|
tier: "(PU)",
|
|
902
706
|
doublesTier: "(DUU)",
|
|
903
707
|
},
|
|
@@ -905,44 +709,30 @@ exports.FormatsData = {
|
|
|
905
709
|
tier: "LC",
|
|
906
710
|
},
|
|
907
711
|
vaporeon: {
|
|
908
|
-
randomBattleMoves: ["icebeam", "protect", "roar", "scald", "toxic", "wish"],
|
|
909
|
-
randomDoubleBattleMoves: ["helpinghand", "icywind", "muddywater", "protect", "scald", "toxic"],
|
|
910
712
|
tier: "NU",
|
|
911
713
|
doublesTier: "(DUU)",
|
|
912
714
|
},
|
|
913
715
|
jolteon: {
|
|
914
|
-
randomBattleMoves: ["hiddenpowerice", "shadowball", "signalbeam", "thunderbolt", "voltswitch"],
|
|
915
|
-
randomDoubleBattleMoves: ["helpinghand", "hiddenpowergrass", "hiddenpowerice", "protect", "signalbeam", "thunderbolt", "voltswitch"],
|
|
916
716
|
tier: "RU",
|
|
917
717
|
doublesTier: "(DUU)",
|
|
918
718
|
},
|
|
919
719
|
flareon: {
|
|
920
|
-
randomBattleMoves: ["facade", "flamecharge", "flareblitz", "quickattack", "superpower"],
|
|
921
|
-
randomDoubleBattleMoves: ["facade", "flamecharge", "flareblitz", "protect", "superpower"],
|
|
922
720
|
tier: "(PU)",
|
|
923
721
|
doublesTier: "(DUU)",
|
|
924
722
|
},
|
|
925
723
|
espeon: {
|
|
926
|
-
randomBattleMoves: ["calmmind", "dazzlinggleam", "morningsun", "psychic", "psyshock", "shadowball"],
|
|
927
|
-
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "helpinghand", "protect", "psychic", "shadowball"],
|
|
928
724
|
tier: "RU",
|
|
929
725
|
doublesTier: "(DUU)",
|
|
930
726
|
},
|
|
931
727
|
umbreon: {
|
|
932
|
-
randomBattleMoves: ["foulplay", "protect", "toxic", "wish"],
|
|
933
|
-
randomDoubleBattleMoves: ["foulplay", "helpinghand", "moonlight", "protect", "snarl"],
|
|
934
728
|
tier: "RU",
|
|
935
729
|
doublesTier: "(DUU)",
|
|
936
730
|
},
|
|
937
731
|
leafeon: {
|
|
938
|
-
randomBattleMoves: ["healbell", "knockoff", "leafblade", "swordsdance", "synthesis", "xscissor"],
|
|
939
|
-
randomDoubleBattleMoves: ["helpinghand", "knockoff", "leafblade", "protect", "swordsdance", "xscissor"],
|
|
940
732
|
tier: "(PU)",
|
|
941
733
|
doublesTier: "(DUU)",
|
|
942
734
|
},
|
|
943
735
|
glaceon: {
|
|
944
|
-
randomBattleMoves: ["healbell", "hiddenpowerground", "icebeam", "protect", "shadowball", "toxic", "wish"],
|
|
945
|
-
randomDoubleBattleMoves: ["helpinghand", "hiddenpowerground", "icebeam", "protect", "toxic"],
|
|
946
736
|
tier: "(PU)",
|
|
947
737
|
doublesTier: "(DUU)",
|
|
948
738
|
},
|
|
@@ -950,14 +740,10 @@ exports.FormatsData = {
|
|
|
950
740
|
tier: "NFE",
|
|
951
741
|
},
|
|
952
742
|
porygon2: {
|
|
953
|
-
randomBattleMoves: ["discharge", "icebeam", "recover", "toxic", "triattack"],
|
|
954
|
-
randomDoubleBattleMoves: ["allyswitch", "icebeam", "protect", "recover", "thunderbolt", "thunderwave", "triattack"],
|
|
955
743
|
tier: "RU",
|
|
956
744
|
doublesTier: "DOU",
|
|
957
745
|
},
|
|
958
746
|
porygonz: {
|
|
959
|
-
randomBattleMoves: ["icebeam", "nastyplot", "shadowball", "thunderbolt", "triattack", "trick"],
|
|
960
|
-
randomDoubleBattleMoves: ["darkpulse", "icebeam", "nastyplot", "protect", "thunderbolt", "triattack", "trick"],
|
|
961
747
|
tier: "UUBL",
|
|
962
748
|
doublesTier: "DUU",
|
|
963
749
|
},
|
|
@@ -965,8 +751,6 @@ exports.FormatsData = {
|
|
|
965
751
|
tier: "LC",
|
|
966
752
|
},
|
|
967
753
|
omastar: {
|
|
968
|
-
randomBattleMoves: ["earthpower", "hydropump", "icebeam", "shellsmash", "spikes", "stealthrock"],
|
|
969
|
-
randomDoubleBattleMoves: ["earthpower", "hiddenpowerelectric", "hydropump", "icebeam", "muddywater", "protect", "shellsmash"],
|
|
970
754
|
tier: "PU",
|
|
971
755
|
doublesTier: "(DUU)",
|
|
972
756
|
},
|
|
@@ -974,20 +758,14 @@ exports.FormatsData = {
|
|
|
974
758
|
tier: "LC",
|
|
975
759
|
},
|
|
976
760
|
kabutops: {
|
|
977
|
-
randomBattleMoves: ["aquajet", "knockoff", "liquidation", "rapidspin", "stoneedge", "swordsdance"],
|
|
978
|
-
randomDoubleBattleMoves: ["aquajet", "knockoff", "liquidation", "protect", "rockslide", "stoneedge", "swordsdance"],
|
|
979
761
|
tier: "PU",
|
|
980
762
|
doublesTier: "(DUU)",
|
|
981
763
|
},
|
|
982
764
|
aerodactyl: {
|
|
983
|
-
randomBattleMoves: ["defog", "doubleedge", "earthquake", "pursuit", "roost", "stealthrock", "stoneedge", "taunt"],
|
|
984
|
-
randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "skydrop", "stoneedge", "tailwind", "wideguard"],
|
|
985
765
|
tier: "NU",
|
|
986
766
|
doublesTier: "(DUU)",
|
|
987
767
|
},
|
|
988
768
|
aerodactylmega: {
|
|
989
|
-
randomBattleMoves: ["aerialace", "aquatail", "earthquake", "firefang", "honeclaws", "roost", "stoneedge"],
|
|
990
|
-
randomDoubleBattleMoves: ["aquatail", "protect", "rockslide", "skydrop", "stoneedge", "tailwind", "wideguard"],
|
|
991
769
|
tier: "UU",
|
|
992
770
|
doublesTier: "DUU",
|
|
993
771
|
},
|
|
@@ -995,26 +773,18 @@ exports.FormatsData = {
|
|
|
995
773
|
tier: "LC",
|
|
996
774
|
},
|
|
997
775
|
snorlax: {
|
|
998
|
-
randomBattleMoves: ["bodyslam", "crunch", "curse", "earthquake", "firepunch", "pursuit", "rest", "return", "sleeptalk"],
|
|
999
|
-
randomDoubleBattleMoves: ["bodyslam", "crunch", "curse", "highhorsepower", "protect", "rest", "return"],
|
|
1000
776
|
tier: "RU",
|
|
1001
777
|
doublesTier: "DUber",
|
|
1002
778
|
},
|
|
1003
779
|
articuno: {
|
|
1004
|
-
randomBattleMoves: ["freezedry", "hurricane", "roost", "substitute", "toxic"],
|
|
1005
|
-
randomDoubleBattleMoves: ["freezedry", "hurricane", "protect", "roost", "tailwind"],
|
|
1006
780
|
tier: "PU",
|
|
1007
781
|
doublesTier: "(DUU)",
|
|
1008
782
|
},
|
|
1009
783
|
zapdos: {
|
|
1010
|
-
randomBattleMoves: ["defog", "discharge", "heatwave", "hiddenpowerice", "roost", "toxic", "uturn"],
|
|
1011
|
-
randomDoubleBattleMoves: ["heatwave", "hiddenpowergrass", "hiddenpowerice", "protect", "roost", "tailwind", "thunderbolt"],
|
|
1012
784
|
tier: "OU",
|
|
1013
785
|
doublesTier: "DOU",
|
|
1014
786
|
},
|
|
1015
787
|
moltres: {
|
|
1016
|
-
randomBattleMoves: ["fireblast", "hurricane", "roost", "substitute", "toxic", "willowisp"],
|
|
1017
|
-
randomDoubleBattleMoves: ["airslash", "fireblast", "heatwave", "hurricane", "protect", "tailwind", "uturn", "willowisp"],
|
|
1018
788
|
tier: "UU",
|
|
1019
789
|
doublesTier: "(DUU)",
|
|
1020
790
|
},
|
|
@@ -1025,32 +795,22 @@ exports.FormatsData = {
|
|
|
1025
795
|
tier: "NFE",
|
|
1026
796
|
},
|
|
1027
797
|
dragonite: {
|
|
1028
|
-
randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "firepunch", "fly", "outrage"],
|
|
1029
|
-
randomDoubleBattleMoves: ["dragonclaw", "dragondance", "extremespeed", "firepunch", "fly", "protect", "roost", "superpower"],
|
|
1030
798
|
tier: "UUBL",
|
|
1031
799
|
doublesTier: "(DUU)",
|
|
1032
800
|
},
|
|
1033
801
|
mewtwo: {
|
|
1034
|
-
randomBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "psystrike", "recover"],
|
|
1035
|
-
randomDoubleBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "protect", "psystrike"],
|
|
1036
802
|
tier: "Uber",
|
|
1037
803
|
doublesTier: "DUber",
|
|
1038
804
|
},
|
|
1039
805
|
mewtwomegax: {
|
|
1040
|
-
randomBattleMoves: ["bulkup", "drainpunch", "icebeam", "stoneedge", "taunt", "zenheadbutt"],
|
|
1041
|
-
randomDoubleBattleMoves: ["bulkup", "drainpunch", "icebeam", "stoneedge", "taunt", "zenheadbutt"],
|
|
1042
806
|
tier: "Uber",
|
|
1043
807
|
doublesTier: "DUber",
|
|
1044
808
|
},
|
|
1045
809
|
mewtwomegay: {
|
|
1046
|
-
randomBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "psystrike", "recover", "shadowball"],
|
|
1047
|
-
randomDoubleBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "psystrike", "taunt", "willowisp"],
|
|
1048
810
|
tier: "Uber",
|
|
1049
811
|
doublesTier: "DUber",
|
|
1050
812
|
},
|
|
1051
813
|
mew: {
|
|
1052
|
-
randomBattleMoves: ["aurasphere", "defog", "earthpower", "icebeam", "knockoff", "nastyplot", "psyshock", "roost", "stealthrock", "taunt", "willowisp"],
|
|
1053
|
-
randomDoubleBattleMoves: ["fakeout", "fireblast", "helpinghand", "icebeam", "protect", "psyshock", "roost", "tailwind", "taunt", "transform", "willowisp"],
|
|
1054
814
|
tier: "UU",
|
|
1055
815
|
doublesTier: "DOU",
|
|
1056
816
|
},
|
|
@@ -1061,8 +821,6 @@ exports.FormatsData = {
|
|
|
1061
821
|
tier: "NFE",
|
|
1062
822
|
},
|
|
1063
823
|
meganium: {
|
|
1064
|
-
randomBattleMoves: ["aromatherapy", "dragontail", "gigadrain", "leechseed", "lightscreen", "reflect", "synthesis", "toxic"],
|
|
1065
|
-
randomDoubleBattleMoves: ["dragontail", "energyball", "healpulse", "leafstorm", "leechseed", "protect", "toxic"],
|
|
1066
824
|
tier: "(PU)",
|
|
1067
825
|
doublesTier: "(DUU)",
|
|
1068
826
|
},
|
|
@@ -1073,8 +831,6 @@ exports.FormatsData = {
|
|
|
1073
831
|
tier: "NFE",
|
|
1074
832
|
},
|
|
1075
833
|
typhlosion: {
|
|
1076
|
-
randomBattleMoves: ["eruption", "extrasensory", "fireblast", "focusblast", "hiddenpowergrass"],
|
|
1077
|
-
randomDoubleBattleMoves: ["eruption", "extrasensory", "focusblast", "heatwave", "hiddenpowergrass"],
|
|
1078
834
|
tier: "NU",
|
|
1079
835
|
doublesTier: "(DUU)",
|
|
1080
836
|
},
|
|
@@ -1085,8 +841,6 @@ exports.FormatsData = {
|
|
|
1085
841
|
tier: "NFE",
|
|
1086
842
|
},
|
|
1087
843
|
feraligatr: {
|
|
1088
|
-
randomBattleMoves: ["aquajet", "crunch", "dragondance", "earthquake", "icepunch", "liquidation", "swordsdance"],
|
|
1089
|
-
randomDoubleBattleMoves: ["aquajet", "crunch", "dragondance", "icepunch", "liquidation", "protect"],
|
|
1090
844
|
tier: "UU",
|
|
1091
845
|
doublesTier: "(DUU)",
|
|
1092
846
|
},
|
|
@@ -1094,8 +848,6 @@ exports.FormatsData = {
|
|
|
1094
848
|
tier: "LC",
|
|
1095
849
|
},
|
|
1096
850
|
furret: {
|
|
1097
|
-
randomBattleMoves: ["aquatail", "doubleedge", "firepunch", "knockoff", "trick", "uturn"],
|
|
1098
|
-
randomDoubleBattleMoves: ["doubleedge", "followme", "helpinghand", "knockoff", "protect", "superfang", "uturn"],
|
|
1099
851
|
tier: "(PU)",
|
|
1100
852
|
doublesTier: "(DUU)",
|
|
1101
853
|
},
|
|
@@ -1103,8 +855,6 @@ exports.FormatsData = {
|
|
|
1103
855
|
tier: "LC",
|
|
1104
856
|
},
|
|
1105
857
|
noctowl: {
|
|
1106
|
-
randomBattleMoves: ["airslash", "defog", "heatwave", "hurricane", "hypervoice", "roost", "whirlwind"],
|
|
1107
|
-
randomDoubleBattleMoves: ["airslash", "heatwave", "hypervoice", "hypnosis", "protect", "roost", "tailwind"],
|
|
1108
858
|
tier: "(PU)",
|
|
1109
859
|
doublesTier: "(DUU)",
|
|
1110
860
|
},
|
|
@@ -1112,8 +862,6 @@ exports.FormatsData = {
|
|
|
1112
862
|
tier: "LC",
|
|
1113
863
|
},
|
|
1114
864
|
ledian: {
|
|
1115
|
-
randomBattleMoves: ["knockoff", "lightscreen", "reflect", "roost", "toxic", "uturn"],
|
|
1116
|
-
randomDoubleBattleMoves: ["bugbuzz", "encore", "knockoff", "lightscreen", "protect", "reflect", "tailwind", "uturn"],
|
|
1117
865
|
tier: "(PU)",
|
|
1118
866
|
doublesTier: "(DUU)",
|
|
1119
867
|
},
|
|
@@ -1121,8 +869,6 @@ exports.FormatsData = {
|
|
|
1121
869
|
tier: "LC",
|
|
1122
870
|
},
|
|
1123
871
|
ariados: {
|
|
1124
|
-
randomBattleMoves: ["megahorn", "poisonjab", "stickyweb", "suckerpunch", "toxicspikes"],
|
|
1125
|
-
randomDoubleBattleMoves: ["megahorn", "poisonjab", "protect", "ragepowder", "stickyweb", "toxicthread"],
|
|
1126
872
|
tier: "(PU)",
|
|
1127
873
|
doublesTier: "(DUU)",
|
|
1128
874
|
},
|
|
@@ -1130,8 +876,6 @@ exports.FormatsData = {
|
|
|
1130
876
|
tier: "LC",
|
|
1131
877
|
},
|
|
1132
878
|
lanturn: {
|
|
1133
|
-
randomBattleMoves: ["healbell", "hiddenpowergrass", "hydropump", "icebeam", "scald", "toxic", "voltswitch"],
|
|
1134
|
-
randomDoubleBattleMoves: ["icebeam", "protect", "scald", "thunderbolt", "thunderwave", "toxic"],
|
|
1135
879
|
tier: "PU",
|
|
1136
880
|
doublesTier: "(DUU)",
|
|
1137
881
|
},
|
|
@@ -1142,8 +886,6 @@ exports.FormatsData = {
|
|
|
1142
886
|
tier: "NFE",
|
|
1143
887
|
},
|
|
1144
888
|
togekiss: {
|
|
1145
|
-
randomBattleMoves: ["airslash", "aurasphere", "defog", "healbell", "nastyplot", "roost", "thunderwave"],
|
|
1146
|
-
randomDoubleBattleMoves: ["airslash", "dazzlinggleam", "followme", "nastyplot", "protect", "roost", "tailwind", "thunderwave"],
|
|
1147
889
|
tier: "UU",
|
|
1148
890
|
doublesTier: "DUU",
|
|
1149
891
|
},
|
|
@@ -1151,8 +893,6 @@ exports.FormatsData = {
|
|
|
1151
893
|
tier: "LC",
|
|
1152
894
|
},
|
|
1153
895
|
xatu: {
|
|
1154
|
-
randomBattleMoves: ["calmmind", "heatwave", "psychic", "roost", "thunderwave", "toxic", "uturn"],
|
|
1155
|
-
randomDoubleBattleMoves: ["heatwave", "protect", "psychic", "roost", "tailwind", "thunderwave", "uturn"],
|
|
1156
896
|
tier: "NU",
|
|
1157
897
|
doublesTier: "(DUU)",
|
|
1158
898
|
},
|
|
@@ -1163,14 +903,10 @@ exports.FormatsData = {
|
|
|
1163
903
|
tier: "NFE",
|
|
1164
904
|
},
|
|
1165
905
|
ampharos: {
|
|
1166
|
-
randomBattleMoves: ["focusblast", "healbell", "hiddenpowerice", "lightscreen", "reflect", "thunderbolt", "toxic", "voltswitch"],
|
|
1167
|
-
randomDoubleBattleMoves: ["focusblast", "hiddenpowergrass", "hiddenpowerice", "protect", "thunderbolt", "thunderwave"],
|
|
1168
906
|
tier: "(PU)",
|
|
1169
907
|
doublesTier: "(DUU)",
|
|
1170
908
|
},
|
|
1171
909
|
ampharosmega: {
|
|
1172
|
-
randomBattleMoves: ["agility", "dragonpulse", "focusblast", "healbell", "thunderbolt", "voltswitch"],
|
|
1173
|
-
randomDoubleBattleMoves: ["dragonpulse", "focusblast", "hiddenpowergrass", "hiddenpowerice", "protect", "thunderbolt"],
|
|
1174
910
|
tier: "RU",
|
|
1175
911
|
doublesTier: "DUU",
|
|
1176
912
|
},
|
|
@@ -1181,8 +917,6 @@ exports.FormatsData = {
|
|
|
1181
917
|
tier: "NFE",
|
|
1182
918
|
},
|
|
1183
919
|
azumarill: {
|
|
1184
|
-
randomBattleMoves: ["aquajet", "bellydrum", "knockoff", "liquidation", "playrough", "superpower"],
|
|
1185
|
-
randomDoubleBattleMoves: ["aquajet", "knockoff", "liquidation", "playrough", "protect", "superpower"],
|
|
1186
920
|
tier: "OU",
|
|
1187
921
|
doublesTier: "DUU",
|
|
1188
922
|
},
|
|
@@ -1190,8 +924,6 @@ exports.FormatsData = {
|
|
|
1190
924
|
tier: "LC",
|
|
1191
925
|
},
|
|
1192
926
|
sudowoodo: {
|
|
1193
|
-
randomBattleMoves: ["earthquake", "headsmash", "stealthrock", "suckerpunch", "toxic", "woodhammer"],
|
|
1194
|
-
randomDoubleBattleMoves: ["headsmash", "helpinghand", "protect", "stealthrock", "stompingtantrum", "suckerpunch", "woodhammer"],
|
|
1195
927
|
tier: "(PU)",
|
|
1196
928
|
doublesTier: "(DUU)",
|
|
1197
929
|
},
|
|
@@ -1202,8 +934,6 @@ exports.FormatsData = {
|
|
|
1202
934
|
tier: "NFE",
|
|
1203
935
|
},
|
|
1204
936
|
jumpluff: {
|
|
1205
|
-
randomBattleMoves: ["acrobatics", "encore", "leechseed", "seedbomb", "sleeppowder", "strengthsap", "substitute", "swordsdance", "toxic", "uturn"],
|
|
1206
|
-
randomDoubleBattleMoves: ["encore", "energyball", "helpinghand", "leechseed", "protect", "ragepowder", "sleeppowder", "strengthsap", "uturn"],
|
|
1207
937
|
tier: "(PU)",
|
|
1208
938
|
doublesTier: "(DUU)",
|
|
1209
939
|
},
|
|
@@ -1211,8 +941,6 @@ exports.FormatsData = {
|
|
|
1211
941
|
tier: "NFE",
|
|
1212
942
|
},
|
|
1213
943
|
ambipom: {
|
|
1214
|
-
randomBattleMoves: ["fakeout", "knockoff", "lowkick", "return", "seedbomb", "switcheroo", "uturn"],
|
|
1215
|
-
randomDoubleBattleMoves: ["fakeout", "icepunch", "knockoff", "lowkick", "protect", "return", "uturn"],
|
|
1216
944
|
tier: "NU",
|
|
1217
945
|
doublesTier: "(DUU)",
|
|
1218
946
|
},
|
|
@@ -1220,8 +948,6 @@ exports.FormatsData = {
|
|
|
1220
948
|
tier: "LC",
|
|
1221
949
|
},
|
|
1222
950
|
sunflora: {
|
|
1223
|
-
randomBattleMoves: ["earthpower", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "sludgebomb"],
|
|
1224
|
-
randomDoubleBattleMoves: ["earthpower", "encore", "energyball", "helpinghand", "hiddenpowerfire", "protect", "solarbeam", "sunnyday"],
|
|
1225
951
|
tier: "(PU)",
|
|
1226
952
|
doublesTier: "(DUU)",
|
|
1227
953
|
},
|
|
@@ -1229,7 +955,6 @@ exports.FormatsData = {
|
|
|
1229
955
|
tier: "NFE",
|
|
1230
956
|
},
|
|
1231
957
|
yanmega: {
|
|
1232
|
-
randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "protect", "uturn"],
|
|
1233
958
|
tier: "RU",
|
|
1234
959
|
doublesTier: "(DUU)",
|
|
1235
960
|
},
|
|
@@ -1237,8 +962,6 @@ exports.FormatsData = {
|
|
|
1237
962
|
tier: "LC",
|
|
1238
963
|
},
|
|
1239
964
|
quagsire: {
|
|
1240
|
-
randomBattleMoves: ["earthquake", "encore", "icebeam", "recover", "scald", "toxic"],
|
|
1241
|
-
randomDoubleBattleMoves: ["earthquake", "icywind", "protect", "recover", "scald", "toxic"],
|
|
1242
965
|
tier: "UUBL",
|
|
1243
966
|
doublesTier: "(DUU)",
|
|
1244
967
|
},
|
|
@@ -1246,8 +969,6 @@ exports.FormatsData = {
|
|
|
1246
969
|
tier: "NFE",
|
|
1247
970
|
},
|
|
1248
971
|
honchkrow: {
|
|
1249
|
-
randomBattleMoves: ["bravebird", "heatwave", "pursuit", "roost", "suckerpunch", "superpower"],
|
|
1250
|
-
randomDoubleBattleMoves: ["bravebird", "heatwave", "protect", "roost", "suckerpunch", "superpower"],
|
|
1251
972
|
tier: "RU",
|
|
1252
973
|
doublesTier: "(DUU)",
|
|
1253
974
|
},
|
|
@@ -1255,13 +976,10 @@ exports.FormatsData = {
|
|
|
1255
976
|
tier: "NFE",
|
|
1256
977
|
},
|
|
1257
978
|
mismagius: {
|
|
1258
|
-
randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "painsplit", "shadowball", "substitute", "taunt", "thunderbolt", "willowisp"],
|
|
1259
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "nastyplot", "protect", "shadowball", "taunt", "thunderbolt", "willowisp"],
|
|
1260
979
|
tier: "NU",
|
|
1261
980
|
doublesTier: "(DUU)",
|
|
1262
981
|
},
|
|
1263
982
|
unown: {
|
|
1264
|
-
randomBattleMoves: ["hiddenpowerpsychic"],
|
|
1265
983
|
tier: "(PU)",
|
|
1266
984
|
doublesTier: "(DUU)",
|
|
1267
985
|
},
|
|
@@ -1269,14 +987,10 @@ exports.FormatsData = {
|
|
|
1269
987
|
tier: "LC",
|
|
1270
988
|
},
|
|
1271
989
|
wobbuffet: {
|
|
1272
|
-
randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
|
|
1273
|
-
randomDoubleBattleMoves: ["charm", "counter", "encore", "mirrorcoat"],
|
|
1274
990
|
tier: "(PU)",
|
|
1275
991
|
doublesTier: "(DUU)",
|
|
1276
992
|
},
|
|
1277
993
|
girafarig: {
|
|
1278
|
-
randomBattleMoves: ["hypervoice", "nastyplot", "psychic", "psyshock", "substitute", "thunderbolt"],
|
|
1279
|
-
randomDoubleBattleMoves: ["hypervoice", "nastyplot", "protect", "psychic", "psyshock", "thunderbolt"],
|
|
1280
994
|
tier: "(PU)",
|
|
1281
995
|
doublesTier: "(DUU)",
|
|
1282
996
|
},
|
|
@@ -1284,25 +998,18 @@ exports.FormatsData = {
|
|
|
1284
998
|
tier: "LC",
|
|
1285
999
|
},
|
|
1286
1000
|
forretress: {
|
|
1287
|
-
randomBattleMoves: ["gyroball", "rapidspin", "spikes", "stealthrock", "toxic", "voltswitch"],
|
|
1288
|
-
randomDoubleBattleMoves: ["gyroball", "protect", "stealthrock", "toxic", "voltswitch"],
|
|
1289
1001
|
tier: "RU",
|
|
1290
1002
|
doublesTier: "(DUU)",
|
|
1291
1003
|
},
|
|
1292
1004
|
dunsparce: {
|
|
1293
|
-
randomBattleMoves: ["bite", "bodyslam", "coil", "glare", "headbutt", "rockslide", "roost"],
|
|
1294
|
-
randomDoubleBattleMoves: ["bite", "bodyslam", "coil", "glare", "headbutt", "protect", "rockslide"],
|
|
1295
1005
|
tier: "(PU)",
|
|
1296
1006
|
doublesTier: "(DUU)",
|
|
1297
1007
|
},
|
|
1298
1008
|
gligar: {
|
|
1299
|
-
randomBattleMoves: ["defog", "earthquake", "knockoff", "roost", "stealthrock", "toxic", "uturn"],
|
|
1300
1009
|
tier: "UU",
|
|
1301
1010
|
doublesTier: "NFE",
|
|
1302
1011
|
},
|
|
1303
1012
|
gliscor: {
|
|
1304
|
-
randomBattleMoves: ["earthquake", "knockoff", "protect", "roost", "stealthrock", "taunt", "toxic", "uturn"],
|
|
1305
|
-
randomDoubleBattleMoves: ["earthquake", "facade", "knockoff", "protect", "tailwind", "taunt"],
|
|
1306
1013
|
tier: "OU",
|
|
1307
1014
|
doublesTier: "(DUU)",
|
|
1308
1015
|
},
|
|
@@ -1310,32 +1017,22 @@ exports.FormatsData = {
|
|
|
1310
1017
|
tier: "LC",
|
|
1311
1018
|
},
|
|
1312
1019
|
granbull: {
|
|
1313
|
-
randomBattleMoves: ["crunch", "earthquake", "healbell", "playrough", "thunderwave"],
|
|
1314
|
-
randomDoubleBattleMoves: ["playrough", "protect", "snarl", "stompingtantrum", "thunderwave"],
|
|
1315
1020
|
tier: "(PU)",
|
|
1316
1021
|
doublesTier: "(DUU)",
|
|
1317
1022
|
},
|
|
1318
1023
|
qwilfish: {
|
|
1319
|
-
randomBattleMoves: ["destinybond", "liquidation", "painsplit", "spikes", "taunt", "thunderwave", "toxicspikes"],
|
|
1320
|
-
randomDoubleBattleMoves: ["destinybond", "liquidation", "poisonjab", "protect", "swordsdance", "taunt", "thunderwave"],
|
|
1321
1024
|
tier: "PU",
|
|
1322
1025
|
doublesTier: "(DUU)",
|
|
1323
1026
|
},
|
|
1324
1027
|
shuckle: {
|
|
1325
|
-
randomBattleMoves: ["encore", "knockoff", "stealthrock", "stickyweb", "toxic"],
|
|
1326
|
-
randomDoubleBattleMoves: ["encore", "guardsplit", "helpinghand", "knockoff", "stealthrock", "stickyweb", "toxic"],
|
|
1327
1028
|
tier: "(PU)",
|
|
1328
1029
|
doublesTier: "(DUU)",
|
|
1329
1030
|
},
|
|
1330
1031
|
heracross: {
|
|
1331
|
-
randomBattleMoves: ["closecombat", "facade", "knockoff", "megahorn", "stoneedge", "swordsdance"],
|
|
1332
|
-
randomDoubleBattleMoves: ["closecombat", "facade", "knockoff", "megahorn", "protect", "swordsdance"],
|
|
1333
1032
|
tier: "RUBL",
|
|
1334
1033
|
doublesTier: "(DUU)",
|
|
1335
1034
|
},
|
|
1336
1035
|
heracrossmega: {
|
|
1337
|
-
randomBattleMoves: ["closecombat", "pinmissile", "rockblast", "substitute", "swordsdance"],
|
|
1338
|
-
randomDoubleBattleMoves: ["bulletseed", "closecombat", "knockoff", "pinmissile", "protect", "rockblast", "swordsdance"],
|
|
1339
1036
|
tier: "UUBL",
|
|
1340
1037
|
doublesTier: "(DUU)",
|
|
1341
1038
|
},
|
|
@@ -1344,8 +1041,6 @@ exports.FormatsData = {
|
|
|
1344
1041
|
doublesTier: "NFE",
|
|
1345
1042
|
},
|
|
1346
1043
|
weavile: {
|
|
1347
|
-
randomBattleMoves: ["iceshard", "iciclecrash", "knockoff", "lowkick", "pursuit", "swordsdance"],
|
|
1348
|
-
randomDoubleBattleMoves: ["fakeout", "iceshard", "iciclecrash", "knockoff", "lowkick", "protect", "swordsdance"],
|
|
1349
1044
|
tier: "UUBL",
|
|
1350
1045
|
doublesTier: "DUU",
|
|
1351
1046
|
},
|
|
@@ -1353,8 +1048,6 @@ exports.FormatsData = {
|
|
|
1353
1048
|
tier: "LC",
|
|
1354
1049
|
},
|
|
1355
1050
|
ursaring: {
|
|
1356
|
-
randomBattleMoves: ["closecombat", "crunch", "facade", "protect", "swordsdance"],
|
|
1357
|
-
randomDoubleBattleMoves: ["closecombat", "crunch", "facade", "protect", "swordsdance"],
|
|
1358
1051
|
tier: "(PU)",
|
|
1359
1052
|
doublesTier: "(DUU)",
|
|
1360
1053
|
},
|
|
@@ -1362,8 +1055,6 @@ exports.FormatsData = {
|
|
|
1362
1055
|
tier: "LC",
|
|
1363
1056
|
},
|
|
1364
1057
|
magcargo: {
|
|
1365
|
-
randomBattleMoves: ["ancientpower", "earthpower", "fireblast", "hiddenpowergrass", "lavaplume", "recover", "shellsmash", "stealthrock", "toxic"],
|
|
1366
|
-
randomDoubleBattleMoves: ["earthpower", "fireblast", "heatwave", "incinerate", "protect", "stealthrock", "willowisp"],
|
|
1367
1058
|
tier: "(PU)",
|
|
1368
1059
|
doublesTier: "(DUU)",
|
|
1369
1060
|
},
|
|
@@ -1375,14 +1066,10 @@ exports.FormatsData = {
|
|
|
1375
1066
|
doublesTier: "NFE",
|
|
1376
1067
|
},
|
|
1377
1068
|
mamoswine: {
|
|
1378
|
-
randomBattleMoves: ["earthquake", "endeavor", "iceshard", "iciclecrash", "knockoff", "stealthrock", "superpower"],
|
|
1379
|
-
randomDoubleBattleMoves: ["earthquake", "iceshard", "iciclecrash", "knockoff", "protect", "rockslide", "superpower"],
|
|
1380
1069
|
tier: "UU",
|
|
1381
1070
|
doublesTier: "DUU",
|
|
1382
1071
|
},
|
|
1383
1072
|
corsola: {
|
|
1384
|
-
randomBattleMoves: ["powergem", "recover", "scald", "stealthrock", "toxic"],
|
|
1385
|
-
randomDoubleBattleMoves: ["icywind", "powergem", "protect", "scald", "stealthrock", "toxic"],
|
|
1386
1073
|
tier: "(PU)",
|
|
1387
1074
|
doublesTier: "(DUU)",
|
|
1388
1075
|
},
|
|
@@ -1390,14 +1077,10 @@ exports.FormatsData = {
|
|
|
1390
1077
|
tier: "LC",
|
|
1391
1078
|
},
|
|
1392
1079
|
octillery: {
|
|
1393
|
-
randomBattleMoves: ["energyball", "fireblast", "gunkshot", "hydropump", "icebeam", "rockblast", "scald"],
|
|
1394
|
-
randomDoubleBattleMoves: ["energyball", "fireblast", "hydropump", "icebeam", "protect"],
|
|
1395
1080
|
tier: "(PU)",
|
|
1396
1081
|
doublesTier: "(DUU)",
|
|
1397
1082
|
},
|
|
1398
1083
|
delibird: {
|
|
1399
|
-
randomBattleMoves: ["destinybond", "freezedry", "icywind", "rapidspin", "spikes"],
|
|
1400
|
-
randomDoubleBattleMoves: ["aerialace", "brickbreak", "fakeout", "icepunch", "iceshard", "protect"],
|
|
1401
1084
|
tier: "(PU)",
|
|
1402
1085
|
doublesTier: "(DUU)",
|
|
1403
1086
|
},
|
|
@@ -1405,14 +1088,10 @@ exports.FormatsData = {
|
|
|
1405
1088
|
tier: "LC",
|
|
1406
1089
|
},
|
|
1407
1090
|
mantine: {
|
|
1408
|
-
randomBattleMoves: ["airslash", "defog", "roost", "scald", "toxic"],
|
|
1409
|
-
randomDoubleBattleMoves: ["defog", "helpinghand", "protect", "scald", "tailwind", "toxic", "wideguard"],
|
|
1410
1091
|
tier: "RU",
|
|
1411
1092
|
doublesTier: "(DUU)",
|
|
1412
1093
|
},
|
|
1413
1094
|
skarmory: {
|
|
1414
|
-
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
|
|
1415
|
-
randomDoubleBattleMoves: ["bravebird", "feint", "ironhead", "protect", "skydrop", "stealthrock", "tailwind", "taunt"],
|
|
1416
1095
|
tier: "OU",
|
|
1417
1096
|
doublesTier: "(DUU)",
|
|
1418
1097
|
},
|
|
@@ -1420,14 +1099,10 @@ exports.FormatsData = {
|
|
|
1420
1099
|
tier: "LC",
|
|
1421
1100
|
},
|
|
1422
1101
|
houndoom: {
|
|
1423
|
-
randomBattleMoves: ["darkpulse", "fireblast", "hiddenpowergrass", "nastyplot", "suckerpunch"],
|
|
1424
|
-
randomDoubleBattleMoves: ["darkpulse", "heatwave", "nastyplot", "protect", "suckerpunch"],
|
|
1425
1102
|
tier: "PUBL",
|
|
1426
1103
|
doublesTier: "(DUU)",
|
|
1427
1104
|
},
|
|
1428
1105
|
houndoommega: {
|
|
1429
|
-
randomBattleMoves: ["darkpulse", "fireblast", "hiddenpowergrass", "nastyplot", "taunt"],
|
|
1430
|
-
randomDoubleBattleMoves: ["darkpulse", "heatwave", "hiddenpowergrass", "nastyplot", "protect", "taunt"],
|
|
1431
1106
|
tier: "RUBL",
|
|
1432
1107
|
doublesTier: "(DUU)",
|
|
1433
1108
|
},
|
|
@@ -1435,44 +1110,30 @@ exports.FormatsData = {
|
|
|
1435
1110
|
tier: "LC",
|
|
1436
1111
|
},
|
|
1437
1112
|
donphan: {
|
|
1438
|
-
randomBattleMoves: ["earthquake", "iceshard", "knockoff", "rapidspin", "stealthrock", "stoneedge"],
|
|
1439
|
-
randomDoubleBattleMoves: ["earthquake", "iceshard", "knockoff", "protect", "rapidspin", "rockslide", "stealthrock"],
|
|
1440
1113
|
tier: "RU",
|
|
1441
1114
|
doublesTier: "(DUU)",
|
|
1442
1115
|
},
|
|
1443
1116
|
stantler: {
|
|
1444
|
-
randomBattleMoves: ["doubleedge", "earthquake", "jumpkick", "megahorn", "suckerpunch"],
|
|
1445
|
-
randomDoubleBattleMoves: ["earthquake", "jumpkick", "megahorn", "protect", "return", "suckerpunch"],
|
|
1446
1117
|
tier: "(PU)",
|
|
1447
1118
|
doublesTier: "(DUU)",
|
|
1448
1119
|
},
|
|
1449
1120
|
smeargle: {
|
|
1450
|
-
randomBattleMoves: ["destinybond", "spore", "stealthrock", "stickyweb", "whirlwind"],
|
|
1451
|
-
randomDoubleBattleMoves: ["fakeout", "followme", "helpinghand", "kingsshield", "spore", "stickyweb", "tailwind", "transform", "wideguard"],
|
|
1452
1121
|
tier: "(PU)",
|
|
1453
1122
|
doublesTier: "(DUU)",
|
|
1454
1123
|
},
|
|
1455
1124
|
miltank: {
|
|
1456
|
-
randomBattleMoves: ["bodyslam", "curse", "earthquake", "healbell", "milkdrink", "stealthrock", "toxic"],
|
|
1457
|
-
randomDoubleBattleMoves: ["bodyslam", "curse", "helpinghand", "milkdrink", "protect", "stompingtantrum", "thunderwave"],
|
|
1458
1125
|
tier: "NU",
|
|
1459
1126
|
doublesTier: "(DUU)",
|
|
1460
1127
|
},
|
|
1461
1128
|
raikou: {
|
|
1462
|
-
randomBattleMoves: ["aurasphere", "calmmind", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
|
|
1463
|
-
randomDoubleBattleMoves: ["calmmind", "hiddenpowerice", "protect", "snarl", "thunderbolt"],
|
|
1464
1129
|
tier: "RU",
|
|
1465
1130
|
doublesTier: "(DUU)",
|
|
1466
1131
|
},
|
|
1467
1132
|
entei: {
|
|
1468
|
-
randomBattleMoves: ["extremespeed", "flareblitz", "sacredfire", "stompingtantrum", "stoneedge"],
|
|
1469
|
-
randomDoubleBattleMoves: ["extremespeed", "flareblitz", "protect", "sacredfire", "stompingtantrum", "stoneedge"],
|
|
1470
1133
|
tier: "RUBL",
|
|
1471
1134
|
doublesTier: "DUU",
|
|
1472
1135
|
},
|
|
1473
1136
|
suicune: {
|
|
1474
|
-
randomBattleMoves: ["calmmind", "hiddenpowergrass", "icebeam", "rest", "scald", "sleeptalk"],
|
|
1475
|
-
randomDoubleBattleMoves: ["icebeam", "scald", "snarl", "tailwind", "toxic"],
|
|
1476
1137
|
tier: "UU",
|
|
1477
1138
|
doublesTier: "DOU",
|
|
1478
1139
|
},
|
|
@@ -1483,32 +1144,22 @@ exports.FormatsData = {
|
|
|
1483
1144
|
tier: "NFE",
|
|
1484
1145
|
},
|
|
1485
1146
|
tyranitar: {
|
|
1486
|
-
randomBattleMoves: ["crunch", "earthquake", "fireblast", "icebeam", "pursuit", "stealthrock", "stoneedge"],
|
|
1487
|
-
randomDoubleBattleMoves: ["crunch", "fireblast", "icebeam", "protect", "rockslide", "stealthrock", "stompingtantrum", "stoneedge"],
|
|
1488
1147
|
tier: "OU",
|
|
1489
1148
|
doublesTier: "DOU",
|
|
1490
1149
|
},
|
|
1491
1150
|
tyranitarmega: {
|
|
1492
|
-
randomBattleMoves: ["crunch", "dragondance", "earthquake", "icepunch", "stoneedge"],
|
|
1493
|
-
randomDoubleBattleMoves: ["crunch", "dragondance", "earthquake", "icepunch", "protect", "rockslide", "stoneedge"],
|
|
1494
1151
|
tier: "OU",
|
|
1495
1152
|
doublesTier: "DOU",
|
|
1496
1153
|
},
|
|
1497
1154
|
lugia: {
|
|
1498
|
-
randomBattleMoves: ["aeroblast", "earthquake", "roost", "substitute", "toxic", "whirlwind"],
|
|
1499
|
-
randomDoubleBattleMoves: ["aeroblast", "protect", "psychic", "roost", "skydrop", "tailwind", "toxic"],
|
|
1500
1155
|
tier: "Uber",
|
|
1501
1156
|
doublesTier: "DUber",
|
|
1502
1157
|
},
|
|
1503
1158
|
hooh: {
|
|
1504
|
-
randomBattleMoves: ["bravebird", "defog", "earthquake", "roost", "sacredfire", "substitute", "toxic"],
|
|
1505
|
-
randomDoubleBattleMoves: ["bravebird", "earthpower", "protect", "roost", "sacredfire", "skydrop", "tailwind", "toxic"],
|
|
1506
1159
|
tier: "Uber",
|
|
1507
1160
|
doublesTier: "DUber",
|
|
1508
1161
|
},
|
|
1509
1162
|
celebi: {
|
|
1510
|
-
randomBattleMoves: ["earthpower", "gigadrain", "hiddenpowerfire", "leafstorm", "nastyplot", "psychic", "recover", "thunderwave", "uturn"],
|
|
1511
|
-
randomDoubleBattleMoves: ["earthpower", "energyball", "nastyplot", "protect", "psychic", "recover", "thunderwave", "uturn"],
|
|
1512
1163
|
tier: "UU",
|
|
1513
1164
|
doublesTier: "(DUU)",
|
|
1514
1165
|
},
|
|
@@ -1519,14 +1170,10 @@ exports.FormatsData = {
|
|
|
1519
1170
|
tier: "NFE",
|
|
1520
1171
|
},
|
|
1521
1172
|
sceptile: {
|
|
1522
|
-
randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "leechseed", "substitute"],
|
|
1523
|
-
randomDoubleBattleMoves: ["energyball", "focusblast", "hiddenpowerfire", "hiddenpowerice", "protect"],
|
|
1524
1173
|
tier: "NU",
|
|
1525
1174
|
doublesTier: "(DUU)",
|
|
1526
1175
|
},
|
|
1527
1176
|
sceptilemega: {
|
|
1528
|
-
randomBattleMoves: ["dragonpulse", "earthquake", "focusblast", "gigadrain", "hiddenpowerfire", "leafblade", "outrage", "substitute", "swordsdance"],
|
|
1529
|
-
randomDoubleBattleMoves: ["dragonpulse", "energyball", "focusblast", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "protect"],
|
|
1530
1177
|
tier: "RU",
|
|
1531
1178
|
doublesTier: "DUU",
|
|
1532
1179
|
},
|
|
@@ -1537,12 +1184,10 @@ exports.FormatsData = {
|
|
|
1537
1184
|
tier: "NFE",
|
|
1538
1185
|
},
|
|
1539
1186
|
blaziken: {
|
|
1540
|
-
randomBattleMoves: ["fireblast", "hiddenpowerice", "highjumpkick", "knockoff", "protect"],
|
|
1541
1187
|
tier: "Uber",
|
|
1542
1188
|
doublesTier: "(DUU)",
|
|
1543
1189
|
},
|
|
1544
1190
|
blazikenmega: {
|
|
1545
|
-
randomBattleMoves: ["flareblitz", "highjumpkick", "knockoff", "protect", "stoneedge", "swordsdance"],
|
|
1546
1191
|
tier: "Uber",
|
|
1547
1192
|
doublesTier: "DUU",
|
|
1548
1193
|
},
|
|
@@ -1553,14 +1198,10 @@ exports.FormatsData = {
|
|
|
1553
1198
|
tier: "NFE",
|
|
1554
1199
|
},
|
|
1555
1200
|
swampert: {
|
|
1556
|
-
randomBattleMoves: ["earthquake", "icebeam", "protect", "roar", "scald", "stealthrock", "toxic"],
|
|
1557
|
-
randomDoubleBattleMoves: ["earthquake", "icywind", "muddywater", "protect", "scald", "stealthrock", "wideguard"],
|
|
1558
1201
|
tier: "UU",
|
|
1559
1202
|
doublesTier: "(DUU)",
|
|
1560
1203
|
},
|
|
1561
1204
|
swampertmega: {
|
|
1562
|
-
randomBattleMoves: ["earthquake", "icepunch", "raindance", "superpower", "waterfall"],
|
|
1563
|
-
randomDoubleBattleMoves: ["earthquake", "icepunch", "protect", "raindance", "waterfall"],
|
|
1564
1205
|
tier: "OU",
|
|
1565
1206
|
doublesTier: "DOU",
|
|
1566
1207
|
},
|
|
@@ -1568,8 +1209,6 @@ exports.FormatsData = {
|
|
|
1568
1209
|
tier: "LC",
|
|
1569
1210
|
},
|
|
1570
1211
|
mightyena: {
|
|
1571
|
-
randomBattleMoves: ["crunch", "firefang", "irontail", "playrough", "suckerpunch"],
|
|
1572
|
-
randomDoubleBattleMoves: ["crunch", "firefang", "playrough", "protect", "suckerpunch", "taunt"],
|
|
1573
1212
|
tier: "(PU)",
|
|
1574
1213
|
doublesTier: "(DUU)",
|
|
1575
1214
|
},
|
|
@@ -1577,8 +1216,6 @@ exports.FormatsData = {
|
|
|
1577
1216
|
tier: "LC",
|
|
1578
1217
|
},
|
|
1579
1218
|
linoone: {
|
|
1580
|
-
randomBattleMoves: ["bellydrum", "extremespeed", "shadowclaw", "stompingtantrum"],
|
|
1581
|
-
randomDoubleBattleMoves: ["bellydrum", "extremespeed", "protect", "shadowclaw", "stompingtantrum"],
|
|
1582
1219
|
tier: "RUBL",
|
|
1583
1220
|
doublesTier: "(DUU)",
|
|
1584
1221
|
},
|
|
@@ -1589,8 +1226,6 @@ exports.FormatsData = {
|
|
|
1589
1226
|
tier: "NFE",
|
|
1590
1227
|
},
|
|
1591
1228
|
beautifly: {
|
|
1592
|
-
randomBattleMoves: ["bugbuzz", "energyball", "hiddenpowerfighting", "psychic", "quiverdance"],
|
|
1593
|
-
randomDoubleBattleMoves: ["aircutter", "bugbuzz", "protect", "quiverdance", "stringshot", "tailwind"],
|
|
1594
1229
|
tier: "(PU)",
|
|
1595
1230
|
doublesTier: "(DUU)",
|
|
1596
1231
|
},
|
|
@@ -1598,8 +1233,6 @@ exports.FormatsData = {
|
|
|
1598
1233
|
tier: "NFE",
|
|
1599
1234
|
},
|
|
1600
1235
|
dustox: {
|
|
1601
|
-
randomBattleMoves: ["bugbuzz", "defog", "quiverdance", "roost", "sludgebomb", "uturn"],
|
|
1602
|
-
randomDoubleBattleMoves: ["bugbuzz", "protect", "sludgebomb", "stringshot", "strugglebug", "tailwind"],
|
|
1603
1236
|
tier: "(PU)",
|
|
1604
1237
|
doublesTier: "(DUU)",
|
|
1605
1238
|
},
|
|
@@ -1610,8 +1243,6 @@ exports.FormatsData = {
|
|
|
1610
1243
|
tier: "NFE",
|
|
1611
1244
|
},
|
|
1612
1245
|
ludicolo: {
|
|
1613
|
-
randomBattleMoves: ["focusblast", "gigadrain", "hydropump", "icebeam", "raindance", "scald"],
|
|
1614
|
-
randomDoubleBattleMoves: ["fakeout", "gigadrain", "hydropump", "icebeam", "protect", "raindance"],
|
|
1615
1246
|
tier: "PU",
|
|
1616
1247
|
doublesTier: "(DUU)",
|
|
1617
1248
|
},
|
|
@@ -1622,8 +1253,6 @@ exports.FormatsData = {
|
|
|
1622
1253
|
tier: "NFE",
|
|
1623
1254
|
},
|
|
1624
1255
|
shiftry: {
|
|
1625
|
-
randomBattleMoves: ["defog", "knockoff", "leafstorm", "lowkick", "seedbomb", "suckerpunch", "swordsdance"],
|
|
1626
|
-
randomDoubleBattleMoves: ["fakeout", "knockoff", "leafblade", "leafstorm", "protect", "suckerpunch", "swordsdance"],
|
|
1627
1256
|
tier: "(PU)",
|
|
1628
1257
|
doublesTier: "(DUU)",
|
|
1629
1258
|
},
|
|
@@ -1631,8 +1260,6 @@ exports.FormatsData = {
|
|
|
1631
1260
|
tier: "LC",
|
|
1632
1261
|
},
|
|
1633
1262
|
swellow: {
|
|
1634
|
-
randomBattleMoves: ["bravebird", "facade", "protect", "quickattack", "uturn"],
|
|
1635
|
-
randomDoubleBattleMoves: ["bravebird", "facade", "protect", "quickattack", "uturn"],
|
|
1636
1263
|
tier: "RU",
|
|
1637
1264
|
doublesTier: "(DUU)",
|
|
1638
1265
|
},
|
|
@@ -1640,8 +1267,6 @@ exports.FormatsData = {
|
|
|
1640
1267
|
tier: "NFE",
|
|
1641
1268
|
},
|
|
1642
1269
|
pelipper: {
|
|
1643
|
-
randomBattleMoves: ["defog", "hurricane", "hydropump", "knockoff", "roost", "scald", "uturn"],
|
|
1644
|
-
randomDoubleBattleMoves: ["hurricane", "protect", "scald", "tailwind", "uturn", "wideguard"],
|
|
1645
1270
|
tier: "OU",
|
|
1646
1271
|
doublesTier: "DOU",
|
|
1647
1272
|
},
|
|
@@ -1652,26 +1277,18 @@ exports.FormatsData = {
|
|
|
1652
1277
|
tier: "NFE",
|
|
1653
1278
|
},
|
|
1654
1279
|
gardevoir: {
|
|
1655
|
-
randomBattleMoves: ["calmmind", "focusblast", "moonblast", "psychic", "shadowball", "substitute", "thunderbolt", "willowisp"],
|
|
1656
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "focusblast", "helpinghand", "moonblast", "protect", "psyshock"],
|
|
1657
1280
|
tier: "RU",
|
|
1658
1281
|
doublesTier: "DUU",
|
|
1659
1282
|
},
|
|
1660
1283
|
gardevoirmega: {
|
|
1661
|
-
randomBattleMoves: ["calmmind", "focusblast", "hypervoice", "psyshock", "substitute", "taunt", "willowisp"],
|
|
1662
|
-
randomDoubleBattleMoves: ["calmmind", "focusblast", "hypervoice", "protect", "psyshock"],
|
|
1663
1284
|
tier: "UUBL",
|
|
1664
1285
|
doublesTier: "DOU",
|
|
1665
1286
|
},
|
|
1666
1287
|
gallade: {
|
|
1667
|
-
randomBattleMoves: ["bulkup", "closecombat", "drainpunch", "icepunch", "knockoff", "shadowsneak", "substitute", "zenheadbutt"],
|
|
1668
|
-
randomDoubleBattleMoves: ["closecombat", "helpinghand", "icepunch", "knockoff", "protect", "shadowsneak", "trick", "zenheadbutt"],
|
|
1669
1288
|
tier: "PUBL",
|
|
1670
1289
|
doublesTier: "(DUU)",
|
|
1671
1290
|
},
|
|
1672
1291
|
gallademega: {
|
|
1673
|
-
randomBattleMoves: ["closecombat", "icepunch", "knockoff", "swordsdance", "zenheadbutt"],
|
|
1674
|
-
randomDoubleBattleMoves: ["closecombat", "drainpunch", "icepunch", "knockoff", "protect", "swordsdance", "zenheadbutt"],
|
|
1675
1292
|
tier: "UUBL",
|
|
1676
1293
|
doublesTier: "(DUU)",
|
|
1677
1294
|
},
|
|
@@ -1679,8 +1296,6 @@ exports.FormatsData = {
|
|
|
1679
1296
|
tier: "LC",
|
|
1680
1297
|
},
|
|
1681
1298
|
masquerain: {
|
|
1682
|
-
randomBattleMoves: ["airslash", "bugbuzz", "hydropump", "quiverdance", "stickyweb"],
|
|
1683
|
-
randomDoubleBattleMoves: ["airslash", "bugbuzz", "hydropump", "protect", "quiverdance", "stickyweb", "strugglebug", "tailwind"],
|
|
1684
1299
|
tier: "(PU)",
|
|
1685
1300
|
doublesTier: "(DUU)",
|
|
1686
1301
|
},
|
|
@@ -1688,8 +1303,6 @@ exports.FormatsData = {
|
|
|
1688
1303
|
tier: "LC",
|
|
1689
1304
|
},
|
|
1690
1305
|
breloom: {
|
|
1691
|
-
randomBattleMoves: ["bulletseed", "machpunch", "rocktomb", "spore", "swordsdance"],
|
|
1692
|
-
randomDoubleBattleMoves: ["bulletseed", "machpunch", "protect", "rocktomb", "spore"],
|
|
1693
1306
|
tier: "UUBL",
|
|
1694
1307
|
doublesTier: "DUU",
|
|
1695
1308
|
},
|
|
@@ -1700,8 +1313,6 @@ exports.FormatsData = {
|
|
|
1700
1313
|
tier: "NFE",
|
|
1701
1314
|
},
|
|
1702
1315
|
slaking: {
|
|
1703
|
-
randomBattleMoves: ["earthquake", "firepunch", "gigaimpact", "nightslash", "pursuit", "retaliate"],
|
|
1704
|
-
randomDoubleBattleMoves: ["doubleedge", "earthquake", "hammerarm", "nightslash", "retaliate", "rockslide"],
|
|
1705
1316
|
tier: "(PU)",
|
|
1706
1317
|
doublesTier: "(DUU)",
|
|
1707
1318
|
},
|
|
@@ -1709,14 +1320,10 @@ exports.FormatsData = {
|
|
|
1709
1320
|
tier: "LC",
|
|
1710
1321
|
},
|
|
1711
1322
|
ninjask: {
|
|
1712
|
-
randomBattleMoves: ["aerialace", "dig", "leechlife", "nightslash", "swordsdance", "uturn"],
|
|
1713
|
-
randomDoubleBattleMoves: ["aerialace", "dig", "leechlife", "protect", "swordsdance"],
|
|
1714
1323
|
tier: "(PU)",
|
|
1715
1324
|
doublesTier: "(DUU)",
|
|
1716
1325
|
},
|
|
1717
1326
|
shedinja: {
|
|
1718
|
-
randomBattleMoves: ["shadowclaw", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
|
|
1719
|
-
randomDoubleBattleMoves: ["allyswitch", "protect", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
|
|
1720
1327
|
tier: "(PU)",
|
|
1721
1328
|
doublesTier: "(DUU)",
|
|
1722
1329
|
},
|
|
@@ -1727,8 +1334,6 @@ exports.FormatsData = {
|
|
|
1727
1334
|
tier: "NFE",
|
|
1728
1335
|
},
|
|
1729
1336
|
exploud: {
|
|
1730
|
-
randomBattleMoves: ["boomburst", "fireblast", "focusblast", "icebeam", "surf"],
|
|
1731
|
-
randomDoubleBattleMoves: ["boomburst", "fireblast", "focusblast", "hypervoice", "icebeam", "protect"],
|
|
1732
1337
|
tier: "NUBL",
|
|
1733
1338
|
doublesTier: "(DUU)",
|
|
1734
1339
|
},
|
|
@@ -1736,8 +1341,6 @@ exports.FormatsData = {
|
|
|
1736
1341
|
tier: "LC",
|
|
1737
1342
|
},
|
|
1738
1343
|
hariyama: {
|
|
1739
|
-
randomBattleMoves: ["bulkup", "bulletpunch", "closecombat", "icepunch", "knockoff", "stoneedge"],
|
|
1740
|
-
randomDoubleBattleMoves: ["bulletpunch", "closecombat", "facade", "fakeout", "helpinghand", "knockoff", "protect", "wideguard"],
|
|
1741
1344
|
tier: "NU",
|
|
1742
1345
|
doublesTier: "DUU",
|
|
1743
1346
|
},
|
|
@@ -1745,8 +1348,6 @@ exports.FormatsData = {
|
|
|
1745
1348
|
tier: "LC",
|
|
1746
1349
|
},
|
|
1747
1350
|
probopass: {
|
|
1748
|
-
randomBattleMoves: ["earthpower", "flashcannon", "stealthrock", "thunderwave", "toxic", "voltswitch"],
|
|
1749
|
-
randomDoubleBattleMoves: ["flashcannon", "helpinghand", "powergem", "protect", "stealthrock", "thunderwave", "wideguard"],
|
|
1750
1351
|
tier: "(PU)",
|
|
1751
1352
|
doublesTier: "(DUU)",
|
|
1752
1353
|
},
|
|
@@ -1754,32 +1355,22 @@ exports.FormatsData = {
|
|
|
1754
1355
|
tier: "LC",
|
|
1755
1356
|
},
|
|
1756
1357
|
delcatty: {
|
|
1757
|
-
randomBattleMoves: ["doubleedge", "fakeout", "healbell", "suckerpunch", "thunderwave", "wildcharge"],
|
|
1758
|
-
randomDoubleBattleMoves: ["doubleedge", "fakeout", "helpinghand", "protect", "suckerpunch", "thunderwave"],
|
|
1759
1358
|
tier: "(PU)",
|
|
1760
1359
|
doublesTier: "(DUU)",
|
|
1761
1360
|
},
|
|
1762
1361
|
sableye: {
|
|
1763
|
-
randomBattleMoves: ["foulplay", "recover", "taunt", "toxic", "willowisp"],
|
|
1764
|
-
randomDoubleBattleMoves: ["fakeout", "foulplay", "helpinghand", "protect", "recover", "snarl", "taunt", "willowisp"],
|
|
1765
1362
|
tier: "PU",
|
|
1766
1363
|
doublesTier: "DUU",
|
|
1767
1364
|
},
|
|
1768
1365
|
sableyemega: {
|
|
1769
|
-
randomBattleMoves: ["calmmind", "darkpulse", "recover", "shadowball", "willowisp"],
|
|
1770
|
-
randomDoubleBattleMoves: ["fakeout", "knockoff", "protect", "recover", "shadowball", "willowisp"],
|
|
1771
1366
|
tier: "OU",
|
|
1772
1367
|
doublesTier: "DUU",
|
|
1773
1368
|
},
|
|
1774
1369
|
mawile: {
|
|
1775
|
-
randomBattleMoves: ["ironhead", "knockoff", "playrough", "stealthrock", "suckerpunch", "swordsdance"],
|
|
1776
|
-
randomDoubleBattleMoves: ["ironhead", "knockoff", "playrough", "protect", "suckerpunch", "swordsdance"],
|
|
1777
1370
|
tier: "(PU)",
|
|
1778
1371
|
doublesTier: "(DUU)",
|
|
1779
1372
|
},
|
|
1780
1373
|
mawilemega: {
|
|
1781
|
-
randomBattleMoves: ["firefang", "focuspunch", "ironhead", "knockoff", "playrough", "substitute", "suckerpunch", "swordsdance"],
|
|
1782
|
-
randomDoubleBattleMoves: ["ironhead", "knockoff", "playrough", "protect", "suckerpunch", "swordsdance"],
|
|
1783
1374
|
tier: "OU",
|
|
1784
1375
|
doublesTier: "DUU",
|
|
1785
1376
|
},
|
|
@@ -1790,14 +1381,10 @@ exports.FormatsData = {
|
|
|
1790
1381
|
tier: "NFE",
|
|
1791
1382
|
},
|
|
1792
1383
|
aggron: {
|
|
1793
|
-
randomBattleMoves: ["aquatail", "earthquake", "headsmash", "heavyslam", "rockpolish", "stealthrock"],
|
|
1794
|
-
randomDoubleBattleMoves: ["headsmash", "heavyslam", "protect", "stealthrock", "stompingtantrum"],
|
|
1795
1384
|
tier: "PU",
|
|
1796
1385
|
doublesTier: "(DUU)",
|
|
1797
1386
|
},
|
|
1798
1387
|
aggronmega: {
|
|
1799
|
-
randomBattleMoves: ["earthquake", "heavyslam", "roar", "stealthrock", "stoneedge", "thunderwave", "toxic"],
|
|
1800
|
-
randomDoubleBattleMoves: ["heavyslam", "protect", "rockslide", "stealthrock", "stompingtantrum", "toxic"],
|
|
1801
1388
|
tier: "UU",
|
|
1802
1389
|
doublesTier: "(DUU)",
|
|
1803
1390
|
},
|
|
@@ -1805,14 +1392,10 @@ exports.FormatsData = {
|
|
|
1805
1392
|
tier: "NFE",
|
|
1806
1393
|
},
|
|
1807
1394
|
medicham: {
|
|
1808
|
-
randomBattleMoves: ["bulletpunch", "drainpunch", "highjumpkick", "icepunch", "zenheadbutt"],
|
|
1809
|
-
randomDoubleBattleMoves: ["bulletpunch", "drainpunch", "fakeout", "highjumpkick", "icepunch", "protect", "zenheadbutt"],
|
|
1810
1395
|
tier: "NU",
|
|
1811
1396
|
doublesTier: "(DUU)",
|
|
1812
1397
|
},
|
|
1813
1398
|
medichammega: {
|
|
1814
|
-
randomBattleMoves: ["fakeout", "highjumpkick", "icepunch", "thunderpunch", "zenheadbutt"],
|
|
1815
|
-
randomDoubleBattleMoves: ["bulletpunch", "drainpunch", "fakeout", "highjumpkick", "icepunch", "protect", "zenheadbutt"],
|
|
1816
1399
|
tier: "OU",
|
|
1817
1400
|
doublesTier: "(DUU)",
|
|
1818
1401
|
},
|
|
@@ -1820,38 +1403,26 @@ exports.FormatsData = {
|
|
|
1820
1403
|
tier: "LC",
|
|
1821
1404
|
},
|
|
1822
1405
|
manectric: {
|
|
1823
|
-
randomBattleMoves: ["flamethrower", "hiddenpowergrass", "hiddenpowerice", "overheat", "thunderbolt", "voltswitch"],
|
|
1824
|
-
randomDoubleBattleMoves: ["flamethrower", "hiddenpowergrass", "hiddenpowerice", "protect", "snarl", "switcheroo", "thunderbolt", "voltswitch"],
|
|
1825
1406
|
tier: "PU",
|
|
1826
1407
|
doublesTier: "(DUU)",
|
|
1827
1408
|
},
|
|
1828
1409
|
manectricmega: {
|
|
1829
|
-
randomBattleMoves: ["hiddenpowergrass", "hiddenpowerice", "overheat", "thunderbolt", "voltswitch"],
|
|
1830
|
-
randomDoubleBattleMoves: ["flamethrower", "hiddenpowergrass", "hiddenpowerice", "protect", "snarl", "thunderbolt", "voltswitch"],
|
|
1831
1410
|
tier: "UU",
|
|
1832
1411
|
doublesTier: "DOU",
|
|
1833
1412
|
},
|
|
1834
1413
|
plusle: {
|
|
1835
|
-
randomBattleMoves: ["encore", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
|
|
1836
|
-
randomDoubleBattleMoves: ["encore", "helpinghand", "hiddenpowerice", "nastyplot", "protect", "thunderbolt"],
|
|
1837
1414
|
tier: "(PU)",
|
|
1838
1415
|
doublesTier: "(DUU)",
|
|
1839
1416
|
},
|
|
1840
1417
|
minun: {
|
|
1841
|
-
randomBattleMoves: ["encore", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
|
|
1842
|
-
randomDoubleBattleMoves: ["encore", "helpinghand", "hiddenpowerice", "nastyplot", "protect", "thunderbolt"],
|
|
1843
1418
|
tier: "(PU)",
|
|
1844
1419
|
doublesTier: "(DUU)",
|
|
1845
1420
|
},
|
|
1846
1421
|
volbeat: {
|
|
1847
|
-
randomBattleMoves: ["defog", "encore", "roost", "tailwind", "thunderwave", "uturn"],
|
|
1848
|
-
randomDoubleBattleMoves: ["encore", "helpinghand", "protect", "stringshot", "strugglebug", "tailwind", "thunderwave", "uturn"],
|
|
1849
1422
|
tier: "(PU)",
|
|
1850
1423
|
doublesTier: "(DUU)",
|
|
1851
1424
|
},
|
|
1852
1425
|
illumise: {
|
|
1853
|
-
randomBattleMoves: ["bugbuzz", "defog", "encore", "roost", "thunderwave", "uturn", "wish"],
|
|
1854
|
-
randomDoubleBattleMoves: ["bugbuzz", "encore", "helpinghand", "protect", "tailwind", "thunderwave"],
|
|
1855
1426
|
tier: "(PU)",
|
|
1856
1427
|
doublesTier: "(DUU)",
|
|
1857
1428
|
},
|
|
@@ -1863,8 +1434,6 @@ exports.FormatsData = {
|
|
|
1863
1434
|
doublesTier: "NFE",
|
|
1864
1435
|
},
|
|
1865
1436
|
roserade: {
|
|
1866
|
-
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leafstorm", "sleeppowder", "sludgebomb", "spikes", "synthesis", "toxicspikes"],
|
|
1867
|
-
randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "leafstorm", "protect", "sleeppowder", "sludgebomb"],
|
|
1868
1437
|
tier: "RU",
|
|
1869
1438
|
doublesTier: "(DUU)",
|
|
1870
1439
|
},
|
|
@@ -1872,8 +1441,6 @@ exports.FormatsData = {
|
|
|
1872
1441
|
tier: "LC",
|
|
1873
1442
|
},
|
|
1874
1443
|
swalot: {
|
|
1875
|
-
randomBattleMoves: ["earthquake", "encore", "icebeam", "painsplit", "sludgebomb", "toxic", "yawn"],
|
|
1876
|
-
randomDoubleBattleMoves: ["encore", "icebeam", "poisongas", "protect", "sludgebomb", "yawn"],
|
|
1877
1444
|
tier: "(PU)",
|
|
1878
1445
|
doublesTier: "(DUU)",
|
|
1879
1446
|
},
|
|
@@ -1881,14 +1448,10 @@ exports.FormatsData = {
|
|
|
1881
1448
|
tier: "LC",
|
|
1882
1449
|
},
|
|
1883
1450
|
sharpedo: {
|
|
1884
|
-
randomBattleMoves: ["crunch", "earthquake", "icebeam", "protect", "waterfall"],
|
|
1885
|
-
randomDoubleBattleMoves: ["crunch", "icebeam", "liquidation", "protect", "psychicfangs"],
|
|
1886
1451
|
tier: "RUBL",
|
|
1887
1452
|
doublesTier: "(DUU)",
|
|
1888
1453
|
},
|
|
1889
1454
|
sharpedomega: {
|
|
1890
|
-
randomBattleMoves: ["crunch", "destinybond", "icefang", "protect", "psychicfangs", "waterfall"],
|
|
1891
|
-
randomDoubleBattleMoves: ["crunch", "icefang", "liquidation", "protect", "psychicfangs"],
|
|
1892
1455
|
tier: "UU",
|
|
1893
1456
|
doublesTier: "(DUU)",
|
|
1894
1457
|
},
|
|
@@ -1896,8 +1459,6 @@ exports.FormatsData = {
|
|
|
1896
1459
|
tier: "LC",
|
|
1897
1460
|
},
|
|
1898
1461
|
wailord: {
|
|
1899
|
-
randomBattleMoves: ["hiddenpowerfire", "hiddenpowergrass", "hydropump", "icebeam", "waterspout"],
|
|
1900
|
-
randomDoubleBattleMoves: ["hiddenpowerfire", "hiddenpowergrass", "hydropump", "icebeam", "waterspout"],
|
|
1901
1462
|
tier: "(PU)",
|
|
1902
1463
|
doublesTier: "(DUU)",
|
|
1903
1464
|
},
|
|
@@ -1905,20 +1466,14 @@ exports.FormatsData = {
|
|
|
1905
1466
|
tier: "LC",
|
|
1906
1467
|
},
|
|
1907
1468
|
camerupt: {
|
|
1908
|
-
randomBattleMoves: ["earthpower", "fireblast", "hiddenpowergrass", "lavaplume", "roar", "rockpolish", "stealthrock", "stoneedge"],
|
|
1909
|
-
randomDoubleBattleMoves: ["earthpower", "fireblast", "heatwave", "incinerate", "protect", "stealthrock"],
|
|
1910
1469
|
tier: "(PU)",
|
|
1911
1470
|
doublesTier: "(DUU)",
|
|
1912
1471
|
},
|
|
1913
1472
|
cameruptmega: {
|
|
1914
|
-
randomBattleMoves: ["ancientpower", "earthpower", "fireblast", "stealthrock", "toxic", "willowisp"],
|
|
1915
|
-
randomDoubleBattleMoves: ["earthpower", "fireblast", "heatwave", "protect", "rockslide"],
|
|
1916
1473
|
tier: "NUBL",
|
|
1917
1474
|
doublesTier: "DOU",
|
|
1918
1475
|
},
|
|
1919
1476
|
torkoal: {
|
|
1920
|
-
randomBattleMoves: ["earthpower", "fireblast", "lavaplume", "rapidspin", "shellsmash", "solarbeam", "stealthrock", "yawn"],
|
|
1921
|
-
randomDoubleBattleMoves: ["earthpower", "fireblast", "heatwave", "protect", "solarbeam", "willowisp"],
|
|
1922
1477
|
tier: "(PU)",
|
|
1923
1478
|
doublesTier: "DUU",
|
|
1924
1479
|
},
|
|
@@ -1926,14 +1481,10 @@ exports.FormatsData = {
|
|
|
1926
1481
|
tier: "LC",
|
|
1927
1482
|
},
|
|
1928
1483
|
grumpig: {
|
|
1929
|
-
randomBattleMoves: ["focusblast", "healbell", "lightscreen", "psychic", "reflect", "thunderwave", "toxic", "whirlwind"],
|
|
1930
|
-
randomDoubleBattleMoves: ["focusblast", "lightscreen", "protect", "psychic", "reflect", "taunt", "thunderwave"],
|
|
1931
1484
|
tier: "(PU)",
|
|
1932
1485
|
doublesTier: "(DUU)",
|
|
1933
1486
|
},
|
|
1934
1487
|
spinda: {
|
|
1935
|
-
randomBattleMoves: ["encore", "return", "rockslide", "superpower"],
|
|
1936
|
-
randomDoubleBattleMoves: ["fakeout", "protect", "return", "suckerpunch", "superpower", "trickroom"],
|
|
1937
1488
|
tier: "(PU)",
|
|
1938
1489
|
doublesTier: "(DUU)",
|
|
1939
1490
|
},
|
|
@@ -1944,8 +1495,6 @@ exports.FormatsData = {
|
|
|
1944
1495
|
tier: "NFE",
|
|
1945
1496
|
},
|
|
1946
1497
|
flygon: {
|
|
1947
|
-
randomBattleMoves: ["defog", "dragondance", "earthquake", "firepunch", "outrage", "roost", "uturn"],
|
|
1948
|
-
randomDoubleBattleMoves: ["dragonclaw", "dragondance", "earthquake", "fireblast", "protect", "tailwind", "uturn"],
|
|
1949
1498
|
tier: "RU",
|
|
1950
1499
|
doublesTier: "(DUU)",
|
|
1951
1500
|
},
|
|
@@ -1953,8 +1502,6 @@ exports.FormatsData = {
|
|
|
1953
1502
|
tier: "LC",
|
|
1954
1503
|
},
|
|
1955
1504
|
cacturne: {
|
|
1956
|
-
randomBattleMoves: ["darkpulse", "drainpunch", "focusblast", "gigadrain", "seedbomb", "spikes", "suckerpunch", "swordsdance"],
|
|
1957
|
-
randomDoubleBattleMoves: ["drainpunch", "seedbomb", "spikyshield", "substitute", "suckerpunch", "swordsdance"],
|
|
1958
1505
|
tier: "(PU)",
|
|
1959
1506
|
doublesTier: "(DUU)",
|
|
1960
1507
|
},
|
|
@@ -1962,38 +1509,26 @@ exports.FormatsData = {
|
|
|
1962
1509
|
tier: "LC",
|
|
1963
1510
|
},
|
|
1964
1511
|
altaria: {
|
|
1965
|
-
randomBattleMoves: ["defog", "dracometeor", "earthquake", "fireblast", "roost", "toxic"],
|
|
1966
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonclaw", "fireblast", "protect", "tailwind"],
|
|
1967
1512
|
tier: "(PU)",
|
|
1968
1513
|
doublesTier: "(DUU)",
|
|
1969
1514
|
},
|
|
1970
1515
|
altariamega: {
|
|
1971
|
-
randomBattleMoves: ["dragondance", "earthquake", "fireblast", "healbell", "return", "roost"],
|
|
1972
|
-
randomDoubleBattleMoves: ["doubleedge", "dragondance", "earthquake", "fireblast", "protect", "return"],
|
|
1973
1516
|
tier: "UU",
|
|
1974
1517
|
doublesTier: "(DUU)",
|
|
1975
1518
|
},
|
|
1976
1519
|
zangoose: {
|
|
1977
|
-
randomBattleMoves: ["closecombat", "facade", "knockoff", "quickattack", "swordsdance"],
|
|
1978
|
-
randomDoubleBattleMoves: ["closecombat", "facade", "knockoff", "protect", "quickattack"],
|
|
1979
1520
|
tier: "PU",
|
|
1980
1521
|
doublesTier: "(DUU)",
|
|
1981
1522
|
},
|
|
1982
1523
|
seviper: {
|
|
1983
|
-
randomBattleMoves: ["darkpulse", "earthquake", "flamethrower", "gigadrain", "poisonjab", "sludgewave", "suckerpunch", "switcheroo", "swordsdance"],
|
|
1984
|
-
randomDoubleBattleMoves: ["aquatail", "earthquake", "flamethrower", "gigadrain", "glare", "poisonjab", "protect", "sludgebomb", "suckerpunch"],
|
|
1985
1524
|
tier: "(PU)",
|
|
1986
1525
|
doublesTier: "(DUU)",
|
|
1987
1526
|
},
|
|
1988
1527
|
lunatone: {
|
|
1989
|
-
randomBattleMoves: ["earthpower", "icebeam", "moonblast", "moonlight", "powergem", "psychic", "rockpolish", "stealthrock", "toxic"],
|
|
1990
|
-
randomDoubleBattleMoves: ["earthpower", "helpinghand", "powergem", "protect", "psychic", "trickroom"],
|
|
1991
1528
|
tier: "(PU)",
|
|
1992
1529
|
doublesTier: "(DUU)",
|
|
1993
1530
|
},
|
|
1994
1531
|
solrock: {
|
|
1995
|
-
randomBattleMoves: ["earthquake", "morningsun", "rockslide", "stealthrock", "willowisp"],
|
|
1996
|
-
randomDoubleBattleMoves: ["helpinghand", "protect", "rockslide", "stealthrock", "stoneedge", "willowisp", "zenheadbutt"],
|
|
1997
1532
|
tier: "(PU)",
|
|
1998
1533
|
doublesTier: "(DUU)",
|
|
1999
1534
|
},
|
|
@@ -2001,8 +1536,6 @@ exports.FormatsData = {
|
|
|
2001
1536
|
tier: "LC",
|
|
2002
1537
|
},
|
|
2003
1538
|
whiscash: {
|
|
2004
|
-
randomBattleMoves: ["dragondance", "earthquake", "stoneedge", "waterfall", "zenheadbutt"],
|
|
2005
|
-
randomDoubleBattleMoves: ["dragondance", "earthquake", "protect", "stoneedge", "waterfall", "zenheadbutt"],
|
|
2006
1539
|
tier: "(PU)",
|
|
2007
1540
|
doublesTier: "(DUU)",
|
|
2008
1541
|
},
|
|
@@ -2010,8 +1543,6 @@ exports.FormatsData = {
|
|
|
2010
1543
|
tier: "LC",
|
|
2011
1544
|
},
|
|
2012
1545
|
crawdaunt: {
|
|
2013
|
-
randomBattleMoves: ["aquajet", "crabhammer", "dragondance", "knockoff", "superpower", "swordsdance"],
|
|
2014
|
-
randomDoubleBattleMoves: ["aquajet", "crabhammer", "dragondance", "knockoff", "protect", "superpower", "swordsdance"],
|
|
2015
1546
|
tier: "UU",
|
|
2016
1547
|
doublesTier: "DUU",
|
|
2017
1548
|
},
|
|
@@ -2019,8 +1550,6 @@ exports.FormatsData = {
|
|
|
2019
1550
|
tier: "LC",
|
|
2020
1551
|
},
|
|
2021
1552
|
claydol: {
|
|
2022
|
-
randomBattleMoves: ["earthquake", "icebeam", "psychic", "rapidspin", "stealthrock", "toxic"],
|
|
2023
|
-
randomDoubleBattleMoves: ["allyswitch", "earthpower", "protect", "rapidspin", "stealthrock", "toxic"],
|
|
2024
1553
|
tier: "PU",
|
|
2025
1554
|
doublesTier: "(DUU)",
|
|
2026
1555
|
},
|
|
@@ -2028,8 +1557,6 @@ exports.FormatsData = {
|
|
|
2028
1557
|
tier: "LC",
|
|
2029
1558
|
},
|
|
2030
1559
|
cradily: {
|
|
2031
|
-
randomBattleMoves: ["curse", "gigadrain", "recover", "rockslide", "seedbomb", "stealthrock", "toxic"],
|
|
2032
|
-
randomDoubleBattleMoves: ["gigadrain", "protect", "recover", "rockslide", "stealthrock", "stringshot", "toxic"],
|
|
2033
1560
|
tier: "(PU)",
|
|
2034
1561
|
doublesTier: "(DUU)",
|
|
2035
1562
|
},
|
|
@@ -2037,8 +1564,6 @@ exports.FormatsData = {
|
|
|
2037
1564
|
tier: "LC",
|
|
2038
1565
|
},
|
|
2039
1566
|
armaldo: {
|
|
2040
|
-
randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "stealthrock", "stoneedge", "toxic", "xscissor"],
|
|
2041
|
-
randomDoubleBattleMoves: ["knockoff", "protect", "rockslide", "stoneedge", "stringshot", "swordsdance", "xscissor"],
|
|
2042
1567
|
tier: "(PU)",
|
|
2043
1568
|
doublesTier: "(DUU)",
|
|
2044
1569
|
},
|
|
@@ -2046,8 +1571,6 @@ exports.FormatsData = {
|
|
|
2046
1571
|
tier: "LC",
|
|
2047
1572
|
},
|
|
2048
1573
|
milotic: {
|
|
2049
|
-
randomBattleMoves: ["dragontail", "icebeam", "recover", "scald", "toxic"],
|
|
2050
|
-
randomDoubleBattleMoves: ["hypnosis", "icywind", "protect", "recover", "scald"],
|
|
2051
1574
|
tier: "RU",
|
|
2052
1575
|
doublesTier: "DOU",
|
|
2053
1576
|
},
|
|
@@ -2055,18 +1578,10 @@ exports.FormatsData = {
|
|
|
2055
1578
|
tier: "(PU)",
|
|
2056
1579
|
doublesTier: "(DUU)",
|
|
2057
1580
|
},
|
|
2058
|
-
castformsunny: {
|
|
2059
|
-
|
|
2060
|
-
},
|
|
2061
|
-
castformrainy: {
|
|
2062
|
-
randomBattleMoves: ["hurricane", "hydropump", "raindance", "thunder"],
|
|
2063
|
-
},
|
|
2064
|
-
castformsnowy: {
|
|
2065
|
-
randomBattleMoves: ["blizzard", "fireblast", "hail", "thunderbolt"],
|
|
2066
|
-
},
|
|
1581
|
+
castformsunny: {},
|
|
1582
|
+
castformrainy: {},
|
|
1583
|
+
castformsnowy: {},
|
|
2067
1584
|
kecleon: {
|
|
2068
|
-
randomBattleMoves: ["drainpunch", "fakeout", "knockoff", "recover", "shadowsneak", "stealthrock", "suckerpunch"],
|
|
2069
|
-
randomDoubleBattleMoves: ["drainpunch", "fakeout", "knockoff", "protect", "shadowsneak", "trickroom"],
|
|
2070
1585
|
tier: "(PU)",
|
|
2071
1586
|
doublesTier: "(DUU)",
|
|
2072
1587
|
},
|
|
@@ -2074,14 +1589,10 @@ exports.FormatsData = {
|
|
|
2074
1589
|
tier: "LC",
|
|
2075
1590
|
},
|
|
2076
1591
|
banette: {
|
|
2077
|
-
randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "shadowsneak", "suckerpunch", "taunt", "willowisp"],
|
|
2078
|
-
randomDoubleBattleMoves: ["knockoff", "protect", "shadowclaw", "shadowsneak", "willowisp"],
|
|
2079
1592
|
tier: "(PU)",
|
|
2080
1593
|
doublesTier: "(DUU)",
|
|
2081
1594
|
},
|
|
2082
1595
|
banettemega: {
|
|
2083
|
-
randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "suckerpunch", "taunt", "willowisp"],
|
|
2084
|
-
randomDoubleBattleMoves: ["destinybond", "knockoff", "protect", "shadowclaw", "suckerpunch", "taunt", "willowisp"],
|
|
2085
1596
|
tier: "RU",
|
|
2086
1597
|
doublesTier: "(DUU)",
|
|
2087
1598
|
},
|
|
@@ -2092,14 +1603,10 @@ exports.FormatsData = {
|
|
|
2092
1603
|
tier: "NFE",
|
|
2093
1604
|
},
|
|
2094
1605
|
dusknoir: {
|
|
2095
|
-
randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowsneak", "substitute", "willowisp"],
|
|
2096
|
-
randomDoubleBattleMoves: ["allyswitch", "helpinghand", "icepunch", "painsplit", "protect", "shadowsneak", "trickroom", "willowisp"],
|
|
2097
1606
|
tier: "(PU)",
|
|
2098
1607
|
doublesTier: "(DUU)",
|
|
2099
1608
|
},
|
|
2100
1609
|
tropius: {
|
|
2101
|
-
randomBattleMoves: ["airslash", "gigadrain", "leechseed", "protect", "substitute", "toxic"],
|
|
2102
|
-
randomDoubleBattleMoves: ["airslash", "gigadrain", "leechseed", "protect", "roost", "tailwind"],
|
|
2103
1610
|
tier: "(PU)",
|
|
2104
1611
|
doublesTier: "(DUU)",
|
|
2105
1612
|
},
|
|
@@ -2107,20 +1614,14 @@ exports.FormatsData = {
|
|
|
2107
1614
|
tier: "LC",
|
|
2108
1615
|
},
|
|
2109
1616
|
chimecho: {
|
|
2110
|
-
randomBattleMoves: ["calmmind", "healbell", "healingwish", "psychic", "recover", "shadowball", "taunt", "yawn"],
|
|
2111
|
-
randomDoubleBattleMoves: ["helpinghand", "protect", "psychic", "recover", "taunt", "thunderwave", "trickroom"],
|
|
2112
1617
|
tier: "(PU)",
|
|
2113
1618
|
doublesTier: "(DUU)",
|
|
2114
1619
|
},
|
|
2115
1620
|
absol: {
|
|
2116
|
-
randomBattleMoves: ["knockoff", "playrough", "pursuit", "suckerpunch", "superpower", "swordsdance"],
|
|
2117
|
-
randomDoubleBattleMoves: ["knockoff", "playrough", "protect", "suckerpunch", "superpower", "swordsdance"],
|
|
2118
1621
|
tier: "PU",
|
|
2119
1622
|
doublesTier: "(DUU)",
|
|
2120
1623
|
},
|
|
2121
1624
|
absolmega: {
|
|
2122
|
-
randomBattleMoves: ["icebeam", "knockoff", "playrough", "pursuit", "suckerpunch", "superpower", "swordsdance"],
|
|
2123
|
-
randomDoubleBattleMoves: ["fireblast", "knockoff", "playrough", "protect", "suckerpunch", "superpower", "swordsdance"],
|
|
2124
1625
|
tier: "RUBL",
|
|
2125
1626
|
doublesTier: "(DUU)",
|
|
2126
1627
|
},
|
|
@@ -2128,20 +1629,14 @@ exports.FormatsData = {
|
|
|
2128
1629
|
tier: "LC",
|
|
2129
1630
|
},
|
|
2130
1631
|
glalie: {
|
|
2131
|
-
randomBattleMoves: ["earthquake", "explosion", "icebeam", "iceshard", "spikes", "superfang", "taunt"],
|
|
2132
|
-
randomDoubleBattleMoves: ["earthquake", "freezedry", "icebeam", "iceshard", "protect", "taunt"],
|
|
2133
1632
|
tier: "(PU)",
|
|
2134
1633
|
doublesTier: "(DUU)",
|
|
2135
1634
|
},
|
|
2136
1635
|
glaliemega: {
|
|
2137
|
-
randomBattleMoves: ["earthquake", "explosion", "freezedry", "iceshard", "return", "spikes"],
|
|
2138
|
-
randomDoubleBattleMoves: ["earthquake", "explosion", "freezedry", "iceshard", "protect", "return"],
|
|
2139
1636
|
tier: "NU",
|
|
2140
1637
|
doublesTier: "(DUU)",
|
|
2141
1638
|
},
|
|
2142
1639
|
froslass: {
|
|
2143
|
-
randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "thunderwave"],
|
|
2144
|
-
randomDoubleBattleMoves: ["destinybond", "icebeam", "protect", "shadowball", "taunt", "thunderwave", "willowisp"],
|
|
2145
1640
|
tier: "UU",
|
|
2146
1641
|
doublesTier: "(DUU)",
|
|
2147
1642
|
},
|
|
@@ -2152,8 +1647,6 @@ exports.FormatsData = {
|
|
|
2152
1647
|
tier: "NFE",
|
|
2153
1648
|
},
|
|
2154
1649
|
walrein: {
|
|
2155
|
-
randomBattleMoves: ["icebeam", "protect", "roar", "superfang", "surf", "toxic"],
|
|
2156
|
-
randomDoubleBattleMoves: ["brine", "icywind", "protect", "superfang"],
|
|
2157
1650
|
tier: "(PU)",
|
|
2158
1651
|
doublesTier: "(DUU)",
|
|
2159
1652
|
},
|
|
@@ -2161,26 +1654,18 @@ exports.FormatsData = {
|
|
|
2161
1654
|
tier: "LC",
|
|
2162
1655
|
},
|
|
2163
1656
|
huntail: {
|
|
2164
|
-
randomBattleMoves: ["icebeam", "shellsmash", "suckerpunch", "waterfall"],
|
|
2165
|
-
randomDoubleBattleMoves: ["icebeam", "protect", "shellsmash", "suckerpunch", "waterfall"],
|
|
2166
1657
|
tier: "(PU)",
|
|
2167
1658
|
doublesTier: "(DUU)",
|
|
2168
1659
|
},
|
|
2169
1660
|
gorebyss: {
|
|
2170
|
-
randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "shellsmash"],
|
|
2171
|
-
randomDoubleBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "protect", "shellsmash"],
|
|
2172
1661
|
tier: "(PU)",
|
|
2173
1662
|
doublesTier: "(DUU)",
|
|
2174
1663
|
},
|
|
2175
1664
|
relicanth: {
|
|
2176
|
-
randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "toxic", "waterfall"],
|
|
2177
|
-
randomDoubleBattleMoves: ["doubleedge", "earthquake", "headsmash", "protect", "rockslide", "waterfall"],
|
|
2178
1665
|
tier: "(PU)",
|
|
2179
1666
|
doublesTier: "(DUU)",
|
|
2180
1667
|
},
|
|
2181
1668
|
luvdisc: {
|
|
2182
|
-
randomBattleMoves: ["icebeam", "protect", "scald", "sweetkiss", "toxic"],
|
|
2183
|
-
randomDoubleBattleMoves: ["healpulse", "icebeam", "icywind", "protect", "scald", "sweetkiss", "toxic"],
|
|
2184
1669
|
tier: "(PU)",
|
|
2185
1670
|
doublesTier: "(DUU)",
|
|
2186
1671
|
},
|
|
@@ -2191,14 +1676,10 @@ exports.FormatsData = {
|
|
|
2191
1676
|
tier: "NFE",
|
|
2192
1677
|
},
|
|
2193
1678
|
salamence: {
|
|
2194
|
-
randomBattleMoves: ["dragondance", "earthquake", "fireblast", "fly", "outrage", "roost"],
|
|
2195
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonclaw", "dragondance", "earthquake", "fireblast", "fly", "protect", "tailwind"],
|
|
2196
1679
|
tier: "UUBL",
|
|
2197
1680
|
doublesTier: "(DUU)",
|
|
2198
1681
|
},
|
|
2199
1682
|
salamencemega: {
|
|
2200
|
-
randomBattleMoves: ["doubleedge", "dracometeor", "dragondance", "earthquake", "fireblast", "return", "roost"],
|
|
2201
|
-
randomDoubleBattleMoves: ["doubleedge", "dracometeor", "dragonclaw", "dragondance", "earthquake", "fireblast", "protect", "return"],
|
|
2202
1683
|
tier: "Uber",
|
|
2203
1684
|
doublesTier: "DOU",
|
|
2204
1685
|
},
|
|
@@ -2209,121 +1690,82 @@ exports.FormatsData = {
|
|
|
2209
1690
|
tier: "NFE",
|
|
2210
1691
|
},
|
|
2211
1692
|
metagross: {
|
|
2212
|
-
randomBattleMoves: ["agility", "bulletpunch", "earthquake", "explosion", "icepunch", "meteormash", "stealthrock", "thunderpunch", "zenheadbutt"],
|
|
2213
|
-
randomDoubleBattleMoves: ["agility", "bulletpunch", "icepunch", "meteormash", "protect", "stompingtantrum", "thunderpunch", "zenheadbutt"],
|
|
2214
1693
|
tier: "RU",
|
|
2215
1694
|
doublesTier: "DUU",
|
|
2216
1695
|
},
|
|
2217
1696
|
metagrossmega: {
|
|
2218
|
-
randomBattleMoves: ["agility", "earthquake", "hammerarm", "icepunch", "meteormash", "zenheadbutt"],
|
|
2219
|
-
randomDoubleBattleMoves: ["icepunch", "meteormash", "protect", "stompingtantrum", "thunderpunch", "zenheadbutt"],
|
|
2220
1697
|
tier: "Uber",
|
|
2221
1698
|
doublesTier: "DOU",
|
|
2222
1699
|
},
|
|
2223
1700
|
regirock: {
|
|
2224
|
-
randomBattleMoves: ["curse", "drainpunch", "rest", "rockslide", "stealthrock", "stoneedge", "thunderwave", "toxic"],
|
|
2225
|
-
randomDoubleBattleMoves: ["curse", "drainpunch", "protect", "rest", "rockslide", "stealthrock", "stoneedge", "thunderwave"],
|
|
2226
1701
|
tier: "PU",
|
|
2227
1702
|
doublesTier: "(DUU)",
|
|
2228
1703
|
},
|
|
2229
1704
|
regice: {
|
|
2230
|
-
randomBattleMoves: ["focusblast", "icebeam", "rest", "rockpolish", "sleeptalk", "thunderbolt", "thunderwave"],
|
|
2231
|
-
randomDoubleBattleMoves: ["icebeam", "icywind", "protect", "rockpolish", "thunderbolt", "thunderwave"],
|
|
2232
1705
|
tier: "(PU)",
|
|
2233
1706
|
doublesTier: "(DUU)",
|
|
2234
1707
|
},
|
|
2235
1708
|
registeel: {
|
|
2236
|
-
randomBattleMoves: ["curse", "ironhead", "rest", "sleeptalk", "stealthrock", "toxic"],
|
|
2237
|
-
randomDoubleBattleMoves: ["curse", "ironhead", "protect", "rest", "seismictoss", "stealthrock", "thunderwave"],
|
|
2238
1709
|
tier: "RU",
|
|
2239
1710
|
doublesTier: "(DUU)",
|
|
2240
1711
|
},
|
|
2241
1712
|
latias: {
|
|
2242
|
-
randomBattleMoves: ["dracometeor", "healingwish", "hiddenpowerfire", "psychic", "trick"],
|
|
2243
|
-
randomDoubleBattleMoves: ["dracometeor", "healpulse", "helpinghand", "protect", "psyshock", "tailwind"],
|
|
2244
1713
|
tier: "UU",
|
|
2245
1714
|
doublesTier: "(DUU)",
|
|
2246
1715
|
},
|
|
2247
1716
|
latiasmega: {
|
|
2248
|
-
randomBattleMoves: ["calmmind", "defog", "dracometeor", "psyshock", "roost", "surf"],
|
|
2249
|
-
randomDoubleBattleMoves: ["dragonpulse", "healpulse", "helpinghand", "protect", "psychic", "tailwind"],
|
|
2250
1717
|
tier: "OU",
|
|
2251
1718
|
doublesTier: "(DUU)",
|
|
2252
1719
|
},
|
|
2253
1720
|
latios: {
|
|
2254
|
-
randomBattleMoves: ["dracometeor", "hiddenpowerfire", "psyshock", "surf", "thunderbolt", "trick"],
|
|
2255
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "hiddenpowerfire", "protect", "psyshock", "tailwind", "trick"],
|
|
2256
1721
|
tier: "UUBL",
|
|
2257
1722
|
doublesTier: "(DUU)",
|
|
2258
1723
|
},
|
|
2259
1724
|
latiosmega: {
|
|
2260
|
-
randomBattleMoves: ["calmmind", "dracometeor", "hiddenpowerfire", "psyshock", "roost"],
|
|
2261
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "hiddenpowerfire", "protect", "psyshock", "tailwind"],
|
|
2262
1725
|
tier: "UUBL",
|
|
2263
1726
|
doublesTier: "(DUU)",
|
|
2264
1727
|
},
|
|
2265
1728
|
kyogre: {
|
|
2266
|
-
randomBattleMoves: ["icebeam", "originpulse", "scald", "thunder", "waterspout"],
|
|
2267
|
-
randomDoubleBattleMoves: ["calmmind", "icebeam", "originpulse", "protect", "thunder", "waterspout"],
|
|
2268
1729
|
tier: "Uber",
|
|
2269
1730
|
doublesTier: "DUber",
|
|
2270
1731
|
},
|
|
2271
1732
|
kyogreprimal: {
|
|
2272
|
-
randomBattleMoves: ["calmmind", "icebeam", "originpulse", "rest", "scald", "sleeptalk", "thunder"],
|
|
2273
|
-
randomDoubleBattleMoves: ["calmmind", "icebeam", "originpulse", "protect", "thunder"],
|
|
2274
1733
|
tier: "Uber",
|
|
2275
1734
|
doublesTier: "DUber",
|
|
2276
1735
|
},
|
|
2277
1736
|
groudon: {
|
|
2278
|
-
randomBattleMoves: ["dragonclaw", "earthquake", "firepunch", "lavaplume", "roar", "stealthrock", "stoneedge", "thunderwave"],
|
|
2279
|
-
randomDoubleBattleMoves: ["firepunch", "precipiceblades", "protect", "rockpolish", "rockslide", "stoneedge", "swordsdance"],
|
|
2280
1737
|
tier: "Uber",
|
|
2281
1738
|
doublesTier: "DUber",
|
|
2282
1739
|
},
|
|
2283
1740
|
groudonprimal: {
|
|
2284
|
-
randomBattleMoves: ["firepunch", "lavaplume", "precipiceblades", "rockpolish", "stealthrock", "stoneedge", "swordsdance"],
|
|
2285
|
-
randomDoubleBattleMoves: ["firepunch", "precipiceblades", "protect", "rockpolish", "rockslide", "stoneedge", "swordsdance"],
|
|
2286
1741
|
tier: "Uber",
|
|
2287
1742
|
doublesTier: "DUber",
|
|
2288
1743
|
},
|
|
2289
1744
|
rayquaza: {
|
|
2290
|
-
randomBattleMoves: ["dracometeor", "dragonascent", "dragondance", "earthquake", "extremespeed", "outrage", "vcreate"],
|
|
2291
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonclaw", "dragondance", "earthquake", "extremespeed", "protect", "tailwind", "vcreate"],
|
|
2292
1745
|
tier: "Uber",
|
|
2293
1746
|
doublesTier: "DUber",
|
|
2294
1747
|
},
|
|
2295
1748
|
rayquazamega: {
|
|
2296
|
-
randomDoubleBattleMoves: ["dragonascent", "dragonclaw", "dragondance", "earthquake", "extremespeed", "protect", "swordsdance", "vcreate"],
|
|
2297
1749
|
tier: "AG",
|
|
2298
1750
|
doublesTier: "DUber",
|
|
2299
1751
|
},
|
|
2300
1752
|
jirachi: {
|
|
2301
|
-
randomBattleMoves: ["bodyslam", "firepunch", "ironhead", "stealthrock", "substitute", "toxic", "uturn", "wish"],
|
|
2302
|
-
randomDoubleBattleMoves: ["bodyslam", "followme", "helpinghand", "icywind", "ironhead", "protect", "thunderwave", "uturn"],
|
|
2303
1753
|
tier: "OU",
|
|
2304
1754
|
doublesTier: "DUber",
|
|
2305
1755
|
},
|
|
2306
1756
|
deoxys: {
|
|
2307
|
-
randomBattleMoves: ["extremespeed", "firepunch", "icebeam", "knockoff", "psychoboost", "stealthrock", "superpower"],
|
|
2308
|
-
randomDoubleBattleMoves: ["extremespeed", "firepunch", "icebeam", "knockoff", "protect", "psychoboost", "superpower"],
|
|
2309
1757
|
tier: "Uber",
|
|
2310
1758
|
doublesTier: "(DUU)",
|
|
2311
1759
|
},
|
|
2312
1760
|
deoxysattack: {
|
|
2313
|
-
randomBattleMoves: ["extremespeed", "firepunch", "icebeam", "knockoff", "psychoboost", "superpower"],
|
|
2314
|
-
randomDoubleBattleMoves: ["extremespeed", "firepunch", "icebeam", "knockoff", "protect", "psychoboost", "superpower"],
|
|
2315
1761
|
tier: "Uber",
|
|
2316
1762
|
doublesTier: "DUU",
|
|
2317
1763
|
},
|
|
2318
1764
|
deoxysdefense: {
|
|
2319
|
-
randomBattleMoves: ["knockoff", "recover", "seismictoss", "spikes", "stealthrock", "taunt", "toxic"],
|
|
2320
|
-
randomDoubleBattleMoves: ["lightscreen", "protect", "recover", "reflect", "seismictoss", "stealthrock", "taunt", "trickroom"],
|
|
2321
1765
|
tier: "Uber",
|
|
2322
1766
|
doublesTier: "(DUU)",
|
|
2323
1767
|
},
|
|
2324
1768
|
deoxysspeed: {
|
|
2325
|
-
randomBattleMoves: ["knockoff", "magiccoat", "psychoboost", "spikes", "stealthrock", "superpower", "taunt"],
|
|
2326
|
-
randomDoubleBattleMoves: ["knockoff", "lightscreen", "protect", "psychoboost", "reflect", "superpower", "taunt"],
|
|
2327
1769
|
tier: "Uber",
|
|
2328
1770
|
doublesTier: "(DUU)",
|
|
2329
1771
|
},
|
|
@@ -2334,8 +1776,6 @@ exports.FormatsData = {
|
|
|
2334
1776
|
tier: "NFE",
|
|
2335
1777
|
},
|
|
2336
1778
|
torterra: {
|
|
2337
|
-
randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "synthesis", "woodhammer"],
|
|
2338
|
-
randomDoubleBattleMoves: ["earthquake", "protect", "rockpolish", "rockslide", "stoneedge", "wideguard", "woodhammer"],
|
|
2339
1779
|
tier: "(PU)",
|
|
2340
1780
|
doublesTier: "(DUU)",
|
|
2341
1781
|
},
|
|
@@ -2346,8 +1786,6 @@ exports.FormatsData = {
|
|
|
2346
1786
|
tier: "NFE",
|
|
2347
1787
|
},
|
|
2348
1788
|
infernape: {
|
|
2349
|
-
randomBattleMoves: ["closecombat", "fireblast", "flareblitz", "focusblast", "grassknot", "nastyplot", "stealthrock", "stoneedge", "swordsdance", "uturn", "vacuumwave"],
|
|
2350
|
-
randomDoubleBattleMoves: ["closecombat", "fakeout", "feint", "flareblitz", "grassknot", "heatwave", "protect", "stoneedge", "taunt", "uturn"],
|
|
2351
1789
|
tier: "UU",
|
|
2352
1790
|
doublesTier: "(DUU)",
|
|
2353
1791
|
},
|
|
@@ -2358,8 +1796,6 @@ exports.FormatsData = {
|
|
|
2358
1796
|
tier: "NFE",
|
|
2359
1797
|
},
|
|
2360
1798
|
empoleon: {
|
|
2361
|
-
randomBattleMoves: ["defog", "flashcannon", "grassknot", "hydropump", "icebeam", "roar", "scald", "stealthrock", "toxic"],
|
|
2362
|
-
randomDoubleBattleMoves: ["defog", "flashcannon", "grassknot", "icywind", "protect", "scald"],
|
|
2363
1799
|
tier: "UU",
|
|
2364
1800
|
doublesTier: "(DUU)",
|
|
2365
1801
|
},
|
|
@@ -2370,8 +1806,6 @@ exports.FormatsData = {
|
|
|
2370
1806
|
tier: "NFE",
|
|
2371
1807
|
},
|
|
2372
1808
|
staraptor: {
|
|
2373
|
-
randomBattleMoves: ["bravebird", "closecombat", "doubleedge", "quickattack", "uturn"],
|
|
2374
|
-
randomDoubleBattleMoves: ["bravebird", "closecombat", "doubleedge", "protect", "quickattack", "tailwind", "uturn"],
|
|
2375
1809
|
tier: "UUBL",
|
|
2376
1810
|
doublesTier: "(DUU)",
|
|
2377
1811
|
},
|
|
@@ -2379,8 +1813,6 @@ exports.FormatsData = {
|
|
|
2379
1813
|
tier: "LC",
|
|
2380
1814
|
},
|
|
2381
1815
|
bibarel: {
|
|
2382
|
-
randomBattleMoves: ["aquajet", "liquidation", "quickattack", "return", "swordsdance"],
|
|
2383
|
-
randomDoubleBattleMoves: ["aquajet", "liquidation", "quickattack", "return", "swordsdance"],
|
|
2384
1816
|
tier: "(PU)",
|
|
2385
1817
|
doublesTier: "(DUU)",
|
|
2386
1818
|
},
|
|
@@ -2388,8 +1820,6 @@ exports.FormatsData = {
|
|
|
2388
1820
|
tier: "LC",
|
|
2389
1821
|
},
|
|
2390
1822
|
kricketune: {
|
|
2391
|
-
randomBattleMoves: ["endeavor", "knockoff", "leechlife", "stickyweb", "taunt", "toxic"],
|
|
2392
|
-
randomDoubleBattleMoves: ["knockoff", "leechlife", "protect", "stickyweb", "taunt"],
|
|
2393
1823
|
tier: "(PU)",
|
|
2394
1824
|
doublesTier: "(DUU)",
|
|
2395
1825
|
},
|
|
@@ -2400,8 +1830,6 @@ exports.FormatsData = {
|
|
|
2400
1830
|
tier: "NFE",
|
|
2401
1831
|
},
|
|
2402
1832
|
luxray: {
|
|
2403
|
-
randomBattleMoves: ["crunch", "facade", "icefang", "superpower", "voltswitch", "wildcharge"],
|
|
2404
|
-
randomDoubleBattleMoves: ["crunch", "helpinghand", "icefang", "protect", "superpower", "voltswitch", "wildcharge"],
|
|
2405
1833
|
tier: "(PU)",
|
|
2406
1834
|
doublesTier: "(DUU)",
|
|
2407
1835
|
},
|
|
@@ -2409,8 +1837,6 @@ exports.FormatsData = {
|
|
|
2409
1837
|
tier: "LC",
|
|
2410
1838
|
},
|
|
2411
1839
|
rampardos: {
|
|
2412
|
-
randomBattleMoves: ["crunch", "earthquake", "firepunch", "headsmash", "rockpolish", "rockslide"],
|
|
2413
|
-
randomDoubleBattleMoves: ["crunch", "earthquake", "headsmash", "protect", "rockslide", "stoneedge", "zenheadbutt"],
|
|
2414
1840
|
tier: "(PU)",
|
|
2415
1841
|
doublesTier: "(DUU)",
|
|
2416
1842
|
},
|
|
@@ -2418,8 +1844,6 @@ exports.FormatsData = {
|
|
|
2418
1844
|
tier: "LC",
|
|
2419
1845
|
},
|
|
2420
1846
|
bastiodon: {
|
|
2421
|
-
randomBattleMoves: ["metalburst", "protect", "roar", "rockblast", "stealthrock", "toxic"],
|
|
2422
|
-
randomDoubleBattleMoves: ["guardsplit", "metalburst", "protect", "stealthrock", "stoneedge", "wideguard"],
|
|
2423
1847
|
tier: "(PU)",
|
|
2424
1848
|
doublesTier: "(DUU)",
|
|
2425
1849
|
},
|
|
@@ -2427,26 +1851,18 @@ exports.FormatsData = {
|
|
|
2427
1851
|
tier: "LC",
|
|
2428
1852
|
},
|
|
2429
1853
|
wormadam: {
|
|
2430
|
-
randomBattleMoves: ["bugbuzz", "gigadrain", "hiddenpowerrock", "leafstorm", "quiverdance"],
|
|
2431
|
-
randomDoubleBattleMoves: ["bugbuzz", "gigadrain", "leafstorm", "protect", "stringshot"],
|
|
2432
1854
|
tier: "(PU)",
|
|
2433
1855
|
doublesTier: "(DUU)",
|
|
2434
1856
|
},
|
|
2435
1857
|
wormadamsandy: {
|
|
2436
|
-
randomBattleMoves: ["earthquake", "protect", "stealthrock", "toxic"],
|
|
2437
|
-
randomDoubleBattleMoves: ["earthquake", "protect", "rockblast", "stringshot", "suckerpunch"],
|
|
2438
1858
|
tier: "(PU)",
|
|
2439
1859
|
doublesTier: "(DUU)",
|
|
2440
1860
|
},
|
|
2441
1861
|
wormadamtrash: {
|
|
2442
|
-
randomBattleMoves: ["flashcannon", "protect", "stealthrock", "toxic"],
|
|
2443
|
-
randomDoubleBattleMoves: ["bugbuzz", "flashcannon", "protect", "stringshot", "strugglebug", "suckerpunch"],
|
|
2444
1862
|
tier: "(PU)",
|
|
2445
1863
|
doublesTier: "(DUU)",
|
|
2446
1864
|
},
|
|
2447
1865
|
mothim: {
|
|
2448
|
-
randomBattleMoves: ["airslash", "bugbuzz", "energyball", "quiverdance", "uturn"],
|
|
2449
|
-
randomDoubleBattleMoves: ["airslash", "bugbuzz", "energyball", "protect", "quiverdance"],
|
|
2450
1866
|
tier: "(PU)",
|
|
2451
1867
|
doublesTier: "(DUU)",
|
|
2452
1868
|
},
|
|
@@ -2454,14 +1870,10 @@ exports.FormatsData = {
|
|
|
2454
1870
|
tier: "LC",
|
|
2455
1871
|
},
|
|
2456
1872
|
vespiquen: {
|
|
2457
|
-
randomBattleMoves: ["infestation", "protect", "roost", "toxic", "uturn"],
|
|
2458
|
-
randomDoubleBattleMoves: ["attackorder", "healorder", "protect", "stringshot", "strugglebug", "tailwind"],
|
|
2459
1873
|
tier: "(PU)",
|
|
2460
1874
|
doublesTier: "(DUU)",
|
|
2461
1875
|
},
|
|
2462
1876
|
pachirisu: {
|
|
2463
|
-
randomBattleMoves: ["nuzzle", "superfang", "thunderbolt", "toxic", "uturn"],
|
|
2464
|
-
randomDoubleBattleMoves: ["followme", "helpinghand", "nuzzle", "protect", "superfang", "thunderbolt", "uturn"],
|
|
2465
1877
|
tier: "(PU)",
|
|
2466
1878
|
doublesTier: "(DUU)",
|
|
2467
1879
|
},
|
|
@@ -2469,8 +1881,6 @@ exports.FormatsData = {
|
|
|
2469
1881
|
tier: "LC",
|
|
2470
1882
|
},
|
|
2471
1883
|
floatzel: {
|
|
2472
|
-
randomBattleMoves: ["aquajet", "brickbreak", "bulkup", "icepunch", "liquidation", "substitute", "taunt"],
|
|
2473
|
-
randomDoubleBattleMoves: ["aquajet", "icepunch", "liquidation", "protect", "switcheroo", "taunt"],
|
|
2474
1884
|
tier: "(PU)",
|
|
2475
1885
|
doublesTier: "(DUU)",
|
|
2476
1886
|
},
|
|
@@ -2478,20 +1888,14 @@ exports.FormatsData = {
|
|
|
2478
1888
|
tier: "LC",
|
|
2479
1889
|
},
|
|
2480
1890
|
cherrim: {
|
|
2481
|
-
randomBattleMoves: ["dazzlinggleam", "energyball", "healingwish", "hiddenpowerfire", "synthesis"],
|
|
2482
1891
|
tier: "(PU)",
|
|
2483
1892
|
doublesTier: "(DUU)",
|
|
2484
1893
|
},
|
|
2485
|
-
cherrimsunshine: {
|
|
2486
|
-
randomBattleMoves: ["gigadrain", "hiddenpowerice", "solarbeam", "sunnyday", "weatherball"],
|
|
2487
|
-
randomDoubleBattleMoves: ["gigadrain", "helpinghand", "solarbeam", "sunnyday", "weatherball"],
|
|
2488
|
-
},
|
|
1894
|
+
cherrimsunshine: {},
|
|
2489
1895
|
shellos: {
|
|
2490
1896
|
tier: "LC",
|
|
2491
1897
|
},
|
|
2492
1898
|
gastrodon: {
|
|
2493
|
-
randomBattleMoves: ["earthquake", "icebeam", "recover", "scald", "toxic"],
|
|
2494
|
-
randomDoubleBattleMoves: ["earthpower", "icywind", "muddywater", "protect", "recover", "scald"],
|
|
2495
1899
|
tier: "PU",
|
|
2496
1900
|
doublesTier: "DOU",
|
|
2497
1901
|
},
|
|
@@ -2499,8 +1903,6 @@ exports.FormatsData = {
|
|
|
2499
1903
|
tier: "NFE",
|
|
2500
1904
|
},
|
|
2501
1905
|
drifblim: {
|
|
2502
|
-
randomBattleMoves: ["acrobatics", "destinybond", "hex", "shadowball", "substitute", "willowisp"],
|
|
2503
|
-
randomDoubleBattleMoves: ["acrobatics", "destinybond", "hypnosis", "protect", "shadowball", "thunderbolt", "willowisp"],
|
|
2504
1906
|
tier: "(PU)",
|
|
2505
1907
|
doublesTier: "(DUU)",
|
|
2506
1908
|
},
|
|
@@ -2508,14 +1910,10 @@ exports.FormatsData = {
|
|
|
2508
1910
|
tier: "LC",
|
|
2509
1911
|
},
|
|
2510
1912
|
lopunny: {
|
|
2511
|
-
randomBattleMoves: ["highjumpkick", "icepunch", "return", "switcheroo"],
|
|
2512
|
-
randomDoubleBattleMoves: ["encore", "fakeout", "firepunch", "helpinghand", "protect", "return", "switcheroo", "thunderwave"],
|
|
2513
1913
|
tier: "(PU)",
|
|
2514
1914
|
doublesTier: "(DUU)",
|
|
2515
1915
|
},
|
|
2516
1916
|
lopunnymega: {
|
|
2517
|
-
randomBattleMoves: ["fakeout", "highjumpkick", "icepunch", "return", "substitute"],
|
|
2518
|
-
randomDoubleBattleMoves: ["encore", "fakeout", "highjumpkick", "icepunch", "protect", "return"],
|
|
2519
1917
|
tier: "OU",
|
|
2520
1918
|
doublesTier: "DUU",
|
|
2521
1919
|
},
|
|
@@ -2523,8 +1921,6 @@ exports.FormatsData = {
|
|
|
2523
1921
|
tier: "LC",
|
|
2524
1922
|
},
|
|
2525
1923
|
purugly: {
|
|
2526
|
-
randomBattleMoves: ["fakeout", "knockoff", "quickattack", "return", "suckerpunch", "uturn"],
|
|
2527
|
-
randomDoubleBattleMoves: ["fakeout", "knockoff", "protect", "quickattack", "return", "uturn"],
|
|
2528
1924
|
tier: "(PU)",
|
|
2529
1925
|
doublesTier: "(DUU)",
|
|
2530
1926
|
},
|
|
@@ -2532,8 +1928,6 @@ exports.FormatsData = {
|
|
|
2532
1928
|
tier: "LC",
|
|
2533
1929
|
},
|
|
2534
1930
|
skuntank: {
|
|
2535
|
-
randomBattleMoves: ["crunch", "defog", "fireblast", "poisonjab", "pursuit", "suckerpunch", "taunt"],
|
|
2536
|
-
randomDoubleBattleMoves: ["crunch", "fireblast", "poisonjab", "protect", "snarl", "suckerpunch", "taunt"],
|
|
2537
1931
|
tier: "PU",
|
|
2538
1932
|
doublesTier: "(DUU)",
|
|
2539
1933
|
},
|
|
@@ -2541,20 +1935,14 @@ exports.FormatsData = {
|
|
|
2541
1935
|
tier: "LC",
|
|
2542
1936
|
},
|
|
2543
1937
|
bronzong: {
|
|
2544
|
-
randomBattleMoves: ["earthquake", "explosion", "ironhead", "lightscreen", "reflect", "stealthrock", "toxic"],
|
|
2545
|
-
randomDoubleBattleMoves: ["earthquake", "explosion", "gyroball", "lightscreen", "protect", "reflect", "trickroom"],
|
|
2546
1938
|
tier: "RU",
|
|
2547
1939
|
doublesTier: "DUU",
|
|
2548
1940
|
},
|
|
2549
1941
|
chatot: {
|
|
2550
|
-
randomBattleMoves: ["boomburst", "chatter", "heatwave", "hiddenpowerground", "nastyplot", "substitute", "uturn"],
|
|
2551
|
-
randomDoubleBattleMoves: ["boomburst", "chatter", "encore", "heatwave", "hypervoice", "nastyplot", "protect", "uturn"],
|
|
2552
1942
|
tier: "(PU)",
|
|
2553
1943
|
doublesTier: "(DUU)",
|
|
2554
1944
|
},
|
|
2555
1945
|
spiritomb: {
|
|
2556
|
-
randomBattleMoves: ["calmmind", "darkpulse", "psychic", "pursuit", "rest", "shadowsneak", "sleeptalk", "willowisp"],
|
|
2557
|
-
randomDoubleBattleMoves: ["foulplay", "icywind", "protect", "shadowsneak", "snarl", "willowisp"],
|
|
2558
1946
|
tier: "PU",
|
|
2559
1947
|
doublesTier: "(DUU)",
|
|
2560
1948
|
},
|
|
@@ -2565,14 +1953,10 @@ exports.FormatsData = {
|
|
|
2565
1953
|
tier: "NFE",
|
|
2566
1954
|
},
|
|
2567
1955
|
garchomp: {
|
|
2568
|
-
randomBattleMoves: ["dragonclaw", "earthquake", "fireblast", "firefang", "outrage", "stealthrock", "stoneedge", "swordsdance"],
|
|
2569
|
-
randomDoubleBattleMoves: ["dragonclaw", "earthquake", "protect", "rockslide", "stoneedge", "swordsdance"],
|
|
2570
1956
|
tier: "OU",
|
|
2571
1957
|
doublesTier: "DOU",
|
|
2572
1958
|
},
|
|
2573
1959
|
garchompmega: {
|
|
2574
|
-
randomBattleMoves: ["dracometeor", "earthquake", "fireblast", "outrage", "stoneedge", "swordsdance"],
|
|
2575
|
-
randomDoubleBattleMoves: ["dragonclaw", "earthquake", "fireblast", "protect", "rockslide", "stoneedge", "swordsdance"],
|
|
2576
1960
|
tier: "(OU)",
|
|
2577
1961
|
doublesTier: "(DOU)",
|
|
2578
1962
|
},
|
|
@@ -2580,14 +1964,10 @@ exports.FormatsData = {
|
|
|
2580
1964
|
tier: "LC",
|
|
2581
1965
|
},
|
|
2582
1966
|
lucario: {
|
|
2583
|
-
randomBattleMoves: ["aurasphere", "closecombat", "crunch", "darkpulse", "extremespeed", "flashcannon", "meteormash", "nastyplot", "swordsdance", "vacuumwave"],
|
|
2584
|
-
randomDoubleBattleMoves: ["closecombat", "darkpulse", "extremespeed", "icepunch", "meteormash", "protect"],
|
|
2585
1967
|
tier: "UU",
|
|
2586
1968
|
doublesTier: "(DUU)",
|
|
2587
1969
|
},
|
|
2588
1970
|
lucariomega: {
|
|
2589
|
-
randomBattleMoves: ["aurasphere", "closecombat", "extremespeed", "flashcannon", "icepunch", "meteormash", "nastyplot", "swordsdance", "vacuumwave"],
|
|
2590
|
-
randomDoubleBattleMoves: ["closecombat", "darkpulse", "extremespeed", "icepunch", "meteormash", "protect", "swordsdance"],
|
|
2591
1971
|
tier: "Uber",
|
|
2592
1972
|
doublesTier: "(DUU)",
|
|
2593
1973
|
},
|
|
@@ -2595,8 +1975,6 @@ exports.FormatsData = {
|
|
|
2595
1975
|
tier: "LC",
|
|
2596
1976
|
},
|
|
2597
1977
|
hippowdon: {
|
|
2598
|
-
randomBattleMoves: ["earthquake", "slackoff", "stealthrock", "stoneedge", "toxic", "whirlwind"],
|
|
2599
|
-
randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "slackoff", "stealthrock", "stoneedge", "whirlwind"],
|
|
2600
1978
|
tier: "UU",
|
|
2601
1979
|
doublesTier: "(DUU)",
|
|
2602
1980
|
},
|
|
@@ -2604,8 +1982,6 @@ exports.FormatsData = {
|
|
|
2604
1982
|
tier: "LC",
|
|
2605
1983
|
},
|
|
2606
1984
|
drapion: {
|
|
2607
|
-
randomBattleMoves: ["aquatail", "earthquake", "knockoff", "poisonjab", "pursuit", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
|
|
2608
|
-
randomDoubleBattleMoves: ["aquatail", "knockoff", "poisonjab", "protect", "snarl", "swordsdance", "taunt"],
|
|
2609
1985
|
tier: "RU",
|
|
2610
1986
|
doublesTier: "(DUU)",
|
|
2611
1987
|
},
|
|
@@ -2613,14 +1989,10 @@ exports.FormatsData = {
|
|
|
2613
1989
|
tier: "LC",
|
|
2614
1990
|
},
|
|
2615
1991
|
toxicroak: {
|
|
2616
|
-
randomBattleMoves: ["drainpunch", "gunkshot", "icepunch", "substitute", "suckerpunch", "swordsdance"],
|
|
2617
|
-
randomDoubleBattleMoves: ["drainpunch", "fakeout", "gunkshot", "icepunch", "protect", "suckerpunch", "swordsdance"],
|
|
2618
1992
|
tier: "RU",
|
|
2619
1993
|
doublesTier: "(DUU)",
|
|
2620
1994
|
},
|
|
2621
1995
|
carnivine: {
|
|
2622
|
-
randomBattleMoves: ["knockoff", "powerwhip", "return", "sleeppowder", "substitute", "swordsdance"],
|
|
2623
|
-
randomDoubleBattleMoves: ["knockoff", "powerwhip", "protect", "ragepowder", "return", "sleeppowder", "swordsdance"],
|
|
2624
1996
|
tier: "(PU)",
|
|
2625
1997
|
doublesTier: "(DUU)",
|
|
2626
1998
|
},
|
|
@@ -2628,8 +2000,6 @@ exports.FormatsData = {
|
|
|
2628
2000
|
tier: "LC",
|
|
2629
2001
|
},
|
|
2630
2002
|
lumineon: {
|
|
2631
|
-
randomBattleMoves: ["defog", "icebeam", "scald", "toxic", "uturn"],
|
|
2632
|
-
randomDoubleBattleMoves: ["defog", "icebeam", "protect", "scald", "tailwind", "toxic", "uturn"],
|
|
2633
2003
|
tier: "(PU)",
|
|
2634
2004
|
doublesTier: "(DUU)",
|
|
2635
2005
|
},
|
|
@@ -2637,218 +2007,116 @@ exports.FormatsData = {
|
|
|
2637
2007
|
tier: "LC",
|
|
2638
2008
|
},
|
|
2639
2009
|
abomasnow: {
|
|
2640
|
-
randomBattleMoves: ["blizzard", "earthquake", "focuspunch", "gigadrain", "iceshard", "leechseed", "substitute", "woodhammer"],
|
|
2641
|
-
randomDoubleBattleMoves: ["blizzard", "earthquake", "gigadrain", "iceshard", "protect", "woodhammer"],
|
|
2642
2010
|
tier: "PU",
|
|
2643
2011
|
doublesTier: "(DUU)",
|
|
2644
2012
|
},
|
|
2645
2013
|
abomasnowmega: {
|
|
2646
|
-
randomBattleMoves: ["blizzard", "earthquake", "gigadrain", "hiddenpowerfire", "iceshard", "woodhammer"],
|
|
2647
|
-
randomDoubleBattleMoves: ["blizzard", "earthquake", "gigadrain", "iceshard", "protect", "woodhammer"],
|
|
2648
2014
|
tier: "NU",
|
|
2649
2015
|
doublesTier: "DUU",
|
|
2650
2016
|
},
|
|
2651
2017
|
rotom: {
|
|
2652
|
-
randomBattleMoves: ["hiddenpowerice", "painsplit", "shadowball", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2653
|
-
randomDoubleBattleMoves: ["electroweb", "hiddenpowerice", "protect", "shadowball", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2654
2018
|
tier: "NU",
|
|
2655
2019
|
doublesTier: "(DUU)",
|
|
2656
2020
|
},
|
|
2657
2021
|
rotomheat: {
|
|
2658
|
-
randomBattleMoves: ["hiddenpowerice", "overheat", "painsplit", "thunderbolt", "voltswitch", "willowisp"],
|
|
2659
|
-
randomDoubleBattleMoves: ["electroweb", "overheat", "protect", "thunderbolt", "voltswitch", "willowisp"],
|
|
2660
2022
|
tier: "UU",
|
|
2661
2023
|
doublesTier: "(DUU)",
|
|
2662
2024
|
},
|
|
2663
2025
|
rotomwash: {
|
|
2664
|
-
randomBattleMoves: ["defog", "hydropump", "painsplit", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2665
|
-
randomDoubleBattleMoves: ["electroweb", "hydropump", "protect", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2666
2026
|
tier: "OU",
|
|
2667
2027
|
doublesTier: "DUU",
|
|
2668
2028
|
},
|
|
2669
2029
|
rotomfrost: {
|
|
2670
|
-
randomBattleMoves: ["blizzard", "painsplit", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2671
|
-
randomDoubleBattleMoves: ["blizzard", "electroweb", "protect", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2672
2030
|
tier: "PU",
|
|
2673
2031
|
doublesTier: "(DUU)",
|
|
2674
2032
|
},
|
|
2675
2033
|
rotomfan: {
|
|
2676
|
-
randomBattleMoves: ["airslash", "defog", "painsplit", "thunderbolt", "voltswitch", "willowisp"],
|
|
2677
|
-
randomDoubleBattleMoves: ["airslash", "electroweb", "protect", "thunderbolt", "voltswitch", "willowisp"],
|
|
2678
2034
|
tier: "(PU)",
|
|
2679
2035
|
doublesTier: "(DUU)",
|
|
2680
2036
|
},
|
|
2681
2037
|
rotommow: {
|
|
2682
|
-
randomBattleMoves: ["hiddenpowerfire", "hiddenpowerice", "leafstorm", "thunderbolt", "trick", "voltswitch"],
|
|
2683
|
-
randomDoubleBattleMoves: ["electroweb", "hiddenpowerfire", "leafstorm", "protect", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
2684
2038
|
tier: "RU",
|
|
2685
2039
|
doublesTier: "(DUU)",
|
|
2686
2040
|
},
|
|
2687
2041
|
uxie: {
|
|
2688
|
-
randomBattleMoves: ["healbell", "knockoff", "psychic", "stealthrock", "thunderwave", "uturn", "yawn"],
|
|
2689
|
-
randomDoubleBattleMoves: ["helpinghand", "knockoff", "protect", "psychic", "stealthrock", "thunderwave", "uturn", "yawn"],
|
|
2690
2042
|
tier: "RU",
|
|
2691
2043
|
doublesTier: "(DUU)",
|
|
2692
2044
|
},
|
|
2693
2045
|
mesprit: {
|
|
2694
|
-
randomBattleMoves: ["calmmind", "energyball", "healingwish", "hiddenpowerfire", "icebeam", "psychic", "psyshock", "signalbeam", "stealthrock", "uturn"],
|
|
2695
|
-
randomDoubleBattleMoves: ["calmmind", "helpinghand", "icebeam", "knockoff", "protect", "psychic", "thunderbolt", "trick", "uturn"],
|
|
2696
2046
|
tier: "NU",
|
|
2697
2047
|
doublesTier: "(DUU)",
|
|
2698
2048
|
},
|
|
2699
2049
|
azelf: {
|
|
2700
|
-
randomBattleMoves: ["dazzlinggleam", "explosion", "fireblast", "knockoff", "nastyplot", "psyshock", "stealthrock", "taunt"],
|
|
2701
|
-
randomDoubleBattleMoves: ["fireblast", "knockoff", "nastyplot", "protect", "psychic", "taunt", "thunderbolt", "uturn"],
|
|
2702
2050
|
tier: "UU",
|
|
2703
2051
|
doublesTier: "(DUU)",
|
|
2704
2052
|
},
|
|
2705
2053
|
dialga: {
|
|
2706
|
-
randomBattleMoves: ["dracometeor", "fireblast", "flashcannon", "roar", "stealthrock", "thunderbolt", "toxic"],
|
|
2707
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "fireblast", "flashcannon", "protect", "thunderbolt"],
|
|
2708
2054
|
tier: "Uber",
|
|
2709
2055
|
doublesTier: "DUber",
|
|
2710
2056
|
},
|
|
2711
2057
|
palkia: {
|
|
2712
|
-
randomBattleMoves: ["dracometeor", "fireblast", "hydropump", "spacialrend", "thunderwave"],
|
|
2713
|
-
randomDoubleBattleMoves: ["dracometeor", "fireblast", "hydropump", "protect", "spacialrend", "thunderbolt"],
|
|
2714
2058
|
tier: "Uber",
|
|
2715
2059
|
doublesTier: "DUber",
|
|
2716
2060
|
},
|
|
2717
2061
|
heatran: {
|
|
2718
|
-
randomBattleMoves: ["earthpower", "flashcannon", "lavaplume", "magmastorm", "protect", "roar", "stealthrock", "toxic"],
|
|
2719
|
-
randomDoubleBattleMoves: ["earthpower", "flashcannon", "heatwave", "protect", "willowisp"],
|
|
2720
2062
|
tier: "OU",
|
|
2721
2063
|
doublesTier: "DOU",
|
|
2722
2064
|
},
|
|
2723
2065
|
regigigas: {
|
|
2724
|
-
randomBattleMoves: ["confuseray", "drainpunch", "knockoff", "return", "substitute", "thunderwave"],
|
|
2725
|
-
randomDoubleBattleMoves: ["icywind", "knockoff", "return", "substitute", "thunderwave", "wideguard"],
|
|
2726
2066
|
tier: "(PU)",
|
|
2727
2067
|
doublesTier: "(DUU)",
|
|
2728
2068
|
},
|
|
2729
2069
|
giratina: {
|
|
2730
|
-
randomBattleMoves: ["calmmind", "dragonpulse", "rest", "roar", "shadowball", "sleeptalk", "willowisp"],
|
|
2731
|
-
randomDoubleBattleMoves: ["calmmind", "dragonpulse", "dragontail", "protect", "shadowball", "tailwind", "willowisp"],
|
|
2732
2070
|
tier: "Uber",
|
|
2733
2071
|
doublesTier: "DUber",
|
|
2734
2072
|
},
|
|
2735
|
-
giratinaorigin: {
|
|
2736
|
-
randomBattleMoves: ["defog", "dracometeor", "earthquake", "hex", "shadowsneak", "thunderwave", "willowisp"],
|
|
2737
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "protect", "shadowball", "shadowsneak", "tailwind", "willowisp"],
|
|
2738
|
-
},
|
|
2073
|
+
giratinaorigin: {},
|
|
2739
2074
|
cresselia: {
|
|
2740
|
-
randomBattleMoves: ["calmmind", "icebeam", "moonblast", "moonlight", "psychic", "psyshock", "substitute", "thunderwave", "toxic"],
|
|
2741
|
-
randomDoubleBattleMoves: ["allyswitch", "helpinghand", "icywind", "moonblast", "moonlight", "protect", "psyshock", "thunderwave", "trickroom"],
|
|
2742
2075
|
tier: "RU",
|
|
2743
2076
|
doublesTier: "DOU",
|
|
2744
2077
|
},
|
|
2745
2078
|
phione: {
|
|
2746
|
-
randomBattleMoves: ["healbell", "icebeam", "knockoff", "scald", "toxic", "uturn"],
|
|
2747
|
-
randomDoubleBattleMoves: ["helpinghand", "icywind", "protect", "scald", "uturn"],
|
|
2748
2079
|
tier: "(PU)",
|
|
2749
2080
|
doublesTier: "(DUU)",
|
|
2750
2081
|
},
|
|
2751
2082
|
manaphy: {
|
|
2752
|
-
randomBattleMoves: ["energyball", "icebeam", "surf", "tailglow"],
|
|
2753
|
-
randomDoubleBattleMoves: ["energyball", "helpinghand", "icebeam", "protect", "scald", "surf", "tailglow"],
|
|
2754
2083
|
tier: "OU",
|
|
2755
2084
|
doublesTier: "(DUU)",
|
|
2756
2085
|
},
|
|
2757
2086
|
darkrai: {
|
|
2758
|
-
randomBattleMoves: ["darkpulse", "focusblast", "hypnosis", "nastyplot", "sludgebomb", "trick"],
|
|
2759
|
-
randomDoubleBattleMoves: ["darkpulse", "focusblast", "nastyplot", "protect", "sludgebomb", "snarl"],
|
|
2760
2087
|
tier: "Uber",
|
|
2761
2088
|
doublesTier: "DUU",
|
|
2762
2089
|
},
|
|
2763
2090
|
shaymin: {
|
|
2764
|
-
randomBattleMoves: ["airslash", "earthpower", "leechseed", "psychic", "rest", "seedflare", "substitute"],
|
|
2765
|
-
randomDoubleBattleMoves: ["airslash", "earthpower", "leechseed", "protect", "rest", "seedflare", "substitute", "tailwind"],
|
|
2766
2091
|
tier: "RU",
|
|
2767
2092
|
doublesTier: "(DUU)",
|
|
2768
2093
|
},
|
|
2769
2094
|
shayminsky: {
|
|
2770
|
-
randomBattleMoves: ["airslash", "earthpower", "hiddenpowerice", "leechseed", "seedflare", "substitute"],
|
|
2771
|
-
randomDoubleBattleMoves: ["airslash", "earthpower", "hiddenpowerice", "protect", "rest", "seedflare", "tailwind"],
|
|
2772
2095
|
tier: "Uber",
|
|
2773
2096
|
doublesTier: "DUU",
|
|
2774
2097
|
},
|
|
2775
2098
|
arceus: {
|
|
2776
|
-
randomBattleMoves: ["earthquake", "extremespeed", "recover", "shadowclaw", "swordsdance"],
|
|
2777
|
-
randomDoubleBattleMoves: ["earthquake", "extremespeed", "protect", "recover", "shadowclaw", "swordsdance"],
|
|
2778
2099
|
tier: "Uber",
|
|
2779
2100
|
doublesTier: "DUber",
|
|
2780
2101
|
},
|
|
2781
|
-
arceusbug: {
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
},
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
},
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
},
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
},
|
|
2797
|
-
|
|
2798
|
-
randomBattleMoves: ["calmmind", "defog", "earthpower", "judgment", "recover", "toxic", "willowisp"],
|
|
2799
|
-
randomDoubleBattleMoves: ["calmmind", "defog", "earthpower", "judgment", "protect", "recover", "thunderbolt", "willowisp"],
|
|
2800
|
-
},
|
|
2801
|
-
arceusfighting: {
|
|
2802
|
-
randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "roar", "shadowball", "stoneedge"],
|
|
2803
|
-
randomDoubleBattleMoves: ["calmmind", "icebeam", "judgment", "protect", "recover", "shadowball", "willowisp"],
|
|
2804
|
-
},
|
|
2805
|
-
arceusfire: {
|
|
2806
|
-
randomBattleMoves: ["calmmind", "fireblast", "icebeam", "recover", "roar", "thunderbolt"],
|
|
2807
|
-
randomDoubleBattleMoves: ["calmmind", "heatwave", "judgment", "protect", "recover", "thunderbolt", "willowisp"],
|
|
2808
|
-
},
|
|
2809
|
-
arceusflying: {
|
|
2810
|
-
randomBattleMoves: ["calmmind", "earthpower", "fireblast", "judgment", "recover", "toxic"],
|
|
2811
|
-
randomDoubleBattleMoves: ["calmmind", "earthpower", "judgment", "protect", "recover", "tailwind"],
|
|
2812
|
-
},
|
|
2813
|
-
arceusghost: {
|
|
2814
|
-
randomBattleMoves: ["brickbreak", "defog", "extremespeed", "judgment", "recover", "shadowclaw", "shadowforce", "swordsdance", "toxic"],
|
|
2815
|
-
randomDoubleBattleMoves: ["brickbreak", "calmmind", "focusblast", "judgment", "protect", "recover", "shadowforce", "swordsdance", "willowisp"],
|
|
2816
|
-
},
|
|
2817
|
-
arceusgrass: {
|
|
2818
|
-
randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover"],
|
|
2819
|
-
randomDoubleBattleMoves: ["calmmind", "heatwave", "icebeam", "judgment", "protect", "recover", "thunderwave"],
|
|
2820
|
-
},
|
|
2821
|
-
arceusground: {
|
|
2822
|
-
randomBattleMoves: ["earthquake", "icebeam", "judgment", "recover", "stealthrock", "stoneedge", "swordsdance", "toxic"],
|
|
2823
|
-
randomDoubleBattleMoves: ["calmmind", "earthquake", "icebeam", "judgment", "protect", "recover", "rockslide", "stoneedge", "swordsdance"],
|
|
2824
|
-
},
|
|
2825
|
-
arceusice: {
|
|
2826
|
-
randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "thunderbolt"],
|
|
2827
|
-
randomDoubleBattleMoves: ["calmmind", "focusblast", "icywind", "judgment", "protect", "recover", "thunderbolt"],
|
|
2828
|
-
},
|
|
2829
|
-
arceuspoison: {
|
|
2830
|
-
randomBattleMoves: ["calmmind", "defog", "fireblast", "icebeam", "recover", "sludgebomb"],
|
|
2831
|
-
randomDoubleBattleMoves: ["calmmind", "earthpower", "heatwave", "judgment", "protect", "recover", "sludgebomb", "willowisp"],
|
|
2832
|
-
},
|
|
2833
|
-
arceuspsychic: {
|
|
2834
|
-
randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover", "toxic"],
|
|
2835
|
-
randomDoubleBattleMoves: ["calmmind", "focusblast", "judgment", "protect", "psyshock", "recover", "willowisp"],
|
|
2836
|
-
},
|
|
2837
|
-
arceusrock: {
|
|
2838
|
-
randomBattleMoves: ["earthquake", "judgment", "recover", "stealthrock", "stoneedge", "swordsdance", "willowisp"],
|
|
2839
|
-
randomDoubleBattleMoves: ["earthquake", "protect", "recover", "rockslide", "stoneedge", "swordsdance"],
|
|
2840
|
-
},
|
|
2841
|
-
arceussteel: {
|
|
2842
|
-
randomBattleMoves: ["defog", "earthquake", "ironhead", "judgment", "recover", "roar", "stoneedge", "swordsdance", "willowisp"],
|
|
2843
|
-
randomDoubleBattleMoves: ["calmmind", "earthpower", "judgment", "protect", "recover", "willowisp"],
|
|
2844
|
-
},
|
|
2845
|
-
arceuswater: {
|
|
2846
|
-
randomBattleMoves: ["calmmind", "defog", "icebeam", "judgment", "recover", "toxic"],
|
|
2847
|
-
randomDoubleBattleMoves: ["calmmind", "fireblast", "icebeam", "icywind", "judgment", "protect", "recover", "surf"],
|
|
2848
|
-
},
|
|
2102
|
+
arceusbug: {},
|
|
2103
|
+
arceusdark: {},
|
|
2104
|
+
arceusdragon: {},
|
|
2105
|
+
arceuselectric: {},
|
|
2106
|
+
arceusfairy: {},
|
|
2107
|
+
arceusfighting: {},
|
|
2108
|
+
arceusfire: {},
|
|
2109
|
+
arceusflying: {},
|
|
2110
|
+
arceusghost: {},
|
|
2111
|
+
arceusgrass: {},
|
|
2112
|
+
arceusground: {},
|
|
2113
|
+
arceusice: {},
|
|
2114
|
+
arceuspoison: {},
|
|
2115
|
+
arceuspsychic: {},
|
|
2116
|
+
arceusrock: {},
|
|
2117
|
+
arceussteel: {},
|
|
2118
|
+
arceuswater: {},
|
|
2849
2119
|
victini: {
|
|
2850
|
-
randomBattleMoves: ["blueflare", "boltstrike", "focusblast", "grassknot", "uturn", "vcreate", "zenheadbutt"],
|
|
2851
|
-
randomDoubleBattleMoves: ["blueflare", "boltstrike", "protect", "psychic", "uturn", "vcreate"],
|
|
2852
2120
|
tier: "OU",
|
|
2853
2121
|
doublesTier: "DOU",
|
|
2854
2122
|
},
|
|
@@ -2859,8 +2127,6 @@ exports.FormatsData = {
|
|
|
2859
2127
|
tier: "NFE",
|
|
2860
2128
|
},
|
|
2861
2129
|
serperior: {
|
|
2862
|
-
randomBattleMoves: ["dragonpulse", "glare", "hiddenpowerfire", "leafstorm", "leechseed", "substitute"],
|
|
2863
|
-
randomDoubleBattleMoves: ["dragonpulse", "hiddenpowerfire", "leafstorm", "protect", "taunt"],
|
|
2864
2130
|
tier: "OU",
|
|
2865
2131
|
doublesTier: "(DUU)",
|
|
2866
2132
|
},
|
|
@@ -2871,8 +2137,6 @@ exports.FormatsData = {
|
|
|
2871
2137
|
tier: "NFE",
|
|
2872
2138
|
},
|
|
2873
2139
|
emboar: {
|
|
2874
|
-
randomBattleMoves: ["fireblast", "flareblitz", "grassknot", "headsmash", "suckerpunch", "superpower", "wildcharge"],
|
|
2875
|
-
randomDoubleBattleMoves: ["flareblitz", "headsmash", "heatwave", "protect", "rockslide", "superpower", "wildcharge"],
|
|
2876
2140
|
tier: "NUBL",
|
|
2877
2141
|
doublesTier: "(DUU)",
|
|
2878
2142
|
},
|
|
@@ -2883,8 +2147,6 @@ exports.FormatsData = {
|
|
|
2883
2147
|
tier: "NFE",
|
|
2884
2148
|
},
|
|
2885
2149
|
samurott: {
|
|
2886
|
-
randomBattleMoves: ["aquajet", "grassknot", "hydropump", "icebeam", "liquidation", "megahorn", "sacredsword", "swordsdance"],
|
|
2887
|
-
randomDoubleBattleMoves: ["aquajet", "helpinghand", "hiddenpowergrass", "hydropump", "icebeam", "protect", "scald", "taunt"],
|
|
2888
2150
|
tier: "NU",
|
|
2889
2151
|
doublesTier: "(DUU)",
|
|
2890
2152
|
},
|
|
@@ -2892,8 +2154,6 @@ exports.FormatsData = {
|
|
|
2892
2154
|
tier: "LC",
|
|
2893
2155
|
},
|
|
2894
2156
|
watchog: {
|
|
2895
|
-
randomBattleMoves: ["hypnosis", "knockoff", "return", "substitute", "superfang", "swordsdance"],
|
|
2896
|
-
randomDoubleBattleMoves: ["hypnosis", "knockoff", "protect", "return", "superfang", "swordsdance"],
|
|
2897
2157
|
tier: "(PU)",
|
|
2898
2158
|
doublesTier: "(DUU)",
|
|
2899
2159
|
},
|
|
@@ -2904,8 +2164,6 @@ exports.FormatsData = {
|
|
|
2904
2164
|
tier: "NFE",
|
|
2905
2165
|
},
|
|
2906
2166
|
stoutland: {
|
|
2907
|
-
randomBattleMoves: ["crunch", "icefang", "return", "superpower", "wildcharge"],
|
|
2908
|
-
randomDoubleBattleMoves: ["crunch", "protect", "return", "superpower", "wildcharge"],
|
|
2909
2167
|
tier: "PU",
|
|
2910
2168
|
doublesTier: "(DUU)",
|
|
2911
2169
|
},
|
|
@@ -2913,8 +2171,6 @@ exports.FormatsData = {
|
|
|
2913
2171
|
tier: "LC",
|
|
2914
2172
|
},
|
|
2915
2173
|
liepard: {
|
|
2916
|
-
randomBattleMoves: ["copycat", "encore", "knockoff", "playrough", "substitute", "thunderwave", "uturn"],
|
|
2917
|
-
randomDoubleBattleMoves: ["encore", "fakeout", "knockoff", "playrough", "protect", "suckerpunch", "thunderwave", "uturn"],
|
|
2918
2174
|
tier: "PU",
|
|
2919
2175
|
doublesTier: "(DUU)",
|
|
2920
2176
|
},
|
|
@@ -2922,8 +2178,6 @@ exports.FormatsData = {
|
|
|
2922
2178
|
tier: "LC",
|
|
2923
2179
|
},
|
|
2924
2180
|
simisage: {
|
|
2925
|
-
randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerice", "knockoff", "leafstorm", "nastyplot", "substitute", "superpower"],
|
|
2926
|
-
randomDoubleBattleMoves: ["focusblast", "gigadrain", "helpinghand", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "nastyplot", "spikyshield", "taunt"],
|
|
2927
2181
|
tier: "(PU)",
|
|
2928
2182
|
doublesTier: "(DUU)",
|
|
2929
2183
|
},
|
|
@@ -2931,8 +2185,6 @@ exports.FormatsData = {
|
|
|
2931
2185
|
tier: "LC",
|
|
2932
2186
|
},
|
|
2933
2187
|
simisear: {
|
|
2934
|
-
randomBattleMoves: ["fireblast", "focusblast", "grassknot", "hiddenpowerrock", "nastyplot", "substitute"],
|
|
2935
|
-
randomDoubleBattleMoves: ["fireblast", "focusblast", "grassknot", "heatwave", "nastyplot", "protect", "taunt"],
|
|
2936
2188
|
tier: "(PU)",
|
|
2937
2189
|
doublesTier: "(DUU)",
|
|
2938
2190
|
},
|
|
@@ -2940,8 +2192,6 @@ exports.FormatsData = {
|
|
|
2940
2192
|
tier: "LC",
|
|
2941
2193
|
},
|
|
2942
2194
|
simipour: {
|
|
2943
|
-
randomBattleMoves: ["focusblast", "hydropump", "icebeam", "nastyplot", "substitute"],
|
|
2944
|
-
randomDoubleBattleMoves: ["helpinghand", "hydropump", "icebeam", "nastyplot", "protect", "taunt"],
|
|
2945
2195
|
tier: "(PU)",
|
|
2946
2196
|
doublesTier: "(DUU)",
|
|
2947
2197
|
},
|
|
@@ -2949,8 +2199,6 @@ exports.FormatsData = {
|
|
|
2949
2199
|
tier: "LC",
|
|
2950
2200
|
},
|
|
2951
2201
|
musharna: {
|
|
2952
|
-
randomBattleMoves: ["calmmind", "healbell", "moonlight", "psychic", "psyshock", "signalbeam", "thunderwave"],
|
|
2953
|
-
randomDoubleBattleMoves: ["helpinghand", "hypnosis", "moonlight", "protect", "psychic", "signalbeam", "thunderwave", "trickroom"],
|
|
2954
2202
|
tier: "PU",
|
|
2955
2203
|
doublesTier: "(DUU)",
|
|
2956
2204
|
},
|
|
@@ -2961,8 +2209,6 @@ exports.FormatsData = {
|
|
|
2961
2209
|
tier: "NFE",
|
|
2962
2210
|
},
|
|
2963
2211
|
unfezant: {
|
|
2964
|
-
randomBattleMoves: ["hypnosis", "nightslash", "pluck", "return", "roost", "tailwind", "uturn"],
|
|
2965
|
-
randomDoubleBattleMoves: ["nightslash", "pluck", "protect", "return", "roost", "tailwind", "taunt", "uturn"],
|
|
2966
2212
|
tier: "(PU)",
|
|
2967
2213
|
doublesTier: "(DUU)",
|
|
2968
2214
|
},
|
|
@@ -2970,8 +2216,6 @@ exports.FormatsData = {
|
|
|
2970
2216
|
tier: "LC",
|
|
2971
2217
|
},
|
|
2972
2218
|
zebstrika: {
|
|
2973
|
-
randomBattleMoves: ["hiddenpowergrass", "overheat", "thunderbolt", "voltswitch", "wildcharge"],
|
|
2974
|
-
randomDoubleBattleMoves: ["hiddenpowergrass", "overheat", "protect", "voltswitch", "wildcharge"],
|
|
2975
2219
|
tier: "(PU)",
|
|
2976
2220
|
doublesTier: "(DUU)",
|
|
2977
2221
|
},
|
|
@@ -2982,8 +2226,6 @@ exports.FormatsData = {
|
|
|
2982
2226
|
tier: "NFE",
|
|
2983
2227
|
},
|
|
2984
2228
|
gigalith: {
|
|
2985
|
-
randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "superpower"],
|
|
2986
|
-
randomDoubleBattleMoves: ["protect", "rockslide", "stealthrock", "stompingtantrum", "stoneedge", "superpower", "wideguard"],
|
|
2987
2229
|
tier: "RU",
|
|
2988
2230
|
doublesTier: "(DUU)",
|
|
2989
2231
|
},
|
|
@@ -2991,8 +2233,6 @@ exports.FormatsData = {
|
|
|
2991
2233
|
tier: "LC",
|
|
2992
2234
|
},
|
|
2993
2235
|
swoobat: {
|
|
2994
|
-
randomBattleMoves: ["airslash", "calmmind", "heatwave", "roost", "storedpower"],
|
|
2995
|
-
randomDoubleBattleMoves: ["airslash", "calmmind", "heatwave", "protect", "psychic", "tailwind"],
|
|
2996
2236
|
tier: "(PU)",
|
|
2997
2237
|
doublesTier: "(DUU)",
|
|
2998
2238
|
},
|
|
@@ -3000,20 +2240,14 @@ exports.FormatsData = {
|
|
|
3000
2240
|
tier: "LC",
|
|
3001
2241
|
},
|
|
3002
2242
|
excadrill: {
|
|
3003
|
-
randomBattleMoves: ["earthquake", "ironhead", "rapidspin", "rockslide", "swordsdance"],
|
|
3004
|
-
randomDoubleBattleMoves: ["drillrun", "earthquake", "ironhead", "protect", "rockslide", "swordsdance"],
|
|
3005
2243
|
tier: "OU",
|
|
3006
2244
|
doublesTier: "DOU",
|
|
3007
2245
|
},
|
|
3008
2246
|
audino: {
|
|
3009
|
-
randomBattleMoves: ["doubleedge", "encore", "healbell", "protect", "toxic", "wish"],
|
|
3010
|
-
randomDoubleBattleMoves: ["healpulse", "helpinghand", "hypervoice", "protect", "thunderwave", "trickroom"],
|
|
3011
2247
|
tier: "PU",
|
|
3012
2248
|
doublesTier: "(DUU)",
|
|
3013
2249
|
},
|
|
3014
2250
|
audinomega: {
|
|
3015
|
-
randomBattleMoves: ["calmmind", "dazzlinggleam", "fireblast", "healbell", "protect", "wish"],
|
|
3016
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "healpulse", "helpinghand", "hypervoice", "protect", "thunderwave", "trickroom"],
|
|
3017
2251
|
tier: "NU",
|
|
3018
2252
|
doublesTier: "(DUU)",
|
|
3019
2253
|
},
|
|
@@ -3025,8 +2259,6 @@ exports.FormatsData = {
|
|
|
3025
2259
|
doublesTier: "NFE",
|
|
3026
2260
|
},
|
|
3027
2261
|
conkeldurr: {
|
|
3028
|
-
randomBattleMoves: ["bulkup", "drainpunch", "facade", "knockoff", "machpunch"],
|
|
3029
|
-
randomDoubleBattleMoves: ["drainpunch", "facade", "knockoff", "machpunch", "protect"],
|
|
3030
2262
|
tier: "UUBL",
|
|
3031
2263
|
doublesTier: "(DUU)",
|
|
3032
2264
|
},
|
|
@@ -3037,20 +2269,14 @@ exports.FormatsData = {
|
|
|
3037
2269
|
tier: "NFE",
|
|
3038
2270
|
},
|
|
3039
2271
|
seismitoad: {
|
|
3040
|
-
randomBattleMoves: ["earthquake", "hydropump", "knockoff", "raindance", "scald", "sludgewave", "stealthrock", "toxic"],
|
|
3041
|
-
randomDoubleBattleMoves: ["earthquake", "hydropump", "muddywater", "protect", "raindance", "sludgebomb"],
|
|
3042
2272
|
tier: "NU",
|
|
3043
2273
|
doublesTier: "(DUU)",
|
|
3044
2274
|
},
|
|
3045
2275
|
throh: {
|
|
3046
|
-
randomBattleMoves: ["bulkup", "circlethrow", "icepunch", "knockoff", "rest", "sleeptalk", "stormthrow"],
|
|
3047
|
-
randomDoubleBattleMoves: ["circlethrow", "helpinghand", "icepunch", "knockoff", "protect", "stormthrow"],
|
|
3048
2276
|
tier: "(PU)",
|
|
3049
2277
|
doublesTier: "(DUU)",
|
|
3050
2278
|
},
|
|
3051
2279
|
sawk: {
|
|
3052
|
-
randomBattleMoves: ["bulkup", "closecombat", "earthquake", "icepunch", "knockoff", "poisonjab", "stoneedge"],
|
|
3053
|
-
randomDoubleBattleMoves: ["closecombat", "icepunch", "knockoff", "protect", "rockslide"],
|
|
3054
2280
|
tier: "PUBL",
|
|
3055
2281
|
doublesTier: "(DUU)",
|
|
3056
2282
|
},
|
|
@@ -3061,8 +2287,6 @@ exports.FormatsData = {
|
|
|
3061
2287
|
tier: "NFE",
|
|
3062
2288
|
},
|
|
3063
2289
|
leavanny: {
|
|
3064
|
-
randomBattleMoves: ["knockoff", "leafblade", "stickyweb", "swordsdance", "xscissor"],
|
|
3065
|
-
randomDoubleBattleMoves: ["leafblade", "protect", "stickyweb", "swordsdance", "xscissor"],
|
|
3066
2290
|
tier: "(PU)",
|
|
3067
2291
|
doublesTier: "(DUU)",
|
|
3068
2292
|
},
|
|
@@ -3073,8 +2297,6 @@ exports.FormatsData = {
|
|
|
3073
2297
|
tier: "NFE",
|
|
3074
2298
|
},
|
|
3075
2299
|
scolipede: {
|
|
3076
|
-
randomBattleMoves: ["earthquake", "megahorn", "poisonjab", "protect", "spikes", "swordsdance", "toxicspikes"],
|
|
3077
|
-
randomDoubleBattleMoves: ["aquatail", "megahorn", "poisonjab", "protect", "rockslide", "superpower", "swordsdance"],
|
|
3078
2300
|
tier: "UUBL",
|
|
3079
2301
|
doublesTier: "(DUU)",
|
|
3080
2302
|
},
|
|
@@ -3082,8 +2304,6 @@ exports.FormatsData = {
|
|
|
3082
2304
|
tier: "LC",
|
|
3083
2305
|
},
|
|
3084
2306
|
whimsicott: {
|
|
3085
|
-
randomBattleMoves: ["defog", "encore", "leechseed", "memento", "moonblast", "stunspore", "tailwind", "taunt", "toxic", "uturn"],
|
|
3086
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "defog", "encore", "gigadrain", "helpinghand", "leechseed", "moonblast", "protect", "stunspore", "substitute", "tailwind", "taunt", "uturn"],
|
|
3087
2307
|
tier: "NU",
|
|
3088
2308
|
doublesTier: "DOU",
|
|
3089
2309
|
},
|
|
@@ -3091,20 +2311,14 @@ exports.FormatsData = {
|
|
|
3091
2311
|
tier: "LC",
|
|
3092
2312
|
},
|
|
3093
2313
|
lilligant: {
|
|
3094
|
-
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerrock", "petaldance", "quiverdance", "sleeppowder"],
|
|
3095
|
-
randomDoubleBattleMoves: ["gigadrain", "helpinghand", "hiddenpowerfire", "hiddenpowerice", "hiddenpowerrock", "petaldance", "protect", "quiverdance", "sleeppowder"],
|
|
3096
2314
|
tier: "PUBL",
|
|
3097
2315
|
doublesTier: "(DUU)",
|
|
3098
2316
|
},
|
|
3099
2317
|
basculin: {
|
|
3100
|
-
randomBattleMoves: ["aquajet", "crunch", "headsmash", "liquidation", "superpower"],
|
|
3101
|
-
randomDoubleBattleMoves: ["aquajet", "icebeam", "liquidation", "muddywater", "protect", "superpower"],
|
|
3102
2318
|
tier: "(PU)",
|
|
3103
2319
|
doublesTier: "(DUU)",
|
|
3104
2320
|
},
|
|
3105
2321
|
basculinbluestriped: {
|
|
3106
|
-
randomBattleMoves: ["aquajet", "crunch", "headsmash", "liquidation", "superpower"],
|
|
3107
|
-
randomDoubleBattleMoves: ["aquajet", "icebeam", "liquidation", "muddywater", "protect", "superpower"],
|
|
3108
2322
|
tier: "(PU)",
|
|
3109
2323
|
doublesTier: "(DUU)",
|
|
3110
2324
|
},
|
|
@@ -3115,8 +2329,6 @@ exports.FormatsData = {
|
|
|
3115
2329
|
tier: "NFE",
|
|
3116
2330
|
},
|
|
3117
2331
|
krookodile: {
|
|
3118
|
-
randomBattleMoves: ["earthquake", "knockoff", "pursuit", "stealthrock", "stoneedge", "superpower"],
|
|
3119
|
-
randomDoubleBattleMoves: ["earthquake", "knockoff", "protect", "stoneedge", "superpower"],
|
|
3120
2332
|
tier: "UU",
|
|
3121
2333
|
doublesTier: "DUU",
|
|
3122
2334
|
},
|
|
@@ -3124,14 +2336,10 @@ exports.FormatsData = {
|
|
|
3124
2336
|
tier: "LC",
|
|
3125
2337
|
},
|
|
3126
2338
|
darmanitan: {
|
|
3127
|
-
randomBattleMoves: ["earthquake", "flareblitz", "rockslide", "superpower", "uturn"],
|
|
3128
|
-
randomDoubleBattleMoves: ["earthquake", "flareblitz", "protect", "rockslide", "superpower", "uturn"],
|
|
3129
2339
|
tier: "RUBL",
|
|
3130
2340
|
doublesTier: "(DUU)",
|
|
3131
2341
|
},
|
|
3132
2342
|
maractus: {
|
|
3133
|
-
randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "spikes", "spikyshield", "suckerpunch", "toxic"],
|
|
3134
|
-
randomDoubleBattleMoves: ["energyball", "helpinghand", "hiddenpowerfire", "leechseed", "spikyshield", "suckerpunch"],
|
|
3135
2343
|
tier: "(PU)",
|
|
3136
2344
|
doublesTier: "(DUU)",
|
|
3137
2345
|
},
|
|
@@ -3139,8 +2347,6 @@ exports.FormatsData = {
|
|
|
3139
2347
|
tier: "LC",
|
|
3140
2348
|
},
|
|
3141
2349
|
crustle: {
|
|
3142
|
-
randomBattleMoves: ["earthquake", "shellsmash", "spikes", "stealthrock", "stoneedge", "xscissor"],
|
|
3143
|
-
randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "shellsmash", "stoneedge", "xscissor"],
|
|
3144
2350
|
tier: "(PU)",
|
|
3145
2351
|
doublesTier: "(DUU)",
|
|
3146
2352
|
},
|
|
@@ -3148,14 +2354,10 @@ exports.FormatsData = {
|
|
|
3148
2354
|
tier: "LC",
|
|
3149
2355
|
},
|
|
3150
2356
|
scrafty: {
|
|
3151
|
-
randomBattleMoves: ["bulkup", "dragondance", "drainpunch", "highjumpkick", "icepunch", "knockoff", "rest"],
|
|
3152
|
-
randomDoubleBattleMoves: ["drainpunch", "fakeout", "icepunch", "knockoff", "protect", "superfang"],
|
|
3153
2357
|
tier: "NU",
|
|
3154
2358
|
doublesTier: "DOU",
|
|
3155
2359
|
},
|
|
3156
2360
|
sigilyph: {
|
|
3157
|
-
randomBattleMoves: ["airslash", "calmmind", "heatwave", "icebeam", "psychic", "psyshock", "roost"],
|
|
3158
|
-
randomDoubleBattleMoves: ["airslash", "calmmind", "heatwave", "protect", "psyshock", "tailwind"],
|
|
3159
2361
|
tier: "NU",
|
|
3160
2362
|
doublesTier: "(DUU)",
|
|
3161
2363
|
},
|
|
@@ -3163,8 +2365,6 @@ exports.FormatsData = {
|
|
|
3163
2365
|
tier: "LC",
|
|
3164
2366
|
},
|
|
3165
2367
|
cofagrigus: {
|
|
3166
|
-
randomBattleMoves: ["haze", "hiddenpowerfighting", "nastyplot", "painsplit", "shadowball", "toxicspikes", "trickroom", "willowisp"],
|
|
3167
|
-
randomDoubleBattleMoves: ["hiddenpowerfighting", "nastyplot", "protect", "shadowball", "trickroom", "willowisp"],
|
|
3168
2368
|
tier: "NUBL",
|
|
3169
2369
|
doublesTier: "DUU",
|
|
3170
2370
|
},
|
|
@@ -3172,8 +2372,6 @@ exports.FormatsData = {
|
|
|
3172
2372
|
tier: "LC",
|
|
3173
2373
|
},
|
|
3174
2374
|
carracosta: {
|
|
3175
|
-
randomBattleMoves: ["aquajet", "earthquake", "liquidation", "shellsmash", "stoneedge"],
|
|
3176
|
-
randomDoubleBattleMoves: ["aquajet", "earthquake", "liquidation", "protect", "rockslide", "shellsmash", "stoneedge", "wideguard"],
|
|
3177
2375
|
tier: "PU",
|
|
3178
2376
|
doublesTier: "(DUU)",
|
|
3179
2377
|
},
|
|
@@ -3181,8 +2379,6 @@ exports.FormatsData = {
|
|
|
3181
2379
|
tier: "LC",
|
|
3182
2380
|
},
|
|
3183
2381
|
archeops: {
|
|
3184
|
-
randomBattleMoves: ["acrobatics", "aquatail", "earthquake", "endeavor", "headsmash", "stoneedge", "uturn"],
|
|
3185
|
-
randomDoubleBattleMoves: ["acrobatics", "earthpower", "protect", "rockslide", "stoneedge", "tailwind", "taunt", "uturn"],
|
|
3186
2382
|
tier: "PUBL",
|
|
3187
2383
|
doublesTier: "(DUU)",
|
|
3188
2384
|
},
|
|
@@ -3190,8 +2386,6 @@ exports.FormatsData = {
|
|
|
3190
2386
|
tier: "LC",
|
|
3191
2387
|
},
|
|
3192
2388
|
garbodor: {
|
|
3193
|
-
randomBattleMoves: ["gunkshot", "haze", "painsplit", "spikes", "stompingtantrum", "toxic", "toxicspikes"],
|
|
3194
|
-
randomDoubleBattleMoves: ["drainpunch", "gunkshot", "painsplit", "protect", "toxicspikes"],
|
|
3195
2389
|
tier: "NU",
|
|
3196
2390
|
doublesTier: "(DUU)",
|
|
3197
2391
|
},
|
|
@@ -3199,8 +2393,6 @@ exports.FormatsData = {
|
|
|
3199
2393
|
tier: "LC",
|
|
3200
2394
|
},
|
|
3201
2395
|
zoroark: {
|
|
3202
|
-
randomBattleMoves: ["darkpulse", "flamethrower", "focusblast", "nastyplot", "sludgebomb", "trick"],
|
|
3203
|
-
randomDoubleBattleMoves: ["darkpulse", "flamethrower", "focusblast", "knockoff", "nastyplot", "protect", "suckerpunch", "uturn"],
|
|
3204
2396
|
tier: "RUBL",
|
|
3205
2397
|
doublesTier: "(DUU)",
|
|
3206
2398
|
},
|
|
@@ -3208,8 +2400,6 @@ exports.FormatsData = {
|
|
|
3208
2400
|
tier: "LC",
|
|
3209
2401
|
},
|
|
3210
2402
|
cinccino: {
|
|
3211
|
-
randomBattleMoves: ["bulletseed", "knockoff", "rockblast", "tailslap", "uturn"],
|
|
3212
|
-
randomDoubleBattleMoves: ["bulletseed", "knockoff", "protect", "rockblast", "tailslap", "uturn"],
|
|
3213
2403
|
tier: "PUBL",
|
|
3214
2404
|
doublesTier: "(DUU)",
|
|
3215
2405
|
},
|
|
@@ -3220,8 +2410,6 @@ exports.FormatsData = {
|
|
|
3220
2410
|
tier: "NFE",
|
|
3221
2411
|
},
|
|
3222
2412
|
gothitelle: {
|
|
3223
|
-
randomBattleMoves: ["charm", "confide", "rest", "taunt"],
|
|
3224
|
-
randomDoubleBattleMoves: ["charm", "healpulse", "protect", "psychic", "shadowball", "taunt", "thunderbolt", "trickroom"],
|
|
3225
2413
|
tier: "(PU)",
|
|
3226
2414
|
doublesTier: "DOU",
|
|
3227
2415
|
},
|
|
@@ -3232,8 +2420,6 @@ exports.FormatsData = {
|
|
|
3232
2420
|
tier: "NFE",
|
|
3233
2421
|
},
|
|
3234
2422
|
reuniclus: {
|
|
3235
|
-
randomBattleMoves: ["calmmind", "focusblast", "psychic", "psyshock", "recover", "shadowball", "trickroom"],
|
|
3236
|
-
randomDoubleBattleMoves: ["focusblast", "helpinghand", "protect", "psychic", "shadowball", "trickroom"],
|
|
3237
2423
|
tier: "RUBL",
|
|
3238
2424
|
doublesTier: "(DUU)",
|
|
3239
2425
|
},
|
|
@@ -3241,8 +2427,6 @@ exports.FormatsData = {
|
|
|
3241
2427
|
tier: "LC",
|
|
3242
2428
|
},
|
|
3243
2429
|
swanna: {
|
|
3244
|
-
randomBattleMoves: ["bravebird", "defog", "hurricane", "icebeam", "raindance", "roost", "scald"],
|
|
3245
|
-
randomDoubleBattleMoves: ["bravebird", "hurricane", "icebeam", "protect", "scald", "tailwind"],
|
|
3246
2430
|
tier: "(PU)",
|
|
3247
2431
|
doublesTier: "(DUU)",
|
|
3248
2432
|
},
|
|
@@ -3253,8 +2437,6 @@ exports.FormatsData = {
|
|
|
3253
2437
|
tier: "NFE",
|
|
3254
2438
|
},
|
|
3255
2439
|
vanilluxe: {
|
|
3256
|
-
randomBattleMoves: ["autotomize", "blizzard", "explosion", "flashcannon", "freezedry", "hiddenpowerground"],
|
|
3257
|
-
randomDoubleBattleMoves: ["autotomize", "blizzard", "flashcannon", "freezedry", "hiddenpowerground", "protect", "taunt"],
|
|
3258
2440
|
tier: "NUBL",
|
|
3259
2441
|
doublesTier: "(DUU)",
|
|
3260
2442
|
},
|
|
@@ -3262,14 +2444,10 @@ exports.FormatsData = {
|
|
|
3262
2444
|
tier: "LC",
|
|
3263
2445
|
},
|
|
3264
2446
|
sawsbuck: {
|
|
3265
|
-
randomBattleMoves: ["hornleech", "jumpkick", "return", "substitute", "swordsdance"],
|
|
3266
|
-
randomDoubleBattleMoves: ["hornleech", "jumpkick", "protect", "return", "swordsdance"],
|
|
3267
2447
|
tier: "(PU)",
|
|
3268
2448
|
doublesTier: "(DUU)",
|
|
3269
2449
|
},
|
|
3270
2450
|
emolga: {
|
|
3271
|
-
randomBattleMoves: ["acrobatics", "encore", "knockoff", "roost", "thunderbolt", "toxic", "uturn"],
|
|
3272
|
-
randomDoubleBattleMoves: ["airslash", "encore", "helpinghand", "protect", "roost", "tailwind", "thunderbolt"],
|
|
3273
2451
|
tier: "(PU)",
|
|
3274
2452
|
doublesTier: "(DUU)",
|
|
3275
2453
|
},
|
|
@@ -3277,8 +2455,6 @@ exports.FormatsData = {
|
|
|
3277
2455
|
tier: "LC",
|
|
3278
2456
|
},
|
|
3279
2457
|
escavalier: {
|
|
3280
|
-
randomBattleMoves: ["drillrun", "ironhead", "knockoff", "megahorn", "pursuit", "swordsdance"],
|
|
3281
|
-
randomDoubleBattleMoves: ["drillrun", "ironhead", "knockoff", "megahorn", "protect", "swordsdance"],
|
|
3282
2458
|
tier: "RU",
|
|
3283
2459
|
doublesTier: "(DUU)",
|
|
3284
2460
|
},
|
|
@@ -3286,8 +2462,6 @@ exports.FormatsData = {
|
|
|
3286
2462
|
tier: "LC",
|
|
3287
2463
|
},
|
|
3288
2464
|
amoonguss: {
|
|
3289
|
-
randomBattleMoves: ["clearsmog", "foulplay", "gigadrain", "hiddenpowerfire", "sludgebomb", "spore", "synthesis"],
|
|
3290
|
-
randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "protect", "ragepowder", "sludgebomb", "spore", "stunspore"],
|
|
3291
2465
|
tier: "UU",
|
|
3292
2466
|
doublesTier: "DOU",
|
|
3293
2467
|
},
|
|
@@ -3295,14 +2469,10 @@ exports.FormatsData = {
|
|
|
3295
2469
|
tier: "LC",
|
|
3296
2470
|
},
|
|
3297
2471
|
jellicent: {
|
|
3298
|
-
randomBattleMoves: ["icebeam", "recover", "scald", "shadowball", "taunt", "toxic", "willowisp"],
|
|
3299
|
-
randomDoubleBattleMoves: ["icywind", "protect", "recover", "scald", "shadowball", "trickroom", "willowisp"],
|
|
3300
2472
|
tier: "PU",
|
|
3301
2473
|
doublesTier: "(DUU)",
|
|
3302
2474
|
},
|
|
3303
2475
|
alomomola: {
|
|
3304
|
-
randomBattleMoves: ["knockoff", "protect", "scald", "toxic", "wish"],
|
|
3305
|
-
randomDoubleBattleMoves: ["helpinghand", "icywind", "knockoff", "protect", "scald", "wideguard"],
|
|
3306
2476
|
tier: "UU",
|
|
3307
2477
|
doublesTier: "(DUU)",
|
|
3308
2478
|
},
|
|
@@ -3310,8 +2480,6 @@ exports.FormatsData = {
|
|
|
3310
2480
|
tier: "LC",
|
|
3311
2481
|
},
|
|
3312
2482
|
galvantula: {
|
|
3313
|
-
randomBattleMoves: ["bugbuzz", "gigadrain", "hiddenpowerice", "stickyweb", "thunder", "voltswitch"],
|
|
3314
|
-
randomDoubleBattleMoves: ["bugbuzz", "energyball", "hiddenpowerice", "protect", "stickyweb", "thunder", "voltswitch"],
|
|
3315
2483
|
tier: "RU",
|
|
3316
2484
|
doublesTier: "(DUU)",
|
|
3317
2485
|
},
|
|
@@ -3320,8 +2488,6 @@ exports.FormatsData = {
|
|
|
3320
2488
|
doublesTier: "LC",
|
|
3321
2489
|
},
|
|
3322
2490
|
ferrothorn: {
|
|
3323
|
-
randomBattleMoves: ["gyroball", "leechseed", "powerwhip", "protect", "spikes", "stealthrock"],
|
|
3324
|
-
randomDoubleBattleMoves: ["gyroball", "knockoff", "leechseed", "powerwhip", "protect", "stealthrock"],
|
|
3325
2491
|
tier: "OU",
|
|
3326
2492
|
doublesTier: "DOU",
|
|
3327
2493
|
},
|
|
@@ -3332,8 +2498,6 @@ exports.FormatsData = {
|
|
|
3332
2498
|
tier: "NFE",
|
|
3333
2499
|
},
|
|
3334
2500
|
klinklang: {
|
|
3335
|
-
randomBattleMoves: ["geargrind", "return", "shiftgear", "substitute", "wildcharge"],
|
|
3336
|
-
randomDoubleBattleMoves: ["geargrind", "protect", "return", "shiftgear", "wildcharge"],
|
|
3337
2501
|
tier: "NU",
|
|
3338
2502
|
doublesTier: "(DUU)",
|
|
3339
2503
|
},
|
|
@@ -3344,8 +2508,6 @@ exports.FormatsData = {
|
|
|
3344
2508
|
tier: "NFE",
|
|
3345
2509
|
},
|
|
3346
2510
|
eelektross: {
|
|
3347
|
-
randomBattleMoves: ["flamethrower", "gigadrain", "hiddenpowerice", "knockoff", "superpower", "thunderbolt", "uturn"],
|
|
3348
|
-
randomDoubleBattleMoves: ["flamethrower", "gigadrain", "knockoff", "protect", "thunderbolt", "uturn", "voltswitch"],
|
|
3349
2511
|
tier: "PU",
|
|
3350
2512
|
doublesTier: "(DUU)",
|
|
3351
2513
|
},
|
|
@@ -3353,8 +2515,6 @@ exports.FormatsData = {
|
|
|
3353
2515
|
tier: "LC",
|
|
3354
2516
|
},
|
|
3355
2517
|
beheeyem: {
|
|
3356
|
-
randomBattleMoves: ["hiddenpowerfighting", "nastyplot", "psychic", "psyshock", "signalbeam", "thunderbolt", "trick", "trickroom"],
|
|
3357
|
-
randomDoubleBattleMoves: ["hiddenpowerfighting", "protect", "psychic", "recover", "signalbeam", "thunderbolt", "trick", "trickroom"],
|
|
3358
2518
|
tier: "(PU)",
|
|
3359
2519
|
doublesTier: "(DUU)",
|
|
3360
2520
|
},
|
|
@@ -3365,8 +2525,6 @@ exports.FormatsData = {
|
|
|
3365
2525
|
tier: "NFE",
|
|
3366
2526
|
},
|
|
3367
2527
|
chandelure: {
|
|
3368
|
-
randomBattleMoves: ["calmmind", "energyball", "fireblast", "hiddenpowerground", "shadowball", "substitute", "trick"],
|
|
3369
|
-
randomDoubleBattleMoves: ["energyball", "heatwave", "overheat", "protect", "shadowball", "trick"],
|
|
3370
2528
|
tier: "UU",
|
|
3371
2529
|
doublesTier: "DUU",
|
|
3372
2530
|
},
|
|
@@ -3377,8 +2535,6 @@ exports.FormatsData = {
|
|
|
3377
2535
|
tier: "NFE",
|
|
3378
2536
|
},
|
|
3379
2537
|
haxorus: {
|
|
3380
|
-
randomBattleMoves: ["dragondance", "earthquake", "outrage", "poisonjab", "swordsdance", "taunt"],
|
|
3381
|
-
randomDoubleBattleMoves: ["dragonclaw", "dragondance", "earthquake", "poisonjab", "protect", "swordsdance", "taunt"],
|
|
3382
2538
|
tier: "UU",
|
|
3383
2539
|
doublesTier: "(DUU)",
|
|
3384
2540
|
},
|
|
@@ -3386,14 +2542,10 @@ exports.FormatsData = {
|
|
|
3386
2542
|
tier: "LC",
|
|
3387
2543
|
},
|
|
3388
2544
|
beartic: {
|
|
3389
|
-
randomBattleMoves: ["aquajet", "iciclecrash", "nightslash", "stoneedge", "superpower", "swordsdance"],
|
|
3390
|
-
randomDoubleBattleMoves: ["aquajet", "iciclecrash", "protect", "stoneedge", "superpower", "swordsdance"],
|
|
3391
2545
|
tier: "(PU)",
|
|
3392
2546
|
doublesTier: "(DUU)",
|
|
3393
2547
|
},
|
|
3394
2548
|
cryogonal: {
|
|
3395
|
-
randomBattleMoves: ["freezedry", "haze", "hiddenpowerground", "icebeam", "rapidspin", "recover", "toxic"],
|
|
3396
|
-
randomDoubleBattleMoves: ["freezedry", "hiddenpowerground", "icebeam", "icywind", "protect", "recover"],
|
|
3397
2549
|
tier: "PU",
|
|
3398
2550
|
doublesTier: "(DUU)",
|
|
3399
2551
|
},
|
|
@@ -3401,14 +2553,10 @@ exports.FormatsData = {
|
|
|
3401
2553
|
tier: "LC",
|
|
3402
2554
|
},
|
|
3403
2555
|
accelgor: {
|
|
3404
|
-
randomBattleMoves: ["bugbuzz", "encore", "energyball", "focusblast", "hiddenpowerrock", "spikes", "toxicspikes", "yawn"],
|
|
3405
|
-
randomDoubleBattleMoves: ["bugbuzz", "encore", "energyball", "focusblast", "hiddenpowerrock", "protect", "sludgebomb", "yawn"],
|
|
3406
2556
|
tier: "NU",
|
|
3407
2557
|
doublesTier: "(DUU)",
|
|
3408
2558
|
},
|
|
3409
2559
|
stunfisk: {
|
|
3410
|
-
randomBattleMoves: ["discharge", "earthpower", "rest", "scald", "sleeptalk", "stealthrock", "toxic"],
|
|
3411
|
-
randomDoubleBattleMoves: ["discharge", "earthpower", "electroweb", "protect", "scald", "stealthrock"],
|
|
3412
2560
|
tier: "(PU)",
|
|
3413
2561
|
doublesTier: "(DUU)",
|
|
3414
2562
|
},
|
|
@@ -3416,14 +2564,10 @@ exports.FormatsData = {
|
|
|
3416
2564
|
tier: "LC",
|
|
3417
2565
|
},
|
|
3418
2566
|
mienshao: {
|
|
3419
|
-
randomBattleMoves: ["fakeout", "highjumpkick", "knockoff", "poisonjab", "stoneedge", "swordsdance", "uturn"],
|
|
3420
|
-
randomDoubleBattleMoves: ["drainpunch", "fakeout", "feint", "highjumpkick", "knockoff", "protect", "stoneedge", "swordsdance", "uturn"],
|
|
3421
2567
|
tier: "RUBL",
|
|
3422
2568
|
doublesTier: "DUU",
|
|
3423
2569
|
},
|
|
3424
2570
|
druddigon: {
|
|
3425
|
-
randomBattleMoves: ["dragontail", "earthquake", "firepunch", "glare", "gunkshot", "outrage", "stealthrock", "suckerpunch"],
|
|
3426
|
-
randomDoubleBattleMoves: ["dragonclaw", "earthquake", "firepunch", "glare", "protect", "suckerpunch", "superpower", "thunderpunch"],
|
|
3427
2571
|
tier: "NU",
|
|
3428
2572
|
doublesTier: "(DUU)",
|
|
3429
2573
|
},
|
|
@@ -3431,8 +2575,6 @@ exports.FormatsData = {
|
|
|
3431
2575
|
tier: "LC",
|
|
3432
2576
|
},
|
|
3433
2577
|
golurk: {
|
|
3434
|
-
randomBattleMoves: ["dynamicpunch", "earthquake", "icepunch", "rockpolish", "shadowpunch", "stealthrock"],
|
|
3435
|
-
randomDoubleBattleMoves: ["dynamicpunch", "earthquake", "icepunch", "protect", "rockpolish", "shadowpunch", "stoneedge"],
|
|
3436
2578
|
tier: "PU",
|
|
3437
2579
|
doublesTier: "(DUU)",
|
|
3438
2580
|
},
|
|
@@ -3440,14 +2582,10 @@ exports.FormatsData = {
|
|
|
3440
2582
|
tier: "LC",
|
|
3441
2583
|
},
|
|
3442
2584
|
bisharp: {
|
|
3443
|
-
randomBattleMoves: ["ironhead", "knockoff", "lowkick", "suckerpunch", "swordsdance"],
|
|
3444
|
-
randomDoubleBattleMoves: ["ironhead", "knockoff", "protect", "suckerpunch", "swordsdance"],
|
|
3445
2585
|
tier: "UU",
|
|
3446
2586
|
doublesTier: "DUU",
|
|
3447
2587
|
},
|
|
3448
2588
|
bouffalant: {
|
|
3449
|
-
randomBattleMoves: ["earthquake", "headcharge", "megahorn", "stoneedge", "superpower", "swordsdance"],
|
|
3450
|
-
randomDoubleBattleMoves: ["headcharge", "megahorn", "protect", "stompingtantrum", "stoneedge", "superpower", "swordsdance"],
|
|
3451
2589
|
tier: "(PU)",
|
|
3452
2590
|
doublesTier: "(DUU)",
|
|
3453
2591
|
},
|
|
@@ -3455,8 +2593,6 @@ exports.FormatsData = {
|
|
|
3455
2593
|
tier: "LC",
|
|
3456
2594
|
},
|
|
3457
2595
|
braviary: {
|
|
3458
|
-
randomBattleMoves: ["bravebird", "bulkup", "return", "roost", "substitute", "superpower", "uturn"],
|
|
3459
|
-
randomDoubleBattleMoves: ["bravebird", "protect", "return", "skydrop", "superpower", "tailwind", "uturn"],
|
|
3460
2596
|
tier: "NU",
|
|
3461
2597
|
doublesTier: "(DUU)",
|
|
3462
2598
|
},
|
|
@@ -3464,20 +2600,14 @@ exports.FormatsData = {
|
|
|
3464
2600
|
tier: "LC",
|
|
3465
2601
|
},
|
|
3466
2602
|
mandibuzz: {
|
|
3467
|
-
randomBattleMoves: ["bravebird", "defog", "foulplay", "roost", "taunt", "toxic", "uturn"],
|
|
3468
|
-
randomDoubleBattleMoves: ["bravebird", "knockoff", "protect", "roost", "snarl", "tailwind", "taunt", "uturn"],
|
|
3469
2603
|
tier: "RU",
|
|
3470
2604
|
doublesTier: "(DUU)",
|
|
3471
2605
|
},
|
|
3472
2606
|
heatmor: {
|
|
3473
|
-
randomBattleMoves: ["fireblast", "focusblast", "gigadrain", "knockoff", "suckerpunch"],
|
|
3474
|
-
randomDoubleBattleMoves: ["firelash", "gigadrain", "incinerate", "protect", "suckerpunch", "superpower"],
|
|
3475
2607
|
tier: "(PU)",
|
|
3476
2608
|
doublesTier: "(DUU)",
|
|
3477
2609
|
},
|
|
3478
2610
|
durant: {
|
|
3479
|
-
randomBattleMoves: ["honeclaws", "ironhead", "rockslide", "superpower", "xscissor"],
|
|
3480
|
-
randomDoubleBattleMoves: ["honeclaws", "ironhead", "protect", "rockslide", "superpower", "xscissor"],
|
|
3481
2611
|
tier: "RUBL",
|
|
3482
2612
|
doublesTier: "(DUU)",
|
|
3483
2613
|
},
|
|
@@ -3488,8 +2618,6 @@ exports.FormatsData = {
|
|
|
3488
2618
|
tier: "NFE",
|
|
3489
2619
|
},
|
|
3490
2620
|
hydreigon: {
|
|
3491
|
-
randomBattleMoves: ["darkpulse", "dracometeor", "earthpower", "fireblast", "flashcannon", "roost", "superpower", "uturn"],
|
|
3492
|
-
randomDoubleBattleMoves: ["darkpulse", "dracometeor", "fireblast", "flashcannon", "protect", "tailwind", "uturn"],
|
|
3493
2621
|
tier: "UU",
|
|
3494
2622
|
doublesTier: "DUU",
|
|
3495
2623
|
},
|
|
@@ -3497,98 +2625,66 @@ exports.FormatsData = {
|
|
|
3497
2625
|
tier: "LC",
|
|
3498
2626
|
},
|
|
3499
2627
|
volcarona: {
|
|
3500
|
-
randomBattleMoves: ["bugbuzz", "fierydance", "fireblast", "gigadrain", "hiddenpowerground", "quiverdance", "roost"],
|
|
3501
|
-
randomDoubleBattleMoves: ["bugbuzz", "fierydance", "gigadrain", "heatwave", "protect", "quiverdance", "tailwind"],
|
|
3502
2628
|
tier: "OU",
|
|
3503
2629
|
doublesTier: "DOU",
|
|
3504
2630
|
},
|
|
3505
2631
|
cobalion: {
|
|
3506
|
-
randomBattleMoves: ["closecombat", "ironhead", "stealthrock", "stoneedge", "swordsdance", "voltswitch"],
|
|
3507
|
-
randomDoubleBattleMoves: ["closecombat", "ironhead", "protect", "stoneedge", "swordsdance", "thunderwave"],
|
|
3508
2632
|
tier: "UU",
|
|
3509
2633
|
doublesTier: "(DUU)",
|
|
3510
2634
|
},
|
|
3511
2635
|
terrakion: {
|
|
3512
|
-
randomBattleMoves: ["closecombat", "earthquake", "quickattack", "stealthrock", "stoneedge", "swordsdance"],
|
|
3513
|
-
randomDoubleBattleMoves: ["closecombat", "protect", "rockslide", "stompingtantrum", "stoneedge", "taunt"],
|
|
3514
2636
|
tier: "UU",
|
|
3515
2637
|
doublesTier: "DOU",
|
|
3516
2638
|
},
|
|
3517
2639
|
virizion: {
|
|
3518
|
-
randomBattleMoves: ["closecombat", "leafblade", "stoneedge", "swordsdance"],
|
|
3519
|
-
randomDoubleBattleMoves: ["closecombat", "leafblade", "protect", "stoneedge", "swordsdance", "taunt"],
|
|
3520
2640
|
tier: "RU",
|
|
3521
2641
|
doublesTier: "(DUU)",
|
|
3522
2642
|
},
|
|
3523
2643
|
tornadus: {
|
|
3524
|
-
randomBattleMoves: ["defog", "grassknot", "heatwave", "hurricane", "superpower", "tailwind", "uturn"],
|
|
3525
|
-
randomDoubleBattleMoves: ["heatwave", "hurricane", "protect", "skydrop", "superpower", "tailwind", "taunt", "uturn"],
|
|
3526
2644
|
tier: "RUBL",
|
|
3527
2645
|
doublesTier: "(DUU)",
|
|
3528
2646
|
},
|
|
3529
2647
|
tornadustherian: {
|
|
3530
|
-
randomBattleMoves: ["heatwave", "hurricane", "knockoff", "superpower", "taunt", "uturn"],
|
|
3531
|
-
randomDoubleBattleMoves: ["heatwave", "hurricane", "protect", "skydrop", "tailwind", "taunt", "uturn"],
|
|
3532
2648
|
tier: "OU",
|
|
3533
2649
|
doublesTier: "(DUU)",
|
|
3534
2650
|
},
|
|
3535
2651
|
thundurus: {
|
|
3536
|
-
randomBattleMoves: ["focusblast", "hiddenpowerflying", "hiddenpowerice", "knockoff", "nastyplot", "substitute", "taunt", "thunderbolt", "thunderwave"],
|
|
3537
|
-
randomDoubleBattleMoves: ["focusblast", "hiddenpowerflying", "hiddenpowerice", "knockoff", "nastyplot", "protect", "taunt", "thunderbolt", "thunderwave"],
|
|
3538
2652
|
tier: "UUBL",
|
|
3539
2653
|
doublesTier: "DUU",
|
|
3540
2654
|
},
|
|
3541
2655
|
thundurustherian: {
|
|
3542
|
-
randomBattleMoves: ["focusblast", "hiddenpowerflying", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
|
|
3543
|
-
randomDoubleBattleMoves: ["focusblast", "hiddenpowerflying", "hiddenpowerice", "nastyplot", "protect", "thunderbolt", "voltswitch"],
|
|
3544
2656
|
tier: "UUBL",
|
|
3545
2657
|
doublesTier: "DUU",
|
|
3546
2658
|
},
|
|
3547
2659
|
reshiram: {
|
|
3548
|
-
randomBattleMoves: ["blueflare", "dracometeor", "dragonpulse", "flamecharge", "roost", "stoneedge", "toxic"],
|
|
3549
|
-
randomDoubleBattleMoves: ["blueflare", "dracometeor", "dragonpulse", "flamecharge", "heatwave", "protect", "roost", "tailwind"],
|
|
3550
2660
|
tier: "Uber",
|
|
3551
2661
|
doublesTier: "DUber",
|
|
3552
2662
|
},
|
|
3553
2663
|
zekrom: {
|
|
3554
|
-
randomBattleMoves: ["boltstrike", "dracometeor", "dragonclaw", "honeclaws", "outrage", "roost", "substitute", "voltswitch"],
|
|
3555
|
-
randomDoubleBattleMoves: ["boltstrike", "dracometeor", "dragonclaw", "honeclaws", "protect", "roost", "tailwind"],
|
|
3556
2664
|
tier: "Uber",
|
|
3557
2665
|
doublesTier: "DUber",
|
|
3558
2666
|
},
|
|
3559
2667
|
landorus: {
|
|
3560
|
-
randomBattleMoves: ["calmmind", "earthpower", "focusblast", "knockoff", "psychic", "rockpolish", "rockslide", "sludgewave", "stealthrock"],
|
|
3561
|
-
randomDoubleBattleMoves: ["earthpower", "focusblast", "hiddenpowerice", "protect", "psychic", "rockslide", "sludgebomb"],
|
|
3562
2668
|
tier: "Uber",
|
|
3563
2669
|
doublesTier: "DUU",
|
|
3564
2670
|
},
|
|
3565
2671
|
landorustherian: {
|
|
3566
|
-
randomBattleMoves: ["earthquake", "fly", "rockpolish", "stealthrock", "stoneedge", "superpower", "swordsdance", "uturn"],
|
|
3567
|
-
randomDoubleBattleMoves: ["earthquake", "fly", "knockoff", "protect", "rockslide", "stoneedge", "superpower", "swordsdance", "uturn"],
|
|
3568
2672
|
tier: "OU",
|
|
3569
2673
|
doublesTier: "DOU",
|
|
3570
2674
|
},
|
|
3571
2675
|
kyurem: {
|
|
3572
|
-
randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "icebeam", "outrage", "roost", "substitute"],
|
|
3573
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "glaciate", "icebeam", "protect", "roost"],
|
|
3574
2676
|
tier: "RUBL",
|
|
3575
2677
|
doublesTier: "(DUU)",
|
|
3576
2678
|
},
|
|
3577
2679
|
kyuremblack: {
|
|
3578
|
-
randomBattleMoves: ["dragonclaw", "earthpower", "fusionbolt", "icebeam", "outrage", "roost", "substitute"],
|
|
3579
|
-
randomDoubleBattleMoves: ["dragonclaw", "earthpower", "fusionbolt", "icebeam", "protect", "roost"],
|
|
3580
2680
|
tier: "OU",
|
|
3581
2681
|
doublesTier: "DOU",
|
|
3582
2682
|
},
|
|
3583
2683
|
kyuremwhite: {
|
|
3584
|
-
randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "fusionflare", "icebeam", "roost", "toxic"],
|
|
3585
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "fusionflare", "icebeam", "protect", "roost"],
|
|
3586
2684
|
tier: "Uber",
|
|
3587
2685
|
doublesTier: "DUber",
|
|
3588
2686
|
},
|
|
3589
2687
|
keldeo: {
|
|
3590
|
-
randomBattleMoves: ["calmmind", "hiddenpowerelectric", "hiddenpowerflying", "hydropump", "icywind", "scald", "secretsword", "substitute"],
|
|
3591
|
-
randomDoubleBattleMoves: ["calmmind", "hiddenpowerelectric", "hiddenpowerflying", "hydropump", "icywind", "protect", "secretsword", "taunt"],
|
|
3592
2688
|
tier: "OU",
|
|
3593
2689
|
doublesTier: "(DUU)",
|
|
3594
2690
|
},
|
|
@@ -3597,18 +2693,11 @@ exports.FormatsData = {
|
|
|
3597
2693
|
doublesTier: "(DUU)",
|
|
3598
2694
|
},
|
|
3599
2695
|
meloetta: {
|
|
3600
|
-
randomBattleMoves: ["calmmind", "focusblast", "hypervoice", "psyshock", "shadowball", "trick", "uturn"],
|
|
3601
|
-
randomDoubleBattleMoves: ["calmmind", "focusblast", "hypervoice", "protect", "psyshock", "shadowball"],
|
|
3602
2696
|
tier: "RUBL",
|
|
3603
2697
|
doublesTier: "(DUU)",
|
|
3604
2698
|
},
|
|
3605
|
-
meloettapirouette: {
|
|
3606
|
-
randomBattleMoves: ["closecombat", "knockoff", "relicsong", "return"],
|
|
3607
|
-
randomDoubleBattleMoves: ["closecombat", "knockoff", "protect", "relicsong", "return"],
|
|
3608
|
-
},
|
|
2699
|
+
meloettapirouette: {},
|
|
3609
2700
|
genesect: {
|
|
3610
|
-
randomBattleMoves: ["blazekick", "extremespeed", "flamethrower", "icebeam", "ironhead", "shiftgear", "technoblast", "thunderbolt", "uturn"],
|
|
3611
|
-
randomDoubleBattleMoves: ["bugbuzz", "extremespeed", "flamethrower", "icebeam", "ironhead", "protect", "technoblast", "thunderbolt", "uturn"],
|
|
3612
2701
|
tier: "Uber",
|
|
3613
2702
|
doublesTier: "DOU",
|
|
3614
2703
|
},
|
|
@@ -3635,8 +2724,6 @@ exports.FormatsData = {
|
|
|
3635
2724
|
tier: "NFE",
|
|
3636
2725
|
},
|
|
3637
2726
|
chesnaught: {
|
|
3638
|
-
randomBattleMoves: ["drainpunch", "leechseed", "spikes", "spikyshield", "synthesis", "woodhammer"],
|
|
3639
|
-
randomDoubleBattleMoves: ["hammerarm", "leechseed", "rockslide", "spikyshield", "stoneedge", "woodhammer"],
|
|
3640
2727
|
tier: "UU",
|
|
3641
2728
|
doublesTier: "(DUU)",
|
|
3642
2729
|
},
|
|
@@ -3647,8 +2734,6 @@ exports.FormatsData = {
|
|
|
3647
2734
|
tier: "NFE",
|
|
3648
2735
|
},
|
|
3649
2736
|
delphox: {
|
|
3650
|
-
randomBattleMoves: ["calmmind", "fireblast", "grassknot", "psyshock", "shadowball", "switcheroo"],
|
|
3651
|
-
randomDoubleBattleMoves: ["calmmind", "fireblast", "grassknot", "heatwave", "protect", "psyshock", "switcheroo"],
|
|
3652
2737
|
tier: "NU",
|
|
3653
2738
|
doublesTier: "(DUU)",
|
|
3654
2739
|
},
|
|
@@ -3659,13 +2744,10 @@ exports.FormatsData = {
|
|
|
3659
2744
|
tier: "NFE",
|
|
3660
2745
|
},
|
|
3661
2746
|
greninja: {
|
|
3662
|
-
randomBattleMoves: ["gunkshot", "hydropump", "icebeam", "spikes", "taunt", "toxicspikes", "uturn"],
|
|
3663
|
-
randomDoubleBattleMoves: ["darkpulse", "gunkshot", "hydropump", "icebeam", "matblock", "protect", "taunt", "uturn"],
|
|
3664
2747
|
tier: "OU",
|
|
3665
2748
|
doublesTier: "DUU",
|
|
3666
2749
|
},
|
|
3667
2750
|
greninjaash: {
|
|
3668
|
-
randomBattleMoves: ["darkpulse", "hydropump", "icebeam", "uturn", "watershuriken"],
|
|
3669
2751
|
tier: "OU",
|
|
3670
2752
|
doublesTier: "DUU",
|
|
3671
2753
|
},
|
|
@@ -3673,8 +2755,6 @@ exports.FormatsData = {
|
|
|
3673
2755
|
tier: "LC",
|
|
3674
2756
|
},
|
|
3675
2757
|
diggersby: {
|
|
3676
|
-
randomBattleMoves: ["agility", "earthquake", "knockoff", "quickattack", "return", "swordsdance", "uturn", "wildcharge"],
|
|
3677
|
-
randomDoubleBattleMoves: ["earthquake", "knockoff", "protect", "quickattack", "return", "uturn"],
|
|
3678
2758
|
tier: "UUBL",
|
|
3679
2759
|
doublesTier: "(DUU)",
|
|
3680
2760
|
},
|
|
@@ -3685,8 +2765,6 @@ exports.FormatsData = {
|
|
|
3685
2765
|
tier: "NFE",
|
|
3686
2766
|
},
|
|
3687
2767
|
talonflame: {
|
|
3688
|
-
randomBattleMoves: ["bravebird", "flareblitz", "overheat", "roost", "swordsdance", "uturn", "willowisp"],
|
|
3689
|
-
randomDoubleBattleMoves: ["bravebird", "flareblitz", "protect", "roost", "swordsdance", "tailwind", "taunt", "uturn", "willowisp"],
|
|
3690
2768
|
tier: "RUBL",
|
|
3691
2769
|
doublesTier: "DUU",
|
|
3692
2770
|
},
|
|
@@ -3697,8 +2775,6 @@ exports.FormatsData = {
|
|
|
3697
2775
|
tier: "NFE",
|
|
3698
2776
|
},
|
|
3699
2777
|
vivillon: {
|
|
3700
|
-
randomBattleMoves: ["energyball", "hurricane", "quiverdance", "sleeppowder", "substitute"],
|
|
3701
|
-
randomDoubleBattleMoves: ["bugbuzz", "hurricane", "protect", "quiverdance", "sleeppowder"],
|
|
3702
2778
|
tier: "NU",
|
|
3703
2779
|
doublesTier: "(DUU)",
|
|
3704
2780
|
},
|
|
@@ -3714,8 +2790,6 @@ exports.FormatsData = {
|
|
|
3714
2790
|
tier: "LC",
|
|
3715
2791
|
},
|
|
3716
2792
|
pyroar: {
|
|
3717
|
-
randomBattleMoves: ["darkpulse", "fireblast", "hypervoice", "solarbeam", "sunnyday", "willowisp"],
|
|
3718
|
-
randomDoubleBattleMoves: ["fireblast", "hypervoice", "protect", "solarbeam", "sunnyday", "willowisp"],
|
|
3719
2793
|
tier: "PUBL",
|
|
3720
2794
|
doublesTier: "(DUU)",
|
|
3721
2795
|
},
|
|
@@ -3726,14 +2800,10 @@ exports.FormatsData = {
|
|
|
3726
2800
|
tier: "NFE",
|
|
3727
2801
|
},
|
|
3728
2802
|
floetteeternal: {
|
|
3729
|
-
randomBattleMoves: ["hiddenpowerfire", "hiddenpowerground", "lightofruin", "moonblast", "psychic"],
|
|
3730
|
-
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "hiddenpowerfire", "lightofruin", "protect", "psychic"],
|
|
3731
2803
|
isNonstandard: "Unobtainable",
|
|
3732
2804
|
tier: "Illegal",
|
|
3733
2805
|
},
|
|
3734
2806
|
florges: {
|
|
3735
|
-
randomBattleMoves: ["aromatherapy", "defog", "moonblast", "protect", "synthesis", "toxic", "wish"],
|
|
3736
|
-
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "defog", "helpinghand", "moonblast", "protect", "psychic"],
|
|
3737
2807
|
tier: "RU",
|
|
3738
2808
|
doublesTier: "(DUU)",
|
|
3739
2809
|
},
|
|
@@ -3741,8 +2811,6 @@ exports.FormatsData = {
|
|
|
3741
2811
|
tier: "LC",
|
|
3742
2812
|
},
|
|
3743
2813
|
gogoat: {
|
|
3744
|
-
randomBattleMoves: ["bulkup", "earthquake", "hornleech", "leechseed", "milkdrink", "rockslide", "substitute"],
|
|
3745
|
-
randomDoubleBattleMoves: ["brickbreak", "bulkup", "earthquake", "hornleech", "leechseed", "milkdrink", "protect", "rockslide"],
|
|
3746
2814
|
tier: "(PU)",
|
|
3747
2815
|
doublesTier: "(DUU)",
|
|
3748
2816
|
},
|
|
@@ -3750,14 +2818,10 @@ exports.FormatsData = {
|
|
|
3750
2818
|
tier: "LC",
|
|
3751
2819
|
},
|
|
3752
2820
|
pangoro: {
|
|
3753
|
-
randomBattleMoves: ["bulletpunch", "drainpunch", "icepunch", "knockoff", "superpower", "swordsdance"],
|
|
3754
|
-
randomDoubleBattleMoves: ["gunkshot", "hammerarm", "icepunch", "knockoff", "partingshot", "protect"],
|
|
3755
2821
|
tier: "NU",
|
|
3756
2822
|
doublesTier: "(DUU)",
|
|
3757
2823
|
},
|
|
3758
2824
|
furfrou: {
|
|
3759
|
-
randomBattleMoves: ["cottonguard", "rest", "return", "substitute", "suckerpunch", "thunderwave", "toxic", "uturn"],
|
|
3760
|
-
randomDoubleBattleMoves: ["cottonguard", "protect", "return", "snarl", "thunderwave", "uturn"],
|
|
3761
2825
|
tier: "(PU)",
|
|
3762
2826
|
doublesTier: "(DUU)",
|
|
3763
2827
|
},
|
|
@@ -3765,14 +2829,10 @@ exports.FormatsData = {
|
|
|
3765
2829
|
tier: "LC",
|
|
3766
2830
|
},
|
|
3767
2831
|
meowstic: {
|
|
3768
|
-
randomBattleMoves: ["healbell", "lightscreen", "psychic", "reflect", "thunderwave", "toxic", "yawn"],
|
|
3769
|
-
randomDoubleBattleMoves: ["fakeout", "lightscreen", "protect", "psychic", "reflect", "thunderwave"],
|
|
3770
2832
|
tier: "(PU)",
|
|
3771
2833
|
doublesTier: "(DUU)",
|
|
3772
2834
|
},
|
|
3773
2835
|
meowsticf: {
|
|
3774
|
-
randomBattleMoves: ["calmmind", "energyball", "psychic", "psyshock", "shadowball", "thunderbolt"],
|
|
3775
|
-
randomDoubleBattleMoves: ["darkpulse", "energyball", "fakeout", "helpinghand", "nastyplot", "protect", "psychic", "thunderbolt"],
|
|
3776
2836
|
tier: "(PU)",
|
|
3777
2837
|
doublesTier: "(DUU)",
|
|
3778
2838
|
},
|
|
@@ -3780,27 +2840,18 @@ exports.FormatsData = {
|
|
|
3780
2840
|
tier: "LC",
|
|
3781
2841
|
},
|
|
3782
2842
|
doublade: {
|
|
3783
|
-
randomBattleMoves: ["ironhead", "sacredsword", "shadowclaw", "shadowsneak", "swordsdance"],
|
|
3784
|
-
randomDoubleBattleMoves: ["ironhead", "protect", "sacredsword", "shadowclaw", "shadowsneak", "swordsdance"],
|
|
3785
2843
|
tier: "UU",
|
|
3786
2844
|
doublesTier: "NFE",
|
|
3787
2845
|
},
|
|
3788
2846
|
aegislash: {
|
|
3789
|
-
randomBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak", "toxic"],
|
|
3790
|
-
randomDoubleBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak"],
|
|
3791
2847
|
tier: "Uber",
|
|
3792
2848
|
doublesTier: "DOU",
|
|
3793
2849
|
},
|
|
3794
|
-
aegislashblade: {
|
|
3795
|
-
randomBattleMoves: ["ironhead", "sacredsword", "shadowclaw", "shadowsneak", "swordsdance"],
|
|
3796
|
-
randomDoubleBattleMoves: ["ironhead", "kingsshield", "sacredsword", "shadowclaw", "shadowsneak", "swordsdance"],
|
|
3797
|
-
},
|
|
2850
|
+
aegislashblade: {},
|
|
3798
2851
|
spritzee: {
|
|
3799
2852
|
tier: "LC",
|
|
3800
2853
|
},
|
|
3801
2854
|
aromatisse: {
|
|
3802
|
-
randomBattleMoves: ["calmmind", "moonblast", "rest", "sleeptalk", "toxic"],
|
|
3803
|
-
randomDoubleBattleMoves: ["healpulse", "moonblast", "protect", "thunderbolt", "trickroom"],
|
|
3804
2855
|
tier: "PUBL",
|
|
3805
2856
|
doublesTier: "(DUU)",
|
|
3806
2857
|
},
|
|
@@ -3808,8 +2859,6 @@ exports.FormatsData = {
|
|
|
3808
2859
|
tier: "NFE",
|
|
3809
2860
|
},
|
|
3810
2861
|
slurpuff: {
|
|
3811
|
-
randomBattleMoves: ["bellydrum", "drainpunch", "playrough", "return"],
|
|
3812
|
-
randomDoubleBattleMoves: ["bellydrum", "drainpunch", "playrough", "protect", "return"],
|
|
3813
2862
|
tier: "NUBL",
|
|
3814
2863
|
doublesTier: "(DUU)",
|
|
3815
2864
|
},
|
|
@@ -3817,8 +2866,6 @@ exports.FormatsData = {
|
|
|
3817
2866
|
tier: "LC",
|
|
3818
2867
|
},
|
|
3819
2868
|
malamar: {
|
|
3820
|
-
randomBattleMoves: ["happyhour", "knockoff", "psychocut", "rest", "sleeptalk", "superpower"],
|
|
3821
|
-
randomDoubleBattleMoves: ["knockoff", "protect", "psychocut", "rockslide", "superpower", "trickroom"],
|
|
3822
2869
|
tier: "NU",
|
|
3823
2870
|
doublesTier: "(DUU)",
|
|
3824
2871
|
},
|
|
@@ -3826,8 +2873,6 @@ exports.FormatsData = {
|
|
|
3826
2873
|
tier: "LC",
|
|
3827
2874
|
},
|
|
3828
2875
|
barbaracle: {
|
|
3829
|
-
randomBattleMoves: ["earthquake", "liquidation", "lowkick", "shellsmash", "stoneedge"],
|
|
3830
|
-
randomDoubleBattleMoves: ["crosschop", "liquidation", "protect", "rockslide", "shellsmash"],
|
|
3831
2876
|
tier: "NUBL",
|
|
3832
2877
|
doublesTier: "(DUU)",
|
|
3833
2878
|
},
|
|
@@ -3835,8 +2880,6 @@ exports.FormatsData = {
|
|
|
3835
2880
|
tier: "LC",
|
|
3836
2881
|
},
|
|
3837
2882
|
dragalge: {
|
|
3838
|
-
randomBattleMoves: ["dracometeor", "dragonpulse", "focusblast", "hiddenpowerfire", "scald", "sludgewave", "toxicspikes"],
|
|
3839
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "focusblast", "hiddenpowerfire", "protect", "scald", "sludgebomb"],
|
|
3840
2883
|
tier: "RU",
|
|
3841
2884
|
doublesTier: "(DUU)",
|
|
3842
2885
|
},
|
|
@@ -3844,8 +2887,6 @@ exports.FormatsData = {
|
|
|
3844
2887
|
tier: "LC",
|
|
3845
2888
|
},
|
|
3846
2889
|
clawitzer: {
|
|
3847
|
-
randomBattleMoves: ["aurasphere", "darkpulse", "icebeam", "scald", "uturn", "waterpulse"],
|
|
3848
|
-
randomDoubleBattleMoves: ["aurasphere", "darkpulse", "helpinghand", "icebeam", "muddywater", "protect", "uturn", "waterpulse"],
|
|
3849
2890
|
tier: "NU",
|
|
3850
2891
|
doublesTier: "(DUU)",
|
|
3851
2892
|
},
|
|
@@ -3853,8 +2894,6 @@ exports.FormatsData = {
|
|
|
3853
2894
|
tier: "LC",
|
|
3854
2895
|
},
|
|
3855
2896
|
heliolisk: {
|
|
3856
|
-
randomBattleMoves: ["darkpulse", "hiddenpowerice", "hypervoice", "raindance", "surf", "thunderbolt", "voltswitch"],
|
|
3857
|
-
randomDoubleBattleMoves: ["darkpulse", "grassknot", "hypervoice", "protect", "thunderbolt", "voltswitch"],
|
|
3858
2897
|
tier: "NU",
|
|
3859
2898
|
doublesTier: "(DUU)",
|
|
3860
2899
|
},
|
|
@@ -3862,8 +2901,6 @@ exports.FormatsData = {
|
|
|
3862
2901
|
tier: "LC",
|
|
3863
2902
|
},
|
|
3864
2903
|
tyrantrum: {
|
|
3865
|
-
randomBattleMoves: ["dragonclaw", "dragondance", "earthquake", "headsmash", "outrage", "stealthrock", "superpower"],
|
|
3866
|
-
randomDoubleBattleMoves: ["dragonclaw", "dragondance", "earthquake", "headsmash", "protect", "rockslide"],
|
|
3867
2904
|
tier: "RU",
|
|
3868
2905
|
doublesTier: "(DUU)",
|
|
3869
2906
|
},
|
|
@@ -3871,32 +2908,22 @@ exports.FormatsData = {
|
|
|
3871
2908
|
tier: "LC",
|
|
3872
2909
|
},
|
|
3873
2910
|
aurorus: {
|
|
3874
|
-
randomBattleMoves: ["ancientpower", "blizzard", "earthpower", "freezedry", "hypervoice", "stealthrock", "thunderwave"],
|
|
3875
|
-
randomDoubleBattleMoves: ["ancientpower", "earthpower", "freezedry", "hypervoice", "icywind", "protect", "thunderwave"],
|
|
3876
2911
|
tier: "PU",
|
|
3877
2912
|
doublesTier: "(DUU)",
|
|
3878
2913
|
},
|
|
3879
2914
|
sylveon: {
|
|
3880
|
-
randomBattleMoves: ["calmmind", "hiddenpowerfire", "hypervoice", "protect", "psyshock", "wish"],
|
|
3881
|
-
randomDoubleBattleMoves: ["helpinghand", "hiddenpowerground", "hypervoice", "protect", "psyshock", "shadowball"],
|
|
3882
2915
|
tier: "UU",
|
|
3883
2916
|
doublesTier: "DUU",
|
|
3884
2917
|
},
|
|
3885
2918
|
hawlucha: {
|
|
3886
|
-
randomBattleMoves: ["acrobatics", "highjumpkick", "skyattack", "substitute", "swordsdance"],
|
|
3887
|
-
randomDoubleBattleMoves: ["acrobatics", "encore", "highjumpkick", "protect", "swordsdance"],
|
|
3888
2919
|
tier: "OU",
|
|
3889
2920
|
doublesTier: "(DUU)",
|
|
3890
2921
|
},
|
|
3891
2922
|
dedenne: {
|
|
3892
|
-
randomBattleMoves: ["protect", "recycle", "thunderbolt", "toxic"],
|
|
3893
|
-
randomDoubleBattleMoves: ["eerieimpulse", "helpinghand", "nuzzle", "recycle", "superfang", "thunderbolt"],
|
|
3894
2923
|
tier: "(PU)",
|
|
3895
2924
|
doublesTier: "(DUU)",
|
|
3896
2925
|
},
|
|
3897
2926
|
carbink: {
|
|
3898
|
-
randomBattleMoves: ["explosion", "lightscreen", "moonblast", "powergem", "reflect", "stealthrock"],
|
|
3899
|
-
randomDoubleBattleMoves: ["explosion", "lightscreen", "moonblast", "protect", "reflect", "stealthrock", "trickroom"],
|
|
3900
2927
|
tier: "(PU)",
|
|
3901
2928
|
doublesTier: "(DUU)",
|
|
3902
2929
|
},
|
|
@@ -3907,14 +2934,10 @@ exports.FormatsData = {
|
|
|
3907
2934
|
tier: "NFE",
|
|
3908
2935
|
},
|
|
3909
2936
|
goodra: {
|
|
3910
|
-
randomBattleMoves: ["dracometeor", "dragontail", "earthquake", "fireblast", "powerwhip", "sludgebomb", "thunderbolt"],
|
|
3911
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "muddywater", "powerwhip", "protect", "thunderbolt"],
|
|
3912
2937
|
tier: "RU",
|
|
3913
2938
|
doublesTier: "(DUU)",
|
|
3914
2939
|
},
|
|
3915
2940
|
klefki: {
|
|
3916
|
-
randomBattleMoves: ["dazzlinggleam", "foulplay", "magnetrise", "spikes", "thunderwave", "toxic"],
|
|
3917
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "foulplay", "lightscreen", "playrough", "protect", "reflect", "thunderwave"],
|
|
3918
2941
|
tier: "UU",
|
|
3919
2942
|
doublesTier: "(DUU)",
|
|
3920
2943
|
},
|
|
@@ -3922,8 +2945,6 @@ exports.FormatsData = {
|
|
|
3922
2945
|
tier: "LC",
|
|
3923
2946
|
},
|
|
3924
2947
|
trevenant: {
|
|
3925
|
-
randomBattleMoves: ["earthquake", "hornleech", "rockslide", "shadowclaw", "trickroom", "woodhammer"],
|
|
3926
|
-
randomDoubleBattleMoves: ["hornleech", "leechseed", "protect", "rockslide", "shadowclaw", "trickroom", "willowisp", "woodhammer"],
|
|
3927
2948
|
tier: "(PU)",
|
|
3928
2949
|
doublesTier: "(DUU)",
|
|
3929
2950
|
},
|
|
@@ -3940,26 +2961,18 @@ exports.FormatsData = {
|
|
|
3940
2961
|
tier: "LC",
|
|
3941
2962
|
},
|
|
3942
2963
|
gourgeist: {
|
|
3943
|
-
randomBattleMoves: ["leechseed", "seedbomb", "shadowsneak", "substitute", "synthesis", "willowisp"],
|
|
3944
|
-
randomDoubleBattleMoves: ["leechseed", "phantomforce", "protect", "seedbomb", "shadowsneak", "willowisp"],
|
|
3945
2964
|
tier: "(PU)",
|
|
3946
2965
|
doublesTier: "(DUU)",
|
|
3947
2966
|
},
|
|
3948
2967
|
gourgeistsmall: {
|
|
3949
|
-
randomBattleMoves: ["leechseed", "seedbomb", "shadowsneak", "substitute", "synthesis", "willowisp"],
|
|
3950
|
-
randomDoubleBattleMoves: ["leechseed", "phantomforce", "protect", "seedbomb", "shadowsneak", "willowisp"],
|
|
3951
2968
|
tier: "(PU)",
|
|
3952
2969
|
doublesTier: "(DUU)",
|
|
3953
2970
|
},
|
|
3954
2971
|
gourgeistlarge: {
|
|
3955
|
-
randomBattleMoves: ["leechseed", "seedbomb", "shadowsneak", "substitute", "synthesis", "willowisp"],
|
|
3956
|
-
randomDoubleBattleMoves: ["leechseed", "phantomforce", "protect", "seedbomb", "shadowsneak", "trickroom", "willowisp"],
|
|
3957
2972
|
tier: "(PU)",
|
|
3958
2973
|
doublesTier: "(DUU)",
|
|
3959
2974
|
},
|
|
3960
2975
|
gourgeistsuper: {
|
|
3961
|
-
randomBattleMoves: ["leechseed", "seedbomb", "shadowsneak", "substitute", "synthesis", "willowisp"],
|
|
3962
|
-
randomDoubleBattleMoves: ["leechseed", "phantomforce", "protect", "seedbomb", "shadowsneak", "trickroom", "willowisp"],
|
|
3963
2976
|
tier: "(PU)",
|
|
3964
2977
|
doublesTier: "(DUU)",
|
|
3965
2978
|
},
|
|
@@ -3967,8 +2980,6 @@ exports.FormatsData = {
|
|
|
3967
2980
|
tier: "LC",
|
|
3968
2981
|
},
|
|
3969
2982
|
avalugg: {
|
|
3970
|
-
randomBattleMoves: ["avalanche", "earthquake", "rapidspin", "recover", "roar", "toxic"],
|
|
3971
|
-
randomDoubleBattleMoves: ["avalanche", "earthquake", "protect", "recover"],
|
|
3972
2983
|
tier: "(PU)",
|
|
3973
2984
|
doublesTier: "(DUU)",
|
|
3974
2985
|
},
|
|
@@ -3976,32 +2987,22 @@ exports.FormatsData = {
|
|
|
3976
2987
|
tier: "LC",
|
|
3977
2988
|
},
|
|
3978
2989
|
noivern: {
|
|
3979
|
-
randomBattleMoves: ["boomburst", "dracometeor", "flamethrower", "hurricane", "roost", "switcheroo", "taunt", "uturn"],
|
|
3980
|
-
randomDoubleBattleMoves: ["dracometeor", "flamethrower", "hurricane", "protect", "switcheroo", "tailwind", "taunt", "uturn"],
|
|
3981
2990
|
tier: "RU",
|
|
3982
2991
|
doublesTier: "(DUU)",
|
|
3983
2992
|
},
|
|
3984
2993
|
xerneas: {
|
|
3985
|
-
randomBattleMoves: ["focusblast", "geomancy", "hiddenpowerfire", "moonblast", "psyshock", "thunderbolt"],
|
|
3986
|
-
randomDoubleBattleMoves: ["closecombat", "dazzlinggleam", "focusblast", "geomancy", "hiddenpowerfire", "protect", "psyshock", "rockslide", "thunderbolt"],
|
|
3987
2994
|
tier: "Uber",
|
|
3988
2995
|
doublesTier: "DUber",
|
|
3989
2996
|
},
|
|
3990
2997
|
yveltal: {
|
|
3991
|
-
randomBattleMoves: ["darkpulse", "focusblast", "foulplay", "oblivionwing", "roost", "suckerpunch", "taunt", "toxic", "uturn"],
|
|
3992
|
-
randomDoubleBattleMoves: ["darkpulse", "heatwave", "oblivionwing", "protect", "roost", "skydrop", "snarl", "suckerpunch", "taunt"],
|
|
3993
2998
|
tier: "Uber",
|
|
3994
2999
|
doublesTier: "DUber",
|
|
3995
3000
|
},
|
|
3996
3001
|
zygarde: {
|
|
3997
|
-
randomBattleMoves: ["dragondance", "extremespeed", "outrage", "substitute", "thousandarrows"],
|
|
3998
|
-
randomDoubleBattleMoves: ["coil", "dragondance", "extremespeed", "glare", "protect", "rockslide", "stoneedge", "thousandarrows"],
|
|
3999
3002
|
tier: "Uber",
|
|
4000
3003
|
doublesTier: "DOU",
|
|
4001
3004
|
},
|
|
4002
3005
|
zygarde10: {
|
|
4003
|
-
randomBattleMoves: ["coil", "extremespeed", "irontail", "outrage", "thousandarrows"],
|
|
4004
|
-
randomDoubleBattleMoves: ["dragondance", "extremespeed", "irontail", "protect", "thousandarrows"],
|
|
4005
3006
|
tier: "RU",
|
|
4006
3007
|
doublesTier: "(DUU)",
|
|
4007
3008
|
},
|
|
@@ -4010,32 +3011,22 @@ exports.FormatsData = {
|
|
|
4010
3011
|
doublesTier: "DUber",
|
|
4011
3012
|
},
|
|
4012
3013
|
diancie: {
|
|
4013
|
-
randomBattleMoves: ["diamondstorm", "earthpower", "lightscreen", "moonblast", "reflect", "stealthrock"],
|
|
4014
|
-
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "diamondstorm", "earthpower", "moonblast", "protect"],
|
|
4015
3014
|
tier: "RU",
|
|
4016
3015
|
doublesTier: "DOU",
|
|
4017
3016
|
},
|
|
4018
3017
|
dianciemega: {
|
|
4019
|
-
randomBattleMoves: ["calmmind", "diamondstorm", "earthpower", "hiddenpowerfire", "moonblast"],
|
|
4020
|
-
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "diamondstorm", "earthpower", "hiddenpowerfire", "moonblast", "protect", "psyshock"],
|
|
4021
3018
|
tier: "OU",
|
|
4022
3019
|
doublesTier: "DOU",
|
|
4023
3020
|
},
|
|
4024
3021
|
hoopa: {
|
|
4025
|
-
randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "shadowball", "trick"],
|
|
4026
|
-
randomDoubleBattleMoves: ["focusblast", "hyperspacehole", "protect", "shadowball", "trickroom"],
|
|
4027
3022
|
tier: "RU",
|
|
4028
3023
|
doublesTier: "(DUU)",
|
|
4029
3024
|
},
|
|
4030
3025
|
hoopaunbound: {
|
|
4031
|
-
randomBattleMoves: ["darkpulse", "drainpunch", "focusblast", "gunkshot", "hyperspacefury", "icepunch", "nastyplot", "psychic", "substitute", "trick", "zenheadbutt"],
|
|
4032
|
-
randomDoubleBattleMoves: ["darkpulse", "drainpunch", "focusblast", "gunkshot", "hyperspacefury", "icepunch", "protect", "psychic", "zenheadbutt"],
|
|
4033
3026
|
tier: "UUBL",
|
|
4034
3027
|
doublesTier: "DOU",
|
|
4035
3028
|
},
|
|
4036
3029
|
volcanion: {
|
|
4037
|
-
randomBattleMoves: ["earthpower", "fireblast", "sludgebomb", "steameruption", "substitute", "superpower"],
|
|
4038
|
-
randomDoubleBattleMoves: ["earthpower", "heatwave", "protect", "sludgebomb", "steameruption"],
|
|
4039
3030
|
tier: "UU",
|
|
4040
3031
|
doublesTier: "DOU",
|
|
4041
3032
|
},
|
|
@@ -4046,8 +3037,6 @@ exports.FormatsData = {
|
|
|
4046
3037
|
tier: "NFE",
|
|
4047
3038
|
},
|
|
4048
3039
|
decidueye: {
|
|
4049
|
-
randomBattleMoves: ["leafblade", "roost", "shadowsneak", "spiritshackle", "swordsdance", "uturn"],
|
|
4050
|
-
randomDoubleBattleMoves: ["bravebird", "leafblade", "protect", "spiritshackle", "suckerpunch"],
|
|
4051
3040
|
tier: "NU",
|
|
4052
3041
|
doublesTier: "(DUU)",
|
|
4053
3042
|
},
|
|
@@ -4058,8 +3047,6 @@ exports.FormatsData = {
|
|
|
4058
3047
|
tier: "NFE",
|
|
4059
3048
|
},
|
|
4060
3049
|
incineroar: {
|
|
4061
|
-
randomBattleMoves: ["darkestlariat", "earthquake", "fakeout", "flareblitz", "knockoff", "uturn"],
|
|
4062
|
-
randomDoubleBattleMoves: ["fakeout", "flareblitz", "knockoff", "snarl", "taunt", "uturn", "willowisp"],
|
|
4063
3050
|
tier: "NU",
|
|
4064
3051
|
doublesTier: "DOU",
|
|
4065
3052
|
},
|
|
@@ -4070,8 +3057,6 @@ exports.FormatsData = {
|
|
|
4070
3057
|
tier: "NFE",
|
|
4071
3058
|
},
|
|
4072
3059
|
primarina: {
|
|
4073
|
-
randomBattleMoves: ["energyball", "hiddenpowerfire", "hydropump", "moonblast", "psychic", "scald"],
|
|
4074
|
-
randomDoubleBattleMoves: ["hypervoice", "icebeam", "moonblast", "protect", "psychic"],
|
|
4075
3060
|
tier: "UU",
|
|
4076
3061
|
doublesTier: "(DUU)",
|
|
4077
3062
|
},
|
|
@@ -4082,8 +3067,6 @@ exports.FormatsData = {
|
|
|
4082
3067
|
tier: "NFE",
|
|
4083
3068
|
},
|
|
4084
3069
|
toucannon: {
|
|
4085
|
-
randomBattleMoves: ["beakblast", "boomburst", "brickbreak", "bulletseed", "roost"],
|
|
4086
|
-
randomDoubleBattleMoves: ["beakblast", "bulletseed", "protect", "rockblast", "tailwind"],
|
|
4087
3070
|
tier: "(PU)",
|
|
4088
3071
|
doublesTier: "(DUU)",
|
|
4089
3072
|
},
|
|
@@ -4091,8 +3074,6 @@ exports.FormatsData = {
|
|
|
4091
3074
|
tier: "LC",
|
|
4092
3075
|
},
|
|
4093
3076
|
gumshoos: {
|
|
4094
|
-
randomBattleMoves: ["crunch", "earthquake", "firepunch", "return", "uturn"],
|
|
4095
|
-
randomDoubleBattleMoves: ["crunch", "protect", "return", "superfang", "uturn"],
|
|
4096
3077
|
tier: "(PU)",
|
|
4097
3078
|
doublesTier: "(DUU)",
|
|
4098
3079
|
},
|
|
@@ -4107,8 +3088,6 @@ exports.FormatsData = {
|
|
|
4107
3088
|
tier: "NFE",
|
|
4108
3089
|
},
|
|
4109
3090
|
vikavolt: {
|
|
4110
|
-
randomBattleMoves: ["agility", "bugbuzz", "energyball", "hiddenpowerice", "thunderbolt", "voltswitch"],
|
|
4111
|
-
randomDoubleBattleMoves: ["bugbuzz", "hiddenpowerice", "protect", "stringshot", "thunderbolt", "voltswitch"],
|
|
4112
3091
|
tier: "NU",
|
|
4113
3092
|
doublesTier: "DUU",
|
|
4114
3093
|
},
|
|
@@ -4120,32 +3099,22 @@ exports.FormatsData = {
|
|
|
4120
3099
|
tier: "LC",
|
|
4121
3100
|
},
|
|
4122
3101
|
crabominable: {
|
|
4123
|
-
randomBattleMoves: ["closecombat", "earthquake", "icehammer", "stoneedge"],
|
|
4124
|
-
randomDoubleBattleMoves: ["closecombat", "earthquake", "icehammer", "protect", "stoneedge", "wideguard"],
|
|
4125
3102
|
tier: "(PU)",
|
|
4126
3103
|
doublesTier: "(DUU)",
|
|
4127
3104
|
},
|
|
4128
3105
|
oricorio: {
|
|
4129
|
-
randomBattleMoves: ["calmmind", "hurricane", "revelationdance", "roost", "toxic", "uturn"],
|
|
4130
|
-
randomDoubleBattleMoves: ["airslash", "hurricane", "protect", "revelationdance", "tailwind"],
|
|
4131
3106
|
tier: "(PU)",
|
|
4132
3107
|
doublesTier: "(DUU)",
|
|
4133
3108
|
},
|
|
4134
3109
|
oricoriopompom: {
|
|
4135
|
-
randomBattleMoves: ["calmmind", "hurricane", "revelationdance", "roost", "toxic", "uturn"],
|
|
4136
|
-
randomDoubleBattleMoves: ["airslash", "hurricane", "protect", "revelationdance", "tailwind"],
|
|
4137
3110
|
tier: "PU",
|
|
4138
3111
|
doublesTier: "(DUU)",
|
|
4139
3112
|
},
|
|
4140
3113
|
oricoriopau: {
|
|
4141
|
-
randomBattleMoves: ["calmmind", "hurricane", "revelationdance", "roost", "toxic", "uturn"],
|
|
4142
|
-
randomDoubleBattleMoves: ["airslash", "hurricane", "protect", "revelationdance", "tailwind"],
|
|
4143
3114
|
tier: "(PU)",
|
|
4144
3115
|
doublesTier: "(DUU)",
|
|
4145
3116
|
},
|
|
4146
3117
|
oricoriosensu: {
|
|
4147
|
-
randomBattleMoves: ["calmmind", "hurricane", "revelationdance", "roost", "toxic", "uturn"],
|
|
4148
|
-
randomDoubleBattleMoves: ["airslash", "hurricane", "protect", "revelationdance", "tailwind"],
|
|
4149
3118
|
tier: "PU",
|
|
4150
3119
|
doublesTier: "(DUU)",
|
|
4151
3120
|
},
|
|
@@ -4153,8 +3122,6 @@ exports.FormatsData = {
|
|
|
4153
3122
|
tier: "NFE",
|
|
4154
3123
|
},
|
|
4155
3124
|
ribombee: {
|
|
4156
|
-
randomBattleMoves: ["bugbuzz", "hiddenpowerfire", "moonblast", "quiverdance", "roost", "stickyweb"],
|
|
4157
|
-
randomDoubleBattleMoves: ["moonblast", "pollenpuff", "protect", "quiverdance", "stickyweb"],
|
|
4158
3125
|
tier: "RU",
|
|
4159
3126
|
doublesTier: "(DUU)",
|
|
4160
3127
|
},
|
|
@@ -4169,20 +3136,14 @@ exports.FormatsData = {
|
|
|
4169
3136
|
tier: "LC",
|
|
4170
3137
|
},
|
|
4171
3138
|
lycanroc: {
|
|
4172
|
-
randomBattleMoves: ["accelerock", "drillrun", "firefang", "stoneedge", "swordsdance"],
|
|
4173
|
-
randomDoubleBattleMoves: ["accelerock", "crunch", "firefang", "protect", "stoneedge", "taunt"],
|
|
4174
3139
|
tier: "PU",
|
|
4175
3140
|
doublesTier: "(DUU)",
|
|
4176
3141
|
},
|
|
4177
3142
|
lycanrocmidnight: {
|
|
4178
|
-
randomBattleMoves: ["firepunch", "stealthrock", "stoneedge", "suckerpunch", "swordsdance"],
|
|
4179
|
-
randomDoubleBattleMoves: ["protect", "stoneedge", "suckerpunch", "swordsdance", "taunt"],
|
|
4180
3143
|
tier: "(PU)",
|
|
4181
3144
|
doublesTier: "(DUU)",
|
|
4182
3145
|
},
|
|
4183
3146
|
lycanrocdusk: {
|
|
4184
|
-
randomBattleMoves: ["accelerock", "drillrun", "firefang", "return", "stoneedge", "swordsdance"],
|
|
4185
|
-
randomDoubleBattleMoves: ["accelerock", "drillrun", "firefang", "protect", "rockslide", "stoneedge"],
|
|
4186
3147
|
tier: "RU",
|
|
4187
3148
|
doublesTier: "(DUU)",
|
|
4188
3149
|
},
|
|
@@ -4190,16 +3151,11 @@ exports.FormatsData = {
|
|
|
4190
3151
|
tier: "(PU)",
|
|
4191
3152
|
doublesTier: "(DUU)",
|
|
4192
3153
|
},
|
|
4193
|
-
wishiwashischool: {
|
|
4194
|
-
randomBattleMoves: ["earthquake", "hiddenpowergrass", "hydropump", "icebeam", "scald"],
|
|
4195
|
-
randomDoubleBattleMoves: ["earthquake", "endeavor", "helpinghand", "hiddenpowergrass", "hydropump", "icebeam", "protect"],
|
|
4196
|
-
},
|
|
3154
|
+
wishiwashischool: {},
|
|
4197
3155
|
mareanie: {
|
|
4198
3156
|
tier: "LC",
|
|
4199
3157
|
},
|
|
4200
3158
|
toxapex: {
|
|
4201
|
-
randomBattleMoves: ["banefulbunker", "haze", "recover", "scald", "toxicspikes"],
|
|
4202
|
-
randomDoubleBattleMoves: ["banefulbunker", "haze", "recover", "scald", "toxicspikes", "wideguard"],
|
|
4203
3159
|
tier: "OU",
|
|
4204
3160
|
doublesTier: "(DUU)",
|
|
4205
3161
|
},
|
|
@@ -4207,8 +3163,6 @@ exports.FormatsData = {
|
|
|
4207
3163
|
tier: "LC",
|
|
4208
3164
|
},
|
|
4209
3165
|
mudsdale: {
|
|
4210
|
-
randomBattleMoves: ["closecombat", "earthquake", "heavyslam", "rockslide", "stealthrock"],
|
|
4211
|
-
randomDoubleBattleMoves: ["closecombat", "heavyslam", "highhorsepower", "protect", "rockslide"],
|
|
4212
3166
|
tier: "PU",
|
|
4213
3167
|
doublesTier: "(DUU)",
|
|
4214
3168
|
},
|
|
@@ -4216,8 +3170,6 @@ exports.FormatsData = {
|
|
|
4216
3170
|
tier: "LC",
|
|
4217
3171
|
},
|
|
4218
3172
|
araquanid: {
|
|
4219
|
-
randomBattleMoves: ["liquidation", "lunge", "mirrorcoat", "stickyweb", "toxic"],
|
|
4220
|
-
randomDoubleBattleMoves: ["liquidation", "lunge", "protect", "stickyweb", "wideguard"],
|
|
4221
3173
|
tier: "RU",
|
|
4222
3174
|
doublesTier: "DUU",
|
|
4223
3175
|
},
|
|
@@ -4229,8 +3181,6 @@ exports.FormatsData = {
|
|
|
4229
3181
|
tier: "LC",
|
|
4230
3182
|
},
|
|
4231
3183
|
lurantis: {
|
|
4232
|
-
randomBattleMoves: ["hiddenpowerice", "knockoff", "leafstorm", "superpower", "synthesis"],
|
|
4233
|
-
randomDoubleBattleMoves: ["hiddenpowerice", "knockoff", "leafstorm", "protect", "superpower"],
|
|
4234
3184
|
tier: "PU",
|
|
4235
3185
|
doublesTier: "(DUU)",
|
|
4236
3186
|
},
|
|
@@ -4242,8 +3192,6 @@ exports.FormatsData = {
|
|
|
4242
3192
|
tier: "LC",
|
|
4243
3193
|
},
|
|
4244
3194
|
shiinotic: {
|
|
4245
|
-
randomBattleMoves: ["gigadrain", "leechseed", "moonblast", "spore", "strengthsap"],
|
|
4246
|
-
randomDoubleBattleMoves: ["gigadrain", "leechseed", "moonblast", "protect", "spore", "strengthsap"],
|
|
4247
3195
|
tier: "(PU)",
|
|
4248
3196
|
doublesTier: "(DUU)",
|
|
4249
3197
|
},
|
|
@@ -4251,8 +3199,6 @@ exports.FormatsData = {
|
|
|
4251
3199
|
tier: "LC",
|
|
4252
3200
|
},
|
|
4253
3201
|
salazzle: {
|
|
4254
|
-
randomBattleMoves: ["fireblast", "hiddenpowergrass", "nastyplot", "sludgewave"],
|
|
4255
|
-
randomDoubleBattleMoves: ["encore", "fakeout", "flamethrower", "hiddenpowergrass", "hiddenpowerground", "protect", "sludgebomb", "taunt"],
|
|
4256
3202
|
tier: "RU",
|
|
4257
3203
|
doublesTier: "(DUU)",
|
|
4258
3204
|
},
|
|
@@ -4264,8 +3210,6 @@ exports.FormatsData = {
|
|
|
4264
3210
|
tier: "LC",
|
|
4265
3211
|
},
|
|
4266
3212
|
bewear: {
|
|
4267
|
-
randomBattleMoves: ["doubleedge", "hammerarm", "icepunch", "return", "shadowclaw", "swordsdance"],
|
|
4268
|
-
randomDoubleBattleMoves: ["doubleedge", "hammerarm", "icepunch", "protect", "wideguard"],
|
|
4269
3213
|
tier: "RU",
|
|
4270
3214
|
doublesTier: "(DUU)",
|
|
4271
3215
|
},
|
|
@@ -4276,26 +3220,18 @@ exports.FormatsData = {
|
|
|
4276
3220
|
tier: "NFE",
|
|
4277
3221
|
},
|
|
4278
3222
|
tsareena: {
|
|
4279
|
-
randomBattleMoves: ["highjumpkick", "knockoff", "powerwhip", "rapidspin", "synthesis", "uturn"],
|
|
4280
|
-
randomDoubleBattleMoves: ["feint", "knockoff", "playrough", "powerwhip", "protect", "uturn"],
|
|
4281
3223
|
tier: "RU",
|
|
4282
3224
|
doublesTier: "DUU",
|
|
4283
3225
|
},
|
|
4284
3226
|
comfey: {
|
|
4285
|
-
randomBattleMoves: ["aromatherapy", "drainingkiss", "synthesis", "toxic", "uturn"],
|
|
4286
|
-
randomDoubleBattleMoves: ["drainingkiss", "floralhealing", "taunt", "toxic", "uturn"],
|
|
4287
3227
|
tier: "NU",
|
|
4288
3228
|
doublesTier: "(DUU)",
|
|
4289
3229
|
},
|
|
4290
3230
|
oranguru: {
|
|
4291
|
-
randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "thunderbolt", "trickroom"],
|
|
4292
|
-
randomDoubleBattleMoves: ["foulplay", "instruct", "protect", "psychic", "trickroom"],
|
|
4293
3231
|
tier: "(PU)",
|
|
4294
3232
|
doublesTier: "DUU",
|
|
4295
3233
|
},
|
|
4296
3234
|
passimian: {
|
|
4297
|
-
randomBattleMoves: ["closecombat", "earthquake", "gunkshot", "knockoff", "rockslide", "uturn"],
|
|
4298
|
-
randomDoubleBattleMoves: ["closecombat", "knockoff", "protect", "rockslide", "taunt", "uturn"],
|
|
4299
3235
|
tier: "NU",
|
|
4300
3236
|
doublesTier: "(DUU)",
|
|
4301
3237
|
},
|
|
@@ -4303,8 +3239,6 @@ exports.FormatsData = {
|
|
|
4303
3239
|
tier: "LC",
|
|
4304
3240
|
},
|
|
4305
3241
|
golisopod: {
|
|
4306
|
-
randomBattleMoves: ["aquajet", "firstimpression", "knockoff", "liquidation", "spikes"],
|
|
4307
|
-
randomDoubleBattleMoves: ["aquajet", "firstimpression", "leechlife", "liquidation", "protect", "wideguard"],
|
|
4308
3242
|
tier: "RU",
|
|
4309
3243
|
doublesTier: "(DUU)",
|
|
4310
3244
|
},
|
|
@@ -4312,152 +3246,103 @@ exports.FormatsData = {
|
|
|
4312
3246
|
tier: "LC",
|
|
4313
3247
|
},
|
|
4314
3248
|
palossand: {
|
|
4315
|
-
randomBattleMoves: ["earthpower", "shadowball", "shoreup", "stealthrock", "toxic"],
|
|
4316
|
-
randomDoubleBattleMoves: ["earthpower", "protect", "shadowball", "shoreup", "stealthrock", "toxic"],
|
|
4317
3249
|
tier: "NU",
|
|
4318
3250
|
doublesTier: "(DUU)",
|
|
4319
3251
|
},
|
|
4320
3252
|
pyukumuku: {
|
|
4321
|
-
randomBattleMoves: ["block", "recover", "soak", "toxic"],
|
|
4322
|
-
randomDoubleBattleMoves: ["counter", "helpinghand", "lightscreen", "memento", "reflect"],
|
|
4323
3253
|
tier: "(PU)",
|
|
4324
3254
|
doublesTier: "(DUU)",
|
|
4325
3255
|
},
|
|
4326
3256
|
typenull: {
|
|
4327
|
-
randomBattleMoves: ["rest", "return", "sleeptalk", "swordsdance", "uturn"],
|
|
4328
3257
|
tier: "(PU)",
|
|
4329
3258
|
doublesTier: "NFE",
|
|
4330
3259
|
},
|
|
4331
3260
|
silvally: {
|
|
4332
|
-
randomBattleMoves: ["crunch", "doubleedge", "flamecharge", "flamethrower", "icebeam", "ironhead", "return", "swordsdance", "uturn"],
|
|
4333
|
-
randomDoubleBattleMoves: ["crunch", "doubleedge", "explosion", "flamecharge", "icebeam", "partingshot", "protect", "swordsdance", "uturn"],
|
|
4334
3261
|
tier: "(PU)",
|
|
4335
3262
|
doublesTier: "(DUU)",
|
|
4336
3263
|
},
|
|
4337
3264
|
silvallybug: {
|
|
4338
|
-
randomBattleMoves: ["defog", "flamethrower", "icebeam", "thunderbolt", "uturn"],
|
|
4339
|
-
randomDoubleBattleMoves: ["flamethrower", "icebeam", "protect", "thunderbolt", "thunderwave", "uturn"],
|
|
4340
3265
|
tier: "(PU)",
|
|
4341
3266
|
doublesTier: "(DUU)",
|
|
4342
3267
|
},
|
|
4343
3268
|
silvallydark: {
|
|
4344
|
-
randomBattleMoves: ["flamecharge", "ironhead", "multiattack", "swordsdance"],
|
|
4345
|
-
randomDoubleBattleMoves: ["icebeam", "multiattack", "partingshot", "protect", "snarl", "thunderwave", "uturn"],
|
|
4346
3269
|
tier: "(PU)",
|
|
4347
3270
|
doublesTier: "(DUU)",
|
|
4348
3271
|
},
|
|
4349
3272
|
silvallydragon: {
|
|
4350
|
-
randomBattleMoves: ["dracometeor", "flamecharge", "flamethrower", "icebeam", "ironhead", "multiattack", "swordsdance", "uturn"],
|
|
4351
|
-
randomDoubleBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "protect", "thunderwave", "uturn"],
|
|
4352
3273
|
tier: "(PU)",
|
|
4353
3274
|
doublesTier: "(DUU)",
|
|
4354
3275
|
},
|
|
4355
3276
|
silvallyelectric: {
|
|
4356
|
-
randomBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "toxic"],
|
|
4357
|
-
randomDoubleBattleMoves: ["icebeam", "partingshot", "protect", "snarl", "thunderbolt", "thunderwave", "uturn"],
|
|
4358
3277
|
tier: "(PU)",
|
|
4359
3278
|
doublesTier: "(DUU)",
|
|
4360
3279
|
},
|
|
4361
3280
|
silvallyfairy: {
|
|
4362
|
-
randomBattleMoves: ["flamethrower", "multiattack", "partingshot", "rockslide", "thunderwave"],
|
|
4363
|
-
randomDoubleBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "protect", "thunderwave", "uturn"],
|
|
4364
3281
|
tier: "PU",
|
|
4365
3282
|
doublesTier: "(DUU)",
|
|
4366
3283
|
},
|
|
4367
3284
|
silvallyfighting: {
|
|
4368
|
-
randomBattleMoves: ["flamecharge", "ironhead", "multiattack", "shadowclaw", "swordsdance"],
|
|
4369
|
-
randomDoubleBattleMoves: ["flamecharge", "multiattack", "protect", "rockslide", "swordsdance"],
|
|
4370
3285
|
tier: "(PU)",
|
|
4371
3286
|
doublesTier: "(DUU)",
|
|
4372
3287
|
},
|
|
4373
3288
|
silvallyfire: {
|
|
4374
|
-
randomBattleMoves: ["defog", "icebeam", "multiattack", "thunderbolt", "uturn"],
|
|
4375
|
-
randomDoubleBattleMoves: ["flamethrower", "icebeam", "protect", "snarl", "thunderbolt", "thunderwave", "uturn"],
|
|
4376
3289
|
tier: "(PU)",
|
|
4377
3290
|
doublesTier: "(DUU)",
|
|
4378
3291
|
},
|
|
4379
3292
|
silvallyflying: {
|
|
4380
|
-
randomBattleMoves: ["flamethrower", "ironhead", "multiattack", "partingshot", "thunderwave"],
|
|
4381
|
-
randomDoubleBattleMoves: ["flamecharge", "ironhead", "multiattack", "partingshot", "protect", "swordsdance", "thunderwave", "uturn"],
|
|
4382
3293
|
tier: "(PU)",
|
|
4383
3294
|
doublesTier: "(DUU)",
|
|
4384
3295
|
},
|
|
4385
3296
|
silvallyghost: {
|
|
4386
|
-
randomBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "toxic"],
|
|
4387
|
-
randomDoubleBattleMoves: ["icebeam", "multiattack", "partingshot", "protect", "uturn"],
|
|
4388
3297
|
tier: "PU",
|
|
4389
3298
|
doublesTier: "(DUU)",
|
|
4390
3299
|
},
|
|
4391
3300
|
silvallygrass: {
|
|
4392
|
-
randomBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "toxic"],
|
|
4393
|
-
randomDoubleBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "protect", "thunderwave", "uturn"],
|
|
4394
3301
|
tier: "(PU)",
|
|
4395
3302
|
doublesTier: "(DUU)",
|
|
4396
3303
|
},
|
|
4397
3304
|
silvallyground: {
|
|
4398
|
-
randomBattleMoves: ["flamecharge", "multiattack", "rockslide", "swordsdance"],
|
|
4399
|
-
randomDoubleBattleMoves: ["flamecharge", "icebeam", "multiattack", "protect", "rockslide", "swordsdance", "thunderbolt"],
|
|
4400
3305
|
tier: "(PU)",
|
|
4401
3306
|
doublesTier: "(DUU)",
|
|
4402
3307
|
},
|
|
4403
3308
|
silvallyice: {
|
|
4404
|
-
randomBattleMoves: ["flamethrower", "multiattack", "thunderbolt", "toxic", "uturn"],
|
|
4405
|
-
randomDoubleBattleMoves: ["icebeam", "partingshot", "protect", "thunderbolt", "thunderwave", "uturn"],
|
|
4406
3309
|
tier: "(PU)",
|
|
4407
3310
|
doublesTier: "(DUU)",
|
|
4408
3311
|
},
|
|
4409
3312
|
silvallypoison: {
|
|
4410
|
-
randomBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "toxic"],
|
|
4411
|
-
randomDoubleBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "protect", "thunderwave", "uturn"],
|
|
4412
3313
|
tier: "(PU)",
|
|
4413
3314
|
doublesTier: "(DUU)",
|
|
4414
3315
|
},
|
|
4415
3316
|
silvallypsychic: {
|
|
4416
|
-
randomBattleMoves: ["flamethrower", "multiattack", "partingshot", "rockslide", "thunderwave"],
|
|
4417
|
-
randomDoubleBattleMoves: ["flamethrower", "multiattack", "partingshot", "protect", "thunderwave", "uturn"],
|
|
4418
3317
|
tier: "(PU)",
|
|
4419
3318
|
doublesTier: "(DUU)",
|
|
4420
3319
|
},
|
|
4421
3320
|
silvallyrock: {
|
|
4422
|
-
randomBattleMoves: ["flamethrower", "grasspledge", "multiattack", "partingshot", "toxic"],
|
|
4423
|
-
randomDoubleBattleMoves: ["flamethrower", "icebeam", "partingshot", "protect", "rockslide", "uturn"],
|
|
4424
3321
|
tier: "(PU)",
|
|
4425
3322
|
doublesTier: "(DUU)",
|
|
4426
3323
|
},
|
|
4427
3324
|
silvallysteel: {
|
|
4428
|
-
randomBattleMoves: ["crunch", "defog", "flamethrower", "multiattack", "thunderbolt"],
|
|
4429
|
-
randomDoubleBattleMoves: ["flamecharge", "multiattack", "partingshot", "protect", "rockslide", "swordsdance", "uturn"],
|
|
4430
3325
|
tier: "NU",
|
|
4431
3326
|
doublesTier: "(DUU)",
|
|
4432
3327
|
},
|
|
4433
3328
|
silvallywater: {
|
|
4434
|
-
randomBattleMoves: ["defog", "icebeam", "multiattack", "partingshot", "thunderbolt"],
|
|
4435
|
-
randomDoubleBattleMoves: ["flamethrower", "icebeam", "multiattack", "partingshot", "protect", "thunderbolt", "thunderwave", "uturn"],
|
|
4436
3329
|
tier: "(PU)",
|
|
4437
3330
|
doublesTier: "(DUU)",
|
|
4438
3331
|
},
|
|
4439
3332
|
minior: {
|
|
4440
|
-
randomBattleMoves: ["acrobatics", "earthquake", "powergem", "shellsmash"],
|
|
4441
|
-
randomDoubleBattleMoves: ["acrobatics", "earthquake", "powergem", "protect", "shellsmash"],
|
|
4442
3333
|
tier: "NU",
|
|
4443
3334
|
doublesTier: "(DUU)",
|
|
4444
3335
|
},
|
|
4445
3336
|
miniormeteor: {},
|
|
4446
3337
|
komala: {
|
|
4447
|
-
randomBattleMoves: ["earthquake", "playrough", "return", "suckerpunch", "uturn", "woodhammer"],
|
|
4448
|
-
randomDoubleBattleMoves: ["playrough", "protect", "return", "shadowclaw", "suckerpunch", "swordsdance", "uturn", "woodhammer"],
|
|
4449
3338
|
tier: "(PU)",
|
|
4450
3339
|
doublesTier: "(DUU)",
|
|
4451
3340
|
},
|
|
4452
3341
|
turtonator: {
|
|
4453
|
-
randomBattleMoves: ["dracometeor", "dragonpulse", "dragontail", "earthquake", "explosion", "fireblast", "shellsmash"],
|
|
4454
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "protect", "shellsmash"],
|
|
4455
3342
|
tier: "(PU)",
|
|
4456
3343
|
doublesTier: "(DUU)",
|
|
4457
3344
|
},
|
|
4458
3345
|
togedemaru: {
|
|
4459
|
-
randomBattleMoves: ["ironhead", "nuzzle", "spikyshield", "uturn", "wish", "zingzap"],
|
|
4460
|
-
randomDoubleBattleMoves: ["encore", "fakeout", "ironhead", "nuzzle", "spikyshield", "uturn", "zingzap"],
|
|
4461
3346
|
tier: "NU",
|
|
4462
3347
|
doublesTier: "DUU",
|
|
4463
3348
|
},
|
|
@@ -4466,8 +3351,6 @@ exports.FormatsData = {
|
|
|
4466
3351
|
doublesTier: "DUU",
|
|
4467
3352
|
},
|
|
4468
3353
|
mimikyu: {
|
|
4469
|
-
randomBattleMoves: ["playrough", "shadowclaw", "shadowsneak", "swordsdance", "taunt"],
|
|
4470
|
-
randomDoubleBattleMoves: ["playrough", "protect", "shadowclaw", "shadowsneak", "swordsdance", "willowisp"],
|
|
4471
3354
|
tier: "UU",
|
|
4472
3355
|
doublesTier: "DUU",
|
|
4473
3356
|
},
|
|
@@ -4477,20 +3360,14 @@ exports.FormatsData = {
|
|
|
4477
3360
|
},
|
|
4478
3361
|
mimikyubustedtotem: {},
|
|
4479
3362
|
bruxish: {
|
|
4480
|
-
randomBattleMoves: ["aquajet", "crunch", "icefang", "liquidation", "psychicfangs", "swordsdance"],
|
|
4481
|
-
randomDoubleBattleMoves: ["aquajet", "crunch", "liquidation", "protect", "psychicfangs", "swordsdance"],
|
|
4482
3363
|
tier: "NUBL",
|
|
4483
3364
|
doublesTier: "DUU",
|
|
4484
3365
|
},
|
|
4485
3366
|
drampa: {
|
|
4486
|
-
randomBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "glare", "hypervoice", "roost", "thunderbolt"],
|
|
4487
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "glare", "hypervoice", "protect", "roost"],
|
|
4488
3367
|
tier: "PU",
|
|
4489
3368
|
doublesTier: "(DUU)",
|
|
4490
3369
|
},
|
|
4491
3370
|
dhelmise: {
|
|
4492
|
-
randomBattleMoves: ["anchorshot", "earthquake", "knockoff", "powerwhip", "rapidspin", "synthesis"],
|
|
4493
|
-
randomDoubleBattleMoves: ["anchorshot", "knockoff", "powerwhip", "protect", "rapidspin"],
|
|
4494
3371
|
tier: "NU",
|
|
4495
3372
|
doublesTier: "(DUU)",
|
|
4496
3373
|
},
|
|
@@ -4501,8 +3378,6 @@ exports.FormatsData = {
|
|
|
4501
3378
|
tier: "NFE",
|
|
4502
3379
|
},
|
|
4503
3380
|
kommoo: {
|
|
4504
|
-
randomBattleMoves: ["clangingscales", "closecombat", "dragondance", "outrage", "poisonjab"],
|
|
4505
|
-
randomDoubleBattleMoves: ["clangingscales", "closecombat", "dragondance", "poisonjab"],
|
|
4506
3381
|
tier: "OU",
|
|
4507
3382
|
doublesTier: "DOU",
|
|
4508
3383
|
},
|
|
@@ -4511,26 +3386,18 @@ exports.FormatsData = {
|
|
|
4511
3386
|
doublesTier: "DOU",
|
|
4512
3387
|
},
|
|
4513
3388
|
tapukoko: {
|
|
4514
|
-
randomBattleMoves: ["bravebird", "dazzlinggleam", "defog", "naturesmadness", "thunderbolt", "uturn"],
|
|
4515
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "hiddenpowerice", "naturesmadness", "protect", "skydrop", "taunt", "thunderbolt", "uturn"],
|
|
4516
3389
|
tier: "OU",
|
|
4517
3390
|
doublesTier: "DOU",
|
|
4518
3391
|
},
|
|
4519
3392
|
tapulele: {
|
|
4520
|
-
randomBattleMoves: ["calmmind", "focusblast", "hiddenpowerfire", "moonblast", "psychic", "psyshock"],
|
|
4521
|
-
randomDoubleBattleMoves: ["dazzlinggleam", "focusblast", "moonblast", "protect", "psychic", "taunt"],
|
|
4522
3393
|
tier: "OU",
|
|
4523
3394
|
doublesTier: "DOU",
|
|
4524
3395
|
},
|
|
4525
3396
|
tapubulu: {
|
|
4526
|
-
randomBattleMoves: ["bulkup", "hornleech", "megahorn", "stoneedge", "superpower", "woodhammer"],
|
|
4527
|
-
randomDoubleBattleMoves: ["hornleech", "naturesmadness", "protect", "stoneedge", "superpower", "woodhammer"],
|
|
4528
3397
|
tier: "OU",
|
|
4529
3398
|
doublesTier: "DOU",
|
|
4530
3399
|
},
|
|
4531
3400
|
tapufini: {
|
|
4532
|
-
randomBattleMoves: ["calmmind", "hydropump", "icebeam", "moonblast", "scald", "taunt"],
|
|
4533
|
-
randomDoubleBattleMoves: ["healpulse", "moonblast", "muddywater", "naturesmadness", "protect", "swagger", "taunt"],
|
|
4534
3401
|
tier: "OU",
|
|
4535
3402
|
doublesTier: "DOU",
|
|
4536
3403
|
},
|
|
@@ -4541,73 +3408,50 @@ exports.FormatsData = {
|
|
|
4541
3408
|
tier: "NFE",
|
|
4542
3409
|
},
|
|
4543
3410
|
solgaleo: {
|
|
4544
|
-
randomBattleMoves: ["earthquake", "flareblitz", "morningsun", "stoneedge", "sunsteelstrike", "zenheadbutt"],
|
|
4545
|
-
randomDoubleBattleMoves: ["flareblitz", "morningsun", "protect", "sunsteelstrike", "wideguard", "zenheadbutt"],
|
|
4546
3411
|
tier: "Uber",
|
|
4547
3412
|
doublesTier: "DUber",
|
|
4548
3413
|
},
|
|
4549
3414
|
lunala: {
|
|
4550
|
-
randomBattleMoves: ["calmmind", "focusblast", "moonblast", "moongeistbeam", "psyshock", "roost"],
|
|
4551
|
-
randomDoubleBattleMoves: ["moonblast", "moongeistbeam", "protect", "psychic", "roost", "wideguard"],
|
|
4552
3415
|
tier: "Uber",
|
|
4553
3416
|
doublesTier: "DUber",
|
|
4554
3417
|
},
|
|
4555
3418
|
nihilego: {
|
|
4556
|
-
randomBattleMoves: ["grassknot", "powergem", "sludgewave", "stealthrock", "thunderbolt", "toxicspikes"],
|
|
4557
|
-
randomDoubleBattleMoves: ["grassknot", "hiddenpowerice", "powergem", "protect", "sludgebomb", "thunderbolt"],
|
|
4558
3419
|
tier: "UU",
|
|
4559
3420
|
doublesTier: "(DUU)",
|
|
4560
3421
|
},
|
|
4561
3422
|
buzzwole: {
|
|
4562
|
-
randomBattleMoves: ["drainpunch", "earthquake", "leechlife", "poisonjab", "stoneedge", "superpower"],
|
|
4563
|
-
randomDoubleBattleMoves: ["drainpunch", "icepunch", "leechlife", "poisonjab", "protect", "superpower"],
|
|
4564
3423
|
tier: "UUBL",
|
|
4565
3424
|
doublesTier: "(DUU)",
|
|
4566
3425
|
},
|
|
4567
3426
|
pheromosa: {
|
|
4568
|
-
randomBattleMoves: ["highjumpkick", "icebeam", "poisonjab", "throatchop", "uturn"],
|
|
4569
|
-
randomDoubleBattleMoves: ["bugbuzz", "highjumpkick", "icebeam", "poisonjab", "protect", "speedswap", "uturn"],
|
|
4570
3427
|
tier: "Uber",
|
|
4571
3428
|
doublesTier: "DUU",
|
|
4572
3429
|
},
|
|
4573
3430
|
xurkitree: {
|
|
4574
|
-
randomBattleMoves: ["dazzlinggleam", "electricterrain", "energyball", "hiddenpowerice", "thunderbolt", "voltswitch"],
|
|
4575
|
-
randomDoubleBattleMoves: ["energyball", "hiddenpowerice", "hypnosis", "protect", "tailglow", "thunderbolt"],
|
|
4576
3431
|
tier: "UUBL",
|
|
4577
3432
|
doublesTier: "DUU",
|
|
4578
3433
|
},
|
|
4579
3434
|
celesteela: {
|
|
4580
|
-
randomBattleMoves: ["airslash", "autotomize", "earthquake", "fireblast", "heavyslam", "leechseed", "protect"],
|
|
4581
|
-
randomDoubleBattleMoves: ["earthquake", "fireblast", "heavyslam", "leechseed", "protect", "wideguard"],
|
|
4582
3435
|
tier: "OU",
|
|
4583
3436
|
doublesTier: "DOU",
|
|
4584
3437
|
},
|
|
4585
3438
|
kartana: {
|
|
4586
|
-
randomBattleMoves: ["knockoff", "leafblade", "sacredsword", "smartstrike", "swordsdance"],
|
|
4587
|
-
randomDoubleBattleMoves: ["knockoff", "leafblade", "protect", "sacredsword", "smartstrike", "swordsdance"],
|
|
4588
3439
|
tier: "OU",
|
|
4589
3440
|
doublesTier: "DOU",
|
|
4590
3441
|
},
|
|
4591
3442
|
guzzlord: {
|
|
4592
|
-
randomBattleMoves: ["dracometeor", "earthquake", "fireblast", "heavyslam", "knockoff"],
|
|
4593
|
-
randomDoubleBattleMoves: ["dracometeor", "fireblast", "knockoff", "protect", "wideguard"],
|
|
4594
3443
|
tier: "PUBL",
|
|
4595
3444
|
doublesTier: "(DUU)",
|
|
4596
3445
|
},
|
|
4597
3446
|
necrozma: {
|
|
4598
|
-
randomBattleMoves: ["calmmind", "heatwave", "moonlight", "photongeyser", "stealthrock"],
|
|
4599
|
-
randomDoubleBattleMoves: ["calmmind", "earthpower", "heatwave", "moonlight", "photongeyser"],
|
|
4600
3447
|
tier: "RU",
|
|
4601
3448
|
doublesTier: "(DUU)",
|
|
4602
3449
|
},
|
|
4603
3450
|
necrozmaduskmane: {
|
|
4604
|
-
randomBattleMoves: ["autotomize", "earthquake", "knockoff", "photongeyser", "sunsteelstrike", "swordsdance"],
|
|
4605
|
-
randomDoubleBattleMoves: ["earthquake", "knockoff", "photongeyser", "rockslide", "sunsteelstrike", "swordsdance"],
|
|
4606
3451
|
tier: "Uber",
|
|
4607
3452
|
doublesTier: "DUber",
|
|
4608
3453
|
},
|
|
4609
3454
|
necrozmadawnwings: {
|
|
4610
|
-
randomBattleMoves: ["calmmind", "heatwave", "moongeistbeam", "photongeyser", "powergem", "trickroom"],
|
|
4611
3455
|
tier: "Uber",
|
|
4612
3456
|
doublesTier: "DUber",
|
|
4613
3457
|
},
|
|
@@ -4616,8 +3460,6 @@ exports.FormatsData = {
|
|
|
4616
3460
|
doublesTier: "DUber",
|
|
4617
3461
|
},
|
|
4618
3462
|
magearna: {
|
|
4619
|
-
randomBattleMoves: ["calmmind", "flashcannon", "fleurcannon", "focusblast", "ironhead", "shiftgear", "thunderbolt"],
|
|
4620
|
-
randomDoubleBattleMoves: ["aurasphere", "dazzlinggleam", "flashcannon", "fleurcannon", "protect", "trickroom", "voltswitch"],
|
|
4621
3463
|
tier: "OU",
|
|
4622
3464
|
doublesTier: "DUber",
|
|
4623
3465
|
},
|
|
@@ -4626,8 +3468,6 @@ exports.FormatsData = {
|
|
|
4626
3468
|
tier: "Illegal",
|
|
4627
3469
|
},
|
|
4628
3470
|
marshadow: {
|
|
4629
|
-
randomBattleMoves: ["bulkup", "closecombat", "icepunch", "rocktomb", "shadowsneak", "spectralthief"],
|
|
4630
|
-
randomDoubleBattleMoves: ["bulkup", "closecombat", "icepunch", "protect", "shadowsneak", "spectralthief"],
|
|
4631
3471
|
tier: "Uber",
|
|
4632
3472
|
doublesTier: "DUber",
|
|
4633
3473
|
},
|
|
@@ -4635,26 +3475,18 @@ exports.FormatsData = {
|
|
|
4635
3475
|
tier: "NFE",
|
|
4636
3476
|
},
|
|
4637
3477
|
naganadel: {
|
|
4638
|
-
randomBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "nastyplot", "sludgewave", "uturn"],
|
|
4639
|
-
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "protect", "sludgebomb", "tailwind", "uturn"],
|
|
4640
3478
|
tier: "Uber",
|
|
4641
3479
|
doublesTier: "DUU",
|
|
4642
3480
|
},
|
|
4643
3481
|
stakataka: {
|
|
4644
|
-
randomBattleMoves: ["earthquake", "gyroball", "stealthrock", "stoneedge", "superpower", "trickroom"],
|
|
4645
|
-
randomDoubleBattleMoves: ["earthquake", "gyroball", "rockslide", "stealthrock", "stoneedge", "superpower", "trickroom"],
|
|
4646
3482
|
tier: "RUBL",
|
|
4647
3483
|
doublesTier: "DOU",
|
|
4648
3484
|
},
|
|
4649
3485
|
blacephalon: {
|
|
4650
|
-
randomBattleMoves: ["calmmind", "explosion", "fireblast", "hiddenpowerice", "shadowball", "trick"],
|
|
4651
|
-
randomDoubleBattleMoves: ["fireblast", "heatwave", "hiddenpowerice", "protect", "shadowball", "willowisp"],
|
|
4652
3486
|
tier: "OU",
|
|
4653
3487
|
doublesTier: "DUU",
|
|
4654
3488
|
},
|
|
4655
3489
|
zeraora: {
|
|
4656
|
-
randomBattleMoves: ["closecombat", "grassknot", "hiddenpowerice", "knockoff", "plasmafists", "voltswitch", "workup"],
|
|
4657
|
-
randomDoubleBattleMoves: ["closecombat", "fakeout", "grassknot", "hiddenpowerice", "knockoff", "plasmafists", "protect", "voltswitch"],
|
|
4658
3490
|
tier: "UU",
|
|
4659
3491
|
doublesTier: "DOU",
|
|
4660
3492
|
},
|