@pkmn/sim 0.5.27 → 0.5.28

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.
@@ -51,7 +51,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
51
51
  tier: "NFE",
52
52
  },
53
53
  beedrill: {
54
- randomBattleMoves: ["agility", "batonpass", "drillrun", "endeavor", "poisonjab", "toxicspikes", "uturn"],
54
+ randomBattleMoves: ["drillrun", "poisonjab", "tailwind", "toxicspikes", "uturn"],
55
55
  tier: "(PU)",
56
56
  doublesTier: "DUU",
57
57
  },
@@ -94,7 +94,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
94
94
  tier: "LC",
95
95
  },
96
96
  pikachu: {
97
- randomBattleMoves: ["extremespeed", "focuspunch", "grassknot", "hiddenpowerice", "substitute", "thunderbolt"],
97
+ randomBattleMoves: ["extremespeed", "grassknot", "hiddenpowerice", "thunderbolt", "voltswitch"],
98
98
  tier: "NFE",
99
99
  },
100
100
  raichu: {
@@ -226,7 +226,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
226
226
  tier: "LC",
227
227
  },
228
228
  golduck: {
229
- randomBattleMoves: ["calmmind", "focusblast", "hydropump", "icebeam", "psyshock"],
229
+ randomBattleMoves: ["calmmind", "encore", "focusblast", "hydropump", "icebeam", "psyshock", "scald"],
230
230
  tier: "PU",
231
231
  doublesTier: "DUU",
232
232
  },
@@ -333,7 +333,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
333
333
  doublesTier: "DUU",
334
334
  },
335
335
  slowking: {
336
- randomBattleMoves: ["fireblast", "grassknot", "icebeam", "nastyplot", "psychic", "surf", "trickroom"],
336
+ randomBattleMoves: ["calmmind", "fireblast", "grassknot", "icebeam", "psychic", "slackoff", "surf", "trickroom"],
337
337
  tier: "RU",
338
338
  doublesTier: "DUU",
339
339
  },
@@ -350,7 +350,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
350
350
  doublesTier: "DUU",
351
351
  },
352
352
  farfetchd: {
353
- randomBattleMoves: ["batonpass", "bravebird", "leafblade", "quickattack", "swordsdance"],
353
+ randomBattleMoves: ["bravebird", "leafblade", "quickattack", "return", "swordsdance"],
354
354
  tier: "(PU)",
355
355
  doublesTier: "DUU",
356
356
  },
@@ -426,7 +426,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
426
426
  tier: "LC",
427
427
  },
428
428
  electrode: {
429
- randomBattleMoves: ["foulplay", "hiddenpowergrass", "taunt", "thunderbolt", "voltswitch"],
429
+ randomBattleMoves: ["foulplay", "hiddenpowergrass", "hiddenpowerice", "taunt", "thunderbolt", "voltswitch"],
430
430
  tier: "NU",
431
431
  doublesTier: "DUU",
432
432
  },
@@ -442,7 +442,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
442
442
  tier: "LC",
443
443
  },
444
444
  marowak: {
445
- randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "firepunch", "stoneedge", "substitute"],
445
+ randomBattleMoves: ["bonemerang", "doubleedge", "earthquake", "firepunch", "stealthrock", "stoneedge"],
446
446
  tier: "(PU)",
447
447
  doublesTier: "DUU",
448
448
  },
@@ -484,7 +484,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
484
484
  tier: "LC",
485
485
  },
486
486
  rhydon: {
487
- randomBattleMoves: ["earthquake", "megahorn", "rockblast", "stealthrock", "stoneedge"],
487
+ randomBattleMoves: ["earthquake", "megahorn", "stealthrock", "stoneedge", "toxic"],
488
488
  tier: "RU",
489
489
  doublesTier: "NFE",
490
490
  },
@@ -502,7 +502,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
502
502
  doublesTier: "NFE",
503
503
  },
504
504
  blissey: {
505
- randomBattleMoves: ["aromatherapy", "protect", "seismictoss", "softboiled", "stealthrock", "thunderwave", "toxic"],
505
+ randomBattleMoves: ["aromatherapy", "seismictoss", "softboiled", "stealthrock", "thunderwave", "toxic"],
506
506
  tier: "(OU)",
507
507
  doublesTier: "DUU",
508
508
  },
@@ -551,12 +551,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
551
551
  tier: "LC",
552
552
  },
553
553
  mrmime: {
554
- randomBattleMoves: ["batonpass", "encore", "hiddenpowerfighting", "nastyplot", "psychic", "substitute", "thunderbolt"],
554
+ randomBattleMoves: ["encore", "hiddenpowerfighting", "nastyplot", "psychic", "substitute", "thunderbolt"],
555
555
  tier: "(PU)",
556
556
  doublesTier: "DUU",
557
557
  },
558
558
  scyther: {
559
- randomBattleMoves: ["aerialace", "batonpass", "brickbreak", "bugbite", "quickattack", "roost", "swordsdance"],
559
+ randomBattleMoves: ["aerialace", "brickbreak", "bugbite", "quickattack", "roost", "swordsdance"],
560
560
  tier: "RU",
561
561
  doublesTier: "NFE",
562
562
  },
@@ -581,7 +581,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
581
581
  doublesTier: "NFE",
582
582
  },
583
583
  electivire: {
584
- randomBattleMoves: ["earthquake", "flamethrower", "focuspunch", "icepunch", "substitute", "wildcharge"],
584
+ randomBattleMoves: ["crosschop", "earthquake", "flamethrower", "icepunch", "voltswitch", "wildcharge"],
585
585
  tier: "RU",
586
586
  doublesTier: "DOU",
587
587
  },
@@ -633,7 +633,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
633
633
  doublesTier: "DOU",
634
634
  },
635
635
  jolteon: {
636
- randomBattleMoves: ["batonpass", "hiddenpowerice", "signalbeam", "substitute", "thunderbolt", "voltswitch"],
636
+ randomBattleMoves: ["hiddenpowerice", "signalbeam", "thunderbolt", "voltswitch"],
637
637
  tier: "(OU)",
638
638
  doublesTier: "DOU",
639
639
  },
@@ -643,7 +643,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
643
643
  doublesTier: "DUU",
644
644
  },
645
645
  espeon: {
646
- randomBattleMoves: ["batonpass", "calmmind", "hiddenpowerfire", "morningsun", "psychic", "psyshock", "signalbeam"],
646
+ randomBattleMoves: ["calmmind", "hiddenpowerfire", "morningsun", "psychic", "psyshock", "signalbeam"],
647
647
  tier: "(OU)",
648
648
  doublesTier: "DOU",
649
649
  },
@@ -653,7 +653,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
653
653
  doublesTier: "DUU",
654
654
  },
655
655
  leafeon: {
656
- randomBattleMoves: ["batonpass", "leafblade", "return", "substitute", "swordsdance", "xscissor"],
656
+ randomBattleMoves: ["leafblade", "return", "substitute", "swordsdance", "xscissor"],
657
657
  tier: "(PU)",
658
658
  doublesTier: "DUU",
659
659
  },
@@ -786,7 +786,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
786
786
  tier: "LC",
787
787
  },
788
788
  noctowl: {
789
- randomBattleMoves: ["airslash", "magiccoat", "nightshade", "reflect", "roost", "toxic", "whirlwind"],
789
+ randomBattleMoves: ["airslash", "magiccoat", "nightshade", "roost", "toxic", "whirlwind"],
790
790
  tier: "(PU)",
791
791
  doublesTier: "DUU",
792
792
  },
@@ -802,7 +802,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
802
802
  tier: "LC",
803
803
  },
804
804
  ariados: {
805
- randomBattleMoves: ["agility", "batonpass", "poisonjab", "toxicspikes", "xscissor"],
805
+ randomBattleMoves: ["poisonjab", "suckerpunch", "toxicspikes", "xscissor"],
806
806
  tier: "(PU)",
807
807
  doublesTier: "DUU",
808
808
  },
@@ -821,7 +821,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
821
821
  tier: "NFE",
822
822
  },
823
823
  togekiss: {
824
- randomBattleMoves: ["airslash", "aurasphere", "batonpass", "nastyplot", "roost", "thunderwave"],
824
+ randomBattleMoves: ["airslash", "aurasphere", "nastyplot", "roost", "thunderwave"],
825
825
  tier: "UU",
826
826
  doublesTier: "DOU",
827
827
  },
@@ -830,7 +830,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
830
830
  doublesTier: "LC",
831
831
  },
832
832
  xatu: {
833
- randomBattleMoves: ["heatwave", "lightscreen", "psychic", "reflect", "roost", "thunderwave", "toxic", "uturn"],
833
+ randomBattleMoves: ["heatwave", "psychic", "roost", "thunderwave", "toxic", "uturn"],
834
834
  tier: "UU",
835
835
  doublesTier: "DUU",
836
836
  },
@@ -922,7 +922,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
922
922
  doublesTier: "NFE",
923
923
  },
924
924
  mismagius: {
925
- randomBattleMoves: ["hiddenpowerfighting", "nastyplot", "shadowball", "taunt", "thunderbolt"],
925
+ randomBattleMoves: ["hiddenpowerfighting", "nastyplot", "shadowball", "substitute", "taunt", "thunderbolt", "willowisp"],
926
926
  tier: "UU",
927
927
  doublesTier: "DUU",
928
928
  },
@@ -940,7 +940,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
940
940
  doublesTier: "DUU",
941
941
  },
942
942
  girafarig: {
943
- randomBattleMoves: ["batonpass", "calmmind", "hypervoice", "psychic", "thunderbolt"],
943
+ randomBattleMoves: ["calmmind", "hiddenpowerfire", "hypervoice", "psychic", "psyshock", "thunderbolt"],
944
944
  tier: "(PU)",
945
945
  doublesTier: "DUU",
946
946
  },
@@ -963,7 +963,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
963
963
  doublesTier: "NFE",
964
964
  },
965
965
  gliscor: {
966
- randomBattleMoves: ["batonpass", "earthquake", "icefang", "protect", "substitute", "swordsdance", "taunt", "toxic"],
966
+ randomBattleMoves: ["earthquake", "icefang", "protect", "substitute", "swordsdance", "taunt", "toxic"],
967
967
  tier: "OU",
968
968
  doublesTier: "DOU",
969
969
  },
@@ -1023,7 +1023,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1023
1023
  doublesTier: "NFE",
1024
1024
  },
1025
1025
  mamoswine: {
1026
- randomBattleMoves: ["earthquake", "endeavor", "iceshard", "iciclecrash", "stealthrock", "superpower"],
1026
+ randomBattleMoves: ["earthquake", "iceshard", "iciclecrash", "stealthrock", "superpower"],
1027
1027
  tier: "OU",
1028
1028
  doublesTier: "DOU",
1029
1029
  },
@@ -1085,17 +1085,17 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1085
1085
  doublesTier: "DUU",
1086
1086
  },
1087
1087
  miltank: {
1088
- randomBattleMoves: ["bodyslam", "earthquake", "healbell", "milkdrink", "stealthrock"],
1088
+ randomBattleMoves: ["bodyslam", "earthquake", "healbell", "milkdrink", "stealthrock", "toxic"],
1089
1089
  tier: "NU",
1090
1090
  doublesTier: "DUU",
1091
1091
  },
1092
1092
  raikou: {
1093
- randomBattleMoves: ["calmmind", "extrasensory", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
1093
+ randomBattleMoves: ["aurasphere", "calmmind", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
1094
1094
  tier: "UU",
1095
1095
  doublesTier: "DUU",
1096
1096
  },
1097
1097
  entei: {
1098
- randomBattleMoves: ["extremespeed", "flareblitz", "hiddenpowergrass", "ironhead", "stoneedge"],
1098
+ randomBattleMoves: ["bulldoze", "extremespeed", "flareblitz", "hiddenpowergrass", "stoneedge"],
1099
1099
  tier: "RU",
1100
1100
  doublesTier: "DUU",
1101
1101
  },
@@ -1121,12 +1121,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1121
1121
  doublesTier: "DUber",
1122
1122
  },
1123
1123
  hooh: {
1124
- randomBattleMoves: ["bravebird", "earthquake", "flamecharge", "roost", "sacredfire", "substitute"],
1124
+ randomBattleMoves: ["bravebird", "earthquake", "roost", "sacredfire", "substitute", "toxic"],
1125
1125
  tier: "Uber",
1126
1126
  doublesTier: "DUber",
1127
1127
  },
1128
1128
  celebi: {
1129
- randomBattleMoves: ["batonpass", "earthpower", "gigadrain", "hiddenpowerice", "leafstorm", "nastyplot", "psychic", "recover", "stealthrock", "uturn"],
1129
+ randomBattleMoves: ["earthpower", "gigadrain", "hiddenpowerice", "leafstorm", "nastyplot", "psychic", "recover", "stealthrock", "uturn"],
1130
1130
  tier: "OU",
1131
1131
  doublesTier: "DUU",
1132
1132
  },
@@ -1265,7 +1265,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1265
1265
  tier: "LC",
1266
1266
  },
1267
1267
  breloom: {
1268
- randomBattleMoves: ["bulletseed", "focuspunch", "machpunch", "spore", "stoneedge", "substitute", "swordsdance"],
1268
+ randomBattleMoves: ["bulletseed", "machpunch", "spore", "stoneedge", "swordsdance"],
1269
1269
  tier: "OU",
1270
1270
  doublesTier: "DOU",
1271
1271
  },
@@ -1336,7 +1336,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1336
1336
  doublesTier: "DOU",
1337
1337
  },
1338
1338
  mawile: {
1339
- randomBattleMoves: ["batonpass", "firefang", "ironhead", "substitute", "suckerpunch", "swordsdance"],
1339
+ randomBattleMoves: ["firefang", "ironhead", "stealthrock", "suckerpunch", "swordsdance"],
1340
1340
  tier: "PU",
1341
1341
  doublesTier: "DUU",
1342
1342
  },
@@ -1368,22 +1368,22 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1368
1368
  doublesTier: "DUU",
1369
1369
  },
1370
1370
  plusle: {
1371
- randomBattleMoves: ["batonpass", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
1371
+ randomBattleMoves: ["grassknot", "hiddenpowerice", "nastyplot", "thunderbolt", "voltswitch"],
1372
1372
  tier: "(PU)",
1373
1373
  doublesTier: "DUU",
1374
1374
  },
1375
1375
  minun: {
1376
- randomBattleMoves: ["batonpass", "encore", "nastyplot", "substitute", "thunderbolt"],
1376
+ randomBattleMoves: ["encore", "hiddenpowerice", "nastyplot", "substitute", "thunderbolt"],
1377
1377
  tier: "(PU)",
1378
1378
  doublesTier: "DUU",
1379
1379
  },
1380
1380
  volbeat: {
1381
- randomBattleMoves: ["batonpass", "bugbuzz", "encore", "substitute", "tailglow", "thunderwave"],
1381
+ randomBattleMoves: ["bugbuzz", "encore", "roost", "substitute", "thunderwave", "uturn"],
1382
1382
  tier: "PU",
1383
1383
  doublesTier: "DUU",
1384
1384
  },
1385
1385
  illumise: {
1386
- randomBattleMoves: ["batonpass", "bugbuzz", "encore", "substitute", "thunderwave", "wish"],
1386
+ randomBattleMoves: ["bugbuzz", "encore", "roost", "substitute", "thunderwave", "wish"],
1387
1387
  tier: "(PU)",
1388
1388
  doublesTier: "DUU",
1389
1389
  },
@@ -1427,7 +1427,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1427
1427
  tier: "LC",
1428
1428
  },
1429
1429
  camerupt: {
1430
- randomBattleMoves: ["earthpower", "hiddenpowergrass", "lavaplume", "roar", "stealthrock"],
1430
+ randomBattleMoves: ["earthquake", "hiddenpowergrass", "lavaplume", "roar", "stealthrock"],
1431
1431
  tier: "NU",
1432
1432
  doublesTier: "DUU",
1433
1433
  },
@@ -1487,7 +1487,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1487
1487
  doublesTier: "DUU",
1488
1488
  },
1489
1489
  lunatone: {
1490
- randomBattleMoves: ["batonpass", "earthpower", "hiddenpowerrock", "moonlight", "psychic", "rockpolish", "stealthrock", "toxic"],
1490
+ randomBattleMoves: ["earthpower", "hiddenpowerrock", "moonlight", "psychic", "stealthrock", "toxic"],
1491
1491
  tier: "(PU)",
1492
1492
  doublesTier: "DUU",
1493
1493
  },
@@ -1508,7 +1508,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1508
1508
  tier: "LC",
1509
1509
  },
1510
1510
  crawdaunt: {
1511
- randomBattleMoves: ["crunch", "dragondance", "superpower", "taunt", "waterfall"],
1511
+ randomBattleMoves: ["crunch", "dragondance", "superpower", "waterfall"],
1512
1512
  tier: "RU",
1513
1513
  doublesTier: "DUU",
1514
1514
  },
@@ -1516,7 +1516,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1516
1516
  tier: "LC",
1517
1517
  },
1518
1518
  claydol: {
1519
- randomBattleMoves: ["earthquake", "icebeam", "protect", "rapidspin", "stealthrock", "toxic"],
1519
+ randomBattleMoves: ["earthquake", "icebeam", "psychic", "rapidspin", "stealthrock", "toxic"],
1520
1520
  tier: "UU",
1521
1521
  doublesTier: "DUU",
1522
1522
  },
@@ -1532,7 +1532,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1532
1532
  tier: "LC",
1533
1533
  },
1534
1534
  armaldo: {
1535
- randomBattleMoves: ["aquatail", "earthquake", "rapidspin", "rockblast", "stealthrock", "swordsdance", "xscissor"],
1535
+ randomBattleMoves: ["aquatail", "earthquake", "rapidspin", "stealthrock", "stoneedge", "swordsdance", "xscissor"],
1536
1536
  tier: "NU",
1537
1537
  doublesTier: "DUU",
1538
1538
  },
@@ -1632,7 +1632,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1632
1632
  doublesTier: "DUU",
1633
1633
  },
1634
1634
  gorebyss: {
1635
- randomBattleMoves: ["hydropump", "icebeam", "shellsmash", "signalbeam", "substitute"],
1635
+ randomBattleMoves: ["hiddenpowergrass", "hydropump", "icebeam", "shellsmash"],
1636
1636
  tier: "NU",
1637
1637
  doublesTier: "DUU",
1638
1638
  },
@@ -1700,7 +1700,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1700
1700
  doublesTier: "DUber",
1701
1701
  },
1702
1702
  groudon: {
1703
- randomBattleMoves: ["dragonclaw", "earthquake", "firepunch", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
1703
+ randomBattleMoves: ["earthquake", "firepunch", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
1704
1704
  tier: "Uber",
1705
1705
  doublesTier: "DUber",
1706
1706
  },
@@ -1715,7 +1715,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1715
1715
  doublesTier: "DUber",
1716
1716
  },
1717
1717
  deoxys: {
1718
- randomBattleMoves: ["hiddenpowerfire", "icebeam", "lightscreen", "psychoboost", "reflect", "stealthrock"],
1718
+ randomBattleMoves: ["extremespeed", "hiddenpowerfire", "icebeam", "psychoboost", "stealthrock", "superpower"],
1719
1719
  tier: "Uber",
1720
1720
  doublesTier: "DUU",
1721
1721
  },
@@ -1862,7 +1862,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1862
1862
  tier: "LC",
1863
1863
  },
1864
1864
  floatzel: {
1865
- randomBattleMoves: ["aquajet", "batonpass", "bulkup", "crunch", "icepunch", "switcheroo", "taunt", "waterfall"],
1865
+ randomBattleMoves: ["aquajet", "bulkup", "crunch", "icepunch", "switcheroo", "taunt", "waterfall"],
1866
1866
  tier: "NU",
1867
1867
  doublesTier: "DUU",
1868
1868
  },
@@ -1870,7 +1870,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1870
1870
  tier: "LC",
1871
1871
  },
1872
1872
  cherrim: {
1873
- randomBattleMoves: ["energyball", "healingwish", "hiddenpowerrock", "naturepower"],
1873
+ randomBattleMoves: ["energyball", "healingwish", "hiddenpowerrock", "hiddenpowerfire", "naturepower"],
1874
1874
  tier: "(PU)",
1875
1875
  doublesTier: "DUU",
1876
1876
  },
@@ -1961,7 +1961,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1961
1961
  tier: "LC",
1962
1962
  },
1963
1963
  hippowdon: {
1964
- randomBattleMoves: ["earthquake", "icefang", "slackoff", "stealthrock", "toxic", "whirlwind"],
1964
+ randomBattleMoves: ["earthquake", "slackoff", "stealthrock", "stoneedge", "toxic", "whirlwind"],
1965
1965
  tier: "(OU)",
1966
1966
  doublesTier: "DUU",
1967
1967
  },
@@ -1977,7 +1977,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
1977
1977
  tier: "LC",
1978
1978
  },
1979
1979
  toxicroak: {
1980
- randomBattleMoves: ["drainpunch", "focuspunch", "icepunch", "substitute", "suckerpunch", "swordsdance"],
1980
+ randomBattleMoves: ["drainpunch", "icepunch", "poisonjab", "substitute", "suckerpunch", "swordsdance"],
1981
1981
  tier: "OU",
1982
1982
  doublesTier: "DOU",
1983
1983
  },
@@ -2098,7 +2098,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2098
2098
  doublesTier: "DUU",
2099
2099
  },
2100
2100
  shaymin: {
2101
- randomBattleMoves: ["earthpower", "hiddenpowerfire", "leechseed", "psychic", "rest", "seedflare", "substitute"],
2101
+ randomBattleMoves: ["earthpower", "hiddenpowerfire", "leechseed", "psychic", "rest", "seedflare"],
2102
2102
  tier: "UU",
2103
2103
  doublesTier: "DUU",
2104
2104
  },
@@ -2119,19 +2119,19 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2119
2119
  randomBattleMoves: ["calmmind", "judgment", "recover", "refresh"],
2120
2120
  },
2121
2121
  arceusdragon: {
2122
- randomBattleMoves: ["earthquake", "extremespeed", "outrage", "swordsdance"],
2122
+ randomBattleMoves: ["earthquake", "extremespeed", "outrage", "recover", "swordsdance"],
2123
2123
  },
2124
2124
  arceuselectric: {
2125
- randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover", "substitute"],
2125
+ randomBattleMoves: ["calmmind", "icebeam", "judgment", "recover"],
2126
2126
  },
2127
2127
  arceusfighting: {
2128
- randomBattleMoves: ["calmmind", "darkpulse", "icebeam", "judgment", "recover", "toxic"],
2128
+ randomBattleMoves: ["calmmind", "darkpulse", "icebeam", "judgment", "recover"],
2129
2129
  },
2130
2130
  arceusfire: {
2131
2131
  randomBattleMoves: ["calmmind", "fireblast", "judgment", "recover", "thunderbolt"],
2132
2132
  },
2133
2133
  arceusflying: {
2134
- randomBattleMoves: ["calmmind", "focusblast", "judgment", "recover", "substitute"],
2134
+ randomBattleMoves: ["calmmind", "earthpower", "judgment", "recover", "substitute"],
2135
2135
  },
2136
2136
  arceusghost: {
2137
2137
  randomBattleMoves: ["calmmind", "focusblast", "judgment", "recover", "roar", "willowisp"],
@@ -2149,7 +2149,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2149
2149
  randomBattleMoves: ["flamethrower", "icebeam", "recover", "sludgebomb", "stealthrock", "willowisp"],
2150
2150
  },
2151
2151
  arceuspsychic: {
2152
- randomBattleMoves: ["calmmind", "darkpulse", "judgment", "recover", "willowisp"],
2152
+ randomBattleMoves: ["calmmind", "darkpulse", "focusblast", "judgment", "recover"],
2153
2153
  },
2154
2154
  arceusrock: {
2155
2155
  randomBattleMoves: ["earthquake", "recover", "stoneedge", "swordsdance"],
@@ -2202,7 +2202,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2202
2202
  tier: "LC",
2203
2203
  },
2204
2204
  watchog: {
2205
- randomBattleMoves: ["batonpass", "hypnosis", "return", "substitute", "superfang", "swordsdance"],
2205
+ randomBattleMoves: ["crunch", "hypnosis", "return", "substitute", "superfang", "swordsdance"],
2206
2206
  tier: "(PU)",
2207
2207
  doublesTier: "DUU",
2208
2208
  },
@@ -2253,7 +2253,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2253
2253
  tier: "LC",
2254
2254
  },
2255
2255
  musharna: {
2256
- randomBattleMoves: ["batonpass", "calmmind", "healbell", "hiddenpowerground", "moonlight", "psychic", "signalbeam", "toxic", "trickroom"],
2256
+ randomBattleMoves: ["calmmind", "healbell", "hiddenpowerground", "moonlight", "psychic", "signalbeam", "toxic", "trickroom"],
2257
2257
  tier: "NU",
2258
2258
  doublesTier: "DUU",
2259
2259
  },
@@ -2327,12 +2327,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2327
2327
  tier: "NFE",
2328
2328
  },
2329
2329
  seismitoad: {
2330
- randomBattleMoves: ["earthquake", "hydropump", "raindance", "sludgewave", "stealthrock", "toxic"],
2330
+ randomBattleMoves: ["earthquake", "hydropump", "raindance", "sludgebomb", "stealthrock", "toxic"],
2331
2331
  tier: "NU",
2332
2332
  doublesTier: "DUU",
2333
2333
  },
2334
2334
  throh: {
2335
- randomBattleMoves: ["bulkup", "icepunch", "payback", "rest", "sleeptalk", "stormthrow", "substitute"],
2335
+ randomBattleMoves: ["bulkup", "icepunch", "payback", "rest", "sleeptalk", "stormthrow"],
2336
2336
  tier: "PUBL",
2337
2337
  doublesTier: "DUU",
2338
2338
  },
@@ -2348,7 +2348,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2348
2348
  tier: "NFE",
2349
2349
  },
2350
2350
  leavanny: {
2351
- randomBattleMoves: ["batonpass", "leafblade", "swordsdance", "xscissor"],
2351
+ randomBattleMoves: ["leafblade", "substitute", "swordsdance", "synthesis", "xscissor"],
2352
2352
  tier: "(PU)",
2353
2353
  doublesTier: "DUU",
2354
2354
  },
@@ -2465,7 +2465,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2465
2465
  tier: "LC",
2466
2466
  },
2467
2467
  garbodor: {
2468
- randomBattleMoves: ["gunkshot", "haze", "painsplit", "spikes", "toxicspikes"],
2468
+ randomBattleMoves: ["drainpunch", "gunkshot", "haze", "painsplit", "spikes", "toxicspikes"],
2469
2469
  tier: "NU",
2470
2470
  doublesTier: "DUU",
2471
2471
  },
@@ -2532,7 +2532,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2532
2532
  tier: "LC",
2533
2533
  },
2534
2534
  sawsbuck: {
2535
- randomBattleMoves: ["batonpass", "doubleedge", "hornleech", "megahorn", "naturepower", "return", "substitute", "swordsdance"],
2535
+ randomBattleMoves: ["doubleedge", "hornleech", "megahorn", "naturepower", "return", "substitute", "swordsdance"],
2536
2536
  tier: "NU",
2537
2537
  doublesTier: "DUU",
2538
2538
  },
@@ -2595,7 +2595,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2595
2595
  doublesTier: "NFE",
2596
2596
  },
2597
2597
  klinklang: {
2598
- randomBattleMoves: ["geargrind", "return", "shiftgear", "wildcharge"],
2598
+ randomBattleMoves: ["geargrind", "return", "shiftgear", "substitute", "wildcharge"],
2599
2599
  tier: "RU",
2600
2600
  doublesTier: "DUU",
2601
2601
  },
@@ -2650,7 +2650,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2650
2650
  doublesTier: "DUU",
2651
2651
  },
2652
2652
  cryogonal: {
2653
- randomBattleMoves: ["hiddenpowerfire", "icebeam", "rapidspin", "recover", "reflect", "toxic"],
2653
+ randomBattleMoves: ["hiddenpowerfire", "icebeam", "rapidspin", "recover", "toxic"],
2654
2654
  tier: "RU",
2655
2655
  doublesTier: "DUU",
2656
2656
  },
@@ -2663,7 +2663,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2663
2663
  doublesTier: "DUU",
2664
2664
  },
2665
2665
  stunfisk: {
2666
- randomBattleMoves: ["discharge", "earthpower", "rest", "scald", "sleeptalk", "stealthrock", "toxic"],
2666
+ randomBattleMoves: ["discharge", "earthpower", "foulplay", "rest", "scald", "sleeptalk", "stealthrock", "toxic"],
2667
2667
  tier: "PU",
2668
2668
  doublesTier: "DUU",
2669
2669
  },
@@ -2671,12 +2671,12 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2671
2671
  tier: "LC",
2672
2672
  },
2673
2673
  mienshao: {
2674
- randomBattleMoves: ["batonpass", "highjumpkick", "stoneedge", "substitute", "swordsdance", "uturn"],
2674
+ randomBattleMoves: ["highjumpkick", "stoneedge", "substitute", "swordsdance", "uturn"],
2675
2675
  tier: "UU",
2676
2676
  doublesTier: "DUU",
2677
2677
  },
2678
2678
  druddigon: {
2679
- randomBattleMoves: ["dragontail", "earthquake", "glare", "outrage", "stealthrock", "suckerpunch"],
2679
+ randomBattleMoves: ["dragontail", "earthquake", "glare", "outrage", "stealthrock", "suckerpunch", "superpower"],
2680
2680
  tier: "RU",
2681
2681
  doublesTier: "DUU",
2682
2682
  },
@@ -2783,7 +2783,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2783
2783
  doublesTier: "DOU",
2784
2784
  },
2785
2785
  reshiram: {
2786
- randomBattleMoves: ["blueflare", "dracometeor", "dragonpulse", "roost", "stoneedge", "tailwind"],
2786
+ randomBattleMoves: ["blueflare", "dracometeor", "roost", "stoneedge", "tailwind"],
2787
2787
  tier: "Uber",
2788
2788
  doublesTier: "DUber",
2789
2789
  },
@@ -2793,17 +2793,17 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2793
2793
  doublesTier: "DUber",
2794
2794
  },
2795
2795
  landorus: {
2796
- randomBattleMoves: ["earthpower", "focusblast", "hiddenpowerice", "psychic", "rockpolish", "rockslide"],
2796
+ randomBattleMoves: ["earthpower", "focusblast", "psychic", "rockpolish", "rockslide", "sludgewave"],
2797
2797
  tier: "Uber",
2798
2798
  doublesTier: "DUU",
2799
2799
  },
2800
2800
  landorustherian: {
2801
- randomBattleMoves: ["earthquake", "hiddenpowerice", "rockpolish", "stealthrock", "stoneedge", "superpower", "swordsdance", "uturn"],
2801
+ randomBattleMoves: ["earthquake", "rockpolish", "stealthrock", "stoneedge", "superpower", "swordsdance", "uturn"],
2802
2802
  tier: "OU",
2803
2803
  doublesTier: "DOU",
2804
2804
  },
2805
2805
  kyurem: {
2806
- randomBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "focusblast", "icebeam", "outrage", "roost", "substitute"],
2806
+ randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "icebeam", "outrage", "roost", "substitute"],
2807
2807
  tier: "UUBL",
2808
2808
  doublesTier: "DUU",
2809
2809
  },
@@ -2835,7 +2835,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
2835
2835
  randomBattleMoves: ["closecombat", "icepunch", "relicsong", "return", "shadowclaw"],
2836
2836
  },
2837
2837
  genesect: {
2838
- randomBattleMoves: ["bugbuzz", "flamethrower", "icebeam", "rockpolish", "thunderbolt", "uturn"],
2838
+ randomBattleMoves: ["bugbuzz", "flamethrower", "icebeam", "ironhead", "rockpolish", "thunderbolt", "uturn"],
2839
2839
  tier: "Uber",
2840
2840
  doublesTier: "DOU",
2841
2841
  },
package/data/pokedex.ts CHANGED
@@ -17296,7 +17296,7 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
17296
17296
  num: -59,
17297
17297
  name: "Miasmaw",
17298
17298
  types: ["Bug", "Dragon"],
17299
- baseStats: {hp: 85, atk: 135, def: 60, spa: 115, spd: 85, spe: 92},
17299
+ baseStats: {hp: 85, atk: 135, def: 60, spa: 88, spd: 105, spe: 99},
17300
17300
  abilities: {0: "Neutralizing Gas", 1: "Hyper Cutter", H: "Compound Eyes"},
17301
17301
  heightm: 1.2,
17302
17302
  weightkg: 57,
@@ -17392,12 +17392,12 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
17392
17392
  baseForme: "Prologue",
17393
17393
  types: ["Poison", "Flying"],
17394
17394
  gender: "N",
17395
- baseStats: {hp: 85, atk: 70, def: 113, spa: 118, spd: 90, spe: 64},
17395
+ baseStats: {hp: 85, atk: 50, def: 113, spa: 118, spd: 90, spe: 64},
17396
17396
  abilities: {0: "Stamina", H: "Power of Alchemy"},
17397
17397
  heightm: 0.8,
17398
17398
  weightkg: 11.5,
17399
17399
  color: "Purple",
17400
- eggGroups: ["Undiscovered"],
17400
+ eggGroups: ["Amorphous"],
17401
17401
  otherFormes: ["Venomicon-Epilogue"],
17402
17402
  formeOrder: ["Venomicon", "Venomicon-Epilogue"],
17403
17403
  gen: 8,
@@ -17409,12 +17409,12 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
17409
17409
  forme: "Epilogue",
17410
17410
  types: ["Poison", "Flying"],
17411
17411
  gender: "N",
17412
- baseStats: {hp: 85, atk: 102, def: 85, spa: 63, spd: 85, spe: 120},
17412
+ baseStats: {hp: 85, atk: 102, def: 85, spa: 62, spd: 85, spe: 101},
17413
17413
  abilities: {0: "Tinted Lens"},
17414
17414
  heightm: 0.8,
17415
17415
  weightkg: 12.4,
17416
17416
  color: "Purple",
17417
- eggGroups: ["Undiscovered"],
17417
+ eggGroups: ["Amorphous"],
17418
17418
  requiredItem: "Vile Vial",
17419
17419
  changesFrom: "Venomicon",
17420
17420
  gen: 8,
@@ -17423,7 +17423,7 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
17423
17423
  num: -68,
17424
17424
  name: "Saharaja",
17425
17425
  types: ["Ground"],
17426
- baseStats: {hp: 70, atk: 120, def: 105, spa: 65, spd: 130, spe: 90},
17426
+ baseStats: {hp: 70, atk: 112, def: 105, spa: 65, spd: 123, spe: 78},
17427
17427
  abilities: {0: "Water Absorb", 1: "Serene Grace"},
17428
17428
  heightm: 2.3,
17429
17429
  weightkg: 303.9,
@@ -29,7 +29,7 @@ export const ItemsText: {[k: string]: ItemText} = {
29
29
  },
30
30
  aguavberry: {
31
31
  name: "Aguav Berry",
32
- desc: "Restores 33% max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use.",
32
+ desc: "Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use.",
33
33
  gen7: {
34
34
  desc: "Restores 1/2 max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use.",
35
35
  },
@@ -510,7 +510,7 @@ export const ItemsText: {[k: string]: ItemText} = {
510
510
  },
511
511
  figyberry: {
512
512
  name: "Figy Berry",
513
- desc: "Restores 33% max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use.",
513
+ desc: "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use.",
514
514
  gen7: {
515
515
  desc: "Restores 1/2 max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use.",
516
516
  },
@@ -768,7 +768,7 @@ export const ItemsText: {[k: string]: ItemText} = {
768
768
  },
769
769
  iapapaberry: {
770
770
  name: "Iapapa Berry",
771
- desc: "Restores 33% max HP at 1/4 max HP or less; confuses if -Def Nature. Single use.",
771
+ desc: "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Def Nature. Single use.",
772
772
  gen7: {
773
773
  desc: "Restores 1/2 max HP at 1/4 max HP or less; confuses if -Def Nature. Single use.",
774
774
  },
@@ -1009,7 +1009,7 @@ export const ItemsText: {[k: string]: ItemText} = {
1009
1009
  },
1010
1010
  magoberry: {
1011
1011
  name: "Mago Berry",
1012
- desc: "Restores 33% max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use.",
1012
+ desc: "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use.",
1013
1013
  gen7: {
1014
1014
  desc: "Restores 1/2 max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use.",
1015
1015
  },
@@ -2250,7 +2250,7 @@ export const ItemsText: {[k: string]: ItemText} = {
2250
2250
  },
2251
2251
  wikiberry: {
2252
2252
  name: "Wiki Berry",
2253
- desc: "Restores 33% max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use.",
2253
+ desc: "Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use.",
2254
2254
  gen7: {
2255
2255
  desc: "Restores 1/2 max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use.",
2256
2256
  },