@pkmn/sim 0.7.26 → 0.7.28

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