@pkmn/sim 0.7.26 → 0.7.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/build/cjs/config/formats.js +27 -9
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/conditions.js +5 -1
  4. package/build/cjs/data/conditions.js.map +1 -1
  5. package/build/cjs/data/formats-data.js +3 -3
  6. package/build/cjs/data/formats-data.js.map +1 -1
  7. package/build/cjs/data/mods/gen1/formats-data.js +0 -317
  8. package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
  9. package/build/cjs/data/mods/gen1/moves.js +2 -2
  10. package/build/cjs/data/mods/gen2/formats-data.js +0 -140
  11. package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
  12. package/build/cjs/data/mods/gen3/formats-data.js +0 -220
  13. package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
  14. package/build/cjs/data/mods/gen4/formats-data.js +18 -333
  15. package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
  16. package/build/cjs/data/mods/gen5/formats-data.js +19 -430
  17. package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
  18. package/build/cjs/data/mods/gen6/formats-data.js +26 -1008
  19. package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
  20. package/build/cjs/data/mods/gen7/formats-data.js +25 -1193
  21. package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
  22. package/build/cjs/data/mods/gen8/formats-data.js +5 -1861
  23. package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
  24. package/build/cjs/data/moves.js +1 -6
  25. package/build/cjs/data/moves.js.map +1 -1
  26. package/build/cjs/data/rulesets.js +1 -1
  27. package/build/cjs/data/rulesets.js.map +1 -1
  28. package/build/cjs/data/text/moves.js +3 -3
  29. package/build/cjs/data/text/moves.js.map +1 -1
  30. package/build/cjs/sim/tools/exhaustive-runner.js +39 -26
  31. package/build/cjs/sim/tools/exhaustive-runner.js.map +1 -1
  32. package/build/esm/config/formats.mjs +27 -9
  33. package/build/esm/config/formats.mjs.map +1 -1
  34. package/build/esm/data/conditions.mjs +5 -1
  35. package/build/esm/data/conditions.mjs.map +1 -1
  36. package/build/esm/data/formats-data.mjs +3 -3
  37. package/build/esm/data/formats-data.mjs.map +1 -1
  38. package/build/esm/data/mods/gen1/formats-data.mjs +0 -317
  39. package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
  40. package/build/esm/data/mods/gen1/moves.mjs +2 -2
  41. package/build/esm/data/mods/gen2/formats-data.mjs +0 -140
  42. package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
  43. package/build/esm/data/mods/gen3/formats-data.mjs +0 -220
  44. package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
  45. package/build/esm/data/mods/gen4/formats-data.mjs +18 -333
  46. package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
  47. package/build/esm/data/mods/gen5/formats-data.mjs +19 -430
  48. package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
  49. package/build/esm/data/mods/gen6/formats-data.mjs +26 -1008
  50. package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
  51. package/build/esm/data/mods/gen7/formats-data.mjs +25 -1193
  52. package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
  53. package/build/esm/data/mods/gen8/formats-data.mjs +5 -1861
  54. package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
  55. package/build/esm/data/moves.mjs +1 -6
  56. package/build/esm/data/moves.mjs.map +1 -1
  57. package/build/esm/data/rulesets.mjs +1 -1
  58. package/build/esm/data/rulesets.mjs.map +1 -1
  59. package/build/esm/data/text/moves.mjs +3 -3
  60. package/build/esm/data/text/moves.mjs.map +1 -1
  61. package/build/esm/sim/tools/exhaustive-runner.mjs +39 -26
  62. package/build/esm/sim/tools/exhaustive-runner.mjs.map +1 -1
  63. package/build/types/sim/exported-global-types.d.ts +4 -3
  64. package/build/types/sim/global-types.d.ts +4 -3
  65. package/build/types/sim/tools/exhaustive-runner.d.ts +3 -2
  66. package/package.json +1 -1
@@ -6,7 +6,6 @@ export const FormatsData = {
6
6
  tier: "NFE",
7
7
  },
8
8
  venusaur: {
9
- randomBattleMoves: ["hiddenpowerfire", "hiddenpowerice", "leechseed", "naturepower", "powerwhip", "sleeppowder", "sludgebomb", "swordsdance", "synthesis"],
10
9
  tier: "(OU)",
11
10
  doublesTier: "DOU",
12
11
  },
@@ -17,7 +16,6 @@ export const FormatsData = {
17
16
  tier: "NFE",
18
17
  },
19
18
  charizard: {
20
- randomBattleMoves: ["airslash", "dragonpulse", "fireblast", "focusblast", "hiddenpowergrass", "roost"],
21
19
  tier: "NU",
22
20
  doublesTier: "DOU",
23
21
  },
@@ -29,7 +27,6 @@ export const FormatsData = {
29
27
  doublesTier: "NFE",
30
28
  },
31
29
  blastoise: {
32
- randomBattleMoves: ["icebeam", "protect", "rapidspin", "scald", "toxic"],
33
30
  tier: "UU",
34
31
  doublesTier: "DUU",
35
32
  },
@@ -40,7 +37,6 @@ export const FormatsData = {
40
37
  tier: "NFE",
41
38
  },
42
39
  butterfree: {
43
- randomBattleMoves: ["bugbuzz", "hiddenpowerrock", "psychic", "quiverdance", "sleeppowder", "substitute"],
44
40
  tier: "(PU)",
45
41
  doublesTier: "DUU",
46
42
  },
@@ -51,7 +47,6 @@ export const FormatsData = {
51
47
  tier: "NFE",
52
48
  },
53
49
  beedrill: {
54
- randomBattleMoves: ["drillrun", "poisonjab", "tailwind", "toxicspikes", "uturn"],
55
50
  tier: "(PU)",
56
51
  doublesTier: "DUU",
57
52
  },
@@ -62,7 +57,6 @@ export const FormatsData = {
62
57
  tier: "NFE",
63
58
  },
64
59
  pidgeot: {
65
- randomBattleMoves: ["bravebird", "heatwave", "quickattack", "return", "roost", "uturn", "workup"],
66
60
  tier: "(PU)",
67
61
  doublesTier: "DUU",
68
62
  },
@@ -70,7 +64,6 @@ export const FormatsData = {
70
64
  tier: "LC",
71
65
  },
72
66
  raticate: {
73
- randomBattleMoves: ["crunch", "facade", "flamewheel", "suckerpunch", "swordsdance", "uturn"],
74
67
  tier: "(PU)",
75
68
  doublesTier: "DUU",
76
69
  },
@@ -78,7 +71,6 @@ export const FormatsData = {
78
71
  tier: "LC",
79
72
  },
80
73
  fearow: {
81
- randomBattleMoves: ["doubleedge", "drillpeck", "drillrun", "pursuit", "quickattack", "return", "roost", "uturn"],
82
74
  tier: "(PU)",
83
75
  doublesTier: "DUU",
84
76
  },
@@ -86,7 +78,6 @@ export const FormatsData = {
86
78
  tier: "LC",
87
79
  },
88
80
  arbok: {
89
- randomBattleMoves: ["aquatail", "coil", "earthquake", "glare", "gunkshot", "rest", "seedbomb", "suckerpunch"],
90
81
  tier: "(PU)",
91
82
  doublesTier: "DUU",
92
83
  },
@@ -94,11 +85,9 @@ export const FormatsData = {
94
85
  tier: "LC",
95
86
  },
96
87
  pikachu: {
97
- randomBattleMoves: ["extremespeed", "grassknot", "hiddenpowerice", "voltswitch", "volttackle"],
98
88
  tier: "NFE",
99
89
  },
100
90
  raichu: {
101
- randomBattleMoves: ["encore", "focusblast", "grassknot", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
102
91
  tier: "(PU)",
103
92
  doublesTier: "DUU",
104
93
  },
@@ -106,7 +95,6 @@ export const FormatsData = {
106
95
  tier: "LC",
107
96
  },
108
97
  sandslash: {
109
- randomBattleMoves: ["earthquake", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
110
98
  tier: "RU",
111
99
  doublesTier: "DUU",
112
100
  },
@@ -117,7 +105,6 @@ export const FormatsData = {
117
105
  tier: "NFE",
118
106
  },
119
107
  nidoqueen: {
120
- randomBattleMoves: ["earthpower", "fireblast", "icebeam", "sludgewave", "stealthrock", "toxicspikes"],
121
108
  tier: "UU",
122
109
  doublesTier: "DUU",
123
110
  },
@@ -128,7 +115,6 @@ export const FormatsData = {
128
115
  tier: "NFE",
129
116
  },
130
117
  nidoking: {
131
- randomBattleMoves: ["earthpower", "fireblast", "icebeam", "sludgewave", "substitute", "superpower"],
132
118
  tier: "UU",
133
119
  doublesTier: "DUU",
134
120
  },
@@ -139,7 +125,6 @@ export const FormatsData = {
139
125
  tier: "NFE",
140
126
  },
141
127
  clefable: {
142
- randomBattleMoves: ["calmmind", "doubleedge", "icebeam", "softboiled", "stealthrock", "thunderbolt", "thunderwave"],
143
128
  tier: "RU",
144
129
  doublesTier: "DUU",
145
130
  },
@@ -147,7 +132,6 @@ export const FormatsData = {
147
132
  tier: "NFE",
148
133
  },
149
134
  ninetales: {
150
- randomBattleMoves: ["fireblast", "nastyplot", "painsplit", "solarbeam", "substitute", "willowisp"],
151
135
  tier: "OU",
152
136
  doublesTier: "DOU",
153
137
  },
@@ -158,7 +142,6 @@ export const FormatsData = {
158
142
  tier: "NFE",
159
143
  },
160
144
  wigglytuff: {
161
- randomBattleMoves: ["doubleedge", "fireblast", "healbell", "protect", "stealthrock", "toxic", "wish"],
162
145
  tier: "(PU)",
163
146
  doublesTier: "DUU",
164
147
  },
@@ -170,7 +153,6 @@ export const FormatsData = {
170
153
  doublesTier: "NFE",
171
154
  },
172
155
  crobat: {
173
- randomBattleMoves: ["bravebird", "heatwave", "roost", "sludgebomb", "superfang", "taunt", "toxic", "uturn"],
174
156
  tier: "UU",
175
157
  doublesTier: "DUU",
176
158
  },
@@ -181,12 +163,10 @@ export const FormatsData = {
181
163
  tier: "NFE",
182
164
  },
183
165
  vileplume: {
184
- randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerfire", "leechseed", "sleeppowder", "sludgebomb", "synthesis"],
185
166
  tier: "PU",
186
167
  doublesTier: "DUU",
187
168
  },
188
169
  bellossom: {
189
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerrock", "leafstorm", "leechseed", "sleeppowder", "stunspore", "synthesis"],
190
170
  tier: "(PU)",
191
171
  doublesTier: "DUU",
192
172
  },
@@ -194,7 +174,6 @@ export const FormatsData = {
194
174
  tier: "LC",
195
175
  },
196
176
  parasect: {
197
- randomBattleMoves: ["aromatherapy", "leechseed", "seedbomb", "spore", "stunspore", "synthesis", "xscissor"],
198
177
  tier: "(PU)",
199
178
  doublesTier: "DUU",
200
179
  },
@@ -202,7 +181,6 @@ export const FormatsData = {
202
181
  tier: "LC",
203
182
  },
204
183
  venomoth: {
205
- randomBattleMoves: ["bugbuzz", "quiverdance", "roost", "sleeppowder", "substitute"],
206
184
  tier: "RUBL",
207
185
  doublesTier: "DUU",
208
186
  },
@@ -210,7 +188,6 @@ export const FormatsData = {
210
188
  tier: "LC",
211
189
  },
212
190
  dugtrio: {
213
- randomBattleMoves: ["aerialace", "earthquake", "stealthrock", "stoneedge"],
214
191
  tier: "(OU)",
215
192
  doublesTier: "DUU",
216
193
  },
@@ -218,7 +195,6 @@ export const FormatsData = {
218
195
  tier: "LC",
219
196
  },
220
197
  persian: {
221
- randomBattleMoves: ["bite", "fakeout", "return", "switcheroo", "taunt", "uturn", "waterpulse"],
222
198
  tier: "(PU)",
223
199
  doublesTier: "DUU",
224
200
  },
@@ -226,7 +202,6 @@ export const FormatsData = {
226
202
  tier: "LC",
227
203
  },
228
204
  golduck: {
229
- randomBattleMoves: ["calmmind", "encore", "focusblast", "hydropump", "icebeam", "psyshock", "scald"],
230
205
  tier: "PU",
231
206
  doublesTier: "DUU",
232
207
  },
@@ -234,7 +209,6 @@ export const FormatsData = {
234
209
  tier: "LC",
235
210
  },
236
211
  primeape: {
237
- randomBattleMoves: ["closecombat", "honeclaws", "icepunch", "stoneedge", "uturn"],
238
212
  tier: "NU",
239
213
  doublesTier: "DUU",
240
214
  },
@@ -242,7 +216,6 @@ export const FormatsData = {
242
216
  tier: "LC",
243
217
  },
244
218
  arcanine: {
245
- randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "hiddenpowergrass", "morningsun", "wildcharge", "willowisp"],
246
219
  tier: "UU",
247
220
  doublesTier: "DOU",
248
221
  },
@@ -253,12 +226,10 @@ export const FormatsData = {
253
226
  tier: "NFE",
254
227
  },
255
228
  poliwrath: {
256
- randomBattleMoves: ["circlethrow", "rest", "scald", "sleeptalk"],
257
229
  tier: "RU",
258
230
  doublesTier: "DUU",
259
231
  },
260
232
  politoed: {
261
- randomBattleMoves: ["encore", "focusblast", "hiddenpowergrass", "hypnosis", "icebeam", "protect", "scald", "toxic"],
262
233
  tier: "OU",
263
234
  doublesTier: "DOU",
264
235
  },
@@ -270,7 +241,6 @@ export const FormatsData = {
270
241
  doublesTier: "NFE",
271
242
  },
272
243
  alakazam: {
273
- randomBattleMoves: ["calmmind", "encore", "focusblast", "psychic", "psyshock", "shadowball"],
274
244
  tier: "OU",
275
245
  doublesTier: "DUU",
276
246
  },
@@ -281,7 +251,6 @@ export const FormatsData = {
281
251
  tier: "NFE",
282
252
  },
283
253
  machamp: {
284
- randomBattleMoves: ["bulkup", "bulletpunch", "dynamicpunch", "icepunch", "payback", "stoneedge"],
285
254
  tier: "UU",
286
255
  doublesTier: "DUU",
287
256
  },
@@ -292,7 +261,6 @@ export const FormatsData = {
292
261
  tier: "NFE",
293
262
  },
294
263
  victreebel: {
295
- randomBattleMoves: ["powerwhip", "sleeppowder", "sludgebomb", "suckerpunch", "sunnyday", "weatherball"],
296
264
  tier: "PU",
297
265
  doublesTier: "DUU",
298
266
  },
@@ -301,7 +269,6 @@ export const FormatsData = {
301
269
  doublesTier: "LC",
302
270
  },
303
271
  tentacruel: {
304
- randomBattleMoves: ["gigadrain", "icebeam", "protect", "rapidspin", "scald", "toxic", "toxicspikes"],
305
272
  tier: "OU",
306
273
  doublesTier: "DUU",
307
274
  },
@@ -312,7 +279,6 @@ export const FormatsData = {
312
279
  tier: "NFE",
313
280
  },
314
281
  golem: {
315
- randomBattleMoves: ["earthquake", "explosion", "rockblast", "stealthrock", "suckerpunch", "toxic"],
316
282
  tier: "NU",
317
283
  doublesTier: "DUU",
318
284
  },
@@ -320,7 +286,6 @@ export const FormatsData = {
320
286
  tier: "LC",
321
287
  },
322
288
  rapidash: {
323
- randomBattleMoves: ["drillrun", "flareblitz", "megahorn", "morningsun", "wildcharge", "willowisp"],
324
289
  tier: "PU",
325
290
  doublesTier: "DUU",
326
291
  },
@@ -328,12 +293,10 @@ export const FormatsData = {
328
293
  tier: "LC",
329
294
  },
330
295
  slowbro: {
331
- randomBattleMoves: ["calmmind", "icebeam", "psyshock", "scald", "slackoff", "thunderwave", "toxic"],
332
296
  tier: "UU",
333
297
  doublesTier: "DUU",
334
298
  },
335
299
  slowking: {
336
- randomBattleMoves: ["calmmind", "fireblast", "grassknot", "icebeam", "psychic", "slackoff", "surf", "trickroom"],
337
300
  tier: "RU",
338
301
  doublesTier: "DUU",
339
302
  },
@@ -345,12 +308,10 @@ export const FormatsData = {
345
308
  doublesTier: "NFE",
346
309
  },
347
310
  magnezone: {
348
- randomBattleMoves: ["flashcannon", "hiddenpowerfire", "thunderbolt", "toxic", "voltswitch"],
349
311
  tier: "OU",
350
312
  doublesTier: "DUU",
351
313
  },
352
314
  farfetchd: {
353
- randomBattleMoves: ["bravebird", "leafblade", "quickattack", "return", "swordsdance"],
354
315
  tier: "(PU)",
355
316
  doublesTier: "DUU",
356
317
  },
@@ -358,7 +319,6 @@ export const FormatsData = {
358
319
  tier: "LC",
359
320
  },
360
321
  dodrio: {
361
- randomBattleMoves: ["bravebird", "pursuit", "quickattack", "return", "roost"],
362
322
  tier: "PU",
363
323
  doublesTier: "DUU",
364
324
  },
@@ -366,7 +326,6 @@ export const FormatsData = {
366
326
  tier: "LC",
367
327
  },
368
328
  dewgong: {
369
- randomBattleMoves: ["icebeam", "protect", "rest", "sleeptalk", "surf", "toxic"],
370
329
  tier: "(PU)",
371
330
  doublesTier: "DUU",
372
331
  },
@@ -374,7 +333,6 @@ export const FormatsData = {
374
333
  tier: "LC",
375
334
  },
376
335
  muk: {
377
- randomBattleMoves: ["brickbreak", "curse", "firepunch", "gunkshot", "icepunch", "poisonjab", "rest", "shadowsneak"],
378
336
  tier: "(PU)",
379
337
  doublesTier: "DUU",
380
338
  },
@@ -382,7 +340,6 @@ export const FormatsData = {
382
340
  tier: "LC",
383
341
  },
384
342
  cloyster: {
385
- randomBattleMoves: ["hydropump", "iceshard", "iciclespear", "rapidspin", "rockblast", "shellsmash", "spikes"],
386
343
  tier: "OU",
387
344
  doublesTier: "DOU",
388
345
  },
@@ -394,7 +351,6 @@ export const FormatsData = {
394
351
  doublesTier: "NFE",
395
352
  },
396
353
  gengar: {
397
- randomBattleMoves: ["focusblast", "shadowball", "sludgewave", "substitute", "trick", "willowisp"],
398
354
  tier: "OU",
399
355
  doublesTier: "DOU",
400
356
  },
@@ -402,7 +358,6 @@ export const FormatsData = {
402
358
  tier: "LC",
403
359
  },
404
360
  steelix: {
405
- randomBattleMoves: ["curse", "earthquake", "gyroball", "roar", "stealthrock", "stoneedge", "toxic"],
406
361
  tier: "RU",
407
362
  doublesTier: "DUU",
408
363
  },
@@ -410,7 +365,6 @@ export const FormatsData = {
410
365
  tier: "LC",
411
366
  },
412
367
  hypno: {
413
- randomBattleMoves: ["foulplay", "protect", "psychic", "thunderwave", "toxic", "wish"],
414
368
  tier: "(PU)",
415
369
  doublesTier: "DUU",
416
370
  },
@@ -418,7 +372,6 @@ export const FormatsData = {
418
372
  tier: "LC",
419
373
  },
420
374
  kingler: {
421
- randomBattleMoves: ["agility", "crabhammer", "return", "superpower", "swordsdance", "xscissor"],
422
375
  tier: "(PU)",
423
376
  doublesTier: "DUU",
424
377
  },
@@ -426,7 +379,6 @@ export const FormatsData = {
426
379
  tier: "LC",
427
380
  },
428
381
  electrode: {
429
- randomBattleMoves: ["foulplay", "hiddenpowergrass", "hiddenpowerice", "taunt", "thunderbolt", "voltswitch"],
430
382
  tier: "NU",
431
383
  doublesTier: "DUU",
432
384
  },
@@ -434,7 +386,6 @@ export const FormatsData = {
434
386
  tier: "LC",
435
387
  },
436
388
  exeggutor: {
437
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "protect", "psychic", "sleeppowder", "substitute"],
438
389
  tier: "NU",
439
390
  doublesTier: "DUU",
440
391
  },
@@ -442,7 +393,6 @@ export const FormatsData = {
442
393
  tier: "LC",
443
394
  },
444
395
  marowak: {
445
- randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "firepunch", "stealthrock", "stoneedge"],
446
396
  tier: "(PU)",
447
397
  doublesTier: "DUU",
448
398
  },
@@ -450,17 +400,14 @@ export const FormatsData = {
450
400
  tier: "LC",
451
401
  },
452
402
  hitmonlee: {
453
- randomBattleMoves: ["closecombat", "earthquake", "fakeout", "stoneedge", "suckerpunch"],
454
403
  tier: "RU",
455
404
  doublesTier: "DUU",
456
405
  },
457
406
  hitmonchan: {
458
- randomBattleMoves: ["bulkup", "closecombat", "drainpunch", "icepunch", "machpunch", "rapidspin", "stoneedge"],
459
407
  tier: "RU",
460
408
  doublesTier: "DUU",
461
409
  },
462
410
  hitmontop: {
463
- randomBattleMoves: ["closecombat", "machpunch", "rapidspin", "stoneedge", "suckerpunch", "toxic"],
464
411
  tier: "UU",
465
412
  doublesTier: "DOU",
466
413
  },
@@ -468,7 +415,6 @@ export const FormatsData = {
468
415
  tier: "LC",
469
416
  },
470
417
  lickilicky: {
471
- randomBattleMoves: ["bodyslam", "earthquake", "healbell", "powerwhip", "protect", "swordsdance", "toxic", "wish"],
472
418
  tier: "NU",
473
419
  doublesTier: "DUU",
474
420
  },
@@ -476,7 +422,6 @@ export const FormatsData = {
476
422
  tier: "LC",
477
423
  },
478
424
  weezing: {
479
- randomBattleMoves: ["fireblast", "haze", "painsplit", "sludgebomb", "willowisp"],
480
425
  tier: "NU",
481
426
  doublesTier: "DUU",
482
427
  },
@@ -484,12 +429,10 @@ export const FormatsData = {
484
429
  tier: "LC",
485
430
  },
486
431
  rhydon: {
487
- randomBattleMoves: ["earthquake", "megahorn", "stealthrock", "stoneedge", "toxic"],
488
432
  tier: "RU",
489
433
  doublesTier: "NFE",
490
434
  },
491
435
  rhyperior: {
492
- randomBattleMoves: ["earthquake", "icepunch", "megahorn", "rockpolish", "stoneedge"],
493
436
  tier: "UU",
494
437
  doublesTier: "DUU",
495
438
  },
@@ -497,12 +440,10 @@ export const FormatsData = {
497
440
  tier: "LC",
498
441
  },
499
442
  chansey: {
500
- randomBattleMoves: ["aromatherapy", "seismictoss", "softboiled", "stealthrock", "toxic"],
501
443
  tier: "UUBL",
502
444
  doublesTier: "NFE",
503
445
  },
504
446
  blissey: {
505
- randomBattleMoves: ["aromatherapy", "seismictoss", "softboiled", "stealthrock", "thunderwave", "toxic"],
506
447
  tier: "(OU)",
507
448
  doublesTier: "DUU",
508
449
  },
@@ -511,12 +452,10 @@ export const FormatsData = {
511
452
  doublesTier: "NFE",
512
453
  },
513
454
  tangrowth: {
514
- randomBattleMoves: ["earthquake", "hiddenpowerfire", "leechseed", "powerwhip", "rockslide", "sleeppowder", "synthesis"],
515
455
  tier: "RU",
516
456
  doublesTier: "DUU",
517
457
  },
518
458
  kangaskhan: {
519
- randomBattleMoves: ["doubleedge", "earthquake", "fakeout", "focuspunch", "return", "substitute", "suckerpunch"],
520
459
  tier: "NU",
521
460
  doublesTier: "DUU",
522
461
  },
@@ -527,7 +466,6 @@ export const FormatsData = {
527
466
  tier: "NFE",
528
467
  },
529
468
  kingdra: {
530
- randomBattleMoves: ["dracometeor", "dragondance", "hiddenpowerelectric", "hydropump", "icebeam", "outrage", "raindance", "waterfall"],
531
469
  tier: "UU",
532
470
  doublesTier: "DOU",
533
471
  },
@@ -535,7 +473,6 @@ export const FormatsData = {
535
473
  tier: "LC",
536
474
  },
537
475
  seaking: {
538
- randomBattleMoves: ["drillrun", "icebeam", "megahorn", "return", "waterfall"],
539
476
  tier: "(PU)",
540
477
  doublesTier: "DUU",
541
478
  },
@@ -543,7 +480,6 @@ export const FormatsData = {
543
480
  tier: "LC",
544
481
  },
545
482
  starmie: {
546
- randomBattleMoves: ["hydropump", "icebeam", "psyshock", "rapidspin", "recover", "scald", "thunderbolt", "trick"],
547
483
  tier: "OU",
548
484
  doublesTier: "DUU",
549
485
  },
@@ -551,17 +487,14 @@ export const FormatsData = {
551
487
  tier: "LC",
552
488
  },
553
489
  mrmime: {
554
- randomBattleMoves: ["encore", "focusblast", "nastyplot", "psychic", "substitute", "thunderbolt"],
555
490
  tier: "(PU)",
556
491
  doublesTier: "DUU",
557
492
  },
558
493
  scyther: {
559
- randomBattleMoves: ["aerialace", "brickbreak", "bugbite", "quickattack", "roost", "swordsdance"],
560
494
  tier: "RU",
561
495
  doublesTier: "NFE",
562
496
  },
563
497
  scizor: {
564
- randomBattleMoves: ["bugbite", "bulletpunch", "pursuit", "roost", "superpower", "swordsdance", "uturn"],
565
498
  tier: "OU",
566
499
  doublesTier: "DOU",
567
500
  },
@@ -569,7 +502,6 @@ export const FormatsData = {
569
502
  tier: "LC",
570
503
  },
571
504
  jynx: {
572
- randomBattleMoves: ["focusblast", "icebeam", "lovelykiss", "nastyplot", "psyshock", "substitute", "trick"],
573
505
  tier: "NUBL",
574
506
  doublesTier: "DUU",
575
507
  },
@@ -581,7 +513,6 @@ export const FormatsData = {
581
513
  doublesTier: "NFE",
582
514
  },
583
515
  electivire: {
584
- randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
585
516
  tier: "RU",
586
517
  doublesTier: "DOU",
587
518
  },
@@ -592,17 +523,14 @@ export const FormatsData = {
592
523
  tier: "NFE",
593
524
  },
594
525
  magmortar: {
595
- randomBattleMoves: ["fireblast", "focusblast", "hiddenpowergrass", "substitute", "thunderbolt"],
596
526
  tier: "RU",
597
527
  doublesTier: "DUU",
598
528
  },
599
529
  pinsir: {
600
- randomBattleMoves: ["closecombat", "earthquake", "quickattack", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
601
530
  tier: "NU",
602
531
  doublesTier: "DUU",
603
532
  },
604
533
  tauros: {
605
- randomBattleMoves: ["doubleedge", "earthquake", "pursuit", "retaliate", "stoneedge"],
606
534
  tier: "NU",
607
535
  doublesTier: "DUU",
608
536
  },
@@ -610,17 +538,14 @@ export const FormatsData = {
610
538
  tier: "LC",
611
539
  },
612
540
  gyarados: {
613
- randomBattleMoves: ["dragondance", "earthquake", "icefang", "stoneedge", "waterfall"],
614
541
  tier: "OU",
615
542
  doublesTier: "DOU",
616
543
  },
617
544
  lapras: {
618
- randomBattleMoves: ["healbell", "hydropump", "icebeam", "substitute", "thunderbolt", "toxic"],
619
545
  tier: "NU",
620
546
  doublesTier: "DUU",
621
547
  },
622
548
  ditto: {
623
- randomBattleMoves: ["transform"],
624
549
  tier: "NU",
625
550
  doublesTier: "DUU",
626
551
  },
@@ -628,37 +553,30 @@ export const FormatsData = {
628
553
  tier: "LC",
629
554
  },
630
555
  vaporeon: {
631
- randomBattleMoves: ["icebeam", "protect", "roar", "scald", "toxic", "wish"],
632
556
  tier: "(OU)",
633
557
  doublesTier: "DOU",
634
558
  },
635
559
  jolteon: {
636
- randomBattleMoves: ["hiddenpowerice", "signalbeam", "thunderbolt", "voltswitch"],
637
560
  tier: "(OU)",
638
561
  doublesTier: "DOU",
639
562
  },
640
563
  flareon: {
641
- randomBattleMoves: ["facade", "flamecharge", "rest", "sleeptalk"],
642
564
  tier: "(PU)",
643
565
  doublesTier: "DUU",
644
566
  },
645
567
  espeon: {
646
- randomBattleMoves: ["calmmind", "hiddenpowerfire", "morningsun", "psychic", "psyshock", "signalbeam"],
647
568
  tier: "(OU)",
648
569
  doublesTier: "DOU",
649
570
  },
650
571
  umbreon: {
651
- randomBattleMoves: ["foulplay", "protect", "toxic", "wish"],
652
572
  tier: "UU",
653
573
  doublesTier: "DUU",
654
574
  },
655
575
  leafeon: {
656
- randomBattleMoves: ["leafblade", "return", "swordsdance", "xscissor"],
657
576
  tier: "(PU)",
658
577
  doublesTier: "DUU",
659
578
  },
660
579
  glaceon: {
661
- randomBattleMoves: ["hiddenpowerground", "icebeam", "protect", "shadowball", "toxic", "wish"],
662
580
  tier: "(PU)",
663
581
  doublesTier: "DUU",
664
582
  },
@@ -666,12 +584,10 @@ export const FormatsData = {
666
584
  tier: "LC",
667
585
  },
668
586
  porygon2: {
669
- randomBattleMoves: ["discharge", "icebeam", "recover", "toxic", "triattack"],
670
587
  tier: "UU",
671
588
  doublesTier: "NFE",
672
589
  },
673
590
  porygonz: {
674
- randomBattleMoves: ["agility", "darkpulse", "hiddenpowerfighting", "icebeam", "nastyplot", "thunderbolt", "triattack", "trick"],
675
591
  tier: "UU",
676
592
  doublesTier: "DUU",
677
593
  },
@@ -679,7 +595,6 @@ export const FormatsData = {
679
595
  tier: "LC",
680
596
  },
681
597
  omastar: {
682
- randomBattleMoves: ["hiddenpowergrass", "icebeam", "shellsmash", "spikes", "stealthrock", "surf"],
683
598
  tier: "RU",
684
599
  doublesTier: "DUU",
685
600
  },
@@ -687,12 +602,10 @@ export const FormatsData = {
687
602
  tier: "LC",
688
603
  },
689
604
  kabutops: {
690
- randomBattleMoves: ["aquajet", "rapidspin", "stealthrock", "stoneedge", "superpower", "swordsdance", "waterfall"],
691
605
  tier: "RU",
692
606
  doublesTier: "DUU",
693
607
  },
694
608
  aerodactyl: {
695
- randomBattleMoves: ["aquatail", "doubleedge", "earthquake", "roost", "stealthrock", "stoneedge", "taunt"],
696
609
  tier: "RU",
697
610
  doublesTier: "DUU",
698
611
  },
@@ -700,22 +613,18 @@ export const FormatsData = {
700
613
  tier: "LC",
701
614
  },
702
615
  snorlax: {
703
- randomBattleMoves: ["bodyslam", "crunch", "curse", "earthquake", "firepunch", "pursuit", "rest"],
704
616
  tier: "UU",
705
617
  doublesTier: "DUU",
706
618
  },
707
619
  articuno: {
708
- randomBattleMoves: ["hurricane", "icebeam", "roost", "substitute", "toxic"],
709
620
  tier: "(PU)",
710
621
  doublesTier: "DUU",
711
622
  },
712
623
  zapdos: {
713
- randomBattleMoves: ["heatwave", "hiddenpowerice", "roost", "substitute", "thunderbolt", "toxic", "uturn"],
714
624
  tier: "UU",
715
625
  doublesTier: "DOU",
716
626
  },
717
627
  moltres: {
718
- randomBattleMoves: ["fireblast", "hiddenpowergrass", "hurricane", "roost", "substitute", "toxic", "uturn", "willowisp"],
719
628
  tier: "RU",
720
629
  doublesTier: "DUU",
721
630
  },
@@ -723,21 +632,17 @@ export const FormatsData = {
723
632
  tier: "LC",
724
633
  },
725
634
  dragonair: {
726
- randomBattleMoves: ["dragondance", "outrage", "rest", "sleeptalk", "waterfall"],
727
635
  tier: "NFE",
728
636
  },
729
637
  dragonite: {
730
- randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "firepunch", "outrage", "roost"],
731
638
  tier: "OU",
732
639
  doublesTier: "DOU",
733
640
  },
734
641
  mewtwo: {
735
- randomBattleMoves: ["aurasphere", "calmmind", "fireblast", "psystrike", "recover", "shadowball"],
736
642
  tier: "Uber",
737
643
  doublesTier: "DUber",
738
644
  },
739
645
  mew: {
740
- randomBattleMoves: ["aurasphere", "fireblast", "nastyplot", "psychic", "softboiled", "stealthrock", "taunt", "uturn", "willowisp"],
741
646
  tier: "UU",
742
647
  doublesTier: "DUU",
743
648
  },
@@ -748,7 +653,6 @@ export const FormatsData = {
748
653
  tier: "NFE",
749
654
  },
750
655
  meganium: {
751
- randomBattleMoves: ["aromatherapy", "dragontail", "gigadrain", "leechseed", "lightscreen", "reflect", "synthesis", "toxic"],
752
656
  tier: "(PU)",
753
657
  doublesTier: "DUU",
754
658
  },
@@ -759,7 +663,6 @@ export const FormatsData = {
759
663
  tier: "NFE",
760
664
  },
761
665
  typhlosion: {
762
- randomBattleMoves: ["eruption", "fireblast", "focusblast", "hiddenpowergrass", "hiddenpowerrock"],
763
666
  tier: "RU",
764
667
  doublesTier: "DUU",
765
668
  },
@@ -770,7 +673,6 @@ export const FormatsData = {
770
673
  tier: "NFE",
771
674
  },
772
675
  feraligatr: {
773
- randomBattleMoves: ["aquajet", "dragondance", "earthquake", "icepunch", "superpower", "swordsdance", "waterfall"],
774
676
  tier: "RU",
775
677
  doublesTier: "DUU",
776
678
  },
@@ -778,7 +680,6 @@ export const FormatsData = {
778
680
  tier: "LC",
779
681
  },
780
682
  furret: {
781
- randomBattleMoves: ["aquatail", "doubleedge", "firepunch", "shadowclaw", "trick", "uturn"],
782
683
  tier: "(PU)",
783
684
  doublesTier: "DUU",
784
685
  },
@@ -786,7 +687,6 @@ export const FormatsData = {
786
687
  tier: "LC",
787
688
  },
788
689
  noctowl: {
789
- randomBattleMoves: ["airslash", "magiccoat", "nightshade", "roost", "toxic", "whirlwind"],
790
690
  tier: "(PU)",
791
691
  doublesTier: "DUU",
792
692
  },
@@ -794,7 +694,6 @@ export const FormatsData = {
794
694
  tier: "LC",
795
695
  },
796
696
  ledian: {
797
- randomBattleMoves: ["encore", "lightscreen", "reflect", "roost", "toxic", "uturn"],
798
697
  tier: "(PU)",
799
698
  doublesTier: "DUU",
800
699
  },
@@ -802,7 +701,6 @@ export const FormatsData = {
802
701
  tier: "LC",
803
702
  },
804
703
  ariados: {
805
- randomBattleMoves: ["poisonjab", "suckerpunch", "toxicspikes", "xscissor"],
806
704
  tier: "(PU)",
807
705
  doublesTier: "DUU",
808
706
  },
@@ -810,7 +708,6 @@ export const FormatsData = {
810
708
  tier: "LC",
811
709
  },
812
710
  lanturn: {
813
- randomBattleMoves: ["healbell", "icebeam", "scald", "thunderbolt", "thunderwave", "voltswitch"],
814
711
  tier: "RU",
815
712
  doublesTier: "DUU",
816
713
  },
@@ -821,7 +718,6 @@ export const FormatsData = {
821
718
  tier: "NFE",
822
719
  },
823
720
  togekiss: {
824
- randomBattleMoves: ["airslash", "aurasphere", "nastyplot", "roost", "thunderwave"],
825
721
  tier: "UU",
826
722
  doublesTier: "DOU",
827
723
  },
@@ -830,7 +726,6 @@ export const FormatsData = {
830
726
  doublesTier: "LC",
831
727
  },
832
728
  xatu: {
833
- randomBattleMoves: ["heatwave", "psychic", "roost", "thunderwave", "toxic", "uturn"],
834
729
  tier: "UU",
835
730
  doublesTier: "DUU",
836
731
  },
@@ -841,7 +736,6 @@ export const FormatsData = {
841
736
  tier: "NFE",
842
737
  },
843
738
  ampharos: {
844
- randomBattleMoves: ["agility", "focusblast", "healbell", "hiddenpowergrass", "hiddenpowerice", "thunderbolt", "toxic", "voltswitch"],
845
739
  tier: "NU",
846
740
  doublesTier: "DUU",
847
741
  },
@@ -852,7 +746,6 @@ export const FormatsData = {
852
746
  tier: "NFE",
853
747
  },
854
748
  azumarill: {
855
- randomBattleMoves: ["aquajet", "doubleedge", "icepunch", "superpower", "waterfall"],
856
749
  tier: "UU",
857
750
  doublesTier: "DUU",
858
751
  },
@@ -860,7 +753,6 @@ export const FormatsData = {
860
753
  tier: "LC",
861
754
  },
862
755
  sudowoodo: {
863
- randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "suckerpunch", "toxic", "woodhammer"],
864
756
  tier: "(PU)",
865
757
  doublesTier: "DUU",
866
758
  },
@@ -871,7 +763,6 @@ export const FormatsData = {
871
763
  tier: "NFE",
872
764
  },
873
765
  jumpluff: {
874
- randomBattleMoves: ["acrobatics", "encore", "energyball", "leechseed", "sleeppowder", "uturn"],
875
766
  tier: "PU",
876
767
  doublesTier: "DUU",
877
768
  },
@@ -879,7 +770,6 @@ export const FormatsData = {
879
770
  tier: "LC",
880
771
  },
881
772
  ambipom: {
882
- randomBattleMoves: ["fakeout", "lowkick", "pursuit", "return", "switcheroo", "uturn"],
883
773
  tier: "UU",
884
774
  doublesTier: "DUU",
885
775
  },
@@ -887,7 +777,6 @@ export const FormatsData = {
887
777
  tier: "LC",
888
778
  },
889
779
  sunflora: {
890
- randomBattleMoves: ["earthpower", "encore", "gigadrain", "hiddenpowerrock", "solarbeam", "sunnyday"],
891
780
  tier: "(PU)",
892
781
  doublesTier: "DUU",
893
782
  },
@@ -895,7 +784,6 @@ export const FormatsData = {
895
784
  tier: "NFE",
896
785
  },
897
786
  yanmega: {
898
- randomBattleMoves: ["airslash", "bugbuzz", "hiddenpowerground", "protect", "uturn"],
899
787
  tier: "UU",
900
788
  doublesTier: "DUU",
901
789
  },
@@ -903,17 +791,14 @@ export const FormatsData = {
903
791
  tier: "LC",
904
792
  },
905
793
  quagsire: {
906
- randomBattleMoves: ["earthquake", "encore", "recover", "scald", "toxic"],
907
794
  tier: "RU",
908
795
  doublesTier: "DUU",
909
796
  },
910
797
  murkrow: {
911
- randomBattleMoves: ["foulplay", "roost", "taunt", "thunderwave", "toxic"],
912
798
  tier: "PU",
913
799
  doublesTier: "NFE",
914
800
  },
915
801
  honchkrow: {
916
- randomBattleMoves: ["bravebird", "heatwave", "pursuit", "roost", "substitute", "suckerpunch", "superpower"],
917
802
  tier: "UU",
918
803
  doublesTier: "DUU",
919
804
  },
@@ -922,12 +807,10 @@ export const FormatsData = {
922
807
  doublesTier: "NFE",
923
808
  },
924
809
  mismagius: {
925
- randomBattleMoves: ["hiddenpowerfighting", "nastyplot", "shadowball", "substitute", "taunt", "thunderbolt", "willowisp"],
926
810
  tier: "UU",
927
811
  doublesTier: "DUU",
928
812
  },
929
813
  unown: {
930
- randomBattleMoves: ["hiddenpowerpsychic"],
931
814
  tier: "(PU)",
932
815
  doublesTier: "DUU",
933
816
  },
@@ -935,12 +818,10 @@ export const FormatsData = {
935
818
  tier: "LC",
936
819
  },
937
820
  wobbuffet: {
938
- randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
939
821
  tier: "UUBL",
940
822
  doublesTier: "DUU",
941
823
  },
942
824
  girafarig: {
943
- randomBattleMoves: ["calmmind", "hiddenpowerfire", "hypervoice", "psychic", "psyshock", "thunderbolt"],
944
825
  tier: "(PU)",
945
826
  doublesTier: "DUU",
946
827
  },
@@ -948,22 +829,18 @@ export const FormatsData = {
948
829
  tier: "LC",
949
830
  },
950
831
  forretress: {
951
- randomBattleMoves: ["gyroball", "rapidspin", "spikes", "stealthrock", "toxic", "voltswitch"],
952
832
  tier: "OU",
953
833
  doublesTier: "DUU",
954
834
  },
955
835
  dunsparce: {
956
- randomBattleMoves: ["bite", "bodyslam", "coil", "glare", "headbutt", "rockslide", "roost"],
957
836
  tier: "(PU)",
958
837
  doublesTier: "DUU",
959
838
  },
960
839
  gligar: {
961
- randomBattleMoves: ["earthquake", "roost", "stealthrock", "taunt", "toxic", "uturn"],
962
840
  tier: "UU",
963
841
  doublesTier: "NFE",
964
842
  },
965
843
  gliscor: {
966
- randomBattleMoves: ["earthquake", "icefang", "protect", "roost", "substitute", "swordsdance", "taunt", "toxic"],
967
844
  tier: "OU",
968
845
  doublesTier: "DOU",
969
846
  },
@@ -971,22 +848,18 @@ export const FormatsData = {
971
848
  tier: "LC",
972
849
  },
973
850
  granbull: {
974
- randomBattleMoves: ["closecombat", "crunch", "healbell", "return", "thunderwave", "toxic"],
975
851
  tier: "(PU)",
976
852
  doublesTier: "DUU",
977
853
  },
978
854
  qwilfish: {
979
- randomBattleMoves: ["destinybond", "poisonjab", "spikes", "taunt", "thunderwave", "toxicspikes", "waterfall"],
980
855
  tier: "RU",
981
856
  doublesTier: "DUU",
982
857
  },
983
858
  shuckle: {
984
- randomBattleMoves: ["encore", "protect", "stealthrock", "toxic", "wrap"],
985
859
  tier: "(PU)",
986
860
  doublesTier: "DUU",
987
861
  },
988
862
  heracross: {
989
- randomBattleMoves: ["closecombat", "earthquake", "facade", "megahorn", "stoneedge"],
990
863
  tier: "UU",
991
864
  doublesTier: "DUU",
992
865
  },
@@ -995,7 +868,6 @@ export const FormatsData = {
995
868
  doublesTier: "NFE",
996
869
  },
997
870
  weavile: {
998
- randomBattleMoves: ["icepunch", "iceshard", "lowkick", "nightslash", "pursuit", "swordsdance"],
999
871
  tier: "UU",
1000
872
  doublesTier: "DOU",
1001
873
  },
@@ -1003,7 +875,6 @@ export const FormatsData = {
1003
875
  tier: "LC",
1004
876
  },
1005
877
  ursaring: {
1006
- randomBattleMoves: ["closecombat", "crunch", "earthquake", "facade", "protect", "swordsdance"],
1007
878
  tier: "PU",
1008
879
  doublesTier: "DUU",
1009
880
  },
@@ -1011,7 +882,6 @@ export const FormatsData = {
1011
882
  tier: "LC",
1012
883
  },
1013
884
  magcargo: {
1014
- randomBattleMoves: ["hiddenpowerrock", "lavaplume", "recover", "stealthrock", "toxic"],
1015
885
  tier: "(PU)",
1016
886
  doublesTier: "DUU",
1017
887
  },
@@ -1023,12 +893,10 @@ export const FormatsData = {
1023
893
  doublesTier: "NFE",
1024
894
  },
1025
895
  mamoswine: {
1026
- randomBattleMoves: ["earthquake", "iceshard", "iciclecrash", "stealthrock", "superpower"],
1027
896
  tier: "OU",
1028
897
  doublesTier: "DOU",
1029
898
  },
1030
899
  corsola: {
1031
- randomBattleMoves: ["powergem", "recover", "scald", "stealthrock", "toxic"],
1032
900
  tier: "(PU)",
1033
901
  doublesTier: "DUU",
1034
902
  },
@@ -1036,12 +904,10 @@ export const FormatsData = {
1036
904
  tier: "LC",
1037
905
  },
1038
906
  octillery: {
1039
- randomBattleMoves: ["energyball", "fireblast", "hydropump", "icebeam", "thunderwave"],
1040
907
  tier: "(PU)",
1041
908
  doublesTier: "DUU",
1042
909
  },
1043
910
  delibird: {
1044
- randomBattleMoves: ["aerialace", "icebeam", "iceshard", "rapidspin"],
1045
911
  tier: "(PU)",
1046
912
  doublesTier: "DUU",
1047
913
  },
@@ -1049,12 +915,10 @@ export const FormatsData = {
1049
915
  tier: "LC",
1050
916
  },
1051
917
  mantine: {
1052
- randomBattleMoves: ["airslash", "hydropump", "icebeam", "raindance", "rest", "scald", "sleeptalk"],
1053
918
  tier: "PU",
1054
919
  doublesTier: "DUU",
1055
920
  },
1056
921
  skarmory: {
1057
- randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
1058
922
  tier: "OU",
1059
923
  doublesTier: "DUU",
1060
924
  },
@@ -1062,7 +926,6 @@ export const FormatsData = {
1062
926
  tier: "LC",
1063
927
  },
1064
928
  houndoom: {
1065
- randomBattleMoves: ["darkpulse", "fireblast", "hiddenpowergrass", "nastyplot", "suckerpunch"],
1066
929
  tier: "UU",
1067
930
  doublesTier: "DUU",
1068
931
  },
@@ -1070,37 +933,30 @@ export const FormatsData = {
1070
933
  tier: "LC",
1071
934
  },
1072
935
  donphan: {
1073
- randomBattleMoves: ["earthquake", "headsmash", "iceshard", "rapidspin", "seedbomb", "stealthrock"],
1074
936
  tier: "(OU)",
1075
937
  doublesTier: "DUU",
1076
938
  },
1077
939
  stantler: {
1078
- randomBattleMoves: ["doubleedge", "earthquake", "jumpkick", "megahorn", "suckerpunch"],
1079
940
  tier: "(PU)",
1080
941
  doublesTier: "DUU",
1081
942
  },
1082
943
  smeargle: {
1083
- randomBattleMoves: ["memento", "spikes", "spore", "stealthrock", "whirlwind"],
1084
944
  tier: "RU",
1085
945
  doublesTier: "DUU",
1086
946
  },
1087
947
  miltank: {
1088
- randomBattleMoves: ["bodyslam", "earthquake", "healbell", "milkdrink", "stealthrock", "toxic"],
1089
948
  tier: "NU",
1090
949
  doublesTier: "DUU",
1091
950
  },
1092
951
  raikou: {
1093
- randomBattleMoves: ["aurasphere", "calmmind", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
1094
952
  tier: "UU",
1095
953
  doublesTier: "DUU",
1096
954
  },
1097
955
  entei: {
1098
- randomBattleMoves: ["bulldoze", "extremespeed", "flareblitz", "hiddenpowergrass", "stoneedge"],
1099
956
  tier: "RU",
1100
957
  doublesTier: "DUU",
1101
958
  },
1102
959
  suicune: {
1103
- randomBattleMoves: ["calmmind", "hiddenpowerelectric", "hydropump", "icebeam", "rest", "roar", "scald", "sleeptalk"],
1104
960
  tier: "UU",
1105
961
  doublesTier: "DUU",
1106
962
  },
@@ -1111,22 +967,18 @@ export const FormatsData = {
1111
967
  tier: "NFE",
1112
968
  },
1113
969
  tyranitar: {
1114
- randomBattleMoves: ["crunch", "fireblast", "pursuit", "stealthrock", "stoneedge", "superpower"],
1115
970
  tier: "OU",
1116
971
  doublesTier: "DOU",
1117
972
  },
1118
973
  lugia: {
1119
- randomBattleMoves: ["aeroblast", "earthquake", "roost", "substitute", "toxic", "whirlwind"],
1120
974
  tier: "Uber",
1121
975
  doublesTier: "DUber",
1122
976
  },
1123
977
  hooh: {
1124
- randomBattleMoves: ["bravebird", "earthquake", "roost", "sacredfire", "substitute", "toxic"],
1125
978
  tier: "Uber",
1126
979
  doublesTier: "DUber",
1127
980
  },
1128
981
  celebi: {
1129
- randomBattleMoves: ["earthpower", "gigadrain", "hiddenpowerice", "leafstorm", "nastyplot", "psychic", "recover", "stealthrock", "uturn"],
1130
982
  tier: "OU",
1131
983
  doublesTier: "DUU",
1132
984
  },
@@ -1137,7 +989,6 @@ export const FormatsData = {
1137
989
  tier: "NFE",
1138
990
  },
1139
991
  sceptile: {
1140
- randomBattleMoves: ["acrobatics", "earthquake", "leafblade", "substitute", "swordsdance"],
1141
992
  tier: "RU",
1142
993
  doublesTier: "DUU",
1143
994
  },
@@ -1149,7 +1000,6 @@ export const FormatsData = {
1149
1000
  doublesTier: "DUU",
1150
1001
  },
1151
1002
  blaziken: {
1152
- randomBattleMoves: ["flareblitz", "highjumpkick", "protect", "stoneedge", "swordsdance"],
1153
1003
  tier: "Uber",
1154
1004
  doublesTier: "DOU",
1155
1005
  },
@@ -1160,7 +1010,6 @@ export const FormatsData = {
1160
1010
  tier: "NFE",
1161
1011
  },
1162
1012
  swampert: {
1163
- randomBattleMoves: ["earthquake", "icebeam", "protect", "roar", "scald", "stealthrock", "toxic"],
1164
1013
  tier: "UU",
1165
1014
  doublesTier: "DUU",
1166
1015
  },
@@ -1168,7 +1017,6 @@ export const FormatsData = {
1168
1017
  tier: "LC",
1169
1018
  },
1170
1019
  mightyena: {
1171
- randomBattleMoves: ["crunch", "facade", "firefang", "howl", "suckerpunch"],
1172
1020
  tier: "(PU)",
1173
1021
  doublesTier: "DUU",
1174
1022
  },
@@ -1176,7 +1024,6 @@ export const FormatsData = {
1176
1024
  tier: "LC",
1177
1025
  },
1178
1026
  linoone: {
1179
- randomBattleMoves: ["bellydrum", "extremespeed", "seedbomb", "shadowclaw"],
1180
1027
  tier: "PUBL",
1181
1028
  doublesTier: "DUU",
1182
1029
  },
@@ -1187,7 +1034,6 @@ export const FormatsData = {
1187
1034
  tier: "NFE",
1188
1035
  },
1189
1036
  beautifly: {
1190
- randomBattleMoves: ["bugbuzz", "hiddenpowerground", "psychic", "quiverdance"],
1191
1037
  tier: "(PU)",
1192
1038
  doublesTier: "DUU",
1193
1039
  },
@@ -1195,7 +1041,6 @@ export const FormatsData = {
1195
1041
  tier: "NFE",
1196
1042
  },
1197
1043
  dustox: {
1198
- randomBattleMoves: ["bugbuzz", "quiverdance", "roost", "sludgebomb"],
1199
1044
  tier: "(PU)",
1200
1045
  doublesTier: "DUU",
1201
1046
  },
@@ -1206,7 +1051,6 @@ export const FormatsData = {
1206
1051
  tier: "NFE",
1207
1052
  },
1208
1053
  ludicolo: {
1209
- randomBattleMoves: ["gigadrain", "hydropump", "icebeam", "raindance", "scald"],
1210
1054
  tier: "NU",
1211
1055
  doublesTier: "DOU",
1212
1056
  },
@@ -1217,7 +1061,6 @@ export const FormatsData = {
1217
1061
  tier: "NFE",
1218
1062
  },
1219
1063
  shiftry: {
1220
- randomBattleMoves: ["darkpulse", "hiddenpowerfire", "leafstorm", "naturepower", "seedbomb", "suckerpunch", "swordsdance"],
1221
1064
  tier: "PU",
1222
1065
  doublesTier: "DUU",
1223
1066
  },
@@ -1225,7 +1068,6 @@ export const FormatsData = {
1225
1068
  tier: "LC",
1226
1069
  },
1227
1070
  swellow: {
1228
- randomBattleMoves: ["bravebird", "facade", "protect", "quickattack", "uturn"],
1229
1071
  tier: "NU",
1230
1072
  doublesTier: "DUU",
1231
1073
  },
@@ -1233,7 +1075,6 @@ export const FormatsData = {
1233
1075
  tier: "LC",
1234
1076
  },
1235
1077
  pelipper: {
1236
- randomBattleMoves: ["hurricane", "icebeam", "roost", "scald", "tailwind", "toxic", "uturn"],
1237
1078
  tier: "(PU)",
1238
1079
  doublesTier: "DUU",
1239
1080
  },
@@ -1244,12 +1085,10 @@ export const FormatsData = {
1244
1085
  tier: "NFE",
1245
1086
  },
1246
1087
  gardevoir: {
1247
- randomBattleMoves: ["calmmind", "focusblast", "painsplit", "psychic", "substitute", "thunderbolt", "trick", "willowisp"],
1248
1088
  tier: "NU",
1249
1089
  doublesTier: "DUU",
1250
1090
  },
1251
1091
  gallade: {
1252
- randomBattleMoves: ["closecombat", "drainpunch", "nightslash", "substitute", "swordsdance", "trick", "zenheadbutt"],
1253
1092
  tier: "RU",
1254
1093
  doublesTier: "DUU",
1255
1094
  },
@@ -1257,7 +1096,6 @@ export const FormatsData = {
1257
1096
  tier: "LC",
1258
1097
  },
1259
1098
  masquerain: {
1260
- randomBattleMoves: ["airslash", "bugbuzz", "hydropump", "quiverdance", "roost"],
1261
1099
  tier: "(PU)",
1262
1100
  doublesTier: "DUU",
1263
1101
  },
@@ -1265,7 +1103,6 @@ export const FormatsData = {
1265
1103
  tier: "LC",
1266
1104
  },
1267
1105
  breloom: {
1268
- randomBattleMoves: ["bulletseed", "machpunch", "spore", "stoneedge", "swordsdance"],
1269
1106
  tier: "OU",
1270
1107
  doublesTier: "DOU",
1271
1108
  },
@@ -1273,12 +1110,10 @@ export const FormatsData = {
1273
1110
  tier: "LC",
1274
1111
  },
1275
1112
  vigoroth: {
1276
- randomBattleMoves: ["bulkup", "earthquake", "return", "slackoff", "taunt", "toxic"],
1277
1113
  tier: "PUBL",
1278
1114
  doublesTier: "NFE",
1279
1115
  },
1280
1116
  slaking: {
1281
- randomBattleMoves: ["earthquake", "nightslash", "pursuit", "retaliate", "return"],
1282
1117
  tier: "(PU)",
1283
1118
  doublesTier: "DUU",
1284
1119
  },
@@ -1286,12 +1121,10 @@ export const FormatsData = {
1286
1121
  tier: "LC",
1287
1122
  },
1288
1123
  ninjask: {
1289
- randomBattleMoves: ["aerialace", "substitute", "swordsdance", "xscissor"],
1290
1124
  tier: "NU",
1291
1125
  doublesTier: "DUU",
1292
1126
  },
1293
1127
  shedinja: {
1294
- randomBattleMoves: ["shadowclaw", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
1295
1128
  tier: "(PU)",
1296
1129
  doublesTier: "DUU",
1297
1130
  },
@@ -1302,7 +1135,6 @@ export const FormatsData = {
1302
1135
  tier: "NFE",
1303
1136
  },
1304
1137
  exploud: {
1305
- randomBattleMoves: ["fireblast", "focusblast", "hypervoice", "lowkick", "surf"],
1306
1138
  tier: "(PU)",
1307
1139
  doublesTier: "DUU",
1308
1140
  },
@@ -1310,7 +1142,6 @@ export const FormatsData = {
1310
1142
  tier: "LC",
1311
1143
  },
1312
1144
  hariyama: {
1313
- randomBattleMoves: ["bulletpunch", "closecombat", "facade", "fakeout", "stoneedge"],
1314
1145
  tier: "RU",
1315
1146
  doublesTier: "DUU",
1316
1147
  },
@@ -1318,7 +1149,6 @@ export const FormatsData = {
1318
1149
  tier: "LC",
1319
1150
  },
1320
1151
  probopass: {
1321
- randomBattleMoves: ["earthpower", "powergem", "stealthrock", "toxic", "voltswitch"],
1322
1152
  tier: "NU",
1323
1153
  doublesTier: "DUU",
1324
1154
  },
@@ -1326,17 +1156,14 @@ export const FormatsData = {
1326
1156
  tier: "LC",
1327
1157
  },
1328
1158
  delcatty: {
1329
- randomBattleMoves: ["doubleedge", "fakeout", "icebeam", "suckerpunch", "thunderwave"],
1330
1159
  tier: "(PU)",
1331
1160
  doublesTier: "DUU",
1332
1161
  },
1333
1162
  sableye: {
1334
- randomBattleMoves: ["foulplay", "nightshade", "recover", "taunt", "willowisp"],
1335
1163
  tier: "UU",
1336
1164
  doublesTier: "DOU",
1337
1165
  },
1338
1166
  mawile: {
1339
- randomBattleMoves: ["firefang", "ironhead", "stealthrock", "suckerpunch", "swordsdance"],
1340
1167
  tier: "PU",
1341
1168
  doublesTier: "DUU",
1342
1169
  },
@@ -1347,7 +1174,6 @@ export const FormatsData = {
1347
1174
  tier: "NFE",
1348
1175
  },
1349
1176
  aggron: {
1350
- randomBattleMoves: ["aquatail", "earthquake", "headsmash", "heavyslam", "rockpolish", "stealthrock", "thunderwave"],
1351
1177
  tier: "RU",
1352
1178
  doublesTier: "DUU",
1353
1179
  },
@@ -1355,7 +1181,6 @@ export const FormatsData = {
1355
1181
  tier: "NFE",
1356
1182
  },
1357
1183
  medicham: {
1358
- randomBattleMoves: ["bulletpunch", "highjumpkick", "icepunch", "thunderpunch", "trick", "zenheadbutt"],
1359
1184
  tier: "RU",
1360
1185
  doublesTier: "DUU",
1361
1186
  },
@@ -1363,27 +1188,22 @@ export const FormatsData = {
1363
1188
  tier: "LC",
1364
1189
  },
1365
1190
  manectric: {
1366
- randomBattleMoves: ["flamethrower", "hiddenpowerice", "overheat", "switcheroo", "thunderbolt", "voltswitch"],
1367
1191
  tier: "RU",
1368
1192
  doublesTier: "DUU",
1369
1193
  },
1370
1194
  plusle: {
1371
- randomBattleMoves: ["grassknot", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
1372
1195
  tier: "(PU)",
1373
1196
  doublesTier: "DUU",
1374
1197
  },
1375
1198
  minun: {
1376
- randomBattleMoves: ["encore", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
1377
1199
  tier: "(PU)",
1378
1200
  doublesTier: "DUU",
1379
1201
  },
1380
1202
  volbeat: {
1381
- randomBattleMoves: ["bugbuzz", "encore", "roost", "thunderwave", "uturn"],
1382
1203
  tier: "PU",
1383
1204
  doublesTier: "DUU",
1384
1205
  },
1385
1206
  illumise: {
1386
- randomBattleMoves: ["bugbuzz", "encore", "roost", "substitute", "thunderwave", "wish"],
1387
1207
  tier: "(PU)",
1388
1208
  doublesTier: "DUU",
1389
1209
  },
@@ -1395,7 +1215,6 @@ export const FormatsData = {
1395
1215
  doublesTier: "NFE",
1396
1216
  },
1397
1217
  roserade: {
1398
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leafstorm", "sleeppowder", "sludgebomb", "spikes", "synthesis", "toxicspikes"],
1399
1218
  tier: "UU",
1400
1219
  doublesTier: "DUU",
1401
1220
  },
@@ -1403,7 +1222,6 @@ export const FormatsData = {
1403
1222
  tier: "LC",
1404
1223
  },
1405
1224
  swalot: {
1406
- randomBattleMoves: ["earthquake", "encore", "painsplit", "protect", "sludgebomb", "toxic"],
1407
1225
  tier: "(PU)",
1408
1226
  doublesTier: "DUU",
1409
1227
  },
@@ -1411,7 +1229,6 @@ export const FormatsData = {
1411
1229
  tier: "LC",
1412
1230
  },
1413
1231
  sharpedo: {
1414
- randomBattleMoves: ["crunch", "earthquake", "icebeam", "protect", "waterfall", "zenheadbutt"],
1415
1232
  tier: "UU",
1416
1233
  doublesTier: "DUU",
1417
1234
  },
@@ -1419,7 +1236,6 @@ export const FormatsData = {
1419
1236
  tier: "LC",
1420
1237
  },
1421
1238
  wailord: {
1422
- randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "surf", "waterspout"],
1423
1239
  tier: "(PU)",
1424
1240
  doublesTier: "DUU",
1425
1241
  },
@@ -1427,12 +1243,10 @@ export const FormatsData = {
1427
1243
  tier: "LC",
1428
1244
  },
1429
1245
  camerupt: {
1430
- randomBattleMoves: ["earthquake", "hiddenpowergrass", "lavaplume", "roar", "stealthrock"],
1431
1246
  tier: "NU",
1432
1247
  doublesTier: "DUU",
1433
1248
  },
1434
1249
  torkoal: {
1435
- randomBattleMoves: ["earthquake", "lavaplume", "protect", "rapidspin", "stealthrock", "toxic", "yawn"],
1436
1250
  tier: "NU",
1437
1251
  doublesTier: "DUU",
1438
1252
  },
@@ -1440,12 +1254,10 @@ export const FormatsData = {
1440
1254
  tier: "LC",
1441
1255
  },
1442
1256
  grumpig: {
1443
- randomBattleMoves: ["focusblast", "healbell", "psychic", "shadowball", "thunderwave", "trick", "whirlwind"],
1444
1257
  tier: "(PU)",
1445
1258
  doublesTier: "DUU",
1446
1259
  },
1447
1260
  spinda: {
1448
- randomBattleMoves: ["return", "suckerpunch", "superpower", "trickroom"],
1449
1261
  tier: "(PU)",
1450
1262
  doublesTier: "DUU",
1451
1263
  },
@@ -1456,7 +1268,6 @@ export const FormatsData = {
1456
1268
  tier: "NFE",
1457
1269
  },
1458
1270
  flygon: {
1459
- randomBattleMoves: ["earthquake", "firepunch", "outrage", "roost", "stoneedge", "superpower", "uturn"],
1460
1271
  tier: "UU",
1461
1272
  doublesTier: "DUU",
1462
1273
  },
@@ -1464,7 +1275,6 @@ export const FormatsData = {
1464
1275
  tier: "LC",
1465
1276
  },
1466
1277
  cacturne: {
1467
- randomBattleMoves: ["drainpunch", "seedbomb", "spikes", "substitute", "suckerpunch", "swordsdance"],
1468
1278
  tier: "NU",
1469
1279
  doublesTier: "DUU",
1470
1280
  },
@@ -1472,27 +1282,22 @@ export const FormatsData = {
1472
1282
  tier: "LC",
1473
1283
  },
1474
1284
  altaria: {
1475
- randomBattleMoves: ["dracometeor", "dragondance", "earthquake", "fireblast", "healbell", "outrage", "roost"],
1476
1285
  tier: "NU",
1477
1286
  doublesTier: "DUU",
1478
1287
  },
1479
1288
  zangoose: {
1480
- randomBattleMoves: ["closecombat", "facade", "nightslash", "quickattack", "swordsdance"],
1481
1289
  tier: "NU",
1482
1290
  doublesTier: "DUU",
1483
1291
  },
1484
1292
  seviper: {
1485
- randomBattleMoves: ["earthquake", "flamethrower", "gigadrain", "sludgebomb", "suckerpunch", "switcheroo"],
1486
1293
  tier: "(PU)",
1487
1294
  doublesTier: "DUU",
1488
1295
  },
1489
1296
  lunatone: {
1490
- randomBattleMoves: ["earthpower", "hiddenpowerrock", "moonlight", "psychic", "stealthrock", "toxic"],
1491
1297
  tier: "(PU)",
1492
1298
  doublesTier: "DUU",
1493
1299
  },
1494
1300
  solrock: {
1495
- randomBattleMoves: ["explosion", "lightscreen", "morningsun", "reflect", "rockslide", "stealthrock", "willowisp"],
1496
1301
  tier: "(PU)",
1497
1302
  doublesTier: "DUU",
1498
1303
  },
@@ -1500,7 +1305,6 @@ export const FormatsData = {
1500
1305
  tier: "LC",
1501
1306
  },
1502
1307
  whiscash: {
1503
- randomBattleMoves: ["dragondance", "earthquake", "icebeam", "waterfall"],
1504
1308
  tier: "(PU)",
1505
1309
  doublesTier: "DUU",
1506
1310
  },
@@ -1508,7 +1312,6 @@ export const FormatsData = {
1508
1312
  tier: "LC",
1509
1313
  },
1510
1314
  crawdaunt: {
1511
- randomBattleMoves: ["crunch", "dragondance", "superpower", "waterfall"],
1512
1315
  tier: "RU",
1513
1316
  doublesTier: "DUU",
1514
1317
  },
@@ -1516,7 +1319,6 @@ export const FormatsData = {
1516
1319
  tier: "LC",
1517
1320
  },
1518
1321
  claydol: {
1519
- randomBattleMoves: ["earthquake", "icebeam", "psychic", "rapidspin", "stealthrock", "toxic"],
1520
1322
  tier: "UU",
1521
1323
  doublesTier: "DUU",
1522
1324
  },
@@ -1524,7 +1326,6 @@ export const FormatsData = {
1524
1326
  tier: "LC",
1525
1327
  },
1526
1328
  cradily: {
1527
- randomBattleMoves: ["earthquake", "recover", "rockslide", "seedbomb", "stealthrock", "swordsdance", "toxic"],
1528
1329
  tier: "NU",
1529
1330
  doublesTier: "DUU",
1530
1331
  },
@@ -1532,7 +1333,6 @@ export const FormatsData = {
1532
1333
  tier: "LC",
1533
1334
  },
1534
1335
  armaldo: {
1535
- randomBattleMoves: ["aquatail", "earthquake", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
1536
1336
  tier: "NU",
1537
1337
  doublesTier: "DUU",
1538
1338
  },
@@ -1540,7 +1340,6 @@ export const FormatsData = {
1540
1340
  tier: "LC",
1541
1341
  },
1542
1342
  milotic: {
1543
- randomBattleMoves: ["dragontail", "haze", "icebeam", "recover", "scald", "toxic"],
1544
1343
  tier: "UU",
1545
1344
  doublesTier: "DUU",
1546
1345
  },
@@ -1548,15 +1347,10 @@ export const FormatsData = {
1548
1347
  tier: "(PU)",
1549
1348
  doublesTier: "DUU",
1550
1349
  },
1551
- castformsunny: {
1552
- randomBattleMoves: ["icebeam", "solarbeam", "sunnyday", "weatherball"],
1553
- },
1554
- castformrainy: {
1555
- randomBattleMoves: ["icebeam", "raindance", "thunder", "weatherball"],
1556
- },
1350
+ castformsunny: {},
1351
+ castformrainy: {},
1557
1352
  castformsnowy: {},
1558
1353
  kecleon: {
1559
- randomBattleMoves: ["foulplay", "recover", "stealthrock", "thunderwave", "toxic"],
1560
1354
  tier: "(PU)",
1561
1355
  doublesTier: "DUU",
1562
1356
  },
@@ -1564,7 +1358,6 @@ export const FormatsData = {
1564
1358
  tier: "LC",
1565
1359
  },
1566
1360
  banette: {
1567
- randomBattleMoves: ["pursuit", "shadowclaw", "shadowsneak", "trick", "willowisp"],
1568
1361
  tier: "PU",
1569
1362
  doublesTier: "DUU",
1570
1363
  },
@@ -1572,17 +1365,14 @@ export const FormatsData = {
1572
1365
  tier: "LC",
1573
1366
  },
1574
1367
  dusclops: {
1575
- randomBattleMoves: ["nightshade", "rest", "sleeptalk", "willowisp"],
1576
1368
  tier: "UU",
1577
1369
  doublesTier: "NFE",
1578
1370
  },
1579
1371
  dusknoir: {
1580
- randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowsneak", "trick", "willowisp"],
1581
1372
  tier: "RU",
1582
1373
  doublesTier: "DUU",
1583
1374
  },
1584
1375
  tropius: {
1585
- randomBattleMoves: ["airslash", "leechseed", "protect", "substitute", "toxic"],
1586
1376
  tier: "(PU)",
1587
1377
  doublesTier: "DUU",
1588
1378
  },
@@ -1590,12 +1380,10 @@ export const FormatsData = {
1590
1380
  tier: "LC",
1591
1381
  },
1592
1382
  chimecho: {
1593
- randomBattleMoves: ["calmmind", "healingwish", "psychic", "recover", "shadowball", "toxic", "yawn"],
1594
1383
  tier: "(PU)",
1595
1384
  doublesTier: "DUU",
1596
1385
  },
1597
1386
  absol: {
1598
- randomBattleMoves: ["fireblast", "nightslash", "psychocut", "pursuit", "suckerpunch", "superpower", "swordsdance"],
1599
1387
  tier: "RU",
1600
1388
  doublesTier: "DUU",
1601
1389
  },
@@ -1603,12 +1391,10 @@ export const FormatsData = {
1603
1391
  tier: "LC",
1604
1392
  },
1605
1393
  glalie: {
1606
- randomBattleMoves: ["earthquake", "explosion", "icebeam", "spikes", "taunt"],
1607
1394
  tier: "(PU)",
1608
1395
  doublesTier: "DUU",
1609
1396
  },
1610
1397
  froslass: {
1611
- randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "thunderwave"],
1612
1398
  tier: "UUBL",
1613
1399
  doublesTier: "DUU",
1614
1400
  },
@@ -1619,7 +1405,6 @@ export const FormatsData = {
1619
1405
  tier: "NFE",
1620
1406
  },
1621
1407
  walrein: {
1622
- randomBattleMoves: ["encore", "icebeam", "protect", "roar", "surf", "toxic"],
1623
1408
  tier: "(PU)",
1624
1409
  doublesTier: "DUU",
1625
1410
  },
@@ -1627,22 +1412,18 @@ export const FormatsData = {
1627
1412
  tier: "LC",
1628
1413
  },
1629
1414
  huntail: {
1630
- randomBattleMoves: ["icebeam", "return", "shellsmash", "waterfall"],
1631
1415
  tier: "PU",
1632
1416
  doublesTier: "DUU",
1633
1417
  },
1634
1418
  gorebyss: {
1635
- randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "shellsmash"],
1636
1419
  tier: "NU",
1637
1420
  doublesTier: "DUU",
1638
1421
  },
1639
1422
  relicanth: {
1640
- randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "waterfall"],
1641
1423
  tier: "PU",
1642
1424
  doublesTier: "DUU",
1643
1425
  },
1644
1426
  luvdisc: {
1645
- randomBattleMoves: ["icebeam", "protect", "surf", "sweetkiss", "toxic"],
1646
1427
  tier: "(PU)",
1647
1428
  doublesTier: "DUU",
1648
1429
  },
@@ -1653,7 +1434,6 @@ export const FormatsData = {
1653
1434
  tier: "NFE",
1654
1435
  },
1655
1436
  salamence: {
1656
- randomBattleMoves: ["aquatail", "brickbreak", "dracometeor", "dragondance", "earthquake", "fireblast", "outrage", "roost"],
1657
1437
  tier: "OU",
1658
1438
  doublesTier: "DOU",
1659
1439
  },
@@ -1665,72 +1445,58 @@ export const FormatsData = {
1665
1445
  doublesTier: "NFE",
1666
1446
  },
1667
1447
  metagross: {
1668
- randomBattleMoves: ["agility", "bulletpunch", "earthquake", "meteormash", "pursuit", "stealthrock", "zenheadbutt"],
1669
1448
  tier: "(OU)",
1670
1449
  doublesTier: "DOU",
1671
1450
  },
1672
1451
  regirock: {
1673
- randomBattleMoves: ["drainpunch", "protect", "rockslide", "stealthrock", "thunderwave", "toxic"],
1674
1452
  tier: "NU",
1675
1453
  doublesTier: "DUU",
1676
1454
  },
1677
1455
  regice: {
1678
- randomBattleMoves: ["focusblast", "icebeam", "rest", "rockpolish", "sleeptalk", "thunderbolt"],
1679
1456
  tier: "NU",
1680
1457
  doublesTier: "DUU",
1681
1458
  },
1682
1459
  registeel: {
1683
- randomBattleMoves: ["curse", "ironhead", "protect", "rest", "sleeptalk", "stealthrock", "toxic"],
1684
1460
  tier: "UU",
1685
1461
  doublesTier: "DUU",
1686
1462
  },
1687
1463
  latias: {
1688
- randomBattleMoves: ["calmmind", "dracometeor", "healingwish", "hiddenpowerfire", "psyshock", "roost", "surf"],
1689
1464
  tier: "(OU)",
1690
1465
  doublesTier: "DUU",
1691
1466
  },
1692
1467
  latios: {
1693
- randomBattleMoves: ["dracometeor", "hiddenpowerfire", "psyshock", "roost", "surf", "trick"],
1694
1468
  tier: "OU",
1695
1469
  doublesTier: "DOU",
1696
1470
  },
1697
1471
  kyogre: {
1698
- randomBattleMoves: ["calmmind", "icebeam", "rest", "sleeptalk", "surf", "thunder", "waterspout"],
1699
1472
  tier: "Uber",
1700
1473
  doublesTier: "DUber",
1701
1474
  },
1702
1475
  groudon: {
1703
- randomBattleMoves: ["earthquake", "firepunch", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
1704
1476
  tier: "Uber",
1705
1477
  doublesTier: "DUber",
1706
1478
  },
1707
1479
  rayquaza: {
1708
- randomBattleMoves: ["dracometeor", "dragondance", "earthquake", "extremespeed", "outrage", "swordsdance", "vcreate"],
1709
1480
  tier: "Uber",
1710
1481
  doublesTier: "DUber",
1711
1482
  },
1712
1483
  jirachi: {
1713
- randomBattleMoves: ["bodyslam", "firepunch", "icepunch", "ironhead", "substitute", "uturn", "wish"],
1714
1484
  tier: "OU",
1715
1485
  doublesTier: "DUber",
1716
1486
  },
1717
1487
  deoxys: {
1718
- randomBattleMoves: ["extremespeed", "hiddenpowerfire", "icebeam", "psychoboost", "stealthrock", "superpower"],
1719
1488
  tier: "Uber",
1720
1489
  doublesTier: "DUU",
1721
1490
  },
1722
1491
  deoxysattack: {
1723
- randomBattleMoves: ["extremespeed", "hiddenpowerfire", "icebeam", "psychoboost", "stealthrock", "superpower"],
1724
1492
  tier: "Uber",
1725
1493
  doublesTier: "DUU",
1726
1494
  },
1727
1495
  deoxysdefense: {
1728
- randomBattleMoves: ["magiccoat", "recover", "seismictoss", "spikes", "taunt", "toxic"],
1729
1496
  tier: "Uber",
1730
1497
  doublesTier: "DUU",
1731
1498
  },
1732
1499
  deoxysspeed: {
1733
- randomBattleMoves: ["icebeam", "lightscreen", "psychoboost", "reflect", "spikes", "stealthrock", "superpower", "taunt"],
1734
1500
  tier: "Uber",
1735
1501
  doublesTier: "DUU",
1736
1502
  },
@@ -1741,7 +1507,6 @@ export const FormatsData = {
1741
1507
  tier: "NFE",
1742
1508
  },
1743
1509
  torterra: {
1744
- randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "synthesis", "woodhammer"],
1745
1510
  tier: "PU",
1746
1511
  doublesTier: "DUU",
1747
1512
  },
@@ -1753,7 +1518,6 @@ export const FormatsData = {
1753
1518
  doublesTier: "NFE",
1754
1519
  },
1755
1520
  infernape: {
1756
- randomBattleMoves: ["closecombat", "flareblitz", "hiddenpowerice", "machpunch", "overheat", "swordsdance", "thunderpunch", "uturn"],
1757
1521
  tier: "(OU)",
1758
1522
  doublesTier: "DOU",
1759
1523
  },
@@ -1764,7 +1528,6 @@ export const FormatsData = {
1764
1528
  tier: "NFE",
1765
1529
  },
1766
1530
  empoleon: {
1767
- randomBattleMoves: ["agility", "grassknot", "hydropump", "icebeam", "protect", "scald", "stealthrock", "toxic"],
1768
1531
  tier: "UU",
1769
1532
  doublesTier: "DUU",
1770
1533
  },
@@ -1775,7 +1538,6 @@ export const FormatsData = {
1775
1538
  tier: "NFE",
1776
1539
  },
1777
1540
  staraptor: {
1778
- randomBattleMoves: ["bravebird", "closecombat", "doubleedge", "quickattack", "roost", "uturn"],
1779
1541
  tier: "UUBL",
1780
1542
  doublesTier: "DUU",
1781
1543
  },
@@ -1783,7 +1545,6 @@ export const FormatsData = {
1783
1545
  tier: "LC",
1784
1546
  },
1785
1547
  bibarel: {
1786
- randomBattleMoves: ["curse", "quickattack", "rest", "waterfall"],
1787
1548
  tier: "(PU)",
1788
1549
  doublesTier: "DUU",
1789
1550
  },
@@ -1791,7 +1552,6 @@ export const FormatsData = {
1791
1552
  tier: "LC",
1792
1553
  },
1793
1554
  kricketune: {
1794
- randomBattleMoves: ["brickbreak", "bugbite", "nightslash", "return", "swordsdance"],
1795
1555
  tier: "(PU)",
1796
1556
  doublesTier: "DUU",
1797
1557
  },
@@ -1802,7 +1562,6 @@ export const FormatsData = {
1802
1562
  tier: "NFE",
1803
1563
  },
1804
1564
  luxray: {
1805
- randomBattleMoves: ["crunch", "facade", "icefang", "superpower", "voltswitch", "wildcharge"],
1806
1565
  tier: "(PU)",
1807
1566
  doublesTier: "DUU",
1808
1567
  },
@@ -1810,7 +1569,6 @@ export const FormatsData = {
1810
1569
  tier: "LC",
1811
1570
  },
1812
1571
  rampardos: {
1813
- randomBattleMoves: ["crunch", "earthquake", "firepunch", "headsmash", "rockpolish", "superpower"],
1814
1572
  tier: "PU",
1815
1573
  doublesTier: "DUU",
1816
1574
  },
@@ -1818,7 +1576,6 @@ export const FormatsData = {
1818
1576
  tier: "LC",
1819
1577
  },
1820
1578
  bastiodon: {
1821
- randomBattleMoves: ["metalburst", "protect", "roar", "rockblast", "stealthrock", "toxic"],
1822
1579
  tier: "NU",
1823
1580
  doublesTier: "DUU",
1824
1581
  },
@@ -1826,22 +1583,18 @@ export const FormatsData = {
1826
1583
  tier: "LC",
1827
1584
  },
1828
1585
  wormadam: {
1829
- randomBattleMoves: ["gigadrain", "hiddenpowerrock", "leafstorm", "protect", "signalbeam", "toxic"],
1830
1586
  tier: "(PU)",
1831
1587
  doublesTier: "DUU",
1832
1588
  },
1833
1589
  wormadamsandy: {
1834
- randomBattleMoves: ["earthquake", "protect", "rockblast", "stealthrock", "toxic"],
1835
1590
  tier: "(PU)",
1836
1591
  doublesTier: "DUU",
1837
1592
  },
1838
1593
  wormadamtrash: {
1839
- randomBattleMoves: ["ironhead", "protect", "stealthrock", "toxic"],
1840
1594
  tier: "(PU)",
1841
1595
  doublesTier: "DUU",
1842
1596
  },
1843
1597
  mothim: {
1844
- randomBattleMoves: ["airslash", "bugbuzz", "hiddenpowerground", "quiverdance", "substitute"],
1845
1598
  tier: "(PU)",
1846
1599
  doublesTier: "DUU",
1847
1600
  },
@@ -1849,12 +1602,10 @@ export const FormatsData = {
1849
1602
  tier: "LC",
1850
1603
  },
1851
1604
  vespiquen: {
1852
- randomBattleMoves: ["attackorder", "protect", "roost", "substitute", "toxic"],
1853
1605
  tier: "(PU)",
1854
1606
  doublesTier: "DUU",
1855
1607
  },
1856
1608
  pachirisu: {
1857
- randomBattleMoves: ["protect", "superfang", "thunderwave", "toxic", "voltswitch"],
1858
1609
  tier: "(PU)",
1859
1610
  doublesTier: "DUU",
1860
1611
  },
@@ -1862,7 +1613,6 @@ export const FormatsData = {
1862
1613
  tier: "LC",
1863
1614
  },
1864
1615
  floatzel: {
1865
- randomBattleMoves: ["aquajet", "bulkup", "crunch", "icepunch", "switcheroo", "taunt", "waterfall"],
1866
1616
  tier: "NU",
1867
1617
  doublesTier: "DUU",
1868
1618
  },
@@ -1870,7 +1620,6 @@ export const FormatsData = {
1870
1620
  tier: "LC",
1871
1621
  },
1872
1622
  cherrim: {
1873
- randomBattleMoves: ["energyball", "healingwish", "hiddenpowerrock", "hiddenpowerfire", "naturepower"],
1874
1623
  tier: "(PU)",
1875
1624
  doublesTier: "DUU",
1876
1625
  },
@@ -1879,7 +1628,6 @@ export const FormatsData = {
1879
1628
  tier: "LC",
1880
1629
  },
1881
1630
  gastrodon: {
1882
- randomBattleMoves: ["earthquake", "icebeam", "recover", "scald", "toxic"],
1883
1631
  tier: "OU",
1884
1632
  doublesTier: "DOU",
1885
1633
  },
@@ -1887,7 +1635,6 @@ export const FormatsData = {
1887
1635
  tier: "LC",
1888
1636
  },
1889
1637
  drifblim: {
1890
- randomBattleMoves: ["acrobatics", "destinybond", "disable", "shadowball", "substitute", "willowisp"],
1891
1638
  tier: "NU",
1892
1639
  doublesTier: "DUU",
1893
1640
  },
@@ -1895,7 +1642,6 @@ export const FormatsData = {
1895
1642
  tier: "LC",
1896
1643
  },
1897
1644
  lopunny: {
1898
- randomBattleMoves: ["firepunch", "healingwish", "icepunch", "jumpkick", "return", "switcheroo", "thunderpunch"],
1899
1645
  tier: "(PU)",
1900
1646
  doublesTier: "DUU",
1901
1647
  },
@@ -1903,7 +1649,6 @@ export const FormatsData = {
1903
1649
  tier: "LC",
1904
1650
  },
1905
1651
  purugly: {
1906
- randomBattleMoves: ["fakeout", "hypnosis", "return", "suckerpunch", "uturn"],
1907
1652
  tier: "PU",
1908
1653
  doublesTier: "DUU",
1909
1654
  },
@@ -1911,7 +1656,6 @@ export const FormatsData = {
1911
1656
  tier: "LC",
1912
1657
  },
1913
1658
  skuntank: {
1914
- randomBattleMoves: ["crunch", "fireblast", "poisonjab", "pursuit", "suckerpunch", "taunt"],
1915
1659
  tier: "NU",
1916
1660
  doublesTier: "DUU",
1917
1661
  },
@@ -1920,17 +1664,14 @@ export const FormatsData = {
1920
1664
  doublesTier: "LC",
1921
1665
  },
1922
1666
  bronzong: {
1923
- randomBattleMoves: ["earthquake", "hypnosis", "psychic", "stealthrock", "toxic"],
1924
1667
  tier: "UU",
1925
1668
  doublesTier: "DOU",
1926
1669
  },
1927
1670
  chatot: {
1928
- randomBattleMoves: ["chatter", "heatwave", "hiddenpowerground", "hypervoice", "nastyplot", "substitute", "uturn"],
1929
1671
  tier: "(PU)",
1930
1672
  doublesTier: "DUU",
1931
1673
  },
1932
1674
  spiritomb: {
1933
- randomBattleMoves: ["calmmind", "darkpulse", "foulplay", "rest", "shadowsneak", "sleeptalk", "willowisp"],
1934
1675
  tier: "RU",
1935
1676
  doublesTier: "DUU",
1936
1677
  },
@@ -1942,7 +1683,6 @@ export const FormatsData = {
1942
1683
  doublesTier: "NFE",
1943
1684
  },
1944
1685
  garchomp: {
1945
- randomBattleMoves: ["aquatail", "earthquake", "fireblast", "outrage", "stealthrock", "stoneedge", "swordsdance"],
1946
1686
  tier: "OU",
1947
1687
  doublesTier: "DOU",
1948
1688
  },
@@ -1951,7 +1691,6 @@ export const FormatsData = {
1951
1691
  doublesTier: "LC",
1952
1692
  },
1953
1693
  lucario: {
1954
- randomBattleMoves: ["closecombat", "crunch", "extremespeed", "icepunch", "swordsdance"],
1955
1694
  tier: "(OU)",
1956
1695
  doublesTier: "DOU",
1957
1696
  },
@@ -1959,7 +1698,6 @@ export const FormatsData = {
1959
1698
  tier: "LC",
1960
1699
  },
1961
1700
  hippowdon: {
1962
- randomBattleMoves: ["earthquake", "slackoff", "stealthrock", "stoneedge", "toxic", "whirlwind"],
1963
1701
  tier: "(OU)",
1964
1702
  doublesTier: "DUU",
1965
1703
  },
@@ -1967,7 +1705,6 @@ export const FormatsData = {
1967
1705
  tier: "LC",
1968
1706
  },
1969
1707
  drapion: {
1970
- randomBattleMoves: ["aquatail", "crunch", "earthquake", "poisonjab", "pursuit", "swordsdance", "taunt", "toxicspikes"],
1971
1708
  tier: "RU",
1972
1709
  doublesTier: "DUU",
1973
1710
  },
@@ -1975,12 +1712,10 @@ export const FormatsData = {
1975
1712
  tier: "LC",
1976
1713
  },
1977
1714
  toxicroak: {
1978
- randomBattleMoves: ["drainpunch", "icepunch", "poisonjab", "substitute", "suckerpunch", "swordsdance"],
1979
1715
  tier: "OU",
1980
1716
  doublesTier: "DOU",
1981
1717
  },
1982
1718
  carnivine: {
1983
- randomBattleMoves: ["leechseed", "powerwhip", "return", "sleeppowder", "substitute", "swordsdance"],
1984
1719
  tier: "(PU)",
1985
1720
  doublesTier: "DUU",
1986
1721
  },
@@ -1988,7 +1723,6 @@ export const FormatsData = {
1988
1723
  tier: "LC",
1989
1724
  },
1990
1725
  lumineon: {
1991
- randomBattleMoves: ["icebeam", "protect", "scald", "toxic", "uturn"],
1992
1726
  tier: "(PU)",
1993
1727
  doublesTier: "DUU",
1994
1728
  },
@@ -1996,170 +1730,114 @@ export const FormatsData = {
1996
1730
  tier: "LC",
1997
1731
  },
1998
1732
  abomasnow: {
1999
- randomBattleMoves: ["blizzard", "earthquake", "hiddenpowerfire", "iceshard", "leechseed", "woodhammer"],
2000
1733
  tier: "UU",
2001
1734
  doublesTier: "DOU",
2002
1735
  },
2003
1736
  rotom: {
2004
- randomBattleMoves: ["hiddenpowerice", "painsplit", "shadowball", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2005
1737
  tier: "RU",
2006
1738
  doublesTier: "DUU",
2007
1739
  },
2008
1740
  rotomheat: {
2009
- randomBattleMoves: ["hiddenpowergrass", "overheat", "painsplit", "thunderbolt", "thunderwave", "trick", "voltswitch", "willowisp"],
2010
1741
  tier: "UU",
2011
1742
  doublesTier: "DUU",
2012
1743
  },
2013
1744
  rotomwash: {
2014
- randomBattleMoves: ["hiddenpowerice", "hydropump", "painsplit", "thunderbolt", "thunderwave", "trick", "voltswitch", "willowisp"],
2015
1745
  tier: "OU",
2016
1746
  doublesTier: "DOU",
2017
1747
  },
2018
1748
  rotomfrost: {
2019
- randomBattleMoves: ["blizzard", "hiddenpowerfire", "painsplit", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2020
1749
  tier: "PUBL",
2021
1750
  doublesTier: "DUU",
2022
1751
  },
2023
1752
  rotomfan: {
2024
- randomBattleMoves: ["airslash", "painsplit", "substitute", "thunderbolt", "trick", "voltswitch", "willowisp"],
2025
1753
  tier: "NU",
2026
1754
  doublesTier: "DUU",
2027
1755
  },
2028
1756
  rotommow: {
2029
- randomBattleMoves: ["hiddenpowerfire", "leafstorm", "painsplit", "thunderbolt", "thunderwave", "trick", "voltswitch", "willowisp"],
2030
1757
  tier: "RU",
2031
1758
  doublesTier: "DUU",
2032
1759
  },
2033
1760
  uxie: {
2034
- randomBattleMoves: ["healbell", "lightscreen", "memento", "psychic", "reflect", "stealthrock", "thunderwave", "uturn", "yawn"],
2035
1761
  tier: "RU",
2036
1762
  doublesTier: "DUU",
2037
1763
  },
2038
1764
  mesprit: {
2039
- randomBattleMoves: ["calmmind", "hiddenpowerfire", "icebeam", "psychic", "stealthrock", "thunderbolt", "trick", "uturn"],
2040
1765
  tier: "RU",
2041
1766
  doublesTier: "DUU",
2042
1767
  },
2043
1768
  azelf: {
2044
- randomBattleMoves: ["energyball", "fireblast", "nastyplot", "psychic", "stealthrock", "taunt", "trick", "uturn"],
2045
1769
  tier: "UU",
2046
1770
  doublesTier: "DUU",
2047
1771
  },
2048
1772
  dialga: {
2049
- randomBattleMoves: ["aurasphere", "dracometeor", "dragontail", "fireblast", "stealthrock", "thunderbolt"],
2050
1773
  tier: "Uber",
2051
1774
  doublesTier: "DUber",
2052
1775
  },
2053
1776
  palkia: {
2054
- randomBattleMoves: ["dracometeor", "dragontail", "fireblast", "hydropump", "spacialrend", "surf", "thunderbolt"],
2055
1777
  tier: "Uber",
2056
1778
  doublesTier: "DUber",
2057
1779
  },
2058
1780
  heatran: {
2059
- randomBattleMoves: ["earthpower", "fireblast", "flashcannon", "hiddenpowerice", "lavaplume", "protect", "roar", "stealthrock", "toxic"],
2060
1781
  tier: "OU",
2061
1782
  doublesTier: "DOU",
2062
1783
  },
2063
1784
  regigigas: {
2064
- randomBattleMoves: ["confuseray", "return", "rockslide", "substitute", "thunderwave"],
2065
1785
  tier: "(PU)",
2066
1786
  doublesTier: "DUU",
2067
1787
  },
2068
1788
  giratina: {
2069
- randomBattleMoves: ["calmmind", "dragonpulse", "dragontail", "rest", "sleeptalk", "willowisp"],
2070
1789
  tier: "Uber",
2071
1790
  doublesTier: "DUber",
2072
1791
  },
2073
1792
  giratinaorigin: {
2074
- randomBattleMoves: ["dracometeor", "earthquake", "hiddenpowerfire", "shadowsneak", "willowisp"],
2075
1793
  tier: "Uber",
2076
1794
  doublesTier: "DUber",
2077
1795
  },
2078
1796
  cresselia: {
2079
- randomBattleMoves: ["calmmind", "hiddenpowerfighting", "moonlight", "psychic", "thunderwave", "toxic"],
2080
1797
  tier: "RUBL",
2081
1798
  doublesTier: "DOU",
2082
1799
  },
2083
1800
  phione: {
2084
- randomBattleMoves: ["healbell", "icebeam", "scald", "toxic", "uturn"],
2085
1801
  tier: "(PU)",
2086
1802
  doublesTier: "DUU",
2087
1803
  },
2088
1804
  manaphy: {
2089
- randomBattleMoves: ["energyball", "icebeam", "surf", "tailglow"],
2090
1805
  tier: "Uber",
2091
1806
  doublesTier: "DUU",
2092
1807
  },
2093
1808
  darkrai: {
2094
- randomBattleMoves: ["darkpulse", "darkvoid", "focusblast", "nastyplot", "substitute"],
2095
1809
  tier: "Uber",
2096
1810
  doublesTier: "DUU",
2097
1811
  },
2098
1812
  shaymin: {
2099
- randomBattleMoves: ["earthpower", "hiddenpowerfire", "leechseed", "psychic", "rest", "seedflare"],
2100
1813
  tier: "UU",
2101
1814
  doublesTier: "DUU",
2102
1815
  },
2103
1816
  shayminsky: {
2104
- randomBattleMoves: ["airslash", "earthpower", "hiddenpowerfire", "hiddenpowerice", "leechseed", "seedflare", "substitute"],
2105
1817
  tier: "Uber",
2106
1818
  doublesTier: "DOU",
2107
1819
  },
2108
1820
  arceus: {
2109
- randomBattleMoves: ["earthquake", "extremespeed", "recover", "shadowclaw", "swordsdance"],
2110
1821
  tier: "Uber",
2111
1822
  doublesTier: "DUber",
2112
1823
  },
2113
- arceusbug: {
2114
- randomBattleMoves: ["earthquake", "recover", "stoneedge", "swordsdance", "xscissor"],
2115
- },
2116
- arceusdark: {
2117
- randomBattleMoves: ["calmmind", "judgment", "recover", "refresh"],
2118
- },
2119
- arceusdragon: {
2120
- randomBattleMoves: ["earthquake", "extremespeed", "outrage", "recover", "swordsdance"],
2121
- },
2122
- arceuselectric: {
2123
- randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover"],
2124
- },
2125
- arceusfighting: {
2126
- randomBattleMoves: ["calmmind", "darkpulse", "icebeam", "judgment", "recover"],
2127
- },
2128
- arceusfire: {
2129
- randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "thunderbolt"],
2130
- },
2131
- arceusflying: {
2132
- randomBattleMoves: ["calmmind", "earthpower", "judgment", "recover", "substitute"],
2133
- },
2134
- arceusghost: {
2135
- randomBattleMoves: ["calmmind", "focusblast", "judgment", "recover", "roar", "willowisp"],
2136
- },
2137
- arceusgrass: {
2138
- randomBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "recover", "thunderwave"],
2139
- },
2140
- arceusground: {
2141
- randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "willowisp"],
2142
- },
2143
- arceusice: {
2144
- randomBattleMoves: ["calmmind", "fireblast", "icebeam", "recover", "thunderbolt"],
2145
- },
2146
- arceuspoison: {
2147
- randomBattleMoves: ["flamethrower", "icebeam", "recover", "sludgebomb", "stealthrock", "willowisp"],
2148
- },
2149
- arceuspsychic: {
2150
- randomBattleMoves: ["calmmind", "darkpulse", "focusblast", "judgment", "recover"],
2151
- },
2152
- arceusrock: {
2153
- randomBattleMoves: ["earthquake", "recover", "stoneedge", "swordsdance"],
2154
- },
2155
- arceussteel: {
2156
- randomBattleMoves: ["calmmind", "judgment", "recover", "thunderbolt", "willowisp"],
2157
- },
2158
- arceuswater: {
2159
- randomBattleMoves: ["brickbreak", "extremespeed", "recover", "swordsdance", "waterfall"],
2160
- },
1824
+ arceusbug: {},
1825
+ arceusdark: {},
1826
+ arceusdragon: {},
1827
+ arceuselectric: {},
1828
+ arceusfighting: {},
1829
+ arceusfire: {},
1830
+ arceusflying: {},
1831
+ arceusghost: {},
1832
+ arceusgrass: {},
1833
+ arceusground: {},
1834
+ arceusice: {},
1835
+ arceuspoison: {},
1836
+ arceuspsychic: {},
1837
+ arceusrock: {},
1838
+ arceussteel: {},
1839
+ arceuswater: {},
2161
1840
  victini: {
2162
- randomBattleMoves: ["blueflare", "boltstrike", "energyball", "focusblast", "glaciate", "trick", "uturn", "vcreate"],
2163
1841
  tier: "UU",
2164
1842
  doublesTier: "DOU",
2165
1843
  },
@@ -2170,7 +1848,6 @@ export const FormatsData = {
2170
1848
  tier: "NFE",
2171
1849
  },
2172
1850
  serperior: {
2173
- randomBattleMoves: ["calmmind", "dragonpulse", "gigadrain", "hiddenpowerfire", "leechseed", "substitute"],
2174
1851
  tier: "NU",
2175
1852
  doublesTier: "DUU",
2176
1853
  },
@@ -2181,7 +1858,6 @@ export const FormatsData = {
2181
1858
  tier: "NFE",
2182
1859
  },
2183
1860
  emboar: {
2184
- randomBattleMoves: ["earthquake", "fireblast", "flareblitz", "grassknot", "headsmash", "superpower", "wildcharge"],
2185
1861
  tier: "RU",
2186
1862
  doublesTier: "DUU",
2187
1863
  },
@@ -2192,7 +1868,6 @@ export const FormatsData = {
2192
1868
  tier: "NFE",
2193
1869
  },
2194
1870
  samurott: {
2195
- randomBattleMoves: ["aquajet", "grassknot", "icebeam", "megahorn", "superpower", "swordsdance", "waterfall"],
2196
1871
  tier: "NU",
2197
1872
  doublesTier: "DUU",
2198
1873
  },
@@ -2200,7 +1875,6 @@ export const FormatsData = {
2200
1875
  tier: "LC",
2201
1876
  },
2202
1877
  watchog: {
2203
- randomBattleMoves: ["crunch", "hypnosis", "return", "substitute", "superfang", "swordsdance"],
2204
1878
  tier: "(PU)",
2205
1879
  doublesTier: "DUU",
2206
1880
  },
@@ -2211,7 +1885,6 @@ export const FormatsData = {
2211
1885
  tier: "NFE",
2212
1886
  },
2213
1887
  stoutland: {
2214
- randomBattleMoves: ["crunch", "return", "superpower", "thunderwave", "wildcharge"],
2215
1888
  tier: "PU",
2216
1889
  doublesTier: "DUU",
2217
1890
  },
@@ -2219,7 +1892,6 @@ export const FormatsData = {
2219
1892
  tier: "LC",
2220
1893
  },
2221
1894
  liepard: {
2222
- randomBattleMoves: ["darkpulse", "encore", "hiddenpowerfire", "nastyplot", "thunderwave"],
2223
1895
  tier: "NU",
2224
1896
  doublesTier: "DUU",
2225
1897
  },
@@ -2227,7 +1899,6 @@ export const FormatsData = {
2227
1899
  tier: "LC",
2228
1900
  },
2229
1901
  simisage: {
2230
- randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerrock", "leechseed", "nastyplot", "substitute"],
2231
1902
  tier: "PU",
2232
1903
  doublesTier: "DUU",
2233
1904
  },
@@ -2235,7 +1906,6 @@ export const FormatsData = {
2235
1906
  tier: "LC",
2236
1907
  },
2237
1908
  simisear: {
2238
- randomBattleMoves: ["fireblast", "focusblast", "grassknot", "hiddenpowerrock", "nastyplot", "substitute"],
2239
1909
  tier: "(PU)",
2240
1910
  doublesTier: "DUU",
2241
1911
  },
@@ -2243,7 +1913,6 @@ export const FormatsData = {
2243
1913
  tier: "LC",
2244
1914
  },
2245
1915
  simipour: {
2246
- randomBattleMoves: ["focusblast", "hiddenpowergrass", "hydropump", "icebeam", "nastyplot", "substitute"],
2247
1916
  tier: "PUBL",
2248
1917
  doublesTier: "DUU",
2249
1918
  },
@@ -2251,7 +1920,6 @@ export const FormatsData = {
2251
1920
  tier: "LC",
2252
1921
  },
2253
1922
  musharna: {
2254
- randomBattleMoves: ["calmmind", "healbell", "hiddenpowerground", "moonlight", "psychic", "signalbeam", "toxic", "trickroom"],
2255
1923
  tier: "NU",
2256
1924
  doublesTier: "DUU",
2257
1925
  },
@@ -2262,7 +1930,6 @@ export const FormatsData = {
2262
1930
  tier: "NFE",
2263
1931
  },
2264
1932
  unfezant: {
2265
- randomBattleMoves: ["hypnosis", "pluck", "return", "roost", "tailwind", "uturn"],
2266
1933
  tier: "(PU)",
2267
1934
  doublesTier: "DUU",
2268
1935
  },
@@ -2270,7 +1937,6 @@ export const FormatsData = {
2270
1937
  tier: "LC",
2271
1938
  },
2272
1939
  zebstrika: {
2273
- randomBattleMoves: ["hiddenpowergrass", "overheat", "thunderbolt", "voltswitch", "wildcharge"],
2274
1940
  tier: "PU",
2275
1941
  doublesTier: "DUU",
2276
1942
  },
@@ -2281,7 +1947,6 @@ export const FormatsData = {
2281
1947
  tier: "NFE",
2282
1948
  },
2283
1949
  gigalith: {
2284
- randomBattleMoves: ["earthquake", "explosion", "rockblast", "stealthrock", "stoneedge", "superpower"],
2285
1950
  tier: "NU",
2286
1951
  doublesTier: "DUU",
2287
1952
  },
@@ -2289,7 +1954,6 @@ export const FormatsData = {
2289
1954
  tier: "LC",
2290
1955
  },
2291
1956
  swoobat: {
2292
- randomBattleMoves: ["airslash", "calmmind", "heatwave", "roost", "storedpower"],
2293
1957
  tier: "PU",
2294
1958
  doublesTier: "DUU",
2295
1959
  },
@@ -2297,12 +1961,10 @@ export const FormatsData = {
2297
1961
  tier: "LC",
2298
1962
  },
2299
1963
  excadrill: {
2300
- randomBattleMoves: ["earthquake", "ironhead", "rapidspin", "rockslide", "swordsdance"],
2301
1964
  tier: "OU",
2302
1965
  doublesTier: "DOU",
2303
1966
  },
2304
1967
  audino: {
2305
- randomBattleMoves: ["doubleedge", "healbell", "magiccoat", "protect", "toxic", "wish"],
2306
1968
  tier: "PU",
2307
1969
  doublesTier: "DUU",
2308
1970
  },
@@ -2314,7 +1976,6 @@ export const FormatsData = {
2314
1976
  doublesTier: "NFE",
2315
1977
  },
2316
1978
  conkeldurr: {
2317
- randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "machpunch", "thunderpunch"],
2318
1979
  tier: "OU",
2319
1980
  doublesTier: "DOU",
2320
1981
  },
@@ -2325,17 +1986,14 @@ export const FormatsData = {
2325
1986
  tier: "NFE",
2326
1987
  },
2327
1988
  seismitoad: {
2328
- randomBattleMoves: ["earthquake", "hydropump", "raindance", "sludgebomb", "stealthrock", "toxic"],
2329
1989
  tier: "NU",
2330
1990
  doublesTier: "DUU",
2331
1991
  },
2332
1992
  throh: {
2333
- randomBattleMoves: ["bulkup", "icepunch", "payback", "rest", "sleeptalk", "stormthrow"],
2334
1993
  tier: "PUBL",
2335
1994
  doublesTier: "DUU",
2336
1995
  },
2337
1996
  sawk: {
2338
- randomBattleMoves: ["bulkup", "closecombat", "earthquake", "icepunch", "stoneedge"],
2339
1997
  tier: "NU",
2340
1998
  doublesTier: "DUU",
2341
1999
  },
@@ -2346,7 +2004,6 @@ export const FormatsData = {
2346
2004
  tier: "NFE",
2347
2005
  },
2348
2006
  leavanny: {
2349
- randomBattleMoves: ["leafblade", "swordsdance", "synthesis", "xscissor"],
2350
2007
  tier: "(PU)",
2351
2008
  doublesTier: "DUU",
2352
2009
  },
@@ -2357,7 +2014,6 @@ export const FormatsData = {
2357
2014
  tier: "NFE",
2358
2015
  },
2359
2016
  scolipede: {
2360
- randomBattleMoves: ["aquatail", "earthquake", "megahorn", "rockslide", "spikes", "swordsdance"],
2361
2017
  tier: "NUBL",
2362
2018
  doublesTier: "DUU",
2363
2019
  },
@@ -2365,7 +2021,6 @@ export const FormatsData = {
2365
2021
  tier: "LC",
2366
2022
  },
2367
2023
  whimsicott: {
2368
- randomBattleMoves: ["encore", "gigadrain", "leechseed", "stunspore", "taunt", "uturn"],
2369
2024
  tier: "RU",
2370
2025
  doublesTier: "DOU",
2371
2026
  },
@@ -2373,17 +2028,14 @@ export const FormatsData = {
2373
2028
  tier: "LC",
2374
2029
  },
2375
2030
  lilligant: {
2376
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerrock", "petaldance", "quiverdance", "sleeppowder"],
2377
2031
  tier: "RU",
2378
2032
  doublesTier: "DUU",
2379
2033
  },
2380
2034
  basculin: {
2381
- randomBattleMoves: ["aquajet", "crunch", "superpower", "waterfall", "zenheadbutt"],
2382
2035
  tier: "NU",
2383
2036
  doublesTier: "DUU",
2384
2037
  },
2385
2038
  basculinbluestriped: {
2386
- randomBattleMoves: ["aquajet", "crunch", "superpower", "waterfall", "zenheadbutt"],
2387
2039
  tier: "NU",
2388
2040
  doublesTier: "DUU",
2389
2041
  },
@@ -2395,7 +2047,6 @@ export const FormatsData = {
2395
2047
  doublesTier: "NFE",
2396
2048
  },
2397
2049
  krookodile: {
2398
- randomBattleMoves: ["crunch", "earthquake", "pursuit", "stealthrock", "stoneedge", "superpower"],
2399
2050
  tier: "UU",
2400
2051
  doublesTier: "DUU",
2401
2052
  },
@@ -2403,12 +2054,10 @@ export const FormatsData = {
2403
2054
  tier: "LC",
2404
2055
  },
2405
2056
  darmanitan: {
2406
- randomBattleMoves: ["earthquake", "flareblitz", "rockslide", "superpower", "uturn"],
2407
2057
  tier: "UU",
2408
2058
  doublesTier: "DUU",
2409
2059
  },
2410
2060
  maractus: {
2411
- randomBattleMoves: ["gigadrain", "hiddenpowerfire", "leechseed", "spikes", "toxic"],
2412
2061
  tier: "PU",
2413
2062
  doublesTier: "DUU",
2414
2063
  },
@@ -2417,7 +2066,6 @@ export const FormatsData = {
2417
2066
  doublesTier: "LC",
2418
2067
  },
2419
2068
  crustle: {
2420
- randomBattleMoves: ["earthquake", "rockblast", "shellsmash", "spikes", "stealthrock", "stoneedge", "xscissor"],
2421
2069
  tier: "RU",
2422
2070
  doublesTier: "DUU",
2423
2071
  },
@@ -2426,12 +2074,10 @@ export const FormatsData = {
2426
2074
  doublesTier: "NFE",
2427
2075
  },
2428
2076
  scrafty: {
2429
- randomBattleMoves: ["crunch", "dragondance", "highjumpkick", "icepunch", "zenheadbutt"],
2430
2077
  tier: "UU",
2431
2078
  doublesTier: "DUU",
2432
2079
  },
2433
2080
  sigilyph: {
2434
- randomBattleMoves: ["cosmicpower", "psychoshift", "roost", "storedpower"],
2435
2081
  tier: "RU",
2436
2082
  doublesTier: "DUU",
2437
2083
  },
@@ -2439,7 +2085,6 @@ export const FormatsData = {
2439
2085
  tier: "LC",
2440
2086
  },
2441
2087
  cofagrigus: {
2442
- randomBattleMoves: ["haze", "hiddenpowerfighting", "nastyplot", "painsplit", "shadowball", "trickroom", "willowisp"],
2443
2088
  tier: "UU",
2444
2089
  doublesTier: "DUU",
2445
2090
  },
@@ -2447,7 +2092,6 @@ export const FormatsData = {
2447
2092
  tier: "LC",
2448
2093
  },
2449
2094
  carracosta: {
2450
- randomBattleMoves: ["aquajet", "earthquake", "icebeam", "shellsmash", "stealthrock", "stoneedge", "waterfall"],
2451
2095
  tier: "NU",
2452
2096
  doublesTier: "DUU",
2453
2097
  },
@@ -2455,7 +2099,6 @@ export const FormatsData = {
2455
2099
  tier: "LC",
2456
2100
  },
2457
2101
  archeops: {
2458
- randomBattleMoves: ["acrobatics", "earthquake", "headsmash", "pluck", "roost", "stoneedge", "uturn"],
2459
2102
  tier: "RU",
2460
2103
  doublesTier: "DUU",
2461
2104
  },
@@ -2463,7 +2106,6 @@ export const FormatsData = {
2463
2106
  tier: "LC",
2464
2107
  },
2465
2108
  garbodor: {
2466
- randomBattleMoves: ["drainpunch", "gunkshot", "haze", "painsplit", "spikes", "toxicspikes"],
2467
2109
  tier: "NU",
2468
2110
  doublesTier: "DUU",
2469
2111
  },
@@ -2471,7 +2113,6 @@ export const FormatsData = {
2471
2113
  tier: "LC",
2472
2114
  },
2473
2115
  zoroark: {
2474
- randomBattleMoves: ["darkpulse", "flamethrower", "focusblast", "nastyplot", "uturn"],
2475
2116
  tier: "UU",
2476
2117
  doublesTier: "DUU",
2477
2118
  },
@@ -2479,7 +2120,6 @@ export const FormatsData = {
2479
2120
  tier: "LC",
2480
2121
  },
2481
2122
  cinccino: {
2482
- randomBattleMoves: ["bulletseed", "rockblast", "tailslap", "uturn"],
2483
2123
  tier: "RU",
2484
2124
  doublesTier: "DUU",
2485
2125
  },
@@ -2491,7 +2131,6 @@ export const FormatsData = {
2491
2131
  doublesTier: "NFE",
2492
2132
  },
2493
2133
  gothitelle: {
2494
- randomBattleMoves: ["calmmind", "hiddenpowerfighting", "psychic", "rest", "thunderbolt", "trick"],
2495
2134
  tier: "UUBL",
2496
2135
  doublesTier: "DUU",
2497
2136
  },
@@ -2503,7 +2142,6 @@ export const FormatsData = {
2503
2142
  doublesTier: "NFE",
2504
2143
  },
2505
2144
  reuniclus: {
2506
- randomBattleMoves: ["calmmind", "focusblast", "psychic", "recover", "shadowball", "trickroom"],
2507
2145
  tier: "OU",
2508
2146
  doublesTier: "DOU",
2509
2147
  },
@@ -2511,7 +2149,6 @@ export const FormatsData = {
2511
2149
  tier: "LC",
2512
2150
  },
2513
2151
  swanna: {
2514
- randomBattleMoves: ["hurricane", "icebeam", "raindance", "roost", "surf"],
2515
2152
  tier: "PU",
2516
2153
  doublesTier: "DUU",
2517
2154
  },
@@ -2522,7 +2159,6 @@ export const FormatsData = {
2522
2159
  tier: "NFE",
2523
2160
  },
2524
2161
  vanilluxe: {
2525
- randomBattleMoves: ["autotomize", "explosion", "flashcannon", "hiddenpowerground", "icebeam"],
2526
2162
  tier: "(PU)",
2527
2163
  doublesTier: "DUU",
2528
2164
  },
@@ -2530,12 +2166,10 @@ export const FormatsData = {
2530
2166
  tier: "LC",
2531
2167
  },
2532
2168
  sawsbuck: {
2533
- randomBattleMoves: ["doubleedge", "hornleech", "megahorn", "naturepower", "return", "substitute", "swordsdance"],
2534
2169
  tier: "NU",
2535
2170
  doublesTier: "DUU",
2536
2171
  },
2537
2172
  emolga: {
2538
- randomBattleMoves: ["acrobatics", "encore", "roost", "thunderbolt", "toxic", "uturn"],
2539
2173
  tier: "(PU)",
2540
2174
  doublesTier: "DUU",
2541
2175
  },
@@ -2543,7 +2177,6 @@ export const FormatsData = {
2543
2177
  tier: "LC",
2544
2178
  },
2545
2179
  escavalier: {
2546
- randomBattleMoves: ["ironhead", "megahorn", "pursuit", "return", "swordsdance"],
2547
2180
  tier: "RU",
2548
2181
  doublesTier: "DUU",
2549
2182
  },
@@ -2551,7 +2184,6 @@ export const FormatsData = {
2551
2184
  tier: "LC",
2552
2185
  },
2553
2186
  amoonguss: {
2554
- randomBattleMoves: ["clearsmog", "gigadrain", "hiddenpowerfire", "spore", "stunspore", "synthesis"],
2555
2187
  tier: "RU",
2556
2188
  doublesTier: "DOU",
2557
2189
  },
@@ -2559,12 +2191,10 @@ export const FormatsData = {
2559
2191
  tier: "LC",
2560
2192
  },
2561
2193
  jellicent: {
2562
- randomBattleMoves: ["icebeam", "recover", "scald", "shadowball", "toxic", "willowisp"],
2563
2194
  tier: "OU",
2564
2195
  doublesTier: "DOU",
2565
2196
  },
2566
2197
  alomomola: {
2567
- randomBattleMoves: ["protect", "scald", "toxic", "waterfall", "wish"],
2568
2198
  tier: "NU",
2569
2199
  doublesTier: "DUU",
2570
2200
  },
@@ -2572,7 +2202,6 @@ export const FormatsData = {
2572
2202
  tier: "LC",
2573
2203
  },
2574
2204
  galvantula: {
2575
- randomBattleMoves: ["bugbuzz", "gigadrain", "hiddenpowerice", "thunder", "voltswitch"],
2576
2205
  tier: "RU",
2577
2206
  doublesTier: "DUU",
2578
2207
  },
@@ -2581,7 +2210,6 @@ export const FormatsData = {
2581
2210
  doublesTier: "LC",
2582
2211
  },
2583
2212
  ferrothorn: {
2584
- randomBattleMoves: ["gyroball", "leechseed", "powerwhip", "protect", "spikes", "stealthrock", "toxic"],
2585
2213
  tier: "OU",
2586
2214
  doublesTier: "DOU",
2587
2215
  },
@@ -2593,7 +2221,6 @@ export const FormatsData = {
2593
2221
  doublesTier: "NFE",
2594
2222
  },
2595
2223
  klinklang: {
2596
- randomBattleMoves: ["geargrind", "return", "shiftgear", "substitute", "wildcharge"],
2597
2224
  tier: "RU",
2598
2225
  doublesTier: "DUU",
2599
2226
  },
@@ -2604,7 +2231,6 @@ export const FormatsData = {
2604
2231
  tier: "NFE",
2605
2232
  },
2606
2233
  eelektross: {
2607
- randomBattleMoves: ["flamethrower", "gigadrain", "hiddenpowerice", "superpower", "thunderbolt", "uturn"],
2608
2234
  tier: "NU",
2609
2235
  doublesTier: "DUU",
2610
2236
  },
@@ -2612,7 +2238,6 @@ export const FormatsData = {
2612
2238
  tier: "LC",
2613
2239
  },
2614
2240
  beheeyem: {
2615
- randomBattleMoves: ["hiddenpowerfighting", "psychic", "thunderbolt", "trick", "trickroom"],
2616
2241
  tier: "PU",
2617
2242
  doublesTier: "DUU",
2618
2243
  },
@@ -2623,7 +2248,6 @@ export const FormatsData = {
2623
2248
  tier: "NFE",
2624
2249
  },
2625
2250
  chandelure: {
2626
- randomBattleMoves: ["calmmind", "energyball", "fireblast", "hiddenpowerfighting", "shadowball", "substitute"],
2627
2251
  tier: "UUBL",
2628
2252
  doublesTier: "DOU",
2629
2253
  },
@@ -2635,7 +2259,6 @@ export const FormatsData = {
2635
2259
  doublesTier: "NFE",
2636
2260
  },
2637
2261
  haxorus: {
2638
- randomBattleMoves: ["aquatail", "dragondance", "earthquake", "outrage", "superpower", "swordsdance"],
2639
2262
  tier: "(OU)",
2640
2263
  doublesTier: "DUU",
2641
2264
  },
@@ -2643,12 +2266,10 @@ export const FormatsData = {
2643
2266
  tier: "LC",
2644
2267
  },
2645
2268
  beartic: {
2646
- randomBattleMoves: ["aquajet", "iciclecrash", "stoneedge", "superpower", "swordsdance"],
2647
2269
  tier: "(PU)",
2648
2270
  doublesTier: "DUU",
2649
2271
  },
2650
2272
  cryogonal: {
2651
- randomBattleMoves: ["hiddenpowerfire", "icebeam", "rapidspin", "recover", "toxic"],
2652
2273
  tier: "RU",
2653
2274
  doublesTier: "DUU",
2654
2275
  },
@@ -2656,12 +2277,10 @@ export const FormatsData = {
2656
2277
  tier: "LC",
2657
2278
  },
2658
2279
  accelgor: {
2659
- randomBattleMoves: ["bugbuzz", "encore", "focusblast", "gigadrain", "hiddenpowerrock", "spikes", "yawn"],
2660
2280
  tier: "RU",
2661
2281
  doublesTier: "DUU",
2662
2282
  },
2663
2283
  stunfisk: {
2664
- randomBattleMoves: ["discharge", "earthpower", "foulplay", "rest", "scald", "sleeptalk", "stealthrock", "toxic"],
2665
2284
  tier: "PU",
2666
2285
  doublesTier: "DUU",
2667
2286
  },
@@ -2669,12 +2288,10 @@ export const FormatsData = {
2669
2288
  tier: "LC",
2670
2289
  },
2671
2290
  mienshao: {
2672
- randomBattleMoves: ["highjumpkick", "stoneedge", "substitute", "swordsdance", "uturn"],
2673
2291
  tier: "UU",
2674
2292
  doublesTier: "DUU",
2675
2293
  },
2676
2294
  druddigon: {
2677
- randomBattleMoves: ["dragontail", "earthquake", "glare", "outrage", "stealthrock", "suckerpunch", "superpower"],
2678
2295
  tier: "RU",
2679
2296
  doublesTier: "DUU",
2680
2297
  },
@@ -2682,7 +2299,6 @@ export const FormatsData = {
2682
2299
  tier: "LC",
2683
2300
  },
2684
2301
  golurk: {
2685
- randomBattleMoves: ["drainpunch", "earthquake", "icepunch", "rockpolish", "shadowpunch", "stealthrock"],
2686
2302
  tier: "NU",
2687
2303
  doublesTier: "DUU",
2688
2304
  },
@@ -2690,12 +2306,10 @@ export const FormatsData = {
2690
2306
  tier: "LC",
2691
2307
  },
2692
2308
  bisharp: {
2693
- randomBattleMoves: ["ironhead", "lowkick", "nightslash", "suckerpunch", "swordsdance"],
2694
2309
  tier: "UU",
2695
2310
  doublesTier: "DUU",
2696
2311
  },
2697
2312
  bouffalant: {
2698
- randomBattleMoves: ["earthquake", "headcharge", "megahorn", "stoneedge", "swordsdance"],
2699
2313
  tier: "RU",
2700
2314
  doublesTier: "DUU",
2701
2315
  },
@@ -2703,7 +2317,6 @@ export const FormatsData = {
2703
2317
  tier: "LC",
2704
2318
  },
2705
2319
  braviary: {
2706
- randomBattleMoves: ["bravebird", "bulkup", "return", "roost", "superpower", "uturn"],
2707
2320
  tier: "NU",
2708
2321
  doublesTier: "DUU",
2709
2322
  },
@@ -2711,17 +2324,14 @@ export const FormatsData = {
2711
2324
  tier: "LC",
2712
2325
  },
2713
2326
  mandibuzz: {
2714
- randomBattleMoves: ["bravebird", "foulplay", "roost", "taunt", "toxic", "whirlwind"],
2715
2327
  tier: "NU",
2716
2328
  doublesTier: "DUU",
2717
2329
  },
2718
2330
  heatmor: {
2719
- randomBattleMoves: ["fireblast", "gigadrain", "suckerpunch", "superpower"],
2720
2331
  tier: "(PU)",
2721
2332
  doublesTier: "DUU",
2722
2333
  },
2723
2334
  durant: {
2724
- randomBattleMoves: ["honeclaws", "ironhead", "rockslide", "superpower", "xscissor"],
2725
2335
  tier: "RU",
2726
2336
  doublesTier: "DUU",
2727
2337
  },
@@ -2733,7 +2343,6 @@ export const FormatsData = {
2733
2343
  doublesTier: "NFE",
2734
2344
  },
2735
2345
  hydreigon: {
2736
- randomBattleMoves: ["darkpulse", "dracometeor", "flamethrower", "focusblast", "roost", "uturn"],
2737
2346
  tier: "OU",
2738
2347
  doublesTier: "DOU",
2739
2348
  },
@@ -2741,82 +2350,66 @@ export const FormatsData = {
2741
2350
  tier: "LC",
2742
2351
  },
2743
2352
  volcarona: {
2744
- randomBattleMoves: ["bugbuzz", "fierydance", "fireblast", "gigadrain", "hiddenpowerground", "quiverdance", "roost"],
2745
2353
  tier: "OU",
2746
2354
  doublesTier: "DOU",
2747
2355
  },
2748
2356
  cobalion: {
2749
- randomBattleMoves: ["closecombat", "hiddenpowerice", "ironhead", "stealthrock", "stoneedge", "swordsdance", "taunt", "thunderwave", "voltswitch"],
2750
2357
  tier: "UU",
2751
2358
  doublesTier: "DUU",
2752
2359
  },
2753
2360
  terrakion: {
2754
- randomBattleMoves: ["closecombat", "earthquake", "quickattack", "stealthrock", "stoneedge", "swordsdance"],
2755
2361
  tier: "OU",
2756
2362
  doublesTier: "DOU",
2757
2363
  },
2758
2364
  virizion: {
2759
- randomBattleMoves: ["closecombat", "leafblade", "stoneedge", "swordsdance"],
2760
2365
  tier: "UU",
2761
2366
  doublesTier: "DUU",
2762
2367
  },
2763
2368
  tornadus: {
2764
- randomBattleMoves: ["acrobatics", "bulkup", "focusblast", "heatwave", "hurricane", "superpower", "taunt", "uturn"],
2765
2369
  tier: "UU",
2766
2370
  doublesTier: "DUU",
2767
2371
  },
2768
2372
  tornadustherian: {
2769
- randomBattleMoves: ["focusblast", "heatwave", "hurricane", "superpower", "uturn"],
2770
2373
  tier: "Uber",
2771
2374
  doublesTier: "DUU",
2772
2375
  },
2773
2376
  thundurus: {
2774
- randomBattleMoves: ["focusblast", "hiddenpowerice", "nastyplot", "thunderbolt", "thunderwave", "voltswitch"],
2775
2377
  tier: "Uber",
2776
2378
  doublesTier: "DOU",
2777
2379
  },
2778
2380
  thundurustherian: {
2779
- randomBattleMoves: ["agility", "focusblast", "grassknot", "hiddenpowerice", "nastyplot", "thunderbolt"],
2780
2381
  tier: "OU",
2781
2382
  doublesTier: "DOU",
2782
2383
  },
2783
2384
  reshiram: {
2784
- randomBattleMoves: ["blueflare", "dracometeor", "roost", "stoneedge", "tailwind"],
2785
2385
  tier: "Uber",
2786
2386
  doublesTier: "DUber",
2787
2387
  },
2788
2388
  zekrom: {
2789
- randomBattleMoves: ["boltstrike", "dracometeor", "focusblast", "honeclaws", "outrage", "roost", "substitute", "voltswitch"],
2790
2389
  tier: "Uber",
2791
2390
  doublesTier: "DUber",
2792
2391
  },
2793
2392
  landorus: {
2794
- randomBattleMoves: ["earthpower", "focusblast", "psychic", "rockpolish", "rockslide", "sludgewave"],
2795
2393
  tier: "Uber",
2796
2394
  doublesTier: "DUU",
2797
2395
  },
2798
2396
  landorustherian: {
2799
- randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "superpower", "swordsdance", "uturn"],
2800
2397
  tier: "OU",
2801
2398
  doublesTier: "DOU",
2802
2399
  },
2803
2400
  kyurem: {
2804
- randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "icebeam", "outrage", "roost", "substitute"],
2805
2401
  tier: "UUBL",
2806
2402
  doublesTier: "DUU",
2807
2403
  },
2808
2404
  kyuremblack: {
2809
- randomBattleMoves: ["dragonclaw", "earthpower", "fusionbolt", "icebeam", "roost", "substitute"],
2810
2405
  tier: "OU",
2811
2406
  doublesTier: "DOU",
2812
2407
  },
2813
2408
  kyuremwhite: {
2814
- randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "fusionflare", "icebeam", "roost", "substitute"],
2815
2409
  tier: "Uber",
2816
2410
  doublesTier: "DUber",
2817
2411
  },
2818
2412
  keldeo: {
2819
- randomBattleMoves: ["calmmind", "hiddenpowergrass", "hydropump", "icywind", "scald", "secretsword", "substitute"],
2820
2413
  tier: "OU",
2821
2414
  doublesTier: "DUU",
2822
2415
  },
@@ -2825,15 +2418,11 @@ export const FormatsData = {
2825
2418
  doublesTier: "DUU",
2826
2419
  },
2827
2420
  meloetta: {
2828
- randomBattleMoves: ["calmmind", "focusblast", "psychic", "shadowball", "uturn"],
2829
2421
  tier: "UU",
2830
2422
  doublesTier: "DUU",
2831
2423
  },
2832
- meloettapirouette: {
2833
- randomBattleMoves: ["closecombat", "icepunch", "relicsong", "return", "shadowclaw"],
2834
- },
2424
+ meloettapirouette: {},
2835
2425
  genesect: {
2836
- randomBattleMoves: ["bugbuzz", "flamethrower", "icebeam", "ironhead", "rockpolish", "thunderbolt", "uturn"],
2837
2426
  tier: "Uber",
2838
2427
  doublesTier: "DOU",
2839
2428
  },