@pkmn/sim 0.7.26 → 0.7.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/build/cjs/config/formats.js +27 -9
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/conditions.js +5 -1
  4. package/build/cjs/data/conditions.js.map +1 -1
  5. package/build/cjs/data/formats-data.js +3 -3
  6. package/build/cjs/data/formats-data.js.map +1 -1
  7. package/build/cjs/data/mods/gen1/formats-data.js +0 -317
  8. package/build/cjs/data/mods/gen1/formats-data.js.map +1 -1
  9. package/build/cjs/data/mods/gen1/moves.js +2 -2
  10. package/build/cjs/data/mods/gen2/formats-data.js +0 -140
  11. package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
  12. package/build/cjs/data/mods/gen3/formats-data.js +0 -220
  13. package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
  14. package/build/cjs/data/mods/gen4/formats-data.js +18 -333
  15. package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
  16. package/build/cjs/data/mods/gen5/formats-data.js +19 -430
  17. package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
  18. package/build/cjs/data/mods/gen6/formats-data.js +26 -1008
  19. package/build/cjs/data/mods/gen6/formats-data.js.map +1 -1
  20. package/build/cjs/data/mods/gen7/formats-data.js +25 -1193
  21. package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
  22. package/build/cjs/data/mods/gen8/formats-data.js +5 -1861
  23. package/build/cjs/data/mods/gen8/formats-data.js.map +1 -1
  24. package/build/cjs/data/moves.js +1 -6
  25. package/build/cjs/data/moves.js.map +1 -1
  26. package/build/cjs/data/rulesets.js +1 -1
  27. package/build/cjs/data/rulesets.js.map +1 -1
  28. package/build/cjs/data/text/moves.js +3 -3
  29. package/build/cjs/data/text/moves.js.map +1 -1
  30. package/build/cjs/sim/tools/exhaustive-runner.js +39 -26
  31. package/build/cjs/sim/tools/exhaustive-runner.js.map +1 -1
  32. package/build/esm/config/formats.mjs +27 -9
  33. package/build/esm/config/formats.mjs.map +1 -1
  34. package/build/esm/data/conditions.mjs +5 -1
  35. package/build/esm/data/conditions.mjs.map +1 -1
  36. package/build/esm/data/formats-data.mjs +3 -3
  37. package/build/esm/data/formats-data.mjs.map +1 -1
  38. package/build/esm/data/mods/gen1/formats-data.mjs +0 -317
  39. package/build/esm/data/mods/gen1/formats-data.mjs.map +1 -1
  40. package/build/esm/data/mods/gen1/moves.mjs +2 -2
  41. package/build/esm/data/mods/gen2/formats-data.mjs +0 -140
  42. package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
  43. package/build/esm/data/mods/gen3/formats-data.mjs +0 -220
  44. package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
  45. package/build/esm/data/mods/gen4/formats-data.mjs +18 -333
  46. package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
  47. package/build/esm/data/mods/gen5/formats-data.mjs +19 -430
  48. package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
  49. package/build/esm/data/mods/gen6/formats-data.mjs +26 -1008
  50. package/build/esm/data/mods/gen6/formats-data.mjs.map +1 -1
  51. package/build/esm/data/mods/gen7/formats-data.mjs +25 -1193
  52. package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
  53. package/build/esm/data/mods/gen8/formats-data.mjs +5 -1861
  54. package/build/esm/data/mods/gen8/formats-data.mjs.map +1 -1
  55. package/build/esm/data/moves.mjs +1 -6
  56. package/build/esm/data/moves.mjs.map +1 -1
  57. package/build/esm/data/rulesets.mjs +1 -1
  58. package/build/esm/data/rulesets.mjs.map +1 -1
  59. package/build/esm/data/text/moves.mjs +3 -3
  60. package/build/esm/data/text/moves.mjs.map +1 -1
  61. package/build/esm/sim/tools/exhaustive-runner.mjs +39 -26
  62. package/build/esm/sim/tools/exhaustive-runner.mjs.map +1 -1
  63. package/build/types/sim/exported-global-types.d.ts +4 -3
  64. package/build/types/sim/global-types.d.ts +4 -3
  65. package/build/types/sim/tools/exhaustive-runner.d.ts +3 -2
  66. package/package.json +1 -1
@@ -9,7 +9,6 @@ exports.FormatsData = {
9
9
  tier: "NFE",
10
10
  },
11
11
  venusaur: {
12
- randomBattleMoves: ["curse", "earthquake", "hiddenpowerrock", "leechseed", "sleeppowder", "sludgebomb", "swordsdance", "synthesis"],
13
12
  tier: "UUBL",
14
13
  },
15
14
  charmander: {
@@ -19,7 +18,6 @@ exports.FormatsData = {
19
18
  tier: "NFE",
20
19
  },
21
20
  charizard: {
22
- randomBattleMoves: ["bellydrum", "dragondance", "earthquake", "fireblast", "hiddenpowerflying", "substitute"],
23
21
  tier: "OU",
24
22
  },
25
23
  squirtle: {
@@ -29,7 +27,6 @@ exports.FormatsData = {
29
27
  tier: "NFE",
30
28
  },
31
29
  blastoise: {
32
- randomBattleMoves: ["earthquake", "icebeam", "mirrorcoat", "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: ["gigadrain", "hiddenpowerfire", "morningsun", "psychic", "sleeppowder", "stunspore", "toxic"],
43
39
  tier: "PU",
44
40
  },
45
41
  weedle: {
@@ -49,7 +45,6 @@ exports.FormatsData = {
49
45
  tier: "NFE",
50
46
  },
51
47
  beedrill: {
52
- randomBattleMoves: ["brickbreak", "doubleedge", "endure", "hiddenpowerbug", "sludgebomb", "swordsdance"],
53
48
  tier: "PU",
54
49
  },
55
50
  pidgey: {
@@ -59,46 +54,39 @@ exports.FormatsData = {
59
54
  tier: "NFE",
60
55
  },
61
56
  pidgeot: {
62
- randomBattleMoves: ["aerialace", "hiddenpowerground", "quickattack", "return", "substitute", "toxic"],
63
57
  tier: "NU",
64
58
  },
65
59
  rattata: {
66
60
  tier: "LC",
67
61
  },
68
62
  raticate: {
69
- randomBattleMoves: ["endeavor", "hiddenpowerground", "quickattack", "return", "reversal", "shadowball", "substitute"],
70
63
  tier: "NU",
71
64
  },
72
65
  spearow: {
73
66
  tier: "LC",
74
67
  },
75
68
  fearow: {
76
- randomBattleMoves: ["agility", "batonpass", "drillpeck", "hiddenpowerground", "quickattack", "return", "substitute"],
77
69
  tier: "UU",
78
70
  },
79
71
  ekans: {
80
72
  tier: "LC",
81
73
  },
82
74
  arbok: {
83
- randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerfire", "rest", "rockslide", "sleeptalk", "sludgebomb"],
84
75
  tier: "PU",
85
76
  },
86
77
  pichu: {
87
78
  tier: "LC",
88
79
  },
89
80
  pikachu: {
90
- randomBattleMoves: ["hiddenpowerice", "substitute", "surf", "thunderbolt"],
91
81
  tier: "NU",
92
82
  },
93
83
  raichu: {
94
- randomBattleMoves: ["encore", "focuspunch", "hiddenpowergrass", "hiddenpowerice", "substitute", "surf", "thunderbolt", "thunderwave"],
95
84
  tier: "UU",
96
85
  },
97
86
  sandshrew: {
98
87
  tier: "LC",
99
88
  },
100
89
  sandslash: {
101
- randomBattleMoves: ["earthquake", "hiddenpowerbug", "rapidspin", "rockslide", "swordsdance", "toxic"],
102
90
  tier: "UU",
103
91
  },
104
92
  nidoranf: {
@@ -108,7 +96,6 @@ exports.FormatsData = {
108
96
  tier: "NFE",
109
97
  },
110
98
  nidoqueen: {
111
- randomBattleMoves: ["earthquake", "fireblast", "icebeam", "shadowball", "sludgebomb", "superpower"],
112
99
  tier: "UU",
113
100
  },
114
101
  nidoranm: {
@@ -118,7 +105,6 @@ exports.FormatsData = {
118
105
  tier: "NFE",
119
106
  },
120
107
  nidoking: {
121
- randomBattleMoves: ["earthquake", "fireblast", "icebeam", "megahorn", "sludgebomb", "substitute", "thunderbolt"],
122
108
  tier: "UU",
123
109
  },
124
110
  cleffa: {
@@ -128,14 +114,12 @@ exports.FormatsData = {
128
114
  tier: "NFE",
129
115
  },
130
116
  clefable: {
131
- randomBattleMoves: ["calmmind", "counter", "icebeam", "return", "shadowball", "softboiled", "thunderbolt", "thunderwave"],
132
117
  tier: "UU",
133
118
  },
134
119
  vulpix: {
135
120
  tier: "LC",
136
121
  },
137
122
  ninetales: {
138
- randomBattleMoves: ["fireblast", "flamethrower", "hiddenpowergrass", "hypnosis", "substitute", "toxic", "willowisp"],
139
123
  tier: "UU",
140
124
  },
141
125
  igglybuff: {
@@ -145,7 +129,6 @@ exports.FormatsData = {
145
129
  tier: "NFE",
146
130
  },
147
131
  wigglytuff: {
148
- randomBattleMoves: ["fireblast", "icebeam", "protect", "return", "thunderbolt", "toxic", "wish"],
149
132
  tier: "PU",
150
133
  },
151
134
  zubat: {
@@ -155,7 +138,6 @@ exports.FormatsData = {
155
138
  tier: "NU",
156
139
  },
157
140
  crobat: {
158
- randomBattleMoves: ["aerialace", "haze", "hiddenpowerground", "shadowball", "sludgebomb", "taunt", "toxic"],
159
141
  tier: "UUBL",
160
142
  },
161
143
  oddish: {
@@ -165,60 +147,51 @@ exports.FormatsData = {
165
147
  tier: "NFE",
166
148
  },
167
149
  vileplume: {
168
- randomBattleMoves: ["aromatherapy", "hiddenpowerfire", "sleeppowder", "sludgebomb", "solarbeam", "sunnyday", "synthesis"],
169
150
  tier: "UU",
170
151
  },
171
152
  bellossom: {
172
- randomBattleMoves: ["hiddenpowergrass", "leechseed", "moonlight", "sleeppowder", "sludgebomb", "stunspore"],
173
153
  tier: "NU",
174
154
  },
175
155
  paras: {
176
156
  tier: "LC",
177
157
  },
178
158
  parasect: {
179
- randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerbug", "return", "spore", "stunspore", "swordsdance"],
180
159
  tier: "PU",
181
160
  },
182
161
  venonat: {
183
162
  tier: "LC",
184
163
  },
185
164
  venomoth: {
186
- randomBattleMoves: ["batonpass", "hiddenpowerground", "signalbeam", "sleeppowder", "sludgebomb", "substitute"],
187
165
  tier: "NU",
188
166
  },
189
167
  diglett: {
190
168
  tier: "NU",
191
169
  },
192
170
  dugtrio: {
193
- randomBattleMoves: ["aerialace", "earthquake", "hiddenpowerbug", "rockslide", "substitute"],
194
171
  tier: "OU",
195
172
  },
196
173
  meowth: {
197
174
  tier: "LC",
198
175
  },
199
176
  persian: {
200
- randomBattleMoves: ["fakeout", "hiddenpowerground", "hypnosis", "irontail", "return", "shadowball", "substitute"],
201
177
  tier: "UU",
202
178
  },
203
179
  psyduck: {
204
180
  tier: "LC",
205
181
  },
206
182
  golduck: {
207
- randomBattleMoves: ["calmmind", "hiddenpowergrass", "hydropump", "hypnosis", "icebeam", "substitute", "surf"],
208
183
  tier: "UU",
209
184
  },
210
185
  mankey: {
211
186
  tier: "LC",
212
187
  },
213
188
  primeape: {
214
- randomBattleMoves: ["bulkup", "crosschop", "earthquake", "hiddenpowerghost", "rockslide", "substitute"],
215
189
  tier: "UU",
216
190
  },
217
191
  growlithe: {
218
192
  tier: "LC",
219
193
  },
220
194
  arcanine: {
221
- randomBattleMoves: ["extremespeed", "fireblast", "flamethrower", "hiddenpowergrass", "rest", "sleeptalk", "toxic"],
222
195
  tier: "UU",
223
196
  },
224
197
  poliwag: {
@@ -228,11 +201,9 @@ exports.FormatsData = {
228
201
  tier: "NFE",
229
202
  },
230
203
  poliwrath: {
231
- randomBattleMoves: ["brickbreak", "bulkup", "hiddenpowerghost", "hydropump", "hypnosis", "icebeam", "substitute"],
232
204
  tier: "UU",
233
205
  },
234
206
  politoed: {
235
- randomBattleMoves: ["hiddenpowergrass", "hypnosis", "icebeam", "rest", "surf", "toxic"],
236
207
  tier: "UU",
237
208
  },
238
209
  abra: {
@@ -242,7 +213,6 @@ exports.FormatsData = {
242
213
  tier: "UUBL",
243
214
  },
244
215
  alakazam: {
245
- randomBattleMoves: ["calmmind", "encore", "firepunch", "icepunch", "psychic", "recover", "substitute"],
246
216
  tier: "UUBL",
247
217
  },
248
218
  machop: {
@@ -252,7 +222,6 @@ exports.FormatsData = {
252
222
  tier: "PUBL",
253
223
  },
254
224
  machamp: {
255
- randomBattleMoves: ["bulkup", "crosschop", "earthquake", "hiddenpowerghost", "rest", "rockslide", "sleeptalk"],
256
225
  tier: "UUBL",
257
226
  },
258
227
  bellsprout: {
@@ -262,14 +231,12 @@ exports.FormatsData = {
262
231
  tier: "NFE",
263
232
  },
264
233
  victreebel: {
265
- randomBattleMoves: ["hiddenpowerfire", "sleeppowder", "sludgebomb", "solarbeam", "sunnyday"],
266
234
  tier: "UU",
267
235
  },
268
236
  tentacool: {
269
237
  tier: "LC",
270
238
  },
271
239
  tentacruel: {
272
- randomBattleMoves: ["gigadrain", "haze", "hydropump", "icebeam", "rapidspin", "surf", "toxic"],
273
240
  tier: "UU",
274
241
  },
275
242
  geodude: {
@@ -279,64 +246,54 @@ exports.FormatsData = {
279
246
  tier: "NFE",
280
247
  },
281
248
  golem: {
282
- randomBattleMoves: ["doubleedge", "earthquake", "explosion", "hiddenpowerbug", "rockslide", "toxic"],
283
249
  tier: "UU",
284
250
  },
285
251
  ponyta: {
286
252
  tier: "LC",
287
253
  },
288
254
  rapidash: {
289
- randomBattleMoves: ["fireblast", "hiddenpowergrass", "hiddenpowerrock", "substitute", "toxic"],
290
255
  tier: "UU",
291
256
  },
292
257
  slowpoke: {
293
258
  tier: "LC",
294
259
  },
295
260
  slowbro: {
296
- randomBattleMoves: ["calmmind", "fireblast", "icebeam", "psychic", "rest", "sleeptalk", "surf", "thunderwave"],
297
261
  tier: "UUBL",
298
262
  },
299
263
  slowking: {
300
- randomBattleMoves: ["calmmind", "flamethrower", "icebeam", "psychic", "rest", "sleeptalk", "surf", "thunderwave"],
301
264
  tier: "UU",
302
265
  },
303
266
  magnemite: {
304
267
  tier: "LC",
305
268
  },
306
269
  magneton: {
307
- randomBattleMoves: ["hiddenpowergrass", "hiddenpowerice", "rest", "sleeptalk", "thunderbolt", "toxic"],
308
270
  tier: "OU",
309
271
  },
310
272
  farfetchd: {
311
- randomBattleMoves: ["agility", "batonpass", "hiddenpowerflying", "return", "swordsdance"],
312
273
  tier: "PU",
313
274
  },
314
275
  doduo: {
315
276
  tier: "LC",
316
277
  },
317
278
  dodrio: {
318
- randomBattleMoves: ["drillpeck", "flail", "hiddenpowerground", "quickattack", "return", "substitute"],
319
279
  tier: "UUBL",
320
280
  },
321
281
  seel: {
322
282
  tier: "LC",
323
283
  },
324
284
  dewgong: {
325
- randomBattleMoves: ["encore", "hiddenpowergrass", "icebeam", "rest", "sleeptalk", "surf", "toxic"],
326
285
  tier: "NU",
327
286
  },
328
287
  grimer: {
329
288
  tier: "LC",
330
289
  },
331
290
  muk: {
332
- randomBattleMoves: ["brickbreak", "curse", "explosion", "fireblast", "hiddenpowerghost", "rest", "sludgebomb"],
333
291
  tier: "UU",
334
292
  },
335
293
  shellder: {
336
294
  tier: "LC",
337
295
  },
338
296
  cloyster: {
339
- randomBattleMoves: ["explosion", "icebeam", "rapidspin", "spikes", "surf", "toxic"],
340
297
  tier: "OU",
341
298
  },
342
299
  gastly: {
@@ -346,97 +303,81 @@ exports.FormatsData = {
346
303
  tier: "NU",
347
304
  },
348
305
  gengar: {
349
- randomBattleMoves: ["destinybond", "explosion", "firepunch", "hypnosis", "icepunch", "substitute", "thunderbolt", "willowisp"],
350
306
  tier: "OU",
351
307
  },
352
308
  onix: {
353
309
  tier: "LC",
354
310
  },
355
311
  steelix: {
356
- randomBattleMoves: ["doubleedge", "earthquake", "explosion", "hiddenpowerrock", "irontail", "rest", "roar", "toxic"],
357
312
  tier: "UUBL",
358
313
  },
359
314
  drowzee: {
360
315
  tier: "LC",
361
316
  },
362
317
  hypno: {
363
- randomBattleMoves: ["batonpass", "calmmind", "firepunch", "hypnosis", "protect", "psychic", "toxic", "wish"],
364
318
  tier: "UU",
365
319
  },
366
320
  krabby: {
367
321
  tier: "LC",
368
322
  },
369
323
  kingler: {
370
- randomBattleMoves: ["doubleedge", "hiddenpowerghost", "hiddenpowerground", "surf", "swordsdance"],
371
324
  tier: "PU",
372
325
  },
373
326
  voltorb: {
374
327
  tier: "LC",
375
328
  },
376
329
  electrode: {
377
- randomBattleMoves: ["explosion", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderbolt", "thunderwave", "toxic"],
378
330
  tier: "UU",
379
331
  },
380
332
  exeggcute: {
381
333
  tier: "LC",
382
334
  },
383
335
  exeggutor: {
384
- randomBattleMoves: ["explosion", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leechseed", "psychic", "sleeppowder", "solarbeam", "sunnyday"],
385
336
  tier: "UUBL",
386
337
  },
387
338
  cubone: {
388
339
  tier: "LC",
389
340
  },
390
341
  marowak: {
391
- randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "rockslide", "swordsdance"],
392
342
  tier: "UUBL",
393
343
  },
394
344
  tyrogue: {
395
345
  tier: "LC",
396
346
  },
397
347
  hitmonlee: {
398
- randomBattleMoves: ["bulkup", "earthquake", "hiddenpowerghost", "highjumpkick", "machpunch", "rockslide", "substitute"],
399
348
  tier: "UU",
400
349
  },
401
350
  hitmonchan: {
402
- randomBattleMoves: ["bulkup", "earthquake", "hiddenpowerghost", "machpunch", "rapidspin", "skyuppercut", "toxic"],
403
351
  tier: "NU",
404
352
  },
405
353
  hitmontop: {
406
- randomBattleMoves: ["bulkup", "earthquake", "hiddenpowerghost", "highjumpkick", "machpunch", "rockslide", "toxic"],
407
354
  tier: "UU",
408
355
  },
409
356
  lickitung: {
410
- randomBattleMoves: ["counter", "healbell", "protect", "return", "seismictoss", "toxic", "wish"],
411
357
  tier: "PU",
412
358
  },
413
359
  koffing: {
414
360
  tier: "LC",
415
361
  },
416
362
  weezing: {
417
- randomBattleMoves: ["explosion", "fireblast", "haze", "painsplit", "sludgebomb", "toxic", "willowisp"],
418
363
  tier: "UUBL",
419
364
  },
420
365
  rhyhorn: {
421
366
  tier: "LC",
422
367
  },
423
368
  rhydon: {
424
- randomBattleMoves: ["doubleedge", "earthquake", "megahorn", "rockslide", "substitute", "swordsdance"],
425
369
  tier: "UUBL",
426
370
  },
427
371
  chansey: {
428
372
  tier: "UUBL",
429
373
  },
430
374
  blissey: {
431
- randomBattleMoves: ["aromatherapy", "calmmind", "icebeam", "seismictoss", "softboiled", "thunderbolt", "thunderwave", "toxic"],
432
375
  tier: "OU",
433
376
  },
434
377
  tangela: {
435
- randomBattleMoves: ["hiddenpowergrass", "leechseed", "morningsun", "sleeppowder", "stunspore"],
436
378
  tier: "PU",
437
379
  },
438
380
  kangaskhan: {
439
- randomBattleMoves: ["earthquake", "fakeout", "focuspunch", "rest", "return", "shadowball", "substitute", "toxic"],
440
381
  tier: "UU",
441
382
  },
442
383
  horsea: {
@@ -446,141 +387,114 @@ exports.FormatsData = {
446
387
  tier: "NFE",
447
388
  },
448
389
  kingdra: {
449
- randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "raindance", "substitute", "surf"],
450
390
  tier: "UUBL",
451
391
  },
452
392
  goldeen: {
453
393
  tier: "LC",
454
394
  },
455
395
  seaking: {
456
- randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "megahorn", "raindance"],
457
396
  tier: "PU",
458
397
  },
459
398
  staryu: {
460
399
  tier: "LC",
461
400
  },
462
401
  starmie: {
463
- randomBattleMoves: ["hydropump", "icebeam", "psychic", "recover", "surf", "thunderbolt"],
464
402
  tier: "OU",
465
403
  },
466
404
  mrmime: {
467
- randomBattleMoves: ["barrier", "batonpass", "calmmind", "encore", "firepunch", "hypnosis", "psychic", "substitute", "thunderbolt"],
468
405
  tier: "UU",
469
406
  },
470
407
  scyther: {
471
- randomBattleMoves: ["aerialace", "batonpass", "hiddenpowerground", "hiddenpowerrock", "quickattack", "silverwind", "swordsdance"],
472
408
  tier: "UU",
473
409
  },
474
410
  scizor: {
475
- randomBattleMoves: ["agility", "batonpass", "hiddenpowerground", "hiddenpowerrock", "morningsun", "silverwind", "steelwing", "swordsdance"],
476
411
  tier: "UUBL",
477
412
  },
478
413
  smoochum: {
479
414
  tier: "LC",
480
415
  },
481
416
  jynx: {
482
- randomBattleMoves: ["calmmind", "hiddenpowerfire", "icebeam", "lovelykiss", "psychic", "substitute"],
483
417
  tier: "UUBL",
484
418
  },
485
419
  elekid: {
486
420
  tier: "LC",
487
421
  },
488
422
  electabuzz: {
489
- randomBattleMoves: ["crosschop", "firepunch", "focuspunch", "hiddenpowergrass", "icepunch", "substitute", "thunderbolt"],
490
423
  tier: "UU",
491
424
  },
492
425
  magby: {
493
426
  tier: "LC",
494
427
  },
495
428
  magmar: {
496
- randomBattleMoves: ["crosschop", "fireblast", "flamethrower", "hiddenpowergrass", "psychic", "substitute", "thunderpunch"],
497
429
  tier: "UU",
498
430
  },
499
431
  pinsir: {
500
- randomBattleMoves: ["earthquake", "hiddenpowerbug", "return", "rockslide", "swordsdance"],
501
432
  tier: "UU",
502
433
  },
503
434
  tauros: {
504
- randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerghost", "hiddenpowerrock", "return"],
505
435
  tier: "UUBL",
506
436
  },
507
437
  magikarp: {
508
438
  tier: "LC",
509
439
  },
510
440
  gyarados: {
511
- randomBattleMoves: ["doubleedge", "dragondance", "earthquake", "hiddenpowerflying", "hydropump", "taunt"],
512
441
  tier: "OU",
513
442
  },
514
443
  lapras: {
515
- randomBattleMoves: ["healbell", "icebeam", "rest", "sleeptalk", "surf", "thunderbolt", "toxic"],
516
444
  tier: "UUBL",
517
445
  },
518
446
  ditto: {
519
- randomBattleMoves: ["transform"],
520
447
  tier: "PU",
521
448
  },
522
449
  eevee: {
523
450
  tier: "LC",
524
451
  },
525
452
  vaporeon: {
526
- randomBattleMoves: ["icebeam", "protect", "surf", "toxic", "wish"],
527
453
  tier: "UUBL",
528
454
  },
529
455
  jolteon: {
530
- randomBattleMoves: ["batonpass", "hiddenpowerice", "substitute", "thunderbolt", "toxic", "wish"],
531
456
  tier: "OU",
532
457
  },
533
458
  flareon: {
534
- randomBattleMoves: ["doubleedge", "fireblast", "hiddenpowergrass", "protect", "shadowball", "toxic", "wish"],
535
459
  tier: "NU",
536
460
  },
537
461
  espeon: {
538
- randomBattleMoves: ["batonpass", "calmmind", "hiddenpowerfire", "morningsun", "psychic", "reflect"],
539
462
  tier: "UUBL",
540
463
  },
541
464
  umbreon: {
542
- randomBattleMoves: ["batonpass", "hiddenpowerdark", "protect", "toxic", "wish"],
543
465
  tier: "UUBL",
544
466
  },
545
467
  porygon: {
546
468
  tier: "LC",
547
469
  },
548
470
  porygon2: {
549
- randomBattleMoves: ["icebeam", "recover", "return", "thunderbolt", "thunderwave", "toxic"],
550
471
  tier: "UUBL",
551
472
  },
552
473
  omanyte: {
553
474
  tier: "LC",
554
475
  },
555
476
  omastar: {
556
- randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "raindance", "spikes", "surf"],
557
477
  tier: "UU",
558
478
  },
559
479
  kabuto: {
560
480
  tier: "LC",
561
481
  },
562
482
  kabutops: {
563
- randomBattleMoves: ["brickbreak", "doubleedge", "hiddenpowerground", "rockslide", "surf", "swordsdance"],
564
483
  tier: "UU",
565
484
  },
566
485
  aerodactyl: {
567
- randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerflying", "rockslide", "substitute"],
568
486
  tier: "OU",
569
487
  },
570
488
  snorlax: {
571
- randomBattleMoves: ["bodyslam", "curse", "earthquake", "rest", "return", "selfdestruct", "shadowball", "sleeptalk"],
572
489
  tier: "OU",
573
490
  },
574
491
  articuno: {
575
- randomBattleMoves: ["healbell", "hiddenpowerfire", "icebeam", "protect", "rest", "roar", "sleeptalk", "toxic"],
576
492
  tier: "UUBL",
577
493
  },
578
494
  zapdos: {
579
- randomBattleMoves: ["agility", "batonpass", "hiddenpowerice", "substitute", "thunderbolt", "thunderwave", "toxic"],
580
495
  tier: "OU",
581
496
  },
582
497
  moltres: {
583
- randomBattleMoves: ["fireblast", "flamethrower", "hiddenpowergrass", "morningsun", "substitute", "toxic", "willowisp"],
584
498
  tier: "OU",
585
499
  },
586
500
  dratini: {
@@ -590,15 +504,12 @@ exports.FormatsData = {
590
504
  tier: "NFE",
591
505
  },
592
506
  dragonite: {
593
- randomBattleMoves: ["doubleedge", "dragondance", "earthquake", "flamethrower", "healbell", "hiddenpowerflying", "icebeam", "substitute"],
594
507
  tier: "UUBL",
595
508
  },
596
509
  mewtwo: {
597
- randomBattleMoves: ["calmmind", "flamethrower", "icebeam", "psychic", "recover", "substitute", "thunderbolt"],
598
510
  tier: "Uber",
599
511
  },
600
512
  mew: {
601
- randomBattleMoves: ["calmmind", "explosion", "flamethrower", "icebeam", "psychic", "softboiled", "thunderbolt", "thunderwave", "transform"],
602
513
  tier: "Uber",
603
514
  },
604
515
  chikorita: {
@@ -608,7 +519,6 @@ exports.FormatsData = {
608
519
  tier: "NFE",
609
520
  },
610
521
  meganium: {
611
- randomBattleMoves: ["bodyslam", "hiddenpowergrass", "leechseed", "synthesis", "toxic"],
612
522
  tier: "UU",
613
523
  },
614
524
  cyndaquil: {
@@ -618,7 +528,6 @@ exports.FormatsData = {
618
528
  tier: "NFE",
619
529
  },
620
530
  typhlosion: {
621
- randomBattleMoves: ["fireblast", "flamethrower", "focuspunch", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderpunch"],
622
531
  tier: "UUBL",
623
532
  },
624
533
  totodile: {
@@ -628,56 +537,48 @@ exports.FormatsData = {
628
537
  tier: "NFE",
629
538
  },
630
539
  feraligatr: {
631
- randomBattleMoves: ["earthquake", "hiddenpowerflying", "hydropump", "rockslide", "swordsdance"],
632
540
  tier: "UU",
633
541
  },
634
542
  sentret: {
635
543
  tier: "LC",
636
544
  },
637
545
  furret: {
638
- randomBattleMoves: ["doubleedge", "quickattack", "return", "reversal", "shadowball", "substitute", "trick"],
639
546
  tier: "PU",
640
547
  },
641
548
  hoothoot: {
642
549
  tier: "LC",
643
550
  },
644
551
  noctowl: {
645
- randomBattleMoves: ["hypnosis", "psychic", "reflect", "toxic", "whirlwind"],
646
552
  tier: "PU",
647
553
  },
648
554
  ledyba: {
649
555
  tier: "LC",
650
556
  },
651
557
  ledian: {
652
- randomBattleMoves: ["agility", "batonpass", "lightscreen", "reflect", "silverwind", "swordsdance", "toxic"],
653
558
  tier: "PU",
654
559
  },
655
560
  spinarak: {
656
561
  tier: "LC",
657
562
  },
658
563
  ariados: {
659
- randomBattleMoves: ["agility", "batonpass", "signalbeam", "sludgebomb", "spiderweb", "toxic"],
660
564
  tier: "PU",
661
565
  },
662
566
  chinchou: {
663
567
  tier: "LC",
664
568
  },
665
569
  lanturn: {
666
- randomBattleMoves: ["confuseray", "icebeam", "rest", "sleeptalk", "surf", "thunderbolt", "thunderwave", "toxic"],
667
570
  tier: "UU",
668
571
  },
669
572
  togepi: {
670
573
  tier: "LC",
671
574
  },
672
575
  togetic: {
673
- randomBattleMoves: ["charm", "encore", "flamethrower", "seismictoss", "softboiled", "thunderwave", "toxic"],
674
576
  tier: "PU",
675
577
  },
676
578
  natu: {
677
579
  tier: "LC",
678
580
  },
679
581
  xatu: {
680
- randomBattleMoves: ["batonpass", "calmmind", "hiddenpowerfire", "psychic", "reflect", "wish"],
681
582
  tier: "UU",
682
583
  },
683
584
  mareep: {
@@ -687,7 +588,6 @@ exports.FormatsData = {
687
588
  tier: "NFE",
688
589
  },
689
590
  ampharos: {
690
- randomBattleMoves: ["firepunch", "healbell", "hiddenpowergrass", "hiddenpowerice", "thunderbolt", "toxic"],
691
591
  tier: "UU",
692
592
  },
693
593
  azurill: {
@@ -697,11 +597,9 @@ exports.FormatsData = {
697
597
  tier: "NFE",
698
598
  },
699
599
  azumarill: {
700
- randomBattleMoves: ["brickbreak", "encore", "hiddenpowerghost", "hydropump", "return"],
701
600
  tier: "UU",
702
601
  },
703
602
  sudowoodo: {
704
- randomBattleMoves: ["brickbreak", "doubleedge", "earthquake", "explosion", "rockslide", "toxic"],
705
603
  tier: "NU",
706
604
  },
707
605
  hoppip: {
@@ -711,172 +609,138 @@ exports.FormatsData = {
711
609
  tier: "NFE",
712
610
  },
713
611
  jumpluff: {
714
- randomBattleMoves: ["encore", "hiddenpowerflying", "leechseed", "sleeppowder", "substitute", "toxic"],
715
612
  tier: "UUBL",
716
613
  },
717
614
  aipom: {
718
- randomBattleMoves: ["batonpass", "doubleedge", "focuspunch", "shadowball", "substitute", "thunderwave"],
719
615
  tier: "PU",
720
616
  },
721
617
  sunkern: {
722
618
  tier: "LC",
723
619
  },
724
620
  sunflora: {
725
- randomBattleMoves: ["hiddenpowerfire", "leechseed", "razorleaf", "synthesis", "toxic"],
726
621
  tier: "PU",
727
622
  },
728
623
  yanma: {
729
- randomBattleMoves: ["hiddenpowerflying", "hypnosis", "reversal", "shadowball", "substitute"],
730
624
  tier: "PU",
731
625
  },
732
626
  wooper: {
733
627
  tier: "LC",
734
628
  },
735
629
  quagsire: {
736
- randomBattleMoves: ["counter", "curse", "earthquake", "hiddenpowerrock", "icebeam", "rest", "surf", "toxic"],
737
630
  tier: "UU",
738
631
  },
739
632
  murkrow: {
740
- randomBattleMoves: ["doubleedge", "drillpeck", "hiddenpowerfighting", "hiddenpowerground", "meanlook", "perishsong", "protect", "shadowball", "substitute"],
741
633
  tier: "NU",
742
634
  },
743
635
  misdreavus: {
744
- randomBattleMoves: ["calmmind", "hiddenpowerice", "meanlook", "perishsong", "protect", "substitute", "thunderbolt", "toxic"],
745
636
  tier: "UU",
746
637
  },
747
638
  unown: {
748
- randomBattleMoves: ["hiddenpowerpsychic"],
749
639
  tier: "PU",
750
640
  },
751
641
  wynaut: {
752
642
  tier: "Uber",
753
643
  },
754
644
  wobbuffet: {
755
- randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
756
645
  tier: "Uber",
757
646
  },
758
647
  girafarig: {
759
- randomBattleMoves: ["agility", "batonpass", "calmmind", "psychic", "substitute", "thunderbolt", "thunderwave", "wish"],
760
648
  tier: "UU",
761
649
  },
762
650
  pineco: {
763
651
  tier: "LC",
764
652
  },
765
653
  forretress: {
766
- randomBattleMoves: ["earthquake", "explosion", "hiddenpowerbug", "rapidspin", "spikes", "toxic"],
767
654
  tier: "OU",
768
655
  },
769
656
  dunsparce: {
770
- randomBattleMoves: ["bodyslam", "curse", "headbutt", "rest", "rockslide", "shadowball", "thunderwave"],
771
657
  tier: "PUBL",
772
658
  },
773
659
  gligar: {
774
- randomBattleMoves: ["earthquake", "hiddenpowerflying", "irontail", "quickattack", "rockslide", "substitute", "swordsdance"],
775
660
  tier: "UU",
776
661
  },
777
662
  snubbull: {
778
663
  tier: "LC",
779
664
  },
780
665
  granbull: {
781
- randomBattleMoves: ["bulkup", "earthquake", "healbell", "overheat", "rest", "return", "shadowball", "thunderwave"],
782
666
  tier: "UU",
783
667
  },
784
668
  qwilfish: {
785
- randomBattleMoves: ["destinybond", "hydropump", "selfdestruct", "shadowball", "sludgebomb", "spikes", "swordsdance"],
786
669
  tier: "UU",
787
670
  },
788
671
  shuckle: {
789
- randomBattleMoves: ["encore", "rest", "toxic", "wrap"],
790
672
  tier: "PU",
791
673
  },
792
674
  heracross: {
793
- randomBattleMoves: ["brickbreak", "focuspunch", "megahorn", "rest", "rockslide", "sleeptalk", "substitute", "swordsdance"],
794
675
  tier: "OU",
795
676
  },
796
677
  sneasel: {
797
- randomBattleMoves: ["brickbreak", "doubleedge", "hiddenpowerflying", "shadowball", "substitute", "swordsdance"],
798
678
  tier: "UU",
799
679
  },
800
680
  teddiursa: {
801
681
  tier: "LC",
802
682
  },
803
683
  ursaring: {
804
- randomBattleMoves: ["earthquake", "focuspunch", "hiddenpowerghost", "return", "swordsdance"],
805
684
  tier: "UUBL",
806
685
  },
807
686
  slugma: {
808
687
  tier: "LC",
809
688
  },
810
689
  magcargo: {
811
- randomBattleMoves: ["fireblast", "hiddenpowergrass", "rest", "sleeptalk", "toxic", "yawn"],
812
690
  tier: "PU",
813
691
  },
814
692
  swinub: {
815
693
  tier: "LC",
816
694
  },
817
695
  piloswine: {
818
- randomBattleMoves: ["doubleedge", "earthquake", "icebeam", "protect", "rockslide", "toxic"],
819
696
  tier: "PU",
820
697
  },
821
698
  corsola: {
822
- randomBattleMoves: ["calmmind", "confuseray", "icebeam", "recover", "surf", "toxic"],
823
699
  tier: "PU",
824
700
  },
825
701
  remoraid: {
826
702
  tier: "LC",
827
703
  },
828
704
  octillery: {
829
- randomBattleMoves: ["fireblast", "hiddenpowergrass", "icebeam", "rockblast", "surf", "thunderwave"],
830
705
  tier: "NU",
831
706
  },
832
707
  delibird: {
833
- randomBattleMoves: ["aerialace", "focuspunch", "hiddenpowerground", "icebeam", "quickattack"],
834
708
  tier: "PU",
835
709
  },
836
710
  mantine: {
837
- randomBattleMoves: ["haze", "hiddenpowergrass", "icebeam", "raindance", "rest", "sleeptalk", "surf", "toxic"],
838
711
  tier: "UU",
839
712
  },
840
713
  skarmory: {
841
- randomBattleMoves: ["drillpeck", "hiddenpowerground", "protect", "rest", "sleeptalk", "spikes", "toxic", "whirlwind"],
842
714
  tier: "OU",
843
715
  },
844
716
  houndour: {
845
717
  tier: "LC",
846
718
  },
847
719
  houndoom: {
848
- randomBattleMoves: ["crunch", "fireblast", "flamethrower", "hiddenpowergrass", "pursuit", "willowisp"],
849
720
  tier: "UUBL",
850
721
  },
851
722
  phanpy: {
852
723
  tier: "LC",
853
724
  },
854
725
  donphan: {
855
- randomBattleMoves: ["earthquake", "rapidspin", "rest", "rockslide", "sleeptalk", "toxic"],
856
726
  tier: "UUBL",
857
727
  },
858
728
  stantler: {
859
- randomBattleMoves: ["earthquake", "hypnosis", "return", "shadowball", "thunderbolt"],
860
729
  tier: "UU",
861
730
  },
862
731
  smeargle: {
863
- randomBattleMoves: ["encore", "explosion", "spikes", "spore"],
864
732
  tier: "UUBL",
865
733
  },
866
734
  miltank: {
867
- randomBattleMoves: ["bodyslam", "curse", "earthquake", "healbell", "milkdrink", "toxic"],
868
735
  tier: "UUBL",
869
736
  },
870
737
  raikou: {
871
- randomBattleMoves: ["calmmind", "crunch", "hiddenpowergrass", "hiddenpowerice", "rest", "sleeptalk", "substitute", "thunderbolt"],
872
738
  tier: "UUBL",
873
739
  },
874
740
  entei: {
875
- randomBattleMoves: ["bodyslam", "calmmind", "fireblast", "flamethrower", "hiddenpowergrass", "hiddenpowerice", "solarbeam", "substitute", "sunnyday"],
876
741
  tier: "UUBL",
877
742
  },
878
743
  suicune: {
879
- randomBattleMoves: ["calmmind", "icebeam", "rest", "sleeptalk", "substitute", "surf", "toxic"],
880
744
  tier: "OU",
881
745
  },
882
746
  larvitar: {
@@ -886,19 +750,15 @@ exports.FormatsData = {
886
750
  tier: "NU",
887
751
  },
888
752
  tyranitar: {
889
- randomBattleMoves: ["dragondance", "earthquake", "fireblast", "focuspunch", "hiddenpowerbug", "icebeam", "pursuit", "rockslide", "substitute"],
890
753
  tier: "OU",
891
754
  },
892
755
  lugia: {
893
- randomBattleMoves: ["aeroblast", "calmmind", "earthquake", "icebeam", "recover", "substitute", "thunderbolt", "toxic"],
894
756
  tier: "Uber",
895
757
  },
896
758
  hooh: {
897
- randomBattleMoves: ["calmmind", "earthquake", "recover", "sacredfire", "substitute", "thunderbolt", "toxic"],
898
759
  tier: "Uber",
899
760
  },
900
761
  celebi: {
901
- randomBattleMoves: ["batonpass", "calmmind", "healbell", "hiddenpowergrass", "leechseed", "psychic", "recover"],
902
762
  tier: "OU",
903
763
  },
904
764
  treecko: {
@@ -908,7 +768,6 @@ exports.FormatsData = {
908
768
  tier: "NFE",
909
769
  },
910
770
  sceptile: {
911
- randomBattleMoves: ["focuspunch", "hiddenpowerice", "leafblade", "leechseed", "substitute", "thunderpunch"],
912
771
  tier: "UUBL",
913
772
  },
914
773
  torchic: {
@@ -918,7 +777,6 @@ exports.FormatsData = {
918
777
  tier: "NFE",
919
778
  },
920
779
  blaziken: {
921
- randomBattleMoves: ["endure", "fireblast", "hiddenpowerice", "reversal", "rockslide", "skyuppercut", "swordsdance", "thunderpunch"],
922
780
  tier: "UUBL",
923
781
  },
924
782
  mudkip: {
@@ -928,21 +786,18 @@ exports.FormatsData = {
928
786
  tier: "NFE",
929
787
  },
930
788
  swampert: {
931
- randomBattleMoves: ["earthquake", "hydropump", "icebeam", "protect", "rest", "rockslide", "sleeptalk", "surf", "toxic"],
932
789
  tier: "OU",
933
790
  },
934
791
  poochyena: {
935
792
  tier: "LC",
936
793
  },
937
794
  mightyena: {
938
- randomBattleMoves: ["crunch", "doubleedge", "healbell", "hiddenpowerfighting", "protect", "shadowball", "toxic"],
939
795
  tier: "PU",
940
796
  },
941
797
  zigzagoon: {
942
798
  tier: "LC",
943
799
  },
944
800
  linoone: {
945
- randomBattleMoves: ["bellydrum", "extremespeed", "flail", "hiddenpowerground", "shadowball", "substitute"],
946
801
  tier: "UU",
947
802
  },
948
803
  wurmple: {
@@ -952,14 +807,12 @@ exports.FormatsData = {
952
807
  tier: "NFE",
953
808
  },
954
809
  beautifly: {
955
- randomBattleMoves: ["hiddenpowerbug", "hiddenpowerflying", "morningsun", "stunspore", "substitute", "toxic"],
956
810
  tier: "PU",
957
811
  },
958
812
  cascoon: {
959
813
  tier: "NFE",
960
814
  },
961
815
  dustox: {
962
- randomBattleMoves: ["hiddenpowerground", "lightscreen", "moonlight", "sludgebomb", "toxic", "whirlwind"],
963
816
  tier: "PU",
964
817
  },
965
818
  lotad: {
@@ -969,7 +822,6 @@ exports.FormatsData = {
969
822
  tier: "NFE",
970
823
  },
971
824
  ludicolo: {
972
- randomBattleMoves: ["hiddenpowergrass", "icebeam", "leechseed", "raindance", "substitute", "surf"],
973
825
  tier: "UUBL",
974
826
  },
975
827
  seedot: {
@@ -979,21 +831,18 @@ exports.FormatsData = {
979
831
  tier: "NFE",
980
832
  },
981
833
  shiftry: {
982
- randomBattleMoves: ["brickbreak", "explosion", "shadowball", "swordsdance"],
983
834
  tier: "UU",
984
835
  },
985
836
  taillow: {
986
837
  tier: "LC",
987
838
  },
988
839
  swellow: {
989
- randomBattleMoves: ["aerialace", "doubleedge", "hiddenpowerfighting", "hiddenpowerground", "quickattack", "return"],
990
840
  tier: "UUBL",
991
841
  },
992
842
  wingull: {
993
843
  tier: "LC",
994
844
  },
995
845
  pelipper: {
996
- randomBattleMoves: ["icebeam", "protect", "rest", "sleeptalk", "surf", "toxic"],
997
846
  tier: "NU",
998
847
  },
999
848
  ralts: {
@@ -1003,43 +852,36 @@ exports.FormatsData = {
1003
852
  tier: "NFE",
1004
853
  },
1005
854
  gardevoir: {
1006
- randomBattleMoves: ["calmmind", "firepunch", "hypnosis", "psychic", "substitute", "thunderbolt", "willowisp"],
1007
855
  tier: "UUBL",
1008
856
  },
1009
857
  surskit: {
1010
858
  tier: "LC",
1011
859
  },
1012
860
  masquerain: {
1013
- randomBattleMoves: ["hydropump", "icebeam", "stunspore", "substitute", "toxic"],
1014
861
  tier: "PU",
1015
862
  },
1016
863
  shroomish: {
1017
864
  tier: "LC",
1018
865
  },
1019
866
  breloom: {
1020
- randomBattleMoves: ["focuspunch", "hiddenpowerghost", "hiddenpowerrock", "leechseed", "machpunch", "skyuppercut", "spore", "substitute", "swordsdance"],
1021
867
  tier: "OU",
1022
868
  },
1023
869
  slakoth: {
1024
870
  tier: "LC",
1025
871
  },
1026
872
  vigoroth: {
1027
- randomBattleMoves: ["brickbreak", "bulkup", "earthquake", "return", "shadowball", "slackoff"],
1028
873
  tier: "NU",
1029
874
  },
1030
875
  slaking: {
1031
- randomBattleMoves: ["doubleedge", "earthquake", "focuspunch", "return", "shadowball"],
1032
876
  tier: "UUBL",
1033
877
  },
1034
878
  nincada: {
1035
879
  tier: "LC",
1036
880
  },
1037
881
  ninjask: {
1038
- randomBattleMoves: ["aerialace", "batonpass", "hiddenpowerrock", "protect", "silverwind", "substitute", "swordsdance"],
1039
882
  tier: "UU",
1040
883
  },
1041
884
  shedinja: {
1042
- randomBattleMoves: ["agility", "batonpass", "hiddenpowerground", "shadowball", "silverwind", "toxic"],
1043
885
  tier: "PU",
1044
886
  },
1045
887
  whismur: {
@@ -1049,33 +891,27 @@ exports.FormatsData = {
1049
891
  tier: "NFE",
1050
892
  },
1051
893
  exploud: {
1052
- randomBattleMoves: ["earthquake", "flamethrower", "icebeam", "overheat", "return", "shadowball", "substitute"],
1053
894
  tier: "UU",
1054
895
  },
1055
896
  makuhita: {
1056
897
  tier: "LC",
1057
898
  },
1058
899
  hariyama: {
1059
- randomBattleMoves: ["bulkup", "crosschop", "fakeout", "hiddenpowerghost", "rest", "rockslide", "sleeptalk"],
1060
900
  tier: "UUBL",
1061
901
  },
1062
902
  nosepass: {
1063
- randomBattleMoves: ["earthquake", "explosion", "rockslide", "thunderwave", "toxic"],
1064
903
  tier: "PU",
1065
904
  },
1066
905
  skitty: {
1067
906
  tier: "LC",
1068
907
  },
1069
908
  delcatty: {
1070
- randomBattleMoves: ["batonpass", "doubleedge", "healbell", "thunderwave", "wish"],
1071
909
  tier: "PU",
1072
910
  },
1073
911
  sableye: {
1074
- randomBattleMoves: ["knockoff", "recover", "seismictoss", "shadowball", "toxic"],
1075
912
  tier: "NU",
1076
913
  },
1077
914
  mawile: {
1078
- randomBattleMoves: ["batonpass", "brickbreak", "focuspunch", "hiddenpowersteel", "rockslide", "substitute", "swordsdance", "toxic"],
1079
915
  tier: "PU",
1080
916
  },
1081
917
  aron: {
@@ -1085,84 +921,69 @@ exports.FormatsData = {
1085
921
  tier: "NFE",
1086
922
  },
1087
923
  aggron: {
1088
- randomBattleMoves: ["doubleedge", "earthquake", "focuspunch", "irontail", "rockslide", "substitute", "thunderwave", "toxic"],
1089
924
  tier: "UU",
1090
925
  },
1091
926
  meditite: {
1092
927
  tier: "LC",
1093
928
  },
1094
929
  medicham: {
1095
- randomBattleMoves: ["brickbreak", "bulkup", "recover", "rockslide", "shadowball", "substitute"],
1096
930
  tier: "UUBL",
1097
931
  },
1098
932
  electrike: {
1099
933
  tier: "LC",
1100
934
  },
1101
935
  manectric: {
1102
- randomBattleMoves: ["crunch", "hiddenpowergrass", "hiddenpowerice", "substitute", "thunderbolt", "thunderwave"],
1103
936
  tier: "UU",
1104
937
  },
1105
938
  plusle: {
1106
- randomBattleMoves: ["agility", "batonpass", "encore", "hiddenpowergrass", "substitute", "thunderbolt", "toxic"],
1107
939
  tier: "NU",
1108
940
  },
1109
941
  minun: {
1110
- randomBattleMoves: ["batonpass", "encore", "hiddenpowerice", "lightscreen", "substitute", "thunderbolt", "wish"],
1111
942
  tier: "PU",
1112
943
  },
1113
944
  volbeat: {
1114
- randomBattleMoves: ["batonpass", "icepunch", "tailglow", "thunderbolt"],
1115
945
  tier: "PU",
1116
946
  },
1117
947
  illumise: {
1118
- randomBattleMoves: ["batonpass", "encore", "icepunch", "substitute", "thunderwave", "wish"],
1119
948
  tier: "PU",
1120
949
  },
1121
950
  roselia: {
1122
- randomBattleMoves: ["aromatherapy", "gigadrain", "hiddenpowerfire", "spikes", "stunspore", "synthesis"],
1123
951
  tier: "NU",
1124
952
  },
1125
953
  gulpin: {
1126
954
  tier: "LC",
1127
955
  },
1128
956
  swalot: {
1129
- randomBattleMoves: ["encore", "explosion", "hiddenpowerground", "icebeam", "sludgebomb", "toxic", "yawn"],
1130
957
  tier: "PU",
1131
958
  },
1132
959
  carvanha: {
1133
960
  tier: "LC",
1134
961
  },
1135
962
  sharpedo: {
1136
- randomBattleMoves: ["crunch", "earthquake", "endure", "hiddenpowerflying", "hydropump", "icebeam", "return"],
1137
963
  tier: "UU",
1138
964
  },
1139
965
  wailmer: {
1140
966
  tier: "LC",
1141
967
  },
1142
968
  wailord: {
1143
- randomBattleMoves: ["hiddenpowergrass", "icebeam", "rest", "selfdestruct", "sleeptalk", "surf", "toxic"],
1144
969
  tier: "NU",
1145
970
  },
1146
971
  numel: {
1147
972
  tier: "LC",
1148
973
  },
1149
974
  camerupt: {
1150
- randomBattleMoves: ["earthquake", "explosion", "fireblast", "rest", "rockslide", "sleeptalk", "toxic"],
1151
975
  tier: "UU",
1152
976
  },
1153
977
  torkoal: {
1154
- randomBattleMoves: ["explosion", "fireblast", "flamethrower", "hiddenpowergrass", "rest", "toxic", "yawn"],
1155
978
  tier: "NU",
1156
979
  },
1157
980
  spoink: {
1158
981
  tier: "LC",
1159
982
  },
1160
983
  grumpig: {
1161
- randomBattleMoves: ["calmmind", "firepunch", "icywind", "psychic", "substitute", "taunt"],
1162
984
  tier: "UU",
1163
985
  },
1164
986
  spinda: {
1165
- randomBattleMoves: ["bodyslam", "encore", "focuspunch", "shadowball", "substitute", "teeterdance", "toxic"],
1166
987
  tier: "PU",
1167
988
  },
1168
989
  trapinch: {
@@ -1172,83 +993,69 @@ exports.FormatsData = {
1172
993
  tier: "NFE",
1173
994
  },
1174
995
  flygon: {
1175
- randomBattleMoves: ["dragonclaw", "earthquake", "fireblast", "hiddenpowerbug", "rockslide", "substitute", "toxic"],
1176
996
  tier: "OU",
1177
997
  },
1178
998
  cacnea: {
1179
999
  tier: "LC",
1180
1000
  },
1181
1001
  cacturne: {
1182
- randomBattleMoves: ["focuspunch", "hiddenpowerdark", "leechseed", "needlearm", "spikes", "substitute", "thunderpunch"],
1183
1002
  tier: "NU",
1184
1003
  },
1185
1004
  swablu: {
1186
1005
  tier: "LC",
1187
1006
  },
1188
1007
  altaria: {
1189
- randomBattleMoves: ["dragonclaw", "dragondance", "earthquake", "fireblast", "flamethrower", "haze", "hiddenpowerflying", "rest", "toxic"],
1190
1008
  tier: "UU",
1191
1009
  },
1192
1010
  zangoose: {
1193
- randomBattleMoves: ["brickbreak", "quickattack", "return", "shadowball", "swordsdance"],
1194
1011
  tier: "UUBL",
1195
1012
  },
1196
1013
  seviper: {
1197
- randomBattleMoves: ["crunch", "doubleedge", "earthquake", "flamethrower", "hiddenpowergrass", "sludgebomb"],
1198
1014
  tier: "PU",
1199
1015
  },
1200
1016
  lunatone: {
1201
- randomBattleMoves: ["batonpass", "calmmind", "explosion", "hypnosis", "icebeam", "psychic"],
1202
1017
  tier: "UU",
1203
1018
  },
1204
1019
  solrock: {
1205
- randomBattleMoves: ["earthquake", "explosion", "overheat", "reflect", "rockslide", "shadowball"],
1206
1020
  tier: "UU",
1207
1021
  },
1208
1022
  barboach: {
1209
1023
  tier: "LC",
1210
1024
  },
1211
1025
  whiscash: {
1212
- randomBattleMoves: ["earthquake", "hiddenpowerbug", "icebeam", "rest", "rockslide", "sleeptalk", "spark", "surf", "toxic"],
1213
1026
  tier: "NU",
1214
1027
  },
1215
1028
  corphish: {
1216
1029
  tier: "LC",
1217
1030
  },
1218
1031
  crawdaunt: {
1219
- randomBattleMoves: ["brickbreak", "crunch", "doubleedge", "hiddenpowerghost", "icebeam", "surf"],
1220
1032
  tier: "NU",
1221
1033
  },
1222
1034
  baltoy: {
1223
1035
  tier: "LC",
1224
1036
  },
1225
1037
  claydol: {
1226
- randomBattleMoves: ["earthquake", "explosion", "icebeam", "psychic", "rapidspin", "toxic"],
1227
1038
  tier: "OU",
1228
1039
  },
1229
1040
  lileep: {
1230
1041
  tier: "LC",
1231
1042
  },
1232
1043
  cradily: {
1233
- randomBattleMoves: ["barrier", "earthquake", "hiddenpowergrass", "mirrorcoat", "recover", "rockslide", "toxic"],
1234
1044
  tier: "UU",
1235
1045
  },
1236
1046
  anorith: {
1237
1047
  tier: "LC",
1238
1048
  },
1239
1049
  armaldo: {
1240
- randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerbug", "rockslide", "swordsdance"],
1241
1050
  tier: "UUBL",
1242
1051
  },
1243
1052
  feebas: {
1244
1053
  tier: "LC",
1245
1054
  },
1246
1055
  milotic: {
1247
- randomBattleMoves: ["icebeam", "mirrorcoat", "recover", "surf", "toxic"],
1248
1056
  tier: "OU",
1249
1057
  },
1250
1058
  castform: {
1251
- randomBattleMoves: ["flamethrower", "icebeam", "substitute", "thunderbolt", "thunderwave"],
1252
1059
  tier: "PU",
1253
1060
  },
1254
1061
  castformsunny: {
@@ -1261,40 +1068,33 @@ exports.FormatsData = {
1261
1068
  tier: "PU",
1262
1069
  },
1263
1070
  kecleon: {
1264
- randomBattleMoves: ["brickbreak", "return", "shadowball", "thunderwave", "trick"],
1265
1071
  tier: "NU",
1266
1072
  },
1267
1073
  shuppet: {
1268
1074
  tier: "LC",
1269
1075
  },
1270
1076
  banette: {
1271
- randomBattleMoves: ["destinybond", "endure", "hiddenpowerfighting", "knockoff", "shadowball", "willowisp"],
1272
1077
  tier: "UU",
1273
1078
  },
1274
1079
  duskull: {
1275
1080
  tier: "LC",
1276
1081
  },
1277
1082
  dusclops: {
1278
- randomBattleMoves: ["focuspunch", "icebeam", "painsplit", "rest", "shadowball", "sleeptalk", "substitute", "willowisp"],
1279
1083
  tier: "UUBL",
1280
1084
  },
1281
1085
  tropius: {
1282
- randomBattleMoves: ["hiddenpowerfire", "solarbeam", "sunnyday", "synthesis"],
1283
1086
  tier: "PU",
1284
1087
  },
1285
1088
  chimecho: {
1286
- randomBattleMoves: ["calmmind", "healbell", "hiddenpowerfire", "lightscreen", "psychic", "reflect", "toxic", "yawn"],
1287
1089
  tier: "NU",
1288
1090
  },
1289
1091
  absol: {
1290
- randomBattleMoves: ["batonpass", "hiddenpowerfighting", "quickattack", "shadowball", "swordsdance"],
1291
1092
  tier: "UU",
1292
1093
  },
1293
1094
  snorunt: {
1294
1095
  tier: "LC",
1295
1096
  },
1296
1097
  glalie: {
1297
- randomBattleMoves: ["earthquake", "explosion", "icebeam", "spikes", "toxic"],
1298
1098
  tier: "NU",
1299
1099
  },
1300
1100
  spheal: {
@@ -1304,26 +1104,21 @@ exports.FormatsData = {
1304
1104
  tier: "NFE",
1305
1105
  },
1306
1106
  walrein: {
1307
- randomBattleMoves: ["encore", "hiddenpowergrass", "icebeam", "rest", "sleeptalk", "surf", "toxic"],
1308
1107
  tier: "UU",
1309
1108
  },
1310
1109
  clamperl: {
1311
1110
  tier: "LC",
1312
1111
  },
1313
1112
  huntail: {
1314
- randomBattleMoves: ["doubleedge", "hiddenpowergrass", "hydropump", "icebeam", "raindance", "surf"],
1315
1113
  tier: "NU",
1316
1114
  },
1317
1115
  gorebyss: {
1318
- randomBattleMoves: ["hiddenpowerelectric", "hiddenpowergrass", "hydropump", "icebeam", "raindance", "surf"],
1319
1116
  tier: "UU",
1320
1117
  },
1321
1118
  relicanth: {
1322
- randomBattleMoves: ["doubleedge", "earthquake", "hiddenpowerflying", "rest", "rockslide", "sleeptalk", "toxic"],
1323
1119
  tier: "NU",
1324
1120
  },
1325
1121
  luvdisc: {
1326
- randomBattleMoves: ["icebeam", "protect", "substitute", "surf", "sweetkiss", "toxic"],
1327
1122
  tier: "PU",
1328
1123
  },
1329
1124
  bagon: {
@@ -1333,7 +1128,6 @@ exports.FormatsData = {
1333
1128
  tier: "NFE",
1334
1129
  },
1335
1130
  salamence: {
1336
- randomBattleMoves: ["brickbreak", "dragondance", "earthquake", "fireblast", "hiddenpowerflying", "rockslide"],
1337
1131
  tier: "OU",
1338
1132
  },
1339
1133
  beldum: {
@@ -1343,59 +1137,45 @@ exports.FormatsData = {
1343
1137
  tier: "NU",
1344
1138
  },
1345
1139
  metagross: {
1346
- randomBattleMoves: ["agility", "earthquake", "explosion", "meteormash", "psychic", "rockslide"],
1347
1140
  tier: "OU",
1348
1141
  },
1349
1142
  regirock: {
1350
- randomBattleMoves: ["curse", "earthquake", "explosion", "rest", "rockslide", "superpower", "thunderwave"],
1351
1143
  tier: "UUBL",
1352
1144
  },
1353
1145
  regice: {
1354
- randomBattleMoves: ["explosion", "icebeam", "rest", "sleeptalk", "thunderbolt", "thunderwave", "toxic"],
1355
1146
  tier: "UUBL",
1356
1147
  },
1357
1148
  registeel: {
1358
- randomBattleMoves: ["rest", "seismictoss", "sleeptalk", "toxic"],
1359
1149
  tier: "UUBL",
1360
1150
  },
1361
1151
  latias: {
1362
- randomBattleMoves: ["calmmind", "dragonclaw", "hiddenpowerfire", "recover", "refresh", "toxic"],
1363
1152
  tier: "Uber",
1364
1153
  },
1365
1154
  latios: {
1366
- randomBattleMoves: ["calmmind", "dragonclaw", "hiddenpowerfire", "psychic", "recover", "thunderbolt"],
1367
1155
  tier: "Uber",
1368
1156
  },
1369
1157
  kyogre: {
1370
- randomBattleMoves: ["calmmind", "icebeam", "rest", "sleeptalk", "surf", "thunder"],
1371
1158
  tier: "Uber",
1372
1159
  },
1373
1160
  groudon: {
1374
- randomBattleMoves: ["earthquake", "hiddenpowerbug", "overheat", "rockslide", "substitute", "swordsdance", "thunderwave"],
1375
1161
  tier: "Uber",
1376
1162
  },
1377
1163
  rayquaza: {
1378
- randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "hiddenpowerflying", "overheat", "rockslide"],
1379
1164
  tier: "Uber",
1380
1165
  },
1381
1166
  jirachi: {
1382
- randomBattleMoves: ["bodyslam", "calmmind", "firepunch", "icepunch", "protect", "psychic", "substitute", "thunderbolt", "wish"],
1383
1167
  tier: "OU",
1384
1168
  },
1385
1169
  deoxys: {
1386
- randomBattleMoves: ["extremespeed", "firepunch", "icebeam", "psychoboost", "shadowball", "superpower"],
1387
1170
  tier: "Uber",
1388
1171
  },
1389
1172
  deoxysattack: {
1390
- randomBattleMoves: ["extremespeed", "firepunch", "psychoboost", "shadowball", "superpower"],
1391
1173
  tier: "Uber",
1392
1174
  },
1393
1175
  deoxysdefense: {
1394
- randomBattleMoves: ["nightshade", "recover", "spikes", "taunt", "toxic"],
1395
1176
  tier: "Uber",
1396
1177
  },
1397
1178
  deoxysspeed: {
1398
- randomBattleMoves: ["calmmind", "icebeam", "psychic", "recover", "spikes", "taunt", "toxic"],
1399
1179
  tier: "Uber",
1400
1180
  },
1401
1181
  };