@pkmn/mods 0.5.2 → 0.5.6

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