@pkmn/mods 0.4.20 → 0.4.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/build/gen1stadium/scripts.js +17 -23
  2. package/build/gen1stadium/scripts.js.map +1 -1
  3. package/build/gen2stadium2/scripts.js +16 -23
  4. package/build/gen2stadium2/scripts.js.map +1 -1
  5. package/build/gen7letsgo/formats-data.js +0 -201
  6. package/build/gen7letsgo/formats-data.js.map +1 -1
  7. package/build/gen7letsgo/pokedex.js +8 -21
  8. package/build/gen7letsgo/pokedex.js.map +1 -1
  9. package/build/gen8bdsp/formats-data.d.ts +4 -0
  10. package/build/gen8bdsp/formats-data.js +2153 -0
  11. package/build/gen8bdsp/formats-data.js.map +1 -0
  12. package/build/gen8bdsp/index.d.ts +7 -0
  13. package/build/gen8bdsp/index.js +18 -0
  14. package/build/gen8bdsp/index.js.map +1 -0
  15. package/build/gen8bdsp/items.d.ts +4 -0
  16. package/build/gen8bdsp/items.js +803 -0
  17. package/build/gen8bdsp/items.js.map +1 -0
  18. package/build/gen8bdsp/learnsets.d.ts +4 -0
  19. package/build/gen8bdsp/learnsets.js +25254 -0
  20. package/build/gen8bdsp/learnsets.js.map +1 -0
  21. package/build/gen8bdsp/moves.d.ts +4 -0
  22. package/build/gen8bdsp/moves.js +910 -0
  23. package/build/gen8bdsp/moves.js.map +1 -0
  24. package/build/gen8bdsp/pokedex.d.ts +4 -0
  25. package/build/gen8bdsp/pokedex.js +30 -0
  26. package/build/gen8bdsp/pokedex.js.map +1 -0
  27. package/build/gen8bdsp/rulesets.d.ts +4 -0
  28. package/build/gen8bdsp/rulesets.js +14 -0
  29. package/build/gen8bdsp/rulesets.js.map +1 -0
  30. package/build/gen8bdsp/scripts.d.ts +2 -0
  31. package/build/gen8bdsp/scripts.js +13 -0
  32. package/build/gen8bdsp/scripts.js.map +1 -0
  33. package/package.json +6 -4
  34. package/src/gen1stadium/scripts.ts +22 -19
  35. package/src/gen2stadium2/scripts.ts +20 -19
  36. package/src/gen7letsgo/formats-data.ts +0 -201
  37. package/src/gen7letsgo/pokedex.ts +8 -21
  38. package/src/gen8bdsp/formats-data.ts +2151 -0
  39. package/src/gen8bdsp/index.ts +7 -0
  40. package/src/gen8bdsp/items.ts +799 -0
  41. package/src/gen8bdsp/learnsets.ts +25252 -0
  42. package/src/gen8bdsp/moves.ts +908 -0
  43. package/src/gen8bdsp/pokedex.ts +28 -0
  44. package/src/gen8bdsp/rulesets.ts +12 -0
  45. package/src/gen8bdsp/scripts.ts +11 -0
@@ -2,976 +2,775 @@ import type {ModdedSpeciesFormatsData} from '@pkmn/sim';
2
2
 
3
3
  export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
4
4
  bulbasaur: {
5
- inherit: true,
6
5
  tier: "LC",
7
6
  },
8
7
  ivysaur: {
9
- inherit: true,
10
8
  tier: "NFE",
11
9
  },
12
10
  venusaur: {
13
- inherit: true,
14
- randomBattleMoves: [],
15
11
  tier: "OU",
16
12
  doublesTier: "DOU",
17
13
  },
18
14
  venusaurmega: {
19
- inherit: true,
20
15
  randomBattleMoves: ["leechseed", "sludgebomb", "megadrain", "sleeppowder", "earthquake"],
21
16
  tier: "OU",
22
17
  doublesTier: "DOU",
23
18
  },
24
19
  charmander: {
25
- inherit: true,
26
20
  tier: "LC",
27
21
  },
28
22
  charmeleon: {
29
- inherit: true,
30
23
  tier: "NFE",
31
24
  },
32
25
  charizard: {
33
- inherit: true,
34
- randomBattleMoves: [],
35
26
  tier: "UU",
36
27
  doublesTier: "DOU",
37
28
  },
38
29
  charizardmegax: {
39
- inherit: true,
40
30
  randomBattleMoves: ["roost", "flareblitz", "outrage", "earthquake", "willowisp"],
41
31
  tier: "UU",
42
32
  doublesTier: "DOU",
43
33
  },
44
34
  charizardmegay: {
45
- inherit: true,
46
35
  randomBattleMoves: ["airslash", "roost", "dragonpulse", "flamethrower", "fireblast"],
47
36
  tier: "UU",
48
37
  doublesTier: "DOU",
49
38
  },
50
39
  squirtle: {
51
- inherit: true,
52
40
  tier: "LC",
53
41
  },
54
42
  wartortle: {
55
- inherit: true,
56
43
  tier: "NFE",
57
44
  },
58
45
  blastoise: {
59
- inherit: true,
60
- randomBattleMoves: [],
61
46
  tier: "UU",
62
47
  doublesTier: "DOU",
63
48
  },
64
49
  blastoisemega: {
65
- inherit: true,
66
50
  randomBattleMoves: ["icebeam", "scald", "darkpulse", "toxic", "hydropump"],
67
51
  tier: "UU",
68
52
  doublesTier: "DOU",
69
53
  },
70
54
  caterpie: {
71
- inherit: true,
72
55
  tier: "LC",
73
56
  },
74
57
  metapod: {
75
- inherit: true,
76
58
  tier: "NFE",
77
59
  },
78
60
  butterfree: {
79
- inherit: true,
80
61
  randomBattleMoves: ["bugbuzz", "quiverdance", "airslash", "sleeppowder"],
81
62
  tier: "UU",
82
63
  doublesTier: "DOU",
83
64
  },
84
65
  weedle: {
85
- inherit: true,
86
66
  tier: "LC",
87
67
  },
88
68
  kakuna: {
89
- inherit: true,
90
69
  tier: "NFE",
91
70
  },
92
71
  beedrill: {
93
- inherit: true,
94
- randomBattleMoves: [],
95
72
  tier: "OU",
96
73
  doublesTier: "DOU",
97
74
  },
98
75
  beedrillmega: {
99
- inherit: true,
100
76
  randomBattleMoves: ["drillrun", "poisonjab", "uturn", "xscissor", "brickbreak"],
101
77
  tier: "OU",
102
78
  doublesTier: "DOU",
103
79
  },
104
80
  pidgey: {
105
- inherit: true,
106
81
  tier: "LC",
107
82
  },
108
83
  pidgeotto: {
109
- inherit: true,
110
84
  tier: "NFE",
111
85
  },
112
86
  pidgeot: {
113
- inherit: true,
114
- randomBattleMoves: [],
115
87
  tier: "UU",
116
88
  doublesTier: "DOU",
117
89
  },
118
90
  pidgeotmega: {
119
- inherit: true,
120
91
  randomBattleMoves: ["airslash", "heatwave", "roost", "uturn", "toxic"],
121
92
  tier: "UU",
122
93
  doublesTier: "DOU",
123
94
  },
124
95
  rattata: {
125
- inherit: true,
126
96
  tier: "LC",
127
97
  },
128
98
  rattataalola: {
129
- inherit: true,
130
99
  tier: "LC",
131
100
  },
132
101
  raticate: {
133
- inherit: true,
134
102
  randomBattleMoves: ["swordsdance", "doubleedge", "suckerpunch", "crunch", "irontail"],
135
103
  tier: "UU",
136
104
  doublesTier: "DOU",
137
105
  },
138
106
  raticatealola: {
139
- inherit: true,
140
107
  randomBattleMoves: ["suckerpunch", "crunch", "swordsdance", "uturn", "doubleedge"],
141
108
  tier: "UU",
142
109
  doublesTier: "DOU",
143
110
  },
144
111
  spearow: {
145
- inherit: true,
146
112
  tier: "LC",
147
113
  },
148
114
  fearow: {
149
- inherit: true,
150
115
  randomBattleMoves: ["drillpeck", "drillrun", "quickattack", "uturn", "roost"],
151
116
  tier: "UU",
152
117
  doublesTier: "DOU",
153
118
  },
154
119
  ekans: {
155
- inherit: true,
156
120
  tier: "LC",
157
121
  },
158
122
  arbok: {
159
- inherit: true,
160
123
  randomBattleMoves: ["poisonjab", "earthquake", "glare", "suckerpunch", "crunch"],
161
124
  tier: "UU",
162
125
  doublesTier: "DOU",
163
126
  },
164
127
  pikachu: {
165
- inherit: true,
166
128
  tier: "LC",
167
129
  },
168
130
  pikachustarter: {
169
- inherit: true,
170
131
  randomBattleMoves: ["zippyzap", "splishysplash", "thunderbolt", "calmmind", "substitute"],
171
132
  isNonstandard: null,
172
133
  tier: "UU",
173
134
  doublesTier: "DOU",
174
135
  },
175
136
  raichu: {
176
- inherit: true,
177
137
  randomBattleMoves: ["thunderbolt", "fakeout", "brickbreak", "irontail", "substitute"],
178
138
  tier: "UU",
179
139
  doublesTier: "DOU",
180
140
  },
181
141
  raichualola: {
182
- inherit: true,
183
142
  randomBattleMoves: ["psychic", "thunderbolt", "calmmind", "encore", "substitute"],
184
143
  tier: "UU",
185
144
  doublesTier: "DOU",
186
145
  },
187
146
  sandshrew: {
188
- inherit: true,
189
147
  tier: "LC",
190
148
  },
191
149
  sandshrewalola: {
192
- inherit: true,
193
150
  tier: "LC",
194
151
  },
195
152
  sandslash: {
196
- inherit: true,
197
153
  randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "swordsdance", "toxic"],
198
154
  tier: "OU",
199
155
  doublesTier: "DOU",
200
156
  },
201
157
  sandslashalola: {
202
- inherit: true,
203
158
  randomBattleMoves: ["earthquake", "iceshard", "icepunch", "swordsdance", "stealthrock", "irontail"],
204
159
  tier: "OU",
205
160
  doublesTier: "DOU",
206
161
  },
207
162
  nidoranf: {
208
- inherit: true,
209
163
  tier: "LC",
210
164
  },
211
165
  nidorina: {
212
- inherit: true,
213
166
  tier: "NFE",
214
167
  },
215
168
  nidoqueen: {
216
- inherit: true,
217
169
  randomBattleMoves: ["earthquake", "stealthrock", "icebeam", "poisonjab", "dragontail"],
218
170
  tier: "OU",
219
171
  doublesTier: "DOU",
220
172
  },
221
173
  nidoranm: {
222
- inherit: true,
223
174
  tier: "LC",
224
175
  },
225
176
  nidorino: {
226
- inherit: true,
227
177
  tier: "NFE",
228
178
  },
229
179
  nidoking: {
230
- inherit: true,
231
180
  randomBattleMoves: ["earthquake", "poisonjab", "stealthrock", "icepunch", "megahorn"],
232
181
  tier: "OU",
233
182
  doublesTier: "DOU",
234
183
  },
235
184
  clefairy: {
236
- inherit: true,
237
185
  tier: "LC",
238
186
  },
239
187
  clefable: {
240
- inherit: true,
241
188
  randomBattleMoves: ["moonblast", "calmmind", "flamethrower", "stealthrock", "thunderwave", "icebeam"],
242
189
  tier: "UU",
243
190
  doublesTier: "DOU",
244
191
  },
245
192
  vulpix: {
246
- inherit: true,
247
193
  tier: "LC",
248
194
  },
249
195
  vulpixalola: {
250
- inherit: true,
251
196
  tier: "LC",
252
197
  },
253
198
  ninetales: {
254
- inherit: true,
255
199
  randomBattleMoves: ["flamethrower", "darkpulse", "nastyplot", "willowisp", "fireblast"],
256
200
  tier: "UU",
257
201
  doublesTier: "DOU",
258
202
  },
259
203
  ninetalesalola: {
260
- inherit: true,
261
204
  randomBattleMoves: ["dazzlinggleam", "icebeam", "nastyplot", "darkpulse", "substitute"],
262
205
  tier: "UU",
263
206
  doublesTier: "DOU",
264
207
  },
265
208
  jigglypuff: {
266
- inherit: true,
267
209
  tier: "LC",
268
210
  },
269
211
  wigglytuff: {
270
- inherit: true,
271
212
  randomBattleMoves: ["dazzlinggleam", "fireblast", "stealthrock", "icebeam", "bodyslam"],
272
213
  tier: "UU",
273
214
  doublesTier: "DOU",
274
215
  },
275
216
  zubat: {
276
- inherit: true,
277
217
  tier: "LC",
278
218
  },
279
219
  golbat: {
280
- inherit: true,
281
220
  randomBattleMoves: ["toxic", "roost", "taunt", "sludgebomb", "whirlwind", "airslash", "uturn"],
282
221
  tier: "UU",
283
222
  doublesTier: "DOU",
284
223
  },
285
224
  oddish: {
286
- inherit: true,
287
225
  tier: "LC",
288
226
  },
289
227
  gloom: {
290
- inherit: true,
291
228
  tier: "NFE",
292
229
  },
293
230
  vileplume: {
294
- inherit: true,
295
231
  randomBattleMoves: ["sludgebomb", "moonblast", "sleeppowder", "megadrain", "stunspore"],
296
232
  tier: "UU",
297
233
  doublesTier: "DOU",
298
234
  },
299
235
  paras: {
300
- inherit: true,
301
236
  tier: "LC",
302
237
  },
303
238
  parasect: {
304
- inherit: true,
305
239
  randomBattleMoves: ["leechlife", "spore", "leechseed", "substitute", "brickbreak"],
306
240
  tier: "UU",
307
241
  doublesTier: "DOU",
308
242
  },
309
243
  venonat: {
310
- inherit: true,
311
244
  tier: "LC",
312
245
  },
313
246
  venomoth: {
314
- inherit: true,
315
247
  randomBattleMoves: ["quiverdance", "bugbuzz", "sleeppowder", "sludgebomb", "psychic"],
316
248
  tier: "UU",
317
249
  doublesTier: "DOU",
318
250
  },
319
251
  diglett: {
320
- inherit: true,
321
252
  tier: "LC",
322
253
  },
323
254
  diglettalola: {
324
- inherit: true,
325
255
  tier: "LC",
326
256
  },
327
257
  dugtrio: {
328
- inherit: true,
329
258
  randomBattleMoves: ["earthquake", "rockslide", "suckerpunch", "stealthrock", "toxic"],
330
259
  tier: "UU",
331
260
  doublesTier: "DOU",
332
261
  },
333
262
  dugtrioalola: {
334
- inherit: true,
335
263
  randomBattleMoves: ["earthquake", "suckerpunch", "stealthrock", "rockslide", "toxic"],
336
264
  tier: "OU",
337
265
  doublesTier: "DOU",
338
266
  },
339
267
  meowth: {
340
- inherit: true,
341
268
  tier: "LC",
342
269
  },
343
270
  meowthalola: {
344
- inherit: true,
345
271
  tier: "LC",
346
272
  },
347
273
  persian: {
348
- inherit: true,
349
274
  randomBattleMoves: ["fakeout", "uturn", "taunt", "headbutt", "playrough"],
350
275
  tier: "UU",
351
276
  doublesTier: "DOU",
352
277
  },
353
278
  persianalola: {
354
- inherit: true,
355
279
  randomBattleMoves: ["darkpulse", "thunderbolt", "uturn", "taunt", "nastyplot"],
356
280
  tier: "UU",
357
281
  doublesTier: "DOU",
358
282
  },
359
283
  psyduck: {
360
- inherit: true,
361
284
  tier: "LC",
362
285
  },
363
286
  golduck: {
364
- inherit: true,
365
287
  randomBattleMoves: ["icebeam", "psychic", "hydropump", "scald", "calmmind"],
366
288
  tier: "UU",
367
289
  doublesTier: "DOU",
368
290
  },
369
291
  mankey: {
370
- inherit: true,
371
292
  tier: "LC",
372
293
  },
373
294
  primeape: {
374
- inherit: true,
375
295
  randomBattleMoves: ["uturn", "brickbreak", "earthquake", "bulkup", "rockslide"],
376
296
  tier: "UU",
377
297
  doublesTier: "DOU",
378
298
  },
379
299
  growlithe: {
380
- inherit: true,
381
300
  tier: "LC",
382
301
  },
383
302
  arcanine: {
384
- inherit: true,
385
303
  randomBattleMoves: ["flareblitz", "willowisp", "crunch", "playrough", "superpower"],
386
304
  tier: "OU",
387
305
  doublesTier: "DOU",
388
306
  },
389
307
  poliwag: {
390
- inherit: true,
391
308
  tier: "LC",
392
309
  },
393
310
  poliwhirl: {
394
- inherit: true,
395
311
  tier: "NFE",
396
312
  },
397
313
  poliwrath: {
398
- inherit: true,
399
314
  randomBattleMoves: ["waterfall", "bulkup", "superpower", "icepunch", "brickbreak", "earthquake"],
400
315
  tier: "OU",
401
316
  doublesTier: "DOU",
402
317
  },
403
318
  abra: {
404
- inherit: true,
405
319
  tier: "LC",
406
320
  },
407
321
  kadabra: {
408
- inherit: true,
409
322
  tier: "NFE",
410
323
  },
411
324
  alakazam: {
412
- inherit: true,
413
- randomBattleMoves: [],
414
325
  tier: "OU",
415
326
  doublesTier: "DOU",
416
327
  },
417
328
  alakazammega: {
418
- inherit: true,
419
329
  randomBattleMoves: ["psychic", "shadowball", "calmmind", "dazzlinggleam", "recover"],
420
330
  tier: "OU",
421
331
  doublesTier: "DOU",
422
332
  },
423
333
  machop: {
424
- inherit: true,
425
334
  tier: "LC",
426
335
  },
427
336
  machoke: {
428
- inherit: true,
429
337
  tier: "NFE",
430
338
  },
431
339
  machamp: {
432
- inherit: true,
433
340
  randomBattleMoves: ["superpower", "earthquake", "icepunch", "bulkup", "rockslide", "brickbreak"],
434
341
  tier: "UU",
435
342
  doublesTier: "DOU",
436
343
  },
437
344
  bellsprout: {
438
- inherit: true,
439
345
  tier: "LC",
440
346
  },
441
347
  weepinbell: {
442
- inherit: true,
443
348
  tier: "NFE",
444
349
  },
445
350
  victreebel: {
446
- inherit: true,
447
351
  randomBattleMoves: ["powerwhip", "suckerpunch", "poisonjab", "swordsdance", "sleeppowder"],
448
352
  tier: "UU",
449
353
  doublesTier: "DOU",
450
354
  },
451
355
  tentacool: {
452
- inherit: true,
453
356
  tier: "LC",
454
357
  },
455
358
  tentacruel: {
456
- inherit: true,
457
359
  randomBattleMoves: ["sludgebomb", "scald", "icebeam", "haze"],
458
360
  tier: "UU",
459
361
  doublesTier: "DOU",
460
362
  },
461
363
  geodude: {
462
- inherit: true,
463
364
  tier: "LC",
464
365
  },
465
366
  geodudealola: {
466
- inherit: true,
467
367
  tier: "LC",
468
368
  },
469
369
  graveler: {
470
- inherit: true,
471
370
  tier: "NFE",
472
371
  },
473
372
  graveleralola: {
474
- inherit: true,
475
373
  tier: "NFE",
476
374
  },
477
375
  golem: {
478
- inherit: true,
479
376
  randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "explosion", "toxic"],
480
377
  tier: "UU",
481
378
  doublesTier: "DOU",
482
379
  },
483
380
  golemalola: {
484
- inherit: true,
485
381
  randomBattleMoves: ["thunderpunch", "rockslide", "earthquake", "stealthrock", "explosion"],
486
382
  tier: "UU",
487
383
  doublesTier: "DOU",
488
384
  },
489
385
  ponyta: {
490
- inherit: true,
491
386
  tier: "LC",
492
387
  },
493
388
  rapidash: {
494
- inherit: true,
495
389
  randomBattleMoves: ["flareblitz", "drillrun", "megahorn", "willowisp", "irontail"],
496
390
  tier: "OU",
497
391
  doublesTier: "DOU",
498
392
  },
499
393
  slowpoke: {
500
- inherit: true,
501
394
  tier: "LC",
502
395
  },
503
396
  slowbro: {
504
- inherit: true,
505
- randomBattleMoves: [],
506
397
  tier: "UU",
507
398
  doublesTier: "DOU",
508
399
  },
509
400
  slowbromega: {
510
- inherit: true,
511
401
  randomBattleMoves: ["scald", "psychic", "calmmind", "icebeam", "toxic"],
512
402
  tier: "UU",
513
403
  doublesTier: "DOU",
514
404
  },
515
405
  magnemite: {
516
- inherit: true,
517
406
  tier: "LC",
518
407
  },
519
408
  magneton: {
520
- inherit: true,
521
409
  randomBattleMoves: ["thunderbolt", "flashcannon", "thunderwave", "lightscreen", "reflect"],
522
410
  tier: "UU",
523
411
  doublesTier: "DOU",
524
412
  },
525
413
  farfetchd: {
526
- inherit: true,
527
414
  randomBattleMoves: ["swordsdance", "quickattack", "fly", "razorleaf", "poisonjab"],
528
415
  tier: "UU",
529
416
  doublesTier: "DOU",
530
417
  },
531
418
  doduo: {
532
- inherit: true,
533
419
  tier: "LC",
534
420
  },
535
421
  dodrio: {
536
- inherit: true,
537
422
  randomBattleMoves: ["drillpeck", "jumpkick", "swordsdance", "quickattack", "roost"],
538
423
  tier: "UU",
539
424
  doublesTier: "DOU",
540
425
  },
541
426
  seel: {
542
- inherit: true,
543
427
  tier: "LC",
544
428
  },
545
429
  dewgong: {
546
- inherit: true,
547
430
  randomBattleMoves: ["icebeam", "aquajet", "iceshard", "surf", "megahorn"],
548
431
  tier: "UU",
549
432
  doublesTier: "DOU",
550
433
  },
551
434
  grimer: {
552
- inherit: true,
553
435
  tier: "LC",
554
436
  },
555
437
  grimeralola: {
556
- inherit: true,
557
438
  tier: "LC",
558
439
  },
559
440
  muk: {
560
- inherit: true,
561
441
  randomBattleMoves: ["poisonjab", "firepunch", "brickbreak", "toxic", "protect"],
562
442
  tier: "UU",
563
443
  doublesTier: "DOU",
564
444
  },
565
445
  mukalola: {
566
- inherit: true,
567
446
  randomBattleMoves: ["crunch", "poisonjab", "toxic", "firepunch", "megadrain"],
568
447
  tier: "OU",
569
448
  doublesTier: "DOU",
570
449
  },
571
450
  shellder: {
572
- inherit: true,
573
451
  tier: "LC",
574
452
  },
575
453
  cloyster: {
576
- inherit: true,
577
454
  randomBattleMoves: ["shellsmash", "icebeam", "hydropump", "surf", "iceshard"],
578
455
  tier: "OU",
579
456
  doublesTier: "DOU",
580
457
  },
581
458
  gastly: {
582
- inherit: true,
583
459
  tier: "LC",
584
460
  },
585
461
  haunter: {
586
- inherit: true,
587
462
  tier: "NFE",
588
463
  },
589
464
  gengar: {
590
- inherit: true,
591
- randomBattleMoves: [],
592
465
  tier: "OU",
593
466
  doublesTier: "DOU",
594
467
  },
595
468
  gengarmega: {
596
- inherit: true,
597
469
  randomBattleMoves: ["shadowball", "sludgebomb", "thunderbolt", "willowisp", "substitute", "dazzlinggleam"],
598
470
  tier: "Uber",
599
471
  doublesTier: "DOU",
600
472
  },
601
473
  onix: {
602
- inherit: true,
603
474
  randomBattleMoves: ["stealthrock", "rockslide", "earthquake", "toxic", "dragontail"],
604
475
  tier: "UU",
605
476
  doublesTier: "DOU",
606
477
  },
607
478
  drowzee: {
608
- inherit: true,
609
479
  tier: "LC",
610
480
  },
611
481
  hypno: {
612
- inherit: true,
613
482
  randomBattleMoves: ["psychic", "calmmind", "dazzlinggleam", "shadowball", "thunderwave"],
614
483
  tier: "UU",
615
484
  doublesTier: "DOU",
616
485
  },
617
486
  krabby: {
618
- inherit: true,
619
487
  tier: "LC",
620
488
  },
621
489
  kingler: {
622
- inherit: true,
623
490
  randomBattleMoves: ["crabhammer", "agility", "rockslide", "xscissor", "superpower"],
624
491
  tier: "UU",
625
492
  doublesTier: "DOU",
626
493
  },
627
494
  voltorb: {
628
- inherit: true,
629
495
  tier: "LC",
630
496
  },
631
497
  electrode: {
632
- inherit: true,
633
498
  randomBattleMoves: ["thunderbolt", "taunt", "thunderwave", "explosion", "reflect", "lightscreen"],
634
499
  tier: "UU",
635
500
  doublesTier: "DOU",
636
501
  },
637
502
  exeggcute: {
638
- inherit: true,
639
503
  tier: "LC",
640
504
  },
641
505
  exeggutor: {
642
- inherit: true,
643
506
  randomBattleMoves: ["psychic", "megadrain", "sleeppowder", "leechseed", "sludgebomb"],
644
507
  tier: "UU",
645
508
  doublesTier: "DOU",
646
509
  },
647
510
  exeggutoralola: {
648
- inherit: true,
649
511
  randomBattleMoves: ["megadrain", "dragonpulse", "flamethrower", "stunspore", "earthquake"],
650
512
  tier: "UU",
651
513
  doublesTier: "DOU",
652
514
  },
653
515
  cubone: {
654
- inherit: true,
655
516
  tier: "LC",
656
517
  },
657
518
  marowak: {
658
- inherit: true,
659
519
  randomBattleMoves: ["earthquake", "stealthrock", "swordsdance", "bonemerang", "rockslide", "doubleedge"],
660
520
  tier: "UU",
661
521
  doublesTier: "DOU",
662
522
  },
663
523
  marowakalola: {
664
- inherit: true,
665
524
  randomBattleMoves: ["earthquake", "flareblitz", "willowisp", "bonemerang", "swordsdance", "stealthrock", "rockslide"],
666
525
  tier: "UU",
667
526
  doublesTier: "DOU",
668
527
  },
669
528
  hitmonlee: {
670
- inherit: true,
671
529
  randomBattleMoves: ["highjumpkick", "earthquake", "bulkup", "rockslide", "poisonjab"],
672
530
  tier: "UU",
673
531
  doublesTier: "DOU",
674
532
  },
675
533
  hitmonchan: {
676
- inherit: true,
677
534
  randomBattleMoves: ["icepunch", "thunderpunch", "brickbreak", "firepunch", "earthquake", "bulkup"],
678
535
  tier: "UU",
679
536
  doublesTier: "DOU",
680
537
  },
681
538
  lickitung: {
682
- inherit: true,
683
539
  randomBattleMoves: ["facade", "fireblast", "icebeam", "shadowball", "toxic"],
684
540
  tier: "UU",
685
541
  doublesTier: "DOU",
686
542
  },
687
543
  koffing: {
688
- inherit: true,
689
544
  tier: "LC",
690
545
  },
691
546
  weezing: {
692
- inherit: true,
693
547
  randomBattleMoves: ["willowisp", "sludgebomb", "toxic", "flamethrower", "fireblast", "explosion"],
694
548
  tier: "UU",
695
549
  doublesTier: "DOU",
696
550
  },
697
551
  rhyhorn: {
698
- inherit: true,
699
552
  tier: "LC",
700
553
  },
701
554
  rhydon: {
702
- inherit: true,
703
555
  randomBattleMoves: ["earthquake", "rockslide", "stealthrock", "toxic", "megahorn"],
704
556
  tier: "OU",
705
557
  doublesTier: "DOU",
706
558
  },
707
559
  chansey: {
708
- inherit: true,
709
560
  randomBattleMoves: ["softboiled", "seismictoss", "toxic", "stealthrock", "teleport"],
710
561
  tier: "OU",
711
562
  doublesTier: "DOU",
712
563
  },
713
564
  tangela: {
714
- inherit: true,
715
565
  randomBattleMoves: ["leechseed", "megadrain", "sleeppowder", "protect", "toxic"],
716
566
  tier: "UU",
717
567
  doublesTier: "DOU",
718
568
  },
719
569
  kangaskhan: {
720
- inherit: true,
721
- randomBattleMoves: [],
722
570
  tier: "OU",
723
571
  doublesTier: "DOU",
724
572
  },
725
573
  kangaskhanmega: {
726
- inherit: true,
727
574
  randomBattleMoves: ["fakeout", "earthquake", "suckerpunch", "facade", "brickbreak"],
728
575
  tier: "OU",
729
576
  doublesTier: "DOU",
730
577
  },
731
578
  horsea: {
732
- inherit: true,
733
579
  tier: "LC",
734
580
  },
735
581
  seadra: {
736
- inherit: true,
737
582
  randomBattleMoves: ["icebeam", "scald", "dragonpulse", "agility", "toxic", "hydropump"],
738
583
  tier: "UU",
739
584
  doublesTier: "DOU",
740
585
  },
741
586
  goldeen: {
742
- inherit: true,
743
587
  tier: "LC",
744
588
  },
745
589
  seaking: {
746
- inherit: true,
747
590
  randomBattleMoves: ["scald", "poisonjab", "megahorn", "drillrun", "icebeam"],
748
591
  tier: "UU",
749
592
  doublesTier: "DOU",
750
593
  },
751
594
  staryu: {
752
- inherit: true,
753
595
  tier: "LC",
754
596
  },
755
597
  starmie: {
756
- inherit: true,
757
598
  randomBattleMoves: ["psychic", "thunderbolt", "icebeam", "recover", "scald", "hydropump"],
758
599
  tier: "OU",
759
600
  doublesTier: "DOU",
760
601
  },
761
602
  mrmime: {
762
- inherit: true,
763
603
  randomBattleMoves: ["psychic", "dazzlinggleam", "calmmind", "shadowball", "encore"],
764
604
  tier: "UU",
765
605
  doublesTier: "DOU",
766
606
  },
767
607
  scyther: {
768
- inherit: true,
769
608
  randomBattleMoves: ["swordsdance", "xscissor", "wingattack", "brickbreak", "uturn"],
770
609
  tier: "UU",
771
610
  doublesTier: "DOU",
772
611
  },
773
612
  jynx: {
774
- inherit: true,
775
613
  randomBattleMoves: ["icebeam", "psychic", "lovelykiss", "calmmind", "shadowball"],
776
614
  tier: "UU",
777
615
  doublesTier: "DOU",
778
616
  },
779
617
  electabuzz: {
780
- inherit: true,
781
618
  randomBattleMoves: ["thunderbolt", "icepunch", "psychic", "thunderwave", "brickbreak"],
782
619
  tier: "UU",
783
620
  doublesTier: "DOU",
784
621
  },
785
622
  magmar: {
786
- inherit: true,
787
623
  randomBattleMoves: ["psychic", "flamethrower", "fireblast", "willowisp", "clearsmog", "thunderpunch"],
788
624
  tier: "UU",
789
625
  doublesTier: "DOU",
790
626
  },
791
627
  pinsir: {
792
- inherit: true,
793
- randomBattleMoves: [],
794
628
  tier: "UU",
795
629
  doublesTier: "DOU",
796
630
  },
797
631
  pinsirmega: {
798
- inherit: true,
799
632
  randomBattleMoves: ["xscissor", "earthquake", "swordsdance", "rockslide", "superpower"],
800
633
  tier: "UU",
801
634
  doublesTier: "DOU",
802
635
  },
803
636
  tauros: {
804
- inherit: true,
805
637
  randomBattleMoves: ["earthquake", "doubleedge", "rockslide", "fireblast", "toxic"],
806
638
  tier: "UU",
807
639
  doublesTier: "DOU",
808
640
  },
809
641
  magikarp: {
810
- inherit: true,
811
642
  tier: "LC",
812
643
  },
813
644
  gyarados: {
814
- inherit: true,
815
- randomBattleMoves: [],
816
645
  tier: "OU",
817
646
  doublesTier: "DOU",
818
647
  },
819
648
  gyaradosmega: {
820
- inherit: true,
821
649
  randomBattleMoves: ["waterfall", "crunch", "earthquake", "thunderwave", "substitute"],
822
650
  tier: "OU",
823
651
  doublesTier: "DOU",
824
652
  },
825
653
  lapras: {
826
- inherit: true,
827
654
  randomBattleMoves: ["icebeam", "thunderbolt", "surf", "hydropump", "toxic"],
828
655
  tier: "UU",
829
656
  doublesTier: "DOU",
830
657
  },
831
658
  ditto: {
832
- inherit: true,
833
659
  randomBattleMoves: ["transform"],
834
660
  tier: "UU",
835
661
  doublesTier: "DOU",
836
662
  },
837
663
  eevee: {
838
- inherit: true,
839
664
  tier: "LC",
840
665
  },
841
666
  eeveestarter: {
842
- inherit: true,
843
667
  randomBattleMoves: ["sparklyswirl", "sizzlyslide", "sappyseed", "protect", "buzzybuzz", "bouncybubble"],
844
668
  isNonstandard: null,
845
669
  tier: "OU",
846
670
  doublesTier: "DOU",
847
671
  },
848
672
  vaporeon: {
849
- inherit: true,
850
673
  randomBattleMoves: ["scald", "toxic", "icebeam", "protect", "rest"],
851
674
  tier: "UU",
852
675
  doublesTier: "DOU",
853
676
  },
854
677
  jolteon: {
855
- inherit: true,
856
678
  randomBattleMoves: ["thunderbolt", "shadowball", "thunderwave", "toxic", "substitute"],
857
679
  tier: "UU",
858
680
  doublesTier: "DOU",
859
681
  },
860
682
  flareon: {
861
- inherit: true,
862
683
  randomBattleMoves: ["flareblitz", "superpower", "quickattack", "toxic", "irontail"],
863
684
  tier: "UU",
864
685
  doublesTier: "DOU",
865
686
  },
866
687
  porygon: {
867
- inherit: true,
868
688
  randomBattleMoves: ["triattack", "recover", "icebeam", "toxic", "psychic"],
869
689
  tier: "UU",
870
690
  doublesTier: "DOU",
871
691
  },
872
692
  omanyte: {
873
- inherit: true,
874
693
  tier: "LC",
875
694
  },
876
695
  omastar: {
877
- inherit: true,
878
696
  randomBattleMoves: ["shellsmash", "icebeam", "hydropump", "scald", "rockslide"],
879
697
  tier: "UU",
880
698
  doublesTier: "DOU",
881
699
  },
882
700
  kabuto: {
883
- inherit: true,
884
701
  tier: "LC",
885
702
  },
886
703
  kabutops: {
887
- inherit: true,
888
704
  randomBattleMoves: ["aquajet", "swordsdance", "rockslide", "waterfall", "superpower", "stealthrock"],
889
705
  tier: "UU",
890
706
  doublesTier: "DOU",
891
707
  },
892
708
  aerodactyl: {
893
- inherit: true,
894
- randomBattleMoves: [],
895
709
  tier: "OU",
896
710
  doublesTier: "DOU",
897
711
  },
898
712
  aerodactylmega: {
899
- inherit: true,
900
713
  randomBattleMoves: ["rockslide", "earthquake", "stealthrock", "taunt", "crunch", "roost"],
901
714
  tier: "OU",
902
715
  doublesTier: "DOU",
903
716
  },
904
717
  snorlax: {
905
- inherit: true,
906
718
  randomBattleMoves: ["earthquake", "bodyslam", "rest", "crunch", "toxic"],
907
719
  tier: "OU",
908
720
  doublesTier: "DOU",
909
721
  },
910
722
  articuno: {
911
- inherit: true,
912
723
  randomBattleMoves: ["icebeam", "roost", "toxic", "uturn", "substitute"],
913
724
  tier: "UU",
914
725
  doublesTier: "DOU",
915
726
  },
916
727
  zapdos: {
917
- inherit: true,
918
728
  randomBattleMoves: ["thunderbolt", "roost", "uturn", "toxic", "drillpeck"],
919
729
  tier: "OU",
920
730
  doublesTier: "DOU",
921
731
  },
922
732
  moltres: {
923
- inherit: true,
924
733
  randomBattleMoves: ["roost", "airslash", "flamethrower", "fireblast", "willowisp", "uturn"],
925
734
  tier: "UU",
926
735
  doublesTier: "DOU",
927
736
  },
928
737
  dratini: {
929
- inherit: true,
930
738
  tier: "LC",
931
739
  },
932
740
  dragonair: {
933
- inherit: true,
934
741
  tier: "NFE",
935
742
  },
936
743
  dragonite: {
937
- inherit: true,
938
744
  randomBattleMoves: ["outrage", "earthquake", "agility", "roost", "fireblast"],
939
745
  tier: "OU",
940
746
  doublesTier: "DOU",
941
747
  },
942
748
  mewtwo: {
943
- inherit: true,
944
- randomBattleMoves: [],
945
749
  tier: "Uber",
946
750
  doublesTier: "DUber",
947
751
  },
948
752
  mewtwomegax: {
949
- inherit: true,
950
753
  randomBattleMoves: ["bulkup", "substitute", "brickbreak", "earthquake", "icepunch"],
951
754
  tier: "Uber",
952
755
  doublesTier: "DUber",
953
756
  },
954
757
  mewtwomegay: {
955
- inherit: true,
956
758
  randomBattleMoves: ["calmmind", "psychic", "fireblast", "icebeam", "shadowball", "recover"],
957
759
  tier: "Uber",
958
760
  doublesTier: "DUber",
959
761
  },
960
762
  mew: {
961
- inherit: true,
962
763
  randomBattleMoves: ["roost", "psychic", "willowisp", "flamethrower", "stealthrock", "nastyplot"],
963
764
  tier: "OU",
964
765
  doublesTier: "DOU",
965
766
  },
966
767
  meltan: {
967
- inherit: true,
968
768
  randomBattleMoves: ["flashcannon", "thunderbolt", "toxic", "protect"],
969
769
  isNonstandard: null,
970
770
  tier: "UU",
971
771
  doublesTier: "DOU",
972
772
  },
973
773
  melmetal: {
974
- inherit: true,
975
774
  randomBattleMoves: ["doubleironbash", "earthquake", "rockslide", "icepunch", "thunderwave"],
976
775
  isNonstandard: null,
977
776
  tier: "OU",