@pkmn/mods 0.5.3 → 0.5.7

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.
@@ -11,7 +11,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
11
11
  venusaur: {
12
12
  tier: "RU",
13
13
  doublesTier: "DUU",
14
- randomBattleMoves: ["sludgebomb", "gigadrain", "sleeppowder", "leechseed", "substitute"],
14
+ randomBattleMoves: ["gigadrain", "leechseed", "sleeppowder", "sludgebomb", "substitute"],
15
15
  },
16
16
  charmander: {
17
17
  tier: "LC",
@@ -20,9 +20,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
20
20
  tier: "NFE",
21
21
  },
22
22
  charizard: {
23
- tier: "RU",
23
+ tier: "NU",
24
24
  doublesTier: "DUU",
25
- randomBattleMoves: ["fireblast", "airslash", "roost", "focusblast", "earthquake"],
25
+ randomBattleMoves: ["airslash", "earthquake", "fireblast", "focusblast", "roost"],
26
26
  },
27
27
  squirtle: {
28
28
  tier: "LC",
@@ -42,9 +42,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
42
42
  tier: "NFE",
43
43
  },
44
44
  butterfree: {
45
- tier: "RU",
45
+ tier: "NU",
46
46
  doublesTier: "DUU",
47
- randomBattleMoves: ["quiverdance", "bugbuzz", "airslash", "sleeppowder", "gigadrain"],
47
+ randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "quiverdance", "sleeppowder"],
48
48
  },
49
49
  weedle: {
50
50
  tier: "LC",
@@ -53,9 +53,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
53
53
  tier: "NFE",
54
54
  },
55
55
  beedrill: {
56
- tier: "RU",
56
+ tier: "NU",
57
57
  doublesTier: "DUU",
58
- randomBattleMoves: ["toxicspikes", "uturn", "poisonjab", "protect"],
58
+ randomBattleMoves: ["poisonjab", "protect", "toxicspikes", "uturn"],
59
59
  },
60
60
  beedrillmega: {
61
61
  isNonstandard: "Past",
@@ -68,9 +68,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
68
68
  tier: "NFE",
69
69
  },
70
70
  pidgeot: {
71
- tier: "RU",
71
+ tier: "NU",
72
72
  doublesTier: "DUU",
73
- randomBattleMoves: ["bravebird", "uturn", "steelwing", "roost", "quickattack", "defog"],
73
+ randomBattleMoves: ["bravebird", "defog", "quickattack", "roost", "steelwing", "uturn"],
74
74
  },
75
75
  pidgeotmega: {
76
76
  isNonstandard: "Past",
@@ -80,45 +80,45 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
80
80
  tier: "LC",
81
81
  },
82
82
  raticate: {
83
- tier: "RU",
83
+ tier: "NU",
84
84
  doublesTier: "DUU",
85
- randomBattleMoves: ["facade", "swordsdance", "protect", "crunch", "suckerpunch", "flamewheel"],
85
+ randomBattleMoves: ["crunch", "facade", "flamewheel", "protect", "suckerpunch", "swordsdance"],
86
86
  },
87
87
  spearow: {
88
88
  tier: "LC",
89
89
  },
90
90
  fearow: {
91
- tier: "RU",
91
+ tier: "NU",
92
92
  doublesTier: "DUU",
93
- randomBattleMoves: ["drillpeck", "drillrun", "uturn", "gigaimpact"],
93
+ randomBattleMoves: ["drillpeck", "drillrun", "gigaimpact", "uturn"],
94
94
  },
95
95
  ekans: {
96
96
  tier: "LC",
97
97
  },
98
98
  arbok: {
99
- tier: "RU",
99
+ tier: "NU",
100
100
  doublesTier: "DUU",
101
- randomBattleMoves: ["gunkshot", "glare", "earthquake", "suckerpunch"],
101
+ randomBattleMoves: ["earthquake", "glare", "gunkshot", "suckerpunch"],
102
102
  },
103
103
  pichu: {
104
104
  tier: "LC",
105
105
  },
106
106
  pikachu: {
107
107
  tier: "NFE",
108
- randomBattleMoves: ["volttackle", "grassknot", "voltswitch", "surf"],
108
+ randomBattleMoves: ["grassknot", "surf", "voltswitch", "volttackle"],
109
109
  },
110
110
  raichu: {
111
- tier: "RU",
112
- doublesTier: "DUU",
113
- randomBattleMoves: ["nastyplot", "thunderbolt", "grassknot", "focusblast", "surf"],
111
+ tier: "NU",
112
+ doublesTier: "DOU",
113
+ randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "surf", "thunderbolt"],
114
114
  },
115
115
  sandshrew: {
116
116
  tier: "LC",
117
117
  },
118
118
  sandslash: {
119
- tier: "RU",
119
+ tier: "NU",
120
120
  doublesTier: "DUU",
121
- randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "xscissor", "stoneedge", "swordsdance"],
121
+ randomBattleMoves: ["earthquake", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
122
122
  },
123
123
  nidoranf: {
124
124
  tier: "LC",
@@ -129,7 +129,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
129
129
  nidoqueen: {
130
130
  tier: "RU",
131
131
  doublesTier: "DUU",
132
- randomBattleMoves: ["earthpower", "sludgewave", "stealthrock", "toxicspikes", "flamethrower", "icebeam"],
132
+ randomBattleMoves: ["earthpower", "flamethrower", "icebeam", "sludgewave", "stealthrock", "toxicspikes"],
133
133
  },
134
134
  nidoranm: {
135
135
  tier: "LC",
@@ -140,7 +140,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
140
140
  nidoking: {
141
141
  tier: "UU",
142
142
  doublesTier: "DUU",
143
- randomBattleMoves: ["earthpower", "sludgewave", "flamethrower", "icebeam", "substitute"],
143
+ randomBattleMoves: ["earthpower", "flamethrower", "icebeam", "sludgewave", "substitute"],
144
144
  },
145
145
  cleffa: {
146
146
  tier: "LC",
@@ -151,15 +151,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
151
151
  clefable: {
152
152
  tier: "OU",
153
153
  doublesTier: "DUU",
154
- randomBattleMoves: ["calmmind", "moonblast", "fireblast", "moonlight", "stealthrock", "thunderwave"],
154
+ randomBattleMoves: ["calmmind", "fireblast", "moonblast", "moonlight", "stealthrock", "thunderwave"],
155
155
  },
156
156
  vulpix: {
157
- tier: "LC",
157
+ tier: "NFE",
158
158
  },
159
159
  ninetales: {
160
160
  tier: "RU",
161
161
  doublesTier: "DUU",
162
- randomBattleMoves: ["nastyplot", "fireblast", "hypnosis", "solarbeam", "willowisp"],
162
+ randomBattleMoves: ["fireblast", "hypnosis", "nastyplot", "solarbeam", "willowisp"],
163
163
  },
164
164
  igglybuff: {
165
165
  tier: "LC",
@@ -168,9 +168,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
168
168
  tier: "NFE",
169
169
  },
170
170
  wigglytuff: {
171
- tier: "RU",
171
+ tier: "NU",
172
172
  doublesTier: "DUU",
173
- randomBattleMoves: ["stealthrock", "reflect", "lightscreen", "dazzlinggleam", "thunderwave", "fireblast"],
173
+ randomBattleMoves: ["dazzlinggleam", "fireblast", "lightscreen", "reflect", "stealthrock", "thunderwave"],
174
174
  },
175
175
  zubat: {
176
176
  tier: "LC",
@@ -180,8 +180,8 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
180
180
  },
181
181
  crobat: {
182
182
  tier: "UU",
183
- doublesTier: "DOU",
184
- randomBattleMoves: ["bravebird", "roost", "defog", "toxic", "uturn"],
183
+ doublesTier: "DUU",
184
+ randomBattleMoves: ["bravebird", "defog", "roost", "toxic", "uturn"],
185
185
  },
186
186
  oddish: {
187
187
  tier: "LC",
@@ -192,52 +192,52 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
192
192
  vileplume: {
193
193
  tier: "RU",
194
194
  doublesTier: "DUU",
195
- randomBattleMoves: ["strengthsap", "aromatherapy", "sludgebomb", "sleeppowder", "gigadrain"],
195
+ randomBattleMoves: ["aromatherapy", "gigadrain", "sleeppowder", "sludgebomb", "strengthsap"],
196
196
  },
197
197
  bellossom: {
198
- tier: "RU",
199
- doublesTier: "DUU",
198
+ tier: "NU",
199
+ doublesTier: "DOU",
200
200
  randomBattleMoves: ["gigadrain", "moonblast", "quiverdance", "sleeppowder", "strengthsap"],
201
201
  },
202
202
  paras: {
203
203
  tier: "LC",
204
204
  },
205
205
  parasect: {
206
- tier: "RU",
206
+ tier: "NU",
207
207
  doublesTier: "DUU",
208
- randomBattleMoves: ["spore", "leechseed", "xscissor", "substitute"],
208
+ randomBattleMoves: ["leechseed", "spore", "substitute", "xscissor"],
209
209
  },
210
210
  venonat: {
211
211
  tier: "LC",
212
212
  },
213
213
  venomoth: {
214
- tier: "RU",
214
+ tier: "RUBL",
215
215
  doublesTier: "DUU",
216
- randomBattleMoves: ["quiverdance", "sludgebomb", "bugbuzz", "substitute", "sleeppowder"],
216
+ randomBattleMoves: ["bugbuzz", "quiverdance", "sleeppowder", "sludgebomb", "substitute"],
217
217
  },
218
218
  diglett: {
219
219
  tier: "LC",
220
220
  },
221
221
  dugtrio: {
222
- tier: "RU",
222
+ tier: "NU",
223
223
  doublesTier: "DUU",
224
- randomBattleMoves: ["earthquake", "stoneedge", "suckerpunch", "stealthrock", "aerialace"],
224
+ randomBattleMoves: ["aerialace", "earthquake", "stoneedge", "suckerpunch"],
225
225
  },
226
226
  meowth: {
227
227
  tier: "LC",
228
228
  },
229
229
  persian: {
230
- tier: "RU",
230
+ tier: "NU",
231
231
  doublesTier: "DUU",
232
- randomBattleMoves: ["fakeout", "slash", "uturn", "bite", "aerialace"],
232
+ randomBattleMoves: ["aerialace", "bite", "fakeout", "covet", "uturn"],
233
233
  },
234
234
  psyduck: {
235
235
  tier: "LC",
236
236
  },
237
237
  golduck: {
238
- tier: "RU",
238
+ tier: "NU",
239
239
  doublesTier: "DUU",
240
- randomBattleMoves: ["calmmind", "hydropump", "icebeam", "hypnosis", "focusblast", "encore"],
240
+ randomBattleMoves: ["calmmind", "encore", "focusblast", "hydropump", "hypnosis", "icebeam"],
241
241
  },
242
242
  mankey: {
243
243
  tier: "LC",
@@ -245,15 +245,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
245
245
  primeape: {
246
246
  tier: "RU",
247
247
  doublesTier: "DUU",
248
- randomBattleMoves: ["closecombat", "uturn", "stoneedge", "poisonjab", "earthquake"],
248
+ randomBattleMoves: ["closecombat", "earthquake", "poisonjab", "stoneedge", "uturn"],
249
249
  },
250
250
  growlithe: {
251
251
  tier: "LC",
252
252
  },
253
253
  arcanine: {
254
- tier: "RU",
254
+ tier: "UU",
255
255
  doublesTier: "DOU",
256
- randomBattleMoves: ["flareblitz", "morningsun", "willowisp", "extremespeed", "closecombat"],
256
+ randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "willowisp"],
257
257
  },
258
258
  poliwag: {
259
259
  tier: "LC",
@@ -262,14 +262,14 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
262
262
  tier: "NFE",
263
263
  },
264
264
  poliwrath: {
265
- tier: "RU",
265
+ tier: "NU",
266
266
  doublesTier: "DUU",
267
- randomBattleMoves: ["waterfall", "drainpunch", "bulkup", "poisonjab", "raindance"],
267
+ randomBattleMoves: ["bulkup", "drainpunch", "poisonjab", "raindance", "waterfall"],
268
268
  },
269
269
  politoed: {
270
- tier: "RU",
270
+ tier: "NU",
271
271
  doublesTier: "DOU",
272
- randomBattleMoves: ["scald", "icebeam", "rest", "encore", "hypnosis"],
272
+ randomBattleMoves: ["encore", "hypnosis", "icebeam", "rest", "scald"],
273
273
  },
274
274
  abra: {
275
275
  tier: "LC",
@@ -280,7 +280,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
280
280
  alakazam: {
281
281
  tier: "OU",
282
282
  doublesTier: "DUU",
283
- randomBattleMoves: ["nastyplot", "psychic", "focusblast", "shadowball", "dazzlinggleam"],
283
+ randomBattleMoves: ["dazzlinggleam", "focusblast", "nastyplot", "psychic", "shadowball"],
284
284
  },
285
285
  machop: {
286
286
  tier: "LC",
@@ -291,7 +291,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
291
291
  machamp: {
292
292
  tier: "RU",
293
293
  doublesTier: "DUU",
294
- randomBattleMoves: ["dynamicpunch", "knockoff", "stoneedge", "facade", "closecombat", "bulletpunch"],
294
+ randomBattleMoves: ["bulletpunch", "closecombat", "dynamicpunch", "facade", "knockoff", "stoneedge"],
295
295
  },
296
296
  bellsprout: {
297
297
  tier: "LC",
@@ -300,9 +300,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
300
300
  tier: "NFE",
301
301
  },
302
302
  victreebel: {
303
- tier: "RU",
303
+ tier: "NU",
304
304
  doublesTier: "DUU",
305
- randomBattleMoves: ["powerwhip", "poisonjab", "knockoff", "swordsdance", "sleeppowder", "strengthsap"],
305
+ randomBattleMoves: ["knockoff", "poisonjab", "powerwhip", "sleeppowder", "strengthsap", "swordsdance"],
306
306
  },
307
307
  tentacool: {
308
308
  tier: "LC",
@@ -310,7 +310,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
310
310
  tentacruel: {
311
311
  tier: "UU",
312
312
  doublesTier: "DUU",
313
- randomBattleMoves: ["scald", "rapidspin", "sludgebomb", "haze", "knockoff"],
313
+ randomBattleMoves: ["haze", "knockoff", "rapidspin", "scald", "sludgebomb"],
314
314
  },
315
315
  geodude: {
316
316
  tier: "LC",
@@ -319,17 +319,17 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
319
319
  tier: "NFE",
320
320
  },
321
321
  golem: {
322
- tier: "RU",
322
+ tier: "NU",
323
323
  doublesTier: "DUU",
324
- randomBattleMoves: ["stealthrock", "earthquake", "stoneedge", "explosion", "heavyslam"],
324
+ randomBattleMoves: ["earthquake", "explosion", "heavyslam", "stealthrock", "stoneedge"],
325
325
  },
326
326
  ponyta: {
327
327
  tier: "LC",
328
328
  },
329
329
  rapidash: {
330
- tier: "RU",
330
+ tier: "NU",
331
331
  doublesTier: "DUU",
332
- randomBattleMoves: ["flareblitz", "hypnosis", "swordsdance", "highhorsepower", "willowisp", "morningsun"],
332
+ randomBattleMoves: ["flareblitz", "highhorsepower", "hypnosis", "morningsun", "swordsdance", "willowisp"],
333
333
  },
334
334
  slowpoke: {
335
335
  tier: "LC",
@@ -337,12 +337,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
337
337
  slowbro: {
338
338
  tier: "UU",
339
339
  doublesTier: "DUU",
340
- randomBattleMoves: ["scald", "psychic", "slackoff", "icebeam", "calmmind", "thunderwave"],
340
+ randomBattleMoves: ["calmmind", "icebeam", "psychic", "scald", "slackoff", "thunderwave"],
341
341
  },
342
342
  slowking: {
343
343
  tier: "RU",
344
344
  doublesTier: "DUU",
345
- randomBattleMoves: ["psychic", "slackoff", "calmmind", "icebeam", "scald"],
345
+ randomBattleMoves: ["calmmind", "icebeam", "psychic", "scald", "slackoff"],
346
346
  },
347
347
  magnemite: {
348
348
  tier: "LC",
@@ -354,36 +354,36 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
354
354
  magnezone: {
355
355
  tier: "OU",
356
356
  doublesTier: "DUU",
357
- randomBattleMoves: ["thunderbolt", "flashcannon", "voltswitch", "mirrorcoat"],
357
+ randomBattleMoves: ["flashcannon", "mirrorcoat", "thunderbolt", "voltswitch"],
358
358
  },
359
359
  farfetchd: {
360
- tier: "RU",
360
+ tier: "NU",
361
361
  doublesTier: "DUU",
362
- randomBattleMoves: ["bravebird", "knockoff", "leafblade", "slash", "quickattack"],
362
+ randomBattleMoves: ["bravebird", "knockoff", "leafblade", "quickattack", "slash"],
363
363
  },
364
364
  doduo: {
365
365
  tier: "LC",
366
366
  },
367
367
  dodrio: {
368
- tier: "RU",
368
+ tier: "NU",
369
369
  doublesTier: "DUU",
370
- randomBattleMoves: ["swordsdance", "bravebird", "steelwing", "roost", "facade", "quickattack"],
370
+ randomBattleMoves: ["bravebird", "facade", "quickattack", "roost", "steelwing", "swordsdance"],
371
371
  },
372
372
  seel: {
373
373
  tier: "LC",
374
374
  },
375
375
  dewgong: {
376
- tier: "RU",
376
+ tier: "NU",
377
377
  doublesTier: "DUU",
378
- randomBattleMoves: ["surf", "icebeam", "perishsong", "protect", "rest", "sleeptalk"],
378
+ randomBattleMoves: ["icebeam", "perishsong", "protect", "rest", "sleeptalk", "surf"],
379
379
  },
380
380
  grimer: {
381
381
  tier: "LC",
382
382
  },
383
383
  muk: {
384
- tier: "RU",
384
+ tier: "NU",
385
385
  doublesTier: "DUU",
386
- randomBattleMoves: ["gunkshot", "curse", "shadowsneak", "brickbreak", "explosion"],
386
+ randomBattleMoves: ["brickbreak", "curse", "explosion", "gunkshot", "shadowsneak"],
387
387
  },
388
388
  shellder: {
389
389
  tier: "LC",
@@ -391,7 +391,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
391
391
  cloyster: {
392
392
  tier: "UU",
393
393
  doublesTier: "DUU",
394
- randomBattleMoves: ["shellsmash", "iciclespear", "rockblast", "hydropump"],
394
+ randomBattleMoves: ["hydropump", "iciclespear", "rockblast", "shellsmash"],
395
395
  },
396
396
  gastly: {
397
397
  tier: "LC",
@@ -402,7 +402,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
402
402
  gengar: {
403
403
  tier: "OU",
404
404
  doublesTier: "DUU",
405
- randomBattleMoves: ["shadowball", "sludgebomb", "nastyplot", "thunderbolt", "focusblast"],
405
+ randomBattleMoves: ["focusblast", "nastyplot", "shadowball", "sludgebomb", "thunderbolt"],
406
406
  },
407
407
  onix: {
408
408
  tier: "LC",
@@ -410,47 +410,47 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
410
410
  steelix: {
411
411
  tier: "RU",
412
412
  doublesTier: "DUU",
413
- randomBattleMoves: ["stealthrock", "gyroball", "stoneedge", "earthquake", "curse"],
413
+ randomBattleMoves: ["curse", "earthquake", "gyroball", "stealthrock", "stoneedge"],
414
414
  },
415
415
  drowzee: {
416
416
  tier: "LC",
417
417
  },
418
418
  hypno: {
419
- tier: "RU",
419
+ tier: "NU",
420
420
  doublesTier: "DUU",
421
- randomBattleMoves: ["psychic", "thunderwave", "shadowball", "focusblast"],
421
+ randomBattleMoves: ["focusblast", "psychic", "shadowball", "thunderwave"],
422
422
  },
423
423
  krabby: {
424
424
  tier: "LC",
425
425
  },
426
426
  kingler: {
427
- tier: "RU",
427
+ tier: "NU",
428
428
  doublesTier: "DUU",
429
- randomBattleMoves: ["swordsdance", "agility", "razorshell", "rockslide", "xscissor"],
429
+ randomBattleMoves: ["agility", "razorshell", "rockslide", "swordsdance", "xscissor"],
430
430
  },
431
431
  voltorb: {
432
432
  tier: "LC",
433
433
  },
434
434
  electrode: {
435
- tier: "RU",
435
+ tier: "NU",
436
436
  doublesTier: "DUU",
437
- randomBattleMoves: ["thunderbolt", "voltswitch", "explosion", "lightscreen", "taunt"],
437
+ randomBattleMoves: ["explosion", "lightscreen", "taunt", "thunderbolt", "voltswitch"],
438
438
  },
439
439
  exeggcute: {
440
440
  tier: "LC",
441
441
  },
442
442
  exeggutor: {
443
- tier: "RU",
443
+ tier: "NU",
444
444
  doublesTier: "DUU",
445
- randomBattleMoves: ["sleeppowder", "gigadrain", "leechseed", "substitute", "psychic"],
445
+ randomBattleMoves: ["gigadrain", "leechseed", "psychic", "sleeppowder", "substitute"],
446
446
  },
447
447
  cubone: {
448
448
  tier: "LC",
449
449
  },
450
450
  marowak: {
451
- tier: "RU",
451
+ tier: "NU",
452
452
  doublesTier: "DUU",
453
- randomBattleMoves: ["earthquake", "stealthrock", "stoneedge", "doubleedge"],
453
+ randomBattleMoves: ["doubleedge", "earthquake", "stealthrock", "stoneedge"],
454
454
  },
455
455
  tyrogue: {
456
456
  tier: "LC",
@@ -458,33 +458,33 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
458
458
  hitmonlee: {
459
459
  tier: "RU",
460
460
  doublesTier: "DUU",
461
- randomBattleMoves: ["bulkup", "stoneedge", "bulletpunch", "highjumpkick", "earthquake"],
461
+ randomBattleMoves: ["bulkup", "bulletpunch", "earthquake", "highjumpkick", "stoneedge"],
462
462
  },
463
463
  hitmonchan: {
464
- tier: "RU",
464
+ tier: "NU",
465
465
  doublesTier: "DUU",
466
- randomBattleMoves: ["drainpunch", "icepunch", "machpunch", "stoneedge", "rapidspin", "bulkup"],
466
+ randomBattleMoves: ["bulkup", "drainpunch", "icepunch", "machpunch", "rapidspin", "stoneedge"],
467
467
  },
468
468
  hitmontop: {
469
469
  tier: "RU",
470
470
  doublesTier: "DOU",
471
- randomBattleMoves: ["closecombat", "rapidspin", "stoneedge", "machpunch", "suckerpunch"],
471
+ randomBattleMoves: ["closecombat", "machpunch", "rapidspin", "stoneedge", "suckerpunch"],
472
472
  },
473
473
  lickitung: {
474
474
  tier: "LC",
475
475
  },
476
476
  lickilicky: {
477
- tier: "RU",
477
+ tier: "NU",
478
478
  doublesTier: "DUU",
479
- randomBattleMoves: ["bodyslam", "knockoff", "hammerarm", "powerwhip", "swordsdance"],
479
+ randomBattleMoves: ["bodyslam", "hammerarm", "knockoff", "powerwhip", "swordsdance"],
480
480
  },
481
481
  koffing: {
482
482
  tier: "LC",
483
483
  },
484
484
  weezing: {
485
- tier: "RU",
485
+ tier: "NU",
486
486
  doublesTier: "DUU",
487
- randomBattleMoves: ["sludgebomb", "toxicspikes", "willowisp", "explosion", "fireblast", "painsplit"],
487
+ randomBattleMoves: ["explosion", "fireblast", "painsplit", "sludgebomb", "toxicspikes", "willowisp"],
488
488
  },
489
489
  rhyhorn: {
490
490
  tier: "LC",
@@ -495,31 +495,31 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
495
495
  rhyperior: {
496
496
  tier: "RU",
497
497
  doublesTier: "DUU",
498
- randomBattleMoves: ["stoneedge", "earthquake", "swordsdance", "megahorn", "firefang"],
498
+ randomBattleMoves: ["earthquake", "firefang", "megahorn", "stoneedge", "swordsdance"],
499
499
  },
500
500
  happiny: {
501
501
  tier: "LC",
502
502
  },
503
503
  chansey: {
504
- tier: "NFE",
504
+ tier: "RU",
505
505
  },
506
506
  blissey: {
507
507
  tier: "OU",
508
508
  doublesTier: "DUU",
509
- randomBattleMoves: ["stealthrock", "seismictoss", "softboiled", "thunderwave"],
509
+ randomBattleMoves: ["seismictoss", "softboiled", "stealthrock", "thunderwave"],
510
510
  },
511
511
  tangela: {
512
- tier: "LC",
512
+ tier: "NFE",
513
513
  },
514
514
  tangrowth: {
515
515
  tier: "OU",
516
516
  doublesTier: "DUU",
517
- randomBattleMoves: ["powerwhip", "sleeppowder", "leechseed", "earthquake", "knockoff", "sludgebomb"],
517
+ randomBattleMoves: ["earthquake", "knockoff", "leechseed", "powerwhip", "sleeppowder", "sludgebomb"],
518
518
  },
519
519
  kangaskhan: {
520
- tier: "RU",
520
+ tier: "NU",
521
521
  doublesTier: "DUU",
522
- randomBattleMoves: ["doubleedge", "crunch", "hammerarm", "earthquake", "fakeout"],
522
+ randomBattleMoves: ["crunch", "doubleedge", "earthquake", "fakeout", "hammerarm"],
523
523
  },
524
524
  horsea: {
525
525
  tier: "LC",
@@ -528,7 +528,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
528
528
  tier: "NFE",
529
529
  },
530
530
  kingdra: {
531
- tier: "RU",
531
+ tier: "RUBL",
532
532
  doublesTier: "DOU",
533
533
  randomBattleMoves: ["dracometeor", "hydropump", "icebeam", "raindance"],
534
534
  },
@@ -536,9 +536,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
536
536
  tier: "LC",
537
537
  },
538
538
  seaking: {
539
- tier: "RU",
539
+ tier: "NU",
540
540
  doublesTier: "DUU",
541
- randomBattleMoves: ["waterfall", "megahorn", "raindance", "swordsdance"],
541
+ randomBattleMoves: ["megahorn", "raindance", "swordsdance", "waterfall"],
542
542
  },
543
543
  staryu: {
544
544
  tier: "LC",
@@ -546,32 +546,32 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
546
546
  starmie: {
547
547
  tier: "OU",
548
548
  doublesTier: "DUU",
549
- randomBattleMoves: ["hydropump", "psychic", "icebeam", "thunderbolt", "recover", "rapidspin", "scald"],
549
+ randomBattleMoves: ["hydropump", "icebeam", "psychic", "rapidspin", "recover", "scald", "thunderbolt"],
550
550
  },
551
551
  mimejr: {
552
552
  tier: "LC",
553
553
  },
554
554
  mrmime: {
555
- tier: "RU",
555
+ tier: "NU",
556
556
  doublesTier: "DUU",
557
- randomBattleMoves: ["psychic", "dazzlinggleam", "focusblast", "nastyplot", "thunderbolt"],
557
+ randomBattleMoves: ["dazzlinggleam", "focusblast", "nastyplot", "psychic", "thunderbolt"],
558
558
  },
559
559
  scyther: {
560
- tier: "LC",
560
+ tier: "NFE",
561
561
  randomBattleMoves: ["aerialace", "brickbreak", "quickattack", "roost", "swordsdance", "thief", "uturn"],
562
562
  },
563
563
  scizor: {
564
564
  tier: "OU",
565
565
  doublesTier: "DOU",
566
- randomBattleMoves: ["bulletpunch", "uturn", "roost", "swordsdance", "brickbreak"],
566
+ randomBattleMoves: ["brickbreak", "bulletpunch", "roost", "swordsdance", "uturn", "defog"],
567
567
  },
568
568
  smoochum: {
569
569
  tier: "LC",
570
570
  },
571
571
  jynx: {
572
- tier: "RU",
572
+ tier: "NU",
573
573
  doublesTier: "DUU",
574
- randomBattleMoves: ["lovelykiss", "icebeam", "psychic", "substitute", "nastyplot"],
574
+ randomBattleMoves: ["icebeam", "lovelykiss", "nastyplot", "psychic", "substitute"],
575
575
  },
576
576
  elekid: {
577
577
  tier: "LC",
@@ -580,9 +580,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
580
580
  tier: "NFE",
581
581
  },
582
582
  electivire: {
583
- tier: "RU",
583
+ tier: "NU",
584
584
  doublesTier: "DUU",
585
- randomBattleMoves: ["wildcharge", "voltswitch", "flamethrower", "earthquake", "crosschop", "icepunch"],
585
+ randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
586
586
  },
587
587
  magby: {
588
588
  tier: "LC",
@@ -591,19 +591,19 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
591
591
  tier: "NFE",
592
592
  },
593
593
  magmortar: {
594
- tier: "RU",
594
+ tier: "NU",
595
595
  doublesTier: "DUU",
596
- randomBattleMoves: ["fireblast", "earthquake", "psychic", "thunderbolt", "taunt"],
596
+ randomBattleMoves: ["earthquake", "fireblast", "psychic", "taunt", "thunderbolt"],
597
597
  },
598
598
  pinsir: {
599
- tier: "RU",
599
+ tier: "NU",
600
600
  doublesTier: "DUU",
601
- randomBattleMoves: ["stealthrock", "xscissor", "closecombat", "stoneedge", "earthquake"],
601
+ randomBattleMoves: ["closecombat", "earthquake", "stealthrock", "stoneedge", "xscissor"],
602
602
  },
603
603
  tauros: {
604
- tier: "RU",
604
+ tier: "NU",
605
605
  doublesTier: "DUU",
606
- randomBattleMoves: ["rockclimb", "zenheadbutt", "earthquake", "rockslide"],
606
+ randomBattleMoves: ["earthquake", "rockclimb", "rockslide", "zenheadbutt"],
607
607
  },
608
608
  magikarp: {
609
609
  tier: "LC",
@@ -611,12 +611,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
611
611
  gyarados: {
612
612
  tier: "UU",
613
613
  doublesTier: "DOU",
614
- randomBattleMoves: ["waterfall", "dragondance", "earthquake", "stoneedge", "icefang"],
614
+ randomBattleMoves: ["dragondance", "earthquake", "icefang", "stoneedge", "waterfall"],
615
615
  },
616
616
  lapras: {
617
- tier: "RU",
617
+ tier: "NU",
618
618
  doublesTier: "DUU",
619
- randomBattleMoves: ["freezedry", "surf", "thunderbolt", "blizzard"],
619
+ randomBattleMoves: ["blizzard", "freezedry", "surf", "thunderbolt"],
620
620
  },
621
621
  ditto: {
622
622
  tier: "UU",
@@ -629,37 +629,37 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
629
629
  vaporeon: {
630
630
  tier: "RU",
631
631
  doublesTier: "DUU",
632
- randomBattleMoves: ["scald", "wish", "protect", "icebeam", "haze"],
632
+ randomBattleMoves: ["haze", "icebeam", "protect", "scald", "wish"],
633
633
  },
634
634
  jolteon: {
635
635
  tier: "RU",
636
636
  doublesTier: "DUU",
637
- randomBattleMoves: ["voltswitch", "thunderbolt", "yawn", "batonpass", "shadowball"],
637
+ randomBattleMoves: ["batonpass", "shadowball", "thunderbolt", "voltswitch", "yawn"],
638
638
  },
639
639
  flareon: {
640
- tier: "RU",
640
+ tier: "NU",
641
641
  doublesTier: "DUU",
642
- randomBattleMoves: ["flareblitz", "willowisp", "facade", "quickattack"],
642
+ randomBattleMoves: ["facade", "flareblitz", "quickattack", "willowisp"],
643
643
  },
644
644
  espeon: {
645
645
  tier: "UU",
646
646
  doublesTier: "DUU",
647
- randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "morningsun", "shadowball"],
647
+ randomBattleMoves: ["calmmind", "dazzlinggleam", "morningsun", "psychic", "shadowball"],
648
648
  },
649
649
  umbreon: {
650
650
  tier: "UU",
651
651
  doublesTier: "DUU",
652
- randomBattleMoves: ["foulplay", "wish", "taunt", "protect"],
652
+ randomBattleMoves: ["foulplay", "protect", "taunt", "wish"],
653
653
  },
654
654
  leafeon: {
655
- tier: "RU",
655
+ tier: "NU",
656
656
  doublesTier: "DUU",
657
- randomBattleMoves: ["leafblade", "synthesis", "swordsdance", "xscissor", "doubleedge"],
657
+ randomBattleMoves: ["doubleedge", "leafblade", "swordsdance", "synthesis", "xscissor"],
658
658
  },
659
659
  glaceon: {
660
- tier: "RU",
660
+ tier: "NU",
661
661
  doublesTier: "DUU",
662
- randomBattleMoves: ["icebeam", "freezedry", "waterpulse", "roar", "shadowball"],
662
+ randomBattleMoves: ["freezedry", "icebeam", "roar", "shadowball", "waterpulse"],
663
663
  },
664
664
  porygon: {
665
665
  tier: "LC",
@@ -670,7 +670,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
670
670
  porygonz: {
671
671
  tier: "UU",
672
672
  doublesTier: "DUU",
673
- randomBattleMoves: ["triattack", "nastyplot", "icebeam", "thunderbolt", "darkpulse"],
673
+ randomBattleMoves: ["darkpulse", "icebeam", "nastyplot", "thunderbolt", "triattack"],
674
674
  },
675
675
  omanyte: {
676
676
  tier: "LC",
@@ -678,7 +678,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
678
678
  omastar: {
679
679
  tier: "RU",
680
680
  doublesTier: "DUU",
681
- randomBattleMoves: ["shellsmash", "hydropump", "icebeam", "ancientpower"],
681
+ randomBattleMoves: ["ancientpower", "hydropump", "icebeam", "shellsmash"],
682
682
  },
683
683
  kabuto: {
684
684
  tier: "LC",
@@ -686,12 +686,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
686
686
  kabutops: {
687
687
  tier: "RU",
688
688
  doublesTier: "DUU",
689
- randomBattleMoves: ["liquidation", "stoneedge", "rapidspin", "swordsdance", "knockoff"],
689
+ randomBattleMoves: ["knockoff", "liquidation", "rapidspin", "stoneedge", "swordsdance"],
690
690
  },
691
691
  aerodactyl: {
692
- tier: "UU",
692
+ tier: "RU",
693
693
  doublesTier: "DUU",
694
- randomBattleMoves: ["stoneedge", "stealthrock", "earthquake", "roost"],
694
+ randomBattleMoves: ["earthquake", "roost", "stealthrock", "stoneedge", "defog"],
695
695
  },
696
696
  munchlax: {
697
697
  tier: "LC",
@@ -702,19 +702,19 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
702
702
  randomBattleMoves: ["bodyslam", "curse", "rest", "sleeptalk"],
703
703
  },
704
704
  articuno: {
705
- tier: "RU",
705
+ tier: "(Uber)",
706
706
  doublesTier: "DUU",
707
- randomBattleMoves: ["icebeam", "roost", "uturn", "defog"],
707
+ randomBattleMoves: ["defog", "icebeam", "roost", "uturn"],
708
708
  },
709
709
  zapdos: {
710
- tier: "RU",
710
+ tier: "UU",
711
711
  doublesTier: "DOU",
712
- randomBattleMoves: ["discharge", "uturn", "roost", "substitute", "defog"],
712
+ randomBattleMoves: ["defog", "discharge", "roost", "substitute", "uturn"],
713
713
  },
714
714
  moltres: {
715
715
  tier: "RU",
716
716
  doublesTier: "DUU",
717
- randomBattleMoves: ["fireblast", "roost", "uturn", "hurricane", "willowisp"],
717
+ randomBattleMoves: ["fireblast", "hurricane", "roost", "uturn", "willowisp"],
718
718
  },
719
719
  dratini: {
720
720
  tier: "LC",
@@ -725,17 +725,17 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
725
725
  dragonite: {
726
726
  tier: "OU",
727
727
  doublesTier: "DUU",
728
- randomBattleMoves: ["dragondance", "outrage", "earthquake", "extremespeed", "roost"],
728
+ randomBattleMoves: ["dragondance", "earthquake", "extremespeed", "outrage", "roost"],
729
729
  },
730
730
  mewtwo: {
731
731
  tier: "Uber",
732
732
  doublesTier: "DUber",
733
- randomBattleMoves: ["psystrike", "aurasphere", "fireblast", "nastyplot", "recover", "shadowball"],
733
+ randomBattleMoves: ["aurasphere", "fireblast", "nastyplot", "psystrike", "recover", "shadowball"],
734
734
  },
735
735
  mew: {
736
736
  tier: "UU",
737
737
  doublesTier: "DUU",
738
- randomBattleMoves: ["calmmind", "aurasphere", "psychic", "shadowball", "roost"],
738
+ randomBattleMoves: ["aurasphere", "calmmind", "psychic", "roost", "shadowball", "defog"],
739
739
  },
740
740
  chikorita: {
741
741
  tier: "LC",
@@ -744,9 +744,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
744
744
  tier: "NFE",
745
745
  },
746
746
  meganium: {
747
- tier: "RU",
747
+ tier: "NU",
748
748
  doublesTier: "DUU",
749
- randomBattleMoves: ["gigadrain", "leechseed", "reflect", "lightscreen", "aromatherapy"],
749
+ randomBattleMoves: ["aromatherapy", "gigadrain", "leechseed", "lightscreen", "reflect"],
750
750
  },
751
751
  cyndaquil: {
752
752
  tier: "LC",
@@ -755,9 +755,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
755
755
  tier: "NFE",
756
756
  },
757
757
  typhlosion: {
758
- tier: "RU",
758
+ tier: "NU",
759
759
  doublesTier: "DUU",
760
- randomBattleMoves: ["eruption", "fireblast", "extrasensory", "focusblast"],
760
+ randomBattleMoves: ["eruption", "extrasensory", "fireblast", "focusblast"],
761
761
  },
762
762
  totodile: {
763
763
  tier: "LC",
@@ -768,47 +768,47 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
768
768
  feraligatr: {
769
769
  tier: "OU",
770
770
  doublesTier: "DUU",
771
- randomBattleMoves: ["dragondance", "icepunch", "waterfall", "crunch", "aquajet"],
771
+ randomBattleMoves: ["aquajet", "crunch", "dragondance", "icepunch", "waterfall"],
772
772
  },
773
773
  sentret: {
774
774
  tier: "LC",
775
775
  },
776
776
  furret: {
777
- tier: "RU",
777
+ tier: "NU",
778
778
  doublesTier: "DUU",
779
- randomBattleMoves: ["doubleedge", "suckerpunch", "uturn", "shadowclaw"],
779
+ randomBattleMoves: ["doubleedge", "shadowclaw", "suckerpunch", "uturn"],
780
780
  },
781
781
  hoothoot: {
782
782
  tier: "LC",
783
783
  },
784
784
  noctowl: {
785
- tier: "RU",
785
+ tier: "NU",
786
786
  doublesTier: "DUU",
787
- randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "shadowball", "roost"],
787
+ randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "roost", "shadowball", "defog"],
788
788
  },
789
789
  ledyba: {
790
790
  tier: "LC",
791
791
  },
792
792
  ledian: {
793
- tier: "RU",
793
+ tier: "NU",
794
794
  doublesTier: "DUU",
795
- randomBattleMoves: ["uturn", "knockoff", "roost", "reflect", "lightscreen"],
795
+ randomBattleMoves: ["knockoff", "lightscreen", "reflect", "roost", "uturn"],
796
796
  },
797
797
  spinarak: {
798
798
  tier: "LC",
799
799
  },
800
800
  ariados: {
801
- tier: "RU",
801
+ tier: "NU",
802
802
  doublesTier: "DUU",
803
- randomBattleMoves: ["poisonjab", "toxicspikes", "stickyweb", "lunge"],
803
+ randomBattleMoves: ["lunge", "poisonjab", "stickyweb", "toxicspikes"],
804
804
  },
805
805
  chinchou: {
806
806
  tier: "LC",
807
807
  },
808
808
  lanturn: {
809
- tier: "RU",
809
+ tier: "NU",
810
810
  doublesTier: "DUU",
811
- randomBattleMoves: ["scald", "discharge", "voltswitch", "icebeam", "thunderwave"],
811
+ randomBattleMoves: ["discharge", "icebeam", "scald", "thunderwave", "voltswitch"],
812
812
  },
813
813
  togepi: {
814
814
  tier: "LC",
@@ -819,7 +819,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
819
819
  togekiss: {
820
820
  tier: "OU",
821
821
  doublesTier: "DOU",
822
- randomBattleMoves: ["airslash", "roost", "thunderwave", "aurasphere", "fireblast"],
822
+ randomBattleMoves: ["airslash", "aurasphere", "fireblast", "roost", "thunderwave", "defog"],
823
823
  },
824
824
  natu: {
825
825
  tier: "LC",
@@ -827,7 +827,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
827
827
  xatu: {
828
828
  tier: "RU",
829
829
  doublesTier: "DUU",
830
- randomBattleMoves: ["psychic", "roost", "teleport", "thunderwave", "airslash"],
830
+ randomBattleMoves: ["airslash", "psychic", "roost", "teleport", "thunderwave"],
831
831
  },
832
832
  mareep: {
833
833
  tier: "LC",
@@ -836,9 +836,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
836
836
  tier: "NFE",
837
837
  },
838
838
  ampharos: {
839
- tier: "RU",
839
+ tier: "NU",
840
840
  doublesTier: "DUU",
841
- randomBattleMoves: ["thunderbolt", "voltswitch", "powergem", "focusblast"],
841
+ randomBattleMoves: ["focusblast", "powergem", "thunderbolt", "voltswitch"],
842
842
  },
843
843
  azurill: {
844
844
  tier: "LC",
@@ -849,15 +849,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
849
849
  azumarill: {
850
850
  tier: "OU",
851
851
  doublesTier: "DOU",
852
- randomBattleMoves: ["bellydrum", "aquajet", "playrough", "superpower", "waterfall"],
852
+ randomBattleMoves: ["aquajet", "bellydrum", "playrough", "superpower", "waterfall"],
853
853
  },
854
854
  bonsly: {
855
855
  tier: "LC",
856
856
  },
857
857
  sudowoodo: {
858
- tier: "RU",
858
+ tier: "NU",
859
859
  doublesTier: "DUU",
860
- randomBattleMoves: ["headsmash", "stealthrock", "earthquake", "suckerpunch", "selfdestruct"],
860
+ randomBattleMoves: ["earthquake", "headsmash", "selfdestruct", "stealthrock", "suckerpunch"],
861
861
  },
862
862
  hoppip: {
863
863
  tier: "LC",
@@ -866,9 +866,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
866
866
  tier: "NFE",
867
867
  },
868
868
  jumpluff: {
869
- tier: "RU",
869
+ tier: "NU",
870
870
  doublesTier: "DUU",
871
- randomBattleMoves: ["sleeppowder", "leechseed", "substitute", "acrobatics", "strengthsap"],
871
+ randomBattleMoves: ["acrobatics", "leechseed", "sleeppowder", "strengthsap", "substitute"],
872
872
  },
873
873
  aipom: {
874
874
  tier: "LC",
@@ -876,23 +876,23 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
876
876
  ambipom: {
877
877
  tier: "UU",
878
878
  doublesTier: "DUU",
879
- randomBattleMoves: ["fakeout", "uturn", "doublehit", "switcheroo", "brickbreak", "thief", "aerialace"],
879
+ randomBattleMoves: ["aerialace", "brickbreak", "doublehit", "fakeout", "switcheroo", "thief", "uturn"],
880
880
  },
881
881
  sunkern: {
882
882
  tier: "LC",
883
883
  },
884
884
  sunflora: {
885
- tier: "RU",
885
+ tier: "NU",
886
886
  doublesTier: "DUU",
887
- randomBattleMoves: ["energyball", "sludgebomb", "synthesis", "lightscreen"],
887
+ randomBattleMoves: ["energyball", "lightscreen", "sludgebomb", "synthesis"],
888
888
  },
889
889
  yanma: {
890
- tier: "LC",
890
+ tier: "NFE",
891
891
  },
892
892
  yanmega: {
893
893
  tier: "UU",
894
894
  doublesTier: "DUU",
895
- randomBattleMoves: ["bugbuzz", "gigadrain", "airslash", "uturn", "protect"],
895
+ randomBattleMoves: ["airslash", "bugbuzz", "gigadrain", "protect", "uturn"],
896
896
  },
897
897
  wooper: {
898
898
  tier: "LC",
@@ -903,38 +903,38 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
903
903
  randomBattleMoves: ["earthquake", "recover", "scald", "toxic"],
904
904
  },
905
905
  murkrow: {
906
- tier: "LC",
906
+ tier: "NFE",
907
907
  },
908
908
  honchkrow: {
909
909
  tier: "UU",
910
910
  doublesTier: "DUU",
911
- randomBattleMoves: ["bravebird", "suckerpunch", "roost", "taunt"],
911
+ randomBattleMoves: ["bravebird", "roost", "suckerpunch", "taunt"],
912
912
  },
913
913
  misdreavus: {
914
- tier: "LC",
914
+ tier: "NFE",
915
915
  },
916
916
  mismagius: {
917
917
  tier: "UU",
918
918
  doublesTier: "DUU",
919
- randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "shadowball", "substitute", "painsplit", "willowisp", "thunderbolt"],
919
+ randomBattleMoves: ["dazzlinggleam", "destinybond", "nastyplot", "painsplit", "shadowball", "substitute", "thunderbolt", "willowisp"],
920
920
  },
921
921
  unown: {
922
- tier: "RU",
922
+ tier: "NU",
923
923
  doublesTier: "DUU",
924
- randomBattleMoves: ["hiddenpowerpsychic", "hiddenpowerfighting"],
924
+ randomBattleMoves: ["hiddenpowerfighting", "hiddenpowerpsychic"],
925
925
  },
926
926
  wynaut: {
927
927
  tier: "LC",
928
928
  },
929
929
  wobbuffet: {
930
- tier: "RU",
930
+ tier: "NU",
931
931
  doublesTier: "DUU",
932
- randomBattleMoves: ["counter", "mirrorcoat", "encore", "destinybond"],
932
+ randomBattleMoves: ["counter", "destinybond", "encore", "mirrorcoat"],
933
933
  },
934
934
  girafarig: {
935
- tier: "RU",
935
+ tier: "NU",
936
936
  doublesTier: "DUU",
937
- randomBattleMoves: ["nastyplot", "thunderbolt", "psychic", "dazzlinggleam", "shadowball"],
937
+ randomBattleMoves: ["dazzlinggleam", "nastyplot", "psychic", "shadowball", "thunderbolt"],
938
938
  },
939
939
  pineco: {
940
940
  tier: "LC",
@@ -942,67 +942,67 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
942
942
  forretress: {
943
943
  tier: "UU",
944
944
  doublesTier: "DUU",
945
- randomBattleMoves: ["voltswitch", "gyroball", "rapidspin", "spikes", "toxicspikes"],
945
+ randomBattleMoves: ["gyroball", "rapidspin", "spikes", "toxicspikes", "voltswitch"],
946
946
  },
947
947
  dunsparce: {
948
- tier: "RU",
948
+ tier: "NU",
949
949
  doublesTier: "DUU",
950
- randomBattleMoves: ["bodyslam", "bite", "roost", "coil"],
950
+ randomBattleMoves: ["bite", "bodyslam", "coil", "roost"],
951
951
  },
952
952
  gligar: {
953
- tier: "LC",
953
+ tier: "NFE",
954
954
  },
955
955
  gliscor: {
956
956
  tier: "OU",
957
957
  doublesTier: "DUU",
958
- randomBattleMoves: ["earthquake", "stealthrock", "roost", "knockoff", "uturn", "taunt"],
958
+ randomBattleMoves: ["earthquake", "icefang", "knockoff", "roost", "stealthrock", "swordsdance", "taunt", "uturn", "defog"],
959
959
  },
960
960
  snubbull: {
961
961
  tier: "LC",
962
962
  },
963
963
  granbull: {
964
- tier: "UU",
964
+ tier: "RU",
965
965
  doublesTier: "DUU",
966
- randomBattleMoves: ["playrough", "earthquake", "crunch", "healbell", "thunderwave"],
966
+ randomBattleMoves: ["crunch", "earthquake", "healbell", "playrough", "thunderwave"],
967
967
  },
968
968
  qwilfish: {
969
- tier: "RU",
969
+ tier: "NU",
970
970
  doublesTier: "DUU",
971
- randomBattleMoves: ["destinybond", "waterfall", "poisonjab", "spikes", "toxicspikes", "thunderwave"],
971
+ randomBattleMoves: ["destinybond", "poisonjab", "spikes", "thunderwave", "toxicspikes", "waterfall"],
972
972
  },
973
973
  shuckle: {
974
- tier: "RU",
974
+ tier: "NU",
975
975
  doublesTier: "DUU",
976
976
  randomBattleMoves: ["knockoff", "stealthrock", "stickyweb", "toxic"],
977
977
  },
978
978
  heracross: {
979
979
  tier: "UU",
980
980
  doublesTier: "DUU",
981
- randomBattleMoves: ["facade", "megahorn", "closecombat", "throatchop", "stoneedge"],
981
+ randomBattleMoves: ["closecombat", "facade", "megahorn", "stoneedge", "throatchop"],
982
982
  },
983
983
  sneasel: {
984
- tier: "LC",
984
+ tier: "NFE",
985
985
  },
986
986
  weavile: {
987
987
  tier: "OU",
988
- doublesTier: "DOU",
989
- randomBattleMoves: ["fakeout", "iciclecrash", "throatchop", "swordsdance", "iceshard", "brickbreak"],
988
+ doublesTier: "DUU",
989
+ randomBattleMoves: ["brickbreak", "iceshard", "iciclecrash", "swordsdance", "throatchop"],
990
990
  },
991
991
  teddiursa: {
992
992
  tier: "LC",
993
993
  },
994
994
  ursaring: {
995
- tier: "RU",
995
+ tier: "NU",
996
996
  doublesTier: "DUU",
997
- randomBattleMoves: ["closecombat", "crunch", "protect", "facade", "swordsdance"],
997
+ randomBattleMoves: ["closecombat", "crunch", "facade", "protect", "swordsdance"],
998
998
  },
999
999
  slugma: {
1000
1000
  tier: "LC",
1001
1001
  },
1002
1002
  magcargo: {
1003
- tier: "RU",
1003
+ tier: "NU",
1004
1004
  doublesTier: "DUU",
1005
- randomBattleMoves: ["fireblast", "ancientpower", "earthpower", "shellsmash", "recover", "stealthrock", "lavaplume"],
1005
+ randomBattleMoves: ["ancientpower", "earthpower", "fireblast", "lavaplume", "recover", "shellsmash", "stealthrock"],
1006
1006
  },
1007
1007
  swinub: {
1008
1008
  tier: "LC",
@@ -1013,23 +1013,23 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1013
1013
  mamoswine: {
1014
1014
  tier: "OU",
1015
1015
  doublesTier: "DOU",
1016
- randomBattleMoves: ["earthquake", "iciclecrash", "iceshard", "stealthrock", "stoneedge"],
1016
+ randomBattleMoves: ["earthquake", "iceshard", "iciclecrash", "stealthrock", "stoneedge"],
1017
1017
  },
1018
1018
  corsola: {
1019
- tier: "RU",
1019
+ tier: "NU",
1020
1020
  doublesTier: "DUU",
1021
- randomBattleMoves: ["recover", "scald", "powergem", "stealthrock", "icebeam"],
1021
+ randomBattleMoves: ["icebeam", "powergem", "recover", "scald", "stealthrock"],
1022
1022
  },
1023
1023
  remoraid: {
1024
1024
  tier: "LC",
1025
1025
  },
1026
1026
  octillery: {
1027
- tier: "RU",
1027
+ tier: "NU",
1028
1028
  doublesTier: "DUU",
1029
- randomBattleMoves: ["energyball", "fireblast", "hydropump", "gunkshot", "icebeam", "protect"],
1029
+ randomBattleMoves: ["energyball", "fireblast", "gunkshot", "hydropump", "icebeam", "protect"],
1030
1030
  },
1031
1031
  delibird: {
1032
- tier: "RU",
1032
+ tier: "NU",
1033
1033
  doublesTier: "DUU",
1034
1034
  randomBattleMoves: ["destinybond", "freezedry", "rapidspin", "spikes"],
1035
1035
  },
@@ -1039,12 +1039,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1039
1039
  mantine: {
1040
1040
  tier: "RU",
1041
1041
  doublesTier: "DUU",
1042
- randomBattleMoves: ["scald", "icebeam", "defog", "roost"],
1042
+ randomBattleMoves: ["defog", "icebeam", "roost", "scald"],
1043
1043
  },
1044
1044
  skarmory: {
1045
1045
  tier: "OU",
1046
1046
  doublesTier: "DUU",
1047
- randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
1047
+ randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind", "defog"],
1048
1048
  },
1049
1049
  houndour: {
1050
1050
  tier: "LC",
@@ -1052,7 +1052,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1052
1052
  houndoom: {
1053
1053
  tier: "RU",
1054
1054
  doublesTier: "DUU",
1055
- randomBattleMoves: ["nastyplot", "darkpulse", "fireblast", "suckerpunch"],
1055
+ randomBattleMoves: ["darkpulse", "fireblast", "nastyplot", "suckerpunch"],
1056
1056
  },
1057
1057
  phanpy: {
1058
1058
  tier: "LC",
@@ -1060,37 +1060,37 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1060
1060
  donphan: {
1061
1061
  tier: "OU",
1062
1062
  doublesTier: "DUU",
1063
- randomBattleMoves: ["stealthrock", "earthquake", "rapidspin", "stoneedge", "iceshard", "knockoff"],
1063
+ randomBattleMoves: ["earthquake", "iceshard", "knockoff", "rapidspin", "stealthrock", "stoneedge"],
1064
1064
  },
1065
1065
  stantler: {
1066
- tier: "RU",
1066
+ tier: "NU",
1067
1067
  doublesTier: "DUU",
1068
- randomBattleMoves: ["doubleedge", "megahorn", "zenheadbutt", "earthquake"],
1068
+ randomBattleMoves: ["doubleedge", "earthquake", "megahorn", "zenheadbutt"],
1069
1069
  },
1070
1070
  smeargle: {
1071
- tier: "RU",
1071
+ tier: "NU",
1072
1072
  doublesTier: "DUber",
1073
- randomBattleMoves: ["stealthrock", "spikes", "spore", "toxicspikes", "stickyweb", "whirlwind"],
1073
+ randomBattleMoves: ["spikes", "spore", "stealthrock", "stickyweb", "toxicspikes", "whirlwind"],
1074
1074
  },
1075
1075
  miltank: {
1076
- tier: "RU",
1076
+ tier: "NU",
1077
1077
  doublesTier: "DUU",
1078
- randomBattleMoves: ["bodyslam", "milkdrink", "stealthrock", "curse", "earthquake"],
1078
+ randomBattleMoves: ["bodyslam", "curse", "earthquake", "milkdrink", "stealthrock"],
1079
1079
  },
1080
1080
  raikou: {
1081
1081
  tier: "UU",
1082
1082
  doublesTier: "DOU",
1083
- randomBattleMoves: ["thunderbolt", "scald", "voltswitch", "calmmind", "substitute"],
1083
+ randomBattleMoves: ["calmmind", "scald", "substitute", "thunderbolt", "voltswitch"],
1084
1084
  },
1085
1085
  entei: {
1086
1086
  tier: "UU",
1087
1087
  doublesTier: "DOU",
1088
- randomBattleMoves: ["sacredfire", "extremespeed", "stoneedge", "bulldoze"],
1088
+ randomBattleMoves: ["bulldoze", "extremespeed", "sacredfire", "stoneedge"],
1089
1089
  },
1090
1090
  suicune: {
1091
1091
  tier: "UU",
1092
1092
  doublesTier: "DOU",
1093
- randomBattleMoves: ["scald", "rest", "sleeptalk", "calmmind"],
1093
+ randomBattleMoves: ["calmmind", "rest", "scald", "sleeptalk"],
1094
1094
  },
1095
1095
  larvitar: {
1096
1096
  tier: "LC",
@@ -1101,22 +1101,22 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1101
1101
  tyranitar: {
1102
1102
  tier: "OU",
1103
1103
  doublesTier: "DOU",
1104
- randomBattleMoves: ["dragondance", "crunch", "stoneedge", "earthquake", "stealthrock"],
1104
+ randomBattleMoves: ["crunch", "dragondance", "earthquake", "stealthrock", "stoneedge"],
1105
1105
  },
1106
1106
  lugia: {
1107
1107
  tier: "Uber",
1108
1108
  doublesTier: "DUber",
1109
- randomBattleMoves: ["psychic", "roost", "whirlwind", "substitute", "aeroblast"],
1109
+ randomBattleMoves: ["aeroblast", "psychic", "roost", "substitute", "whirlwind"],
1110
1110
  },
1111
1111
  hooh: {
1112
1112
  tier: "Uber",
1113
1113
  doublesTier: "DUber",
1114
- randomBattleMoves: ["sacredfire", "roost", "substitute", "earthquake", "thunderwave"],
1114
+ randomBattleMoves: ["earthquake", "roost", "sacredfire", "substitute", "thunderwave"],
1115
1115
  },
1116
1116
  celebi: {
1117
1117
  isNonstandard: "Unobtainable",
1118
1118
  tier: "Unreleased",
1119
- randomBattleMoves: ["nastyplot", "psychic", "leafstorm", "gigadrain", "dazzlinggleam", "uturn", "recover"],
1119
+ randomBattleMoves: ["dazzlinggleam", "gigadrain", "leafstorm", "nastyplot", "psychic", "recover", "uturn"],
1120
1120
  },
1121
1121
  treecko: {
1122
1122
  tier: "LC",
@@ -1125,9 +1125,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1125
1125
  tier: "NFE",
1126
1126
  },
1127
1127
  sceptile: {
1128
- tier: "RU",
1128
+ tier: "NU",
1129
1129
  doublesTier: "DUU",
1130
- randomBattleMoves: ["substitute", "leechseed", "leafstorm", "gigadrain", "focusblast", "earthquake", "rockslide"],
1130
+ randomBattleMoves: ["earthquake", "focusblast", "gigadrain", "leafstorm", "leechseed", "rockslide", "substitute"],
1131
1131
  },
1132
1132
  torchic: {
1133
1133
  tier: "LC",
@@ -1138,7 +1138,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1138
1138
  blaziken: {
1139
1139
  tier: "Uber",
1140
1140
  doublesTier: "DUU",
1141
- randomBattleMoves: ["swordsdance", "stoneedge", "closecombat", "flareblitz", "earthquake"],
1141
+ randomBattleMoves: ["closecombat", "earthquake", "flareblitz", "stoneedge", "swordsdance"],
1142
1142
  },
1143
1143
  mudkip: {
1144
1144
  tier: "LC",
@@ -1149,23 +1149,23 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1149
1149
  swampert: {
1150
1150
  tier: "UU",
1151
1151
  doublesTier: "DUU",
1152
- randomBattleMoves: ["scald", "earthquake", "stealthrock", "icebeam", "stoneedge"],
1152
+ randomBattleMoves: ["earthquake", "icebeam", "scald", "stealthrock", "stoneedge"],
1153
1153
  },
1154
1154
  poochyena: {
1155
1155
  tier: "LC",
1156
1156
  },
1157
1157
  mightyena: {
1158
- tier: "RU",
1158
+ tier: "NU",
1159
1159
  doublesTier: "DUU",
1160
- randomBattleMoves: ["suckerpunch", "playrough", "firefang", "crunch", "irontail"],
1160
+ randomBattleMoves: ["crunch", "firefang", "irontail", "playrough", "suckerpunch"],
1161
1161
  },
1162
1162
  zigzagoon: {
1163
1163
  tier: "LC",
1164
1164
  },
1165
1165
  linoone: {
1166
- tier: "RU",
1166
+ tier: "NU",
1167
1167
  doublesTier: "DUU",
1168
- randomBattleMoves: ["bellydrum", "extremespeed", "shadowclaw", "irontail"],
1168
+ randomBattleMoves: ["bellydrum", "extremespeed", "irontail", "shadowclaw"],
1169
1169
  },
1170
1170
  wurmple: {
1171
1171
  tier: "LC",
@@ -1174,17 +1174,17 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1174
1174
  tier: "NFE",
1175
1175
  },
1176
1176
  beautifly: {
1177
- tier: "RU",
1177
+ tier: "NU",
1178
1178
  doublesTier: "DUU",
1179
- randomBattleMoves: ["quiverdance", "energyball", "bugbuzz", "roost", "aircutter"],
1179
+ randomBattleMoves: ["aircutter", "bugbuzz", "energyball", "quiverdance", "roost"],
1180
1180
  },
1181
1181
  cascoon: {
1182
1182
  tier: "NFE",
1183
1183
  },
1184
1184
  dustox: {
1185
- tier: "RU",
1185
+ tier: "NU",
1186
1186
  doublesTier: "DUU",
1187
- randomBattleMoves: ["quiverdance", "bugbuzz", "sludgebomb", "roost", "energyball", "toxic"],
1187
+ randomBattleMoves: ["bugbuzz", "roost", "sludgebomb", "toxic", "uturn", "defog"],
1188
1188
  },
1189
1189
  lotad: {
1190
1190
  tier: "LC",
@@ -1193,9 +1193,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1193
1193
  tier: "NFE",
1194
1194
  },
1195
1195
  ludicolo: {
1196
- tier: "RU",
1196
+ tier: "NU",
1197
1197
  doublesTier: "DOU",
1198
- randomBattleMoves: ["gigadrain", "icebeam", "hydropump", "raindance", "scald"],
1198
+ randomBattleMoves: ["gigadrain", "hydropump", "icebeam", "raindance", "scald"],
1199
1199
  },
1200
1200
  seedot: {
1201
1201
  tier: "LC",
@@ -1204,9 +1204,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1204
1204
  tier: "NFE",
1205
1205
  },
1206
1206
  shiftry: {
1207
- tier: "RU",
1207
+ tier: "NU",
1208
1208
  doublesTier: "DUU",
1209
- randomBattleMoves: ["swordsdance", "leafblade", "suckerpunch", "fakeout", "nightslash", "brickbreak"],
1209
+ randomBattleMoves: ["brickbreak", "fakeout", "leafblade", "nightslash", "suckerpunch", "swordsdance"],
1210
1210
  },
1211
1211
  taillow: {
1212
1212
  tier: "LC",
@@ -1214,15 +1214,15 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1214
1214
  swellow: {
1215
1215
  tier: "RU",
1216
1216
  doublesTier: "DUU",
1217
- randomBattleMoves: ["bravebird", "facade", "quickattack", "steelwing", "uturn", "roost"],
1217
+ randomBattleMoves: ["bravebird", "facade", "quickattack", "roost", "steelwing", "uturn"],
1218
1218
  },
1219
1219
  wingull: {
1220
1220
  tier: "LC",
1221
1221
  },
1222
1222
  pelipper: {
1223
- tier: "RU",
1223
+ tier: "NU",
1224
1224
  doublesTier: "DOU",
1225
- randomBattleMoves: ["scald", "roost", "defog", "hurricane", "hydropump", "uturn", "icebeam"],
1225
+ randomBattleMoves: ["defog", "hurricane", "hydropump", "icebeam", "roost", "scald", "uturn"],
1226
1226
  },
1227
1227
  ralts: {
1228
1228
  tier: "LC",
@@ -1233,20 +1233,20 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1233
1233
  gardevoir: {
1234
1234
  tier: "UU",
1235
1235
  doublesTier: "DOU",
1236
- randomBattleMoves: ["calmmind", "psychic", "shadowball", "focusblast", "moonblast", "substitute"],
1236
+ randomBattleMoves: ["calmmind", "focusblast", "moonblast", "psychic", "shadowball", "substitute"],
1237
1237
  },
1238
1238
  gallade: {
1239
1239
  tier: "RU",
1240
1240
  doublesTier: "DUU",
1241
- randomBattleMoves: ["closecombat", "psychocut", "swordsdance", "knockoff", "earthquake"],
1241
+ randomBattleMoves: ["closecombat", "earthquake", "knockoff", "psychocut", "swordsdance"],
1242
1242
  },
1243
1243
  surskit: {
1244
1244
  tier: "LC",
1245
1245
  },
1246
1246
  masquerain: {
1247
- tier: "RU",
1247
+ tier: "NU",
1248
1248
  doublesTier: "DUU",
1249
- randomBattleMoves: ["quiverdance", "scald", "stickyweb", "airslash", "bugbuzz"],
1249
+ randomBattleMoves: ["airslash", "bugbuzz", "quiverdance", "scald", "stickyweb"],
1250
1250
  },
1251
1251
  shroomish: {
1252
1252
  tier: "LC",
@@ -1254,32 +1254,32 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1254
1254
  breloom: {
1255
1255
  tier: "OU",
1256
1256
  doublesTier: "DOU",
1257
- randomBattleMoves: ["spore", "rocktomb", "swordsdance", "bulletseed", "machpunch"],
1257
+ randomBattleMoves: ["bulletseed", "focuspunch", "machpunch", "rocktomb", "spore", "substitute", "swordsdance"],
1258
1258
  },
1259
1259
  slakoth: {
1260
1260
  tier: "LC",
1261
1261
  },
1262
1262
  vigoroth: {
1263
1263
  tier: "NFE",
1264
- randomBattleMoves: ["bulkup", "bodyslam", "earthquake", "slackoff", "playrough", "shadowclaw"],
1264
+ randomBattleMoves: ["bodyslam", "bulkup", "earthquake", "playrough", "shadowclaw", "slackoff"],
1265
1265
  },
1266
1266
  slaking: {
1267
- tier: "RU",
1267
+ tier: "NU",
1268
1268
  doublesTier: "DUU",
1269
- randomBattleMoves: ["earthquake", "suckerpunch", "gigaimpact", "playrough", "hammerarm", "bodyslam"],
1269
+ randomBattleMoves: ["bodyslam", "earthquake", "gigaimpact", "hammerarm", "playrough", "suckerpunch"],
1270
1270
  },
1271
1271
  nincada: {
1272
1272
  tier: "LC",
1273
1273
  },
1274
1274
  ninjask: {
1275
- tier: "RU",
1275
+ tier: "NU",
1276
1276
  doublesTier: "DUU",
1277
- randomBattleMoves: ["swordsdance", "uturn", "xscissor", "aerialace", "finalgambit"],
1277
+ randomBattleMoves: ["aerialace", "finalgambit", "swordsdance", "uturn", "xscissor"],
1278
1278
  },
1279
1279
  shedinja: {
1280
- tier: "RU",
1280
+ tier: "NU",
1281
1281
  doublesTier: "DUU",
1282
- randomBattleMoves: ["xscissor", "shadowclaw", "shadowsneak", "willowisp"],
1282
+ randomBattleMoves: ["shadowclaw", "shadowsneak", "willowisp", "xscissor"],
1283
1283
  },
1284
1284
  whismur: {
1285
1285
  tier: "LC",
@@ -1290,7 +1290,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1290
1290
  exploud: {
1291
1291
  tier: "RU",
1292
1292
  doublesTier: "DUU",
1293
- randomBattleMoves: ["focusblast", "fireblast", "boomburst", "surf"],
1293
+ randomBattleMoves: ["boomburst", "fireblast", "focusblast", "surf"],
1294
1294
  },
1295
1295
  makuhita: {
1296
1296
  tier: "LC",
@@ -1298,33 +1298,33 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1298
1298
  hariyama: {
1299
1299
  tier: "RU",
1300
1300
  doublesTier: "DOU",
1301
- randomBattleMoves: ["bulkup", "closecombat", "poisonjab", "stoneedge", "knockoff", "bulletpunch"],
1301
+ randomBattleMoves: ["bulkup", "bulletpunch", "closecombat", "knockoff", "poisonjab", "stoneedge"],
1302
1302
  },
1303
1303
  nosepass: {
1304
1304
  tier: "LC",
1305
1305
  },
1306
1306
  probopass: {
1307
- tier: "RU",
1307
+ tier: "NU",
1308
1308
  doublesTier: "DUU",
1309
- randomBattleMoves: ["flashcannon", "stealthrock", "bodypress", "voltswitch", "thunderwave"],
1309
+ randomBattleMoves: ["bodypress", "flashcannon", "stealthrock", "thunderwave", "voltswitch"],
1310
1310
  },
1311
1311
  skitty: {
1312
1312
  tier: "LC",
1313
1313
  },
1314
1314
  delcatty: {
1315
- tier: "RU",
1315
+ tier: "NU",
1316
1316
  doublesTier: "DUU",
1317
- randomBattleMoves: ["thunderwave", "healbell", "fakeout", "doubleedge", "suckerpunch"],
1317
+ randomBattleMoves: ["doubleedge", "fakeout", "healbell", "suckerpunch", "thunderwave"],
1318
1318
  },
1319
1319
  sableye: {
1320
1320
  tier: "RU",
1321
1321
  doublesTier: "DOU",
1322
- randomBattleMoves: ["recover", "taunt", "willowisp", "knockoff", "foulplay"],
1322
+ randomBattleMoves: ["foulplay", "knockoff", "recover", "taunt", "willowisp"],
1323
1323
  },
1324
1324
  mawile: {
1325
- tier: "RU",
1325
+ tier: "NU",
1326
1326
  doublesTier: "DUU",
1327
- randomBattleMoves: ["swordsdance", "suckerpunch", "ironhead", "playrough", "stealthrock"],
1327
+ randomBattleMoves: ["ironhead", "playrough", "stealthrock", "suckerpunch", "swordsdance"],
1328
1328
  },
1329
1329
  aron: {
1330
1330
  tier: "LC",
@@ -1335,43 +1335,43 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1335
1335
  aggron: {
1336
1336
  tier: "RU",
1337
1337
  doublesTier: "DUU",
1338
- randomBattleMoves: ["headsmash", "earthquake", "superpower", "heavyslam", "rockpolish"],
1338
+ randomBattleMoves: ["earthquake", "headsmash", "heavyslam", "rockpolish", "superpower"],
1339
1339
  },
1340
1340
  meditite: {
1341
- tier: "LC",
1341
+ tier: "NFE",
1342
1342
  },
1343
1343
  medicham: {
1344
1344
  tier: "RU",
1345
1345
  doublesTier: "DUU",
1346
- randomBattleMoves: ["fakeout", "highjumpkick", "bulletpunch", "zenheadbutt", "recover", "icepunch"],
1346
+ randomBattleMoves: ["bulletpunch", "fakeout", "highjumpkick", "icepunch", "recover", "zenheadbutt"],
1347
1347
  },
1348
1348
  electrike: {
1349
1349
  tier: "LC",
1350
1350
  },
1351
1351
  manectric: {
1352
- tier: "RU",
1352
+ tier: "NU",
1353
1353
  doublesTier: "DUU",
1354
- randomBattleMoves: ["switcheroo", "thunderbolt", "overheat", "voltswitch"],
1354
+ randomBattleMoves: ["overheat", "switcheroo", "thunderbolt", "voltswitch"],
1355
1355
  },
1356
1356
  plusle: {
1357
- tier: "RU",
1357
+ tier: "NU",
1358
1358
  doublesTier: "DUU",
1359
- randomBattleMoves: ["thunderbolt", "voltswitch", "grassknot", "nastyplot", "nuzzle"],
1359
+ randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "thunderbolt", "voltswitch"],
1360
1360
  },
1361
1361
  minun: {
1362
- tier: "RU",
1362
+ tier: "NU",
1363
1363
  doublesTier: "DUU",
1364
- randomBattleMoves: ["thunderbolt", "voltswitch", "grassknot", "nastyplot", "nuzzle", "switcheroo"],
1364
+ randomBattleMoves: ["grassknot", "nastyplot", "nuzzle", "switcheroo", "thunderbolt", "voltswitch"],
1365
1365
  },
1366
1366
  volbeat: {
1367
- tier: "RU",
1367
+ tier: "NU",
1368
1368
  doublesTier: "DUU",
1369
1369
  randomBattleMoves: ["encore", "roost", "thunderwave", "uturn"],
1370
1370
  },
1371
1371
  illumise: {
1372
- tier: "RU",
1372
+ tier: "NU",
1373
1373
  doublesTier: "DUU",
1374
- randomBattleMoves: ["encore", "roost", "thunderwave", "wish", "bugbuzz"],
1374
+ randomBattleMoves: ["bugbuzz", "encore", "roost", "thunderwave", "wish"],
1375
1375
  },
1376
1376
  budew: {
1377
1377
  tier: "LC",
@@ -1388,9 +1388,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1388
1388
  tier: "LC",
1389
1389
  },
1390
1390
  swalot: {
1391
- tier: "RU",
1391
+ tier: "NU",
1392
1392
  doublesTier: "DUU",
1393
- randomBattleMoves: ["gunkshot", "earthquake", "toxic", "painsplit", "encore"],
1393
+ randomBattleMoves: ["earthquake", "encore", "gunkshot", "icebeam", "painsplit", "toxic"],
1394
1394
  },
1395
1395
  carvanha: {
1396
1396
  tier: "LC",
@@ -1398,41 +1398,41 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1398
1398
  sharpedo: {
1399
1399
  tier: "RU",
1400
1400
  doublesTier: "DUU",
1401
- randomBattleMoves: ["earthquake", "liquidation", "crunch", "aquajet", "protect"],
1401
+ randomBattleMoves: ["aquajet", "crunch", "earthquake", "liquidation", "protect"],
1402
1402
  },
1403
1403
  wailmer: {
1404
1404
  tier: "LC",
1405
1405
  },
1406
1406
  wailord: {
1407
- tier: "RU",
1407
+ tier: "NU",
1408
1408
  doublesTier: "DUU",
1409
- randomBattleMoves: ["icebeam", "scald", "clearsmog", "waterspout"],
1409
+ randomBattleMoves: ["clearsmog", "icebeam", "scald", "waterspout"],
1410
1410
  },
1411
1411
  numel: {
1412
1412
  tier: "LC",
1413
1413
  },
1414
1414
  camerupt: {
1415
- tier: "RU",
1415
+ tier: "NU",
1416
1416
  doublesTier: "DUU",
1417
- randomBattleMoves: ["stealthrock", "earthpower", "lavaplume", "fireblast", "explosion"],
1417
+ randomBattleMoves: ["earthpower", "explosion", "fireblast", "lavaplume", "stealthrock"],
1418
1418
  },
1419
1419
  torkoal: {
1420
- tier: "UU",
1420
+ tier: "RU",
1421
1421
  doublesTier: "DOU",
1422
- randomBattleMoves: ["solarbeam", "stealthrock", "earthquake", "rapidspin", "lavaplume"],
1422
+ randomBattleMoves: ["earthquake", "lavaplume", "rapidspin", "solarbeam", "stealthrock"],
1423
1423
  },
1424
1424
  spoink: {
1425
1425
  tier: "LC",
1426
1426
  },
1427
1427
  grumpig: {
1428
- tier: "RU",
1428
+ tier: "NU",
1429
1429
  doublesTier: "DUU",
1430
- randomBattleMoves: ["nastyplot", "psyshock", "focusblast", "shadowball"],
1430
+ randomBattleMoves: ["focusblast", "nastyplot", "psyshock", "shadowball"],
1431
1431
  },
1432
1432
  spinda: {
1433
- tier: "RU",
1433
+ tier: "NU",
1434
1434
  doublesTier: "DUU",
1435
- randomBattleMoves: ["encore", "fakeout", "rapidspin", "bodyslam", "suckerpunch"],
1435
+ randomBattleMoves: ["bodyslam", "encore", "fakeout", "rapidspin", "suckerpunch"],
1436
1436
  },
1437
1437
  trapinch: {
1438
1438
  tier: "LC",
@@ -1443,51 +1443,51 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1443
1443
  flygon: {
1444
1444
  tier: "UU",
1445
1445
  doublesTier: "DUU",
1446
- randomBattleMoves: ["earthquake", "uturn", "dragondance", "outrage", "superpower"],
1446
+ randomBattleMoves: ["defog", "dragondance", "earthquake", "outrage", "superpower", "uturn", "roost"],
1447
1447
  },
1448
1448
  cacnea: {
1449
1449
  tier: "LC",
1450
1450
  },
1451
1451
  cacturne: {
1452
- tier: "RU",
1452
+ tier: "NU",
1453
1453
  doublesTier: "DUU",
1454
- randomBattleMoves: ["swordsdance", "suckerpunch", "seedbomb", "drainpunch", "poisonjab"],
1454
+ randomBattleMoves: ["drainpunch", "poisonjab", "seedbomb", "suckerpunch", "swordsdance"],
1455
1455
  },
1456
1456
  swablu: {
1457
1457
  tier: "LC",
1458
1458
  },
1459
1459
  altaria: {
1460
- tier: "RU",
1460
+ tier: "NU",
1461
1461
  doublesTier: "DUU",
1462
- randomBattleMoves: ["roost", "dracometeor", "fireblast", "haze", "hurricane"],
1462
+ randomBattleMoves: ["dracometeor", "fireblast", "haze", "hurricane", "roost"],
1463
1463
  },
1464
1464
  zangoose: {
1465
- tier: "RU",
1465
+ tier: "NU",
1466
1466
  doublesTier: "DUU",
1467
- randomBattleMoves: ["swordsdance", "closecombat", "quickattack", "facade", "shadowclaw"],
1467
+ randomBattleMoves: ["closecombat", "facade", "quickattack", "shadowclaw", "swordsdance"],
1468
1468
  },
1469
1469
  seviper: {
1470
- tier: "RU",
1470
+ tier: "NU",
1471
1471
  doublesTier: "DUU",
1472
- randomBattleMoves: ["sludgebomb", "flamethrower", "earthquake", "glare", "crunch", "gigadrain", "switcheroo"],
1472
+ randomBattleMoves: ["crunch", "earthquake", "flamethrower", "gigadrain", "glare", "sludgebomb", "switcheroo"],
1473
1473
  },
1474
1474
  lunatone: {
1475
- tier: "RU",
1475
+ tier: "NU",
1476
1476
  doublesTier: "DUU",
1477
- randomBattleMoves: ["nastyplot", "psyshock", "moonblast", "stealthrock", "icebeam"],
1477
+ randomBattleMoves: ["icebeam", "moonblast", "nastyplot", "psyshock", "stealthrock"],
1478
1478
  },
1479
1479
  solrock: {
1480
- tier: "RU",
1480
+ tier: "NU",
1481
1481
  doublesTier: "DUU",
1482
- randomBattleMoves: ["earthquake", "explosion", "stoneedge", "stealthrock", "willowisp"],
1482
+ randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "willowisp"],
1483
1483
  },
1484
1484
  barboach: {
1485
1485
  tier: "LC",
1486
1486
  },
1487
1487
  whiscash: {
1488
- tier: "RU",
1488
+ tier: "NU",
1489
1489
  doublesTier: "DUU",
1490
- randomBattleMoves: ["dragondance", "earthquake", "waterfall", "stoneedge"],
1490
+ randomBattleMoves: ["dragondance", "earthquake", "stoneedge", "waterfall"],
1491
1491
  },
1492
1492
  corphish: {
1493
1493
  tier: "LC",
@@ -1495,7 +1495,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1495
1495
  crawdaunt: {
1496
1496
  tier: "OU",
1497
1497
  doublesTier: "DUU",
1498
- randomBattleMoves: ["knockoff", "dragondance", "superpower", "crabhammer", "aquajet"],
1498
+ randomBattleMoves: ["aquajet", "crabhammer", "dragondance", "knockoff", "superpower"],
1499
1499
  },
1500
1500
  baltoy: {
1501
1501
  tier: "LC",
@@ -1503,23 +1503,23 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1503
1503
  claydol: {
1504
1504
  tier: "RU",
1505
1505
  doublesTier: "DUU",
1506
- randomBattleMoves: ["earthquake", "psychic", "icebeam", "rapidspin", "stealthrock"],
1506
+ randomBattleMoves: ["earthquake", "icebeam", "psychic", "rapidspin", "stealthrock"],
1507
1507
  },
1508
1508
  lileep: {
1509
1509
  tier: "LC",
1510
1510
  },
1511
1511
  cradily: {
1512
1512
  tier: "RU",
1513
- doublesTier: "DUU",
1513
+ doublesTier: "DOU",
1514
1514
  randomBattleMoves: ["gigadrain", "recover", "stealthrock", "stoneedge"],
1515
1515
  },
1516
1516
  anorith: {
1517
1517
  tier: "LC",
1518
1518
  },
1519
1519
  armaldo: {
1520
- tier: "RU",
1520
+ tier: "NU",
1521
1521
  doublesTier: "DUU",
1522
- randomBattleMoves: ["stoneedge", "rapidspin", "stealthrock", "knockoff", "aquajet", "xscissor"],
1522
+ randomBattleMoves: ["aquajet", "knockoff", "rapidspin", "stealthrock", "stoneedge", "xscissor"],
1523
1523
  },
1524
1524
  feebas: {
1525
1525
  tier: "LC",
@@ -1527,25 +1527,25 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1527
1527
  milotic: {
1528
1528
  tier: "UU",
1529
1529
  doublesTier: "DOU",
1530
- randomBattleMoves: ["scald", "rest", "sleeptalk", "icebeam", "dragontail"],
1530
+ randomBattleMoves: ["dragontail", "icebeam", "rest", "scald", "sleeptalk"],
1531
1531
  },
1532
1532
  castform: {
1533
- tier: "RU",
1533
+ tier: "NU",
1534
1534
  doublesTier: "DUU",
1535
- randomBattleMoves: ["icebeam", "flamethrower", "thunderbolt", "scald"],
1535
+ randomBattleMoves: ["flamethrower", "icebeam", "scald", "thunderbolt"],
1536
1536
  },
1537
1537
  kecleon: {
1538
- tier: "RU",
1538
+ tier: "NU",
1539
1539
  doublesTier: "DUU",
1540
- randomBattleMoves: ["fakeout", "stealthrock", "drainpunch", "thunderwave", "shadowsneak"],
1540
+ randomBattleMoves: ["drainpunch", "fakeout", "shadowsneak", "stealthrock", "thunderwave"],
1541
1541
  },
1542
1542
  shuppet: {
1543
1543
  tier: "LC",
1544
1544
  },
1545
1545
  banette: {
1546
- tier: "RU",
1546
+ tier: "NU",
1547
1547
  doublesTier: "DUU",
1548
- randomBattleMoves: ["shadowclaw", "willowisp", "destinybond", "shadowsneak", "knockoff"],
1548
+ randomBattleMoves: ["destinybond", "knockoff", "shadowclaw", "shadowsneak", "willowisp"],
1549
1549
  },
1550
1550
  duskull: {
1551
1551
  tier: "LC",
@@ -1554,40 +1554,40 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1554
1554
  tier: "NFE",
1555
1555
  },
1556
1556
  dusknoir: {
1557
- tier: "RU",
1557
+ tier: "NU",
1558
1558
  doublesTier: "DUU",
1559
- randomBattleMoves: ["shadowpunch", "icepunch", "shadowsneak", "earthquake", "willowisp", "painsplit"],
1559
+ randomBattleMoves: ["earthquake", "icepunch", "painsplit", "shadowpunch", "shadowsneak", "willowisp"],
1560
1560
  },
1561
1561
  tropius: {
1562
- tier: "RU",
1562
+ tier: "NU",
1563
1563
  doublesTier: "DUU",
1564
- randomBattleMoves: ["dragondance", "leafblade", "aerialace", "roost", "earthquake"],
1564
+ randomBattleMoves: ["defog", "substitute", "leechseed", "airslash"],
1565
1565
  },
1566
1566
  chingling: {
1567
1567
  tier: "LC",
1568
1568
  },
1569
1569
  chimecho: {
1570
- tier: "RU",
1570
+ tier: "NU",
1571
1571
  doublesTier: "DUU",
1572
- randomBattleMoves: ["psychic", "lightscreen", "reflect", "thunderwave", "recover", "healingwish"],
1572
+ randomBattleMoves: ["healingwish", "lightscreen", "psychic", "recover", "reflect", "thunderwave"],
1573
1573
  },
1574
1574
  absol: {
1575
1575
  tier: "RU",
1576
1576
  doublesTier: "DUU",
1577
- randomBattleMoves: ["knockoff", "suckerpunch", "swordsdance", "playrough"],
1577
+ randomBattleMoves: ["knockoff", "playrough", "suckerpunch", "swordsdance"],
1578
1578
  },
1579
1579
  snorunt: {
1580
1580
  tier: "LC",
1581
1581
  },
1582
1582
  glalie: {
1583
- tier: "RU",
1583
+ tier: "NU",
1584
1584
  doublesTier: "DUU",
1585
- randomBattleMoves: ["protect", "substitute", "disable", "freezedry", "earthquake"],
1585
+ randomBattleMoves: ["disable", "earthquake", "freezedry", "protect", "substitute"],
1586
1586
  },
1587
1587
  froslass: {
1588
- tier: "RU",
1588
+ tier: "UU",
1589
1589
  doublesTier: "DUU",
1590
- randomBattleMoves: ["icebeam", "shadowball", "willowisp", "destinybond", "taunt", "spikes"],
1590
+ randomBattleMoves: ["destinybond", "icebeam", "shadowball", "spikes", "taunt", "willowisp"],
1591
1591
  },
1592
1592
  spheal: {
1593
1593
  tier: "LC",
@@ -1596,32 +1596,32 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1596
1596
  tier: "NFE",
1597
1597
  },
1598
1598
  walrein: {
1599
- tier: "RU",
1599
+ tier: "NU",
1600
1600
  doublesTier: "DUU",
1601
- randomBattleMoves: ["surf", "icebeam", "rest", "sleeptalk"],
1601
+ randomBattleMoves: ["icebeam", "rest", "sleeptalk", "surf"],
1602
1602
  },
1603
1603
  clamperl: {
1604
1604
  tier: "LC",
1605
1605
  },
1606
1606
  huntail: {
1607
- tier: "RU",
1607
+ tier: "NU",
1608
1608
  doublesTier: "DUU",
1609
- randomBattleMoves: ["shellsmash", "waterfall", "crunch", "icebeam"],
1609
+ randomBattleMoves: ["crunch", "icebeam", "shellsmash", "waterfall"],
1610
1610
  },
1611
1611
  gorebyss: {
1612
- tier: "RU",
1612
+ tier: "NU",
1613
1613
  doublesTier: "DUU",
1614
- randomBattleMoves: ["shellsmash", "hydropump", "icebeam", "psychic"],
1614
+ randomBattleMoves: ["hydropump", "icebeam", "psychic", "shellsmash"],
1615
1615
  },
1616
1616
  relicanth: {
1617
- tier: "RU",
1617
+ tier: "NU",
1618
1618
  doublesTier: "DUU",
1619
- randomBattleMoves: ["headsmash", "stealthrock", "waterfall", "earthquake", "doubleedge", "yawn"],
1619
+ randomBattleMoves: ["doubleedge", "earthquake", "headsmash", "stealthrock", "waterfall", "yawn"],
1620
1620
  },
1621
1621
  luvdisc: {
1622
- tier: "RU",
1622
+ tier: "NU",
1623
1623
  doublesTier: "DUU",
1624
- randomBattleMoves: ["scald", "icebeam", "sweetkiss", "charm"],
1624
+ randomBattleMoves: ["charm", "icebeam", "scald", "sweetkiss"],
1625
1625
  },
1626
1626
  bagon: {
1627
1627
  tier: "LC",
@@ -1632,7 +1632,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1632
1632
  salamence: {
1633
1633
  tier: "UUBL",
1634
1634
  doublesTier: "DOU",
1635
- randomBattleMoves: ["dragondance", "earthquake", "outrage", "stoneedge", "roost", "aerialace"],
1635
+ randomBattleMoves: ["aerialace", "dragondance", "earthquake", "outrage", "roost", "stoneedge"],
1636
1636
  },
1637
1637
  beldum: {
1638
1638
  tier: "LC",
@@ -1643,72 +1643,72 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1643
1643
  metagross: {
1644
1644
  tier: "UU",
1645
1645
  doublesTier: "DUU",
1646
- randomBattleMoves: ["meteormash", "zenheadbutt", "agility", "earthquake", "bulletpunch", "explosion"],
1646
+ randomBattleMoves: ["agility", "bulletpunch", "earthquake", "explosion", "meteormash", "zenheadbutt"],
1647
1647
  },
1648
1648
  regirock: {
1649
- tier: "RU",
1649
+ tier: "NU",
1650
1650
  doublesTier: "DUU",
1651
- randomBattleMoves: ["stoneedge", "stealthrock", "earthquake", "curse", "rest", "drainpunch"],
1651
+ randomBattleMoves: ["curse", "drainpunch", "earthquake", "rest", "stealthrock", "stoneedge"],
1652
1652
  },
1653
1653
  regice: {
1654
- tier: "RU",
1654
+ tier: "NU",
1655
1655
  doublesTier: "DUU",
1656
- randomBattleMoves: ["icebeam", "thunderbolt", "rockpolish", "rest", "sleeptalk", "focusblast"],
1656
+ randomBattleMoves: ["focusblast", "icebeam", "rest", "rockpolish", "sleeptalk", "thunderbolt"],
1657
1657
  },
1658
1658
  registeel: {
1659
1659
  tier: "UU",
1660
1660
  doublesTier: "DUU",
1661
- randomBattleMoves: ["stealthrock", "ironhead", "curse", "rest", "sleeptalk"],
1661
+ randomBattleMoves: ["curse", "ironhead", "rest", "sleeptalk"],
1662
1662
  },
1663
1663
  latias: {
1664
1664
  tier: "OU",
1665
1665
  doublesTier: "DUU",
1666
- randomBattleMoves: ["calmmind", "roost", "psychic", "dracometeor", "healingwish", "surf"],
1666
+ randomBattleMoves: ["calmmind", "dracometeor", "healingwish", "psychic", "roost", "surf"],
1667
1667
  },
1668
1668
  latios: {
1669
1669
  tier: "OU",
1670
1670
  doublesTier: "DOU",
1671
- randomBattleMoves: ["calmmind", "roost", "psychic", "dracometeor"],
1671
+ randomBattleMoves: ["calmmind", "dracometeor", "psychic", "roost"],
1672
1672
  },
1673
1673
  kyogre: {
1674
1674
  tier: "Uber",
1675
1675
  doublesTier: "DUber",
1676
- randomBattleMoves: ["waterspout", "thunder", "icebeam", "originpulse", "calmmind"],
1676
+ randomBattleMoves: ["calmmind", "icebeam", "originpulse", "thunder", "waterspout"],
1677
1677
  },
1678
1678
  groudon: {
1679
1679
  tier: "Uber",
1680
1680
  doublesTier: "DUber",
1681
- randomBattleMoves: ["precipiceblades", "stoneedge", "rockpolish", "swordsdance"],
1681
+ randomBattleMoves: ["precipiceblades", "rockpolish", "stoneedge", "swordsdance"],
1682
1682
  },
1683
1683
  rayquaza: {
1684
1684
  tier: "Uber",
1685
1685
  doublesTier: "DUber",
1686
- randomBattleMoves: ["dragondance", "outrage", "extremespeed", "earthquake", "dragonascent"],
1686
+ randomBattleMoves: ["dragonascent", "dragondance", "earthquake", "extremespeed", "outrage"],
1687
1687
  },
1688
1688
  jirachi: {
1689
1689
  tier: "OU",
1690
1690
  doublesTier: "DUU",
1691
- randomBattleMoves: ["uturn", "stealthrock", "thunderwave", "healingwish", "zenheadbutt"],
1691
+ randomBattleMoves: ["healingwish", "stealthrock", "thunderwave", "uturn", "zenheadbutt"],
1692
1692
  },
1693
1693
  deoxys: {
1694
1694
  isNonstandard: "Unobtainable",
1695
1695
  tier: "Unreleased",
1696
- randomBattleMoves: ["stealthrock", "toxicspikes", "icebeam", "psychoboost", "knockoff", "focusblast"],
1696
+ randomBattleMoves: ["superpower", "icebeam", "knockoff", "psychoboost", "stealthrock", "toxicspikes"],
1697
1697
  },
1698
1698
  deoxysattack: {
1699
1699
  isNonstandard: "Unobtainable",
1700
1700
  tier: "Unreleased",
1701
- randomBattleMoves: ["psychoboost", "icebeam", "knockoff", "superpower", "extremespeed"],
1701
+ randomBattleMoves: ["extremespeed", "icebeam", "knockoff", "psychoboost", "superpower"],
1702
1702
  },
1703
1703
  deoxysdefense: {
1704
1704
  isNonstandard: "Unobtainable",
1705
1705
  tier: "Unreleased",
1706
- randomBattleMoves: ["nightshade", "stealthrock", "toxicspikes", "recover", "knockoff", "taunt", "teleport"],
1706
+ randomBattleMoves: ["knockoff", "nightshade", "recover", "stealthrock", "taunt", "teleport", "toxicspikes"],
1707
1707
  },
1708
1708
  deoxysspeed: {
1709
1709
  isNonstandard: "Unobtainable",
1710
1710
  tier: "Unreleased",
1711
- randomBattleMoves: ["psychic", "stealthrock", "toxicspikes", "knockoff", "taunt"],
1711
+ randomBattleMoves: ["knockoff", "psychic", "stealthrock", "taunt", "toxicspikes"],
1712
1712
  },
1713
1713
  turtwig: {
1714
1714
  tier: "LC",
@@ -1719,7 +1719,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1719
1719
  torterra: {
1720
1720
  tier: "RU",
1721
1721
  doublesTier: "DUU",
1722
- randomBattleMoves: ["earthquake", "stealthrock", "woodhammer", "stoneedge", "synthesis", "rockpolish"],
1722
+ randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "synthesis", "woodhammer"],
1723
1723
  },
1724
1724
  chimchar: {
1725
1725
  tier: "LC",
@@ -1730,7 +1730,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1730
1730
  infernape: {
1731
1731
  tier: "OU",
1732
1732
  doublesTier: "DOU",
1733
- randomBattleMoves: ["closecombat", "flareblitz", "swordsdance", "machpunch", "stoneedge", "uturn", "stealthrock"],
1733
+ randomBattleMoves: ["closecombat", "flareblitz", "machpunch", "stealthrock", "stoneedge", "swordsdance", "uturn"],
1734
1734
  },
1735
1735
  piplup: {
1736
1736
  tier: "LC",
@@ -1739,9 +1739,9 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1739
1739
  tier: "NFE",
1740
1740
  },
1741
1741
  empoleon: {
1742
- tier: "OU",
1742
+ tier: "UU",
1743
1743
  doublesTier: "DUU",
1744
- randomBattleMoves: ["scald", "stealthrock", "icebeam", "flashcannon", "agility", "defog"],
1744
+ randomBattleMoves: ["agility", "defog", "flashcannon", "icebeam", "scald", "stealthrock"],
1745
1745
  },
1746
1746
  starly: {
1747
1747
  tier: "LC",
@@ -1752,23 +1752,23 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1752
1752
  staraptor: {
1753
1753
  tier: "OU",
1754
1754
  doublesTier: "DUU",
1755
- randomBattleMoves: ["bravebird", "doubleedge", "closecombat", "uturn", "quickattack"],
1755
+ randomBattleMoves: ["bravebird", "closecombat", "doubleedge", "quickattack", "uturn"],
1756
1756
  },
1757
1757
  bidoof: {
1758
1758
  tier: "LC",
1759
1759
  },
1760
1760
  bibarel: {
1761
- tier: "RU",
1761
+ tier: "NU",
1762
1762
  doublesTier: "DUU",
1763
- randomBattleMoves: ["curse", "quickattack", "aquajet", "rest", "aquatail"],
1763
+ randomBattleMoves: ["aquajet", "aquatail", "curse", "quickattack", "rest"],
1764
1764
  },
1765
1765
  kricketot: {
1766
1766
  tier: "LC",
1767
1767
  },
1768
1768
  kricketune: {
1769
- tier: "RU",
1769
+ tier: "NU",
1770
1770
  doublesTier: "DUU",
1771
- randomBattleMoves: ["bugbite", "stickyweb", "nightslash", "brickbreak"],
1771
+ randomBattleMoves: ["brickbreak", "bugbite", "nightslash", "stickyweb"],
1772
1772
  },
1773
1773
  shinx: {
1774
1774
  tier: "LC",
@@ -1777,77 +1777,77 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1777
1777
  tier: "NFE",
1778
1778
  },
1779
1779
  luxray: {
1780
- tier: "RU",
1780
+ tier: "NU",
1781
1781
  doublesTier: "DUU",
1782
- randomBattleMoves: ["wildcharge", "facade", "voltswitch", "crunch"],
1782
+ randomBattleMoves: ["crunch", "facade", "voltswitch", "wildcharge"],
1783
1783
  },
1784
1784
  cranidos: {
1785
1785
  tier: "LC",
1786
1786
  },
1787
1787
  rampardos: {
1788
- tier: "RU",
1788
+ tier: "NU",
1789
1789
  doublesTier: "DUU",
1790
- randomBattleMoves: ["headsmash", "zenheadbutt", "stealthrock", "crunch", "rockpolish", "earthquake"],
1790
+ randomBattleMoves: ["crunch", "earthquake", "headsmash", "rockpolish", "zenheadbutt"],
1791
1791
  },
1792
1792
  shieldon: {
1793
1793
  tier: "LC",
1794
1794
  },
1795
1795
  bastiodon: {
1796
- tier: "RU",
1796
+ tier: "NU",
1797
1797
  doublesTier: "DUU",
1798
- randomBattleMoves: ["rockblast", "stealthrock", "roar", "metalburst"],
1798
+ randomBattleMoves: ["metalburst", "roar", "rockblast", "stealthrock"],
1799
1799
  },
1800
1800
  burmy: {
1801
1801
  tier: "LC",
1802
1802
  },
1803
1803
  wormadam: {
1804
- tier: "RU",
1804
+ tier: "NU",
1805
1805
  doublesTier: "DUU",
1806
- randomBattleMoves: ["bugbuzz", "psychic", "shadowball", "quiverdance", "leafstorm"],
1806
+ randomBattleMoves: ["bugbuzz", "leafstorm", "psychic", "quiverdance", "shadowball"],
1807
1807
  },
1808
1808
  wormadamsandy: {
1809
- tier: "RU",
1809
+ tier: "NU",
1810
1810
  doublesTier: "DUU",
1811
1811
  randomBattleMoves: ["bugbuzz", "earthquake", "rockblast", "stealthrock"],
1812
1812
  },
1813
1813
  wormadamtrash: {
1814
- tier: "RU",
1814
+ tier: "NU",
1815
1815
  doublesTier: "DUU",
1816
- randomBattleMoves: ["bugbuzz", "gigadrain", "flashcannon", "quiverdance", "stealthrock"],
1816
+ randomBattleMoves: ["bugbuzz", "flashcannon", "gigadrain", "quiverdance", "stealthrock"],
1817
1817
  },
1818
1818
  mothim: {
1819
- tier: "RU",
1819
+ tier: "NU",
1820
1820
  doublesTier: "DUU",
1821
- randomBattleMoves: ["quiverdance", "airslash", "bugbuzz", "roost", "energyball"],
1821
+ randomBattleMoves: ["airslash", "bugbuzz", "energyball", "quiverdance", "roost"],
1822
1822
  },
1823
1823
  combee: {
1824
1824
  tier: "LC",
1825
1825
  },
1826
1826
  vespiquen: {
1827
- tier: "RU",
1827
+ tier: "NU",
1828
1828
  doublesTier: "DUU",
1829
- randomBattleMoves: ["attackorder", "uturn", "roost", "toxic", "substitute"],
1829
+ randomBattleMoves: ["attackorder", "roost", "substitute", "toxic", "uturn"],
1830
1830
  },
1831
1831
  pachirisu: {
1832
- tier: "RU",
1832
+ tier: "NU",
1833
1833
  doublesTier: "DUU",
1834
- randomBattleMoves: ["nuzzle", "thunderbolt", "superfang", "uturn"],
1834
+ randomBattleMoves: ["nuzzle", "superfang", "thunderbolt", "uturn"],
1835
1835
  },
1836
1836
  buizel: {
1837
1837
  tier: "LC",
1838
1838
  },
1839
1839
  floatzel: {
1840
- tier: "RU",
1840
+ tier: "NU",
1841
1841
  doublesTier: "DUU",
1842
- randomBattleMoves: ["aquajet", "waterfall", "brickbreak", "bulkup", "taunt", "substitute"],
1842
+ randomBattleMoves: ["aquajet", "brickbreak", "bulkup", "substitute", "taunt", "waterfall"],
1843
1843
  },
1844
1844
  cherubi: {
1845
1845
  tier: "LC",
1846
1846
  },
1847
1847
  cherrim: {
1848
- tier: "RU",
1848
+ tier: "NU",
1849
1849
  doublesTier: "DUU",
1850
- randomBattleMoves: ["dazzlinggleam", "petaldance", "healingwish", "gigadrain"],
1850
+ randomBattleMoves: ["dazzlinggleam", "gigadrain", "healingwish", "petaldance"],
1851
1851
  },
1852
1852
  shellos: {
1853
1853
  tier: "LC",
@@ -1855,13 +1855,13 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1855
1855
  gastrodon: {
1856
1856
  tier: "RU",
1857
1857
  doublesTier: "DOU",
1858
- randomBattleMoves: ["earthquake", "scald", "recover", "icebeam"],
1858
+ randomBattleMoves: ["earthquake", "icebeam", "recover", "scald"],
1859
1859
  },
1860
1860
  drifloon: {
1861
1861
  tier: "LC",
1862
1862
  },
1863
1863
  drifblim: {
1864
- tier: "RU",
1864
+ tier: "NU",
1865
1865
  doublesTier: "DUU",
1866
1866
  randomBattleMoves: ["calmmind", "shadowball", "strengthsap", "thunderbolt"],
1867
1867
  },
@@ -1869,25 +1869,25 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1869
1869
  tier: "LC",
1870
1870
  },
1871
1871
  lopunny: {
1872
- tier: "RU",
1872
+ tier: "NU",
1873
1873
  doublesTier: "DUU",
1874
- randomBattleMoves: ["highjumpkick", "facade", "healingwish", "switcheroo"],
1874
+ randomBattleMoves: ["facade", "healingwish", "highjumpkick", "switcheroo"],
1875
1875
  },
1876
1876
  glameow: {
1877
1877
  tier: "LC",
1878
1878
  },
1879
1879
  purugly: {
1880
- tier: "RU",
1880
+ tier: "NU",
1881
1881
  doublesTier: "DUU",
1882
- randomBattleMoves: ["fakeout", "quickattack", "suckerpunch", "uturn", "bodyslam"],
1882
+ randomBattleMoves: ["bodyslam", "fakeout", "quickattack", "suckerpunch", "uturn"],
1883
1883
  },
1884
1884
  stunky: {
1885
1885
  tier: "LC",
1886
1886
  },
1887
1887
  skuntank: {
1888
- tier: "RU",
1888
+ tier: "NU",
1889
1889
  doublesTier: "DUU",
1890
- randomBattleMoves: ["crunch", "defog", "fireblast", "suckerpunch", "taunt", "poisonjab"],
1890
+ randomBattleMoves: ["crunch", "defog", "fireblast", "poisonjab", "suckerpunch", "taunt"],
1891
1891
  },
1892
1892
  bronzor: {
1893
1893
  tier: "LC",
@@ -1895,12 +1895,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1895
1895
  bronzong: {
1896
1896
  tier: "UU",
1897
1897
  doublesTier: "DOU",
1898
- randomBattleMoves: ["earthquake", "gyroball", "stealthrock", "psychic"],
1898
+ randomBattleMoves: ["earthquake", "gyroball", "psychic", "stealthrock"],
1899
1899
  },
1900
1900
  chatot: {
1901
- tier: "RU",
1901
+ tier: "NU",
1902
1902
  doublesTier: "DUU",
1903
- randomBattleMoves: ["boomburst", "chatter", "nastyplot", "uturn", "substitute"],
1903
+ randomBattleMoves: ["boomburst", "chatter", "nastyplot", "substitute", "uturn"],
1904
1904
  },
1905
1905
  spiritomb: {
1906
1906
  tier: "RU",
@@ -1924,7 +1924,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1924
1924
  lucario: {
1925
1925
  tier: "OU",
1926
1926
  doublesTier: "DUU",
1927
- randomBattleMoves: ["closecombat", "meteormash", "stoneedge", "extremespeed", "swordsdance"],
1927
+ randomBattleMoves: ["closecombat", "extremespeed", "meteormash", "stoneedge", "swordsdance"],
1928
1928
  },
1929
1929
  hippopotas: {
1930
1930
  tier: "LC",
@@ -1932,7 +1932,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1932
1932
  hippowdon: {
1933
1933
  tier: "UU",
1934
1934
  doublesTier: "DUU",
1935
- randomBattleMoves: ["earthquake", "stoneedge", "stealthrock", "whirlwind", "slackoff"],
1935
+ randomBattleMoves: ["earthquake", "slackoff", "stealthrock", "stoneedge", "whirlwind"],
1936
1936
  },
1937
1937
  skorupi: {
1938
1938
  tier: "LC",
@@ -1940,26 +1940,26 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1940
1940
  drapion: {
1941
1941
  tier: "UU",
1942
1942
  doublesTier: "DUU",
1943
- randomBattleMoves: ["earthquake", "knockoff", "poisonjab", "swordsdance", "toxicspikes", "whirlwind", "taunt"],
1943
+ randomBattleMoves: ["earthquake", "knockoff", "poisonjab", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
1944
1944
  },
1945
1945
  croagunk: {
1946
1946
  tier: "LC",
1947
1947
  },
1948
1948
  toxicroak: {
1949
- tier: "RU",
1949
+ tier: "NU",
1950
1950
  doublesTier: "DUU",
1951
- randomBattleMoves: ["drainpunch", "poisonjab", "suckerpunch", "swordsdance", "substitute"],
1951
+ randomBattleMoves: ["drainpunch", "poisonjab", "substitute", "suckerpunch", "swordsdance"],
1952
1952
  },
1953
1953
  carnivine: {
1954
- tier: "RU",
1954
+ tier: "NU",
1955
1955
  doublesTier: "DUU",
1956
- randomBattleMoves: ["powerwhip", "swordsdance", "sleeppowder", "substitute", "crunch"],
1956
+ randomBattleMoves: ["crunch", "powerwhip", "sleeppowder", "substitute", "swordsdance"],
1957
1957
  },
1958
1958
  finneon: {
1959
1959
  tier: "LC",
1960
1960
  },
1961
1961
  lumineon: {
1962
- tier: "RU",
1962
+ tier: "NU",
1963
1963
  doublesTier: "DUU",
1964
1964
  randomBattleMoves: ["defog", "icebeam", "scald", "uturn"],
1965
1965
  },
@@ -1967,187 +1967,187 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1967
1967
  tier: "LC",
1968
1968
  },
1969
1969
  abomasnow: {
1970
- tier: "RU",
1970
+ tier: "NU",
1971
1971
  doublesTier: "DOU",
1972
- randomBattleMoves: ["auroraveil", "earthquake", "iceshard", "woodhammer", "blizzard"],
1972
+ randomBattleMoves: ["auroraveil", "blizzard", "earthquake", "iceshard", "woodhammer"],
1973
1973
  },
1974
1974
  rotom: {
1975
1975
  tier: "RU",
1976
1976
  doublesTier: "DUU",
1977
- randomBattleMoves: ["shadowball", "thunderbolt", "voltswitch", "willowisp", "trick", "nastyplot"],
1977
+ randomBattleMoves: ["nastyplot", "shadowball", "thunderbolt", "trick", "voltswitch", "willowisp"],
1978
1978
  },
1979
1979
  rotomheat: {
1980
1980
  tier: "UU",
1981
- doublesTier: "DOU",
1982
- randomBattleMoves: ["thunderbolt", "overheat", "voltswitch", "willowisp", "trick", "nastyplot"],
1981
+ doublesTier: "DUU",
1982
+ randomBattleMoves: ["nastyplot", "overheat", "thunderbolt", "trick", "voltswitch", "willowisp"],
1983
1983
  },
1984
1984
  rotomwash: {
1985
1985
  tier: "OU",
1986
1986
  doublesTier: "DOU",
1987
- randomBattleMoves: ["thunderbolt", "hydropump", "voltswitch", "willowisp", "trick", "nastyplot"],
1987
+ randomBattleMoves: ["hydropump", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
1988
1988
  },
1989
1989
  rotomfrost: {
1990
- tier: "RU",
1990
+ tier: "NU",
1991
1991
  doublesTier: "DUU",
1992
- randomBattleMoves: ["thunderbolt", "blizzard", "voltswitch", "willowisp", "trick", "nastyplot"],
1992
+ randomBattleMoves: ["blizzard", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
1993
1993
  },
1994
1994
  rotomfan: {
1995
- tier: "RU",
1995
+ tier: "NU",
1996
1996
  doublesTier: "DUU",
1997
- randomBattleMoves: ["thunderbolt", "airslash", "voltswitch", "willowisp", "trick", "nastyplot"],
1997
+ randomBattleMoves: ["airslash", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
1998
1998
  },
1999
1999
  rotommow: {
2000
2000
  tier: "UU",
2001
2001
  doublesTier: "DUU",
2002
- randomBattleMoves: ["thunderbolt", "leafstorm", "voltswitch", "willowisp", "trick", "nastyplot"],
2002
+ randomBattleMoves: ["leafstorm", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
2003
2003
  },
2004
2004
  uxie: {
2005
2005
  tier: "RU",
2006
2006
  doublesTier: "DUU",
2007
- randomBattleMoves: ["psychic", "stealthrock", "uturn", "thunderwave", "yawn"],
2007
+ randomBattleMoves: ["psychic", "stealthrock", "thunderwave", "uturn", "yawn"],
2008
2008
  },
2009
2009
  mesprit: {
2010
2010
  tier: "RU",
2011
2011
  doublesTier: "DUU",
2012
- randomBattleMoves: ["psychic", "icebeam", "thunderbolt", "nastyplot", "energyball", "uturn", "healingwish"],
2012
+ randomBattleMoves: ["energyball", "healingwish", "icebeam", "nastyplot", "psychic", "thunderbolt", "uturn"],
2013
2013
  },
2014
2014
  azelf: {
2015
2015
  tier: "OU",
2016
2016
  doublesTier: "DUU",
2017
- randomBattleMoves: ["psychic", "nastyplot", "thunderbolt", "fireblast", "dazzlinggleam", "stealthrock", "uturn", "taunt"],
2017
+ randomBattleMoves: ["dazzlinggleam", "fireblast", "nastyplot", "psychic", "stealthrock", "taunt", "thunderbolt", "uturn"],
2018
2018
  },
2019
2019
  dialga: {
2020
2020
  tier: "Uber",
2021
2021
  doublesTier: "DUber",
2022
- randomBattleMoves: ["dracometeor", "flashcannon", "stealthrock", "thunderbolt", "fireblast"],
2022
+ randomBattleMoves: ["dracometeor", "fireblast", "flashcannon", "stealthrock", "thunderbolt"],
2023
2023
  },
2024
2024
  palkia: {
2025
2025
  tier: "Uber",
2026
2026
  doublesTier: "DUber",
2027
- randomBattleMoves: ["spacialrend", "hydropump", "fireblast", "thunderwave", "dracometeor"],
2027
+ randomBattleMoves: ["dracometeor", "fireblast", "hydropump", "spacialrend", "thunderwave"],
2028
2028
  },
2029
2029
  heatran: {
2030
2030
  tier: "OU",
2031
2031
  doublesTier: "DOU",
2032
- randomBattleMoves: ["lavaplume", "flashcannon", "stealthrock", "roar", "earthpower", "taunt"],
2032
+ randomBattleMoves: ["earthpower", "flashcannon", "lavaplume", "roar", "stealthrock", "taunt"],
2033
2033
  },
2034
2034
  regigigas: {
2035
- tier: "RU",
2035
+ tier: "NU",
2036
2036
  doublesTier: "DUU",
2037
- randomBattleMoves: ["rest", "sleeptalk", "strength", "knockoff"],
2037
+ randomBattleMoves: ["knockoff", "rest", "sleeptalk", "strength"],
2038
2038
  },
2039
2039
  giratina: {
2040
2040
  tier: "Uber",
2041
2041
  doublesTier: "DUber",
2042
- randomBattleMoves: ["shadowball", "dragonpulse", "rest", "sleeptalk", "aurasphere", "calmmind"],
2042
+ randomBattleMoves: ["aurasphere", "calmmind", "dragonpulse", "rest", "shadowball", "sleeptalk"],
2043
2043
  },
2044
2044
  giratinaorigin: {
2045
2045
  tier: "Uber",
2046
2046
  doublesTier: "DUber",
2047
- randomBattleMoves: ["dracometeor", "shadowball", "aurasphere", "willowisp", "defog"],
2047
+ randomBattleMoves: ["aurasphere", "defog", "dracometeor", "shadowball", "willowisp"],
2048
2048
  },
2049
2049
  cresselia: {
2050
2050
  tier: "UU",
2051
2051
  doublesTier: "DOU",
2052
- randomBattleMoves: ["calmmind", "psychic", "moonblast", "moonlight", "thunderwave"],
2052
+ randomBattleMoves: ["calmmind", "moonblast", "moonlight", "psychic", "thunderwave"],
2053
2053
  },
2054
2054
  phione: {
2055
- tier: "RU",
2055
+ tier: "NU",
2056
2056
  doublesTier: "DUU",
2057
- randomBattleMoves: ["scald", "raindance", "rest", "icebeam"],
2057
+ randomBattleMoves: ["icebeam", "raindance", "rest", "scald"],
2058
2058
  },
2059
2059
  manaphy: {
2060
- tier: "OU",
2060
+ tier: "Uber",
2061
2061
  doublesTier: "DUU",
2062
- randomBattleMoves: ["surf", "tailglow", "icebeam", "energyball", "substitute"],
2062
+ randomBattleMoves: ["energyball", "icebeam", "substitute", "surf", "tailglow"],
2063
2063
  },
2064
2064
  darkrai: {
2065
2065
  isNonstandard: "Unobtainable",
2066
2066
  tier: "Unreleased",
2067
- randomBattleMoves: ["darkpulse", "nastyplot", "hypnosis", "focusblast"],
2067
+ randomBattleMoves: ["darkpulse", "focusblast", "hypnosis", "nastyplot"],
2068
2068
  },
2069
2069
  shaymin: {
2070
2070
  isNonstandard: "Unobtainable",
2071
2071
  tier: "Unreleased",
2072
- randomBattleMoves: ["seedflare", "healingwish", "rest", "leechseed", "psychic", "substitute"],
2072
+ randomBattleMoves: ["healingwish", "leechseed", "psychic", "rest", "seedflare", "substitute"],
2073
2073
  },
2074
2074
  shayminsky: {
2075
2075
  isNonstandard: "Unobtainable",
2076
2076
  tier: "Unreleased",
2077
- randomBattleMoves: ["seedflare", "substitute", "synthesis", "leechseed", "airslash"],
2077
+ randomBattleMoves: ["airslash", "leechseed", "seedflare", "substitute", "synthesis"],
2078
2078
  },
2079
2079
  arceus: {
2080
2080
  isNonstandard: "Unobtainable",
2081
2081
  tier: "Unreleased",
2082
- randomBattleMoves: ["swordsdance", "recover", "extremespeed", "earthquake", "shadowclaw"],
2082
+ randomBattleMoves: ["earthquake", "extremespeed", "recover", "shadowclaw", "swordsdance"],
2083
2083
  },
2084
2084
  arceusbug: {
2085
2085
  isNonstandard: "Unobtainable",
2086
- randomBattleMoves: ["swordsdance", "recover", "extremespeed", "earthquake", "stoneedge", "xscissor"],
2086
+ randomBattleMoves: ["earthquake", "extremespeed", "recover", "stoneedge", "swordsdance", "xscissor"],
2087
2087
  },
2088
2088
  arceusdark: {
2089
2089
  isNonstandard: "Unobtainable",
2090
- randomBattleMoves: ["calmmind", "judgment", "fireblast", "sludgebomb", "recover"],
2090
+ randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "sludgebomb"],
2091
2091
  },
2092
2092
  arceusdragon: {
2093
2093
  isNonstandard: "Unobtainable",
2094
- randomBattleMoves: ["calmmind", "judgment", "fireblast", "sludgebomb", "recover"],
2094
+ randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "sludgebomb"],
2095
2095
  },
2096
2096
  arceuselectric: {
2097
2097
  isNonstandard: "Unobtainable",
2098
- randomBattleMoves: ["calmmind", "judgment", "icebeam", "earthpower", "recover"],
2098
+ randomBattleMoves: ["calmmind", "earthpower", "icebeam", "judgment", "recover"],
2099
2099
  },
2100
2100
  arceusfairy: {
2101
2101
  isNonstandard: "Unobtainable",
2102
- randomBattleMoves: ["calmmind", "judgment", "earthpower", "fireblast", "recover"],
2102
+ randomBattleMoves: ["calmmind", "earthpower", "fireblast", "judgment", "recover"],
2103
2103
  },
2104
2104
  arceusfighting: {
2105
2105
  isNonstandard: "Unobtainable",
2106
- randomBattleMoves: ["calmmind", "judgment", "icebeam", "shadowball", "recover"],
2106
+ randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "shadowball"],
2107
2107
  },
2108
2108
  arceusfire: {
2109
2109
  isNonstandard: "Unobtainable",
2110
- randomBattleMoves: ["thunderbolt", "judgment", "surf", "recover", "calmmind"],
2110
+ randomBattleMoves: ["calmmind", "judgment", "recover", "surf", "thunderbolt"],
2111
2111
  },
2112
2112
  arceusflying: {
2113
2113
  isNonstandard: "Unobtainable",
2114
- randomBattleMoves: ["calmmind", "judgment", "icebeam", "earthpower", "recover", "fireblast"],
2114
+ randomBattleMoves: ["calmmind", "earthpower", "fireblast", "icebeam", "judgment", "recover"],
2115
2115
  },
2116
2116
  arceusghost: {
2117
2117
  isNonstandard: "Unobtainable",
2118
- randomBattleMoves: ["swordsdance", "shadowclaw", "brickbreak", "extremespeed", "recover"],
2118
+ randomBattleMoves: ["brickbreak", "extremespeed", "recover", "shadowclaw", "swordsdance"],
2119
2119
  },
2120
2120
  arceusgrass: {
2121
2121
  isNonstandard: "Unobtainable",
2122
- randomBattleMoves: ["calmmind", "judgment", "fireblast", "icebeam", "recover"],
2122
+ randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover"],
2123
2123
  },
2124
2124
  arceusground: {
2125
2125
  isNonstandard: "Unobtainable",
2126
- randomBattleMoves: ["swordsdance", "earthquake", "stoneedge", "extremespeed", "recover"],
2126
+ randomBattleMoves: ["earthquake", "extremespeed", "recover", "stoneedge", "swordsdance"],
2127
2127
  },
2128
2128
  arceusice: {
2129
2129
  isNonstandard: "Unobtainable",
2130
- randomBattleMoves: ["calmmind", "judgment", "fireblast", "thunderbolt", "recover"],
2130
+ randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "thunderbolt"],
2131
2131
  },
2132
2132
  arceuspoison: {
2133
2133
  isNonstandard: "Unobtainable",
2134
- randomBattleMoves: ["calmmind", "defog", "earthpower", "sludgebomb", "recover"],
2134
+ randomBattleMoves: ["calmmind", "defog", "earthpower", "recover", "sludgebomb"],
2135
2135
  },
2136
2136
  arceuspsychic: {
2137
2137
  isNonstandard: "Unobtainable",
2138
- randomBattleMoves: ["calmmind", "judgment", "fireblast", "icebeam", "recover"],
2138
+ randomBattleMoves: ["calmmind", "fireblast", "icebeam", "judgment", "recover"],
2139
2139
  },
2140
2140
  arceusrock: {
2141
2141
  isNonstandard: "Unobtainable",
2142
- randomBattleMoves: ["swordsdance", "earthquake", "stoneedge", "extremespeed", "recover"],
2142
+ randomBattleMoves: ["earthquake", "extremespeed", "recover", "stoneedge", "swordsdance"],
2143
2143
  },
2144
2144
  arceussteel: {
2145
2145
  isNonstandard: "Unobtainable",
2146
- randomBattleMoves: ["defog", "judgment", "surf", "willowisp", "recover", "roar", "stealthrock"],
2146
+ randomBattleMoves: ["defog", "judgment", "recover", "roar", "stealthrock", "surf", "willowisp"],
2147
2147
  },
2148
2148
  arceuswater: {
2149
2149
  isNonstandard: "Unobtainable",
2150
- randomBattleMoves: ["roar", "judgment", "defog", "icebeam", "recover"],
2150
+ randomBattleMoves: ["defog", "icebeam", "judgment", "recover", "roar"],
2151
2151
  },
2152
2152
  // Because it's marked as Unobtainable in the main file for some reason
2153
2153
  eternatuseternamax: {