@pkmn/sim 0.7.26 → 0.7.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/build/cjs/config/formats.js +27 -9
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/conditions.js +5 -1
  4. package/build/cjs/data/conditions.js.map +1 -1
  5. package/build/cjs/data/formats-data.js +3 -3
  6. package/build/cjs/data/formats-data.js.map +1 -1
  7. package/build/cjs/data/mods/gen1/formats-data.js +0 -317
  8. package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
  9. package/build/cjs/data/mods/gen1/moves.js +2 -2
  10. package/build/cjs/data/mods/gen1/scripts.js +1 -2
  11. package/build/cjs/data/mods/gen1/scripts.js.map +1 -1
  12. package/build/cjs/data/mods/gen2/formats-data.js +0 -140
  13. package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
  14. package/build/cjs/data/mods/gen3/formats-data.js +0 -220
  15. package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
  16. package/build/cjs/data/mods/gen4/formats-data.js +18 -333
  17. package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
  18. package/build/cjs/data/mods/gen5/formats-data.js +19 -430
  19. package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
  20. package/build/cjs/data/mods/gen6/formats-data.js +26 -1008
  21. package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
  22. package/build/cjs/data/mods/gen7/formats-data.js +25 -1193
  23. package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
  24. package/build/cjs/data/mods/gen8/formats-data.js +5 -1861
  25. package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
  26. package/build/cjs/data/moves.js +1 -6
  27. package/build/cjs/data/moves.js.map +1 -1
  28. package/build/cjs/data/rulesets.js +1 -1
  29. package/build/cjs/data/rulesets.js.map +1 -1
  30. package/build/cjs/data/text/moves.js +3 -3
  31. package/build/cjs/data/text/moves.js.map +1 -1
  32. package/build/cjs/sim/tools/exhaustive-runner.js +55 -27
  33. package/build/cjs/sim/tools/exhaustive-runner.js.map +1 -1
  34. package/build/esm/config/formats.mjs +27 -9
  35. package/build/esm/config/formats.mjs.map +1 -1
  36. package/build/esm/data/conditions.mjs +5 -1
  37. package/build/esm/data/conditions.mjs.map +1 -1
  38. package/build/esm/data/formats-data.mjs +3 -3
  39. package/build/esm/data/formats-data.mjs.map +1 -1
  40. package/build/esm/data/mods/gen1/formats-data.mjs +0 -317
  41. package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
  42. package/build/esm/data/mods/gen1/moves.mjs +2 -2
  43. package/build/esm/data/mods/gen1/scripts.mjs +1 -2
  44. package/build/esm/data/mods/gen1/scripts.mjs.map +1 -1
  45. package/build/esm/data/mods/gen2/formats-data.mjs +0 -140
  46. package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
  47. package/build/esm/data/mods/gen3/formats-data.mjs +0 -220
  48. package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
  49. package/build/esm/data/mods/gen4/formats-data.mjs +18 -333
  50. package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
  51. package/build/esm/data/mods/gen5/formats-data.mjs +19 -430
  52. package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
  53. package/build/esm/data/mods/gen6/formats-data.mjs +26 -1008
  54. package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
  55. package/build/esm/data/mods/gen7/formats-data.mjs +25 -1193
  56. package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
  57. package/build/esm/data/mods/gen8/formats-data.mjs +5 -1861
  58. package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
  59. package/build/esm/data/moves.mjs +1 -6
  60. package/build/esm/data/moves.mjs.map +1 -1
  61. package/build/esm/data/rulesets.mjs +1 -1
  62. package/build/esm/data/rulesets.mjs.map +1 -1
  63. package/build/esm/data/text/moves.mjs +3 -3
  64. package/build/esm/data/text/moves.mjs.map +1 -1
  65. package/build/esm/sim/tools/exhaustive-runner.mjs +55 -27
  66. package/build/esm/sim/tools/exhaustive-runner.mjs.map +1 -1
  67. package/build/types/sim/exported-global-types.d.ts +4 -3
  68. package/build/types/sim/global-types.d.ts +4 -3
  69. package/build/types/sim/tools/exhaustive-runner.d.ts +4 -2
  70. package/package.json +1 -1
@@ -6,7 +6,6 @@ export const FormatsData = {
6
6
  tier: "NFE",
7
7
  },
8
8
  venusaur: {
9
- randomBattleMoves: ["earthquake", "hiddenpowerice", "leafstorm", "leechseed", "powerwhip", "sleeppowder", "sludgebomb", "swordsdance", "synthesis"],
10
9
  tier: "UU",
11
10
  },
12
11
  charmander: {
@@ -16,7 +15,6 @@ export const FormatsData = {
16
15
  tier: "NFE",
17
16
  },
18
17
  charizard: {
19
- randomBattleMoves: ["airslash", "dragonpulse", "fireblast", "flamethrower", "hiddenpowergrass", "roost"],
20
18
  tier: "NU",
21
19
  },
22
20
  squirtle: {
@@ -26,7 +24,6 @@ export const FormatsData = {
26
24
  tier: "NFE",
27
25
  },
28
26
  blastoise: {
29
- randomBattleMoves: ["icebeam", "rapidspin", "rest", "roar", "sleeptalk", "surf", "toxic"],
30
27
  tier: "UU",
31
28
  },
32
29
  caterpie: {
@@ -36,7 +33,6 @@ export const FormatsData = {
36
33
  tier: "NFE",
37
34
  },
38
35
  butterfree: {
39
- randomBattleMoves: ["bugbuzz", "safeguard", "sleeppowder", "stunspore", "uturn"],
40
36
  tier: "NU",
41
37
  },
42
38
  weedle: {
@@ -46,7 +42,6 @@ export const FormatsData = {
46
42
  tier: "NFE",
47
43
  },
48
44
  beedrill: {
49
- randomBattleMoves: ["brickbreak", "poisonjab", "swordsdance", "toxicspikes", "uturn", "xscissor"],
50
45
  tier: "NU",
51
46
  },
52
47
  pidgey: {
@@ -56,28 +51,24 @@ export const FormatsData = {
56
51
  tier: "NFE",
57
52
  },
58
53
  pidgeot: {
59
- randomBattleMoves: ["bravebird", "doubleedge", "heatwave", "pursuit", "quickattack", "uturn"],
60
54
  tier: "NU",
61
55
  },
62
56
  rattata: {
63
57
  tier: "LC",
64
58
  },
65
59
  raticate: {
66
- randomBattleMoves: ["crunch", "facade", "protect", "suckerpunch", "swordsdance", "uturn"],
67
60
  tier: "NU",
68
61
  },
69
62
  spearow: {
70
63
  tier: "LC",
71
64
  },
72
65
  fearow: {
73
- randomBattleMoves: ["doubleedge", "drillpeck", "heatwave", "pursuit", "quickattack", "return", "uturn"],
74
66
  tier: "NU",
75
67
  },
76
68
  ekans: {
77
69
  tier: "LC",
78
70
  },
79
71
  arbok: {
80
- randomBattleMoves: ["aquatail", "crunch", "earthquake", "glare", "gunkshot", "poisonjab", "seedbomb", "switcheroo"],
81
72
  tier: "NU",
82
73
  },
83
74
  pichu: {
@@ -87,18 +78,15 @@ export const FormatsData = {
87
78
  tier: "NU",
88
79
  },
89
80
  pikachu: {
90
- randomBattleMoves: ["grassknot", "hiddenpowerice", "substitute", "surf", "thunderbolt", "volttackle"],
91
81
  tier: "NU",
92
82
  },
93
83
  raichu: {
94
- randomBattleMoves: ["encore", "focusblast", "focuspunch", "grassknot", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
95
84
  tier: "NU",
96
85
  },
97
86
  sandshrew: {
98
87
  tier: "LC",
99
88
  },
100
89
  sandslash: {
101
- randomBattleMoves: ["earthquake", "nightslash", "rapidspin", "stealthrock", "stoneedge", "substitute", "swordsdance"],
102
90
  tier: "NU",
103
91
  },
104
92
  nidoranf: {
@@ -108,7 +96,6 @@ export const FormatsData = {
108
96
  tier: "NFE",
109
97
  },
110
98
  nidoqueen: {
111
- randomBattleMoves: ["earthquake", "fireblast", "icebeam", "roar", "stealthrock", "toxicspikes"],
112
99
  tier: "NU",
113
100
  },
114
101
  nidoranm: {
@@ -118,7 +105,6 @@ export const FormatsData = {
118
105
  tier: "NFE",
119
106
  },
120
107
  nidoking: {
121
- randomBattleMoves: ["earthquake", "fireblast", "icebeam", "megahorn", "stealthrock", "suckerpunch", "thunderbolt"],
122
108
  tier: "UU",
123
109
  },
124
110
  cleffa: {
@@ -128,14 +114,12 @@ export const FormatsData = {
128
114
  tier: "NFE",
129
115
  },
130
116
  clefable: {
131
- randomBattleMoves: ["calmmind", "doubleedge", "fireblast", "icebeam", "softboiled", "stealthrock", "thunderbolt"],
132
117
  tier: "UU",
133
118
  },
134
119
  vulpix: {
135
120
  tier: "LC",
136
121
  },
137
122
  ninetales: {
138
- randomBattleMoves: ["energyball", "fireblast", "flamethrower", "hiddenpowerrock", "hypnosis", "nastyplot"],
139
123
  tier: "NU",
140
124
  },
141
125
  igglybuff: {
@@ -145,7 +129,6 @@ export const FormatsData = {
145
129
  tier: "NFE",
146
130
  },
147
131
  wigglytuff: {
148
- randomBattleMoves: ["bodyslam", "doubleedge", "fireblast", "healbell", "protect", "seismictoss", "stealthrock", "thunderwave", "toxic", "wish"],
149
132
  tier: "NU",
150
133
  },
151
134
  zubat: {
@@ -155,7 +138,6 @@ export const FormatsData = {
155
138
  tier: "NU",
156
139
  },
157
140
  crobat: {
158
- randomBattleMoves: ["bravebird", "heatwave", "nastyplot", "roost", "sludgebomb", "superfang", "taunt", "uturn"],
159
141
  tier: "UUBL",
160
142
  },
161
143
  oddish: {
@@ -165,60 +147,51 @@ export const FormatsData = {
165
147
  tier: "NFE",
166
148
  },
167
149
  vileplume: {
168
- randomBattleMoves: ["energyball", "hiddenpowerfire", "moonlight", "sleeppowder", "sludgebomb", "solarbeam", "sunnyday"],
169
150
  tier: "NU",
170
151
  },
171
152
  bellossom: {
172
- randomBattleMoves: ["hiddenpowerfire", "leafstorm", "moonlight", "sleeppowder", "sludgebomb", "solarbeam", "sunnyday"],
173
153
  tier: "NU",
174
154
  },
175
155
  paras: {
176
156
  tier: "LC",
177
157
  },
178
158
  parasect: {
179
- randomBattleMoves: ["seedbomb", "spore", "stunspore", "synthesis", "xscissor"],
180
159
  tier: "NU",
181
160
  },
182
161
  venonat: {
183
162
  tier: "LC",
184
163
  },
185
164
  venomoth: {
186
- randomBattleMoves: ["bugbuzz", "psychic", "roost", "sleeppowder", "stunspore", "substitute", "toxicspikes", "uturn"],
187
165
  tier: "NU",
188
166
  },
189
167
  diglett: {
190
168
  tier: "NU",
191
169
  },
192
170
  dugtrio: {
193
- randomBattleMoves: ["earthquake", "nightslash", "stealthrock", "stoneedge", "substitute", "suckerpunch"],
194
171
  tier: "UU",
195
172
  },
196
173
  meowth: {
197
174
  tier: "LC",
198
175
  },
199
176
  persian: {
200
- randomBattleMoves: ["bite", "fakeout", "hypnosis", "nastyplot", "return", "swift", "taunt", "uturn", "waterpulse"],
201
177
  tier: "NU",
202
178
  },
203
179
  psyduck: {
204
180
  tier: "LC",
205
181
  },
206
182
  golduck: {
207
- randomBattleMoves: ["calmmind", "encore", "hiddenpowergrass", "hydropump", "icebeam", "psychic", "surf"],
208
183
  tier: "NU",
209
184
  },
210
185
  mankey: {
211
186
  tier: "LC",
212
187
  },
213
188
  primeape: {
214
- randomBattleMoves: ["closecombat", "encore", "icepunch", "punishment", "stoneedge", "uturn"],
215
189
  tier: "UU",
216
190
  },
217
191
  growlithe: {
218
192
  tier: "LC",
219
193
  },
220
194
  arcanine: {
221
- randomBattleMoves: ["extremespeed", "flareblitz", "hiddenpowergrass", "morningsun", "thunderfang", "toxic", "willowisp"],
222
195
  tier: "UU",
223
196
  },
224
197
  poliwag: {
@@ -228,11 +201,9 @@ export const FormatsData = {
228
201
  tier: "NFE",
229
202
  },
230
203
  poliwrath: {
231
- randomBattleMoves: ["brickbreak", "bulkup", "encore", "focuspunch", "icepunch", "rest", "sleeptalk", "substitute", "toxic", "waterfall"],
232
204
  tier: "NU",
233
205
  },
234
206
  politoed: {
235
- randomBattleMoves: ["encore", "focusblast", "hiddenpowergrass", "hydropump", "icebeam", "protect", "surf", "toxic"],
236
207
  tier: "NU",
237
208
  },
238
209
  abra: {
@@ -242,7 +213,6 @@ export const FormatsData = {
242
213
  tier: "NU",
243
214
  },
244
215
  alakazam: {
245
- randomBattleMoves: ["encore", "focusblast", "hiddenpowerfire", "psychic", "shadowball", "signalbeam", "substitute", "trick"],
246
216
  tier: "UU",
247
217
  },
248
218
  machop: {
@@ -252,7 +222,6 @@ export const FormatsData = {
252
222
  tier: "NU",
253
223
  },
254
224
  machamp: {
255
- randomBattleMoves: ["bulkup", "bulletpunch", "dynamicpunch", "icepunch", "payback", "stoneedge", "substitute"],
256
225
  tier: "OU",
257
226
  },
258
227
  bellsprout: {
@@ -262,14 +231,12 @@ export const FormatsData = {
262
231
  tier: "NFE",
263
232
  },
264
233
  victreebel: {
265
- randomBattleMoves: ["leafblade", "leafstorm", "sleeppowder", "sludgebomb", "solarbeam", "suckerpunch", "sunnyday", "weatherball"],
266
234
  tier: "NU",
267
235
  },
268
236
  tentacool: {
269
237
  tier: "LC",
270
238
  },
271
239
  tentacruel: {
272
- randomBattleMoves: ["hydropump", "icebeam", "rapidspin", "sludgebomb", "surf", "toxicspikes"],
273
240
  tier: "(OU)",
274
241
  },
275
242
  geodude: {
@@ -279,25 +246,21 @@ export const FormatsData = {
279
246
  tier: "NFE",
280
247
  },
281
248
  golem: {
282
- randomBattleMoves: ["earthquake", "explosion", "hammerarm", "stealthrock", "stoneedge", "suckerpunch"],
283
249
  tier: "NU",
284
250
  },
285
251
  ponyta: {
286
252
  tier: "LC",
287
253
  },
288
254
  rapidash: {
289
- randomBattleMoves: ["flareblitz", "hypnosis", "megahorn", "morningsun", "willowisp"],
290
255
  tier: "NU",
291
256
  },
292
257
  slowpoke: {
293
258
  tier: "LC",
294
259
  },
295
260
  slowbro: {
296
- randomBattleMoves: ["calmmind", "psychic", "rest", "slackoff", "sleeptalk", "surf", "thunderwave", "toxic", "trickroom"],
297
261
  tier: "UU",
298
262
  },
299
263
  slowking: {
300
- randomBattleMoves: ["icebeam", "nastyplot", "psychic", "slackoff", "surf", "thunderwave", "toxic", "trickroom"],
301
264
  tier: "NU",
302
265
  },
303
266
  magnemite: {
@@ -307,39 +270,33 @@ export const FormatsData = {
307
270
  tier: "NU",
308
271
  },
309
272
  magnezone: {
310
- randomBattleMoves: ["explosion", "flashcannon", "hiddenpowergrass", "hiddenpowerice", "magnetrise", "substitute", "thunderbolt"],
311
273
  tier: "OU",
312
274
  },
313
275
  farfetchd: {
314
- randomBattleMoves: ["heatwave", "leafblade", "nightslash", "return", "swordsdance", "uturn"],
315
276
  tier: "NU",
316
277
  },
317
278
  doduo: {
318
279
  tier: "LC",
319
280
  },
320
281
  dodrio: {
321
- randomBattleMoves: ["bravebird", "doubleedge", "pursuit", "quickattack", "return", "roost"],
322
282
  tier: "NU",
323
283
  },
324
284
  seel: {
325
285
  tier: "LC",
326
286
  },
327
287
  dewgong: {
328
- randomBattleMoves: ["encore", "icebeam", "raindance", "rest", "surf", "toxic"],
329
288
  tier: "NU",
330
289
  },
331
290
  grimer: {
332
291
  tier: "LC",
333
292
  },
334
293
  muk: {
335
- randomBattleMoves: ["brickbreak", "curse", "explosion", "gunkshot", "icepunch", "payback", "poisonjab", "rest", "shadowsneak", "sleeptalk"],
336
294
  tier: "NU",
337
295
  },
338
296
  shellder: {
339
297
  tier: "LC",
340
298
  },
341
299
  cloyster: {
342
- randomBattleMoves: ["explosion", "iceshard", "rapidspin", "rockblast", "spikes", "surf", "toxicspikes"],
343
300
  tier: "UU",
344
301
  },
345
302
  gastly: {
@@ -349,78 +306,66 @@ export const FormatsData = {
349
306
  tier: "NU",
350
307
  },
351
308
  gengar: {
352
- randomBattleMoves: ["focusblast", "hiddenpowerfire", "hypnosis", "painsplit", "shadowball", "sludgebomb", "substitute", "thunderbolt", "trick"],
353
309
  tier: "OU",
354
310
  },
355
311
  onix: {
356
312
  tier: "LC",
357
313
  },
358
314
  steelix: {
359
- randomBattleMoves: ["earthquake", "explosion", "gyroball", "roar", "stealthrock", "stoneedge", "toxic"],
360
315
  tier: "UU",
361
316
  },
362
317
  drowzee: {
363
318
  tier: "LC",
364
319
  },
365
320
  hypno: {
366
- randomBattleMoves: ["protect", "seismictoss", "thunderwave", "toxic", "wish"],
367
321
  tier: "NU",
368
322
  },
369
323
  krabby: {
370
324
  tier: "LC",
371
325
  },
372
326
  kingler: {
373
- randomBattleMoves: ["agility", "crabhammer", "return", "superpower", "swordsdance", "xscissor"],
374
327
  tier: "NU",
375
328
  },
376
329
  voltorb: {
377
330
  tier: "LC",
378
331
  },
379
332
  electrode: {
380
- randomBattleMoves: ["explosion", "hiddenpowerice", "signalbeam", "taunt", "thunderbolt"],
381
333
  tier: "NU",
382
334
  },
383
335
  exeggcute: {
384
336
  tier: "LC",
385
337
  },
386
338
  exeggutor: {
387
- randomBattleMoves: ["explosion", "hiddenpowerfire", "leafstorm", "psychic", "sleeppowder", "solarbeam", "sunnyday", "synthesis"],
388
339
  tier: "UU",
389
340
  },
390
341
  cubone: {
391
342
  tier: "LC",
392
343
  },
393
344
  marowak: {
394
- randomBattleMoves: ["doubleedge", "earthquake", "firepunch", "substitute", "swordsdance", "thunderpunch"],
395
345
  tier: "NU",
396
346
  },
397
347
  tyrogue: {
398
348
  tier: "LC",
399
349
  },
400
350
  hitmonlee: {
401
- randomBattleMoves: ["closecombat", "earthquake", "machpunch", "stoneedge", "substitute", "suckerpunch"],
402
351
  tier: "UU",
403
352
  },
404
353
  hitmonchan: {
405
- randomBattleMoves: ["bulkup", "closecombat", "drainpunch", "icepunch", "machpunch", "rapidspin", "stoneedge"],
406
354
  tier: "NU",
407
355
  },
408
356
  hitmontop: {
409
- randomBattleMoves: ["bulkup", "closecombat", "machpunch", "rapidspin", "stoneedge", "suckerpunch", "toxic"],
410
357
  tier: "UU",
411
358
  },
412
359
  lickitung: {
413
360
  tier: "LC",
414
361
  },
415
362
  lickilicky: {
416
- randomBattleMoves: ["aquatail", "bodyslam", "earthquake", "explosion", "healbell", "protect", "return", "wish"],
417
363
  tier: "NU",
418
364
  },
419
365
  koffing: {
420
366
  tier: "LC",
421
367
  },
422
368
  weezing: {
423
- randomBattleMoves: ["fireblast", "painsplit", "rest", "sleeptalk", "sludgebomb", "thunderbolt", "willowisp"],
424
369
  tier: "UU",
425
370
  },
426
371
  rhyhorn: {
@@ -430,7 +375,6 @@ export const FormatsData = {
430
375
  tier: "NFE",
431
376
  },
432
377
  rhyperior: {
433
- randomBattleMoves: ["earthquake", "icepunch", "megahorn", "rockpolish", "stealthrock", "stoneedge"],
434
378
  tier: "UU",
435
379
  },
436
380
  happiny: {
@@ -440,18 +384,15 @@ export const FormatsData = {
440
384
  tier: "UU",
441
385
  },
442
386
  blissey: {
443
- randomBattleMoves: ["aromatherapy", "flamethrower", "icebeam", "protect", "seismictoss", "softboiled", "stealthrock", "thunderwave", "toxic", "wish"],
444
387
  tier: "OU",
445
388
  },
446
389
  tangela: {
447
390
  tier: "NU",
448
391
  },
449
392
  tangrowth: {
450
- randomBattleMoves: ["earthquake", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "powerwhip", "rockslide", "sleeppowder", "stunspore", "swordsdance", "synthesis"],
451
393
  tier: "UU",
452
394
  },
453
395
  kangaskhan: {
454
- randomBattleMoves: ["doubleedge", "earthquake", "fakeout", "focuspunch", "hammerarm", "return", "substitute", "suckerpunch"],
455
396
  tier: "UU",
456
397
  },
457
398
  horsea: {
@@ -461,43 +402,36 @@ export const FormatsData = {
461
402
  tier: "NFE",
462
403
  },
463
404
  kingdra: {
464
- randomBattleMoves: ["dracometeor", "dragondance", "hydropump", "icebeam", "outrage", "rest", "sleeptalk", "substitute", "waterfall"],
465
405
  tier: "OU",
466
406
  },
467
407
  goldeen: {
468
408
  tier: "LC",
469
409
  },
470
410
  seaking: {
471
- randomBattleMoves: ["icebeam", "megahorn", "raindance", "return", "waterfall"],
472
411
  tier: "NU",
473
412
  },
474
413
  staryu: {
475
414
  tier: "LC",
476
415
  },
477
416
  starmie: {
478
- randomBattleMoves: ["hydropump", "icebeam", "psychic", "rapidspin", "recover", "surf", "thunderbolt"],
479
417
  tier: "OU",
480
418
  },
481
419
  mimejr: {
482
420
  tier: "LC",
483
421
  },
484
422
  mrmime: {
485
- randomBattleMoves: ["batonpass", "encore", "focusblast", "nastyplot", "psychic", "shadowball", "substitute", "taunt", "thunderbolt"],
486
423
  tier: "NU",
487
424
  },
488
425
  scyther: {
489
- randomBattleMoves: ["aerialace", "brickbreak", "bugbite", "pursuit", "quickattack", "roost", "swordsdance", "uturn"],
490
426
  tier: "UU",
491
427
  },
492
428
  scizor: {
493
- randomBattleMoves: ["bugbite", "bulletpunch", "pursuit", "roost", "superpower", "swordsdance", "uturn"],
494
429
  tier: "OU",
495
430
  },
496
431
  smoochum: {
497
432
  tier: "LC",
498
433
  },
499
434
  jynx: {
500
- randomBattleMoves: ["focusblast", "icebeam", "lovelykiss", "nastyplot", "psychic", "substitute"],
501
435
  tier: "NU",
502
436
  },
503
437
  elekid: {
@@ -507,7 +441,6 @@ export const FormatsData = {
507
441
  tier: "NU",
508
442
  },
509
443
  electivire: {
510
- randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "hiddenpowergrass", "icepunch", "thunderbolt"],
511
444
  tier: "(OU)",
512
445
  },
513
446
  magby: {
@@ -517,109 +450,87 @@ export const FormatsData = {
517
450
  tier: "NFE",
518
451
  },
519
452
  magmortar: {
520
- randomBattleMoves: ["fireblast", "focusblast", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderbolt"],
521
453
  tier: "NU",
522
454
  },
523
455
  pinsir: {
524
- randomBattleMoves: ["closecombat", "earthquake", "quickattack", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
525
456
  tier: "NU",
526
457
  },
527
458
  tauros: {
528
- randomBattleMoves: ["doubleedge", "earthquake", "payback", "pursuit", "return", "stoneedge"],
529
459
  tier: "NU",
530
460
  },
531
461
  magikarp: {
532
462
  tier: "LC",
533
463
  },
534
464
  gyarados: {
535
- randomBattleMoves: ["bounce", "dragondance", "earthquake", "icefang", "rest", "sleeptalk", "stoneedge", "waterfall"],
536
465
  tier: "OU",
537
466
  },
538
467
  lapras: {
539
- randomBattleMoves: ["healbell", "hydropump", "icebeam", "surf", "thunderbolt", "toxic"],
540
468
  tier: "NU",
541
469
  },
542
470
  ditto: {
543
- randomBattleMoves: ["transform"],
544
471
  tier: "NU",
545
472
  },
546
473
  eevee: {
547
474
  tier: "LC",
548
475
  },
549
476
  vaporeon: {
550
- randomBattleMoves: ["icebeam", "protect", "roar", "surf", "toxic", "wish"],
551
477
  tier: "(OU)",
552
478
  },
553
479
  jolteon: {
554
- randomBattleMoves: ["batonpass", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderbolt", "yawn"],
555
480
  tier: "(OU)",
556
481
  },
557
482
  flareon: {
558
- randomBattleMoves: ["fireblast", "hiddenpowergrass", "lavaplume", "protect", "superpower", "toxic", "wish"],
559
483
  tier: "NU",
560
484
  },
561
485
  espeon: {
562
- randomBattleMoves: ["batonpass", "calmmind", "hiddenpowerfire", "morningsun", "psychic", "shadowball", "substitute"],
563
486
  tier: "NUBL",
564
487
  },
565
488
  umbreon: {
566
- randomBattleMoves: ["curse", "healbell", "moonlight", "payback", "protect", "toxic", "wish"],
567
489
  tier: "(OU)",
568
490
  },
569
491
  leafeon: {
570
- randomBattleMoves: ["batonpass", "doubleedge", "healbell", "leafblade", "substitute", "swordsdance", "synthesis", "yawn"],
571
492
  tier: "UU",
572
493
  },
573
494
  glaceon: {
574
- randomBattleMoves: ["hiddenpowerfire", "hiddenpowerground", "icebeam", "protect", "shadowball", "toxic", "wish"],
575
495
  tier: "NU",
576
496
  },
577
497
  porygon: {
578
498
  tier: "LC",
579
499
  },
580
500
  porygon2: {
581
- randomBattleMoves: ["discharge", "icebeam", "recover", "toxic", "triattack"],
582
501
  tier: "NU",
583
502
  },
584
503
  porygonz: {
585
- randomBattleMoves: ["agility", "darkpulse", "hiddenpowerfighting", "icebeam", "nastyplot", "thunderbolt", "triattack", "trick"],
586
504
  tier: "UUBL",
587
505
  },
588
506
  omanyte: {
589
507
  tier: "LC",
590
508
  },
591
509
  omastar: {
592
- randomBattleMoves: ["earthpower", "hiddenpowergrass", "hydropump", "icebeam", "raindance", "spikes", "stealthrock", "surf"],
593
510
  tier: "UU",
594
511
  },
595
512
  kabuto: {
596
513
  tier: "LC",
597
514
  },
598
515
  kabutops: {
599
- randomBattleMoves: ["aquajet", "rapidspin", "stealthrock", "stoneedge", "superpower", "swordsdance", "waterfall"],
600
516
  tier: "UU",
601
517
  },
602
518
  aerodactyl: {
603
- randomBattleMoves: ["earthquake", "rockslide", "roost", "stealthrock", "stoneedge", "taunt"],
604
519
  tier: "OU",
605
520
  },
606
521
  munchlax: {
607
522
  tier: "LC",
608
523
  },
609
524
  snorlax: {
610
- randomBattleMoves: ["bodyslam", "crunch", "curse", "earthquake", "firepunch", "pursuit", "rest", "return", "selfdestruct", "sleeptalk", "whirlwind"],
611
525
  tier: "(OU)",
612
526
  },
613
527
  articuno: {
614
- randomBattleMoves: ["healbell", "icebeam", "roar", "roost", "substitute", "toxic"],
615
528
  tier: "NU",
616
529
  },
617
530
  zapdos: {
618
- randomBattleMoves: ["heatwave", "hiddenpowergrass", "hiddenpowerice", "roost", "substitute", "thunderbolt", "toxic", "uturn"],
619
531
  tier: "OU",
620
532
  },
621
533
  moltres: {
622
- randomBattleMoves: ["airslash", "fireblast", "flamethrower", "hiddenpowergrass", "roost", "substitute", "toxic", "uturn"],
623
534
  tier: "UU",
624
535
  },
625
536
  dratini: {
@@ -629,15 +540,12 @@ export const FormatsData = {
629
540
  tier: "NU",
630
541
  },
631
542
  dragonite: {
632
- randomBattleMoves: ["dracometeor", "dragonclaw", "dragondance", "earthquake", "extremespeed", "fireblast", "firepunch", "outrage", "roost", "superpower"],
633
543
  tier: "OU",
634
544
  },
635
545
  mewtwo: {
636
- randomBattleMoves: ["aurasphere", "calmmind", "fireblast", "icebeam", "psychic", "recover", "selfdestruct", "substitute", "taunt", "willowisp"],
637
546
  tier: "Uber",
638
547
  },
639
548
  mew: {
640
- randomBattleMoves: ["aurasphere", "explosion", "flamethrower", "nastyplot", "psychic", "softboiled", "stealthrock", "taunt", "uturn", "willowisp"],
641
549
  tier: "Uber",
642
550
  },
643
551
  chikorita: {
@@ -647,7 +555,6 @@ export const FormatsData = {
647
555
  tier: "NFE",
648
556
  },
649
557
  meganium: {
650
- randomBattleMoves: ["aromatherapy", "energyball", "leechseed", "lightscreen", "reflect", "synthesis", "toxic"],
651
558
  tier: "NU",
652
559
  },
653
560
  cyndaquil: {
@@ -657,7 +564,6 @@ export const FormatsData = {
657
564
  tier: "NFE",
658
565
  },
659
566
  typhlosion: {
660
- randomBattleMoves: ["eruption", "fireblast", "focusblast", "hiddenpowergrass", "hiddenpowerrock"],
661
567
  tier: "NU",
662
568
  },
663
569
  totodile: {
@@ -667,42 +573,36 @@ export const FormatsData = {
667
573
  tier: "NFE",
668
574
  },
669
575
  feraligatr: {
670
- randomBattleMoves: ["aquajet", "dragondance", "earthquake", "icepunch", "lowkick", "return", "swordsdance", "waterfall"],
671
576
  tier: "UU",
672
577
  },
673
578
  sentret: {
674
579
  tier: "LC",
675
580
  },
676
581
  furret: {
677
- randomBattleMoves: ["aquatail", "brickbreak", "doubleedge", "firepunch", "return", "shadowclaw", "suckerpunch", "trick", "uturn"],
678
582
  tier: "NU",
679
583
  },
680
584
  hoothoot: {
681
585
  tier: "LC",
682
586
  },
683
587
  noctowl: {
684
- randomBattleMoves: ["nightshade", "reflect", "roost", "toxic", "whirlwind"],
685
588
  tier: "NU",
686
589
  },
687
590
  ledyba: {
688
591
  tier: "LC",
689
592
  },
690
593
  ledian: {
691
- randomBattleMoves: ["encore", "lightscreen", "reflect", "roost", "toxic", "uturn"],
692
594
  tier: "NU",
693
595
  },
694
596
  spinarak: {
695
597
  tier: "LC",
696
598
  },
697
599
  ariados: {
698
- randomBattleMoves: ["bugbite", "poisonjab", "shadowsneak", "suckerpunch", "toxicspikes"],
699
600
  tier: "NU",
700
601
  },
701
602
  chinchou: {
702
603
  tier: "LC",
703
604
  },
704
605
  lanturn: {
705
- randomBattleMoves: ["confuseray", "discharge", "healbell", "icebeam", "surf", "thunderwave", "toxic"],
706
606
  tier: "UU",
707
607
  },
708
608
  togepi: {
@@ -712,14 +612,12 @@ export const FormatsData = {
712
612
  tier: "NU",
713
613
  },
714
614
  togekiss: {
715
- randomBattleMoves: ["airslash", "aurasphere", "fireblast", "healbell", "nastyplot", "roost", "thunderwave"],
716
615
  tier: "(OU)",
717
616
  },
718
617
  natu: {
719
618
  tier: "LC",
720
619
  },
721
620
  xatu: {
722
- randomBattleMoves: ["calmmind", "grassknot", "heatwave", "hiddenpowerfighting", "psychic", "roost", "trick", "uturn", "wish"],
723
621
  tier: "NU",
724
622
  },
725
623
  mareep: {
@@ -729,7 +627,6 @@ export const FormatsData = {
729
627
  tier: "NFE",
730
628
  },
731
629
  ampharos: {
732
- randomBattleMoves: ["discharge", "focusblast", "healbell", "hiddenpowerice", "lightscreen", "reflect", "signalbeam", "thunderbolt"],
733
630
  tier: "NU",
734
631
  },
735
632
  azurill: {
@@ -739,14 +636,12 @@ export const FormatsData = {
739
636
  tier: "NFE",
740
637
  },
741
638
  azumarill: {
742
- randomBattleMoves: ["aquajet", "doubleedge", "icepunch", "return", "superpower", "waterfall"],
743
639
  tier: "UU",
744
640
  },
745
641
  bonsly: {
746
642
  tier: "LC",
747
643
  },
748
644
  sudowoodo: {
749
- randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "suckerpunch", "toxic", "woodhammer"],
750
645
  tier: "NU",
751
646
  },
752
647
  hoppip: {
@@ -756,75 +651,63 @@ export const FormatsData = {
756
651
  tier: "NFE",
757
652
  },
758
653
  jumpluff: {
759
- randomBattleMoves: ["bounce", "encore", "grassknot", "leechseed", "sleeppowder", "stunspore", "substitute", "toxic", "uturn"],
760
654
  tier: "NU",
761
655
  },
762
656
  aipom: {
763
657
  tier: "LC",
764
658
  },
765
659
  ambipom: {
766
- randomBattleMoves: ["fakeout", "lowkick", "payback", "pursuit", "return", "uturn"],
767
660
  tier: "UU",
768
661
  },
769
662
  sunkern: {
770
663
  tier: "LC",
771
664
  },
772
665
  sunflora: {
773
- randomBattleMoves: ["earthpower", "hiddenpowerice", "leafstorm", "synthesis"],
774
666
  tier: "NU",
775
667
  },
776
668
  yanma: {
777
669
  tier: "NU",
778
670
  },
779
671
  yanmega: {
780
- randomBattleMoves: ["airslash", "bugbuzz", "hiddenpowerfire", "hiddenpowerground", "protect", "uturn"],
781
672
  tier: "UUBL",
782
673
  },
783
674
  wooper: {
784
675
  tier: "LC",
785
676
  },
786
677
  quagsire: {
787
- randomBattleMoves: ["earthquake", "encore", "icepunch", "recover", "toxic", "waterfall", "yawn"],
788
678
  tier: "NU",
789
679
  },
790
680
  murkrow: {
791
681
  tier: "NU",
792
682
  },
793
683
  honchkrow: {
794
- randomBattleMoves: ["bravebird", "heatwave", "pursuit", "suckerpunch", "superpower"],
795
684
  tier: "UUBL",
796
685
  },
797
686
  misdreavus: {
798
687
  tier: "NU",
799
688
  },
800
689
  mismagius: {
801
- randomBattleMoves: ["hiddenpowerfighting", "nastyplot", "painsplit", "shadowball", "substitute", "taunt", "thunderbolt", "trick", "willowisp"],
802
690
  tier: "UU",
803
691
  },
804
692
  unown: {
805
- randomBattleMoves: ["hiddenpowerpsychic"],
806
693
  tier: "NU",
807
694
  },
808
695
  wynaut: {
809
696
  tier: "Uber",
810
697
  },
811
698
  wobbuffet: {
812
- randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
813
699
  tier: "Uber",
814
700
  },
815
701
  girafarig: {
816
- randomBattleMoves: ["batonpass", "calmmind", "hiddenpowerfighting", "psychic", "thunderbolt"],
817
702
  tier: "NU",
818
703
  },
819
704
  pineco: {
820
705
  tier: "LC",
821
706
  },
822
707
  forretress: {
823
- randomBattleMoves: ["earthquake", "explosion", "gyroball", "rapidspin", "spikes", "stealthrock", "toxicspikes"],
824
708
  tier: "OU",
825
709
  },
826
710
  dunsparce: {
827
- randomBattleMoves: ["bite", "bodyslam", "headbutt", "rockslide", "roost", "thunderwave", "zenheadbutt"],
828
711
  tier: "NU",
829
712
  },
830
713
  gligar: {
@@ -832,47 +715,39 @@ export const FormatsData = {
832
715
  doublesTier: "LC",
833
716
  },
834
717
  gliscor: {
835
- randomBattleMoves: ["earthquake", "roost", "stealthrock", "stoneedge", "swordsdance", "taunt", "toxic", "uturn"],
836
718
  tier: "OU",
837
719
  },
838
720
  snubbull: {
839
721
  tier: "LC",
840
722
  },
841
723
  granbull: {
842
- randomBattleMoves: ["bodyslam", "closecombat", "crunch", "earthquake", "firepunch", "healbell", "return", "thunderwave", "toxic"],
843
724
  tier: "NU",
844
725
  },
845
726
  qwilfish: {
846
- randomBattleMoves: ["destinybond", "explosion", "poisonjab", "spikes", "thunderwave", "toxicspikes", "waterfall"],
847
727
  tier: "UU",
848
728
  },
849
729
  shuckle: {
850
- randomBattleMoves: ["encore", "knockoff", "rest", "stealthrock", "toxic"],
851
730
  tier: "NU",
852
731
  },
853
732
  heracross: {
854
- randomBattleMoves: ["closecombat", "megahorn", "nightslash", "stoneedge", "substitute", "swordsdance"],
855
733
  tier: "UUBL",
856
734
  },
857
735
  sneasel: {
858
736
  tier: "NU",
859
737
  },
860
738
  weavile: {
861
- randomBattleMoves: ["icepunch", "iceshard", "lowkick", "nightslash", "pursuit", "swordsdance"],
862
739
  tier: "OU",
863
740
  },
864
741
  teddiursa: {
865
742
  tier: "LC",
866
743
  },
867
744
  ursaring: {
868
- randomBattleMoves: ["closecombat", "crunch", "earthquake", "facade", "protect", "swordsdance"],
869
745
  tier: "UU",
870
746
  },
871
747
  slugma: {
872
748
  tier: "LC",
873
749
  },
874
750
  magcargo: {
875
- randomBattleMoves: ["fireblast", "hiddenpowerrock", "lavaplume", "recover", "stealthrock", "toxic", "willowisp"],
876
751
  tier: "NU",
877
752
  },
878
753
  swinub: {
@@ -882,71 +757,57 @@ export const FormatsData = {
882
757
  tier: "NU",
883
758
  },
884
759
  mamoswine: {
885
- randomBattleMoves: ["earthquake", "endeavor", "iceshard", "stealthrock", "stoneedge", "superpower"],
886
760
  tier: "(OU)",
887
761
  },
888
762
  corsola: {
889
- randomBattleMoves: ["explosion", "recover", "stealthrock", "surf", "toxic"],
890
763
  tier: "NU",
891
764
  },
892
765
  remoraid: {
893
766
  tier: "LC",
894
767
  },
895
768
  octillery: {
896
- randomBattleMoves: ["energyball", "fireblast", "icebeam", "surf", "thunderwave"],
897
769
  tier: "NU",
898
770
  },
899
771
  delibird: {
900
- randomBattleMoves: ["aerialace", "brickbreak", "icepunch", "iceshard", "rapidspin", "seedbomb"],
901
772
  tier: "NU",
902
773
  },
903
774
  mantyke: {
904
775
  tier: "LC",
905
776
  },
906
777
  mantine: {
907
- randomBattleMoves: ["rest", "sleeptalk", "surf", "toxic"],
908
778
  tier: "NU",
909
779
  },
910
780
  skarmory: {
911
- randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
912
781
  tier: "OU",
913
782
  },
914
783
  houndour: {
915
784
  tier: "LC",
916
785
  },
917
786
  houndoom: {
918
- randomBattleMoves: ["darkpulse", "fireblast", "hiddenpowergrass", "nastyplot", "suckerpunch"],
919
787
  tier: "UU",
920
788
  },
921
789
  phanpy: {
922
790
  tier: "LC",
923
791
  },
924
792
  donphan: {
925
- randomBattleMoves: ["assurance", "earthquake", "iceshard", "rapidspin", "seedbomb", "stealthrock", "stoneedge"],
926
793
  tier: "UU",
927
794
  },
928
795
  stantler: {
929
- randomBattleMoves: ["earthquake", "energyball", "hypnosis", "megahorn", "return", "suckerpunch"],
930
796
  tier: "NU",
931
797
  },
932
798
  smeargle: {
933
- randomBattleMoves: ["counter", "spikes", "spore", "stealthrock", "uturn"],
934
799
  tier: "(OU)",
935
800
  },
936
801
  miltank: {
937
- randomBattleMoves: ["bodyslam", "curse", "earthquake", "healbell", "milkdrink", "stealthrock"],
938
802
  tier: "UU",
939
803
  },
940
804
  raikou: {
941
- randomBattleMoves: ["aurasphere", "calmmind", "hiddenpowerice", "shadowball", "thunderbolt"],
942
805
  tier: "UUBL",
943
806
  },
944
807
  entei: {
945
- randomBattleMoves: ["extremespeed", "flareblitz", "hiddenpowergrass", "ironhead", "stoneedge"],
946
808
  tier: "NUBL",
947
809
  },
948
810
  suicune: {
949
- randomBattleMoves: ["calmmind", "hiddenpowerelectric", "icebeam", "rest", "roar", "sleeptalk", "surf"],
950
811
  tier: "OU",
951
812
  },
952
813
  larvitar: {
@@ -956,19 +817,15 @@ export const FormatsData = {
956
817
  tier: "NFE",
957
818
  },
958
819
  tyranitar: {
959
- randomBattleMoves: ["crunch", "dragondance", "earthquake", "fireblast", "firepunch", "icebeam", "icepunch", "pursuit", "stealthrock", "stoneedge", "superpower"],
960
820
  tier: "OU",
961
821
  },
962
822
  lugia: {
963
- randomBattleMoves: ["aeroblast", "calmmind", "earthpower", "icebeam", "roost", "substitute", "toxic", "whirlwind"],
964
823
  tier: "Uber",
965
824
  },
966
825
  hooh: {
967
- randomBattleMoves: ["bravebird", "earthquake", "punishment", "roost", "sacredfire", "substitute"],
968
826
  tier: "Uber",
969
827
  },
970
828
  celebi: {
971
- randomBattleMoves: ["earthpower", "energyball", "hiddenpowerfire", "leafstorm", "leechseed", "nastyplot", "psychic", "recover", "stealthrock", "substitute", "thunderwave", "uturn"],
972
829
  tier: "OU",
973
830
  },
974
831
  treecko: {
@@ -978,7 +835,6 @@ export const FormatsData = {
978
835
  tier: "NFE",
979
836
  },
980
837
  sceptile: {
981
- randomBattleMoves: ["earthquake", "energyball", "focusblast", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "leechseed", "substitute"],
982
838
  tier: "UU",
983
839
  },
984
840
  torchic: {
@@ -988,7 +844,6 @@ export const FormatsData = {
988
844
  tier: "NFE",
989
845
  },
990
846
  blaziken: {
991
- randomBattleMoves: ["agility", "fireblast", "flareblitz", "stoneedge", "superpower", "thunderpunch", "vacuumwave"],
992
847
  tier: "UU",
993
848
  },
994
849
  mudkip: {
@@ -998,21 +853,18 @@ export const FormatsData = {
998
853
  tier: "NFE",
999
854
  },
1000
855
  swampert: {
1001
- randomBattleMoves: ["earthquake", "icebeam", "icepunch", "roar", "stealthrock", "stoneedge", "waterfall"],
1002
856
  tier: "OU",
1003
857
  },
1004
858
  poochyena: {
1005
859
  tier: "LC",
1006
860
  },
1007
861
  mightyena: {
1008
- randomBattleMoves: ["crunch", "firefang", "suckerpunch", "superfang", "taunt", "toxic"],
1009
862
  tier: "NU",
1010
863
  },
1011
864
  zigzagoon: {
1012
865
  tier: "LC",
1013
866
  },
1014
867
  linoone: {
1015
- randomBattleMoves: ["bellydrum", "extremespeed", "seedbomb", "shadowclaw"],
1016
868
  tier: "NU",
1017
869
  },
1018
870
  wurmple: {
@@ -1022,14 +874,12 @@ export const FormatsData = {
1022
874
  tier: "NFE",
1023
875
  },
1024
876
  beautifly: {
1025
- randomBattleMoves: ["bugbuzz", "hiddenpowerground", "psychic", "uturn"],
1026
877
  tier: "NU",
1027
878
  },
1028
879
  cascoon: {
1029
880
  tier: "NFE",
1030
881
  },
1031
882
  dustox: {
1032
- randomBattleMoves: ["bugbuzz", "protect", "roost", "toxic", "whirlwind"],
1033
883
  tier: "NU",
1034
884
  },
1035
885
  lotad: {
@@ -1039,7 +889,6 @@ export const FormatsData = {
1039
889
  tier: "NFE",
1040
890
  },
1041
891
  ludicolo: {
1042
- randomBattleMoves: ["energyball", "icebeam", "leechseed", "raindance", "substitute", "surf"],
1043
892
  tier: "UU",
1044
893
  },
1045
894
  seedot: {
@@ -1049,21 +898,18 @@ export const FormatsData = {
1049
898
  tier: "NFE",
1050
899
  },
1051
900
  shiftry: {
1052
- randomBattleMoves: ["darkpulse", "explosion", "hiddenpowerfire", "leafstorm", "lowkick", "seedbomb", "solarbeam", "suckerpunch", "sunnyday", "swordsdance"],
1053
901
  tier: "NU",
1054
902
  },
1055
903
  taillow: {
1056
904
  tier: "LC",
1057
905
  },
1058
906
  swellow: {
1059
- randomBattleMoves: ["bravebird", "facade", "protect", "quickattack", "uturn"],
1060
907
  tier: "UU",
1061
908
  },
1062
909
  wingull: {
1063
910
  tier: "LC",
1064
911
  },
1065
912
  pelipper: {
1066
- randomBattleMoves: ["airslash", "hiddenpowergrass", "hydropump", "roost", "surf", "toxic", "uturn"],
1067
913
  tier: "NU",
1068
914
  },
1069
915
  ralts: {
@@ -1073,47 +919,39 @@ export const FormatsData = {
1073
919
  tier: "NFE",
1074
920
  },
1075
921
  gardevoir: {
1076
- randomBattleMoves: ["calmmind", "focusblast", "psychic", "shadowball", "taunt", "thunderbolt", "willowisp"],
1077
922
  tier: "NU",
1078
923
  },
1079
924
  gallade: {
1080
- randomBattleMoves: ["closecombat", "icepunch", "nightslash", "psychocut", "shadowsneak", "stoneedge", "swordsdance", "trick"],
1081
925
  tier: "UUBL",
1082
926
  },
1083
927
  surskit: {
1084
928
  tier: "LC",
1085
929
  },
1086
930
  masquerain: {
1087
- randomBattleMoves: ["agility", "airslash", "batonpass", "bugbuzz", "hydropump", "roost"],
1088
931
  tier: "NU",
1089
932
  },
1090
933
  shroomish: {
1091
934
  tier: "LC",
1092
935
  },
1093
936
  breloom: {
1094
- randomBattleMoves: ["facade", "focuspunch", "leechseed", "machpunch", "seedbomb", "spore", "stoneedge", "substitute", "swordsdance"],
1095
937
  tier: "OU",
1096
938
  },
1097
939
  slakoth: {
1098
940
  tier: "LC",
1099
941
  },
1100
942
  vigoroth: {
1101
- randomBattleMoves: ["bulkup", "earthquake", "encore", "lowkick", "nightslash", "return", "slackoff", "substitute", "suckerpunch"],
1102
943
  tier: "NU",
1103
944
  },
1104
945
  slaking: {
1105
- randomBattleMoves: ["doubleedge", "earthquake", "firepunch", "icepunch", "nightslash", "pursuit", "return"],
1106
946
  tier: "NU",
1107
947
  },
1108
948
  nincada: {
1109
949
  tier: "LC",
1110
950
  },
1111
951
  ninjask: {
1112
- randomBattleMoves: ["batonpass", "protect", "substitute", "swordsdance", "xscissor"],
1113
952
  tier: "(OU)",
1114
953
  },
1115
954
  shedinja: {
1116
- randomBattleMoves: ["batonpass", "shadowsneak", "swordsdance", "willowisp", "xscissor"],
1117
955
  tier: "NU",
1118
956
  },
1119
957
  whismur: {
@@ -1123,36 +961,30 @@ export const FormatsData = {
1123
961
  tier: "NFE",
1124
962
  },
1125
963
  exploud: {
1126
- randomBattleMoves: ["crunch", "earthquake", "fireblast", "icebeam", "return", "surf"],
1127
964
  tier: "NU",
1128
965
  },
1129
966
  makuhita: {
1130
967
  tier: "LC",
1131
968
  },
1132
969
  hariyama: {
1133
- randomBattleMoves: ["bulletpunch", "closecombat", "facade", "fakeout", "focuspunch", "icepunch", "payback", "stoneedge", "substitute"],
1134
970
  tier: "UU",
1135
971
  },
1136
972
  nosepass: {
1137
973
  tier: "LC",
1138
974
  },
1139
975
  probopass: {
1140
- randomBattleMoves: ["earthpower", "powergem", "stealthrock", "thunderwave", "toxic"],
1141
976
  tier: "NU",
1142
977
  },
1143
978
  skitty: {
1144
979
  tier: "LC",
1145
980
  },
1146
981
  delcatty: {
1147
- randomBattleMoves: ["healbell", "protect", "return", "sing", "thunderwave", "wish"],
1148
982
  tier: "NU",
1149
983
  },
1150
984
  sableye: {
1151
- randomBattleMoves: ["recover", "seismictoss", "taunt", "toxic", "willowisp"],
1152
985
  tier: "NU",
1153
986
  },
1154
987
  mawile: {
1155
- randomBattleMoves: ["batonpass", "focuspunch", "ironhead", "substitute", "suckerpunch", "swordsdance"],
1156
988
  tier: "NU",
1157
989
  },
1158
990
  aron: {
@@ -1162,37 +994,30 @@ export const FormatsData = {
1162
994
  tier: "NFE",
1163
995
  },
1164
996
  aggron: {
1165
- randomBattleMoves: ["aquatail", "earthquake", "headsmash", "icepunch", "lowkick", "rockpolish"],
1166
997
  tier: "UU",
1167
998
  },
1168
999
  meditite: {
1169
1000
  tier: "NFE",
1170
1001
  },
1171
1002
  medicham: {
1172
- randomBattleMoves: ["bulletpunch", "fakeout", "highjumpkick", "icepunch", "psychocut", "thunderpunch", "trick"],
1173
1003
  tier: "NU",
1174
1004
  },
1175
1005
  electrike: {
1176
1006
  tier: "LC",
1177
1007
  },
1178
1008
  manectric: {
1179
- randomBattleMoves: ["flamethrower", "hiddenpowergrass", "overheat", "switcheroo", "thunderbolt"],
1180
1009
  tier: "NU",
1181
1010
  },
1182
1011
  plusle: {
1183
- randomBattleMoves: ["batonpass", "encore", "hiddenpowerice", "nastyplot", "thunderbolt"],
1184
1012
  tier: "NU",
1185
1013
  },
1186
1014
  minun: {
1187
- randomBattleMoves: ["batonpass", "encore", "hiddenpowerice", "nastyplot", "thunderbolt"],
1188
1015
  tier: "NU",
1189
1016
  },
1190
1017
  volbeat: {
1191
- randomBattleMoves: ["batonpass", "bugbuzz", "encore", "substitute", "tailglow"],
1192
1018
  tier: "NU",
1193
1019
  },
1194
1020
  illumise: {
1195
- randomBattleMoves: ["bugbuzz", "encore", "hiddenpowerground", "hiddenpowerice", "thunderbolt", "uturn", "wish"],
1196
1021
  tier: "NU",
1197
1022
  },
1198
1023
  budew: {
@@ -1202,50 +1027,42 @@ export const FormatsData = {
1202
1027
  tier: "NU",
1203
1028
  },
1204
1029
  roserade: {
1205
- randomBattleMoves: ["energyball", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "rest", "sleeppowder", "sludgebomb", "spikes", "toxicspikes"],
1206
1030
  tier: "OU",
1207
1031
  },
1208
1032
  gulpin: {
1209
1033
  tier: "LC",
1210
1034
  },
1211
1035
  swalot: {
1212
- randomBattleMoves: ["earthquake", "encore", "explosion", "icebeam", "sludgebomb", "toxic", "yawn"],
1213
1036
  tier: "NU",
1214
1037
  },
1215
1038
  carvanha: {
1216
1039
  tier: "LC",
1217
1040
  },
1218
1041
  sharpedo: {
1219
- randomBattleMoves: ["aquajet", "crunch", "earthquake", "hiddenpowergrass", "hydropump", "icebeam", "waterfall"],
1220
1042
  tier: "NU",
1221
1043
  },
1222
1044
  wailmer: {
1223
1045
  tier: "LC",
1224
1046
  },
1225
1047
  wailord: {
1226
- randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "selfdestruct", "surf", "waterspout"],
1227
1048
  tier: "NU",
1228
1049
  },
1229
1050
  numel: {
1230
1051
  tier: "LC",
1231
1052
  },
1232
1053
  camerupt: {
1233
- randomBattleMoves: ["earthpower", "earthquake", "explosion", "fireblast", "lavaplume", "rockpolish", "stealthrock", "stoneedge"],
1234
1054
  tier: "NU",
1235
1055
  },
1236
1056
  torkoal: {
1237
- randomBattleMoves: ["earthquake", "explosion", "lavaplume", "rapidspin", "stealthrock", "toxic", "yawn"],
1238
1057
  tier: "NU",
1239
1058
  },
1240
1059
  spoink: {
1241
1060
  tier: "LC",
1242
1061
  },
1243
1062
  grumpig: {
1244
- randomBattleMoves: ["calmmind", "focusblast", "healbell", "psychic", "shadowball", "thunderwave", "toxic"],
1245
1063
  tier: "NU",
1246
1064
  },
1247
1065
  spinda: {
1248
- randomBattleMoves: ["bodyslam", "encore", "hypnosis", "seismictoss", "substitute", "teeterdance", "toxic"],
1249
1066
  tier: "NU",
1250
1067
  },
1251
1068
  trapinch: {
@@ -1255,97 +1072,81 @@ export const FormatsData = {
1255
1072
  tier: "NFE",
1256
1073
  },
1257
1074
  flygon: {
1258
- randomBattleMoves: ["dragonclaw", "earthquake", "fireblast", "firepunch", "outrage", "roost", "stoneedge", "uturn"],
1259
1075
  tier: "OU",
1260
1076
  },
1261
1077
  cacnea: {
1262
1078
  tier: "LC",
1263
1079
  },
1264
1080
  cacturne: {
1265
- randomBattleMoves: ["encore", "focuspunch", "lowkick", "seedbomb", "spikes", "substitute", "suckerpunch", "swordsdance"],
1266
1081
  tier: "NU",
1267
1082
  },
1268
1083
  swablu: {
1269
1084
  tier: "LC",
1270
1085
  },
1271
1086
  altaria: {
1272
- randomBattleMoves: ["dragonclaw", "dragondance", "earthquake", "fireblast", "healbell", "outrage", "roost"],
1273
1087
  tier: "UU",
1274
1088
  },
1275
1089
  zangoose: {
1276
- randomBattleMoves: ["closecombat", "quickattack", "return", "shadowclaw", "swordsdance"],
1277
1090
  tier: "NU",
1278
1091
  },
1279
1092
  seviper: {
1280
- randomBattleMoves: ["aquatail", "darkpulse", "earthquake", "flamethrower", "sludgebomb", "suckerpunch", "switcheroo"],
1281
1093
  tier: "NU",
1282
1094
  },
1283
1095
  lunatone: {
1284
- randomBattleMoves: ["batonpass", "calmmind", "earthpower", "psychic", "shadowball", "substitute"],
1285
1096
  tier: "NU",
1286
1097
  },
1287
1098
  solrock: {
1288
- randomBattleMoves: ["earthquake", "explosion", "rockpolish", "stealthrock", "stoneedge", "zenheadbutt"],
1289
1099
  tier: "NU",
1290
1100
  },
1291
1101
  barboach: {
1292
1102
  tier: "LC",
1293
1103
  },
1294
1104
  whiscash: {
1295
- randomBattleMoves: ["dragondance", "earthquake", "stoneedge", "waterfall"],
1296
1105
  tier: "NU",
1297
1106
  },
1298
1107
  corphish: {
1299
1108
  tier: "LC",
1300
1109
  },
1301
1110
  crawdaunt: {
1302
- randomBattleMoves: ["crunch", "dragondance", "superpower", "waterfall", "xscissor"],
1303
1111
  tier: "NU",
1304
1112
  },
1305
1113
  baltoy: {
1306
1114
  tier: "LC",
1307
1115
  },
1308
1116
  claydol: {
1309
- randomBattleMoves: ["earthquake", "explosion", "icebeam", "psychic", "rapidspin", "stealthrock"],
1310
1117
  tier: "UU",
1311
1118
  },
1312
1119
  lileep: {
1313
1120
  tier: "LC",
1314
1121
  },
1315
1122
  cradily: {
1316
- randomBattleMoves: ["curse", "earthquake", "recover", "rest", "rockslide", "seedbomb", "sleeptalk", "stealthrock", "toxic"],
1317
1123
  tier: "NU",
1318
1124
  },
1319
1125
  anorith: {
1320
1126
  tier: "LC",
1321
1127
  },
1322
1128
  armaldo: {
1323
- randomBattleMoves: ["earthquake", "rapidspin", "rockpolish", "stealthrock", "stoneedge", "swordsdance", "toxic", "xscissor"],
1324
1129
  tier: "NU",
1325
1130
  },
1326
1131
  feebas: {
1327
1132
  tier: "LC",
1328
1133
  },
1329
1134
  milotic: {
1330
- randomBattleMoves: ["haze", "icebeam", "recover", "rest", "sleeptalk", "surf", "toxic"],
1331
1135
  tier: "UU",
1332
1136
  },
1333
1137
  castform: {
1334
- randomBattleMoves: ["energyball", "fireblast", "icebeam", "shadowball", "thunderbolt"],
1335
1138
  tier: "NU",
1336
1139
  },
1337
1140
  castformsunny: {},
1338
1141
  castformrainy: {},
1339
1142
  castformsnowy: {},
1340
1143
  kecleon: {
1341
- randomBattleMoves: ["aquatail", "recover", "return", "stealthrock", "thunderwave", "toxic"],
1342
1144
  tier: "NU",
1343
1145
  },
1344
1146
  shuppet: {
1345
1147
  tier: "LC",
1346
1148
  },
1347
1149
  banette: {
1348
- randomBattleMoves: ["destinybond", "hiddenpowerfighting", "shadowclaw", "shadowsneak", "taunt", "thunderwave", "willowisp"],
1349
1150
  tier: "NU",
1350
1151
  },
1351
1152
  duskull: {
@@ -1355,33 +1156,27 @@ export const FormatsData = {
1355
1156
  tier: "NU",
1356
1157
  },
1357
1158
  dusknoir: {
1358
- randomBattleMoves: ["earthquake", "focuspunch", "icebeam", "painsplit", "shadowsneak", "substitute", "willowisp"],
1359
1159
  tier: "(OU)",
1360
1160
  },
1361
1161
  tropius: {
1362
- randomBattleMoves: ["aerialace", "curse", "dragondance", "earthquake", "leafblade", "leafstorm", "leechseed", "roost", "swordsdance", "toxic", "whirlwind"],
1363
1162
  tier: "NU",
1364
1163
  },
1365
1164
  chingling: {
1366
1165
  tier: "LC",
1367
1166
  },
1368
1167
  chimecho: {
1369
- randomBattleMoves: ["calmmind", "hiddenpowerfire", "psychic", "recover", "signalbeam", "thunderwave", "yawn"],
1370
1168
  tier: "NU",
1371
1169
  },
1372
1170
  absol: {
1373
- randomBattleMoves: ["nightslash", "psychocut", "pursuit", "suckerpunch", "superpower", "swordsdance"],
1374
1171
  tier: "UU",
1375
1172
  },
1376
1173
  snorunt: {
1377
1174
  tier: "LC",
1378
1175
  },
1379
1176
  glalie: {
1380
- randomBattleMoves: ["earthquake", "explosion", "icebeam", "spikes", "taunt"],
1381
1177
  tier: "NU",
1382
1178
  },
1383
1179
  froslass: {
1384
- randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt"],
1385
1180
  tier: "UUBL",
1386
1181
  },
1387
1182
  spheal: {
@@ -1391,26 +1186,21 @@ export const FormatsData = {
1391
1186
  tier: "NFE",
1392
1187
  },
1393
1188
  walrein: {
1394
- randomBattleMoves: ["encore", "icebeam", "protect", "rest", "roar", "sleeptalk", "surf", "toxic"],
1395
1189
  tier: "NU",
1396
1190
  },
1397
1191
  clamperl: {
1398
1192
  tier: "NU",
1399
1193
  },
1400
1194
  huntail: {
1401
- randomBattleMoves: ["doubleedge", "hiddenpowergrass", "hydropump", "icebeam", "raindance", "suckerpunch", "surf"],
1402
1195
  tier: "NU",
1403
1196
  },
1404
1197
  gorebyss: {
1405
- randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "raindance", "surf"],
1406
1198
  tier: "NU",
1407
1199
  },
1408
1200
  relicanth: {
1409
- randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "rockpolish", "stealthrock", "waterfall"],
1410
1201
  tier: "NU",
1411
1202
  },
1412
1203
  luvdisc: {
1413
- randomBattleMoves: ["icebeam", "protect", "surf", "sweetkiss", "toxic"],
1414
1204
  tier: "NU",
1415
1205
  },
1416
1206
  bagon: {
@@ -1420,7 +1210,6 @@ export const FormatsData = {
1420
1210
  tier: "NU",
1421
1211
  },
1422
1212
  salamence: {
1423
- randomBattleMoves: ["dracometeor", "dragondance", "earthquake", "fireblast", "outrage", "roost"],
1424
1213
  tier: "Uber",
1425
1214
  },
1426
1215
  beldum: {
@@ -1430,59 +1219,45 @@ export const FormatsData = {
1430
1219
  tier: "NU",
1431
1220
  },
1432
1221
  metagross: {
1433
- randomBattleMoves: ["agility", "bulletpunch", "earthquake", "explosion", "meteormash", "stealthrock", "zenheadbutt"],
1434
1222
  tier: "OU",
1435
1223
  },
1436
1224
  regirock: {
1437
- randomBattleMoves: ["earthquake", "explosion", "rest", "rockslide", "sleeptalk", "stealthrock", "thunderwave"],
1438
1225
  tier: "NU",
1439
1226
  },
1440
1227
  regice: {
1441
- randomBattleMoves: ["focusblast", "icebeam", "rest", "sleeptalk", "thunderbolt", "thunderwave"],
1442
1228
  tier: "NU",
1443
1229
  },
1444
1230
  registeel: {
1445
- randomBattleMoves: ["curse", "ironhead", "rest", "sleeptalk", "stealthrock", "thunderwave", "toxic"],
1446
1231
  tier: "UU",
1447
1232
  },
1448
1233
  latias: {
1449
- randomBattleMoves: ["calmmind", "dragonpulse", "psychic", "refresh", "roost", "surf"],
1450
1234
  tier: "OU",
1451
1235
  },
1452
1236
  latios: {
1453
- randomBattleMoves: ["calmmind", "dracometeor", "dragonpulse", "hiddenpowerfire", "psychic", "roost", "surf", "thunderbolt", "trick"],
1454
1237
  tier: "Uber",
1455
1238
  },
1456
1239
  kyogre: {
1457
- randomBattleMoves: ["calmmind", "icebeam", "rest", "sleeptalk", "surf", "thunder", "waterspout"],
1458
1240
  tier: "Uber",
1459
1241
  },
1460
1242
  groudon: {
1461
- randomBattleMoves: ["earthquake", "firepunch", "rockpolish", "stealthrock", "stoneedge", "swordsdance", "toxic"],
1462
1243
  tier: "Uber",
1463
1244
  },
1464
1245
  rayquaza: {
1465
- randomBattleMoves: ["dragonclaw", "dragondance", "earthquake", "extremespeed", "outrage", "overheat", "swordsdance"],
1466
1246
  tier: "Uber",
1467
1247
  },
1468
1248
  jirachi: {
1469
- randomBattleMoves: ["bodyslam", "calmmind", "firepunch", "flashcannon", "icepunch", "ironhead", "psychic", "stealthrock", "substitute", "thunderbolt", "uturn", "wish"],
1470
1249
  tier: "OU",
1471
1250
  },
1472
1251
  deoxys: {
1473
- randomBattleMoves: ["extremespeed", "icebeam", "psychoboost", "spikes", "stealthrock", "superpower"],
1474
1252
  tier: "Uber",
1475
1253
  },
1476
1254
  deoxysattack: {
1477
- randomBattleMoves: ["extremespeed", "hiddenpowerfire", "icebeam", "psychoboost", "shadowball", "stealthrock", "superpower"],
1478
1255
  tier: "Uber",
1479
1256
  },
1480
1257
  deoxysdefense: {
1481
- randomBattleMoves: ["recover", "seismictoss", "spikes", "stealthrock", "taunt", "toxic"],
1482
1258
  tier: "Uber",
1483
1259
  },
1484
1260
  deoxysspeed: {
1485
- randomBattleMoves: ["lightscreen", "psychoboost", "reflect", "spikes", "stealthrock", "superpower", "taunt"],
1486
1261
  tier: "Uber",
1487
1262
  },
1488
1263
  turtwig: {
@@ -1492,7 +1267,6 @@ export const FormatsData = {
1492
1267
  tier: "NFE",
1493
1268
  },
1494
1269
  torterra: {
1495
- randomBattleMoves: ["earthquake", "leechseed", "roar", "rockpolish", "stealthrock", "stoneedge", "synthesis", "woodhammer"],
1496
1270
  tier: "UU",
1497
1271
  },
1498
1272
  chimchar: {
@@ -1502,7 +1276,6 @@ export const FormatsData = {
1502
1276
  tier: "NU",
1503
1277
  },
1504
1278
  infernape: {
1505
- randomBattleMoves: ["closecombat", "flareblitz", "grassknot", "hiddenpowerice", "machpunch", "stealthrock", "stoneedge", "swordsdance", "uturn"],
1506
1279
  tier: "OU",
1507
1280
  },
1508
1281
  piplup: {
@@ -1512,7 +1285,6 @@ export const FormatsData = {
1512
1285
  tier: "NFE",
1513
1286
  },
1514
1287
  empoleon: {
1515
- randomBattleMoves: ["agility", "grassknot", "hiddenpowerelectric", "hydropump", "icebeam", "roar", "stealthrock", "surf"],
1516
1288
  tier: "OU",
1517
1289
  },
1518
1290
  starly: {
@@ -1522,21 +1294,18 @@ export const FormatsData = {
1522
1294
  tier: "NFE",
1523
1295
  },
1524
1296
  staraptor: {
1525
- randomBattleMoves: ["bravebird", "closecombat", "doubleedge", "pursuit", "quickattack", "return", "roost", "substitute", "uturn"],
1526
1297
  tier: "UUBL",
1527
1298
  },
1528
1299
  bidoof: {
1529
1300
  tier: "LC",
1530
1301
  },
1531
1302
  bibarel: {
1532
- randomBattleMoves: ["curse", "quickattack", "rest", "waterfall"],
1533
1303
  tier: "NU",
1534
1304
  },
1535
1305
  kricketot: {
1536
1306
  tier: "LC",
1537
1307
  },
1538
1308
  kricketune: {
1539
- randomBattleMoves: ["brickbreak", "nightslash", "return", "swordsdance", "xscissor"],
1540
1309
  tier: "NU",
1541
1310
  },
1542
1311
  shinx: {
@@ -1546,118 +1315,97 @@ export const FormatsData = {
1546
1315
  tier: "NFE",
1547
1316
  },
1548
1317
  luxray: {
1549
- randomBattleMoves: ["crunch", "icefang", "protect", "roar", "superpower", "thunderbolt", "toxic"],
1550
1318
  tier: "NU",
1551
1319
  },
1552
1320
  cranidos: {
1553
1321
  tier: "LC",
1554
1322
  },
1555
1323
  rampardos: {
1556
- randomBattleMoves: ["earthquake", "firepunch", "icebeam", "rockpolish", "stoneedge", "zenheadbutt"],
1557
1324
  tier: "NU",
1558
1325
  },
1559
1326
  shieldon: {
1560
1327
  tier: "LC",
1561
1328
  },
1562
1329
  bastiodon: {
1563
- randomBattleMoves: ["earthquake", "metalburst", "protect", "roar", "rockslide", "stealthrock", "toxic"],
1564
1330
  tier: "NU",
1565
1331
  },
1566
1332
  burmy: {
1567
1333
  tier: "LC",
1568
1334
  },
1569
1335
  wormadam: {
1570
- randomBattleMoves: ["hiddenpowerice", "hiddenpowerrock", "leafstorm", "psychic", "signalbeam"],
1571
1336
  tier: "NU",
1572
1337
  },
1573
1338
  wormadamsandy: {
1574
- randomBattleMoves: ["earthquake", "rest", "sleeptalk", "toxic"],
1575
1339
  tier: "NU",
1576
1340
  },
1577
1341
  wormadamtrash: {
1578
- randomBattleMoves: ["gyroball", "protect", "stealthrock", "toxic"],
1579
1342
  tier: "NU",
1580
1343
  },
1581
1344
  mothim: {
1582
- randomBattleMoves: ["airslash", "bugbuzz", "hiddenpowerfighting", "hiddenpowerground", "shadowball", "uturn"],
1583
1345
  tier: "NU",
1584
1346
  },
1585
1347
  combee: {
1586
1348
  tier: "LC",
1587
1349
  },
1588
1350
  vespiquen: {
1589
- randomBattleMoves: ["attackorder", "defendorder", "protect", "roost", "substitute", "toxic"],
1590
1351
  tier: "NU",
1591
1352
  },
1592
1353
  pachirisu: {
1593
- randomBattleMoves: ["discharge", "lightscreen", "superfang", "toxic", "uturn"],
1594
1354
  tier: "NU",
1595
1355
  },
1596
1356
  buizel: {
1597
1357
  tier: "LC",
1598
1358
  },
1599
1359
  floatzel: {
1600
- randomBattleMoves: ["aquajet", "batonpass", "bulkup", "crunch", "icepunch", "return", "taunt", "waterfall"],
1601
1360
  tier: "NU",
1602
1361
  },
1603
1362
  cherubi: {
1604
1363
  tier: "LC",
1605
1364
  },
1606
1365
  cherrim: {
1607
- randomBattleMoves: ["aromatherapy", "energyball", "hiddenpowerfire", "hiddenpowerground", "synthesis", "toxic"],
1608
1366
  tier: "NU",
1609
1367
  },
1610
- cherrimsunshine: {
1611
- randomBattleMoves: ["hiddenpowerice", "solarbeam", "sunnyday", "weatherball"],
1612
- },
1368
+ cherrimsunshine: {},
1613
1369
  shellos: {
1614
1370
  tier: "LC",
1615
1371
  },
1616
1372
  gastrodon: {
1617
- randomBattleMoves: ["earthpower", "icebeam", "recover", "surf", "toxic"],
1618
1373
  tier: "NU",
1619
1374
  },
1620
1375
  drifloon: {
1621
1376
  tier: "LC",
1622
1377
  },
1623
1378
  drifblim: {
1624
- randomBattleMoves: ["calmmind", "hiddenpowerfighting", "rest", "shadowball", "substitute", "thunderbolt"],
1625
1379
  tier: "NU",
1626
1380
  },
1627
1381
  buneary: {
1628
1382
  tier: "LC",
1629
1383
  },
1630
1384
  lopunny: {
1631
- randomBattleMoves: ["batonpass", "encore", "healingwish", "return", "substitute", "thunderwave", "toxic"],
1632
1385
  tier: "NU",
1633
1386
  },
1634
1387
  glameow: {
1635
1388
  tier: "LC",
1636
1389
  },
1637
1390
  purugly: {
1638
- randomBattleMoves: ["fakeout", "return", "shadowclaw", "suckerpunch", "taunt", "uturn"],
1639
1391
  tier: "NU",
1640
1392
  },
1641
1393
  stunky: {
1642
1394
  tier: "LC",
1643
1395
  },
1644
1396
  skuntank: {
1645
- randomBattleMoves: ["crunch", "explosion", "fireblast", "poisonjab", "pursuit", "suckerpunch", "taunt"],
1646
1397
  tier: "NU",
1647
1398
  },
1648
1399
  bronzor: {
1649
1400
  tier: "LC",
1650
1401
  },
1651
1402
  bronzong: {
1652
- randomBattleMoves: ["earthquake", "explosion", "gyroball", "hypnosis", "lightscreen", "payback", "reflect", "stealthrock"],
1653
1403
  tier: "OU",
1654
1404
  },
1655
1405
  chatot: {
1656
- randomBattleMoves: ["encore", "heatwave", "hiddenpowergrass", "hypervoice", "nastyplot", "uturn"],
1657
1406
  tier: "NU",
1658
1407
  },
1659
1408
  spiritomb: {
1660
- randomBattleMoves: ["calmmind", "darkpulse", "hiddenpowerfighting", "rest", "sleeptalk", "willowisp"],
1661
1409
  tier: "UU",
1662
1410
  },
1663
1411
  gible: {
@@ -1667,189 +1415,126 @@ export const FormatsData = {
1667
1415
  tier: "NU",
1668
1416
  },
1669
1417
  garchomp: {
1670
- randomBattleMoves: ["dragonclaw", "earthquake", "fireblast", "outrage", "stealthrock", "stoneedge", "substitute", "swordsdance"],
1671
1418
  tier: "Uber",
1672
1419
  },
1673
1420
  riolu: {
1674
1421
  tier: "LC",
1675
1422
  },
1676
1423
  lucario: {
1677
- randomBattleMoves: ["agility", "closecombat", "crunch", "extremespeed", "icepunch", "stoneedge", "swordsdance"],
1678
1424
  tier: "OU",
1679
1425
  },
1680
1426
  hippopotas: {
1681
1427
  tier: "NUBL",
1682
1428
  },
1683
1429
  hippowdon: {
1684
- randomBattleMoves: ["earthquake", "icefang", "roar", "slackoff", "stealthrock", "stoneedge", "toxic"],
1685
1430
  tier: "OU",
1686
1431
  },
1687
1432
  skorupi: {
1688
1433
  tier: "LC",
1689
1434
  },
1690
1435
  drapion: {
1691
- randomBattleMoves: ["aquatail", "crunch", "earthquake", "poisonjab", "pursuit", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
1692
1436
  tier: "UU",
1693
1437
  },
1694
1438
  croagunk: {
1695
1439
  tier: "LC",
1696
1440
  },
1697
1441
  toxicroak: {
1698
- randomBattleMoves: ["crosschop", "focuspunch", "icepunch", "substitute", "suckerpunch", "swordsdance"],
1699
1442
  tier: "UU",
1700
1443
  },
1701
1444
  carnivine: {
1702
- randomBattleMoves: ["powerwhip", "return", "sleeppowder", "substitute", "swordsdance", "synthesis"],
1703
1445
  tier: "NU",
1704
1446
  },
1705
1447
  finneon: {
1706
1448
  tier: "LC",
1707
1449
  },
1708
1450
  lumineon: {
1709
- randomBattleMoves: ["hiddenpowerelectric", "hiddenpowergrass", "icebeam", "raindance", "surf", "uturn"],
1710
1451
  tier: "NU",
1711
1452
  },
1712
1453
  snover: {
1713
1454
  tier: "NUBL",
1714
1455
  },
1715
1456
  abomasnow: {
1716
- randomBattleMoves: ["blizzard", "earthquake", "energyball", "hiddenpowerfire", "iceshard", "leechseed", "substitute", "woodhammer"],
1717
1457
  tier: "UUBL",
1718
1458
  },
1719
1459
  rotom: {
1720
- randomBattleMoves: ["hiddenpowerfighting", "hiddenpowerfire", "shadowball", "thunderbolt", "trick"],
1721
1460
  tier: "UU",
1722
1461
  },
1723
1462
  rotomheat: {
1724
- randomBattleMoves: ["discharge", "lightscreen", "overheat", "painsplit", "reflect", "shadowball", "thunderbolt", "trick", "willowisp"],
1725
1463
  tier: "OU",
1726
1464
  },
1727
1465
  rotomwash: {
1728
- randomBattleMoves: ["discharge", "hydropump", "lightscreen", "reflect", "rest", "shadowball", "sleeptalk", "thunderbolt", "trick", "willowisp"],
1729
1466
  tier: "OU",
1730
1467
  },
1731
1468
  rotomfrost: {
1732
- randomBattleMoves: ["blizzard", "discharge", "lightscreen", "reflect", "rest", "shadowball", "sleeptalk", "thunderbolt", "trick", "willowisp"],
1733
1469
  tier: "OU",
1734
1470
  },
1735
1471
  rotomfan: {
1736
- randomBattleMoves: ["discharge", "lightscreen", "painsplit", "reflect", "rest", "shadowball", "sleeptalk", "thunderbolt", "willowisp"],
1737
1472
  tier: "OU",
1738
1473
  },
1739
1474
  rotommow: {
1740
- randomBattleMoves: ["discharge", "leafstorm", "lightscreen", "painsplit", "reflect", "shadowball", "thunderbolt", "trick", "willowisp"],
1741
1475
  tier: "OU",
1742
1476
  },
1743
1477
  uxie: {
1744
- randomBattleMoves: ["lightscreen", "psychic", "reflect", "stealthrock", "thunderwave", "uturn", "yawn"],
1745
1478
  tier: "UU",
1746
1479
  },
1747
1480
  mesprit: {
1748
- randomBattleMoves: ["calmmind", "hiddenpowerfire", "icebeam", "psychic", "stealthrock", "substitute", "thunderbolt", "thunderwave", "uturn"],
1749
1481
  tier: "UU",
1750
1482
  },
1751
1483
  azelf: {
1752
- randomBattleMoves: ["explosion", "fireblast", "flamethrower", "hiddenpowerfighting", "nastyplot", "psychic", "stealthrock", "thunderbolt", "uturn"],
1753
1484
  tier: "OU",
1754
1485
  },
1755
1486
  dialga: {
1756
- randomBattleMoves: ["aurasphere", "bulkup", "dracometeor", "dragonclaw", "earthquake", "fireblast", "outrage", "rest", "sleeptalk", "stealthrock", "thunderbolt", "toxic"],
1757
1487
  tier: "Uber",
1758
1488
  },
1759
1489
  palkia: {
1760
- randomBattleMoves: ["aurasphere", "dracometeor", "fireblast", "hydropump", "spacialrend", "surf", "thunderbolt"],
1761
1490
  tier: "Uber",
1762
1491
  },
1763
1492
  heatran: {
1764
- randomBattleMoves: ["dragonpulse", "earthpower", "explosion", "fireblast", "hiddenpowergrass", "lavaplume", "protect", "roar", "stealthrock", "substitute", "toxic"],
1765
1493
  tier: "OU",
1766
1494
  },
1767
1495
  regigigas: {
1768
- randomBattleMoves: ["confuseray", "earthquake", "firepunch", "return", "substitute", "thunderwave", "toxic"],
1769
1496
  tier: "NU",
1770
1497
  },
1771
1498
  giratina: {
1772
- randomBattleMoves: ["calmmind", "dragonpulse", "rest", "roar", "shadowball", "sleeptalk", "willowisp"],
1773
1499
  tier: "Uber",
1774
1500
  },
1775
- giratinaorigin: {
1776
- randomBattleMoves: ["aurasphere", "calmmind", "dracometeor", "dragonpulse", "hiddenpowerfire", "outrage", "shadowball", "shadowsneak", "substitute"],
1777
- },
1501
+ giratinaorigin: {},
1778
1502
  cresselia: {
1779
- randomBattleMoves: ["calmmind", "hiddenpowerfire", "icebeam", "lightscreen", "moonlight", "psychic", "reflect", "substitute", "thunderwave", "toxic"],
1780
1503
  tier: "UUBL",
1781
1504
  },
1782
1505
  phione: {
1783
- randomBattleMoves: ["icebeam", "raindance", "rest", "surf", "toxic"],
1784
1506
  tier: "NU",
1785
1507
  },
1786
1508
  manaphy: {
1787
- randomBattleMoves: ["energyball", "icebeam", "surf", "tailglow"],
1788
1509
  tier: "Uber",
1789
1510
  },
1790
1511
  darkrai: {
1791
- randomBattleMoves: ["darkpulse", "darkvoid", "focusblast", "nastyplot", "substitute"],
1792
1512
  tier: "Uber",
1793
1513
  },
1794
1514
  shaymin: {
1795
- randomBattleMoves: ["earthpower", "hiddenpowerfire", "hiddenpowerice", "leechseed", "rest", "seedflare", "substitute"],
1796
1515
  tier: "(OU)",
1797
1516
  },
1798
1517
  shayminsky: {
1799
- randomBattleMoves: ["airslash", "earthpower", "hiddenpowerfire", "hiddenpowerice", "leechseed", "seedflare", "substitute"],
1800
1518
  tier: "Uber",
1801
1519
  },
1802
1520
  arceus: {
1803
- randomBattleMoves: ["earthquake", "extremespeed", "recover", "shadowclaw", "swordsdance"],
1804
1521
  tier: "AG",
1805
1522
  },
1806
- arceusbug: {
1807
- randomBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "recover"],
1808
- },
1809
- arceusdark: {
1810
- randomBattleMoves: ["calmmind", "focusblast", "judgment", "recover", "refresh"],
1811
- },
1812
- arceusdragon: {
1813
- randomBattleMoves: ["calmmind", "flamethrower", "judgment", "recover", "refresh", "willowisp"],
1814
- },
1815
- arceuselectric: {
1816
- randomBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "recover"],
1817
- },
1818
- arceusfighting: {
1819
- randomBattleMoves: ["calmmind", "darkpulse", "icebeam", "judgment", "recover"],
1820
- },
1821
- arceusfire: {
1822
- randomBattleMoves: ["calmmind", "earthpower", "judgment", "recover", "thunderbolt"],
1823
- },
1824
- arceusflying: {
1825
- randomBattleMoves: ["calmmind", "earthpower", "judgment", "recover", "refresh"],
1826
- },
1827
- arceusghost: {
1828
- randomBattleMoves: ["calmmind", "focusblast", "judgment", "recover", "willowisp"],
1829
- },
1830
- arceusgrass: {
1831
- randomBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "recover", "thunderwave"],
1832
- },
1833
- arceusground: {
1834
- randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "thunderbolt"],
1835
- },
1836
- arceusice: {
1837
- randomBattleMoves: ["calmmind", "earthpower", "flamethrower", "judgment", "recover", "thunderbolt"],
1838
- },
1839
- arceuspoison: {
1840
- randomBattleMoves: ["calmmind", "earthpower", "judgment", "recover", "willowisp"],
1841
- },
1842
- arceuspsychic: {
1843
- randomBattleMoves: ["calmmind", "focusblast", "judgment", "recover", "shadowball"],
1844
- },
1845
- arceusrock: {
1846
- randomBattleMoves: ["calmmind", "earthpower", "judgment", "recover", "refresh", "willowisp"],
1847
- },
1848
- arceussteel: {
1849
- randomBattleMoves: ["calmmind", "earthpower", "judgment", "recover", "willowisp"],
1850
- },
1851
- arceuswater: {
1852
- randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "refresh", "thunderbolt", "willowisp"],
1853
- },
1523
+ arceusbug: {},
1524
+ arceusdark: {},
1525
+ arceusdragon: {},
1526
+ arceuselectric: {},
1527
+ arceusfighting: {},
1528
+ arceusfire: {},
1529
+ arceusflying: {},
1530
+ arceusghost: {},
1531
+ arceusgrass: {},
1532
+ arceusground: {},
1533
+ arceusice: {},
1534
+ arceuspoison: {},
1535
+ arceuspsychic: {},
1536
+ arceusrock: {},
1537
+ arceussteel: {},
1538
+ arceuswater: {},
1854
1539
  };
1855
1540
  //# sourceMappingURL=formats-data.mjs.map