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