@pkmn/sim 0.7.26 → 0.7.28

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