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