@pkmn/mods 0.5.1 → 0.5.5

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.
@@ -13,7 +13,7 @@ exports.FormatsData = {
13
13
  doublesTier: "DOU",
14
14
  },
15
15
  venusaurmega: {
16
- randomBattleMoves: ["leechseed", "sludgebomb", "megadrain", "sleeppowder", "earthquake"],
16
+ randomBattleMoves: ["earthquake", "leechseed", "megadrain", "sleeppowder", "sludgebomb"],
17
17
  tier: "OU",
18
18
  doublesTier: "DOU",
19
19
  },
@@ -28,12 +28,12 @@ exports.FormatsData = {
28
28
  doublesTier: "DOU",
29
29
  },
30
30
  charizardmegax: {
31
- randomBattleMoves: ["roost", "flareblitz", "outrage", "earthquake", "willowisp"],
31
+ randomBattleMoves: ["earthquake", "flareblitz", "outrage", "roost", "willowisp"],
32
32
  tier: "UU",
33
33
  doublesTier: "DOU",
34
34
  },
35
35
  charizardmegay: {
36
- randomBattleMoves: ["airslash", "roost", "dragonpulse", "flamethrower", "fireblast"],
36
+ randomBattleMoves: ["airslash", "dragonpulse", "fireblast", "flamethrower", "roost"],
37
37
  tier: "UU",
38
38
  doublesTier: "DOU",
39
39
  },
@@ -48,7 +48,7 @@ exports.FormatsData = {
48
48
  doublesTier: "DOU",
49
49
  },
50
50
  blastoisemega: {
51
- randomBattleMoves: ["icebeam", "scald", "darkpulse", "toxic", "hydropump"],
51
+ randomBattleMoves: ["darkpulse", "hydropump", "icebeam", "scald", "toxic"],
52
52
  tier: "UU",
53
53
  doublesTier: "DOU",
54
54
  },
@@ -59,7 +59,7 @@ exports.FormatsData = {
59
59
  tier: "NFE",
60
60
  },
61
61
  butterfree: {
62
- randomBattleMoves: ["bugbuzz", "quiverdance", "airslash", "sleeppowder"],
62
+ randomBattleMoves: ["airslash", "bugbuzz", "quiverdance", "sleeppowder"],
63
63
  tier: "UU",
64
64
  doublesTier: "DOU",
65
65
  },
@@ -74,7 +74,7 @@ exports.FormatsData = {
74
74
  doublesTier: "DOU",
75
75
  },
76
76
  beedrillmega: {
77
- randomBattleMoves: ["drillrun", "poisonjab", "uturn", "xscissor", "brickbreak"],
77
+ randomBattleMoves: ["brickbreak", "drillrun", "poisonjab", "uturn", "xscissor"],
78
78
  tier: "OU",
79
79
  doublesTier: "DOU",
80
80
  },
@@ -89,7 +89,7 @@ exports.FormatsData = {
89
89
  doublesTier: "DOU",
90
90
  },
91
91
  pidgeotmega: {
92
- randomBattleMoves: ["airslash", "heatwave", "roost", "uturn", "toxic"],
92
+ randomBattleMoves: ["airslash", "heatwave", "roost", "toxic", "uturn"],
93
93
  tier: "UU",
94
94
  doublesTier: "DOU",
95
95
  },
@@ -100,12 +100,12 @@ exports.FormatsData = {
100
100
  tier: "LC",
101
101
  },
102
102
  raticate: {
103
- randomBattleMoves: ["swordsdance", "doubleedge", "suckerpunch", "crunch", "irontail"],
103
+ randomBattleMoves: ["crunch", "doubleedge", "irontail", "suckerpunch", "swordsdance"],
104
104
  tier: "UU",
105
105
  doublesTier: "DOU",
106
106
  },
107
107
  raticatealola: {
108
- randomBattleMoves: ["suckerpunch", "crunch", "swordsdance", "uturn", "doubleedge"],
108
+ randomBattleMoves: ["crunch", "doubleedge", "suckerpunch", "swordsdance", "uturn"],
109
109
  tier: "UU",
110
110
  doublesTier: "DOU",
111
111
  },
@@ -113,7 +113,7 @@ exports.FormatsData = {
113
113
  tier: "LC",
114
114
  },
115
115
  fearow: {
116
- randomBattleMoves: ["drillpeck", "drillrun", "quickattack", "uturn", "roost"],
116
+ randomBattleMoves: ["drillpeck", "drillrun", "quickattack", "roost", "uturn"],
117
117
  tier: "UU",
118
118
  doublesTier: "DOU",
119
119
  },
@@ -121,7 +121,7 @@ exports.FormatsData = {
121
121
  tier: "LC",
122
122
  },
123
123
  arbok: {
124
- randomBattleMoves: ["poisonjab", "earthquake", "glare", "suckerpunch", "crunch"],
124
+ randomBattleMoves: ["crunch", "earthquake", "glare", "poisonjab", "suckerpunch"],
125
125
  tier: "UU",
126
126
  doublesTier: "DOU",
127
127
  },
@@ -129,18 +129,18 @@ exports.FormatsData = {
129
129
  tier: "LC",
130
130
  },
131
131
  pikachustarter: {
132
- randomBattleMoves: ["zippyzap", "splishysplash", "thunderbolt", "calmmind", "substitute"],
132
+ randomBattleMoves: ["calmmind", "splishysplash", "substitute", "thunderbolt", "zippyzap"],
133
133
  isNonstandard: null,
134
134
  tier: "UU",
135
135
  doublesTier: "DOU",
136
136
  },
137
137
  raichu: {
138
- randomBattleMoves: ["thunderbolt", "fakeout", "brickbreak", "irontail", "substitute"],
138
+ randomBattleMoves: ["brickbreak", "fakeout", "irontail", "substitute", "thunderbolt"],
139
139
  tier: "UU",
140
140
  doublesTier: "DOU",
141
141
  },
142
142
  raichualola: {
143
- randomBattleMoves: ["psychic", "thunderbolt", "calmmind", "encore", "substitute"],
143
+ randomBattleMoves: ["calmmind", "encore", "psychic", "substitute", "thunderbolt"],
144
144
  tier: "UU",
145
145
  doublesTier: "DOU",
146
146
  },
@@ -156,7 +156,7 @@ exports.FormatsData = {
156
156
  doublesTier: "DOU",
157
157
  },
158
158
  sandslashalola: {
159
- randomBattleMoves: ["earthquake", "iceshard", "icepunch", "swordsdance", "stealthrock", "irontail"],
159
+ randomBattleMoves: ["earthquake", "icepunch", "iceshard", "irontail", "stealthrock", "swordsdance"],
160
160
  tier: "OU",
161
161
  doublesTier: "DOU",
162
162
  },
@@ -167,7 +167,7 @@ exports.FormatsData = {
167
167
  tier: "NFE",
168
168
  },
169
169
  nidoqueen: {
170
- randomBattleMoves: ["earthquake", "stealthrock", "icebeam", "poisonjab", "dragontail"],
170
+ randomBattleMoves: ["dragontail", "earthquake", "icebeam", "poisonjab", "stealthrock"],
171
171
  tier: "OU",
172
172
  doublesTier: "DOU",
173
173
  },
@@ -178,7 +178,7 @@ exports.FormatsData = {
178
178
  tier: "NFE",
179
179
  },
180
180
  nidoking: {
181
- randomBattleMoves: ["earthquake", "poisonjab", "stealthrock", "icepunch", "megahorn"],
181
+ randomBattleMoves: ["earthquake", "icepunch", "megahorn", "poisonjab", "stealthrock"],
182
182
  tier: "OU",
183
183
  doublesTier: "DOU",
184
184
  },
@@ -186,7 +186,7 @@ exports.FormatsData = {
186
186
  tier: "LC",
187
187
  },
188
188
  clefable: {
189
- randomBattleMoves: ["moonblast", "calmmind", "flamethrower", "stealthrock", "thunderwave", "icebeam"],
189
+ randomBattleMoves: ["calmmind", "flamethrower", "icebeam", "moonblast", "stealthrock", "thunderwave"],
190
190
  tier: "UU",
191
191
  doublesTier: "DOU",
192
192
  },
@@ -197,12 +197,12 @@ exports.FormatsData = {
197
197
  tier: "LC",
198
198
  },
199
199
  ninetales: {
200
- randomBattleMoves: ["flamethrower", "darkpulse", "nastyplot", "willowisp", "fireblast"],
200
+ randomBattleMoves: ["darkpulse", "fireblast", "flamethrower", "nastyplot", "willowisp"],
201
201
  tier: "UU",
202
202
  doublesTier: "DOU",
203
203
  },
204
204
  ninetalesalola: {
205
- randomBattleMoves: ["dazzlinggleam", "icebeam", "nastyplot", "darkpulse", "substitute"],
205
+ randomBattleMoves: ["darkpulse", "dazzlinggleam", "icebeam", "nastyplot", "substitute"],
206
206
  tier: "UU",
207
207
  doublesTier: "DOU",
208
208
  },
@@ -210,7 +210,7 @@ exports.FormatsData = {
210
210
  tier: "LC",
211
211
  },
212
212
  wigglytuff: {
213
- randomBattleMoves: ["dazzlinggleam", "fireblast", "stealthrock", "icebeam", "bodyslam"],
213
+ randomBattleMoves: ["bodyslam", "dazzlinggleam", "fireblast", "icebeam", "stealthrock"],
214
214
  tier: "UU",
215
215
  doublesTier: "DOU",
216
216
  },
@@ -218,7 +218,7 @@ exports.FormatsData = {
218
218
  tier: "LC",
219
219
  },
220
220
  golbat: {
221
- randomBattleMoves: ["toxic", "roost", "taunt", "sludgebomb", "whirlwind", "airslash", "uturn"],
221
+ randomBattleMoves: ["airslash", "roost", "sludgebomb", "taunt", "toxic", "uturn", "whirlwind"],
222
222
  tier: "UU",
223
223
  doublesTier: "DOU",
224
224
  },
@@ -229,7 +229,7 @@ exports.FormatsData = {
229
229
  tier: "NFE",
230
230
  },
231
231
  vileplume: {
232
- randomBattleMoves: ["sludgebomb", "moonblast", "sleeppowder", "megadrain", "stunspore"],
232
+ randomBattleMoves: ["megadrain", "moonblast", "sleeppowder", "sludgebomb", "stunspore"],
233
233
  tier: "UU",
234
234
  doublesTier: "DOU",
235
235
  },
@@ -237,7 +237,7 @@ exports.FormatsData = {
237
237
  tier: "LC",
238
238
  },
239
239
  parasect: {
240
- randomBattleMoves: ["leechlife", "spore", "leechseed", "substitute", "brickbreak"],
240
+ randomBattleMoves: ["brickbreak", "leechlife", "leechseed", "spore", "substitute"],
241
241
  tier: "UU",
242
242
  doublesTier: "DOU",
243
243
  },
@@ -245,7 +245,7 @@ exports.FormatsData = {
245
245
  tier: "LC",
246
246
  },
247
247
  venomoth: {
248
- randomBattleMoves: ["quiverdance", "bugbuzz", "sleeppowder", "sludgebomb", "psychic"],
248
+ randomBattleMoves: ["bugbuzz", "psychic", "quiverdance", "sleeppowder", "sludgebomb"],
249
249
  tier: "UU",
250
250
  doublesTier: "DOU",
251
251
  },
@@ -256,12 +256,12 @@ exports.FormatsData = {
256
256
  tier: "LC",
257
257
  },
258
258
  dugtrio: {
259
- randomBattleMoves: ["earthquake", "rockslide", "suckerpunch", "stealthrock", "toxic"],
259
+ randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "suckerpunch", "toxic"],
260
260
  tier: "UU",
261
261
  doublesTier: "DOU",
262
262
  },
263
263
  dugtrioalola: {
264
- randomBattleMoves: ["earthquake", "suckerpunch", "stealthrock", "rockslide", "toxic"],
264
+ randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "suckerpunch", "toxic"],
265
265
  tier: "OU",
266
266
  doublesTier: "DOU",
267
267
  },
@@ -272,12 +272,12 @@ exports.FormatsData = {
272
272
  tier: "LC",
273
273
  },
274
274
  persian: {
275
- randomBattleMoves: ["fakeout", "uturn", "taunt", "headbutt", "playrough"],
275
+ randomBattleMoves: ["fakeout", "headbutt", "playrough", "taunt", "uturn"],
276
276
  tier: "UU",
277
277
  doublesTier: "DOU",
278
278
  },
279
279
  persianalola: {
280
- randomBattleMoves: ["darkpulse", "thunderbolt", "uturn", "taunt", "nastyplot"],
280
+ randomBattleMoves: ["darkpulse", "nastyplot", "taunt", "thunderbolt", "uturn"],
281
281
  tier: "UU",
282
282
  doublesTier: "DOU",
283
283
  },
@@ -285,7 +285,7 @@ exports.FormatsData = {
285
285
  tier: "LC",
286
286
  },
287
287
  golduck: {
288
- randomBattleMoves: ["icebeam", "psychic", "hydropump", "scald", "calmmind"],
288
+ randomBattleMoves: ["calmmind", "hydropump", "icebeam", "psychic", "scald"],
289
289
  tier: "UU",
290
290
  doublesTier: "DOU",
291
291
  },
@@ -293,7 +293,7 @@ exports.FormatsData = {
293
293
  tier: "LC",
294
294
  },
295
295
  primeape: {
296
- randomBattleMoves: ["uturn", "brickbreak", "earthquake", "bulkup", "rockslide"],
296
+ randomBattleMoves: ["brickbreak", "bulkup", "earthquake", "rockslide", "uturn"],
297
297
  tier: "UU",
298
298
  doublesTier: "DOU",
299
299
  },
@@ -301,7 +301,7 @@ exports.FormatsData = {
301
301
  tier: "LC",
302
302
  },
303
303
  arcanine: {
304
- randomBattleMoves: ["flareblitz", "willowisp", "crunch", "playrough", "superpower"],
304
+ randomBattleMoves: ["crunch", "flareblitz", "playrough", "superpower", "willowisp"],
305
305
  tier: "OU",
306
306
  doublesTier: "DOU",
307
307
  },
@@ -312,7 +312,7 @@ exports.FormatsData = {
312
312
  tier: "NFE",
313
313
  },
314
314
  poliwrath: {
315
- randomBattleMoves: ["waterfall", "bulkup", "superpower", "icepunch", "brickbreak", "earthquake"],
315
+ randomBattleMoves: ["brickbreak", "bulkup", "earthquake", "icepunch", "superpower", "waterfall"],
316
316
  tier: "OU",
317
317
  doublesTier: "DOU",
318
318
  },
@@ -327,7 +327,7 @@ exports.FormatsData = {
327
327
  doublesTier: "DOU",
328
328
  },
329
329
  alakazammega: {
330
- randomBattleMoves: ["psychic", "shadowball", "calmmind", "dazzlinggleam", "recover"],
330
+ randomBattleMoves: ["calmmind", "dazzlinggleam", "psychic", "recover", "shadowball"],
331
331
  tier: "OU",
332
332
  doublesTier: "DOU",
333
333
  },
@@ -338,7 +338,7 @@ exports.FormatsData = {
338
338
  tier: "NFE",
339
339
  },
340
340
  machamp: {
341
- randomBattleMoves: ["superpower", "earthquake", "icepunch", "bulkup", "rockslide", "brickbreak"],
341
+ randomBattleMoves: ["brickbreak", "bulkup", "earthquake", "icepunch", "rockslide", "superpower"],
342
342
  tier: "UU",
343
343
  doublesTier: "DOU",
344
344
  },
@@ -349,7 +349,7 @@ exports.FormatsData = {
349
349
  tier: "NFE",
350
350
  },
351
351
  victreebel: {
352
- randomBattleMoves: ["powerwhip", "suckerpunch", "poisonjab", "swordsdance", "sleeppowder"],
352
+ randomBattleMoves: ["poisonjab", "powerwhip", "sleeppowder", "suckerpunch", "swordsdance"],
353
353
  tier: "UU",
354
354
  doublesTier: "DOU",
355
355
  },
@@ -357,7 +357,7 @@ exports.FormatsData = {
357
357
  tier: "LC",
358
358
  },
359
359
  tentacruel: {
360
- randomBattleMoves: ["sludgebomb", "scald", "icebeam", "haze"],
360
+ randomBattleMoves: ["haze", "icebeam", "scald", "sludgebomb"],
361
361
  tier: "UU",
362
362
  doublesTier: "DOU",
363
363
  },
@@ -374,12 +374,12 @@ exports.FormatsData = {
374
374
  tier: "NFE",
375
375
  },
376
376
  golem: {
377
- randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "explosion", "toxic"],
377
+ randomBattleMoves: ["earthquake", "explosion", "rockslide", "stealthrock", "toxic"],
378
378
  tier: "UU",
379
379
  doublesTier: "DOU",
380
380
  },
381
381
  golemalola: {
382
- randomBattleMoves: ["thunderpunch", "rockslide", "earthquake", "stealthrock", "explosion"],
382
+ randomBattleMoves: ["earthquake", "explosion", "rockslide", "stealthrock", "thunderpunch"],
383
383
  tier: "UU",
384
384
  doublesTier: "DOU",
385
385
  },
@@ -387,7 +387,7 @@ exports.FormatsData = {
387
387
  tier: "LC",
388
388
  },
389
389
  rapidash: {
390
- randomBattleMoves: ["flareblitz", "drillrun", "megahorn", "willowisp", "irontail"],
390
+ randomBattleMoves: ["drillrun", "flareblitz", "irontail", "megahorn", "willowisp"],
391
391
  tier: "OU",
392
392
  doublesTier: "DOU",
393
393
  },
@@ -399,7 +399,7 @@ exports.FormatsData = {
399
399
  doublesTier: "DOU",
400
400
  },
401
401
  slowbromega: {
402
- randomBattleMoves: ["scald", "psychic", "calmmind", "icebeam", "toxic"],
402
+ randomBattleMoves: ["calmmind", "icebeam", "psychic", "scald", "toxic"],
403
403
  tier: "UU",
404
404
  doublesTier: "DOU",
405
405
  },
@@ -407,12 +407,12 @@ exports.FormatsData = {
407
407
  tier: "LC",
408
408
  },
409
409
  magneton: {
410
- randomBattleMoves: ["thunderbolt", "flashcannon", "thunderwave", "lightscreen", "reflect"],
410
+ randomBattleMoves: ["flashcannon", "lightscreen", "reflect", "thunderbolt", "thunderwave"],
411
411
  tier: "UU",
412
412
  doublesTier: "DOU",
413
413
  },
414
414
  farfetchd: {
415
- randomBattleMoves: ["swordsdance", "quickattack", "fly", "razorleaf", "poisonjab"],
415
+ randomBattleMoves: ["fly", "poisonjab", "quickattack", "razorleaf", "swordsdance"],
416
416
  tier: "UU",
417
417
  doublesTier: "DOU",
418
418
  },
@@ -420,7 +420,7 @@ exports.FormatsData = {
420
420
  tier: "LC",
421
421
  },
422
422
  dodrio: {
423
- randomBattleMoves: ["drillpeck", "jumpkick", "swordsdance", "quickattack", "roost"],
423
+ randomBattleMoves: ["drillpeck", "jumpkick", "quickattack", "roost", "swordsdance"],
424
424
  tier: "UU",
425
425
  doublesTier: "DOU",
426
426
  },
@@ -428,7 +428,7 @@ exports.FormatsData = {
428
428
  tier: "LC",
429
429
  },
430
430
  dewgong: {
431
- randomBattleMoves: ["icebeam", "aquajet", "iceshard", "surf", "megahorn"],
431
+ randomBattleMoves: ["aquajet", "icebeam", "iceshard", "megahorn", "surf"],
432
432
  tier: "UU",
433
433
  doublesTier: "DOU",
434
434
  },
@@ -439,12 +439,12 @@ exports.FormatsData = {
439
439
  tier: "LC",
440
440
  },
441
441
  muk: {
442
- randomBattleMoves: ["poisonjab", "firepunch", "brickbreak", "toxic", "protect"],
442
+ randomBattleMoves: ["brickbreak", "firepunch", "poisonjab", "protect", "toxic"],
443
443
  tier: "UU",
444
444
  doublesTier: "DOU",
445
445
  },
446
446
  mukalola: {
447
- randomBattleMoves: ["crunch", "poisonjab", "toxic", "firepunch", "megadrain"],
447
+ randomBattleMoves: ["crunch", "firepunch", "megadrain", "poisonjab", "toxic"],
448
448
  tier: "OU",
449
449
  doublesTier: "DOU",
450
450
  },
@@ -452,7 +452,7 @@ exports.FormatsData = {
452
452
  tier: "LC",
453
453
  },
454
454
  cloyster: {
455
- randomBattleMoves: ["shellsmash", "icebeam", "hydropump", "surf", "iceshard"],
455
+ randomBattleMoves: ["hydropump", "icebeam", "iceshard", "shellsmash", "surf"],
456
456
  tier: "OU",
457
457
  doublesTier: "DOU",
458
458
  },
@@ -467,12 +467,12 @@ exports.FormatsData = {
467
467
  doublesTier: "DOU",
468
468
  },
469
469
  gengarmega: {
470
- randomBattleMoves: ["shadowball", "sludgebomb", "thunderbolt", "willowisp", "substitute", "dazzlinggleam"],
470
+ randomBattleMoves: ["dazzlinggleam", "shadowball", "sludgebomb", "substitute", "thunderbolt", "willowisp"],
471
471
  tier: "Uber",
472
472
  doublesTier: "DOU",
473
473
  },
474
474
  onix: {
475
- randomBattleMoves: ["stealthrock", "rockslide", "earthquake", "toxic", "dragontail"],
475
+ randomBattleMoves: ["dragontail", "earthquake", "rockslide", "stealthrock", "toxic"],
476
476
  tier: "UU",
477
477
  doublesTier: "DOU",
478
478
  },
@@ -480,7 +480,7 @@ exports.FormatsData = {
480
480
  tier: "LC",
481
481
  },
482
482
  hypno: {
483
- randomBattleMoves: ["psychic", "calmmind", "dazzlinggleam", "shadowball", "thunderwave"],
483
+ randomBattleMoves: ["calmmind", "dazzlinggleam", "psychic", "shadowball", "thunderwave"],
484
484
  tier: "UU",
485
485
  doublesTier: "DOU",
486
486
  },
@@ -488,7 +488,7 @@ exports.FormatsData = {
488
488
  tier: "LC",
489
489
  },
490
490
  kingler: {
491
- randomBattleMoves: ["crabhammer", "agility", "rockslide", "xscissor", "superpower"],
491
+ randomBattleMoves: ["agility", "crabhammer", "rockslide", "superpower", "xscissor"],
492
492
  tier: "UU",
493
493
  doublesTier: "DOU",
494
494
  },
@@ -496,7 +496,7 @@ exports.FormatsData = {
496
496
  tier: "LC",
497
497
  },
498
498
  electrode: {
499
- randomBattleMoves: ["thunderbolt", "taunt", "thunderwave", "explosion", "reflect", "lightscreen"],
499
+ randomBattleMoves: ["explosion", "lightscreen", "reflect", "taunt", "thunderbolt", "thunderwave"],
500
500
  tier: "UU",
501
501
  doublesTier: "DOU",
502
502
  },
@@ -504,12 +504,12 @@ exports.FormatsData = {
504
504
  tier: "LC",
505
505
  },
506
506
  exeggutor: {
507
- randomBattleMoves: ["psychic", "megadrain", "sleeppowder", "leechseed", "sludgebomb"],
507
+ randomBattleMoves: ["leechseed", "megadrain", "psychic", "sleeppowder", "sludgebomb"],
508
508
  tier: "UU",
509
509
  doublesTier: "DOU",
510
510
  },
511
511
  exeggutoralola: {
512
- randomBattleMoves: ["megadrain", "dragonpulse", "flamethrower", "stunspore", "earthquake"],
512
+ randomBattleMoves: ["dragonpulse", "earthquake", "flamethrower", "megadrain", "stunspore"],
513
513
  tier: "UU",
514
514
  doublesTier: "DOU",
515
515
  },
@@ -517,22 +517,22 @@ exports.FormatsData = {
517
517
  tier: "LC",
518
518
  },
519
519
  marowak: {
520
- randomBattleMoves: ["earthquake", "stealthrock", "swordsdance", "bonemerang", "rockslide", "doubleedge"],
520
+ randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "rockslide", "stealthrock", "swordsdance"],
521
521
  tier: "UU",
522
522
  doublesTier: "DOU",
523
523
  },
524
524
  marowakalola: {
525
- randomBattleMoves: ["earthquake", "flareblitz", "willowisp", "bonemerang", "swordsdance", "stealthrock", "rockslide"],
525
+ randomBattleMoves: ["bonemerang", "earthquake", "flareblitz", "rockslide", "stealthrock", "swordsdance", "willowisp"],
526
526
  tier: "UU",
527
527
  doublesTier: "DOU",
528
528
  },
529
529
  hitmonlee: {
530
- randomBattleMoves: ["highjumpkick", "earthquake", "bulkup", "rockslide", "poisonjab"],
530
+ randomBattleMoves: ["bulkup", "earthquake", "highjumpkick", "poisonjab", "rockslide"],
531
531
  tier: "UU",
532
532
  doublesTier: "DOU",
533
533
  },
534
534
  hitmonchan: {
535
- randomBattleMoves: ["icepunch", "thunderpunch", "brickbreak", "firepunch", "earthquake", "bulkup"],
535
+ randomBattleMoves: ["brickbreak", "bulkup", "earthquake", "firepunch", "icepunch", "thunderpunch"],
536
536
  tier: "UU",
537
537
  doublesTier: "DOU",
538
538
  },
@@ -545,7 +545,7 @@ exports.FormatsData = {
545
545
  tier: "LC",
546
546
  },
547
547
  weezing: {
548
- randomBattleMoves: ["willowisp", "sludgebomb", "toxic", "flamethrower", "fireblast", "explosion"],
548
+ randomBattleMoves: ["explosion", "fireblast", "flamethrower", "sludgebomb", "toxic", "willowisp"],
549
549
  tier: "UU",
550
550
  doublesTier: "DOU",
551
551
  },
@@ -553,17 +553,17 @@ exports.FormatsData = {
553
553
  tier: "LC",
554
554
  },
555
555
  rhydon: {
556
- randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "toxic", "megahorn"],
556
+ randomBattleMoves: ["earthquake", "megahorn", "rockslide", "stealthrock", "toxic"],
557
557
  tier: "OU",
558
558
  doublesTier: "DOU",
559
559
  },
560
560
  chansey: {
561
- randomBattleMoves: ["softboiled", "seismictoss", "toxic", "stealthrock", "teleport"],
561
+ randomBattleMoves: ["seismictoss", "softboiled", "stealthrock", "teleport", "toxic"],
562
562
  tier: "OU",
563
563
  doublesTier: "DOU",
564
564
  },
565
565
  tangela: {
566
- randomBattleMoves: ["leechseed", "megadrain", "sleeppowder", "protect", "toxic"],
566
+ randomBattleMoves: ["leechseed", "megadrain", "protect", "sleeppowder", "toxic"],
567
567
  tier: "UU",
568
568
  doublesTier: "DOU",
569
569
  },
@@ -572,7 +572,7 @@ exports.FormatsData = {
572
572
  doublesTier: "DOU",
573
573
  },
574
574
  kangaskhanmega: {
575
- randomBattleMoves: ["fakeout", "earthquake", "suckerpunch", "facade", "brickbreak"],
575
+ randomBattleMoves: ["brickbreak", "earthquake", "facade", "fakeout", "suckerpunch"],
576
576
  tier: "OU",
577
577
  doublesTier: "DOU",
578
578
  },
@@ -580,7 +580,7 @@ exports.FormatsData = {
580
580
  tier: "LC",
581
581
  },
582
582
  seadra: {
583
- randomBattleMoves: ["icebeam", "scald", "dragonpulse", "agility", "toxic", "hydropump"],
583
+ randomBattleMoves: ["agility", "dragonpulse", "hydropump", "icebeam", "scald", "toxic"],
584
584
  tier: "UU",
585
585
  doublesTier: "DOU",
586
586
  },
@@ -588,7 +588,7 @@ exports.FormatsData = {
588
588
  tier: "LC",
589
589
  },
590
590
  seaking: {
591
- randomBattleMoves: ["scald", "poisonjab", "megahorn", "drillrun", "icebeam"],
591
+ randomBattleMoves: ["drillrun", "icebeam", "megahorn", "poisonjab", "scald"],
592
592
  tier: "UU",
593
593
  doublesTier: "DOU",
594
594
  },
@@ -596,32 +596,32 @@ exports.FormatsData = {
596
596
  tier: "LC",
597
597
  },
598
598
  starmie: {
599
- randomBattleMoves: ["psychic", "thunderbolt", "icebeam", "recover", "scald", "hydropump"],
599
+ randomBattleMoves: ["hydropump", "icebeam", "psychic", "recover", "scald", "thunderbolt"],
600
600
  tier: "OU",
601
601
  doublesTier: "DOU",
602
602
  },
603
603
  mrmime: {
604
- randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "shadowball", "encore"],
604
+ randomBattleMoves: ["calmmind", "dazzlinggleam", "encore", "psychic", "shadowball"],
605
605
  tier: "UU",
606
606
  doublesTier: "DOU",
607
607
  },
608
608
  scyther: {
609
- randomBattleMoves: ["swordsdance", "xscissor", "wingattack", "brickbreak", "uturn"],
609
+ randomBattleMoves: ["brickbreak", "swordsdance", "uturn", "wingattack", "xscissor"],
610
610
  tier: "UU",
611
611
  doublesTier: "DOU",
612
612
  },
613
613
  jynx: {
614
- randomBattleMoves: ["icebeam", "psychic", "lovelykiss", "calmmind", "shadowball"],
614
+ randomBattleMoves: ["calmmind", "icebeam", "lovelykiss", "psychic", "shadowball"],
615
615
  tier: "UU",
616
616
  doublesTier: "DOU",
617
617
  },
618
618
  electabuzz: {
619
- randomBattleMoves: ["thunderbolt", "icepunch", "psychic", "thunderwave", "brickbreak"],
619
+ randomBattleMoves: ["brickbreak", "icepunch", "psychic", "thunderbolt", "thunderwave"],
620
620
  tier: "UU",
621
621
  doublesTier: "DOU",
622
622
  },
623
623
  magmar: {
624
- randomBattleMoves: ["psychic", "flamethrower", "fireblast", "willowisp", "clearsmog", "thunderpunch"],
624
+ randomBattleMoves: ["clearsmog", "fireblast", "flamethrower", "psychic", "thunderpunch", "willowisp"],
625
625
  tier: "UU",
626
626
  doublesTier: "DOU",
627
627
  },
@@ -630,12 +630,12 @@ exports.FormatsData = {
630
630
  doublesTier: "DOU",
631
631
  },
632
632
  pinsirmega: {
633
- randomBattleMoves: ["xscissor", "earthquake", "swordsdance", "rockslide", "superpower"],
633
+ randomBattleMoves: ["earthquake", "rockslide", "superpower", "swordsdance", "xscissor"],
634
634
  tier: "UU",
635
635
  doublesTier: "DOU",
636
636
  },
637
637
  tauros: {
638
- randomBattleMoves: ["earthquake", "doubleedge", "rockslide", "fireblast", "toxic"],
638
+ randomBattleMoves: ["doubleedge", "earthquake", "fireblast", "rockslide", "toxic"],
639
639
  tier: "UU",
640
640
  doublesTier: "DOU",
641
641
  },
@@ -647,12 +647,12 @@ exports.FormatsData = {
647
647
  doublesTier: "DOU",
648
648
  },
649
649
  gyaradosmega: {
650
- randomBattleMoves: ["waterfall", "crunch", "earthquake", "thunderwave", "substitute"],
650
+ randomBattleMoves: ["crunch", "earthquake", "substitute", "thunderwave", "waterfall"],
651
651
  tier: "OU",
652
652
  doublesTier: "DOU",
653
653
  },
654
654
  lapras: {
655
- randomBattleMoves: ["icebeam", "thunderbolt", "surf", "hydropump", "toxic"],
655
+ randomBattleMoves: ["hydropump", "icebeam", "surf", "thunderbolt", "toxic"],
656
656
  tier: "UU",
657
657
  doublesTier: "DOU",
658
658
  },
@@ -665,28 +665,28 @@ exports.FormatsData = {
665
665
  tier: "LC",
666
666
  },
667
667
  eeveestarter: {
668
- randomBattleMoves: ["sparklyswirl", "sizzlyslide", "sappyseed", "protect", "buzzybuzz", "bouncybubble"],
668
+ randomBattleMoves: ["bouncybubble", "buzzybuzz", "protect", "sappyseed", "sizzlyslide", "sparklyswirl"],
669
669
  isNonstandard: null,
670
670
  tier: "OU",
671
671
  doublesTier: "DOU",
672
672
  },
673
673
  vaporeon: {
674
- randomBattleMoves: ["scald", "toxic", "icebeam", "protect", "rest"],
674
+ randomBattleMoves: ["icebeam", "protect", "rest", "scald", "toxic"],
675
675
  tier: "UU",
676
676
  doublesTier: "DOU",
677
677
  },
678
678
  jolteon: {
679
- randomBattleMoves: ["thunderbolt", "shadowball", "thunderwave", "toxic", "substitute"],
679
+ randomBattleMoves: ["shadowball", "substitute", "thunderbolt", "thunderwave", "toxic"],
680
680
  tier: "UU",
681
681
  doublesTier: "DOU",
682
682
  },
683
683
  flareon: {
684
- randomBattleMoves: ["flareblitz", "superpower", "quickattack", "toxic", "irontail"],
684
+ randomBattleMoves: ["flareblitz", "irontail", "quickattack", "superpower", "toxic"],
685
685
  tier: "UU",
686
686
  doublesTier: "DOU",
687
687
  },
688
688
  porygon: {
689
- randomBattleMoves: ["triattack", "recover", "icebeam", "toxic", "psychic"],
689
+ randomBattleMoves: ["icebeam", "psychic", "recover", "toxic", "triattack"],
690
690
  tier: "UU",
691
691
  doublesTier: "DOU",
692
692
  },
@@ -694,7 +694,7 @@ exports.FormatsData = {
694
694
  tier: "LC",
695
695
  },
696
696
  omastar: {
697
- randomBattleMoves: ["shellsmash", "icebeam", "hydropump", "scald", "rockslide"],
697
+ randomBattleMoves: ["hydropump", "icebeam", "rockslide", "scald", "shellsmash"],
698
698
  tier: "UU",
699
699
  doublesTier: "DOU",
700
700
  },
@@ -702,7 +702,7 @@ exports.FormatsData = {
702
702
  tier: "LC",
703
703
  },
704
704
  kabutops: {
705
- randomBattleMoves: ["aquajet", "swordsdance", "rockslide", "waterfall", "superpower", "stealthrock"],
705
+ randomBattleMoves: ["aquajet", "rockslide", "stealthrock", "superpower", "swordsdance", "waterfall"],
706
706
  tier: "UU",
707
707
  doublesTier: "DOU",
708
708
  },
@@ -711,27 +711,27 @@ exports.FormatsData = {
711
711
  doublesTier: "DOU",
712
712
  },
713
713
  aerodactylmega: {
714
- randomBattleMoves: ["rockslide", "earthquake", "stealthrock", "taunt", "crunch", "roost"],
714
+ randomBattleMoves: ["crunch", "earthquake", "rockslide", "roost", "stealthrock", "taunt"],
715
715
  tier: "OU",
716
716
  doublesTier: "DOU",
717
717
  },
718
718
  snorlax: {
719
- randomBattleMoves: ["earthquake", "bodyslam", "rest", "crunch", "toxic"],
719
+ randomBattleMoves: ["bodyslam", "crunch", "earthquake", "rest", "toxic"],
720
720
  tier: "OU",
721
721
  doublesTier: "DOU",
722
722
  },
723
723
  articuno: {
724
- randomBattleMoves: ["icebeam", "roost", "toxic", "uturn", "substitute"],
724
+ randomBattleMoves: ["icebeam", "roost", "substitute", "toxic", "uturn"],
725
725
  tier: "UU",
726
726
  doublesTier: "DOU",
727
727
  },
728
728
  zapdos: {
729
- randomBattleMoves: ["thunderbolt", "roost", "uturn", "toxic", "drillpeck"],
729
+ randomBattleMoves: ["drillpeck", "roost", "thunderbolt", "toxic", "uturn"],
730
730
  tier: "OU",
731
731
  doublesTier: "DOU",
732
732
  },
733
733
  moltres: {
734
- randomBattleMoves: ["roost", "airslash", "flamethrower", "fireblast", "willowisp", "uturn"],
734
+ randomBattleMoves: ["airslash", "fireblast", "flamethrower", "roost", "uturn", "willowisp"],
735
735
  tier: "UU",
736
736
  doublesTier: "DOU",
737
737
  },
@@ -742,7 +742,7 @@ exports.FormatsData = {
742
742
  tier: "NFE",
743
743
  },
744
744
  dragonite: {
745
- randomBattleMoves: ["outrage", "earthquake", "agility", "roost", "fireblast"],
745
+ randomBattleMoves: ["agility", "earthquake", "fireblast", "outrage", "roost"],
746
746
  tier: "OU",
747
747
  doublesTier: "DOU",
748
748
  },
@@ -751,28 +751,28 @@ exports.FormatsData = {
751
751
  doublesTier: "DUber",
752
752
  },
753
753
  mewtwomegax: {
754
- randomBattleMoves: ["bulkup", "substitute", "brickbreak", "earthquake", "icepunch"],
754
+ randomBattleMoves: ["brickbreak", "bulkup", "earthquake", "icepunch", "substitute"],
755
755
  tier: "Uber",
756
756
  doublesTier: "DUber",
757
757
  },
758
758
  mewtwomegay: {
759
- randomBattleMoves: ["calmmind", "psychic", "fireblast", "icebeam", "shadowball", "recover"],
759
+ randomBattleMoves: ["calmmind", "fireblast", "icebeam", "psychic", "recover", "shadowball"],
760
760
  tier: "Uber",
761
761
  doublesTier: "DUber",
762
762
  },
763
763
  mew: {
764
- randomBattleMoves: ["roost", "psychic", "willowisp", "flamethrower", "stealthrock", "nastyplot"],
764
+ randomBattleMoves: ["flamethrower", "nastyplot", "psychic", "roost", "stealthrock", "willowisp"],
765
765
  tier: "OU",
766
766
  doublesTier: "DOU",
767
767
  },
768
768
  meltan: {
769
- randomBattleMoves: ["flashcannon", "thunderbolt", "toxic", "protect"],
769
+ randomBattleMoves: ["flashcannon", "protect", "thunderbolt", "toxic"],
770
770
  isNonstandard: null,
771
771
  tier: "UU",
772
772
  doublesTier: "DOU",
773
773
  },
774
774
  melmetal: {
775
- randomBattleMoves: ["doubleironbash", "earthquake", "rockslide", "icepunch", "thunderwave"],
775
+ randomBattleMoves: ["doubleironbash", "earthquake", "icepunch", "rockslide", "thunderwave"],
776
776
  isNonstandard: null,
777
777
  tier: "OU",
778
778
  doublesTier: "DOU",