@pkmn/sim 0.7.26 → 0.7.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/build/cjs/config/formats.js +27 -9
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/conditions.js +5 -1
  4. package/build/cjs/data/conditions.js.map +1 -1
  5. package/build/cjs/data/formats-data.js +3 -3
  6. package/build/cjs/data/formats-data.js.map +1 -1
  7. package/build/cjs/data/mods/gen1/formats-data.js +0 -317
  8. package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
  9. package/build/cjs/data/mods/gen1/moves.js +2 -2
  10. package/build/cjs/data/mods/gen2/formats-data.js +0 -140
  11. package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
  12. package/build/cjs/data/mods/gen3/formats-data.js +0 -220
  13. package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
  14. package/build/cjs/data/mods/gen4/formats-data.js +18 -333
  15. package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
  16. package/build/cjs/data/mods/gen5/formats-data.js +19 -430
  17. package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
  18. package/build/cjs/data/mods/gen6/formats-data.js +26 -1008
  19. package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
  20. package/build/cjs/data/mods/gen7/formats-data.js +25 -1193
  21. package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
  22. package/build/cjs/data/mods/gen8/formats-data.js +5 -1861
  23. package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
  24. package/build/cjs/data/moves.js +1 -6
  25. package/build/cjs/data/moves.js.map +1 -1
  26. package/build/cjs/data/rulesets.js +1 -1
  27. package/build/cjs/data/rulesets.js.map +1 -1
  28. package/build/cjs/data/text/moves.js +3 -3
  29. package/build/cjs/data/text/moves.js.map +1 -1
  30. package/build/cjs/sim/tools/exhaustive-runner.js +39 -26
  31. package/build/cjs/sim/tools/exhaustive-runner.js.map +1 -1
  32. package/build/esm/config/formats.mjs +27 -9
  33. package/build/esm/config/formats.mjs.map +1 -1
  34. package/build/esm/data/conditions.mjs +5 -1
  35. package/build/esm/data/conditions.mjs.map +1 -1
  36. package/build/esm/data/formats-data.mjs +3 -3
  37. package/build/esm/data/formats-data.mjs.map +1 -1
  38. package/build/esm/data/mods/gen1/formats-data.mjs +0 -317
  39. package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
  40. package/build/esm/data/mods/gen1/moves.mjs +2 -2
  41. package/build/esm/data/mods/gen2/formats-data.mjs +0 -140
  42. package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
  43. package/build/esm/data/mods/gen3/formats-data.mjs +0 -220
  44. package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
  45. package/build/esm/data/mods/gen4/formats-data.mjs +18 -333
  46. package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
  47. package/build/esm/data/mods/gen5/formats-data.mjs +19 -430
  48. package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
  49. package/build/esm/data/mods/gen6/formats-data.mjs +26 -1008
  50. package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
  51. package/build/esm/data/mods/gen7/formats-data.mjs +25 -1193
  52. package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
  53. package/build/esm/data/mods/gen8/formats-data.mjs +5 -1861
  54. package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
  55. package/build/esm/data/moves.mjs +1 -6
  56. package/build/esm/data/moves.mjs.map +1 -1
  57. package/build/esm/data/rulesets.mjs +1 -1
  58. package/build/esm/data/rulesets.mjs.map +1 -1
  59. package/build/esm/data/text/moves.mjs +3 -3
  60. package/build/esm/data/text/moves.mjs.map +1 -1
  61. package/build/esm/sim/tools/exhaustive-runner.mjs +39 -26
  62. package/build/esm/sim/tools/exhaustive-runner.mjs.map +1 -1
  63. package/build/types/sim/exported-global-types.d.ts +4 -3
  64. package/build/types/sim/global-types.d.ts +4 -3
  65. package/build/types/sim/tools/exhaustive-runner.d.ts +3 -2
  66. 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: "DOU",
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: "OU",
18
14
  doublesTier: "DOU",
19
15
  },
@@ -24,20 +20,14 @@ export const FormatsData = {
24
20
  tier: "NFE",
25
21
  },
26
22
  charizard: {
27
- randomBattleMoves: ["airslash", "earthquake", "fireblast", "roost", "willowisp"],
28
- randomDoubleBattleMoves: ["airslash", "dragonpulse", "fireblast", "heatwave", "overheat", "protect", "roost", "tailwind"],
29
23
  tier: "NU",
30
24
  doublesTier: "(DUU)",
31
25
  },
32
26
  charizardmegax: {
33
- randomBattleMoves: ["dragonclaw", "dragondance", "earthquake", "flareblitz", "roost", "willowisp"],
34
- randomDoubleBattleMoves: ["dragonclaw", "dragondance", "earthquake", "flareblitz", "rockslide", "roost", "substitute"],
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", "roost", "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", "hydropump", "icebeam", "icywind", "muddywater", "protect", "scald", "waterspout"],
53
41
  tier: "RU",
54
42
  doublesTier: "(DUU)",
55
43
  },
56
44
  blastoisemega: {
57
- randomBattleMoves: ["aurasphere", "darkpulse", "hydropump", "icebeam", "rapidspin", "scald"],
58
- randomDoubleBattleMoves: ["aurasphere", "darkpulse", "fakeout", "followme", "hydropump", "icebeam", "icywind", "muddywater", "protect", "scald"],
59
45
  tier: "UU",
60
46
  doublesTier: "DUU",
61
47
  },
@@ -66,8 +52,6 @@ export const FormatsData = {
66
52
  tier: "NFE",
67
53
  },
68
54
  butterfree: {
69
- randomBattleMoves: ["bugbuzz", "energyball", "psychic", "quiverdance", "sleeppowder"],
70
- randomDoubleBattleMoves: ["bugbuzz", "protect", "psychic", "quiverdance", "shadowball", "sleeppowder", "substitute"],
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: ["brickbreak", "drillrun", "knockoff", "poisonjab", "protect", "stringshot", "uturn", "xscissor"],
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", "substitute", "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: "UUBL",
108
84
  doublesTier: "(DUU)",
109
85
  },
@@ -111,8 +87,6 @@ export const FormatsData = {
111
87
  tier: "LC",
112
88
  },
113
89
  raticate: {
114
- randomBattleMoves: ["facade", "flamewheel", "protect", "suckerpunch", "swordsdance", "uturn"],
115
- randomDoubleBattleMoves: ["crunch", "facade", "flamewheel", "protect", "suckerpunch", "uturn"],
116
90
  tier: "(PU)",
117
91
  doublesTier: "(DUU)",
118
92
  },
@@ -120,8 +94,6 @@ export const FormatsData = {
120
94
  tier: "LC",
121
95
  },
122
96
  fearow: {
123
- randomBattleMoves: ["doubleedge", "drillpeck", "drillrun", "pursuit", "return", "uturn"],
124
- randomDoubleBattleMoves: ["doubleedge", "drillpeck", "drillrun", "protect", "quickattack", "return", "uturn"],
125
97
  tier: "(PU)",
126
98
  doublesTier: "(DUU)",
127
99
  },
@@ -129,8 +101,6 @@ export const FormatsData = {
129
101
  tier: "LC",
130
102
  },
131
103
  arbok: {
132
- randomBattleMoves: ["aquatail", "coil", "earthquake", "gunkshot", "rest", "suckerpunch"],
133
- randomDoubleBattleMoves: ["aquatail", "crunch", "earthquake", "gunkshot", "protect", "rest", "rockslide", "suckerpunch"],
134
104
  tier: "PU",
135
105
  doublesTier: "(DUU)",
136
106
  },
@@ -138,8 +108,6 @@ export const FormatsData = {
138
108
  tier: "LC",
139
109
  },
140
110
  pikachu: {
141
- randomBattleMoves: ["extremespeed", "grassknot", "hiddenpowerice", "knockoff", "voltswitch", "volttackle"],
142
- randomDoubleBattleMoves: ["brickbreak", "discharge", "encore", "extremespeed", "fakeout", "grassknot", "hiddenpowerice", "knockoff", "protect", "substitute", "thunderbolt", "voltswitch", "volttackle"],
143
111
  tier: "NFE",
144
112
  },
145
113
  pikachucosplay: {
@@ -167,8 +135,6 @@ export const FormatsData = {
167
135
  doublesTier: "(DUU)",
168
136
  },
169
137
  raichu: {
170
- randomBattleMoves: ["encore", "focusblast", "grassknot", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
171
- randomDoubleBattleMoves: ["encore", "extremespeed", "fakeout", "focusblast", "grassknot", "hiddenpowerice", "knockoff", "protect", "substitute", "thunderbolt"],
172
138
  tier: "PU",
173
139
  doublesTier: "DOU",
174
140
  },
@@ -176,8 +142,6 @@ export const FormatsData = {
176
142
  tier: "LC",
177
143
  },
178
144
  sandslash: {
179
- randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "toxic"],
180
- randomDoubleBattleMoves: ["earthquake", "knockoff", "protect", "rockslide", "stoneedge", "swordsdance", "xscissor"],
181
145
  tier: "NU",
182
146
  doublesTier: "(DUU)",
183
147
  },
@@ -188,8 +152,6 @@ export const FormatsData = {
188
152
  tier: "NFE",
189
153
  },
190
154
  nidoqueen: {
191
- randomBattleMoves: ["earthpower", "fireblast", "icebeam", "sludgewave", "stealthrock", "toxicspikes"],
192
- randomDoubleBattleMoves: ["earthpower", "fireblast", "icebeam", "protect", "sludgebomb"],
193
155
  tier: "UU",
194
156
  doublesTier: "(DUU)",
195
157
  },
@@ -200,8 +162,6 @@ export const FormatsData = {
200
162
  tier: "NFE",
201
163
  },
202
164
  nidoking: {
203
- randomBattleMoves: ["earthpower", "fireblast", "icebeam", "sludgewave", "substitute", "superpower"],
204
- randomDoubleBattleMoves: ["earthpower", "fireblast", "focusblast", "icebeam", "protect", "sludgebomb", "thunderbolt"],
205
165
  tier: "UU",
206
166
  doublesTier: "DUU",
207
167
  },
@@ -213,8 +173,6 @@ export const FormatsData = {
213
173
  doublesTier: "NFE",
214
174
  },
215
175
  clefable: {
216
- randomBattleMoves: ["calmmind", "fireblast", "moonblast", "softboiled", "stealthrock", "thunderwave"],
217
- randomDoubleBattleMoves: ["dazzlinggleam", "fireblast", "followme", "lightscreen", "moonblast", "protect", "reflect", "safeguard", "softboiled", "thunderwave"],
218
176
  tier: "OU",
219
177
  doublesTier: "DUU",
220
178
  },
@@ -222,8 +180,6 @@ export const FormatsData = {
222
180
  tier: "LC",
223
181
  },
224
182
  ninetales: {
225
- randomBattleMoves: ["fireblast", "hiddenpowerice", "nastyplot", "solarbeam", "substitute", "willowisp"],
226
- randomDoubleBattleMoves: ["fireblast", "heatwave", "protect", "solarbeam", "substitute", "willowisp"],
227
183
  tier: "PU",
228
184
  doublesTier: "DUU",
229
185
  },
@@ -234,8 +190,6 @@ export const FormatsData = {
234
190
  tier: "NFE",
235
191
  },
236
192
  wigglytuff: {
237
- randomBattleMoves: ["dazzlinggleam", "fireblast", "healbell", "lightscreen", "reflect", "stealthrock"],
238
- randomDoubleBattleMoves: ["dazzlinggleam", "fireblast", "hypervoice", "icebeam", "knockoff", "lightscreen", "protect", "reflect", "thunderwave"],
239
193
  tier: "(PU)",
240
194
  doublesTier: "(DUU)",
241
195
  },
@@ -247,8 +201,6 @@ export const FormatsData = {
247
201
  doublesTier: "NFE",
248
202
  },
249
203
  crobat: {
250
- randomBattleMoves: ["bravebird", "defog", "roost", "superfang", "taunt", "toxic", "uturn"],
251
- randomDoubleBattleMoves: ["bravebird", "crosspoison", "protect", "superfang", "tailwind", "taunt", "uturn"],
252
204
  tier: "UU",
253
205
  doublesTier: "DUU",
254
206
  },
@@ -259,14 +211,10 @@ export const FormatsData = {
259
211
  tier: "NFE",
260
212
  },
261
213
  vileplume: {
262
- randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerfire", "sleeppowder", "sludgebomb", "synthesis"],
263
- randomDoubleBattleMoves: ["dazzlinggleam", "gigadrain", "hiddenpowerfire", "moonblast", "protect", "sleeppowder", "sludgebomb", "stunspore"],
264
214
  tier: "NU",
265
215
  doublesTier: "(DUU)",
266
216
  },
267
217
  bellossom: {
268
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "sleeppowder", "sunnyday", "synthesis"],
269
- randomDoubleBattleMoves: ["dazzlinggleam", "gigadrain", "hiddenpowerfire", "moonblast", "protect", "sleeppowder", "sludgebomb", "solarbeam", "stunspore", "sunnyday"],
270
218
  tier: "(PU)",
271
219
  doublesTier: "(DUU)",
272
220
  },
@@ -274,8 +222,6 @@ export const FormatsData = {
274
222
  tier: "LC",
275
223
  },
276
224
  parasect: {
277
- randomBattleMoves: ["knockoff", "leechseed", "seedbomb", "spore", "substitute", "xscissor"],
278
- randomDoubleBattleMoves: ["knockoff", "leechseed", "protect", "ragepowder", "seedbomb", "spore", "stunspore", "wideguard", "xscissor"],
279
225
  tier: "(PU)",
280
226
  doublesTier: "(DUU)",
281
227
  },
@@ -283,8 +229,6 @@ export const FormatsData = {
283
229
  tier: "LC",
284
230
  },
285
231
  venomoth: {
286
- randomBattleMoves: ["bugbuzz", "quiverdance", "sleeppowder", "sludgebomb", "substitute"],
287
- randomDoubleBattleMoves: ["bugbuzz", "gigadrain", "protect", "psychic", "quiverdance", "ragepowder", "roost", "sleeppowder", "sludgebomb", "substitute"],
288
232
  tier: "RUBL",
289
233
  doublesTier: "(DUU)",
290
234
  },
@@ -292,8 +236,6 @@ export const FormatsData = {
292
236
  tier: "LC",
293
237
  },
294
238
  dugtrio: {
295
- randomBattleMoves: ["earthquake", "reversal", "stealthrock", "stoneedge", "substitute", "suckerpunch"],
296
- randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "stoneedge", "suckerpunch"],
297
239
  tier: "(OU)",
298
240
  doublesTier: "(DUU)",
299
241
  },
@@ -301,8 +243,6 @@ export const FormatsData = {
301
243
  tier: "LC",
302
244
  },
303
245
  persian: {
304
- randomBattleMoves: ["fakeout", "knockoff", "return", "taunt", "uturn"],
305
- randomDoubleBattleMoves: ["fakeout", "feint", "hypnosis", "knockoff", "protect", "return", "taunt", "uturn"],
306
246
  tier: "(PU)",
307
247
  doublesTier: "(DUU)",
308
248
  },
@@ -310,8 +250,6 @@ export const FormatsData = {
310
250
  tier: "LC",
311
251
  },
312
252
  golduck: {
313
- randomBattleMoves: ["calmmind", "encore", "hydropump", "icebeam", "psyshock", "scald", "substitute"],
314
- randomDoubleBattleMoves: ["encore", "focusblast", "hiddenpowergrass", "hydropump", "icebeam", "icywind", "protect", "psychic", "scald", "surf"],
315
253
  tier: "(PU)",
316
254
  doublesTier: "(DUU)",
317
255
  },
@@ -319,8 +257,6 @@ export const FormatsData = {
319
257
  tier: "LC",
320
258
  },
321
259
  primeape: {
322
- randomBattleMoves: ["closecombat", "earthquake", "encore", "gunkshot", "icepunch", "stoneedge", "uturn"],
323
- randomDoubleBattleMoves: ["closecombat", "earthquake", "icepunch", "poisonjab", "protect", "punishment", "rockslide", "stoneedge", "taunt", "uturn"],
324
260
  tier: "NU",
325
261
  doublesTier: "(DUU)",
326
262
  },
@@ -328,8 +264,6 @@ export const FormatsData = {
328
264
  tier: "LC",
329
265
  },
330
266
  arcanine: {
331
- randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "roar", "toxic", "wildcharge", "willowisp"],
332
- randomDoubleBattleMoves: ["closecombat", "extremespeed", "flareblitz", "protect", "snarl", "wildcharge", "willowisp"],
333
267
  tier: "UU",
334
268
  doublesTier: "DOU",
335
269
  },
@@ -340,14 +274,10 @@ export const FormatsData = {
340
274
  tier: "NFE",
341
275
  },
342
276
  poliwrath: {
343
- randomBattleMoves: ["circlethrow", "focusblast", "hydropump", "icepunch", "raindance", "rest", "scald", "sleeptalk"],
344
- randomDoubleBattleMoves: ["bellydrum", "brickbreak", "earthquake", "encore", "icepunch", "protect", "rockslide", "waterfall"],
345
277
  tier: "NU",
346
278
  doublesTier: "(DUU)",
347
279
  },
348
280
  politoed: {
349
- randomBattleMoves: ["encore", "icebeam", "protect", "rest", "scald", "toxic"],
350
- randomDoubleBattleMoves: ["encore", "focusblast", "helpinghand", "hiddenpowergrass", "hydropump", "hypnosis", "icebeam", "icywind", "protect", "scald"],
351
281
  tier: "(PU)",
352
282
  doublesTier: "DOU",
353
283
  },
@@ -359,14 +289,10 @@ export const FormatsData = {
359
289
  doublesTier: "NFE",
360
290
  },
361
291
  alakazam: {
362
- randomBattleMoves: ["focusblast", "hiddenpowerfire", "hiddenpowerice", "psychic", "psyshock", "shadowball"],
363
- randomDoubleBattleMoves: ["dazzlinggleam", "encore", "focusblast", "protect", "psychic", "psyshock", "shadowball", "substitute"],
364
292
  tier: "UUBL",
365
293
  doublesTier: "(DUU)",
366
294
  },
367
295
  alakazammega: {
368
- randomBattleMoves: ["calmmind", "encore", "focusblast", "psychic", "psyshock", "shadowball", "substitute"],
369
- randomDoubleBattleMoves: ["dazzlinggleam", "encore", "focusblast", "protect", "psychic", "psyshock", "shadowball", "substitute"],
370
296
  tier: "UUBL",
371
297
  doublesTier: "(DUU)",
372
298
  },
@@ -378,8 +304,6 @@ export const FormatsData = {
378
304
  doublesTier: "NFE",
379
305
  },
380
306
  machamp: {
381
- randomBattleMoves: ["bulletpunch", "dynamicpunch", "heavyslam", "knockoff", "stoneedge", "substitute"],
382
- randomDoubleBattleMoves: ["bulletpunch", "dynamicpunch", "icepunch", "knockoff", "protect", "rockslide", "stoneedge", "wideguard"],
383
307
  tier: "UU",
384
308
  doublesTier: "DUU",
385
309
  },
@@ -390,8 +314,6 @@ export const FormatsData = {
390
314
  tier: "NFE",
391
315
  },
392
316
  victreebel: {
393
- randomBattleMoves: ["knockoff", "powerwhip", "sleeppowder", "sludgebomb", "solarbeam", "suckerpunch", "sunnyday", "weatherball"],
394
- randomDoubleBattleMoves: ["growth", "knockoff", "powerwhip", "protect", "sleeppowder", "sludgebomb", "solarbeam", "suckerpunch", "sunnyday", "weatherball"],
395
317
  tier: "PUBL",
396
318
  doublesTier: "(DUU)",
397
319
  },
@@ -399,8 +321,6 @@ export const FormatsData = {
399
321
  tier: "LC",
400
322
  },
401
323
  tentacruel: {
402
- randomBattleMoves: ["acidspray", "knockoff", "rapidspin", "scald", "sludgebomb", "toxicspikes"],
403
- randomDoubleBattleMoves: ["acidspray", "dazzlinggleam", "gigadrain", "icebeam", "knockoff", "muddywater", "protect", "scald", "sludgebomb"],
404
324
  tier: "UU",
405
325
  doublesTier: "(DUU)",
406
326
  },
@@ -411,8 +331,6 @@ export const FormatsData = {
411
331
  tier: "NFE",
412
332
  },
413
333
  golem: {
414
- randomBattleMoves: ["earthquake", "explosion", "stoneedge", "stealthrock", "suckerpunch", "toxic"],
415
- randomDoubleBattleMoves: ["earthquake", "firepunch", "hammerarm", "protect", "rockslide", "stoneedge", "suckerpunch"],
416
334
  tier: "PU",
417
335
  doublesTier: "(DUU)",
418
336
  },
@@ -420,8 +338,6 @@ export const FormatsData = {
420
338
  tier: "LC",
421
339
  },
422
340
  rapidash: {
423
- randomBattleMoves: ["drillrun", "flareblitz", "morningsun", "wildcharge", "willowisp"],
424
- randomDoubleBattleMoves: ["drillrun", "flamecharge", "flareblitz", "hypnosis", "megahorn", "protect", "wildcharge", "willowisp"],
425
341
  tier: "PU",
426
342
  doublesTier: "(DUU)",
427
343
  },
@@ -429,20 +345,14 @@ export const FormatsData = {
429
345
  tier: "LC",
430
346
  },
431
347
  slowbro: {
432
- randomBattleMoves: ["fireblast", "icebeam", "psyshock", "scald", "slackoff", "thunderwave", "toxic"],
433
- randomDoubleBattleMoves: ["fireblast", "grassknot", "icebeam", "protect", "psychic", "psyshock", "scald", "slackoff", "thunderwave", "trickroom"],
434
348
  tier: "OU",
435
349
  doublesTier: "(DUU)",
436
350
  },
437
351
  slowbromega: {
438
- randomBattleMoves: ["calmmind", "fireblast", "icebeam", "psyshock", "scald", "slackoff"],
439
- randomDoubleBattleMoves: ["fireblast", "grassknot", "icebeam", "protect", "psychic", "psyshock", "scald", "slackoff", "thunderwave", "trickroom"],
440
352
  tier: "(OU)",
441
353
  doublesTier: "(DUU)",
442
354
  },
443
355
  slowking: {
444
- randomBattleMoves: ["dragontail", "fireblast", "icebeam", "nastyplot", "psychic", "psyshock", "scald", "slackoff", "thunderwave", "toxic", "trickroom"],
445
- randomDoubleBattleMoves: ["fireblast", "grassknot", "icebeam", "protect", "psychic", "psyshock", "scald", "slackoff", "thunderwave", "trickroom"],
446
356
  tier: "RU",
447
357
  doublesTier: "DUU",
448
358
  },
@@ -454,14 +364,10 @@ export const FormatsData = {
454
364
  doublesTier: "NFE",
455
365
  },
456
366
  magnezone: {
457
- randomBattleMoves: ["flashcannon", "hiddenpowerfire", "substitute", "thunderbolt", "voltswitch"],
458
- randomDoubleBattleMoves: ["discharge", "electroweb", "flashcannon", "hiddenpowerfire", "hiddenpowerice", "protect", "substitute", "thunderbolt", "voltswitch"],
459
367
  tier: "OU",
460
368
  doublesTier: "(DUU)",
461
369
  },
462
370
  farfetchd: {
463
- randomBattleMoves: ["bravebird", "knockoff", "leafblade", "return", "swordsdance"],
464
- randomDoubleBattleMoves: ["bravebird", "leafblade", "nightslash", "protect", "return", "swordsdance"],
465
371
  tier: "(PU)",
466
372
  doublesTier: "(DUU)",
467
373
  },
@@ -469,8 +375,6 @@ export const FormatsData = {
469
375
  tier: "LC",
470
376
  },
471
377
  dodrio: {
472
- randomBattleMoves: ["bravebird", "doubleedge", "knockoff", "quickattack", "return", "roost"],
473
- randomDoubleBattleMoves: ["bravebird", "doubleedge", "protect", "quickattack", "return"],
474
378
  tier: "PU",
475
379
  doublesTier: "(DUU)",
476
380
  },
@@ -478,8 +382,6 @@ export const FormatsData = {
478
382
  tier: "LC",
479
383
  },
480
384
  dewgong: {
481
- randomBattleMoves: ["encore", "icebeam", "protect", "surf", "toxic"],
482
- randomDoubleBattleMoves: ["encore", "fakeout", "icebeam", "perishsong", "protect", "surf", "toxic"],
483
385
  tier: "(PU)",
484
386
  doublesTier: "(DUU)",
485
387
  },
@@ -487,8 +389,6 @@ export const FormatsData = {
487
389
  tier: "LC",
488
390
  },
489
391
  muk: {
490
- randomBattleMoves: ["curse", "firepunch", "gunkshot", "icepunch", "memento", "poisonjab", "shadowsneak"],
491
- randomDoubleBattleMoves: ["brickbreak", "firepunch", "gunkshot", "icepunch", "poisonjab", "protect", "shadowsneak"],
492
392
  tier: "PU",
493
393
  doublesTier: "(DUU)",
494
394
  },
@@ -496,8 +396,6 @@ export const FormatsData = {
496
396
  tier: "LC",
497
397
  },
498
398
  cloyster: {
499
- randomBattleMoves: ["hydropump", "iceshard", "iciclespear", "rapidspin", "rockblast", "shellsmash", "spikes"],
500
- randomDoubleBattleMoves: ["hydropump", "iciclespear", "protect", "razorshell", "rockblast", "shellsmash"],
501
399
  tier: "UU",
502
400
  doublesTier: "(DUU)",
503
401
  },
@@ -509,14 +407,10 @@ export const FormatsData = {
509
407
  doublesTier: "NFE",
510
408
  },
511
409
  gengar: {
512
- randomBattleMoves: ["disable", "focusblast", "shadowball", "sludgewave", "substitute", "trick", "willowisp"],
513
- randomDoubleBattleMoves: ["dazzlinggleam", "disable", "focusblast", "hypnosis", "protect", "shadowball", "sludgebomb", "substitute", "taunt", "willowisp"],
514
410
  tier: "OU",
515
411
  doublesTier: "DOU",
516
412
  },
517
413
  gengarmega: {
518
- randomBattleMoves: ["destinybond", "disable", "focusblast", "perishsong", "protect", "shadowball", "sludgewave", "taunt"],
519
- randomDoubleBattleMoves: ["dazzlinggleam", "disable", "focusblast", "hypnosis", "protect", "shadowball", "sludgebomb", "substitute", "taunt", "willowisp"],
520
414
  tier: "Uber",
521
415
  doublesTier: "DOU",
522
416
  },
@@ -524,14 +418,10 @@ export const FormatsData = {
524
418
  tier: "LC",
525
419
  },
526
420
  steelix: {
527
- randomBattleMoves: ["earthquake", "ironhead", "roar", "rockslide", "stealthrock", "toxic"],
528
- randomDoubleBattleMoves: ["earthquake", "explosion", "ironhead", "protect", "rockslide", "stealthrock"],
529
421
  tier: "NU",
530
422
  doublesTier: "(DUU)",
531
423
  },
532
424
  steelixmega: {
533
- randomBattleMoves: ["dragontail", "earthquake", "heavyslam", "roar", "stealthrock", "toxic"],
534
- randomDoubleBattleMoves: ["earthquake", "explosion", "heavyslam", "protect", "rockslide", "stealthrock"],
535
425
  tier: "RUBL",
536
426
  doublesTier: "(DUU)",
537
427
  },
@@ -539,8 +429,6 @@ export const FormatsData = {
539
429
  tier: "LC",
540
430
  },
541
431
  hypno: {
542
- randomBattleMoves: ["foulplay", "protect", "psychic", "seismictoss", "thunderwave", "toxic", "wish"],
543
- randomDoubleBattleMoves: ["dazzlinggleam", "foulplay", "hypnosis", "protect", "psychic", "seismictoss", "thunderwave", "trickroom", "wish"],
544
432
  tier: "(PU)",
545
433
  doublesTier: "(DUU)",
546
434
  },
@@ -548,8 +436,6 @@ export const FormatsData = {
548
436
  tier: "LC",
549
437
  },
550
438
  kingler: {
551
- randomBattleMoves: ["agility", "crabhammer", "knockoff", "rockslide", "superpower", "swordsdance", "xscissor"],
552
- randomDoubleBattleMoves: ["crabhammer", "knockoff", "protect", "rockslide", "substitute", "superpower", "wideguard", "xscissor"],
553
439
  tier: "PU",
554
440
  doublesTier: "(DUU)",
555
441
  },
@@ -557,8 +443,6 @@ export const FormatsData = {
557
443
  tier: "LC",
558
444
  },
559
445
  electrode: {
560
- randomBattleMoves: ["foulplay", "hiddenpowergrass", "hiddenpowerice", "signalbeam", "taunt", "thunderbolt", "voltswitch"],
561
- randomDoubleBattleMoves: ["discharge", "foulplay", "hiddenpowerice", "protect", "taunt", "thunderwave", "voltswitch"],
562
446
  tier: "PU",
563
447
  doublesTier: "(DUU)",
564
448
  },
@@ -566,8 +450,6 @@ export const FormatsData = {
566
450
  tier: "LC",
567
451
  },
568
452
  exeggutor: {
569
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "psychic", "sleeppowder", "substitute"],
570
- randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "protect", "psychic", "psyshock", "sleeppowder", "substitute", "trickroom"],
571
453
  tier: "PUBL",
572
454
  doublesTier: "(DUU)",
573
455
  },
@@ -575,8 +457,6 @@ export const FormatsData = {
575
457
  tier: "LC",
576
458
  },
577
459
  marowak: {
578
- randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "knockoff", "stealthrock", "stoneedge", "substitute"],
579
- randomDoubleBattleMoves: ["bonemerang", "doubleedge", "earthquake", "firepunch", "protect", "rockslide", "substitute", "swordsdance"],
580
460
  tier: "PU",
581
461
  doublesTier: "(DUU)",
582
462
  },
@@ -584,20 +464,14 @@ export const FormatsData = {
584
464
  tier: "LC",
585
465
  },
586
466
  hitmonlee: {
587
- randomBattleMoves: ["fakeout", "highjumpkick", "knockoff", "machpunch", "poisonjab", "rapidspin", "stoneedge"],
588
- randomDoubleBattleMoves: ["blazekick", "earthquake", "fakeout", "highjumpkick", "knockoff", "machpunch", "protect", "rockslide", "wideguard"],
589
467
  tier: "RU",
590
468
  doublesTier: "(DUU)",
591
469
  },
592
470
  hitmonchan: {
593
- randomBattleMoves: ["bulkup", "drainpunch", "firepunch", "icepunch", "machpunch", "rapidspin"],
594
- randomDoubleBattleMoves: ["drainpunch", "earthquake", "fakeout", "firepunch", "icepunch", "machpunch", "protect", "rockslide", "thunderpunch"],
595
471
  tier: "NU",
596
472
  doublesTier: "(DUU)",
597
473
  },
598
474
  hitmontop: {
599
- randomBattleMoves: ["closecombat", "rapidspin", "stoneedge", "suckerpunch", "toxic"],
600
- randomDoubleBattleMoves: ["closecombat", "fakeout", "feint", "helpinghand", "machpunch", "suckerpunch", "wideguard"],
601
475
  tier: "RU",
602
476
  doublesTier: "DOU",
603
477
  },
@@ -605,8 +479,6 @@ export const FormatsData = {
605
479
  tier: "LC",
606
480
  },
607
481
  lickilicky: {
608
- randomBattleMoves: ["bodyslam", "dragontail", "earthquake", "explosion", "healbell", "knockoff", "powerwhip", "protect", "swordsdance", "wish"],
609
- randomDoubleBattleMoves: ["bodyslam", "dragontail", "earthquake", "explosion", "healbell", "knockoff", "powerwhip", "protect", "rockslide", "toxic", "wish"],
610
482
  tier: "PU",
611
483
  doublesTier: "(DUU)",
612
484
  },
@@ -614,8 +486,6 @@ export const FormatsData = {
614
486
  tier: "LC",
615
487
  },
616
488
  weezing: {
617
- randomBattleMoves: ["fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
618
- randomDoubleBattleMoves: ["explosion", "fireblast", "painsplit", "protect", "sludgebomb", "thunderbolt", "toxic", "willowisp"],
619
489
  tier: "NU",
620
490
  doublesTier: "(DUU)",
621
491
  },
@@ -623,13 +493,10 @@ export const FormatsData = {
623
493
  tier: "LC",
624
494
  },
625
495
  rhydon: {
626
- randomBattleMoves: ["earthquake", "megahorn", "stealthrock", "stoneedge", "toxic"],
627
496
  tier: "NU",
628
497
  doublesTier: "NFE",
629
498
  },
630
499
  rhyperior: {
631
- randomBattleMoves: ["dragontail", "earthquake", "icepunch", "megahorn", "rockpolish", "stoneedge"],
632
- randomDoubleBattleMoves: ["earthquake", "hammerarm", "megahorn", "protect", "rockslide", "stealthrock", "stoneedge"],
633
500
  tier: "RU",
634
501
  doublesTier: "DUU",
635
502
  },
@@ -637,14 +504,10 @@ export const FormatsData = {
637
504
  tier: "LC",
638
505
  },
639
506
  chansey: {
640
- randomBattleMoves: ["healbell", "seismictoss", "softboiled", "stealthrock", "thunderwave", "toxic", "wish"],
641
- randomDoubleBattleMoves: ["aromatherapy", "helpinghand", "lightscreen", "protect", "seismictoss", "softboiled", "thunderwave", "toxic", "wish"],
642
507
  tier: "OU",
643
508
  doublesTier: "NFE",
644
509
  },
645
510
  blissey: {
646
- randomBattleMoves: ["healbell", "seismictoss", "softboiled", "stealthrock", "thunderwave", "toxic"],
647
- randomDoubleBattleMoves: ["aromatherapy", "flamethrower", "helpinghand", "icebeam", "protect", "seismictoss", "softboiled", "thunderwave", "toxic", "wish"],
648
511
  tier: "UU",
649
512
  doublesTier: "(DUU)",
650
513
  },
@@ -653,20 +516,14 @@ export const FormatsData = {
653
516
  doublesTier: "NFE",
654
517
  },
655
518
  tangrowth: {
656
- randomBattleMoves: ["earthquake", "gigadrain", "hiddenpowerfire", "knockoff", "leafstorm", "rockslide", "sleeppowder", "synthesis"],
657
- randomDoubleBattleMoves: ["earthquake", "focusblast", "gigadrain", "hiddenpowerice", "knockoff", "leechseed", "powerwhip", "protect", "ragepowder", "sleeppowder"],
658
519
  tier: "OU",
659
520
  doublesTier: "(DUU)",
660
521
  },
661
522
  kangaskhan: {
662
- randomBattleMoves: ["crunch", "drainpunch", "earthquake", "fakeout", "return", "suckerpunch"],
663
- randomDoubleBattleMoves: ["crunch", "doubleedge", "drainpunch", "earthquake", "fakeout", "protect", "return", "suckerpunch"],
664
523
  tier: "NU",
665
524
  doublesTier: "(DUU)",
666
525
  },
667
526
  kangaskhanmega: {
668
- randomBattleMoves: ["crunch", "earthquake", "fakeout", "poweruppunch", "return", "seismictoss", "suckerpunch"],
669
- randomDoubleBattleMoves: ["crunch", "doubleedge", "drainpunch", "earthquake", "fakeout", "poweruppunch", "protect", "return", "suckerpunch"],
670
527
  tier: "Uber",
671
528
  doublesTier: "DOU",
672
529
  },
@@ -677,8 +534,6 @@ export const FormatsData = {
677
534
  tier: "NFE",
678
535
  },
679
536
  kingdra: {
680
- randomBattleMoves: ["dracometeor", "dragondance", "hydropump", "icebeam", "outrage", "raindance", "waterfall"],
681
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "focusenergy", "hydropump", "icebeam", "muddywater", "protect"],
682
537
  tier: "RUBL",
683
538
  doublesTier: "(DUU)",
684
539
  },
@@ -686,8 +541,6 @@ export const FormatsData = {
686
541
  tier: "LC",
687
542
  },
688
543
  seaking: {
689
- randomBattleMoves: ["drillrun", "icebeam", "knockoff", "megahorn", "raindance", "waterfall"],
690
- randomDoubleBattleMoves: ["drillrun", "icebeam", "icywind", "knockoff", "megahorn", "protect", "surf", "waterfall"],
691
544
  tier: "(PU)",
692
545
  doublesTier: "(DUU)",
693
546
  },
@@ -695,8 +548,6 @@ export const FormatsData = {
695
548
  tier: "LC",
696
549
  },
697
550
  starmie: {
698
- randomBattleMoves: ["hydropump", "icebeam", "psyshock", "rapidspin", "recover", "scald", "thunderbolt"],
699
- randomDoubleBattleMoves: ["hydropump", "icebeam", "protect", "psychic", "psyshock", "recover", "scald", "surf", "thunderbolt"],
700
551
  tier: "OU",
701
552
  doublesTier: "(DUU)",
702
553
  },
@@ -704,26 +555,18 @@ export const FormatsData = {
704
555
  tier: "LC",
705
556
  },
706
557
  mrmime: {
707
- randomBattleMoves: ["dazzlinggleam", "encore", "focusblast", "healingwish", "nastyplot", "psyshock", "shadowball"],
708
- randomDoubleBattleMoves: ["dazzlinggleam", "encore", "fakeout", "hiddenpowerfighting", "icywind", "protect", "teeterdance", "thunderbolt", "thunderwave", "wideguard"],
709
558
  tier: "PU",
710
559
  doublesTier: "(DUU)",
711
560
  },
712
561
  scyther: {
713
- randomBattleMoves: ["aerialace", "brickbreak", "bugbite", "knockoff", "quickattack", "roost", "swordsdance", "uturn"],
714
- randomDoubleBattleMoves: ["aerialace", "brickbreak", "bugbite", "feint", "knockoff", "protect", "quickattack", "swordsdance", "uturn"],
715
562
  tier: "NU",
716
563
  doublesTier: "NFE",
717
564
  },
718
565
  scizor: {
719
- randomBattleMoves: ["bugbite", "bulletpunch", "defog", "knockoff", "pursuit", "roost", "superpower", "swordsdance", "uturn"],
720
- randomDoubleBattleMoves: ["bugbite", "bulletpunch", "feint", "knockoff", "protect", "roost", "superpower", "swordsdance", "uturn"],
721
566
  tier: "OU",
722
567
  doublesTier: "DOU",
723
568
  },
724
569
  scizormega: {
725
- randomBattleMoves: ["bugbite", "bulletpunch", "defog", "knockoff", "roost", "superpower", "swordsdance", "uturn"],
726
- randomDoubleBattleMoves: ["bugbite", "bulletpunch", "feint", "knockoff", "protect", "roost", "superpower", "swordsdance", "uturn"],
727
570
  tier: "OU",
728
571
  doublesTier: "(DOU)",
729
572
  },
@@ -731,8 +574,6 @@ export const FormatsData = {
731
574
  tier: "LC",
732
575
  },
733
576
  jynx: {
734
- randomBattleMoves: ["focusblast", "icebeam", "lovelykiss", "nastyplot", "psychic", "psyshock", "substitute", "trick"],
735
- randomDoubleBattleMoves: ["hiddenpowerfighting", "icebeam", "lovelykiss", "protect", "psychic", "psyshock", "shadowball", "substitute"],
736
577
  tier: "NU",
737
578
  doublesTier: "(DUU)",
738
579
  },
@@ -743,8 +584,6 @@ export const FormatsData = {
743
584
  tier: "NFE",
744
585
  },
745
586
  electivire: {
746
- randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
747
- randomDoubleBattleMoves: ["crosschop", "earthquake", "flamethrower", "followme", "icepunch", "protect", "substitute", "wildcharge"],
748
587
  tier: "NU",
749
588
  doublesTier: "(DUU)",
750
589
  },
@@ -755,26 +594,18 @@ export const FormatsData = {
755
594
  tier: "NFE",
756
595
  },
757
596
  magmortar: {
758
- randomBattleMoves: ["earthquake", "fireblast", "focusblast", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderbolt"],
759
- randomDoubleBattleMoves: ["fireblast", "focusblast", "followme", "heatwave", "hiddenpowergrass", "hiddenpowerice", "protect", "taunt", "thunderbolt", "willowisp"],
760
597
  tier: "NU",
761
598
  doublesTier: "(DUU)",
762
599
  },
763
600
  pinsir: {
764
- randomBattleMoves: ["closecombat", "earthquake", "knockoff", "stealthrock", "stoneedge", "xscissor"],
765
- randomDoubleBattleMoves: ["closecombat", "earthquake", "protect", "rockslide", "substitute", "swordsdance", "xscissor"],
766
601
  tier: "NU",
767
602
  doublesTier: "(DUU)",
768
603
  },
769
604
  pinsirmega: {
770
- randomBattleMoves: ["closecombat", "earthquake", "quickattack", "return", "swordsdance"],
771
- randomDoubleBattleMoves: ["closecombat", "earthquake", "feint", "protect", "quickattack", "return", "rockslide", "substitute", "swordsdance"],
772
605
  tier: "OU",
773
606
  doublesTier: "(DUU)",
774
607
  },
775
608
  tauros: {
776
- randomBattleMoves: ["bodyslam", "doubleedge", "earthquake", "rockslide", "zenheadbutt"],
777
- randomDoubleBattleMoves: ["doubleedge", "earthquake", "protect", "return", "rockslide", "stoneedge", "zenheadbutt"],
778
609
  tier: "NU",
779
610
  doublesTier: "(DUU)",
780
611
  },
@@ -782,25 +613,18 @@ export const FormatsData = {
782
613
  tier: "LC",
783
614
  },
784
615
  gyarados: {
785
- randomBattleMoves: ["bounce", "dragondance", "earthquake", "stoneedge", "substitute", "waterfall"],
786
- randomDoubleBattleMoves: ["bounce", "dragondance", "earthquake", "icefang", "protect", "stoneedge", "substitute", "taunt", "thunderwave", "waterfall"],
787
616
  tier: "UU",
788
617
  doublesTier: "(DUU)",
789
618
  },
790
619
  gyaradosmega: {
791
- randomBattleMoves: ["crunch", "dragondance", "earthquake", "icefang", "substitute", "waterfall"],
792
- randomDoubleBattleMoves: ["bounce", "dragondance", "earthquake", "icefang", "protect", "stoneedge", "substitute", "taunt", "thunderwave", "waterfall"],
793
620
  tier: "UUBL",
794
621
  doublesTier: "(DUU)",
795
622
  },
796
623
  lapras: {
797
- randomBattleMoves: ["freezedry", "healbell", "hydropump", "icebeam", "thunderbolt", "toxic"],
798
- randomDoubleBattleMoves: ["healbell", "hydropump", "icebeam", "iceshard", "icywind", "protect", "substitute", "surf", "thunderbolt"],
799
624
  tier: "PU",
800
625
  doublesTier: "(DUU)",
801
626
  },
802
627
  ditto: {
803
- randomBattleMoves: ["transform"],
804
628
  tier: "(PU)",
805
629
  doublesTier: "(DUU)",
806
630
  },
@@ -808,44 +632,30 @@ export const FormatsData = {
808
632
  tier: "LC",
809
633
  },
810
634
  vaporeon: {
811
- randomBattleMoves: ["healbell", "icebeam", "protect", "scald", "toxic", "wish"],
812
- randomDoubleBattleMoves: ["helpinghand", "hydropump", "icebeam", "muddywater", "protect", "scald", "toxic", "wish"],
813
635
  tier: "UU",
814
636
  doublesTier: "DUU",
815
637
  },
816
638
  jolteon: {
817
- randomBattleMoves: ["hiddenpowerice", "shadowball", "signalbeam", "thunderbolt", "voltswitch"],
818
- randomDoubleBattleMoves: ["helpinghand", "hiddenpowergrass", "hiddenpowerice", "protect", "signalbeam", "substitute", "thunderbolt", "voltswitch"],
819
639
  tier: "RU",
820
640
  doublesTier: "(DUU)",
821
641
  },
822
642
  flareon: {
823
- randomBattleMoves: ["facade", "flamecharge", "flareblitz", "quickattack", "superpower"],
824
- randomDoubleBattleMoves: ["facade", "flamecharge", "flareblitz", "helpinghand", "protect", "superpower", "wish"],
825
643
  tier: "PU",
826
644
  doublesTier: "(DUU)",
827
645
  },
828
646
  espeon: {
829
- randomBattleMoves: ["calmmind", "dazzlinggleam", "morningsun", "psychic", "psyshock", "shadowball", "substitute"],
830
- randomDoubleBattleMoves: ["dazzlinggleam", "helpinghand", "hiddenpowerfighting", "protect", "psychic", "psyshock", "shadowball", "substitute", "wish"],
831
647
  tier: "UU",
832
648
  doublesTier: "(DUU)",
833
649
  },
834
650
  umbreon: {
835
- randomBattleMoves: ["foulplay", "healbell", "protect", "toxic", "wish"],
836
- randomDoubleBattleMoves: ["foulplay", "healbell", "helpinghand", "moonlight", "protect", "snarl", "wish"],
837
651
  tier: "UU",
838
652
  doublesTier: "(DUU)",
839
653
  },
840
654
  leafeon: {
841
- randomBattleMoves: ["healbell", "knockoff", "leafblade", "swordsdance", "synthesis", "xscissor"],
842
- randomDoubleBattleMoves: ["helpinghand", "knockoff", "leafblade", "protect", "substitute", "swordsdance", "xscissor"],
843
655
  tier: "PU",
844
656
  doublesTier: "(DUU)",
845
657
  },
846
658
  glaceon: {
847
- randomBattleMoves: ["healbell", "hiddenpowerground", "icebeam", "protect", "shadowball", "toxic", "wish"],
848
- randomDoubleBattleMoves: ["healbell", "helpinghand", "hiddenpowerground", "icebeam", "protect", "shadowball", "wish"],
849
659
  tier: "(PU)",
850
660
  doublesTier: "(DUU)",
851
661
  },
@@ -853,14 +663,10 @@ export const FormatsData = {
853
663
  tier: "LC",
854
664
  },
855
665
  porygon2: {
856
- randomBattleMoves: ["discharge", "icebeam", "recover", "toxic", "triattack"],
857
- randomDoubleBattleMoves: ["discharge", "icebeam", "protect", "recover", "shadowball", "triattack"],
858
666
  tier: "UU",
859
667
  doublesTier: "DUU",
860
668
  },
861
669
  porygonz: {
862
- randomBattleMoves: ["agility", "darkpulse", "icebeam", "nastyplot", "thunderbolt", "triattack", "trick"],
863
- randomDoubleBattleMoves: ["agility", "darkpulse", "hiddenpowerfighting", "nastyplot", "protect", "triattack", "trick"],
864
670
  tier: "UU",
865
671
  doublesTier: "(DUU)",
866
672
  },
@@ -868,8 +674,6 @@ export const FormatsData = {
868
674
  tier: "LC",
869
675
  },
870
676
  omastar: {
871
- randomBattleMoves: ["earthpower", "hydropump", "icebeam", "shellsmash", "spikes", "stealthrock"],
872
- randomDoubleBattleMoves: ["earthpower", "hiddenpowerelectric", "hydropump", "icebeam", "muddywater", "protect", "shellsmash"],
873
677
  tier: "NU",
874
678
  doublesTier: "(DUU)",
875
679
  },
@@ -877,20 +681,14 @@ export const FormatsData = {
877
681
  tier: "LC",
878
682
  },
879
683
  kabutops: {
880
- randomBattleMoves: ["aquajet", "knockoff", "rapidspin", "stoneedge", "swordsdance", "waterfall"],
881
- randomDoubleBattleMoves: ["aquajet", "knockoff", "protect", "rockslide", "stoneedge", "superpower", "swordsdance", "waterfall"],
882
684
  tier: "NU",
883
685
  doublesTier: "(DUU)",
884
686
  },
885
687
  aerodactyl: {
886
- randomBattleMoves: ["defog", "doubleedge", "earthquake", "pursuit", "roost", "stealthrock", "stoneedge", "taunt"],
887
- randomDoubleBattleMoves: ["aquatail", "earthquake", "icefang", "protect", "rockslide", "skydrop", "stoneedge", "tailwind", "taunt", "wideguard"],
888
688
  tier: "RU",
889
689
  doublesTier: "(DUU)",
890
690
  },
891
691
  aerodactylmega: {
892
- randomBattleMoves: ["aerialace", "aquatail", "earthquake", "firefang", "honeclaws", "roost", "stoneedge"],
893
- randomDoubleBattleMoves: ["aerialace", "earthquake", "icefang", "ironhead", "protect", "rockslide", "skydrop", "stoneedge", "tailwind", "taunt", "wideguard"],
894
692
  tier: "UU",
895
693
  doublesTier: "DUU",
896
694
  },
@@ -898,26 +696,18 @@ export const FormatsData = {
898
696
  tier: "LC",
899
697
  },
900
698
  snorlax: {
901
- randomBattleMoves: ["bodyslam", "crunch", "curse", "earthquake", "firepunch", "pursuit", "rest", "return", "sleeptalk", "whirlwind"],
902
- randomDoubleBattleMoves: ["bodyslam", "crunch", "curse", "earthquake", "firepunch", "icepunch", "protect", "return", "selfdestruct"],
903
699
  tier: "UU",
904
700
  doublesTier: "DUU",
905
701
  },
906
702
  articuno: {
907
- randomBattleMoves: ["freezedry", "hurricane", "icebeam", "roost", "substitute", "toxic"],
908
- randomDoubleBattleMoves: ["freezedry", "hurricane", "protect", "roost", "substitute", "tailwind"],
909
703
  tier: "PU",
910
704
  doublesTier: "(DUU)",
911
705
  },
912
706
  zapdos: {
913
- randomBattleMoves: ["defog", "heatwave", "hiddenpowerice", "roost", "thunderbolt", "toxic", "uturn"],
914
- randomDoubleBattleMoves: ["discharge", "heatwave", "hiddenpowergrass", "hiddenpowerice", "protect", "tailwind", "thunderbolt"],
915
707
  tier: "OU",
916
708
  doublesTier: "DOU",
917
709
  },
918
710
  moltres: {
919
- randomBattleMoves: ["fireblast", "hiddenpowergrass", "hurricane", "roost", "substitute", "toxic", "willowisp"],
920
- randomDoubleBattleMoves: ["airslash", "fireblast", "heatwave", "hiddenpowergrass", "hurricane", "protect", "roost", "substitute", "tailwind", "uturn", "willowisp"],
921
711
  tier: "RUBL",
922
712
  doublesTier: "(DUU)",
923
713
  },
@@ -928,30 +718,22 @@ export const FormatsData = {
928
718
  tier: "NFE",
929
719
  },
930
720
  dragonite: {
931
- randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "firepunch", "outrage", "roost"],
932
- randomDoubleBattleMoves: ["dracometeor", "dragonclaw", "dragondance", "earthquake", "extremespeed", "firepunch", "protect", "roost", "skydrop", "substitute", "superpower"],
933
721
  tier: "OU",
934
722
  doublesTier: "(DUU)",
935
723
  },
936
724
  mewtwo: {
937
- randomBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "psystrike", "recover"],
938
- randomDoubleBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "protect", "psystrike", "recover", "substitute", "taunt", "thunderbolt", "willowisp"],
939
725
  tier: "Uber",
940
726
  doublesTier: "DUber",
941
727
  },
942
728
  mewtwomegax: {
943
- randomBattleMoves: ["bulkup", "drainpunch", "icebeam", "stoneedge", "taunt", "zenheadbutt"],
944
729
  tier: "Uber",
945
730
  doublesTier: "DUber",
946
731
  },
947
732
  mewtwomegay: {
948
- randomBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "psystrike", "recover", "shadowball", "taunt", "willowisp"],
949
733
  tier: "Uber",
950
734
  doublesTier: "DUber",
951
735
  },
952
736
  mew: {
953
- randomBattleMoves: ["aurasphere", "defog", "earthpower", "icebeam", "knockoff", "nastyplot", "psyshock", "roost", "stealthrock", "taunt", "willowisp"],
954
- randomDoubleBattleMoves: ["aurasphere", "fakeout", "fireblast", "helpinghand", "icebeam", "nastyplot", "protect", "psyshock", "roost", "tailwind", "taunt", "thunderbolt", "transform", "willowisp"],
955
737
  tier: "OU",
956
738
  doublesTier: "DUU",
957
739
  },
@@ -962,8 +744,6 @@ export const FormatsData = {
962
744
  tier: "NFE",
963
745
  },
964
746
  meganium: {
965
- randomBattleMoves: ["aromatherapy", "dragontail", "gigadrain", "leechseed", "lightscreen", "reflect", "synthesis", "toxic"],
966
- randomDoubleBattleMoves: ["aromatherapy", "dragontail", "gigadrain", "healpulse", "leechseed", "lightscreen", "petalblizzard", "protect", "reflect", "synthesis", "toxic"],
967
747
  tier: "(PU)",
968
748
  doublesTier: "(DUU)",
969
749
  },
@@ -974,8 +754,6 @@ export const FormatsData = {
974
754
  tier: "NFE",
975
755
  },
976
756
  typhlosion: {
977
- randomBattleMoves: ["eruption", "extrasensory", "fireblast", "focusblast", "hiddenpowergrass"],
978
- randomDoubleBattleMoves: ["eruption", "extrasensory", "fireblast", "focusblast", "heatwave", "hiddenpowergrass", "protect"],
979
757
  tier: "RU",
980
758
  doublesTier: "(DUU)",
981
759
  },
@@ -986,8 +764,6 @@ export const FormatsData = {
986
764
  tier: "NFE",
987
765
  },
988
766
  feraligatr: {
989
- randomBattleMoves: ["aquajet", "crunch", "dragondance", "earthquake", "icepunch", "swordsdance", "waterfall"],
990
- randomDoubleBattleMoves: ["aquajet", "crunch", "dragondance", "earthquake", "icepunch", "protect", "swordsdance", "waterfall"],
991
767
  tier: "UU",
992
768
  doublesTier: "(DUU)",
993
769
  },
@@ -995,8 +771,6 @@ export const FormatsData = {
995
771
  tier: "LC",
996
772
  },
997
773
  furret: {
998
- randomBattleMoves: ["aquatail", "doubleedge", "firepunch", "knockoff", "trick", "uturn"],
999
- randomDoubleBattleMoves: ["doubleedge", "firepunch", "followme", "helpinghand", "icepunch", "knockoff", "protect", "suckerpunch", "superfang", "uturn"],
1000
774
  tier: "(PU)",
1001
775
  doublesTier: "(DUU)",
1002
776
  },
@@ -1004,8 +778,6 @@ export const FormatsData = {
1004
778
  tier: "LC",
1005
779
  },
1006
780
  noctowl: {
1007
- randomBattleMoves: ["airslash", "defog", "nightshade", "roost", "toxic", "whirlwind"],
1008
- randomDoubleBattleMoves: ["airslash", "heatwave", "hypervoice", "hypnosis", "protect", "roost", "tailwind"],
1009
781
  tier: "(PU)",
1010
782
  doublesTier: "(DUU)",
1011
783
  },
@@ -1013,8 +785,6 @@ export const FormatsData = {
1013
785
  tier: "LC",
1014
786
  },
1015
787
  ledian: {
1016
- randomBattleMoves: ["knockoff", "lightscreen", "reflect", "roost", "toxic", "uturn"],
1017
- randomDoubleBattleMoves: ["bugbuzz", "encore", "knockoff", "lightscreen", "protect", "reflect", "tailwind", "uturn"],
1018
788
  tier: "(PU)",
1019
789
  doublesTier: "(DUU)",
1020
790
  },
@@ -1022,8 +792,6 @@ export const FormatsData = {
1022
792
  tier: "LC",
1023
793
  },
1024
794
  ariados: {
1025
- randomBattleMoves: ["megahorn", "poisonjab", "stickyweb", "suckerpunch", "toxicspikes"],
1026
- randomDoubleBattleMoves: ["megahorn", "poisonjab", "protect", "ragepowder", "stickyweb", "stringshot"],
1027
795
  tier: "(PU)",
1028
796
  doublesTier: "(DUU)",
1029
797
  },
@@ -1031,8 +799,6 @@ export const FormatsData = {
1031
799
  tier: "LC",
1032
800
  },
1033
801
  lanturn: {
1034
- randomBattleMoves: ["healbell", "hydropump", "icebeam", "scald", "thunderbolt", "thunderwave", "toxic", "voltswitch"],
1035
- randomDoubleBattleMoves: ["discharge", "hiddenpowergrass", "hydropump", "icebeam", "protect", "scald", "surf", "thunderbolt", "thunderwave"],
1036
802
  tier: "NU",
1037
803
  doublesTier: "DUU",
1038
804
  },
@@ -1044,8 +810,6 @@ export const FormatsData = {
1044
810
  doublesTier: "DUU",
1045
811
  },
1046
812
  togekiss: {
1047
- randomBattleMoves: ["airslash", "aurasphere", "defog", "healbell", "nastyplot", "roost", "thunderwave"],
1048
- randomDoubleBattleMoves: ["airslash", "dazzlinggleam", "followme", "nastyplot", "protect", "roost", "tailwind", "thunderwave"],
1049
813
  tier: "UUBL",
1050
814
  doublesTier: "DOU",
1051
815
  },
@@ -1053,8 +817,6 @@ export const FormatsData = {
1053
817
  tier: "LC",
1054
818
  },
1055
819
  xatu: {
1056
- randomBattleMoves: ["calmmind", "heatwave", "psychic", "roost", "thunderwave", "toxic", "uturn"],
1057
- randomDoubleBattleMoves: ["grassknot", "heatwave", "lightscreen", "protect", "psychic", "reflect", "roost", "tailwind", "thunderwave", "uturn"],
1058
820
  tier: "NU",
1059
821
  doublesTier: "(DUU)",
1060
822
  },
@@ -1065,14 +827,10 @@ export const FormatsData = {
1065
827
  tier: "NFE",
1066
828
  },
1067
829
  ampharos: {
1068
- randomBattleMoves: ["focusblast", "healbell", "hiddenpowerice", "lightscreen", "reflect", "thunderbolt", "toxic", "voltswitch"],
1069
- randomDoubleBattleMoves: ["discharge", "dragonpulse", "focusblast", "hiddenpowergrass", "hiddenpowerice", "protect", "thunderbolt"],
1070
830
  tier: "PU",
1071
831
  doublesTier: "(DUU)",
1072
832
  },
1073
833
  ampharosmega: {
1074
- randomBattleMoves: ["agility", "dragonpulse", "focusblast", "healbell", "thunderbolt", "voltswitch"],
1075
- randomDoubleBattleMoves: ["discharge", "dragonpulse", "focusblast", "hiddenpowergrass", "hiddenpowerice", "protect", "thunderbolt"],
1076
834
  tier: "UU",
1077
835
  doublesTier: "(DUU)",
1078
836
  },
@@ -1083,8 +841,6 @@ export const FormatsData = {
1083
841
  tier: "NFE",
1084
842
  },
1085
843
  azumarill: {
1086
- randomBattleMoves: ["aquajet", "bellydrum", "knockoff", "playrough", "superpower", "waterfall"],
1087
- randomDoubleBattleMoves: ["aquajet", "bellydrum", "knockoff", "playrough", "protect", "superpower", "waterfall"],
1088
844
  tier: "OU",
1089
845
  doublesTier: "DOU",
1090
846
  },
@@ -1092,8 +848,6 @@ export const FormatsData = {
1092
848
  tier: "LC",
1093
849
  },
1094
850
  sudowoodo: {
1095
- randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "suckerpunch", "toxic", "woodhammer"],
1096
- randomDoubleBattleMoves: ["earthquake", "explosion", "helpinghand", "protect", "rockslide", "stealthrock", "stoneedge", "suckerpunch", "woodhammer"],
1097
851
  tier: "(PU)",
1098
852
  doublesTier: "(DUU)",
1099
853
  },
@@ -1104,8 +858,6 @@ export const FormatsData = {
1104
858
  tier: "NFE",
1105
859
  },
1106
860
  jumpluff: {
1107
- randomBattleMoves: ["acrobatics", "encore", "leechseed", "seedbomb", "sleeppowder", "substitute", "swordsdance", "toxic", "uturn"],
1108
- randomDoubleBattleMoves: ["encore", "gigadrain", "helpinghand", "leechseed", "protect", "ragepowder", "sleeppowder", "uturn"],
1109
861
  tier: "(PU)",
1110
862
  doublesTier: "(DUU)",
1111
863
  },
@@ -1113,8 +865,6 @@ export const FormatsData = {
1113
865
  tier: "LC",
1114
866
  },
1115
867
  ambipom: {
1116
- randomBattleMoves: ["fakeout", "knockoff", "lowkick", "return", "seedbomb", "switcheroo", "uturn"],
1117
- randomDoubleBattleMoves: ["doublehit", "fakeout", "icepunch", "knockoff", "lowkick", "protect", "return", "uturn"],
1118
868
  tier: "RU",
1119
869
  doublesTier: "DUU",
1120
870
  },
@@ -1122,8 +872,6 @@ export const FormatsData = {
1122
872
  tier: "LC",
1123
873
  },
1124
874
  sunflora: {
1125
- randomBattleMoves: ["earthpower", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "sludgebomb"],
1126
- randomDoubleBattleMoves: ["earthpower", "encore", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "protect", "solarbeam", "sunnyday"],
1127
875
  tier: "(PU)",
1128
876
  doublesTier: "(DUU)",
1129
877
  },
@@ -1131,7 +879,6 @@ export const FormatsData = {
1131
879
  tier: "NFE",
1132
880
  },
1133
881
  yanmega: {
1134
- randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "protect", "uturn"],
1135
882
  tier: "RUBL",
1136
883
  doublesTier: "(DUU)",
1137
884
  },
@@ -1139,8 +886,6 @@ export const FormatsData = {
1139
886
  tier: "LC",
1140
887
  },
1141
888
  quagsire: {
1142
- randomBattleMoves: ["earthquake", "encore", "icebeam", "recover", "scald", "toxic"],
1143
- randomDoubleBattleMoves: ["curse", "earthquake", "icepunch", "icywind", "protect", "rockslide", "scald", "waterfall", "yawn"],
1144
889
  tier: "PUBL",
1145
890
  doublesTier: "(DUU)",
1146
891
  },
@@ -1148,8 +893,6 @@ export const FormatsData = {
1148
893
  tier: "NFE",
1149
894
  },
1150
895
  honchkrow: {
1151
- randomBattleMoves: ["bravebird", "heatwave", "pursuit", "roost", "suckerpunch", "superpower"],
1152
- randomDoubleBattleMoves: ["bravebird", "heatwave", "protect", "roost", "substitute", "suckerpunch", "superpower"],
1153
896
  tier: "RUBL",
1154
897
  doublesTier: "(DUU)",
1155
898
  },
@@ -1158,13 +901,10 @@ export const FormatsData = {
1158
901
  doublesTier: "NFE",
1159
902
  },
1160
903
  mismagius: {
1161
- randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "painsplit", "shadowball", "substitute", "taunt", "thunderbolt", "willowisp"],
1162
- randomDoubleBattleMoves: ["dazzlinggleam", "nastyplot", "protect", "shadowball", "substitute", "taunt", "thunderbolt", "willowisp"],
1163
904
  tier: "NU",
1164
905
  doublesTier: "(DUU)",
1165
906
  },
1166
907
  unown: {
1167
- randomBattleMoves: ["hiddenpowerpsychic"],
1168
908
  tier: "(PU)",
1169
909
  doublesTier: "(DUU)",
1170
910
  },
@@ -1172,13 +912,10 @@ export const FormatsData = {
1172
912
  tier: "LC",
1173
913
  },
1174
914
  wobbuffet: {
1175
- randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat", "safeguard"],
1176
915
  tier: "(PU)",
1177
916
  doublesTier: "(DUU)",
1178
917
  },
1179
918
  girafarig: {
1180
- randomBattleMoves: ["hypervoice", "nastyplot", "psychic", "psyshock", "substitute", "thunderbolt"],
1181
- randomDoubleBattleMoves: ["agility", "hypervoice", "nastyplot", "protect", "psychic", "psyshock", "thunderbolt"],
1182
919
  tier: "(PU)",
1183
920
  doublesTier: "(DUU)",
1184
921
  },
@@ -1186,25 +923,18 @@ export const FormatsData = {
1186
923
  tier: "LC",
1187
924
  },
1188
925
  forretress: {
1189
- randomBattleMoves: ["gyroball", "rapidspin", "spikes", "stealthrock", "toxic", "voltswitch"],
1190
- randomDoubleBattleMoves: ["drillrun", "gyroball", "protect", "rockslide", "stealthrock", "toxic", "voltswitch"],
1191
926
  tier: "UU",
1192
927
  doublesTier: "(DUU)",
1193
928
  },
1194
929
  dunsparce: {
1195
- randomBattleMoves: ["bite", "bodyslam", "coil", "glare", "headbutt", "rockslide", "roost"],
1196
- randomDoubleBattleMoves: ["bite", "bodyslam", "coil", "glare", "headbutt", "protect", "rockslide"],
1197
930
  tier: "(PU)",
1198
931
  doublesTier: "(DUU)",
1199
932
  },
1200
933
  gligar: {
1201
- randomBattleMoves: ["defog", "earthquake", "knockoff", "roost", "stealthrock", "toxic", "uturn"],
1202
934
  tier: "UU",
1203
935
  doublesTier: "NFE",
1204
936
  },
1205
937
  gliscor: {
1206
- randomBattleMoves: ["earthquake", "knockoff", "protect", "roost", "stealthrock", "taunt", "toxic", "uturn"],
1207
- randomDoubleBattleMoves: ["earthquake", "knockoff", "protect", "stoneedge", "substitute", "tailwind", "taunt"],
1208
938
  tier: "OU",
1209
939
  doublesTier: "(DUU)",
1210
940
  },
@@ -1212,32 +942,22 @@ export const FormatsData = {
1212
942
  tier: "LC",
1213
943
  },
1214
944
  granbull: {
1215
- randomBattleMoves: ["crunch", "earthquake", "healbell", "playrough", "thunderwave"],
1216
- randomDoubleBattleMoves: ["crunch", "earthquake", "playrough", "protect", "rockslide", "snarl", "thunderwave"],
1217
945
  tier: "RU",
1218
946
  doublesTier: "(DUU)",
1219
947
  },
1220
948
  qwilfish: {
1221
- randomBattleMoves: ["destinybond", "painsplit", "spikes", "taunt", "thunderwave", "toxicspikes", "waterfall"],
1222
- randomDoubleBattleMoves: ["destinybond", "poisonjab", "protect", "swordsdance", "taunt", "thunderwave", "waterfall"],
1223
949
  tier: "RU",
1224
950
  doublesTier: "(DUU)",
1225
951
  },
1226
952
  shuckle: {
1227
- randomBattleMoves: ["encore", "knockoff", "stealthrock", "stickyweb", "toxic"],
1228
- randomDoubleBattleMoves: ["encore", "guardsplit", "helpinghand", "knockoff", "powersplit", "stealthrock", "stickyweb", "toxic"],
1229
953
  tier: "RUBL",
1230
954
  doublesTier: "(DUU)",
1231
955
  },
1232
956
  heracross: {
1233
- randomBattleMoves: ["closecombat", "earthquake", "knockoff", "megahorn", "stoneedge", "swordsdance"],
1234
- randomDoubleBattleMoves: ["closecombat", "earthquake", "knockoff", "megahorn", "protect", "stoneedge", "swordsdance"],
1235
957
  tier: "UU",
1236
958
  doublesTier: "(DUU)",
1237
959
  },
1238
960
  heracrossmega: {
1239
- randomBattleMoves: ["closecombat", "pinmissile", "rockblast", "substitute", "swordsdance"],
1240
- randomDoubleBattleMoves: ["bulletseed", "closecombat", "earthquake", "knockoff", "pinmissile", "protect", "rockblast", "swordsdance"],
1241
961
  tier: "(OU)",
1242
962
  doublesTier: "(DUU)",
1243
963
  },
@@ -1246,8 +966,6 @@ export const FormatsData = {
1246
966
  doublesTier: "NFE",
1247
967
  },
1248
968
  weavile: {
1249
- randomBattleMoves: ["iceshard", "iciclecrash", "knockoff", "lowkick", "pursuit", "swordsdance"],
1250
- randomDoubleBattleMoves: ["fakeout", "feint", "iceshard", "iciclecrash", "knockoff", "lowkick", "protect", "swordsdance", "taunt"],
1251
969
  tier: "OU",
1252
970
  doublesTier: "DOU",
1253
971
  },
@@ -1255,8 +973,6 @@ export const FormatsData = {
1255
973
  tier: "LC",
1256
974
  },
1257
975
  ursaring: {
1258
- randomBattleMoves: ["closecombat", "crunch", "facade", "protect", "swordsdance"],
1259
- randomDoubleBattleMoves: ["closecombat", "crunch", "earthquake", "facade", "protect", "swordsdance"],
1260
976
  tier: "PU",
1261
977
  doublesTier: "(DUU)",
1262
978
  },
@@ -1264,8 +980,6 @@ export const FormatsData = {
1264
980
  tier: "LC",
1265
981
  },
1266
982
  magcargo: {
1267
- randomBattleMoves: ["ancientpower", "earthpower", "fireblast", "hiddenpowergrass", "lavaplume", "recover", "shellsmash", "stealthrock", "toxic"],
1268
- randomDoubleBattleMoves: ["ancientpower", "earthpower", "fireblast", "heatwave", "hiddenpowergrass", "protect", "shellsmash", "stealthrock", "willowisp"],
1269
983
  tier: "(PU)",
1270
984
  doublesTier: "(DUU)",
1271
985
  },
@@ -1277,14 +991,10 @@ export const FormatsData = {
1277
991
  doublesTier: "NFE",
1278
992
  },
1279
993
  mamoswine: {
1280
- randomBattleMoves: ["earthquake", "iceshard", "iciclecrash", "knockoff", "stealthrock", "superpower"],
1281
- randomDoubleBattleMoves: ["earthquake", "iceshard", "iciclecrash", "knockoff", "protect", "rockslide", "superpower"],
1282
994
  tier: "UU",
1283
995
  doublesTier: "(DUU)",
1284
996
  },
1285
997
  corsola: {
1286
- randomBattleMoves: ["powergem", "recover", "scald", "stealthrock", "toxic"],
1287
- randomDoubleBattleMoves: ["earthpower", "icebeam", "icywind", "powergem", "protect", "scald", "stealthrock"],
1288
998
  tier: "(PU)",
1289
999
  doublesTier: "(DUU)",
1290
1000
  },
@@ -1292,14 +1002,10 @@ export const FormatsData = {
1292
1002
  tier: "LC",
1293
1003
  },
1294
1004
  octillery: {
1295
- randomBattleMoves: ["energyball", "fireblast", "gunkshot", "hydropump", "icebeam", "rockblast", "scald"],
1296
- randomDoubleBattleMoves: ["chargebeam", "energyball", "fireblast", "hydropump", "icebeam", "protect", "surf"],
1297
1005
  tier: "(PU)",
1298
1006
  doublesTier: "(DUU)",
1299
1007
  },
1300
1008
  delibird: {
1301
- randomBattleMoves: ["destinybond", "freezedry", "icywind", "rapidspin", "spikes"],
1302
- randomDoubleBattleMoves: ["aerialace", "brickbreak", "fakeout", "icepunch", "iceshard", "protect"],
1303
1009
  tier: "(PU)",
1304
1010
  doublesTier: "(DUU)",
1305
1011
  },
@@ -1307,14 +1013,10 @@ export const FormatsData = {
1307
1013
  tier: "LC",
1308
1014
  },
1309
1015
  mantine: {
1310
- randomBattleMoves: ["airslash", "defog", "rest", "scald", "sleeptalk", "toxic"],
1311
- randomDoubleBattleMoves: ["airslash", "helpinghand", "hydropump", "icebeam", "protect", "raindance", "scald", "surf", "tailwind", "wideguard"],
1312
1016
  tier: "NU",
1313
1017
  doublesTier: "(DUU)",
1314
1018
  },
1315
1019
  skarmory: {
1316
- randomBattleMoves: ["bravebird", "defog", "roost", "spikes", "stealthrock", "whirlwind"],
1317
- randomDoubleBattleMoves: ["bravebird", "feint", "ironhead", "protect", "skydrop", "tailwind", "taunt"],
1318
1020
  tier: "OU",
1319
1021
  doublesTier: "(DUU)",
1320
1022
  },
@@ -1322,14 +1024,10 @@ export const FormatsData = {
1322
1024
  tier: "LC",
1323
1025
  },
1324
1026
  houndoom: {
1325
- randomBattleMoves: ["darkpulse", "fireblast", "hiddenpowergrass", "nastyplot", "suckerpunch"],
1326
- randomDoubleBattleMoves: ["darkpulse", "heatwave", "hiddenpowerfighting", "nastyplot", "protect", "suckerpunch"],
1327
1027
  tier: "RU",
1328
1028
  doublesTier: "(DUU)",
1329
1029
  },
1330
1030
  houndoommega: {
1331
- randomBattleMoves: ["darkpulse", "fireblast", "hiddenpowergrass", "nastyplot", "taunt"],
1332
- randomDoubleBattleMoves: ["darkpulse", "heatwave", "hiddenpowergrass", "nastyplot", "protect", "taunt"],
1333
1031
  tier: "RUBL",
1334
1032
  doublesTier: "(DUU)",
1335
1033
  },
@@ -1337,44 +1035,30 @@ export const FormatsData = {
1337
1035
  tier: "LC",
1338
1036
  },
1339
1037
  donphan: {
1340
- randomBattleMoves: ["earthquake", "iceshard", "knockoff", "rapidspin", "stealthrock", "stoneedge"],
1341
- randomDoubleBattleMoves: ["earthquake", "iceshard", "knockoff", "protect", "rockslide", "stealthrock"],
1342
1038
  tier: "UU",
1343
1039
  doublesTier: "(DUU)",
1344
1040
  },
1345
1041
  stantler: {
1346
- randomBattleMoves: ["doubleedge", "earthquake", "jumpkick", "megahorn", "suckerpunch"],
1347
- randomDoubleBattleMoves: ["earthquake", "jumpkick", "megahorn", "protect", "return", "suckerpunch"],
1348
1042
  tier: "(PU)",
1349
1043
  doublesTier: "(DUU)",
1350
1044
  },
1351
1045
  smeargle: {
1352
- randomBattleMoves: ["destinybond", "spore", "stealthrock", "stickyweb", "whirlwind"],
1353
- randomDoubleBattleMoves: ["fakeout", "followme", "helpinghand", "kingsshield", "spore", "tailwind", "transform", "wideguard"],
1354
1046
  tier: "PU",
1355
1047
  doublesTier: "(DUU)",
1356
1048
  },
1357
1049
  miltank: {
1358
- randomBattleMoves: ["bodyslam", "curse", "earthquake", "healbell", "milkdrink", "stealthrock", "toxic"],
1359
- randomDoubleBattleMoves: ["bodyslam", "curse", "earthquake", "healbell", "helpinghand", "protect", "thunderwave"],
1360
1050
  tier: "NU",
1361
1051
  doublesTier: "(DUU)",
1362
1052
  },
1363
1053
  raikou: {
1364
- randomBattleMoves: ["aurasphere", "calmmind", "extrasensory", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
1365
- randomDoubleBattleMoves: ["calmmind", "extrasensory", "hiddenpowerice", "protect", "snarl", "substitute", "thunderbolt"],
1366
1054
  tier: "(OU)",
1367
1055
  doublesTier: "(DUU)",
1368
1056
  },
1369
1057
  entei: {
1370
- randomBattleMoves: ["bulldoze", "extremespeed", "flareblitz", "sacredfire", "stoneedge"],
1371
- randomDoubleBattleMoves: ["bulldoze", "extremespeed", "flareblitz", "ironhead", "protect", "sacredfire", "stoneedge"],
1372
1058
  tier: "UU",
1373
1059
  doublesTier: "DUU",
1374
1060
  },
1375
1061
  suicune: {
1376
- randomBattleMoves: ["calmmind", "hiddenpowergrass", "icebeam", "rest", "scald", "sleeptalk"],
1377
- randomDoubleBattleMoves: ["calmmind", "hiddenpowergrass", "hydropump", "icebeam", "protect", "scald", "snarl", "tailwind"],
1378
1062
  tier: "UU",
1379
1063
  doublesTier: "DOU",
1380
1064
  },
@@ -1385,32 +1069,22 @@ export const FormatsData = {
1385
1069
  tier: "NFE",
1386
1070
  },
1387
1071
  tyranitar: {
1388
- randomBattleMoves: ["crunch", "earthquake", "fireblast", "icebeam", "pursuit", "stealthrock", "stoneedge"],
1389
- randomDoubleBattleMoves: ["crunch", "earthquake", "firepunch", "icepunch", "protect", "rockslide", "stealthrock", "stoneedge"],
1390
1072
  tier: "OU",
1391
1073
  doublesTier: "DOU",
1392
1074
  },
1393
1075
  tyranitarmega: {
1394
- randomBattleMoves: ["crunch", "dragondance", "earthquake", "icepunch", "stoneedge"],
1395
- randomDoubleBattleMoves: ["crunch", "dragondance", "earthquake", "icepunch", "protect", "rockslide", "stoneedge"],
1396
1076
  tier: "(OU)",
1397
1077
  doublesTier: "(DOU)",
1398
1078
  },
1399
1079
  lugia: {
1400
- randomBattleMoves: ["aeroblast", "earthquake", "roost", "substitute", "toxic", "whirlwind"],
1401
- randomDoubleBattleMoves: ["aeroblast", "calmmind", "icebeam", "protect", "psychic", "roost", "skydrop", "substitute", "tailwind"],
1402
1080
  tier: "Uber",
1403
1081
  doublesTier: "DUber",
1404
1082
  },
1405
1083
  hooh: {
1406
- randomBattleMoves: ["bravebird", "earthquake", "roost", "sacredfire", "substitute", "toxic"],
1407
- randomDoubleBattleMoves: ["bravebird", "earthquake", "protect", "roost", "sacredfire", "skydrop", "substitute", "tailwind", "toxic"],
1408
1084
  tier: "Uber",
1409
1085
  doublesTier: "DUber",
1410
1086
  },
1411
1087
  celebi: {
1412
- randomBattleMoves: ["earthpower", "gigadrain", "hiddenpowerfire", "leafstorm", "nastyplot", "psychic", "recover", "thunderwave", "uturn"],
1413
- randomDoubleBattleMoves: ["earthpower", "gigadrain", "hiddenpowerfire", "leafstorm", "leechseed", "nastyplot", "protect", "psychic", "recover", "thunderwave", "uturn"],
1414
1088
  tier: "UU",
1415
1089
  doublesTier: "(DUU)",
1416
1090
  },
@@ -1421,14 +1095,10 @@ export const FormatsData = {
1421
1095
  tier: "NFE",
1422
1096
  },
1423
1097
  sceptile: {
1424
- randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "leechseed", "substitute"],
1425
- randomDoubleBattleMoves: ["focusblast", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "protect", "substitute"],
1426
1098
  tier: "NUBL",
1427
1099
  doublesTier: "(DUU)",
1428
1100
  },
1429
1101
  sceptilemega: {
1430
- randomBattleMoves: ["dragonpulse", "earthquake", "focusblast", "gigadrain", "hiddenpowerfire", "leafblade", "outrage", "substitute", "swordsdance"],
1431
- randomDoubleBattleMoves: ["dragonpulse", "focusblast", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "protect", "substitute"],
1432
1102
  tier: "UU",
1433
1103
  doublesTier: "DUU",
1434
1104
  },
@@ -1440,12 +1110,10 @@ export const FormatsData = {
1440
1110
  doublesTier: "NFE",
1441
1111
  },
1442
1112
  blaziken: {
1443
- randomBattleMoves: ["fireblast", "hiddenpowerice", "highjumpkick", "knockoff", "protect"],
1444
1113
  tier: "Uber",
1445
1114
  doublesTier: "(DUU)",
1446
1115
  },
1447
1116
  blazikenmega: {
1448
- randomBattleMoves: ["flareblitz", "highjumpkick", "knockoff", "protect", "stoneedge", "swordsdance"],
1449
1117
  tier: "Uber",
1450
1118
  doublesTier: "(DUU)",
1451
1119
  },
@@ -1456,14 +1124,10 @@ export const FormatsData = {
1456
1124
  tier: "NFE",
1457
1125
  },
1458
1126
  swampert: {
1459
- randomBattleMoves: ["earthquake", "icebeam", "protect", "roar", "scald", "stealthrock", "toxic"],
1460
- randomDoubleBattleMoves: ["earthquake", "icebeam", "icywind", "muddywater", "protect", "rockslide", "scald", "stealthrock", "waterfall", "wideguard"],
1461
1127
  tier: "UU",
1462
1128
  doublesTier: "(DUU)",
1463
1129
  },
1464
1130
  swampertmega: {
1465
- randomBattleMoves: ["earthquake", "icepunch", "raindance", "superpower", "waterfall"],
1466
- randomDoubleBattleMoves: ["earthquake", "icepunch", "protect", "raindance", "superpower", "waterfall"],
1467
1131
  tier: "UU",
1468
1132
  doublesTier: "(DUU)",
1469
1133
  },
@@ -1471,8 +1135,6 @@ export const FormatsData = {
1471
1135
  tier: "LC",
1472
1136
  },
1473
1137
  mightyena: {
1474
- randomBattleMoves: ["crunch", "firefang", "irontail", "playrough", "suckerpunch"],
1475
- randomDoubleBattleMoves: ["crunch", "firefang", "playrough", "protect", "suckerpunch", "taunt"],
1476
1138
  tier: "(PU)",
1477
1139
  doublesTier: "(DUU)",
1478
1140
  },
@@ -1480,8 +1142,6 @@ export const FormatsData = {
1480
1142
  tier: "LC",
1481
1143
  },
1482
1144
  linoone: {
1483
- randomBattleMoves: ["bellydrum", "extremespeed", "seedbomb", "shadowclaw"],
1484
- randomDoubleBattleMoves: ["bellydrum", "extremespeed", "protect", "seedbomb", "shadowclaw"],
1485
1145
  tier: "PUBL",
1486
1146
  doublesTier: "(DUU)",
1487
1147
  },
@@ -1492,8 +1152,6 @@ export const FormatsData = {
1492
1152
  tier: "NFE",
1493
1153
  },
1494
1154
  beautifly: {
1495
- randomBattleMoves: ["bugbuzz", "energyball", "hiddenpowerfighting", "psychic", "quiverdance"],
1496
- randomDoubleBattleMoves: ["aircutter", "bugbuzz", "gigadrain", "hiddenpowerrock", "protect", "quiverdance", "stringshot", "tailwind"],
1497
1155
  tier: "(PU)",
1498
1156
  doublesTier: "(DUU)",
1499
1157
  },
@@ -1501,8 +1159,6 @@ export const FormatsData = {
1501
1159
  tier: "NFE",
1502
1160
  },
1503
1161
  dustox: {
1504
- randomBattleMoves: ["bugbuzz", "defog", "quiverdance", "roost", "sludgebomb", "uturn"],
1505
- randomDoubleBattleMoves: ["bugbuzz", "protect", "quiverdance", "shadowball", "sludgebomb", "stringshot", "strugglebug", "tailwind"],
1506
1162
  tier: "(PU)",
1507
1163
  doublesTier: "(DUU)",
1508
1164
  },
@@ -1513,8 +1169,6 @@ export const FormatsData = {
1513
1169
  tier: "NFE",
1514
1170
  },
1515
1171
  ludicolo: {
1516
- randomBattleMoves: ["focusblast", "gigadrain", "hydropump", "icebeam", "raindance", "scald"],
1517
- randomDoubleBattleMoves: ["fakeout", "gigadrain", "hydropump", "icebeam", "protect", "raindance", "surf"],
1518
1172
  tier: "NU",
1519
1173
  doublesTier: "DOU",
1520
1174
  },
@@ -1525,8 +1179,6 @@ export const FormatsData = {
1525
1179
  tier: "NFE",
1526
1180
  },
1527
1181
  shiftry: {
1528
- randomBattleMoves: ["defog", "knockoff", "leafblade", "leafstorm", "lowkick", "suckerpunch", "swordsdance"],
1529
- randomDoubleBattleMoves: ["fakeout", "knockoff", "leafblade", "leafstorm", "lowkick", "protect", "suckerpunch", "swordsdance"],
1530
1182
  tier: "NU",
1531
1183
  doublesTier: "(DUU)",
1532
1184
  },
@@ -1534,8 +1186,6 @@ export const FormatsData = {
1534
1186
  tier: "LC",
1535
1187
  },
1536
1188
  swellow: {
1537
- randomBattleMoves: ["bravebird", "facade", "protect", "quickattack", "uturn"],
1538
- randomDoubleBattleMoves: ["bravebird", "facade", "protect", "quickattack", "uturn"],
1539
1189
  tier: "NU",
1540
1190
  doublesTier: "(DUU)",
1541
1191
  },
@@ -1543,8 +1193,6 @@ export const FormatsData = {
1543
1193
  tier: "LC",
1544
1194
  },
1545
1195
  pelipper: {
1546
- randomBattleMoves: ["defog", "hurricane", "knockoff", "roost", "scald", "toxic", "uturn"],
1547
- randomDoubleBattleMoves: ["hurricane", "knockoff", "protect", "scald", "surf", "tailwind", "wideguard"],
1548
1196
  tier: "PU",
1549
1197
  doublesTier: "(DUU)",
1550
1198
  },
@@ -1555,26 +1203,18 @@ export const FormatsData = {
1555
1203
  tier: "NFE",
1556
1204
  },
1557
1205
  gardevoir: {
1558
- randomBattleMoves: ["calmmind", "focusblast", "moonblast", "psychic", "shadowball", "substitute", "thunderbolt", "willowisp"],
1559
- randomDoubleBattleMoves: ["dazzlinggleam", "focusblast", "helpinghand", "moonblast", "protect", "psyshock", "shadowball", "taunt", "thunderbolt", "trickroom", "willowisp"],
1560
1206
  tier: "UU",
1561
1207
  doublesTier: "DUU",
1562
1208
  },
1563
1209
  gardevoirmega: {
1564
- randomBattleMoves: ["calmmind", "focusblast", "hypervoice", "psyshock", "substitute", "taunt", "willowisp"],
1565
- randomDoubleBattleMoves: ["calmmind", "focusblast", "hypervoice", "protect", "psyshock", "shadowball", "thunderbolt"],
1566
1210
  tier: "OU",
1567
1211
  doublesTier: "DOU",
1568
1212
  },
1569
1213
  gallade: {
1570
- randomBattleMoves: ["closecombat", "icepunch", "knockoff", "shadowsneak", "swordsdance", "trick", "zenheadbutt"],
1571
- randomDoubleBattleMoves: ["closecombat", "drainpunch", "helpinghand", "icepunch", "knockoff", "protect", "shadowsneak", "stoneedge", "trick", "trickroom", "zenheadbutt"],
1572
1214
  tier: "RU",
1573
1215
  doublesTier: "(DUU)",
1574
1216
  },
1575
1217
  gallademega: {
1576
- randomBattleMoves: ["closecombat", "drainpunch", "knockoff", "substitute", "swordsdance", "zenheadbutt"],
1577
- randomDoubleBattleMoves: ["closecombat", "drainpunch", "icepunch", "knockoff", "protect", "stoneedge", "swordsdance", "zenheadbutt"],
1578
1218
  tier: "UUBL",
1579
1219
  doublesTier: "(DUU)",
1580
1220
  },
@@ -1582,8 +1222,6 @@ export const FormatsData = {
1582
1222
  tier: "LC",
1583
1223
  },
1584
1224
  masquerain: {
1585
- randomBattleMoves: ["airslash", "bugbuzz", "hydropump", "quiverdance", "stickyweb"],
1586
- randomDoubleBattleMoves: ["airslash", "bugbuzz", "hydropump", "protect", "quiverdance", "roost", "strugglebug", "tailwind"],
1587
1225
  tier: "(PU)",
1588
1226
  doublesTier: "(DUU)",
1589
1227
  },
@@ -1591,8 +1229,6 @@ export const FormatsData = {
1591
1229
  tier: "LC",
1592
1230
  },
1593
1231
  breloom: {
1594
- randomBattleMoves: ["bulletseed", "machpunch", "rocktomb", "spore", "swordsdance"],
1595
- randomDoubleBattleMoves: ["bulletseed", "drainpunch", "helpinghand", "machpunch", "protect", "rocktomb", "spore"],
1596
1232
  tier: "OU",
1597
1233
  doublesTier: "DOU",
1598
1234
  },
@@ -1604,8 +1240,6 @@ export const FormatsData = {
1604
1240
  doublesTier: "NFE",
1605
1241
  },
1606
1242
  slaking: {
1607
- randomBattleMoves: ["earthquake", "firepunch", "gigaimpact", "nightslash", "pursuit", "retaliate"],
1608
- randomDoubleBattleMoves: ["doubleedge", "earthquake", "hammerarm", "nightslash", "retaliate", "rockslide"],
1609
1243
  tier: "(PU)",
1610
1244
  doublesTier: "(DUU)",
1611
1245
  },
@@ -1613,13 +1247,10 @@ export const FormatsData = {
1613
1247
  tier: "LC",
1614
1248
  },
1615
1249
  ninjask: {
1616
- randomBattleMoves: ["aerialace", "nightslash", "swordsdance", "uturn", "xscissor"],
1617
- randomDoubleBattleMoves: ["aerialace", "nightslash", "protect", "swordsdance", "xscissor"],
1618
1250
  tier: "PU",
1619
1251
  doublesTier: "(DUU)",
1620
1252
  },
1621
1253
  shedinja: {
1622
- randomBattleMoves: ["shadowclaw", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
1623
1254
  tier: "(PU)",
1624
1255
  doublesTier: "(DUU)",
1625
1256
  },
@@ -1630,8 +1261,6 @@ export const FormatsData = {
1630
1261
  tier: "NFE",
1631
1262
  },
1632
1263
  exploud: {
1633
- randomBattleMoves: ["boomburst", "fireblast", "focusblast", "icebeam", "surf"],
1634
- randomDoubleBattleMoves: ["boomburst", "fireblast", "focusblast", "hypervoice", "icebeam", "protect", "surf"],
1635
1264
  tier: "RU",
1636
1265
  doublesTier: "(DUU)",
1637
1266
  },
@@ -1639,8 +1268,6 @@ export const FormatsData = {
1639
1268
  tier: "LC",
1640
1269
  },
1641
1270
  hariyama: {
1642
- randomBattleMoves: ["bulkup", "bulletpunch", "closecombat", "icepunch", "knockoff", "stoneedge"],
1643
- randomDoubleBattleMoves: ["bulletpunch", "closecombat", "fakeout", "helpinghand", "icepunch", "knockoff", "protect", "stoneedge", "wideguard"],
1644
1271
  tier: "NU",
1645
1272
  doublesTier: "DUU",
1646
1273
  },
@@ -1648,8 +1275,6 @@ export const FormatsData = {
1648
1275
  tier: "LC",
1649
1276
  },
1650
1277
  probopass: {
1651
- randomBattleMoves: ["earthpower", "flashcannon", "stealthrock", "thunderwave", "toxic", "voltswitch"],
1652
- randomDoubleBattleMoves: ["earthpower", "helpinghand", "powergem", "protect", "stealthrock", "thunderwave", "voltswitch", "wideguard"],
1653
1278
  tier: "PU",
1654
1279
  doublesTier: "(DUU)",
1655
1280
  },
@@ -1657,32 +1282,22 @@ export const FormatsData = {
1657
1282
  tier: "LC",
1658
1283
  },
1659
1284
  delcatty: {
1660
- randomBattleMoves: ["doubleedge", "fakeout", "healbell", "suckerpunch", "thunderwave", "wildcharge"],
1661
- randomDoubleBattleMoves: ["doubleedge", "fakeout", "helpinghand", "playrough", "protect", "suckerpunch", "thunderwave", "wildcharge"],
1662
1285
  tier: "(PU)",
1663
1286
  doublesTier: "(DUU)",
1664
1287
  },
1665
1288
  sableye: {
1666
- randomBattleMoves: ["foulplay", "knockoff", "recover", "taunt", "toxic", "willowisp"],
1667
- randomDoubleBattleMoves: ["fakeout", "foulplay", "helpinghand", "knockoff", "protect", "recover", "snarl", "taunt", "willowisp"],
1668
1289
  tier: "RUBL",
1669
1290
  doublesTier: "DUU",
1670
1291
  },
1671
1292
  sableyemega: {
1672
- randomBattleMoves: ["calmmind", "darkpulse", "recover", "shadowball", "willowisp"],
1673
- randomDoubleBattleMoves: ["darkpulse", "fakeout", "knockoff", "protect", "shadowball", "willowisp"],
1674
1293
  tier: "Uber",
1675
1294
  doublesTier: "DUU",
1676
1295
  },
1677
1296
  mawile: {
1678
- randomBattleMoves: ["ironhead", "knockoff", "playrough", "stealthrock", "suckerpunch", "swordsdance"],
1679
- randomDoubleBattleMoves: ["firefang", "ironhead", "knockoff", "playrough", "protect", "substitute", "suckerpunch", "swordsdance"],
1680
1297
  tier: "PU",
1681
1298
  doublesTier: "(DUU)",
1682
1299
  },
1683
1300
  mawilemega: {
1684
- randomBattleMoves: ["firefang", "focuspunch", "ironhead", "knockoff", "playrough", "substitute", "suckerpunch", "swordsdance"],
1685
- randomDoubleBattleMoves: ["firefang", "ironhead", "knockoff", "playrough", "protect", "substitute", "suckerpunch", "swordsdance"],
1686
1301
  tier: "Uber",
1687
1302
  doublesTier: "(DUU)",
1688
1303
  },
@@ -1693,14 +1308,10 @@ export const FormatsData = {
1693
1308
  tier: "NFE",
1694
1309
  },
1695
1310
  aggron: {
1696
- randomBattleMoves: ["aquatail", "autotomize", "earthquake", "headsmash", "heavyslam", "stealthrock"],
1697
- randomDoubleBattleMoves: ["aquatail", "earthquake", "headsmash", "heavyslam", "lowkick", "protect", "rockslide", "stealthrock"],
1698
1311
  tier: "NU",
1699
1312
  doublesTier: "(DUU)",
1700
1313
  },
1701
1314
  aggronmega: {
1702
- randomBattleMoves: ["earthquake", "heavyslam", "roar", "stoneedge", "stealthrock", "thunderwave", "toxic"],
1703
- randomDoubleBattleMoves: ["aquatail", "earthquake", "heavyslam", "lowkick", "protect", "rockslide"],
1704
1315
  tier: "UU",
1705
1316
  doublesTier: "(DUU)",
1706
1317
  },
@@ -1708,14 +1319,10 @@ export const FormatsData = {
1708
1319
  tier: "NFE",
1709
1320
  },
1710
1321
  medicham: {
1711
- randomBattleMoves: ["bulletpunch", "drainpunch", "highjumpkick", "icepunch", "zenheadbutt"],
1712
- randomDoubleBattleMoves: ["bulletpunch", "drainpunch", "fakeout", "highjumpkick", "icepunch", "protect", "zenheadbutt"],
1713
1322
  tier: "RU",
1714
1323
  doublesTier: "(DUU)",
1715
1324
  },
1716
1325
  medichammega: {
1717
- randomBattleMoves: ["fakeout", "highjumpkick", "icepunch", "thunderpunch", "zenheadbutt"],
1718
- randomDoubleBattleMoves: ["bulletpunch", "drainpunch", "fakeout", "highjumpkick", "icepunch", "protect", "zenheadbutt"],
1719
1326
  tier: "OU",
1720
1327
  doublesTier: "(DUU)",
1721
1328
  },
@@ -1723,38 +1330,26 @@ export const FormatsData = {
1723
1330
  tier: "LC",
1724
1331
  },
1725
1332
  manectric: {
1726
- randomBattleMoves: ["flamethrower", "hiddenpowergrass", "hiddenpowerice", "overheat", "thunderbolt", "voltswitch"],
1727
- randomDoubleBattleMoves: ["flamethrower", "hiddenpowergrass", "hiddenpowerice", "overheat", "protect", "snarl", "thunderbolt", "voltswitch"],
1728
1333
  tier: "NU",
1729
1334
  doublesTier: "(DUU)",
1730
1335
  },
1731
1336
  manectricmega: {
1732
- randomBattleMoves: ["hiddenpowergrass", "hiddenpowerice", "overheat", "thunderbolt", "voltswitch"],
1733
- randomDoubleBattleMoves: ["flamethrower", "hiddenpowergrass", "hiddenpowerice", "overheat", "protect", "snarl", "thunderbolt", "voltswitch"],
1734
1337
  tier: "OU",
1735
1338
  doublesTier: "(DUU)",
1736
1339
  },
1737
1340
  plusle: {
1738
- randomBattleMoves: ["encore", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
1739
- randomDoubleBattleMoves: ["encore", "helpinghand", "hiddenpowerice", "nastyplot", "protect", "substitute", "thunderbolt"],
1740
1341
  tier: "(PU)",
1741
1342
  doublesTier: "(DUU)",
1742
1343
  },
1743
1344
  minun: {
1744
- randomBattleMoves: ["encore", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
1745
- randomDoubleBattleMoves: ["encore", "helpinghand", "hiddenpowerice", "nastyplot", "protect", "substitute", "thunderbolt"],
1746
1345
  tier: "(PU)",
1747
1346
  doublesTier: "(DUU)",
1748
1347
  },
1749
1348
  volbeat: {
1750
- randomBattleMoves: ["encore", "roost", "tailwind", "thunderwave", "uturn"],
1751
- randomDoubleBattleMoves: ["encore", "helpinghand", "protect", "stringshot", "strugglebug", "tailwind", "thunderwave"],
1752
1349
  tier: "(PU)",
1753
1350
  doublesTier: "(DUU)",
1754
1351
  },
1755
1352
  illumise: {
1756
- randomBattleMoves: ["bugbuzz", "encore", "roost", "thunderwave", "uturn", "wish"],
1757
- randomDoubleBattleMoves: ["bugbuzz", "encore", "helpinghand", "protect", "tailwind", "thunderbolt", "uturn"],
1758
1353
  tier: "(PU)",
1759
1354
  doublesTier: "(DUU)",
1760
1355
  },
@@ -1766,8 +1361,6 @@ export const FormatsData = {
1766
1361
  doublesTier: "NFE",
1767
1362
  },
1768
1363
  roserade: {
1769
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leafstorm", "sleeppowder", "sludgebomb", "spikes", "synthesis", "toxicspikes"],
1770
- randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "leafstorm", "protect", "sleeppowder", "sludgebomb"],
1771
1364
  tier: "UU",
1772
1365
  doublesTier: "(DUU)",
1773
1366
  },
@@ -1775,8 +1368,6 @@ export const FormatsData = {
1775
1368
  tier: "LC",
1776
1369
  },
1777
1370
  swalot: {
1778
- randomBattleMoves: ["earthquake", "encore", "icebeam", "painsplit", "sludgebomb", "toxic", "yawn"],
1779
- randomDoubleBattleMoves: ["earthquake", "encore", "gunkshot", "icebeam", "protect", "sludgebomb", "yawn"],
1780
1371
  tier: "(PU)",
1781
1372
  doublesTier: "(DUU)",
1782
1373
  },
@@ -1784,13 +1375,10 @@ export const FormatsData = {
1784
1375
  tier: "LC",
1785
1376
  },
1786
1377
  sharpedo: {
1787
- randomBattleMoves: ["crunch", "earthquake", "icebeam", "protect", "waterfall"],
1788
- randomDoubleBattleMoves: ["crunch", "destinybond", "earthquake", "icebeam", "protect", "waterfall"],
1789
1378
  tier: "RUBL",
1790
1379
  doublesTier: "(DUU)",
1791
1380
  },
1792
1381
  sharpedomega: {
1793
- randomBattleMoves: ["crunch", "destinybond", "icefang", "protect", "waterfall", "zenheadbutt"],
1794
1382
  tier: "UU",
1795
1383
  doublesTier: "(DUU)",
1796
1384
  },
@@ -1798,8 +1386,6 @@ export const FormatsData = {
1798
1386
  tier: "LC",
1799
1387
  },
1800
1388
  wailord: {
1801
- randomBattleMoves: ["hiddenpowerfire", "hiddenpowergrass", "hydropump", "icebeam", "waterspout"],
1802
- randomDoubleBattleMoves: ["hiddenpowerfire", "hiddenpowergrass", "hydropump", "icebeam", "protect", "waterspout"],
1803
1389
  tier: "(PU)",
1804
1390
  doublesTier: "(DUU)",
1805
1391
  },
@@ -1807,20 +1393,14 @@ export const FormatsData = {
1807
1393
  tier: "LC",
1808
1394
  },
1809
1395
  camerupt: {
1810
- randomBattleMoves: ["earthpower", "fireblast", "hiddenpowergrass", "lavaplume", "roar", "rockpolish", "stealthrock", "stoneedge"],
1811
- randomDoubleBattleMoves: ["earthpower", "eruption", "fireblast", "heatwave", "hiddenpowergrass", "protect", "rockpolish"],
1812
1396
  tier: "PU",
1813
1397
  doublesTier: "(DUU)",
1814
1398
  },
1815
1399
  cameruptmega: {
1816
- randomBattleMoves: ["ancientpower", "earthpower", "fireblast", "stealthrock", "toxic", "willowisp"],
1817
- randomDoubleBattleMoves: ["earthpower", "eruption", "fireblast", "heatwave", "protect", "rockslide"],
1818
1400
  tier: "RU",
1819
1401
  doublesTier: "DUU",
1820
1402
  },
1821
1403
  torkoal: {
1822
- randomBattleMoves: ["earthpower", "lavaplume", "rapidspin", "stealthrock", "yawn"],
1823
- randomDoubleBattleMoves: ["earthpower", "fireblast", "heatwave", "hiddenpowergrass", "protect", "shellsmash", "willowisp"],
1824
1404
  tier: "PU",
1825
1405
  doublesTier: "(DUU)",
1826
1406
  },
@@ -1828,14 +1408,10 @@ export const FormatsData = {
1828
1408
  tier: "LC",
1829
1409
  },
1830
1410
  grumpig: {
1831
- randomBattleMoves: ["focusblast", "healbell", "lightscreen", "psychic", "reflect", "thunderwave", "toxic", "whirlwind"],
1832
- randomDoubleBattleMoves: ["focusblast", "lightscreen", "protect", "psychic", "psyshock", "reflect", "taunt", "thunderwave", "trickroom"],
1833
1411
  tier: "PU",
1834
1412
  doublesTier: "(DUU)",
1835
1413
  },
1836
1414
  spinda: {
1837
- randomBattleMoves: ["icepunch", "rest", "return", "sleeptalk", "suckerpunch", "superpower"],
1838
- randomDoubleBattleMoves: ["doubleedge", "fakeout", "protect", "return", "suckerpunch", "superpower", "trickroom"],
1839
1415
  tier: "(PU)",
1840
1416
  doublesTier: "(DUU)",
1841
1417
  },
@@ -1846,8 +1422,6 @@ export const FormatsData = {
1846
1422
  tier: "NFE",
1847
1423
  },
1848
1424
  flygon: {
1849
- randomBattleMoves: ["defog", "earthquake", "fireblast", "outrage", "roost", "stoneedge", "uturn"],
1850
- randomDoubleBattleMoves: ["dragonclaw", "earthquake", "feint", "fireblast", "firepunch", "protect", "rockslide", "tailwind", "uturn"],
1851
1425
  tier: "RU",
1852
1426
  doublesTier: "(DUU)",
1853
1427
  },
@@ -1855,8 +1429,6 @@ export const FormatsData = {
1855
1429
  tier: "LC",
1856
1430
  },
1857
1431
  cacturne: {
1858
- randomBattleMoves: ["darkpulse", "drainpunch", "focusblast", "seedbomb", "spikes", "suckerpunch", "swordsdance"],
1859
- randomDoubleBattleMoves: ["drainpunch", "seedbomb", "spikyshield", "substitute", "suckerpunch", "swordsdance"],
1860
1432
  tier: "PU",
1861
1433
  doublesTier: "(DUU)",
1862
1434
  },
@@ -1864,38 +1436,26 @@ export const FormatsData = {
1864
1436
  tier: "LC",
1865
1437
  },
1866
1438
  altaria: {
1867
- randomBattleMoves: ["dracometeor", "dragondance", "earthquake", "fireblast", "outrage", "roost", "toxic"],
1868
- randomDoubleBattleMoves: ["dracometeor", "dragonclaw", "dragondance", "earthquake", "fireblast", "protect", "tailwind"],
1869
1439
  tier: "PU",
1870
1440
  doublesTier: "(DUU)",
1871
1441
  },
1872
1442
  altariamega: {
1873
- randomBattleMoves: ["dragondance", "earthquake", "fireblast", "healbell", "hypervoice", "return", "roost"],
1874
- randomDoubleBattleMoves: ["doubleedge", "dragonclaw", "dragondance", "earthquake", "fireblast", "protect", "return"],
1875
1443
  tier: "UUBL",
1876
1444
  doublesTier: "DUU",
1877
1445
  },
1878
1446
  zangoose: {
1879
- randomBattleMoves: ["closecombat", "facade", "knockoff", "quickattack", "swordsdance"],
1880
- randomDoubleBattleMoves: ["closecombat", "facade", "knockoff", "protect", "quickattack"],
1881
1447
  tier: "NU",
1882
1448
  doublesTier: "(DUU)",
1883
1449
  },
1884
1450
  seviper: {
1885
- randomBattleMoves: ["darkpulse", "earthquake", "flamethrower", "gigadrain", "poisonjab", "sludgewave", "suckerpunch", "switcheroo"],
1886
- randomDoubleBattleMoves: ["aquatail", "earthquake", "flamethrower", "gigadrain", "glare", "poisonjab", "protect", "sludgebomb", "suckerpunch"],
1887
1451
  tier: "(PU)",
1888
1452
  doublesTier: "(DUU)",
1889
1453
  },
1890
1454
  lunatone: {
1891
- randomBattleMoves: ["ancientpower", "calmmind", "earthpower", "icebeam", "moonlight", "psychic", "rockpolish", "stealthrock", "toxic"],
1892
- randomDoubleBattleMoves: ["ancientpower", "calmmind", "earthpower", "helpinghand", "icebeam", "moonlight", "protect", "psychic", "rockpolish", "trickroom"],
1893
1455
  tier: "(PU)",
1894
1456
  doublesTier: "(DUU)",
1895
1457
  },
1896
1458
  solrock: {
1897
- randomBattleMoves: ["explosion", "earthquake", "lightscreen", "morningsun", "reflect", "rockslide", "stealthrock", "willowisp"],
1898
- randomDoubleBattleMoves: ["helpinghand", "protect", "rockslide", "stoneedge", "trickroom", "willowisp", "zenheadbutt"],
1899
1459
  tier: "(PU)",
1900
1460
  doublesTier: "(DUU)",
1901
1461
  },
@@ -1903,8 +1463,6 @@ export const FormatsData = {
1903
1463
  tier: "LC",
1904
1464
  },
1905
1465
  whiscash: {
1906
- randomBattleMoves: ["dragondance", "earthquake", "stoneedge", "waterfall", "zenheadbutt"],
1907
- randomDoubleBattleMoves: ["dragondance", "earthquake", "protect", "stoneedge", "waterfall", "zenheadbutt"],
1908
1466
  tier: "(PU)",
1909
1467
  doublesTier: "(DUU)",
1910
1468
  },
@@ -1912,8 +1470,6 @@ export const FormatsData = {
1912
1470
  tier: "LC",
1913
1471
  },
1914
1472
  crawdaunt: {
1915
- randomBattleMoves: ["aquajet", "crabhammer", "dragondance", "knockoff", "superpower", "swordsdance"],
1916
- randomDoubleBattleMoves: ["aquajet", "crabhammer", "crunch", "dragondance", "knockoff", "protect", "superpower", "swordsdance"],
1917
1473
  tier: "UU",
1918
1474
  doublesTier: "(DUU)",
1919
1475
  },
@@ -1921,8 +1477,6 @@ export const FormatsData = {
1921
1477
  tier: "LC",
1922
1478
  },
1923
1479
  claydol: {
1924
- randomBattleMoves: ["earthquake", "icebeam", "psychic", "rapidspin", "stealthrock", "toxic"],
1925
- randomDoubleBattleMoves: ["earthpower", "earthquake", "icebeam", "protect", "psychic", "trickroom"],
1926
1480
  tier: "NU",
1927
1481
  doublesTier: "(DUU)",
1928
1482
  },
@@ -1930,8 +1484,6 @@ export const FormatsData = {
1930
1484
  tier: "LC",
1931
1485
  },
1932
1486
  cradily: {
1933
- randomBattleMoves: ["curse", "gigadrain", "recover", "rockslide", "seedbomb", "stealthrock", "toxic"],
1934
- randomDoubleBattleMoves: ["curse", "earthquake", "protect", "recover", "rockslide", "seedbomb", "swordsdance"],
1935
1487
  tier: "NU",
1936
1488
  doublesTier: "DUU",
1937
1489
  },
@@ -1939,8 +1491,6 @@ export const FormatsData = {
1939
1491
  tier: "LC",
1940
1492
  },
1941
1493
  armaldo: {
1942
- randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "stealthrock", "stoneedge", "toxic", "xscissor"],
1943
- randomDoubleBattleMoves: ["knockoff", "protect", "rockslide", "stoneedge", "stringshot", "swordsdance", "xscissor"],
1944
1494
  tier: "PU",
1945
1495
  doublesTier: "(DUU)",
1946
1496
  },
@@ -1948,8 +1498,6 @@ export const FormatsData = {
1948
1498
  tier: "LC",
1949
1499
  },
1950
1500
  milotic: {
1951
- randomBattleMoves: ["dragontail", "icebeam", "recover", "rest", "scald", "sleeptalk", "toxic"],
1952
- randomDoubleBattleMoves: ["dragontail", "hiddenpowergrass", "hydropump", "hypnosis", "icebeam", "protect", "recover", "scald"],
1953
1501
  tier: "UU",
1954
1502
  doublesTier: "(DUU)",
1955
1503
  },
@@ -1957,18 +1505,10 @@ export const FormatsData = {
1957
1505
  tier: "(PU)",
1958
1506
  doublesTier: "(DUU)",
1959
1507
  },
1960
- castformsunny: {
1961
- randomBattleMoves: ["icebeam", "solarbeam", "sunnyday", "weatherball"],
1962
- },
1963
- castformrainy: {
1964
- randomBattleMoves: ["hurricane", "raindance", "thunder", "weatherball"],
1965
- },
1966
- castformsnowy: {
1967
- randomBattleMoves: ["blizzard", "fireblast", "hail", "thunderbolt"],
1968
- },
1508
+ castformsunny: {},
1509
+ castformrainy: {},
1510
+ castformsnowy: {},
1969
1511
  kecleon: {
1970
- randomBattleMoves: ["drainpunch", "fakeout", "knockoff", "recover", "shadowsneak", "stealthrock", "suckerpunch"],
1971
- randomDoubleBattleMoves: ["drainpunch", "fakeout", "knockoff", "protect", "recover", "shadowsneak", "suckerpunch", "trickroom"],
1972
1512
  tier: "NU",
1973
1513
  doublesTier: "DUU",
1974
1514
  },
@@ -1976,14 +1516,10 @@ export const FormatsData = {
1976
1516
  tier: "LC",
1977
1517
  },
1978
1518
  banette: {
1979
- randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "shadowsneak", "suckerpunch", "taunt", "willowisp"],
1980
- randomDoubleBattleMoves: ["knockoff", "protect", "shadowclaw", "shadowsneak", "suckerpunch", "willowisp"],
1981
1519
  tier: "(PU)",
1982
1520
  doublesTier: "(DUU)",
1983
1521
  },
1984
1522
  banettemega: {
1985
- randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "suckerpunch", "taunt", "willowisp"],
1986
- randomDoubleBattleMoves: ["destinybond", "knockoff", "protect", "shadowclaw", "suckerpunch", "taunt", "willowisp"],
1987
1523
  tier: "RU",
1988
1524
  doublesTier: "(DUU)",
1989
1525
  },
@@ -1994,14 +1530,10 @@ export const FormatsData = {
1994
1530
  tier: "NFE",
1995
1531
  },
1996
1532
  dusknoir: {
1997
- randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowsneak", "substitute", "willowisp"],
1998
- randomDoubleBattleMoves: ["earthquake", "helpinghand", "icepunch", "painsplit", "protect", "shadowsneak", "trickroom", "willowisp"],
1999
1533
  tier: "PU",
2000
1534
  doublesTier: "(DUU)",
2001
1535
  },
2002
1536
  tropius: {
2003
- randomBattleMoves: ["airslash", "gigadrain", "leechseed", "protect", "substitute", "toxic"],
2004
- randomDoubleBattleMoves: ["airslash", "earthquake", "gigadrain", "hiddenpowerfire", "leechseed", "protect", "roost", "sunnyday", "tailwind"],
2005
1537
  tier: "(PU)",
2006
1538
  doublesTier: "(DUU)",
2007
1539
  },
@@ -2009,20 +1541,14 @@ export const FormatsData = {
2009
1541
  tier: "LC",
2010
1542
  },
2011
1543
  chimecho: {
2012
- randomBattleMoves: ["calmmind", "healbell", "healingwish", "psychic", "recover", "shadowball", "taunt", "yawn"],
2013
- randomDoubleBattleMoves: ["dazzlinggleam", "helpinghand", "protect", "psychic", "recover", "shadowball", "taunt", "thunderwave", "trickroom"],
2014
1544
  tier: "(PU)",
2015
1545
  doublesTier: "(DUU)",
2016
1546
  },
2017
1547
  absol: {
2018
- randomBattleMoves: ["knockoff", "playrough", "pursuit", "suckerpunch", "superpower", "swordsdance"],
2019
- randomDoubleBattleMoves: ["fireblast", "knockoff", "playrough", "protect", "suckerpunch", "superpower", "swordsdance"],
2020
1548
  tier: "RU",
2021
1549
  doublesTier: "(DUU)",
2022
1550
  },
2023
1551
  absolmega: {
2024
- randomBattleMoves: ["icebeam", "knockoff", "playrough", "pursuit", "suckerpunch", "superpower", "swordsdance"],
2025
- randomDoubleBattleMoves: ["fireblast", "knockoff", "playrough", "protect", "suckerpunch", "superpower", "swordsdance"],
2026
1552
  tier: "UU",
2027
1553
  doublesTier: "(DUU)",
2028
1554
  },
@@ -2030,20 +1556,14 @@ export const FormatsData = {
2030
1556
  tier: "LC",
2031
1557
  },
2032
1558
  glalie: {
2033
- randomBattleMoves: ["earthquake", "explosion", "icebeam", "iceshard", "spikes", "superfang", "taunt"],
2034
- randomDoubleBattleMoves: ["earthquake", "icebeam", "iceshard", "protect", "taunt"],
2035
1559
  tier: "(PU)",
2036
1560
  doublesTier: "(DUU)",
2037
1561
  },
2038
1562
  glaliemega: {
2039
- randomBattleMoves: ["earthquake", "explosion", "freezedry", "iceshard", "return", "spikes"],
2040
- randomDoubleBattleMoves: ["crunch", "earthquake", "explosion", "freezedry", "iceshard", "protect", "return"],
2041
1563
  tier: "RU",
2042
1564
  doublesTier: "(DUU)",
2043
1565
  },
2044
1566
  froslass: {
2045
- randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "thunderwave"],
2046
- randomDoubleBattleMoves: ["destinybond", "icebeam", "protect", "shadowball", "taunt", "thunderwave"],
2047
1567
  tier: "RUBL",
2048
1568
  doublesTier: "(DUU)",
2049
1569
  },
@@ -2054,8 +1574,6 @@ export const FormatsData = {
2054
1574
  tier: "NFE",
2055
1575
  },
2056
1576
  walrein: {
2057
- randomBattleMoves: ["icebeam", "protect", "roar", "superfang", "surf", "toxic"],
2058
- randomDoubleBattleMoves: ["icebeam", "icywind", "protect", "roar", "superfang", "surf"],
2059
1577
  tier: "(PU)",
2060
1578
  doublesTier: "(DUU)",
2061
1579
  },
@@ -2063,25 +1581,18 @@ export const FormatsData = {
2063
1581
  tier: "LC",
2064
1582
  },
2065
1583
  huntail: {
2066
- randomBattleMoves: ["icebeam", "shellsmash", "suckerpunch", "waterfall"],
2067
- randomDoubleBattleMoves: ["icefang", "protect", "shellsmash", "suckerpunch", "waterfall"],
2068
1584
  tier: "(PU)",
2069
1585
  doublesTier: "(DUU)",
2070
1586
  },
2071
1587
  gorebyss: {
2072
- randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "shellsmash"],
2073
- randomDoubleBattleMoves: ["hiddenpowergrass", "icebeam", "protect", "shellsmash", "substitute", "surf"],
2074
1588
  tier: "PU",
2075
1589
  doublesTier: "(DUU)",
2076
1590
  },
2077
1591
  relicanth: {
2078
- randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "toxic", "waterfall"],
2079
- randomDoubleBattleMoves: ["doubleedge", "earthquake", "headsmash", "protect", "rockslide", "waterfall"],
2080
1592
  tier: "PU",
2081
1593
  doublesTier: "(DUU)",
2082
1594
  },
2083
1595
  luvdisc: {
2084
- randomBattleMoves: ["icebeam", "protect", "scald", "sweetkiss", "toxic"],
2085
1596
  tier: "(PU)",
2086
1597
  doublesTier: "(DUU)",
2087
1598
  },
@@ -2092,14 +1603,10 @@ export const FormatsData = {
2092
1603
  tier: "NFE",
2093
1604
  },
2094
1605
  salamence: {
2095
- randomBattleMoves: ["dracometeor", "dragonclaw", "dragondance", "earthquake", "fireblast", "outrage", "roost"],
2096
- randomDoubleBattleMoves: ["dracometeor", "dragonclaw", "dragondance", "earthquake", "fireblast", "hydropump", "protect", "rockslide", "tailwind"],
2097
1606
  tier: "UUBL",
2098
1607
  doublesTier: "DUU",
2099
1608
  },
2100
1609
  salamencemega: {
2101
- randomBattleMoves: ["doubleedge", "dracometeor", "dragondance", "earthquake", "fireblast", "return", "roost"],
2102
- randomDoubleBattleMoves: ["doubleedge", "dracometeor", "dragonclaw", "dragondance", "earthquake", "fireblast", "protect", "return"],
2103
1610
  tier: "Uber",
2104
1611
  doublesTier: "DOU",
2105
1612
  },
@@ -2111,117 +1618,76 @@ export const FormatsData = {
2111
1618
  doublesTier: "NFE",
2112
1619
  },
2113
1620
  metagross: {
2114
- randomBattleMoves: ["agility", "bulletpunch", "earthquake", "explosion", "icepunch", "meteormash", "stealthrock", "thunderpunch", "zenheadbutt"],
2115
- randomDoubleBattleMoves: ["bulletpunch", "earthquake", "explosion", "hammerarm", "icepunch", "meteormash", "protect", "thunderpunch", "zenheadbutt"],
2116
1621
  tier: "UU",
2117
1622
  doublesTier: "DUU",
2118
1623
  },
2119
1624
  metagrossmega: {
2120
- randomBattleMoves: ["agility", "earthquake", "hammerarm", "icepunch", "meteormash", "zenheadbutt"],
2121
- randomDoubleBattleMoves: ["earthquake", "icepunch", "meteormash", "protect", "thunderpunch", "zenheadbutt"],
2122
1625
  tier: "OU",
2123
1626
  doublesTier: "DUU",
2124
1627
  },
2125
1628
  regirock: {
2126
- randomBattleMoves: ["curse", "drainpunch", "earthquake", "rest", "stealthrock", "stoneedge", "thunderwave", "toxic"],
2127
- randomDoubleBattleMoves: ["curse", "drainpunch", "protect", "rockslide", "stealthrock", "stoneedge", "thunderwave"],
2128
1629
  tier: "NU",
2129
1630
  doublesTier: "(DUU)",
2130
1631
  },
2131
1632
  regice: {
2132
- randomBattleMoves: ["focusblast", "icebeam", "rest", "rockpolish", "sleeptalk", "thunderbolt", "thunderwave"],
2133
- randomDoubleBattleMoves: ["focusblast", "icebeam", "icywind", "protect", "rockpolish", "thunderbolt", "thunderwave"],
2134
1633
  tier: "PU",
2135
1634
  doublesTier: "(DUU)",
2136
1635
  },
2137
1636
  registeel: {
2138
- randomBattleMoves: ["curse", "ironhead", "rest", "sleeptalk", "stealthrock", "toxic"],
2139
- randomDoubleBattleMoves: ["curse", "ironhead", "protect", "rest", "seismictoss", "stealthrock", "thunderwave"],
2140
1637
  tier: "RU",
2141
1638
  doublesTier: "(DUU)",
2142
1639
  },
2143
1640
  latias: {
2144
- randomBattleMoves: ["defog", "dracometeor", "healingwish", "hiddenpowerfire", "psyshock", "roost"],
2145
- randomDoubleBattleMoves: ["dragonpulse", "healpulse", "helpinghand", "lightscreen", "protect", "psychic", "reflect", "tailwind"],
2146
1641
  tier: "OU",
2147
1642
  doublesTier: "(DUU)",
2148
1643
  },
2149
1644
  latiasmega: {
2150
- randomBattleMoves: ["calmmind", "dracometeor", "hiddenpowerfire", "psyshock", "roost", "surf"],
2151
- randomDoubleBattleMoves: ["dragonpulse", "healpulse", "helpinghand", "lightscreen", "protect", "psychic", "reflect", "tailwind"],
2152
1645
  tier: "(OU)",
2153
1646
  doublesTier: "(DUU)",
2154
1647
  },
2155
1648
  latios: {
2156
- randomBattleMoves: ["calmmind", "dracometeor", "hiddenpowerfire", "psyshock", "roost", "trick"],
2157
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "hiddenpowerfire", "protect", "psyshock", "substitute", "surf", "tailwind", "thunderbolt", "trick"],
2158
1649
  tier: "OU",
2159
1650
  doublesTier: "DOU",
2160
1651
  },
2161
1652
  latiosmega: {
2162
- randomBattleMoves: ["calmmind", "dracometeor", "earthquake", "hiddenpowerfire", "psyshock", "roost"],
2163
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "hiddenpowerfire", "protect", "psyshock", "substitute", "surf", "tailwind", "thunderbolt"],
2164
1653
  tier: "(OU)",
2165
1654
  doublesTier: "(DOU)",
2166
1655
  },
2167
1656
  kyogre: {
2168
- randomBattleMoves: ["icebeam", "originpulse", "scald", "thunder", "waterspout"],
2169
- randomDoubleBattleMoves: ["calmmind", "icebeam", "muddywater", "originpulse", "protect", "rest", "sleeptalk", "thunder", "waterspout"],
2170
1657
  tier: "Uber",
2171
1658
  doublesTier: "DUber",
2172
1659
  },
2173
- kyogreprimal: {
2174
- randomBattleMoves: ["calmmind", "icebeam", "originpulse", "rest", "scald", "sleeptalk", "thunder"],
2175
- randomDoubleBattleMoves: ["calmmind", "icebeam", "muddywater", "originpulse", "protect", "rest", "sleeptalk", "thunder", "waterspout"],
2176
- },
1660
+ kyogreprimal: {},
2177
1661
  groudon: {
2178
- randomBattleMoves: ["earthquake", "firepunch", "lavaplume", "roar", "stealthrock", "stoneedge", "thunderwave", "toxic"],
2179
- randomDoubleBattleMoves: ["dragonclaw", "firepunch", "precipiceblades", "protect", "rockpolish", "rockslide", "stoneedge", "swordsdance"],
2180
1662
  tier: "Uber",
2181
1663
  doublesTier: "DUber",
2182
1664
  },
2183
- groudonprimal: {
2184
- randomBattleMoves: ["dragontail", "firepunch", "lavaplume", "precipiceblades", "rockpolish", "stealthrock", "stoneedge", "swordsdance"],
2185
- randomDoubleBattleMoves: ["firepunch", "lavaplume", "overheat", "precipiceblades", "protect", "rockpolish", "rockslide", "stoneedge", "swordsdance"],
2186
- },
1665
+ groudonprimal: {},
2187
1666
  rayquaza: {
2188
- randomBattleMoves: ["dracometeor", "dragonascent", "dragonclaw", "dragondance", "earthquake", "extremespeed", "outrage", "vcreate"],
2189
- randomDoubleBattleMoves: ["dracometeor", "dragonclaw", "dragondance", "earthquake", "extremespeed", "protect", "tailwind", "vcreate"],
2190
1667
  tier: "Uber",
2191
1668
  doublesTier: "DUber",
2192
1669
  },
2193
1670
  rayquazamega: {
2194
- randomDoubleBattleMoves: ["dragonascent", "dragonclaw", "dragondance", "earthquake", "extremespeed", "protect", "swordsdance", "vcreate"],
2195
1671
  tier: "AG",
2196
1672
  doublesTier: "DUber",
2197
1673
  },
2198
1674
  jirachi: {
2199
- randomBattleMoves: ["bodyslam", "firepunch", "icepunch", "ironhead", "stealthrock", "substitute", "toxic", "uturn", "wish"],
2200
- randomDoubleBattleMoves: ["bodyslam", "followme", "helpinghand", "icywind", "ironhead", "protect", "thunderwave", "trickroom", "uturn", "zenheadbutt"],
2201
1675
  tier: "OU",
2202
1676
  doublesTier: "DUber",
2203
1677
  },
2204
1678
  deoxys: {
2205
- randomBattleMoves: ["extremespeed", "firepunch", "knockoff", "psychoboost", "spikes", "stealthrock", "superpower", "taunt"],
2206
- randomDoubleBattleMoves: ["extremespeed", "firepunch", "icebeam", "knockoff", "protect", "psychoboost", "psyshock", "superpower", "thunderbolt"],
2207
1679
  tier: "Uber",
2208
1680
  doublesTier: "(DUU)",
2209
1681
  },
2210
1682
  deoxysattack: {
2211
- randomBattleMoves: ["extremespeed", "firepunch", "icebeam", "knockoff", "psychoboost", "stealthrock", "superpower"],
2212
- randomDoubleBattleMoves: ["extremespeed", "firepunch", "icebeam", "knockoff", "protect", "psychoboost", "superpower", "thunderbolt"],
2213
1683
  tier: "Uber",
2214
1684
  doublesTier: "(DUU)",
2215
1685
  },
2216
1686
  deoxysdefense: {
2217
- randomBattleMoves: ["knockoff", "recover", "seismictoss", "spikes", "stealthrock", "taunt", "toxic"],
2218
- randomDoubleBattleMoves: ["lightscreen", "protect", "recover", "reflect", "seismictoss", "stealthrock", "taunt", "trickroom"],
2219
1687
  tier: "Uber",
2220
1688
  doublesTier: "(DUU)",
2221
1689
  },
2222
1690
  deoxysspeed: {
2223
- randomBattleMoves: ["knockoff", "magiccoat", "psychoboost", "spikes", "stealthrock", "superpower", "taunt"],
2224
- randomDoubleBattleMoves: ["icebeam", "knockoff", "lightscreen", "protect", "psychoboost", "reflect", "superpower", "taunt"],
2225
1691
  tier: "Uber",
2226
1692
  doublesTier: "(DUU)",
2227
1693
  },
@@ -2232,8 +1698,6 @@ export const FormatsData = {
2232
1698
  tier: "NFE",
2233
1699
  },
2234
1700
  torterra: {
2235
- randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "synthesis", "woodhammer"],
2236
- randomDoubleBattleMoves: ["earthquake", "protect", "rockpolish", "rockslide", "stoneedge", "wideguard", "woodhammer"],
2237
1701
  tier: "NU",
2238
1702
  doublesTier: "(DUU)",
2239
1703
  },
@@ -2245,8 +1709,6 @@ export const FormatsData = {
2245
1709
  doublesTier: "NFE",
2246
1710
  },
2247
1711
  infernape: {
2248
- randomBattleMoves: ["closecombat", "fireblast", "flareblitz", "grassknot", "machpunch", "stealthrock", "stoneedge", "uturn"],
2249
- randomDoubleBattleMoves: ["closecombat", "fakeout", "feint", "flareblitz", "grassknot", "heatwave", "machpunch", "protect", "stoneedge", "taunt", "thunderpunch", "uturn"],
2250
1712
  tier: "UU",
2251
1713
  doublesTier: "DUU",
2252
1714
  },
@@ -2258,8 +1720,6 @@ export const FormatsData = {
2258
1720
  doublesTier: "NFE",
2259
1721
  },
2260
1722
  empoleon: {
2261
- randomBattleMoves: ["defog", "flashcannon", "grassknot", "hydropump", "icebeam", "roar", "scald", "stealthrock", "toxic"],
2262
- randomDoubleBattleMoves: ["flashcannon", "grassknot", "hiddenpowerelectric", "icebeam", "icywind", "protect", "scald", "surf"],
2263
1723
  tier: "UU",
2264
1724
  doublesTier: "(DUU)",
2265
1725
  },
@@ -2270,8 +1730,6 @@ export const FormatsData = {
2270
1730
  tier: "NFE",
2271
1731
  },
2272
1732
  staraptor: {
2273
- randomBattleMoves: ["bravebird", "closecombat", "doubleedge", "quickattack", "uturn"],
2274
- randomDoubleBattleMoves: ["bravebird", "closecombat", "doubleedge", "protect", "quickattack", "tailwind", "uturn"],
2275
1733
  tier: "UUBL",
2276
1734
  doublesTier: "DUU",
2277
1735
  },
@@ -2279,8 +1737,6 @@ export const FormatsData = {
2279
1737
  tier: "LC",
2280
1738
  },
2281
1739
  bibarel: {
2282
- randomBattleMoves: ["curse", "quickattack", "rest", "return", "stealthrock", "waterfall"],
2283
- randomDoubleBattleMoves: ["curse", "protect", "quickattack", "rest", "return", "waterfall"],
2284
1740
  tier: "(PU)",
2285
1741
  doublesTier: "(DUU)",
2286
1742
  },
@@ -2288,8 +1744,6 @@ export const FormatsData = {
2288
1744
  tier: "LC",
2289
1745
  },
2290
1746
  kricketune: {
2291
- randomBattleMoves: ["endeavor", "knockoff", "stickyweb", "taunt", "toxic", "xscissor"],
2292
- randomDoubleBattleMoves: ["bugbite", "knockoff", "protect", "stickyweb", "taunt"],
2293
1747
  tier: "(PU)",
2294
1748
  doublesTier: "(DUU)",
2295
1749
  },
@@ -2300,8 +1754,6 @@ export const FormatsData = {
2300
1754
  tier: "NFE",
2301
1755
  },
2302
1756
  luxray: {
2303
- randomBattleMoves: ["crunch", "facade", "icefang", "superpower", "voltswitch", "wildcharge"],
2304
- randomDoubleBattleMoves: ["crunch", "facade", "icefang", "protect", "superpower", "voltswitch", "wildcharge"],
2305
1757
  tier: "(PU)",
2306
1758
  doublesTier: "(DUU)",
2307
1759
  },
@@ -2309,8 +1761,6 @@ export const FormatsData = {
2309
1761
  tier: "LC",
2310
1762
  },
2311
1763
  rampardos: {
2312
- randomBattleMoves: ["crunch", "earthquake", "firepunch", "headsmash", "rockpolish", "rockslide"],
2313
- randomDoubleBattleMoves: ["crunch", "earthquake", "headsmash", "protect", "rockslide", "stoneedge", "zenheadbutt"],
2314
1764
  tier: "PU",
2315
1765
  doublesTier: "(DUU)",
2316
1766
  },
@@ -2318,8 +1768,6 @@ export const FormatsData = {
2318
1768
  tier: "LC",
2319
1769
  },
2320
1770
  bastiodon: {
2321
- randomBattleMoves: ["metalburst", "protect", "roar", "rockblast", "stealthrock", "toxic"],
2322
- randomDoubleBattleMoves: ["guardsplit", "metalburst", "protect", "stealthrock", "stoneedge", "wideguard"],
2323
1771
  tier: "(PU)",
2324
1772
  doublesTier: "(DUU)",
2325
1773
  },
@@ -2327,26 +1775,18 @@ export const FormatsData = {
2327
1775
  tier: "LC",
2328
1776
  },
2329
1777
  wormadam: {
2330
- randomBattleMoves: ["gigadrain", "hiddenpowerrock", "protect", "signalbeam", "synthesis", "toxic"],
2331
- randomDoubleBattleMoves: ["gigadrain", "hiddenpowerice", "hiddenpowerrock", "leafstorm", "protect", "signalbeam", "stringshot"],
2332
1778
  tier: "(PU)",
2333
1779
  doublesTier: "(DUU)",
2334
1780
  },
2335
1781
  wormadamsandy: {
2336
- randomBattleMoves: ["earthquake", "protect", "stealthrock", "toxic"],
2337
- randomDoubleBattleMoves: ["earthquake", "protect", "rockblast", "stringshot", "suckerpunch"],
2338
1782
  tier: "(PU)",
2339
1783
  doublesTier: "(DUU)",
2340
1784
  },
2341
1785
  wormadamtrash: {
2342
- randomBattleMoves: ["flashcannon", "protect", "stealthrock", "toxic"],
2343
- randomDoubleBattleMoves: ["flashcannon", "protect", "stringshot", "strugglebug"],
2344
1786
  tier: "(PU)",
2345
1787
  doublesTier: "(DUU)",
2346
1788
  },
2347
1789
  mothim: {
2348
- randomBattleMoves: ["airslash", "bugbuzz", "energyball", "quiverdance", "uturn"],
2349
- randomDoubleBattleMoves: ["airslash", "bugbuzz", "gigadrain", "protect", "quiverdance", "roost"],
2350
1790
  tier: "(PU)",
2351
1791
  doublesTier: "(DUU)",
2352
1792
  },
@@ -2354,14 +1794,10 @@ export const FormatsData = {
2354
1794
  tier: "LC",
2355
1795
  },
2356
1796
  vespiquen: {
2357
- randomBattleMoves: ["infestation", "protect", "roost", "toxic", "uturn"],
2358
- randomDoubleBattleMoves: ["attackorder", "healorder", "protect", "stringshot", "strugglebug", "tailwind"],
2359
1797
  tier: "(PU)",
2360
1798
  doublesTier: "(DUU)",
2361
1799
  },
2362
1800
  pachirisu: {
2363
- randomBattleMoves: ["nuzzle", "superfang", "thunderbolt", "toxic", "uturn"],
2364
- randomDoubleBattleMoves: ["followme", "helpinghand", "nuzzle", "protect", "superfang", "thunderbolt", "uturn"],
2365
1801
  tier: "(PU)",
2366
1802
  doublesTier: "(DUU)",
2367
1803
  },
@@ -2369,8 +1805,6 @@ export const FormatsData = {
2369
1805
  tier: "LC",
2370
1806
  },
2371
1807
  floatzel: {
2372
- randomBattleMoves: ["aquajet", "brickbreak", "bulkup", "icepunch", "substitute", "taunt", "waterfall"],
2373
- randomDoubleBattleMoves: ["aquajet", "crunch", "icepunch", "protect", "raindance", "switcheroo", "taunt", "waterfall"],
2374
1808
  tier: "PU",
2375
1809
  doublesTier: "(DUU)",
2376
1810
  },
@@ -2378,20 +1812,14 @@ export const FormatsData = {
2378
1812
  tier: "LC",
2379
1813
  },
2380
1814
  cherrim: {
2381
- randomBattleMoves: ["dazzlinggleam", "energyball", "healingwish", "hiddenpowerfire", "hiddenpowerice", "synthesis"],
2382
- randomDoubleBattleMoves: ["gigadrain", "protect", "solarbeam", "sunnyday", "weatherball"],
2383
1815
  tier: "(PU)",
2384
1816
  doublesTier: "(DUU)",
2385
1817
  },
2386
- cherrimsunshine: {
2387
- randomDoubleBattleMoves: ["gigadrain", "protect", "solarbeam", "sunnyday", "weatherball"],
2388
- },
1818
+ cherrimsunshine: {},
2389
1819
  shellos: {
2390
1820
  tier: "LC",
2391
1821
  },
2392
1822
  gastrodon: {
2393
- randomBattleMoves: ["clearsmog", "earthquake", "icebeam", "recover", "scald", "toxic"],
2394
- randomDoubleBattleMoves: ["earthpower", "icebeam", "icywind", "muddywater", "protect", "recover", "scald"],
2395
1823
  tier: "NU",
2396
1824
  doublesTier: "DOU",
2397
1825
  },
@@ -2399,8 +1827,6 @@ export const FormatsData = {
2399
1827
  tier: "NFE",
2400
1828
  },
2401
1829
  drifblim: {
2402
- randomBattleMoves: ["acrobatics", "destinybond", "hex", "shadowball", "substitute", "willowisp"],
2403
- randomDoubleBattleMoves: ["destinybond", "hiddenpowerfighting", "hypnosis", "protect", "shadowball", "substitute", "thunderbolt", "willowisp"],
2404
1830
  tier: "PU",
2405
1831
  doublesTier: "(DUU)",
2406
1832
  },
@@ -2408,14 +1834,10 @@ export const FormatsData = {
2408
1834
  tier: "LC",
2409
1835
  },
2410
1836
  lopunny: {
2411
- randomBattleMoves: ["healingwish", "highjumpkick", "icepunch", "return", "switcheroo"],
2412
- randomDoubleBattleMoves: ["encore", "fakeout", "firepunch", "highjumpkick", "icepunch", "protect", "return", "switcheroo"],
2413
1837
  tier: "(PU)",
2414
1838
  doublesTier: "(DUU)",
2415
1839
  },
2416
1840
  lopunnymega: {
2417
- randomBattleMoves: ["fakeout", "highjumpkick", "icepunch", "return", "substitute"],
2418
- randomDoubleBattleMoves: ["encore", "fakeout", "highjumpkick", "icepunch", "protect", "return"],
2419
1841
  tier: "OU",
2420
1842
  doublesTier: "(DUU)",
2421
1843
  },
@@ -2423,8 +1845,6 @@ export const FormatsData = {
2423
1845
  tier: "LC",
2424
1846
  },
2425
1847
  purugly: {
2426
- randomBattleMoves: ["fakeout", "knockoff", "quickattack", "return", "suckerpunch", "uturn"],
2427
- randomDoubleBattleMoves: ["fakeout", "knockoff", "protect", "quickattack", "return", "suckerpunch", "uturn"],
2428
1848
  tier: "(PU)",
2429
1849
  doublesTier: "(DUU)",
2430
1850
  },
@@ -2432,8 +1852,6 @@ export const FormatsData = {
2432
1852
  tier: "LC",
2433
1853
  },
2434
1854
  skuntank: {
2435
- randomBattleMoves: ["crunch", "defog", "fireblast", "poisonjab", "pursuit", "suckerpunch", "taunt"],
2436
- randomDoubleBattleMoves: ["crunch", "fireblast", "playrough", "poisonjab", "protect", "snarl", "suckerpunch", "taunt"],
2437
1855
  tier: "NU",
2438
1856
  doublesTier: "(DUU)",
2439
1857
  },
@@ -2441,20 +1859,14 @@ export const FormatsData = {
2441
1859
  tier: "LC",
2442
1860
  },
2443
1861
  bronzong: {
2444
- randomBattleMoves: ["earthquake", "explosion", "ironhead", "lightscreen", "reflect", "stealthrock", "toxic"],
2445
- randomDoubleBattleMoves: ["earthquake", "explosion", "gyroball", "lightscreen", "protect", "reflect", "trickroom"],
2446
1862
  tier: "RU",
2447
1863
  doublesTier: "DUU",
2448
1864
  },
2449
1865
  chatot: {
2450
- randomBattleMoves: ["boomburst", "chatter", "heatwave", "hiddenpowerground", "nastyplot", "substitute", "uturn"],
2451
- randomDoubleBattleMoves: ["boomburst", "chatter", "encore", "heatwave", "hypervoice", "nastyplot", "protect", "substitute", "uturn"],
2452
1866
  tier: "PU",
2453
1867
  doublesTier: "(DUU)",
2454
1868
  },
2455
1869
  spiritomb: {
2456
- randomBattleMoves: ["calmmind", "darkpulse", "psychic", "pursuit", "rest", "shadowsneak", "sleeptalk", "willowisp"],
2457
- randomDoubleBattleMoves: ["darkpulse", "foulplay", "icywind", "painsplit", "protect", "shadowsneak", "snarl", "willowisp"],
2458
1870
  tier: "RU",
2459
1871
  doublesTier: "(DUU)",
2460
1872
  },
@@ -2466,14 +1878,10 @@ export const FormatsData = {
2466
1878
  doublesTier: "NFE",
2467
1879
  },
2468
1880
  garchomp: {
2469
- randomBattleMoves: ["dragonclaw", "earthquake", "fireblast", "firefang", "outrage", "stealthrock", "stoneedge", "swordsdance"],
2470
- randomDoubleBattleMoves: ["dragonclaw", "earthquake", "protect", "rockslide", "stoneedge", "substitute", "swordsdance"],
2471
1881
  tier: "OU",
2472
1882
  doublesTier: "DOU",
2473
1883
  },
2474
1884
  garchompmega: {
2475
- randomBattleMoves: ["dracometeor", "earthquake", "fireblast", "outrage", "stoneedge", "swordsdance"],
2476
- randomDoubleBattleMoves: ["dragonclaw", "earthquake", "fireblast", "protect", "rockslide", "stoneedge", "substitute", "swordsdance"],
2477
1885
  tier: "(OU)",
2478
1886
  doublesTier: "(DOU)",
2479
1887
  },
@@ -2481,14 +1889,10 @@ export const FormatsData = {
2481
1889
  tier: "LC",
2482
1890
  },
2483
1891
  lucario: {
2484
- randomBattleMoves: ["aurasphere", "closecombat", "crunch", "darkpulse", "extremespeed", "flashcannon", "icepunch", "nastyplot", "swordsdance", "vacuumwave"],
2485
- randomDoubleBattleMoves: ["aurasphere", "bulletpunch", "closecombat", "crunch", "darkpulse", "extremespeed", "flashcannon", "followme", "icepunch", "protect", "vacuumwave"],
2486
1892
  tier: "UU",
2487
1893
  doublesTier: "(DUU)",
2488
1894
  },
2489
1895
  lucariomega: {
2490
- randomBattleMoves: ["aurasphere", "bulletpunch", "closecombat", "crunch", "darkpulse", "flashcannon", "icepunch", "nastyplot", "swordsdance"],
2491
- randomDoubleBattleMoves: ["aurasphere", "bulletpunch", "closecombat", "crunch", "darkpulse", "extremespeed", "flashcannon", "followme", "icepunch", "protect", "vacuumwave"],
2492
1896
  tier: "Uber",
2493
1897
  doublesTier: "(DUU)",
2494
1898
  },
@@ -2496,8 +1900,6 @@ export const FormatsData = {
2496
1900
  tier: "LC",
2497
1901
  },
2498
1902
  hippowdon: {
2499
- randomBattleMoves: ["earthquake", "slackoff", "stealthrock", "stoneedge", "toxic", "whirlwind"],
2500
- randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "slackoff", "stealthrock", "stoneedge"],
2501
1903
  tier: "OU",
2502
1904
  doublesTier: "DUU",
2503
1905
  },
@@ -2505,8 +1907,6 @@ export const FormatsData = {
2505
1907
  tier: "LC",
2506
1908
  },
2507
1909
  drapion: {
2508
- randomBattleMoves: ["earthquake", "knockoff", "poisonjab", "pursuit", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
2509
- randomDoubleBattleMoves: ["aquatail", "earthquake", "knockoff", "poisonjab", "protect", "snarl", "swordsdance", "taunt"],
2510
1910
  tier: "RU",
2511
1911
  doublesTier: "(DUU)",
2512
1912
  },
@@ -2514,14 +1914,10 @@ export const FormatsData = {
2514
1914
  tier: "LC",
2515
1915
  },
2516
1916
  toxicroak: {
2517
- randomBattleMoves: ["drainpunch", "gunkshot", "icepunch", "substitute", "suckerpunch", "swordsdance"],
2518
- randomDoubleBattleMoves: ["drainpunch", "fakeout", "gunkshot", "icepunch", "knockoff", "protect", "substitute", "suckerpunch", "swordsdance"],
2519
1917
  tier: "UU",
2520
1918
  doublesTier: "(DUU)",
2521
1919
  },
2522
1920
  carnivine: {
2523
- randomBattleMoves: ["knockoff", "powerwhip", "return", "sleeppowder", "substitute", "swordsdance"],
2524
- randomDoubleBattleMoves: ["knockoff", "leechseed", "powerwhip", "protect", "ragepowder", "return", "sleeppowder", "substitute", "swordsdance"],
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
  lumineon: {
2532
- randomBattleMoves: ["defog", "icebeam", "scald", "toxic", "uturn"],
2533
- randomDoubleBattleMoves: ["icebeam", "protect", "raindance", "surf", "tailwind", "toxic", "uturn"],
2534
1928
  tier: "PU",
2535
1929
  doublesTier: "(DUU)",
2536
1930
  },
@@ -2538,218 +1932,116 @@ export const FormatsData = {
2538
1932
  tier: "LC",
2539
1933
  },
2540
1934
  abomasnow: {
2541
- randomBattleMoves: ["blizzard", "earthquake", "focuspunch", "gigadrain", "iceshard", "leechseed", "substitute", "woodhammer"],
2542
- randomDoubleBattleMoves: ["blizzard", "earthquake", "focusblast", "gigadrain", "iceshard", "protect", "woodhammer"],
2543
1935
  tier: "NU",
2544
1936
  doublesTier: "(DUU)",
2545
1937
  },
2546
1938
  abomasnowmega: {
2547
- randomBattleMoves: ["blizzard", "earthquake", "gigadrain", "hiddenpowerfire", "iceshard", "woodhammer"],
2548
- randomDoubleBattleMoves: ["blizzard", "earthquake", "focusblast", "gigadrain", "iceshard", "protect", "woodhammer"],
2549
1939
  tier: "RUBL",
2550
1940
  doublesTier: "DUU",
2551
1941
  },
2552
1942
  rotom: {
2553
- randomBattleMoves: ["hiddenpowerice", "painsplit", "shadowball", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2554
- randomDoubleBattleMoves: ["electroweb", "hiddenpowerice", "painsplit", "protect", "shadowball", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2555
1943
  tier: "NU",
2556
1944
  doublesTier: "(DUU)",
2557
1945
  },
2558
1946
  rotomheat: {
2559
- randomBattleMoves: ["hiddenpowerice", "overheat", "painsplit", "thunderbolt", "voltswitch", "willowisp"],
2560
- randomDoubleBattleMoves: ["electroweb", "hiddenpowerice", "overheat", "painsplit", "protect", "substitute", "thunderbolt", "voltswitch", "willowisp"],
2561
1947
  tier: "UU",
2562
1948
  doublesTier: "(DUU)",
2563
1949
  },
2564
1950
  rotomwash: {
2565
- randomBattleMoves: ["hydropump", "painsplit", "thunderbolt", "trick", "voltswitch", "willowisp"],
2566
- randomDoubleBattleMoves: ["electroweb", "hiddenpowergrass", "hiddenpowerice", "hydropump", "painsplit", "protect", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2567
1951
  tier: "OU",
2568
1952
  doublesTier: "DOU",
2569
1953
  },
2570
1954
  rotomfrost: {
2571
- randomBattleMoves: ["blizzard", "painsplit", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2572
- randomDoubleBattleMoves: ["blizzard", "electroweb", "painsplit", "protect", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2573
1955
  tier: "PU",
2574
1956
  doublesTier: "(DUU)",
2575
1957
  },
2576
1958
  rotomfan: {
2577
- randomBattleMoves: ["airslash", "painsplit", "thunderbolt", "voltswitch", "willowisp"],
2578
- randomDoubleBattleMoves: ["airslash", "discharge", "electroweb", "hiddenpowerice", "painsplit", "protect", "substitute", "thunderbolt", "voltswitch", "willowisp"],
2579
1959
  tier: "PU",
2580
1960
  doublesTier: "(DUU)",
2581
1961
  },
2582
1962
  rotommow: {
2583
- randomBattleMoves: ["hiddenpowerfire", "hiddenpowerice", "leafstorm", "thunderbolt", "trick", "voltswitch"],
2584
- randomDoubleBattleMoves: ["electroweb", "hiddenpowerfire", "leafstorm", "painsplit", "protect", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2585
1963
  tier: "RU",
2586
1964
  doublesTier: "(DUU)",
2587
1965
  },
2588
1966
  uxie: {
2589
- randomBattleMoves: ["healbell", "knockoff", "psychic", "stealthrock", "thunderwave", "uturn", "yawn"],
2590
- randomDoubleBattleMoves: ["healbell", "helpinghand", "protect", "psyshock", "skillswap", "stealthrock", "thunderbolt", "thunderwave", "uturn", "yawn"],
2591
1967
  tier: "RU",
2592
1968
  doublesTier: "(DUU)",
2593
1969
  },
2594
1970
  mesprit: {
2595
- randomBattleMoves: ["calmmind", "energyball", "healingwish", "hiddenpowerfire", "icebeam", "psychic", "psyshock", "signalbeam", "stealthrock", "uturn"],
2596
- randomDoubleBattleMoves: ["calmmind", "helpinghand", "icebeam", "knockoff", "protect", "psychic", "substitute", "thunderbolt", "trick", "uturn"],
2597
1971
  tier: "NU",
2598
1972
  doublesTier: "(DUU)",
2599
1973
  },
2600
1974
  azelf: {
2601
- randomBattleMoves: ["dazzlinggleam", "explosion", "fireblast", "knockoff", "nastyplot", "psyshock", "stealthrock", "taunt"],
2602
- randomDoubleBattleMoves: ["dazzlinggleam", "fireblast", "icepunch", "knockoff", "nastyplot", "protect", "psychic", "taunt", "thunderbolt", "uturn", "zenheadbutt"],
2603
1975
  tier: "OU",
2604
1976
  doublesTier: "(DUU)",
2605
1977
  },
2606
1978
  dialga: {
2607
- randomBattleMoves: ["dracometeor", "fireblast", "flashcannon", "roar", "stealthrock", "thunderbolt", "toxic"],
2608
- randomDoubleBattleMoves: ["aurasphere", "dracometeor", "dragonpulse", "earthpower", "fireblast", "flashcannon", "protect", "thunderbolt"],
2609
1979
  tier: "Uber",
2610
1980
  doublesTier: "DUber",
2611
1981
  },
2612
1982
  palkia: {
2613
- randomBattleMoves: ["dracometeor", "dragontail", "fireblast", "hydropump", "spacialrend", "thunderwave"],
2614
- randomDoubleBattleMoves: ["dracometeor", "fireblast", "hydropump", "protect", "spacialrend", "surf", "thunderbolt"],
2615
1983
  tier: "Uber",
2616
1984
  doublesTier: "DUber",
2617
1985
  },
2618
1986
  heatran: {
2619
- randomBattleMoves: ["earthpower", "fireblast", "flashcannon", "lavaplume", "protect", "roar", "stealthrock", "toxic"],
2620
- randomDoubleBattleMoves: ["earthpower", "eruption", "heatwave", "protect", "substitute", "willowisp"],
2621
1987
  tier: "OU",
2622
1988
  doublesTier: "DOU",
2623
1989
  },
2624
1990
  regigigas: {
2625
- randomBattleMoves: ["confuseray", "drainpunch", "knockoff", "return", "substitute", "thunderwave"],
2626
- randomDoubleBattleMoves: ["earthquake", "icywind", "knockoff", "return", "rockslide", "substitute", "thunderwave", "wideguard"],
2627
1991
  tier: "(PU)",
2628
1992
  doublesTier: "(DUU)",
2629
1993
  },
2630
1994
  giratina: {
2631
- randomBattleMoves: ["dragonpulse", "dragontail", "rest", "roar", "shadowball", "sleeptalk", "willowisp"],
2632
- randomDoubleBattleMoves: ["calmmind", "dragonpulse", "dragontail", "icywind", "protect", "shadowball", "tailwind", "willowisp"],
2633
1995
  tier: "Uber",
2634
1996
  doublesTier: "DUber",
2635
1997
  },
2636
- giratinaorigin: {
2637
- randomBattleMoves: ["defog", "dracometeor", "dragontail", "earthquake", "shadowball", "shadowsneak", "toxic", "willowisp"],
2638
- randomDoubleBattleMoves: ["aurasphere", "calmmind", "dracometeor", "dragonpulse", "earthquake", "hiddenpowerfire", "protect", "shadowball", "shadowsneak", "substitute", "tailwind", "willowisp"],
2639
- },
1998
+ giratinaorigin: {},
2640
1999
  cresselia: {
2641
- randomBattleMoves: ["calmmind", "icebeam", "moonblast", "moonlight", "psychic", "psyshock", "substitute", "thunderwave", "toxic"],
2642
- randomDoubleBattleMoves: ["helpinghand", "icebeam", "icywind", "lightscreen", "moonblast", "moonlight", "protect", "psyshock", "reflect", "skillswap", "thunderwave", "trickroom"],
2643
2000
  tier: "UU",
2644
2001
  doublesTier: "DOU",
2645
2002
  },
2646
2003
  phione: {
2647
- randomBattleMoves: ["healbell", "icebeam", "knockoff", "scald", "toxic", "uturn"],
2648
- randomDoubleBattleMoves: ["helpinghand", "icebeam", "icywind", "protect", "raindance", "rest", "scald", "uturn"],
2649
2004
  tier: "(PU)",
2650
2005
  doublesTier: "(DUU)",
2651
2006
  },
2652
2007
  manaphy: {
2653
- randomBattleMoves: ["energyball", "icebeam", "surf", "tailglow"],
2654
- randomDoubleBattleMoves: ["energyball", "helpinghand", "icebeam", "icywind", "protect", "scald", "surf", "tailglow"],
2655
2008
  tier: "OU",
2656
2009
  doublesTier: "(DUU)",
2657
2010
  },
2658
2011
  darkrai: {
2659
- randomBattleMoves: ["darkpulse", "darkvoid", "focusblast", "nastyplot", "sludgebomb", "substitute"],
2660
- randomDoubleBattleMoves: ["darkpulse", "focusblast", "nastyplot", "protect", "snarl", "substitute"],
2661
2012
  tier: "Uber",
2662
2013
  doublesTier: "(DUU)",
2663
2014
  },
2664
2015
  shaymin: {
2665
- randomBattleMoves: ["airslash", "earthpower", "leechseed", "psychic", "rest", "seedflare", "substitute"],
2666
- randomDoubleBattleMoves: ["airslash", "earthpower", "hiddenpowerfire", "leechseed", "protect", "rest", "seedflare", "substitute", "tailwind"],
2667
2016
  tier: "RUBL",
2668
2017
  doublesTier: "(DUU)",
2669
2018
  },
2670
2019
  shayminsky: {
2671
- randomBattleMoves: ["airslash", "earthpower", "hiddenpowerice", "leechseed", "seedflare", "substitute"],
2672
- randomDoubleBattleMoves: ["airslash", "earthpower", "hiddenpowerice", "leechseed", "protect", "rest", "seedflare", "substitute", "tailwind"],
2673
2020
  tier: "Uber",
2674
2021
  doublesTier: "DOU",
2675
2022
  },
2676
2023
  arceus: {
2677
- randomBattleMoves: ["earthquake", "extremespeed", "recover", "shadowclaw", "swordsdance"],
2678
- randomDoubleBattleMoves: ["earthquake", "extremespeed", "protect", "recover", "shadowclaw", "swordsdance"],
2679
2024
  tier: "Uber",
2680
2025
  doublesTier: "DUber",
2681
2026
  },
2682
- arceusbug: {
2683
- randomBattleMoves: ["earthquake", "ironhead", "recover", "stoneedge", "swordsdance", "xscissor"],
2684
- randomDoubleBattleMoves: ["earthquake", "ironhead", "protect", "recover", "stoneedge", "swordsdance", "xscissor"],
2685
- },
2686
- arceusdark: {
2687
- randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "toxic"],
2688
- randomDoubleBattleMoves: ["calmmind", "focusblast", "judgment", "protect", "recover", "safeguard", "snarl", "willowisp"],
2689
- },
2690
- arceusdragon: {
2691
- randomBattleMoves: ["defog", "earthquake", "extremespeed", "fireblast", "judgment", "outrage", "recover", "swordsdance", "willowisp"],
2692
- randomDoubleBattleMoves: ["dragonclaw", "earthquake", "extremespeed", "protect", "recover", "swordsdance"],
2693
- },
2694
- arceuselectric: {
2695
- randomBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "recover"],
2696
- randomDoubleBattleMoves: ["calmmind", "icebeam", "judgment", "protect", "recover"],
2697
- },
2698
- arceusfairy: {
2699
- randomBattleMoves: ["calmmind", "defog", "earthpower", "judgment", "recover", "toxic", "willowisp"],
2700
- randomDoubleBattleMoves: ["calmmind", "earthpower", "judgment", "protect", "recover", "thunderbolt", "willowisp"],
2701
- },
2702
- arceusfighting: {
2703
- randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "shadowball", "stoneedge"],
2704
- randomDoubleBattleMoves: ["calmmind", "icebeam", "judgment", "protect", "recover", "shadowball", "willowisp"],
2705
- },
2706
- arceusfire: {
2707
- randomBattleMoves: ["calmmind", "fireblast", "icebeam", "recover", "thunderbolt"],
2708
- randomDoubleBattleMoves: ["calmmind", "heatwave", "judgment", "protect", "recover", "thunderbolt", "willowisp"],
2709
- },
2710
- arceusflying: {
2711
- randomBattleMoves: ["calmmind", "earthpower", "fireblast", "judgment", "recover", "toxic"],
2712
- randomDoubleBattleMoves: ["calmmind", "judgment", "protect", "recover", "safeguard", "substitute", "tailwind"],
2713
- },
2714
- arceusghost: {
2715
- randomBattleMoves: ["brickbreak", "defog", "extremespeed", "judgment", "recover", "shadowclaw", "shadowforce", "swordsdance", "toxic"],
2716
- randomDoubleBattleMoves: ["brickbreak", "calmmind", "focusblast", "judgment", "protect", "recover", "shadowforce", "swordsdance", "willowisp"],
2717
- },
2718
- arceusgrass: {
2719
- randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover"],
2720
- randomDoubleBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "protect", "recover", "safeguard", "thunderwave"],
2721
- },
2722
- arceusground: {
2723
- randomBattleMoves: ["earthquake", "icebeam", "judgment", "recover", "stealthrock", "stoneedge", "swordsdance", "toxic"],
2724
- randomDoubleBattleMoves: ["calmmind", "earthquake", "icebeam", "judgment", "protect", "recover", "rockslide", "stoneedge", "swordsdance"],
2725
- },
2726
- arceusice: {
2727
- randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "thunderbolt"],
2728
- randomDoubleBattleMoves: ["calmmind", "focusblast", "icywind", "judgment", "protect", "recover", "thunderbolt"],
2729
- },
2730
- arceuspoison: {
2731
- randomBattleMoves: ["calmmind", "defog", "fireblast", "icebeam", "recover", "sludgebomb"],
2732
- randomDoubleBattleMoves: ["calmmind", "earthpower", "heatwave", "judgment", "protect", "recover", "sludgebomb", "willowisp"],
2733
- },
2734
- arceuspsychic: {
2735
- randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover", "toxic"],
2736
- randomDoubleBattleMoves: ["calmmind", "focusblast", "judgment", "protect", "psyshock", "recover", "willowisp"],
2737
- },
2738
- arceusrock: {
2739
- randomBattleMoves: ["earthquake", "judgment", "recover", "stealthrock", "stoneedge", "swordsdance", "willowisp"],
2740
- randomDoubleBattleMoves: ["earthquake", "protect", "recover", "rockslide", "stoneedge", "swordsdance"],
2741
- },
2742
- arceussteel: {
2743
- randomBattleMoves: ["defog", "earthquake", "ironhead", "judgment", "recover", "roar", "stoneedge", "swordsdance", "willowisp"],
2744
- randomDoubleBattleMoves: ["calmmind", "judgment", "protect", "recover", "willowisp"],
2745
- },
2746
- arceuswater: {
2747
- randomBattleMoves: ["calmmind", "defog", "icebeam", "judgment", "recover", "toxic"],
2748
- randomDoubleBattleMoves: ["calmmind", "fireblast", "icebeam", "icywind", "judgment", "protect", "recover", "surf"],
2749
- },
2027
+ arceusbug: {},
2028
+ arceusdark: {},
2029
+ arceusdragon: {},
2030
+ arceuselectric: {},
2031
+ arceusfairy: {},
2032
+ arceusfighting: {},
2033
+ arceusfire: {},
2034
+ arceusflying: {},
2035
+ arceusghost: {},
2036
+ arceusgrass: {},
2037
+ arceusground: {},
2038
+ arceusice: {},
2039
+ arceuspoison: {},
2040
+ arceuspsychic: {},
2041
+ arceusrock: {},
2042
+ arceussteel: {},
2043
+ arceuswater: {},
2750
2044
  victini: {
2751
- randomBattleMoves: ["blueflare", "boltstrike", "energyball", "glaciate", "uturn", "vcreate", "zenheadbutt"],
2752
- randomDoubleBattleMoves: ["blueflare", "boltstrike", "focusblast", "protect", "psychic", "uturn", "vcreate"],
2753
2045
  tier: "UUBL",
2754
2046
  doublesTier: "DUU",
2755
2047
  },
@@ -2760,8 +2052,6 @@ export const FormatsData = {
2760
2052
  tier: "NFE",
2761
2053
  },
2762
2054
  serperior: {
2763
- randomBattleMoves: ["dragonpulse", "glare", "hiddenpowerfire", "leafstorm", "leechseed", "substitute"],
2764
- randomDoubleBattleMoves: ["dragonpulse", "hiddenpowerfire", "leafstorm", "protect", "substitute", "taunt"],
2765
2055
  tier: "OU",
2766
2056
  doublesTier: "(DUU)",
2767
2057
  },
@@ -2772,8 +2062,6 @@ export const FormatsData = {
2772
2062
  tier: "NFE",
2773
2063
  },
2774
2064
  emboar: {
2775
- randomBattleMoves: ["fireblast", "flareblitz", "grassknot", "headsmash", "suckerpunch", "superpower", "wildcharge"],
2776
- randomDoubleBattleMoves: ["flamecharge", "flareblitz", "headsmash", "heatwave", "protect", "rockslide", "superpower", "wildcharge"],
2777
2065
  tier: "RU",
2778
2066
  doublesTier: "(DUU)",
2779
2067
  },
@@ -2784,8 +2072,6 @@ export const FormatsData = {
2784
2072
  tier: "NFE",
2785
2073
  },
2786
2074
  samurott: {
2787
- randomBattleMoves: ["aquajet", "grassknot", "hydropump", "icebeam", "megahorn", "superpower", "swordsdance", "waterfall"],
2788
- randomDoubleBattleMoves: ["aquajet", "helpinghand", "hiddenpowergrass", "hydropump", "icebeam", "protect", "scald", "taunt"],
2789
2075
  tier: "NU",
2790
2076
  doublesTier: "(DUU)",
2791
2077
  },
@@ -2793,8 +2079,6 @@ export const FormatsData = {
2793
2079
  tier: "LC",
2794
2080
  },
2795
2081
  watchog: {
2796
- randomBattleMoves: ["hypnosis", "knockoff", "return", "substitute", "superfang", "swordsdance"],
2797
- randomDoubleBattleMoves: ["hypnosis", "knockoff", "protect", "return", "substitute", "superfang", "swordsdance"],
2798
2082
  tier: "(PU)",
2799
2083
  doublesTier: "(DUU)",
2800
2084
  },
@@ -2805,8 +2089,6 @@ export const FormatsData = {
2805
2089
  tier: "NFE",
2806
2090
  },
2807
2091
  stoutland: {
2808
- randomBattleMoves: ["crunch", "icefang", "return", "superpower", "wildcharge"],
2809
- randomDoubleBattleMoves: ["crunch", "icefang", "protect", "return", "superpower", "wildcharge"],
2810
2092
  tier: "PU",
2811
2093
  doublesTier: "(DUU)",
2812
2094
  },
@@ -2814,8 +2096,6 @@ export const FormatsData = {
2814
2096
  tier: "LC",
2815
2097
  },
2816
2098
  liepard: {
2817
- randomBattleMoves: ["copycat", "encore", "knockoff", "playrough", "substitute", "thunderwave", "uturn"],
2818
- randomDoubleBattleMoves: ["encore", "fakeout", "knockoff", "playrough", "protect", "substitute", "suckerpunch", "thunderwave", "uturn"],
2819
2099
  tier: "NU",
2820
2100
  doublesTier: "(DUU)",
2821
2101
  },
@@ -2823,8 +2103,6 @@ export const FormatsData = {
2823
2103
  tier: "LC",
2824
2104
  },
2825
2105
  simisage: {
2826
- randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerice", "knockoff", "leafstorm", "nastyplot", "substitute", "superpower"],
2827
- randomDoubleBattleMoves: ["focusblast", "gigadrain", "helpinghand", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "nastyplot", "protect", "substitute", "synthesis", "taunt"],
2828
2106
  tier: "(PU)",
2829
2107
  doublesTier: "(DUU)",
2830
2108
  },
@@ -2832,8 +2110,6 @@ export const FormatsData = {
2832
2110
  tier: "LC",
2833
2111
  },
2834
2112
  simisear: {
2835
- randomBattleMoves: ["fireblast", "focusblast", "grassknot", "hiddenpowerrock", "nastyplot", "substitute"],
2836
- randomDoubleBattleMoves: ["fireblast", "focusblast", "grassknot", "heatwave", "hiddenpowerground", "nastyplot", "protect", "substitute", "taunt"],
2837
2113
  tier: "(PU)",
2838
2114
  doublesTier: "(DUU)",
2839
2115
  },
@@ -2841,8 +2117,6 @@ export const FormatsData = {
2841
2117
  tier: "LC",
2842
2118
  },
2843
2119
  simipour: {
2844
- randomBattleMoves: ["focusblast", "hydropump", "icebeam", "nastyplot", "substitute"],
2845
- randomDoubleBattleMoves: ["helpinghand", "hydropump", "icebeam", "nastyplot", "protect", "substitute", "surf", "taunt"],
2846
2120
  tier: "(PU)",
2847
2121
  doublesTier: "(DUU)",
2848
2122
  },
@@ -2850,8 +2124,6 @@ export const FormatsData = {
2850
2124
  tier: "LC",
2851
2125
  },
2852
2126
  musharna: {
2853
- randomBattleMoves: ["calmmind", "healbell", "moonlight", "psychic", "psyshock", "signalbeam", "thunderwave"],
2854
- randomDoubleBattleMoves: ["healbell", "helpinghand", "hiddenpowerfighting", "moonlight", "protect", "psychic", "psyshock", "signalbeam", "thunderwave", "trickroom"],
2855
2127
  tier: "PUBL",
2856
2128
  doublesTier: "(DUU)",
2857
2129
  },
@@ -2862,8 +2134,6 @@ export const FormatsData = {
2862
2134
  tier: "NFE",
2863
2135
  },
2864
2136
  unfezant: {
2865
- randomBattleMoves: ["hypnosis", "nightslash", "pluck", "return", "roost", "tailwind", "uturn"],
2866
- randomDoubleBattleMoves: ["nightslash", "pluck", "protect", "return", "roost", "tailwind", "taunt", "uturn"],
2867
2137
  tier: "(PU)",
2868
2138
  doublesTier: "(DUU)",
2869
2139
  },
@@ -2871,8 +2141,6 @@ export const FormatsData = {
2871
2141
  tier: "LC",
2872
2142
  },
2873
2143
  zebstrika: {
2874
- randomBattleMoves: ["hiddenpowergrass", "hiddenpowerice", "overheat", "thunderbolt", "voltswitch", "wildcharge"],
2875
- randomDoubleBattleMoves: ["hiddenpowergrass", "overheat", "protect", "voltswitch", "wildcharge"],
2876
2144
  tier: "PU",
2877
2145
  doublesTier: "(DUU)",
2878
2146
  },
@@ -2883,8 +2151,6 @@ export const FormatsData = {
2883
2151
  tier: "NFE",
2884
2152
  },
2885
2153
  gigalith: {
2886
- randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "superpower"],
2887
- randomDoubleBattleMoves: ["autotomize", "earthquake", "explosion", "protect", "rockslide", "stealthrock", "stoneedge", "superpower", "wideguard"],
2888
2154
  tier: "(PU)",
2889
2155
  doublesTier: "(DUU)",
2890
2156
  },
@@ -2892,8 +2158,6 @@ export const FormatsData = {
2892
2158
  tier: "LC",
2893
2159
  },
2894
2160
  swoobat: {
2895
- randomBattleMoves: ["airslash", "calmmind", "heatwave", "roost", "storedpower"],
2896
- randomDoubleBattleMoves: ["airslash", "calmmind", "gigadrain", "heatwave", "protect", "psychic", "tailwind"],
2897
2161
  tier: "(PU)",
2898
2162
  doublesTier: "(DUU)",
2899
2163
  },
@@ -2901,20 +2165,14 @@ export const FormatsData = {
2901
2165
  tier: "LC",
2902
2166
  },
2903
2167
  excadrill: {
2904
- randomBattleMoves: ["earthquake", "ironhead", "rapidspin", "rockslide", "swordsdance"],
2905
- randomDoubleBattleMoves: ["drillrun", "earthquake", "ironhead", "protect", "rockslide", "substitute", "swordsdance"],
2906
2168
  tier: "OU",
2907
2169
  doublesTier: "DUU",
2908
2170
  },
2909
2171
  audino: {
2910
- randomBattleMoves: ["doubleedge", "encore", "healbell", "knockoff", "protect", "toxic", "wish"],
2911
- randomDoubleBattleMoves: ["doubleedge", "healbell", "healpulse", "helpinghand", "lightscreen", "protect", "reflect", "thunderwave", "trickroom"],
2912
2172
  tier: "PU",
2913
2173
  doublesTier: "(DUU)",
2914
2174
  },
2915
2175
  audinomega: {
2916
- randomBattleMoves: ["calmmind", "dazzlinggleam", "fireblast", "healbell", "protect", "wish"],
2917
- randomDoubleBattleMoves: ["dazzlinggleam", "healbell", "healpulse", "helpinghand", "hypervoice", "protect", "thunderwave", "trickroom"],
2918
2176
  tier: "NU",
2919
2177
  doublesTier: "(DUU)",
2920
2178
  },
@@ -2926,8 +2184,6 @@ export const FormatsData = {
2926
2184
  doublesTier: "NFE",
2927
2185
  },
2928
2186
  conkeldurr: {
2929
- randomBattleMoves: ["bulkup", "drainpunch", "facade", "icepunch", "knockoff", "machpunch"],
2930
- randomDoubleBattleMoves: ["drainpunch", "icepunch", "knockoff", "machpunch", "protect", "wideguard"],
2931
2187
  tier: "UUBL",
2932
2188
  doublesTier: "DOU",
2933
2189
  },
@@ -2938,20 +2194,14 @@ export const FormatsData = {
2938
2194
  tier: "NFE",
2939
2195
  },
2940
2196
  seismitoad: {
2941
- randomBattleMoves: ["earthquake", "hydropump", "knockoff", "raindance", "scald", "sludgebomb", "stealthrock", "toxic"],
2942
- randomDoubleBattleMoves: ["earthquake", "hiddenpowerelectric", "hydropump", "icywind", "muddywater", "protect", "sludgebomb"],
2943
2197
  tier: "RU",
2944
2198
  doublesTier: "(DUU)",
2945
2199
  },
2946
2200
  throh: {
2947
- randomBattleMoves: ["bulkup", "circlethrow", "icepunch", "knockoff", "rest", "sleeptalk", "stormthrow"],
2948
- randomDoubleBattleMoves: ["circlethrow", "helpinghand", "icepunch", "knockoff", "protect", "stormthrow", "wideguard"],
2949
2201
  tier: "PUBL",
2950
2202
  doublesTier: "(DUU)",
2951
2203
  },
2952
2204
  sawk: {
2953
- randomBattleMoves: ["bulkup", "closecombat", "earthquake", "icepunch", "knockoff", "poisonjab"],
2954
- randomDoubleBattleMoves: ["closecombat", "icepunch", "knockoff", "protect", "rockslide"],
2955
2205
  tier: "RU",
2956
2206
  doublesTier: "(DUU)",
2957
2207
  },
@@ -2962,8 +2212,6 @@ export const FormatsData = {
2962
2212
  tier: "NFE",
2963
2213
  },
2964
2214
  leavanny: {
2965
- randomBattleMoves: ["knockoff", "leafblade", "stickyweb", "swordsdance", "xscissor"],
2966
- randomDoubleBattleMoves: ["leafblade", "poisonjab", "protect", "stickyweb", "swordsdance", "xscissor"],
2967
2215
  tier: "PU",
2968
2216
  doublesTier: "(DUU)",
2969
2217
  },
@@ -2974,8 +2222,6 @@ export const FormatsData = {
2974
2222
  tier: "NFE",
2975
2223
  },
2976
2224
  scolipede: {
2977
- randomBattleMoves: ["earthquake", "megahorn", "poisonjab", "protect", "rockslide", "spikes", "swordsdance", "toxicspikes"],
2978
- randomDoubleBattleMoves: ["aquatail", "megahorn", "poisonjab", "protect", "rockslide", "substitute", "superpower", "swordsdance"],
2979
2225
  tier: "UUBL",
2980
2226
  doublesTier: "(DUU)",
2981
2227
  },
@@ -2983,8 +2229,6 @@ export const FormatsData = {
2983
2229
  tier: "LC",
2984
2230
  },
2985
2231
  whimsicott: {
2986
- randomBattleMoves: ["encore", "energyball", "leechseed", "memento", "moonblast", "stunspore", "tailwind", "taunt", "toxic", "uturn"],
2987
- randomDoubleBattleMoves: ["dazzlinggleam", "encore", "gigadrain", "helpinghand", "leechseed", "moonblast", "protect", "stunspore", "substitute", "tailwind", "taunt", "uturn"],
2988
2232
  tier: "UU",
2989
2233
  doublesTier: "DOU",
2990
2234
  },
@@ -2992,20 +2236,14 @@ export const FormatsData = {
2992
2236
  tier: "LC",
2993
2237
  },
2994
2238
  lilligant: {
2995
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerrock", "petaldance", "quiverdance", "sleeppowder"],
2996
- randomDoubleBattleMoves: ["gigadrain", "helpinghand", "hiddenpowerfire", "hiddenpowerice", "hiddenpowerrock", "petaldance", "protect", "quiverdance", "sleeppowder"],
2997
2239
  tier: "NU",
2998
2240
  doublesTier: "(DUU)",
2999
2241
  },
3000
2242
  basculin: {
3001
- randomBattleMoves: ["aquajet", "crunch", "superpower", "waterfall", "zenheadbutt"],
3002
- randomDoubleBattleMoves: ["aquajet", "crunch", "doubleedge", "protect", "superpower", "waterfall"],
3003
2243
  tier: "PU",
3004
2244
  doublesTier: "(DUU)",
3005
2245
  },
3006
2246
  basculinbluestriped: {
3007
- randomBattleMoves: ["aquajet", "crunch", "superpower", "waterfall", "zenheadbutt"],
3008
- randomDoubleBattleMoves: ["aquajet", "crunch", "doubleedge", "protect", "superpower", "waterfall"],
3009
2247
  tier: "PU",
3010
2248
  doublesTier: "(DUU)",
3011
2249
  },
@@ -3016,8 +2254,6 @@ export const FormatsData = {
3016
2254
  tier: "NFE",
3017
2255
  },
3018
2256
  krookodile: {
3019
- randomBattleMoves: ["earthquake", "knockoff", "pursuit", "stealthrock", "stoneedge", "superpower"],
3020
- randomDoubleBattleMoves: ["earthquake", "knockoff", "protect", "stoneedge", "superpower"],
3021
2257
  tier: "UU",
3022
2258
  doublesTier: "DUU",
3023
2259
  },
@@ -3025,14 +2261,10 @@ export const FormatsData = {
3025
2261
  tier: "LC",
3026
2262
  },
3027
2263
  darmanitan: {
3028
- randomBattleMoves: ["earthquake", "flareblitz", "rockslide", "superpower", "uturn"],
3029
- randomDoubleBattleMoves: ["earthquake", "firepunch", "flareblitz", "protect", "rockslide", "superpower", "uturn"],
3030
2264
  tier: "UU",
3031
2265
  doublesTier: "(DUU)",
3032
2266
  },
3033
2267
  maractus: {
3034
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "spikes", "spikyshield", "suckerpunch", "toxic"],
3035
- randomDoubleBattleMoves: ["gigadrain", "grassyterrain", "helpinghand", "hiddenpowerfire", "leechseed", "spikyshield", "suckerpunch"],
3036
2268
  tier: "(PU)",
3037
2269
  doublesTier: "(DUU)",
3038
2270
  },
@@ -3040,8 +2272,6 @@ export const FormatsData = {
3040
2272
  tier: "LC",
3041
2273
  },
3042
2274
  crustle: {
3043
- randomBattleMoves: ["earthquake", "shellsmash", "spikes", "stealthrock", "stoneedge", "xscissor"],
3044
- randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "shellsmash", "stoneedge", "xscissor"],
3045
2275
  tier: "PU",
3046
2276
  doublesTier: "(DUU)",
3047
2277
  },
@@ -3049,14 +2279,10 @@ export const FormatsData = {
3049
2279
  tier: "LC",
3050
2280
  },
3051
2281
  scrafty: {
3052
- randomBattleMoves: ["bulkup", "dragondance", "drainpunch", "highjumpkick", "icepunch", "knockoff", "rest"],
3053
- randomDoubleBattleMoves: ["drainpunch", "fakeout", "icepunch", "knockoff", "protect", "stoneedge"],
3054
2282
  tier: "RU",
3055
2283
  doublesTier: "DOU",
3056
2284
  },
3057
2285
  sigilyph: {
3058
- randomBattleMoves: ["cosmicpower", "psychoshift", "roost", "storedpower"],
3059
- randomDoubleBattleMoves: ["airslash", "energyball", "heatwave", "icebeam", "protect", "psyshock", "shadowball", "tailwind"],
3060
2286
  tier: "RU",
3061
2287
  doublesTier: "(DUU)",
3062
2288
  },
@@ -3064,8 +2290,6 @@ export const FormatsData = {
3064
2290
  tier: "LC",
3065
2291
  },
3066
2292
  cofagrigus: {
3067
- randomBattleMoves: ["haze", "hiddenpowerfighting", "nastyplot", "painsplit", "shadowball", "toxicspikes", "trickroom", "willowisp"],
3068
- randomDoubleBattleMoves: ["hiddenpowerfighting", "nastyplot", "painsplit", "protect", "shadowball", "trickroom", "willowisp"],
3069
2293
  tier: "RU",
3070
2294
  doublesTier: "DUU",
3071
2295
  },
@@ -3073,8 +2297,6 @@ export const FormatsData = {
3073
2297
  tier: "LC",
3074
2298
  },
3075
2299
  carracosta: {
3076
- randomBattleMoves: ["aquajet", "earthquake", "hydropump", "shellsmash", "stoneedge"],
3077
- randomDoubleBattleMoves: ["aquajet", "earthquake", "protect", "rockslide", "shellsmash", "stoneedge", "waterfall", "wideguard"],
3078
2300
  tier: "PUBL",
3079
2301
  doublesTier: "(DUU)",
3080
2302
  },
@@ -3082,8 +2304,6 @@ export const FormatsData = {
3082
2304
  tier: "LC",
3083
2305
  },
3084
2306
  archeops: {
3085
- randomBattleMoves: ["acrobatics", "aquatail", "earthquake", "endeavor", "headsmash", "stoneedge", "uturn"],
3086
- randomDoubleBattleMoves: ["acrobatics", "earthquake", "protect", "rockslide", "stoneedge", "tailwind", "taunt", "uturn"],
3087
2307
  tier: "NU",
3088
2308
  doublesTier: "(DUU)",
3089
2309
  },
@@ -3091,8 +2311,6 @@ export const FormatsData = {
3091
2311
  tier: "LC",
3092
2312
  },
3093
2313
  garbodor: {
3094
- randomBattleMoves: ["drainpunch", "gunkshot", "haze", "painsplit", "spikes", "toxic", "toxicspikes"],
3095
- randomDoubleBattleMoves: ["drainpunch", "explosion", "gunkshot", "painsplit", "protect", "rockblast", "seedbomb"],
3096
2314
  tier: "NU",
3097
2315
  doublesTier: "(DUU)",
3098
2316
  },
@@ -3100,8 +2318,6 @@ export const FormatsData = {
3100
2318
  tier: "LC",
3101
2319
  },
3102
2320
  zoroark: {
3103
- randomBattleMoves: ["darkpulse", "flamethrower", "focusblast", "nastyplot", "sludgebomb", "trick"],
3104
- randomDoubleBattleMoves: ["darkpulse", "flamethrower", "focusblast", "knockoff", "nastyplot", "protect", "suckerpunch", "uturn"],
3105
2321
  tier: "RUBL",
3106
2322
  doublesTier: "(DUU)",
3107
2323
  },
@@ -3109,8 +2325,6 @@ export const FormatsData = {
3109
2325
  tier: "LC",
3110
2326
  },
3111
2327
  cinccino: {
3112
- randomBattleMoves: ["bulletseed", "knockoff", "rockblast", "tailslap", "uturn"],
3113
- randomDoubleBattleMoves: ["aquatail", "bulletseed", "knockoff", "protect", "rockblast", "tailslap", "uturn"],
3114
2328
  tier: "RU",
3115
2329
  doublesTier: "(DUU)",
3116
2330
  },
@@ -3121,8 +2335,6 @@ export const FormatsData = {
3121
2335
  tier: "NFE",
3122
2336
  },
3123
2337
  gothitelle: {
3124
- randomBattleMoves: ["calmmind", "hiddenpowerfighting", "psychic", "rest", "sleeptalk", "toxic"],
3125
- randomDoubleBattleMoves: ["energyball", "healpulse", "hiddenpowerfighting", "lightscreen", "protect", "psychic", "psyshock", "reflect", "shadowball", "taunt", "thunderbolt", "trickroom"],
3126
2338
  tier: "(PU)",
3127
2339
  doublesTier: "(DUU)",
3128
2340
  },
@@ -3133,8 +2345,6 @@ export const FormatsData = {
3133
2345
  tier: "NFE",
3134
2346
  },
3135
2347
  reuniclus: {
3136
- randomBattleMoves: ["calmmind", "focusblast", "psychic", "psyshock", "recover", "shadowball", "trickroom"],
3137
- randomDoubleBattleMoves: ["energyball", "focusblast", "helpinghand", "hiddenpowerfire", "protect", "psychic", "psyshock", "shadowball", "trickroom"],
3138
2348
  tier: "UU",
3139
2349
  doublesTier: "DUU",
3140
2350
  },
@@ -3142,8 +2352,6 @@ export const FormatsData = {
3142
2352
  tier: "LC",
3143
2353
  },
3144
2354
  swanna: {
3145
- randomBattleMoves: ["airslash", "defog", "hurricane", "icebeam", "raindance", "roost", "scald"],
3146
- randomDoubleBattleMoves: ["airslash", "hurricane", "icebeam", "protect", "raindance", "roost", "scald", "surf", "tailwind"],
3147
2355
  tier: "PU",
3148
2356
  doublesTier: "(DUU)",
3149
2357
  },
@@ -3154,8 +2362,6 @@ export const FormatsData = {
3154
2362
  tier: "NFE",
3155
2363
  },
3156
2364
  vanilluxe: {
3157
- randomBattleMoves: ["autotomize", "explosion", "flashcannon", "freezedry", "hiddenpowerground", "icebeam"],
3158
- randomDoubleBattleMoves: ["autotomize", "flashcannon", "freezedry", "hiddenpowerground", "icebeam", "protect", "taunt"],
3159
2365
  tier: "(PU)",
3160
2366
  doublesTier: "(DUU)",
3161
2367
  },
@@ -3163,14 +2369,10 @@ export const FormatsData = {
3163
2369
  tier: "LC",
3164
2370
  },
3165
2371
  sawsbuck: {
3166
- randomBattleMoves: ["hornleech", "jumpkick", "return", "substitute", "swordsdance"],
3167
- randomDoubleBattleMoves: ["hornleech", "jumpkick", "protect", "return", "substitute", "swordsdance", "synthesis"],
3168
2372
  tier: "(PU)",
3169
2373
  doublesTier: "(DUU)",
3170
2374
  },
3171
2375
  emolga: {
3172
- randomBattleMoves: ["acrobatics", "encore", "knockoff", "roost", "thunderbolt", "toxic", "uturn"],
3173
- randomDoubleBattleMoves: ["airslash", "encore", "helpinghand", "protect", "roost", "substitute", "tailwind", "thunderbolt"],
3174
2376
  tier: "(PU)",
3175
2377
  doublesTier: "(DUU)",
3176
2378
  },
@@ -3178,8 +2380,6 @@ export const FormatsData = {
3178
2380
  tier: "LC",
3179
2381
  },
3180
2382
  escavalier: {
3181
- randomBattleMoves: ["drillrun", "ironhead", "knockoff", "megahorn", "pursuit", "swordsdance"],
3182
- randomDoubleBattleMoves: ["drillrun", "ironhead", "knockoff", "megahorn", "protect", "swordsdance"],
3183
2383
  tier: "RU",
3184
2384
  doublesTier: "DUU",
3185
2385
  },
@@ -3187,8 +2387,6 @@ export const FormatsData = {
3187
2387
  tier: "LC",
3188
2388
  },
3189
2389
  amoonguss: {
3190
- randomBattleMoves: ["foulplay", "gigadrain", "hiddenpowerfire", "sludgebomb", "spore", "synthesis"],
3191
- randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "protect", "ragepowder", "sludgebomb", "spore", "stunspore", "synthesis"],
3192
2390
  tier: "OU",
3193
2391
  doublesTier: "DOU",
3194
2392
  },
@@ -3196,14 +2394,10 @@ export const FormatsData = {
3196
2394
  tier: "LC",
3197
2395
  },
3198
2396
  jellicent: {
3199
- randomBattleMoves: ["icebeam", "recover", "scald", "shadowball", "taunt", "toxic", "willowisp"],
3200
- randomDoubleBattleMoves: ["icebeam", "icywind", "protect", "recover", "scald", "shadowball", "trickroom", "waterspout", "willowisp"],
3201
2397
  tier: "RU",
3202
2398
  doublesTier: "DUU",
3203
2399
  },
3204
2400
  alomomola: {
3205
- randomBattleMoves: ["knockoff", "protect", "scald", "toxic", "wish"],
3206
- randomDoubleBattleMoves: ["helpinghand", "icywind", "knockoff", "protect", "scald", "wideguard", "wish"],
3207
2401
  tier: "RU",
3208
2402
  doublesTier: "(DUU)",
3209
2403
  },
@@ -3211,8 +2405,6 @@ export const FormatsData = {
3211
2405
  tier: "LC",
3212
2406
  },
3213
2407
  galvantula: {
3214
- randomBattleMoves: ["bugbuzz", "gigadrain", "hiddenpowerice", "stickyweb", "thunder", "voltswitch"],
3215
- randomDoubleBattleMoves: ["bugbuzz", "gigadrain", "hiddenpowerice", "protect", "stickyweb", "thunder", "voltswitch"],
3216
2408
  tier: "UU",
3217
2409
  doublesTier: "(DUU)",
3218
2410
  },
@@ -3221,8 +2413,6 @@ export const FormatsData = {
3221
2413
  doublesTier: "LC",
3222
2414
  },
3223
2415
  ferrothorn: {
3224
- randomBattleMoves: ["gyroball", "knockoff", "leechseed", "powerwhip", "protect", "spikes", "stealthrock"],
3225
- randomDoubleBattleMoves: ["gyroball", "knockoff", "leechseed", "powerwhip", "protect", "stealthrock"],
3226
2416
  tier: "OU",
3227
2417
  doublesTier: "DOU",
3228
2418
  },
@@ -3233,8 +2423,6 @@ export const FormatsData = {
3233
2423
  tier: "NFE",
3234
2424
  },
3235
2425
  klinklang: {
3236
- randomBattleMoves: ["geargrind", "return", "shiftgear", "substitute", "wildcharge"],
3237
- randomDoubleBattleMoves: ["geargrind", "protect", "return", "shiftgear", "wildcharge"],
3238
2426
  tier: "NU",
3239
2427
  doublesTier: "(DUU)",
3240
2428
  },
@@ -3245,8 +2433,6 @@ export const FormatsData = {
3245
2433
  tier: "NFE",
3246
2434
  },
3247
2435
  eelektross: {
3248
- randomBattleMoves: ["flamethrower", "gigadrain", "hiddenpowerice", "knockoff", "superpower", "thunderbolt", "uturn"],
3249
- randomDoubleBattleMoves: ["flamethrower", "gigadrain", "knockoff", "protect", "thunderbolt", "uturn", "voltswitch"],
3250
2436
  tier: "RU",
3251
2437
  doublesTier: "(DUU)",
3252
2438
  },
@@ -3254,8 +2440,6 @@ export const FormatsData = {
3254
2440
  tier: "LC",
3255
2441
  },
3256
2442
  beheeyem: {
3257
- randomBattleMoves: ["hiddenpowerfighting", "nastyplot", "psychic", "psyshock", "signalbeam", "thunderbolt", "trick", "trickroom"],
3258
- randomDoubleBattleMoves: ["hiddenpowerfighting", "nastyplot", "protect", "psychic", "recover", "signalbeam", "thunderbolt", "trick", "trickroom"],
3259
2443
  tier: "PU",
3260
2444
  doublesTier: "(DUU)",
3261
2445
  },
@@ -3266,8 +2450,6 @@ export const FormatsData = {
3266
2450
  tier: "NFE",
3267
2451
  },
3268
2452
  chandelure: {
3269
- randomBattleMoves: ["calmmind", "energyball", "fireblast", "hiddenpowerground", "painsplit", "shadowball", "substitute", "trick"],
3270
- randomDoubleBattleMoves: ["energyball", "heatwave", "hiddenpowerice", "overheat", "protect", "shadowball", "trick"],
3271
2453
  tier: "UU",
3272
2454
  doublesTier: "DUU",
3273
2455
  },
@@ -3278,8 +2460,6 @@ export const FormatsData = {
3278
2460
  tier: "NFE",
3279
2461
  },
3280
2462
  haxorus: {
3281
- randomBattleMoves: ["dragondance", "earthquake", "outrage", "poisonjab", "swordsdance"],
3282
- randomDoubleBattleMoves: ["dragonclaw", "dragondance", "earthquake", "poisonjab", "protect", "substitute", "swordsdance"],
3283
2463
  tier: "UU",
3284
2464
  doublesTier: "(DUU)",
3285
2465
  },
@@ -3287,14 +2467,10 @@ export const FormatsData = {
3287
2467
  tier: "LC",
3288
2468
  },
3289
2469
  beartic: {
3290
- randomBattleMoves: ["aquajet", "iciclecrash", "nightslash", "stoneedge", "superpower", "swordsdance"],
3291
- randomDoubleBattleMoves: ["aquajet", "iciclecrash", "nightslash", "protect", "stoneedge", "superpower", "swordsdance"],
3292
2470
  tier: "(PU)",
3293
2471
  doublesTier: "(DUU)",
3294
2472
  },
3295
2473
  cryogonal: {
3296
- randomBattleMoves: ["freezedry", "haze", "hiddenpowerground", "icebeam", "rapidspin", "recover", "toxic"],
3297
- randomDoubleBattleMoves: ["freezedry", "hiddenpowerground", "icebeam", "icywind", "protect", "recover", "reflect"],
3298
2474
  tier: "PU",
3299
2475
  doublesTier: "(DUU)",
3300
2476
  },
@@ -3302,14 +2478,10 @@ export const FormatsData = {
3302
2478
  tier: "LC",
3303
2479
  },
3304
2480
  accelgor: {
3305
- randomBattleMoves: ["bugbuzz", "encore", "energyball", "focusblast", "hiddenpowerrock", "spikes", "yawn"],
3306
- randomDoubleBattleMoves: ["bugbuzz", "encore", "focusblast", "gigadrain", "hiddenpowerrock", "protect", "sludgebomb", "yawn"],
3307
2481
  tier: "RU",
3308
2482
  doublesTier: "(DUU)",
3309
2483
  },
3310
2484
  stunfisk: {
3311
- randomBattleMoves: ["discharge", "earthpower", "foulplay", "rest", "sleeptalk", "stealthrock", "toxic"],
3312
- randomDoubleBattleMoves: ["discharge", "earthpower", "electroweb", "protect", "scald", "stealthrock"],
3313
2485
  tier: "PU",
3314
2486
  doublesTier: "(DUU)",
3315
2487
  },
@@ -3317,14 +2489,10 @@ export const FormatsData = {
3317
2489
  tier: "LC",
3318
2490
  },
3319
2491
  mienshao: {
3320
- randomBattleMoves: ["fakeout", "highjumpkick", "knockoff", "poisonjab", "stoneedge", "swordsdance", "uturn"],
3321
- randomDoubleBattleMoves: ["drainpunch", "fakeout", "feint", "highjumpkick", "knockoff", "protect", "stoneedge", "swordsdance", "uturn", "wideguard"],
3322
2492
  tier: "UU",
3323
2493
  doublesTier: "(DUU)",
3324
2494
  },
3325
2495
  druddigon: {
3326
- randomBattleMoves: ["dragontail", "earthquake", "firepunch", "glare", "gunkshot", "outrage", "stealthrock", "suckerpunch", "taunt"],
3327
- randomDoubleBattleMoves: ["dragonclaw", "earthquake", "firepunch", "glare", "protect", "suckerpunch", "superpower", "thunderpunch"],
3328
2496
  tier: "RU",
3329
2497
  doublesTier: "(DUU)",
3330
2498
  },
@@ -3332,8 +2500,6 @@ export const FormatsData = {
3332
2500
  tier: "LC",
3333
2501
  },
3334
2502
  golurk: {
3335
- randomBattleMoves: ["dynamicpunch", "earthquake", "icepunch", "rockpolish", "shadowpunch", "stealthrock", "stoneedge"],
3336
- randomDoubleBattleMoves: ["dynamicpunch", "earthquake", "icepunch", "protect", "rockpolish", "shadowpunch", "stoneedge"],
3337
2503
  tier: "NU",
3338
2504
  doublesTier: "(DUU)",
3339
2505
  },
@@ -3342,14 +2508,10 @@ export const FormatsData = {
3342
2508
  doublesTier: "LC",
3343
2509
  },
3344
2510
  bisharp: {
3345
- randomBattleMoves: ["ironhead", "knockoff", "lowkick", "suckerpunch", "swordsdance"],
3346
- randomDoubleBattleMoves: ["brickbreak", "ironhead", "knockoff", "protect", "substitute", "suckerpunch", "swordsdance"],
3347
2511
  tier: "OU",
3348
2512
  doublesTier: "DOU",
3349
2513
  },
3350
2514
  bouffalant: {
3351
- randomBattleMoves: ["earthquake", "headcharge", "megahorn", "stoneedge", "superpower", "swordsdance"],
3352
- randomDoubleBattleMoves: ["earthquake", "headcharge", "megahorn", "protect", "stoneedge", "superpower", "swordsdance"],
3353
2515
  tier: "PU",
3354
2516
  doublesTier: "(DUU)",
3355
2517
  },
@@ -3357,8 +2519,6 @@ export const FormatsData = {
3357
2519
  tier: "LC",
3358
2520
  },
3359
2521
  braviary: {
3360
- randomBattleMoves: ["bravebird", "bulkup", "return", "roost", "substitute", "superpower", "uturn"],
3361
- randomDoubleBattleMoves: ["bravebird", "bulkup", "protect", "return", "rockslide", "roost", "skydrop", "superpower", "tailwind", "uturn"],
3362
2522
  tier: "RU",
3363
2523
  doublesTier: "(DUU)",
3364
2524
  },
@@ -3367,20 +2527,14 @@ export const FormatsData = {
3367
2527
  doublesTier: "LC",
3368
2528
  },
3369
2529
  mandibuzz: {
3370
- randomBattleMoves: ["bravebird", "defog", "foulplay", "roost", "taunt", "toxic", "uturn"],
3371
- randomDoubleBattleMoves: ["bravebird", "knockoff", "protect", "roost", "snarl", "tailwind", "taunt", "uturn"],
3372
2530
  tier: "UU",
3373
2531
  doublesTier: "(DUU)",
3374
2532
  },
3375
2533
  heatmor: {
3376
- randomBattleMoves: ["fireblast", "gigadrain", "knockoff", "suckerpunch", "superpower"],
3377
- randomDoubleBattleMoves: ["fireblast", "focusblast", "gigadrain", "heatwave", "protect", "suckerpunch"],
3378
2534
  tier: "(PU)",
3379
2535
  doublesTier: "(DUU)",
3380
2536
  },
3381
2537
  durant: {
3382
- randomBattleMoves: ["honeclaws", "ironhead", "stoneedge", "superpower", "xscissor"],
3383
- randomDoubleBattleMoves: ["honeclaws", "ironhead", "protect", "rockslide", "superpower", "xscissor"],
3384
2538
  tier: "RUBL",
3385
2539
  doublesTier: "(DUU)",
3386
2540
  },
@@ -3391,8 +2545,6 @@ export const FormatsData = {
3391
2545
  tier: "NFE",
3392
2546
  },
3393
2547
  hydreigon: {
3394
- randomBattleMoves: ["darkpulse", "dracometeor", "fireblast", "flashcannon", "roost", "superpower", "uturn"],
3395
- randomDoubleBattleMoves: ["darkpulse", "dracometeor", "dragonpulse", "earthpower", "fireblast", "flashcannon", "protect", "roost", "superpower", "tailwind", "uturn"],
3396
2548
  tier: "UU",
3397
2549
  doublesTier: "DOU",
3398
2550
  },
@@ -3400,98 +2552,66 @@ export const FormatsData = {
3400
2552
  tier: "LC",
3401
2553
  },
3402
2554
  volcarona: {
3403
- randomBattleMoves: ["bugbuzz", "fierydance", "fireblast", "gigadrain", "hiddenpowerice", "quiverdance", "roost"],
3404
- randomDoubleBattleMoves: ["bugbuzz", "fierydance", "fireblast", "gigadrain", "heatwave", "hiddenpowerice", "protect", "quiverdance", "ragepowder", "roost", "tailwind", "willowisp"],
3405
2555
  tier: "UUBL",
3406
2556
  doublesTier: "DUU",
3407
2557
  },
3408
2558
  cobalion: {
3409
- randomBattleMoves: ["closecombat", "ironhead", "stealthrock", "stoneedge", "substitute", "swordsdance", "taunt", "voltswitch"],
3410
- randomDoubleBattleMoves: ["closecombat", "ironhead", "protect", "stoneedge", "substitute", "swordsdance", "thunderwave"],
3411
2559
  tier: "UU",
3412
2560
  doublesTier: "(DUU)",
3413
2561
  },
3414
2562
  terrakion: {
3415
- randomBattleMoves: ["closecombat", "earthquake", "quickattack", "stoneedge", "substitute", "swordsdance"],
3416
- randomDoubleBattleMoves: ["closecombat", "earthquake", "protect", "rockslide", "stoneedge", "substitute"],
3417
2563
  tier: "UUBL",
3418
2564
  doublesTier: "DOU",
3419
2565
  },
3420
2566
  virizion: {
3421
- randomBattleMoves: ["closecombat", "leafblade", "stoneedge", "swordsdance"],
3422
- randomDoubleBattleMoves: ["closecombat", "leafblade", "protect", "stoneedge", "swordsdance", "synthesis", "taunt"],
3423
2567
  tier: "RU",
3424
2568
  doublesTier: "(DUU)",
3425
2569
  },
3426
2570
  tornadus: {
3427
- randomBattleMoves: ["acrobatics", "bulkup", "knockoff", "rest", "sleeptalk", "superpower", "tailwind"],
3428
- randomDoubleBattleMoves: ["airslash", "focusblast", "heatwave", "hurricane", "protect", "skydrop", "substitute", "superpower", "tailwind", "taunt", "uturn"],
3429
2571
  tier: "UU",
3430
2572
  doublesTier: "DUU",
3431
2573
  },
3432
2574
  tornadustherian: {
3433
- randomBattleMoves: ["heatwave", "hurricane", "knockoff", "superpower", "taunt", "uturn"],
3434
- randomDoubleBattleMoves: ["airslash", "focusblast", "heatwave", "hurricane", "protect", "skydrop", "tailwind", "taunt", "uturn"],
3435
2575
  tier: "OU",
3436
2576
  doublesTier: "(DUU)",
3437
2577
  },
3438
2578
  thundurus: {
3439
- randomBattleMoves: ["focusblast", "hiddenpowerflying", "hiddenpowerice", "knockoff", "nastyplot", "substitute", "taunt", "thunderbolt", "thunderwave"],
3440
- randomDoubleBattleMoves: ["focusblast", "hiddenpowerflying", "hiddenpowerice", "knockoff", "nastyplot", "protect", "substitute", "taunt", "thunderbolt", "thunderwave"],
3441
2579
  tier: "OU",
3442
2580
  doublesTier: "DOU",
3443
2581
  },
3444
2582
  thundurustherian: {
3445
- randomBattleMoves: ["focusblast", "hiddenpowerflying", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
3446
- randomDoubleBattleMoves: ["focusblast", "hiddenpowerflying", "hiddenpowerice", "nastyplot", "protect", "thunderbolt", "voltswitch"],
3447
2583
  tier: "UUBL",
3448
2584
  doublesTier: "(DUU)",
3449
2585
  },
3450
2586
  reshiram: {
3451
- randomBattleMoves: ["blueflare", "dracometeor", "earthpower", "roost", "stoneedge", "toxic"],
3452
- randomDoubleBattleMoves: ["blueflare", "dracometeor", "dragonpulse", "flamecharge", "heatwave", "protect", "roost", "tailwind"],
3453
2587
  tier: "Uber",
3454
2588
  doublesTier: "DUber",
3455
2589
  },
3456
2590
  zekrom: {
3457
- randomBattleMoves: ["boltstrike", "dracometeor", "dragonclaw", "honeclaws", "outrage", "roost", "substitute", "voltswitch"],
3458
- randomDoubleBattleMoves: ["boltstrike", "dracometeor", "dragonclaw", "fusionbolt", "honeclaws", "protect", "roost", "substitute", "tailwind", "voltswitch"],
3459
2591
  tier: "Uber",
3460
2592
  doublesTier: "DUber",
3461
2593
  },
3462
2594
  landorus: {
3463
- randomBattleMoves: ["calmmind", "earthpower", "focusblast", "knockoff", "psychic", "rockpolish", "rockslide", "sludgewave", "stealthrock"],
3464
- randomDoubleBattleMoves: ["earthpower", "focusblast", "hiddenpowerice", "protect", "psychic", "rockslide", "sludgebomb"],
3465
2595
  tier: "Uber",
3466
2596
  doublesTier: "(DUU)",
3467
2597
  },
3468
2598
  landorustherian: {
3469
- randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "superpower", "swordsdance", "uturn"],
3470
- randomDoubleBattleMoves: ["earthquake", "knockoff", "protect", "rockslide", "stoneedge", "superpower", "uturn"],
3471
2599
  tier: "OU",
3472
2600
  doublesTier: "DOU",
3473
2601
  },
3474
2602
  kyurem: {
3475
- randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "icebeam", "outrage", "roost", "substitute"],
3476
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "focusblast", "glaciate", "icebeam", "protect", "roost", "substitute"],
3477
2603
  tier: "RUBL",
3478
2604
  doublesTier: "(DUU)",
3479
2605
  },
3480
2606
  kyuremblack: {
3481
- randomBattleMoves: ["dragonclaw", "earthpower", "fusionbolt", "icebeam", "outrage", "roost", "substitute"],
3482
- randomDoubleBattleMoves: ["dragonclaw", "earthpower", "fusionbolt", "honeclaws", "icebeam", "protect", "roost", "substitute"],
3483
2607
  tier: "OU",
3484
2608
  doublesTier: "DOU",
3485
2609
  },
3486
2610
  kyuremwhite: {
3487
- randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "fusionflare", "icebeam", "roost", "toxic"],
3488
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "focusblast", "fusionflare", "icebeam", "protect", "roost"],
3489
2611
  tier: "Uber",
3490
2612
  doublesTier: "DUber",
3491
2613
  },
3492
2614
  keldeo: {
3493
- randomBattleMoves: ["calmmind", "hiddenpowerelectric", "hydropump", "icywind", "scald", "secretsword", "substitute"],
3494
- randomDoubleBattleMoves: ["hiddenpowerelectric", "hiddenpowerflying", "hydropump", "icywind", "protect", "secretsword", "substitute", "surf", "taunt"],
3495
2615
  tier: "OU",
3496
2616
  doublesTier: "DOU",
3497
2617
  },
@@ -3500,18 +2620,11 @@ export const FormatsData = {
3500
2620
  doublesTier: "DOU",
3501
2621
  },
3502
2622
  meloetta: {
3503
- randomBattleMoves: ["calmmind", "focusblast", "hypervoice", "psyshock", "shadowball", "trick", "uturn"],
3504
- randomDoubleBattleMoves: ["calmmind", "focusblast", "hypervoice", "protect", "psyshock", "shadowball", "thunderbolt"],
3505
2623
  tier: "RU",
3506
2624
  doublesTier: "(DUU)",
3507
2625
  },
3508
- meloettapirouette: {
3509
- randomBattleMoves: ["closecombat", "knockoff", "relicsong", "return"],
3510
- randomDoubleBattleMoves: ["closecombat", "knockoff", "protect", "relicsong", "return"],
3511
- },
2626
+ meloettapirouette: {},
3512
2627
  genesect: {
3513
- randomBattleMoves: ["blazekick", "extremespeed", "flamethrower", "icebeam", "ironhead", "shiftgear", "technoblast", "thunderbolt", "uturn"],
3514
- randomDoubleBattleMoves: ["blazekick", "bugbuzz", "extremespeed", "flamethrower", "icebeam", "ironhead", "protect", "shiftgear", "thunderbolt", "uturn"],
3515
2628
  tier: "Uber",
3516
2629
  doublesTier: "DUU",
3517
2630
  },
@@ -3538,8 +2651,6 @@ export const FormatsData = {
3538
2651
  tier: "NFE",
3539
2652
  },
3540
2653
  chesnaught: {
3541
- randomBattleMoves: ["drainpunch", "leechseed", "spikes", "spikyshield", "synthesis", "woodhammer"],
3542
- randomDoubleBattleMoves: ["hammerarm", "leechseed", "rockslide", "spikyshield", "stoneedge", "synthesis", "woodhammer"],
3543
2654
  tier: "UU",
3544
2655
  doublesTier: "(DUU)",
3545
2656
  },
@@ -3550,8 +2661,6 @@ export const FormatsData = {
3550
2661
  tier: "NFE",
3551
2662
  },
3552
2663
  delphox: {
3553
- randomBattleMoves: ["calmmind", "fireblast", "grassknot", "psyshock", "shadowball", "switcheroo"],
3554
- randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "fireblast", "grassknot", "heatwave", "protect", "psyshock", "shadowball", "switcheroo"],
3555
2664
  tier: "RU",
3556
2665
  doublesTier: "(DUU)",
3557
2666
  },
@@ -3562,8 +2671,6 @@ export const FormatsData = {
3562
2671
  tier: "NFE",
3563
2672
  },
3564
2673
  greninja: {
3565
- randomBattleMoves: ["gunkshot", "hydropump", "icebeam", "spikes", "taunt", "toxicspikes", "uturn"],
3566
- randomDoubleBattleMoves: ["darkpulse", "hydropump", "icebeam", "matblock", "protect", "surf", "taunt", "uturn"],
3567
2674
  tier: "Uber",
3568
2675
  doublesTier: "(DUU)",
3569
2676
  },
@@ -3571,8 +2678,6 @@ export const FormatsData = {
3571
2678
  tier: "LC",
3572
2679
  },
3573
2680
  diggersby: {
3574
- randomBattleMoves: ["agility", "earthquake", "knockoff", "quickattack", "return", "swordsdance", "uturn", "wildcharge"],
3575
- randomDoubleBattleMoves: ["earthquake", "protect", "quickattack", "return", "uturn", "wildcharge"],
3576
2681
  tier: "UUBL",
3577
2682
  doublesTier: "(DUU)",
3578
2683
  },
@@ -3584,8 +2689,6 @@ export const FormatsData = {
3584
2689
  doublesTier: "NFE",
3585
2690
  },
3586
2691
  talonflame: {
3587
- randomBattleMoves: ["bravebird", "flareblitz", "roost", "swordsdance", "tailwind", "uturn", "willowisp"],
3588
- randomDoubleBattleMoves: ["bravebird", "flareblitz", "protect", "roost", "swordsdance", "tailwind", "taunt", "uturn", "willowisp"],
3589
2692
  tier: "OU",
3590
2693
  doublesTier: "DOU",
3591
2694
  },
@@ -3596,8 +2699,6 @@ export const FormatsData = {
3596
2699
  tier: "NFE",
3597
2700
  },
3598
2701
  vivillon: {
3599
- randomBattleMoves: ["energyball", "hurricane", "quiverdance", "sleeppowder", "substitute"],
3600
- randomDoubleBattleMoves: ["bugbuzz", "hurricane", "protect", "quiverdance", "roost", "sleeppowder"],
3601
2702
  tier: "NU",
3602
2703
  doublesTier: "(DUU)",
3603
2704
  },
@@ -3605,8 +2706,6 @@ export const FormatsData = {
3605
2706
  tier: "LC",
3606
2707
  },
3607
2708
  pyroar: {
3608
- randomBattleMoves: ["darkpulse", "fireblast", "hypervoice", "solarbeam", "sunnyday", "willowisp"],
3609
- randomDoubleBattleMoves: ["fireblast", "hypervoice", "protect", "solarbeam", "sunnyday", "willowisp"],
3610
2709
  tier: "NU",
3611
2710
  doublesTier: "(DUU)",
3612
2711
  },
@@ -3617,14 +2716,10 @@ export const FormatsData = {
3617
2716
  tier: "NFE",
3618
2717
  },
3619
2718
  floetteeternal: {
3620
- randomBattleMoves: ["hiddenpowerfire", "hiddenpowerground", "lightofruin", "moonblast", "psychic"],
3621
- randomDoubleBattleMoves: ["aromatherapy", "calmmind", "dazzlinggleam", "lightofruin", "protect", "psychic", "wish"],
3622
2719
  isNonstandard: "Unobtainable",
3623
2720
  tier: "Illegal",
3624
2721
  },
3625
2722
  florges: {
3626
- randomBattleMoves: ["aromatherapy", "calmmind", "moonblast", "protect", "synthesis", "toxic", "wish"],
3627
- randomDoubleBattleMoves: ["aromatherapy", "calmmind", "dazzlinggleam", "moonblast", "protect", "psychic", "wish"],
3628
2723
  tier: "UU",
3629
2724
  doublesTier: "(DUU)",
3630
2725
  },
@@ -3632,8 +2727,6 @@ export const FormatsData = {
3632
2727
  tier: "LC",
3633
2728
  },
3634
2729
  gogoat: {
3635
- randomBattleMoves: ["bulkup", "earthquake", "hornleech", "leechseed", "milkdrink", "rockslide", "substitute"],
3636
- randomDoubleBattleMoves: ["brickbreak", "bulkup", "earthquake", "hornleech", "leechseed", "milkdrink", "protect", "rockslide"],
3637
2730
  tier: "(PU)",
3638
2731
  doublesTier: "(DUU)",
3639
2732
  },
@@ -3641,14 +2734,10 @@ export const FormatsData = {
3641
2734
  tier: "LC",
3642
2735
  },
3643
2736
  pangoro: {
3644
- randomBattleMoves: ["drainpunch", "gunkshot", "icepunch", "knockoff", "partingshot", "superpower"],
3645
- randomDoubleBattleMoves: ["circlethrow", "crunch", "earthquake", "hammerarm", "icepunch", "partingshot", "poisonjab", "protect"],
3646
2737
  tier: "RUBL",
3647
2738
  doublesTier: "(DUU)",
3648
2739
  },
3649
2740
  furfrou: {
3650
- randomBattleMoves: ["cottonguard", "rest", "return", "substitute", "suckerpunch", "thunderwave", "toxic", "uturn"],
3651
- randomDoubleBattleMoves: ["cottonguard", "protect", "return", "snarl", "suckerpunch", "thunderwave", "uturn", "wildcharge"],
3652
2741
  tier: "(PU)",
3653
2742
  doublesTier: "(DUU)",
3654
2743
  },
@@ -3656,14 +2745,10 @@ export const FormatsData = {
3656
2745
  tier: "LC",
3657
2746
  },
3658
2747
  meowstic: {
3659
- randomBattleMoves: ["healbell", "lightscreen", "psychic", "reflect", "thunderwave", "toxic", "yawn"],
3660
- randomDoubleBattleMoves: ["fakeout", "lightscreen", "protect", "psychic", "reflect", "safeguard", "thunderwave"],
3661
2748
  tier: "(PU)",
3662
2749
  doublesTier: "(DUU)",
3663
2750
  },
3664
2751
  meowsticf: {
3665
- randomBattleMoves: ["calmmind", "energyball", "psychic", "psyshock", "shadowball", "thunderbolt"],
3666
- randomDoubleBattleMoves: ["darkpulse", "energyball", "fakeout", "helpinghand", "protect", "psyshock", "signalbeam", "thunderbolt"],
3667
2752
  tier: "(PU)",
3668
2753
  doublesTier: "(DUU)",
3669
2754
  },
@@ -3671,27 +2756,18 @@ export const FormatsData = {
3671
2756
  tier: "LC",
3672
2757
  },
3673
2758
  doublade: {
3674
- randomBattleMoves: ["ironhead", "sacredsword", "shadowclaw", "shadowsneak", "swordsdance"],
3675
- randomDoubleBattleMoves: ["ironhead", "protect", "rockslide", "sacredsword", "shadowclaw", "shadowsneak", "swordsdance"],
3676
2759
  tier: "UU",
3677
2760
  doublesTier: "NFE",
3678
2761
  },
3679
2762
  aegislash: {
3680
- randomBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak"],
3681
- randomDoubleBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak"],
3682
2763
  tier: "Uber",
3683
2764
  doublesTier: "DOU",
3684
2765
  },
3685
- aegislashblade: {
3686
- randomBattleMoves: ["ironhead", "sacredsword", "shadowclaw", "shadowsneak", "swordsdance"],
3687
- randomDoubleBattleMoves: ["ironhead", "kingsshield", "sacredsword", "shadowclaw", "shadowsneak", "swordsdance"],
3688
- },
2766
+ aegislashblade: {},
3689
2767
  spritzee: {
3690
2768
  tier: "LC",
3691
2769
  },
3692
2770
  aromatisse: {
3693
- randomBattleMoves: ["aromatherapy", "moonblast", "protect", "toxic", "wish"],
3694
- randomDoubleBattleMoves: ["aromatherapy", "healpulse", "moonblast", "protect", "thunderbolt", "trickroom", "wish"],
3695
2771
  tier: "RU",
3696
2772
  doublesTier: "DUU",
3697
2773
  },
@@ -3699,8 +2775,6 @@ export const FormatsData = {
3699
2775
  tier: "NFE",
3700
2776
  },
3701
2777
  slurpuff: {
3702
- randomBattleMoves: ["bellydrum", "drainpunch", "playrough", "return"],
3703
- randomDoubleBattleMoves: ["bellydrum", "dazzlinggleam", "drainpunch", "flamethrower", "playrough", "protect", "psychic", "return", "surf"],
3704
2778
  tier: "UUBL",
3705
2779
  doublesTier: "(DUU)",
3706
2780
  },
@@ -3708,8 +2782,6 @@ export const FormatsData = {
3708
2782
  tier: "LC",
3709
2783
  },
3710
2784
  malamar: {
3711
- randomBattleMoves: ["knockoff", "psychocut", "rest", "sleeptalk", "superpower"],
3712
- randomDoubleBattleMoves: ["knockoff", "protect", "psychocut", "rockslide", "superpower", "trickroom"],
3713
2785
  tier: "NU",
3714
2786
  doublesTier: "(DUU)",
3715
2787
  },
@@ -3717,8 +2789,6 @@ export const FormatsData = {
3717
2789
  tier: "LC",
3718
2790
  },
3719
2791
  barbaracle: {
3720
- randomBattleMoves: ["crosschop", "earthquake", "razorshell", "shellsmash", "stealthrock", "stoneedge"],
3721
- randomDoubleBattleMoves: ["crosschop", "earthquake", "protect", "razorshell", "rockslide", "shellsmash"],
3722
2792
  tier: "NU",
3723
2793
  doublesTier: "(DUU)",
3724
2794
  },
@@ -3726,8 +2796,6 @@ export const FormatsData = {
3726
2796
  tier: "LC",
3727
2797
  },
3728
2798
  dragalge: {
3729
- randomBattleMoves: ["dracometeor", "dragonpulse", "focusblast", "hiddenpowerfire", "scald", "sludgewave", "toxicspikes"],
3730
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "focusblast", "hiddenpowerfire", "protect", "scald", "sludgebomb"],
3731
2799
  tier: "RUBL",
3732
2800
  doublesTier: "(DUU)",
3733
2801
  },
@@ -3735,8 +2803,6 @@ export const FormatsData = {
3735
2803
  tier: "LC",
3736
2804
  },
3737
2805
  clawitzer: {
3738
- randomBattleMoves: ["aurasphere", "darkpulse", "icebeam", "scald", "uturn", "waterpulse"],
3739
- randomDoubleBattleMoves: ["aurasphere", "darkpulse", "helpinghand", "icebeam", "muddywater", "protect", "uturn", "waterpulse"],
3740
2806
  tier: "RU",
3741
2807
  doublesTier: "(DUU)",
3742
2808
  },
@@ -3744,8 +2810,6 @@ export const FormatsData = {
3744
2810
  tier: "LC",
3745
2811
  },
3746
2812
  heliolisk: {
3747
- randomBattleMoves: ["darkpulse", "hiddenpowerice", "hypervoice", "raindance", "surf", "thunderbolt", "voltswitch"],
3748
- randomDoubleBattleMoves: ["darkpulse", "hiddenpowerice", "protect", "raindance", "surf", "thunder", "thunderbolt", "voltswitch"],
3749
2813
  tier: "UU",
3750
2814
  doublesTier: "(DUU)",
3751
2815
  },
@@ -3753,8 +2817,6 @@ export const FormatsData = {
3753
2817
  tier: "LC",
3754
2818
  },
3755
2819
  tyrantrum: {
3756
- randomBattleMoves: ["dragonclaw", "dragondance", "earthquake", "headsmash", "outrage", "stealthrock", "superpower"],
3757
- randomDoubleBattleMoves: ["dragonclaw", "dragondance", "earthquake", "firefang", "headsmash", "icefang", "protect", "rockslide"],
3758
2820
  tier: "RUBL",
3759
2821
  doublesTier: "(DUU)",
3760
2822
  },
@@ -3762,32 +2824,22 @@ export const FormatsData = {
3762
2824
  tier: "LC",
3763
2825
  },
3764
2826
  aurorus: {
3765
- randomBattleMoves: ["ancientpower", "blizzard", "earthpower", "freezedry", "hypervoice", "stealthrock", "thunderwave"],
3766
- randomDoubleBattleMoves: ["ancientpower", "flashcannon", "freezedry", "hypervoice", "icywind", "protect", "thunderwave"],
3767
2827
  tier: "NU",
3768
2828
  doublesTier: "(DUU)",
3769
2829
  },
3770
2830
  sylveon: {
3771
- randomBattleMoves: ["calmmind", "hiddenpowerfire", "hypervoice", "protect", "psyshock", "wish"],
3772
- randomDoubleBattleMoves: ["calmmind", "helpinghand", "hiddenpowerground", "hypervoice", "protect", "psyshock", "shadowball", "wish"],
3773
2831
  tier: "UU",
3774
2832
  doublesTier: "DOU",
3775
2833
  },
3776
2834
  hawlucha: {
3777
- randomBattleMoves: ["acrobatics", "highjumpkick", "roost", "stoneedge", "substitute", "swordsdance"],
3778
- randomDoubleBattleMoves: ["encore", "highjumpkick", "protect", "skydrop", "stoneedge", "swordsdance", "uturn"],
3779
2835
  tier: "UUBL",
3780
2836
  doublesTier: "(DUU)",
3781
2837
  },
3782
2838
  dedenne: {
3783
- randomBattleMoves: ["grassknot", "hiddenpowerice", "nuzzle", "recycle", "substitute", "thunderbolt", "toxic"],
3784
- randomDoubleBattleMoves: ["grassknot", "helpinghand", "hiddenpowerice", "nuzzle", "protect", "thunderbolt", "uturn", "voltswitch"],
3785
2839
  tier: "(PU)",
3786
2840
  doublesTier: "(DUU)",
3787
2841
  },
3788
2842
  carbink: {
3789
- randomBattleMoves: ["explosion", "lightscreen", "moonblast", "powergem", "reflect", "stealthrock"],
3790
- randomDoubleBattleMoves: ["explosion", "lightscreen", "moonblast", "powergem", "protect", "reflect", "trickroom"],
3791
2843
  tier: "(PU)",
3792
2844
  doublesTier: "(DUU)",
3793
2845
  },
@@ -3798,14 +2850,10 @@ export const FormatsData = {
3798
2850
  tier: "NFE",
3799
2851
  },
3800
2852
  goodra: {
3801
- randomBattleMoves: ["dracometeor", "dragontail", "earthquake", "fireblast", "powerwhip", "sludgebomb", "thunderbolt"],
3802
- randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "focusblast", "icebeam", "muddywater", "protect", "thunderbolt"],
3803
2853
  tier: "UU",
3804
2854
  doublesTier: "DUU",
3805
2855
  },
3806
2856
  klefki: {
3807
- randomBattleMoves: ["foulplay", "lightscreen", "playrough", "reflect", "spikes", "thunderwave", "toxic"],
3808
- randomDoubleBattleMoves: ["dazzlinggleam", "flashcannon", "lightscreen", "playrough", "protect", "reflect", "safeguard", "substitute", "thunderwave"],
3809
2857
  tier: "UU",
3810
2858
  doublesTier: "(DUU)",
3811
2859
  },
@@ -3813,8 +2861,6 @@ export const FormatsData = {
3813
2861
  tier: "LC",
3814
2862
  },
3815
2863
  trevenant: {
3816
- randomBattleMoves: ["earthquake", "hornleech", "rest", "rockslide", "shadowclaw", "trickroom", "woodhammer"],
3817
- randomDoubleBattleMoves: ["earthquake", "hornleech", "leechseed", "protect", "rockslide", "shadowclaw", "trickroom", "willowisp", "woodhammer"],
3818
2864
  tier: "PU",
3819
2865
  doublesTier: "(DUU)",
3820
2866
  },
@@ -3831,26 +2877,18 @@ export const FormatsData = {
3831
2877
  tier: "LC",
3832
2878
  },
3833
2879
  gourgeist: {
3834
- randomBattleMoves: ["leechseed", "seedbomb", "shadowsneak", "substitute", "synthesis", "willowisp"],
3835
- randomDoubleBattleMoves: ["explosion", "leechseed", "painsplit", "phantomforce", "protect", "seedbomb", "shadowsneak", "willowisp"],
3836
2880
  tier: "(PU)",
3837
2881
  doublesTier: "(DUU)",
3838
2882
  },
3839
2883
  gourgeistsmall: {
3840
- randomBattleMoves: ["leechseed", "seedbomb", "shadowsneak", "substitute", "synthesis", "willowisp"],
3841
- randomDoubleBattleMoves: ["explosion", "leechseed", "painsplit", "phantomforce", "protect", "seedbomb", "shadowsneak", "willowisp"],
3842
2884
  tier: "(PU)",
3843
2885
  doublesTier: "(DUU)",
3844
2886
  },
3845
2887
  gourgeistlarge: {
3846
- randomBattleMoves: ["leechseed", "seedbomb", "shadowsneak", "substitute", "synthesis", "willowisp"],
3847
- randomDoubleBattleMoves: ["explosion", "leechseed", "painsplit", "phantomforce", "protect", "seedbomb", "shadowsneak", "trickroom", "willowisp"],
3848
2888
  tier: "(PU)",
3849
2889
  doublesTier: "(DUU)",
3850
2890
  },
3851
2891
  gourgeistsuper: {
3852
- randomBattleMoves: ["leechseed", "seedbomb", "shadowsneak", "substitute", "synthesis", "willowisp"],
3853
- randomDoubleBattleMoves: ["explosion", "leechseed", "painsplit", "phantomforce", "protect", "seedbomb", "shadowsneak", "trickroom", "willowisp"],
3854
2892
  tier: "PU",
3855
2893
  doublesTier: "(DUU)",
3856
2894
  },
@@ -3858,8 +2896,6 @@ export const FormatsData = {
3858
2896
  tier: "LC",
3859
2897
  },
3860
2898
  avalugg: {
3861
- randomBattleMoves: ["avalanche", "earthquake", "rapidspin", "recover", "roar", "toxic"],
3862
- randomDoubleBattleMoves: ["avalanche", "earthquake", "protect", "recover"],
3863
2899
  tier: "PU",
3864
2900
  doublesTier: "(DUU)",
3865
2901
  },
@@ -3867,56 +2903,38 @@ export const FormatsData = {
3867
2903
  tier: "LC",
3868
2904
  },
3869
2905
  noivern: {
3870
- randomBattleMoves: ["boomburst", "dracometeor", "flamethrower", "hurricane", "roost", "switcheroo", "taunt", "uturn"],
3871
- randomDoubleBattleMoves: ["airslash", "boomburst", "dracometeor", "dragonpulse", "flamethrower", "focusblast", "hurricane", "protect", "roost", "switcheroo", "tailwind", "taunt", "uturn"],
3872
2906
  tier: "RUBL",
3873
2907
  doublesTier: "(DUU)",
3874
2908
  },
3875
2909
  xerneas: {
3876
- randomBattleMoves: ["focusblast", "geomancy", "hiddenpowerfire", "moonblast", "psyshock", "thunderbolt"],
3877
- randomDoubleBattleMoves: ["closecombat", "dazzlinggleam", "focusblast", "geomancy", "hiddenpowerfire", "protect", "psyshock", "rockslide", "thunder", "thunderbolt"],
3878
2910
  tier: "Uber",
3879
2911
  doublesTier: "DUber",
3880
2912
  },
3881
2913
  yveltal: {
3882
- randomBattleMoves: ["darkpulse", "foulplay", "oblivionwing", "roost", "suckerpunch", "taunt", "toxic", "uturn"],
3883
- randomDoubleBattleMoves: ["darkpulse", "focusblast", "hurricane", "oblivionwing", "protect", "roost", "skydrop", "snarl", "suckerpunch", "taunt"],
3884
2914
  tier: "Uber",
3885
2915
  doublesTier: "DUber",
3886
2916
  },
3887
2917
  zygarde: {
3888
- randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "glare", "outrage", "stoneedge"],
3889
- randomDoubleBattleMoves: ["coil", "dragondance", "extremespeed", "glare", "landswrath", "protect", "rockslide", "stoneedge"],
3890
2918
  tier: "UUBL",
3891
2919
  doublesTier: "(DUU)",
3892
2920
  },
3893
2921
  diancie: {
3894
- randomBattleMoves: ["diamondstorm", "earthpower", "hiddenpowerfire", "lightscreen", "moonblast", "reflect", "stealthrock"],
3895
- randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "diamondstorm", "lightscreen", "moonblast", "protect", "psychic", "reflect", "safeguard", "substitute"],
3896
2922
  tier: "RU",
3897
2923
  doublesTier: "DUU",
3898
2924
  },
3899
2925
  dianciemega: {
3900
- randomBattleMoves: ["calmmind", "diamondstorm", "earthpower", "hiddenpowerfire", "moonblast"],
3901
- randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "diamondstorm", "earthpower", "hiddenpowerfire", "moonblast", "protect", "psyshock"],
3902
2926
  tier: "OU",
3903
2927
  doublesTier: "DOU",
3904
2928
  },
3905
2929
  hoopa: {
3906
- randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "shadowball", "trick"],
3907
- randomDoubleBattleMoves: ["focusblast", "hyperspacehole", "protect", "psychic", "shadowball", "trickroom"],
3908
2930
  tier: "RU",
3909
2931
  doublesTier: "(DUU)",
3910
2932
  },
3911
2933
  hoopaunbound: {
3912
- randomBattleMoves: ["darkpulse", "drainpunch", "focusblast", "gunkshot", "hyperspacefury", "nastyplot", "psychic", "substitute", "trick", "zenheadbutt"],
3913
- randomDoubleBattleMoves: ["darkpulse", "drainpunch", "focusblast", "gunkshot", "hyperspacefury", "icepunch", "protect", "psychic", "zenheadbutt"],
3914
2934
  tier: "Uber",
3915
2935
  doublesTier: "DOU",
3916
2936
  },
3917
2937
  volcanion: {
3918
- randomBattleMoves: ["earthpower", "fireblast", "hiddenpowerice", "sludgewave", "steameruption", "substitute", "superpower"],
3919
- randomDoubleBattleMoves: ["earthquake", "heatwave", "protect", "rockslide", "sludgebomb", "steameruption", "substitute"],
3920
2938
  tier: "OU",
3921
2939
  doublesTier: "DOU",
3922
2940
  },