@pokepc/dataset 6.7.0 → 6.7.1

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 (120) hide show
  1. package/README.md +15 -3
  2. package/build/{build-DvGzwIK8.mjs → build-D2oPkkzJ.mjs} +52 -52
  3. package/build/{build-DvGzwIK8.mjs.map → build-D2oPkkzJ.mjs.map} +1 -1
  4. package/build/{enums-DlMg7WLl.mjs → enums-u8n-nN0B.mjs} +5 -2
  5. package/build/enums-u8n-nN0B.mjs.map +1 -0
  6. package/build/lib/fs.d.mts +3 -3
  7. package/build/lib/fs.d.mts.map +1 -1
  8. package/build/lib/fs.mjs +21 -29
  9. package/build/lib/fs.mjs.map +1 -1
  10. package/build/lib/schemas.d.mts +1 -1
  11. package/build/lib/search.d.mts +2 -0
  12. package/build/lib/search.d.mts.map +1 -1
  13. package/build/lib/search.mjs +3 -3
  14. package/build/lib/search.mjs.map +1 -1
  15. package/build/lib/types.d.mts +1 -1
  16. package/build/lib/utils.d.mts +2 -0
  17. package/build/lib/utils.d.mts.map +1 -1
  18. package/build/lib/utils.mjs +3 -2
  19. package/build/lib-next/_build.mjs +1 -1
  20. package/build/lib-next/enums.d.mts.map +1 -1
  21. package/build/lib-next/enums.mjs +1 -1
  22. package/build/lib-next/schemas.mjs +1 -1
  23. package/build/{schemas-CDSWgtoj.d.mts → schemas-CIE3b72j.d.mts} +42 -42
  24. package/build/{schemas-CDSWgtoj.d.mts.map → schemas-CIE3b72j.d.mts.map} +1 -1
  25. package/build/{schemas-Bj1AIX0P.mjs → schemas-CWE4YPI2.mjs} +2 -2
  26. package/build/{schemas-Bj1AIX0P.mjs.map → schemas-CWE4YPI2.mjs.map} +1 -1
  27. package/build/{utils-BwovRocd.mjs → utils-BTjKkD-_.mjs} +2 -2
  28. package/build/utils-BTjKkD-_.mjs.map +1 -0
  29. package/build/utils-internal-C-UStMrZ.d.mts +7 -0
  30. package/build/utils-internal-C-UStMrZ.d.mts.map +1 -0
  31. package/build/{utils-internal-Czgdbnkv.mjs → utils-internal-DPjO9kQX.mjs} +7 -2
  32. package/build/{utils-internal-Czgdbnkv.mjs.map → utils-internal-DPjO9kQX.mjs.map} +1 -1
  33. package/data/pokedexes/hoenn-oras.json +12 -0
  34. package/data/pokedexes/kanto-lgpe.json +11 -0
  35. package/data/pokedexes/national-oras.json +27 -0
  36. package/data/pokemon/abomasnow-mega.json +1 -1
  37. package/data/pokemon/aggron-mega.json +1 -1
  38. package/data/pokemon/ampharos-mega.json +1 -1
  39. package/data/pokemon/blastoise-mega.json +12 -1
  40. package/data/pokemon/blaziken-mega.json +1 -1
  41. package/data/pokemon/charizard-mega-x.json +12 -2
  42. package/data/pokemon/charizard-mega-y.json +12 -2
  43. package/data/pokemon/gengar-mega.json +1 -1
  44. package/data/pokemon/heracross-mega.json +1 -1
  45. package/data/pokemon/houndoom-mega.json +1 -1
  46. package/data/pokemon/kangaskhan-mega.json +1 -1
  47. package/data/pokemon/lucario-mega.json +1 -1
  48. package/data/pokemon/manectric-mega.json +1 -1
  49. package/data/pokemon/mawile-mega.json +2 -1
  50. package/data/pokemon/mewtwo-mega-x.json +10 -1
  51. package/data/pokemon/mewtwo-mega-y.json +10 -1
  52. package/data/pokemon/pinsir-mega.json +1 -1
  53. package/data/pokemon/sableye-mega.json +1 -1
  54. package/data/pokemon/scizor-mega.json +1 -1
  55. package/data/pokemon/tyranitar-mega.json +1 -1
  56. package/data/pokemon/venusaur-mega.json +12 -1
  57. package/data-next/champions/abilities.json +117 -5
  58. package/data-next/champions/battle-states.json +24 -3
  59. package/data-next/champions/i18n/chs/abilities.json +104 -6
  60. package/data-next/champions/i18n/chs/battle-states.json +24 -3
  61. package/data-next/champions/i18n/chs/items.json +144 -0
  62. package/data-next/champions/i18n/chs/moves.json +25 -25
  63. package/data-next/champions/i18n/chs/pokemon.json +195 -0
  64. package/data-next/champions/i18n/cht/abilities.json +105 -7
  65. package/data-next/champions/i18n/cht/battle-states.json +24 -3
  66. package/data-next/champions/i18n/cht/items.json +144 -0
  67. package/data-next/champions/i18n/cht/moves.json +25 -25
  68. package/data-next/champions/i18n/cht/pokemon.json +195 -0
  69. package/data-next/champions/i18n/deu/abilities.json +105 -7
  70. package/data-next/champions/i18n/deu/battle-states.json +24 -3
  71. package/data-next/champions/i18n/deu/items.json +144 -0
  72. package/data-next/champions/i18n/deu/moves.json +28 -28
  73. package/data-next/champions/i18n/deu/pokemon.json +195 -0
  74. package/data-next/champions/i18n/eng/abilities.json +102 -4
  75. package/data-next/champions/i18n/eng/battle-states.json +24 -3
  76. package/data-next/champions/i18n/eng/items.json +144 -0
  77. package/data-next/champions/i18n/eng/moves.json +25 -25
  78. package/data-next/champions/i18n/eng/pokemon.json +195 -0
  79. package/data-next/champions/i18n/es-es/abilities.json +106 -8
  80. package/data-next/champions/i18n/es-es/battle-states.json +24 -3
  81. package/data-next/champions/i18n/es-es/items.json +145 -1
  82. package/data-next/champions/i18n/es-es/moves.json +25 -25
  83. package/data-next/champions/i18n/es-es/pokemon.json +195 -0
  84. package/data-next/champions/i18n/es-la/abilities.json +106 -8
  85. package/data-next/champions/i18n/es-la/battle-states.json +24 -3
  86. package/data-next/champions/i18n/es-la/items.json +145 -1
  87. package/data-next/champions/i18n/es-la/moves.json +26 -26
  88. package/data-next/champions/i18n/es-la/pokemon.json +195 -0
  89. package/data-next/champions/i18n/fra/abilities.json +105 -7
  90. package/data-next/champions/i18n/fra/battle-states.json +24 -3
  91. package/data-next/champions/i18n/fra/items.json +144 -0
  92. package/data-next/champions/i18n/fra/moves.json +25 -25
  93. package/data-next/champions/i18n/fra/pokemon.json +195 -0
  94. package/data-next/champions/i18n/ita/abilities.json +116 -18
  95. package/data-next/champions/i18n/ita/battle-states.json +24 -3
  96. package/data-next/champions/i18n/ita/items.json +145 -1
  97. package/data-next/champions/i18n/ita/moves.json +28 -28
  98. package/data-next/champions/i18n/ita/pokemon.json +195 -0
  99. package/data-next/champions/i18n/jpn/abilities.json +104 -6
  100. package/data-next/champions/i18n/jpn/battle-states.json +24 -3
  101. package/data-next/champions/i18n/jpn/items.json +144 -0
  102. package/data-next/champions/i18n/jpn/moves.json +25 -25
  103. package/data-next/champions/i18n/jpn/pokemon.json +195 -0
  104. package/data-next/champions/i18n/kor/abilities.json +104 -6
  105. package/data-next/champions/i18n/kor/battle-states.json +24 -3
  106. package/data-next/champions/i18n/kor/items.json +144 -0
  107. package/data-next/champions/i18n/kor/moves.json +25 -25
  108. package/data-next/champions/i18n/kor/pokemon.json +195 -0
  109. package/data-next/champions/i18n/pt-br/abilities.json +102 -4
  110. package/data-next/champions/i18n/pt-br/battle-states.json +24 -3
  111. package/data-next/champions/i18n/pt-br/items.json +144 -0
  112. package/data-next/champions/i18n/pt-br/moves.json +25 -25
  113. package/data-next/champions/i18n/pt-br/pokemon.json +195 -0
  114. package/data-next/champions/items.json +180 -0
  115. package/data-next/champions/moves.json +61 -61
  116. package/data-next/champions/pokemon-moves.json +1882 -173
  117. package/data-next/champions/pokemon.json +913 -21
  118. package/package.json +17 -9
  119. package/build/enums-DlMg7WLl.mjs.map +0 -1
  120. package/build/utils-BwovRocd.mjs.map +0 -1
@@ -125,6 +125,7 @@
125
125
  "scaryface",
126
126
  "scorchingsands",
127
127
  "shadowclaw",
128
+ "slash",
128
129
  "sleeptalk",
129
130
  "snore",
130
131
  "solarbeam",
@@ -838,6 +839,109 @@
838
839
  "zenheadbutt"
839
840
  ]
840
841
  },
842
+ {
843
+ "id": "wigglytuff",
844
+ "moves": [
845
+ "alluringvoice",
846
+ "amnesia",
847
+ "batonpass",
848
+ "blizzard",
849
+ "bodypress",
850
+ "bodyslam",
851
+ "bounce",
852
+ "brickbreak",
853
+ "calmmind",
854
+ "charm",
855
+ "chillingwater",
856
+ "copycat",
857
+ "covet",
858
+ "darkpulse",
859
+ "dazzlinggleam",
860
+ "dig",
861
+ "disable",
862
+ "doubleedge",
863
+ "drainingkiss",
864
+ "drainpunch",
865
+ "encore",
866
+ "endeavor",
867
+ "endure",
868
+ "energyball",
869
+ "expandingforce",
870
+ "facade",
871
+ "faketears",
872
+ "fireblast",
873
+ "firepunch",
874
+ "flamethrower",
875
+ "fling",
876
+ "focusblast",
877
+ "focuspunch",
878
+ "gigaimpact",
879
+ "grassknot",
880
+ "gravity",
881
+ "gyroball",
882
+ "healpulse",
883
+ "helpinghand",
884
+ "hyperbeam",
885
+ "hypervoice",
886
+ "icebeam",
887
+ "icepunch",
888
+ "icespinner",
889
+ "icywind",
890
+ "knockoff",
891
+ "lastresort",
892
+ "lightscreen",
893
+ "magicroom",
894
+ "megakick",
895
+ "mistyexplosion",
896
+ "mistyterrain",
897
+ "moonblast",
898
+ "nastyplot",
899
+ "painsplit",
900
+ "perishsong",
901
+ "playrough",
902
+ "protect",
903
+ "psychic",
904
+ "psychicnoise",
905
+ "psychup",
906
+ "psyshock",
907
+ "raindance",
908
+ "reflect",
909
+ "rest",
910
+ "round",
911
+ "safeguard",
912
+ "sandstorm",
913
+ "screech",
914
+ "selfdestruct",
915
+ "shadowball",
916
+ "sing",
917
+ "skillswap",
918
+ "sleeptalk",
919
+ "snore",
920
+ "solarbeam",
921
+ "spitup",
922
+ "stealthrock",
923
+ "steelroller",
924
+ "stockpile",
925
+ "storedpower",
926
+ "substitute",
927
+ "sunnyday",
928
+ "swallow",
929
+ "sweetkiss",
930
+ "taunt",
931
+ "thief",
932
+ "thunder",
933
+ "thunderbolt",
934
+ "thunderpunch",
935
+ "thunderwave",
936
+ "trailblaze",
937
+ "triattack",
938
+ "uproar",
939
+ "waterpulse",
940
+ "wildcharge",
941
+ "wish",
942
+ "zenheadbutt"
943
+ ]
944
+ },
841
945
  {
842
946
  "id": "vileplume",
843
947
  "moves": [
@@ -897,6 +1001,155 @@
897
1001
  "weatherball"
898
1002
  ]
899
1003
  },
1004
+ {
1005
+ "id": "persian",
1006
+ "moves": [
1007
+ "aerialace",
1008
+ "agility",
1009
+ "amnesia",
1010
+ "assurance",
1011
+ "bite",
1012
+ "bodyslam",
1013
+ "charm",
1014
+ "chillingwater",
1015
+ "covet",
1016
+ "darkpulse",
1017
+ "dig",
1018
+ "doubleedge",
1019
+ "doubleteam",
1020
+ "endeavor",
1021
+ "endure",
1022
+ "facade",
1023
+ "fakeout",
1024
+ "faketears",
1025
+ "feint",
1026
+ "flail",
1027
+ "foulplay",
1028
+ "gigaimpact",
1029
+ "gunkshot",
1030
+ "helpinghand",
1031
+ "hyperbeam",
1032
+ "hypervoice",
1033
+ "hypnosis",
1034
+ "icywind",
1035
+ "irontail",
1036
+ "knockoff",
1037
+ "lashout",
1038
+ "lastresort",
1039
+ "nastyplot",
1040
+ "painsplit",
1041
+ "payback",
1042
+ "playrough",
1043
+ "powergem",
1044
+ "protect",
1045
+ "psychup",
1046
+ "raindance",
1047
+ "rest",
1048
+ "roar",
1049
+ "round",
1050
+ "screech",
1051
+ "seedbomb",
1052
+ "shadowball",
1053
+ "shadowclaw",
1054
+ "skittersmack",
1055
+ "slash",
1056
+ "sleeptalk",
1057
+ "snarl",
1058
+ "snore",
1059
+ "spite",
1060
+ "substitute",
1061
+ "sunnyday",
1062
+ "switcheroo",
1063
+ "taunt",
1064
+ "thief",
1065
+ "throatchop",
1066
+ "thunder",
1067
+ "thunderbolt",
1068
+ "thunderwave",
1069
+ "trailblaze",
1070
+ "uproar",
1071
+ "uturn",
1072
+ "waterpulse"
1073
+ ]
1074
+ },
1075
+ {
1076
+ "id": "persian-alola",
1077
+ "moves": [
1078
+ "aerialace",
1079
+ "agility",
1080
+ "amnesia",
1081
+ "assurance",
1082
+ "beatup",
1083
+ "bite",
1084
+ "bodyslam",
1085
+ "burningjealousy",
1086
+ "charm",
1087
+ "chillingwater",
1088
+ "confuseray",
1089
+ "covet",
1090
+ "curse",
1091
+ "darkpulse",
1092
+ "dig",
1093
+ "doubleedge",
1094
+ "doubleteam",
1095
+ "endeavor",
1096
+ "endure",
1097
+ "facade",
1098
+ "fakeout",
1099
+ "faketears",
1100
+ "feint",
1101
+ "flail",
1102
+ "flatter",
1103
+ "foulplay",
1104
+ "gigaimpact",
1105
+ "gunkshot",
1106
+ "helpinghand",
1107
+ "hyperbeam",
1108
+ "hypervoice",
1109
+ "hypnosis",
1110
+ "icywind",
1111
+ "irontail",
1112
+ "knockoff",
1113
+ "lashout",
1114
+ "nastyplot",
1115
+ "nightslash",
1116
+ "partingshot",
1117
+ "payback",
1118
+ "playrough",
1119
+ "powergem",
1120
+ "protect",
1121
+ "psychup",
1122
+ "quash",
1123
+ "raindance",
1124
+ "rest",
1125
+ "roar",
1126
+ "round",
1127
+ "screech",
1128
+ "seedbomb",
1129
+ "shadowball",
1130
+ "shadowclaw",
1131
+ "skittersmack",
1132
+ "slash",
1133
+ "sleeptalk",
1134
+ "smackdown",
1135
+ "snarl",
1136
+ "snore",
1137
+ "spite",
1138
+ "substitute",
1139
+ "sunnyday",
1140
+ "switcheroo",
1141
+ "taunt",
1142
+ "thief",
1143
+ "throatchop",
1144
+ "thunder",
1145
+ "thunderbolt",
1146
+ "thunderwave",
1147
+ "trailblaze",
1148
+ "uproar",
1149
+ "uturn",
1150
+ "waterpulse"
1151
+ ]
1152
+ },
900
1153
  {
901
1154
  "id": "arcanine",
902
1155
  "moves": [
@@ -1411,9 +1664,64 @@
1411
1664
  ]
1412
1665
  },
1413
1666
  {
1414
- "id": "gengar",
1667
+ "id": "farfetchd",
1415
1668
  "moves": [
1416
- "acidspray",
1669
+ "acrobatics",
1670
+ "aerialace",
1671
+ "agility",
1672
+ "aircutter",
1673
+ "airslash",
1674
+ "attract",
1675
+ "batonpass",
1676
+ "bodyslam",
1677
+ "bravebird",
1678
+ "brutalswing",
1679
+ "closecombat",
1680
+ "covet",
1681
+ "curse",
1682
+ "dualwingbeat",
1683
+ "endure",
1684
+ "facade",
1685
+ "featherdance",
1686
+ "feint",
1687
+ "finalgambit",
1688
+ "firstimpression",
1689
+ "flail",
1690
+ "fly",
1691
+ "focusenergy",
1692
+ "heatwave",
1693
+ "helpinghand",
1694
+ "irontail",
1695
+ "knockoff",
1696
+ "leafblade",
1697
+ "nightslash",
1698
+ "poisonjab",
1699
+ "protect",
1700
+ "quickattack",
1701
+ "rest",
1702
+ "roost",
1703
+ "round",
1704
+ "simplebeam",
1705
+ "skyattack",
1706
+ "slash",
1707
+ "sleeptalk",
1708
+ "snore",
1709
+ "solarblade",
1710
+ "steelwing",
1711
+ "substitute",
1712
+ "sunnyday",
1713
+ "swordsdance",
1714
+ "thief",
1715
+ "throatchop",
1716
+ "trailblaze",
1717
+ "uproar",
1718
+ "uturn"
1719
+ ]
1720
+ },
1721
+ {
1722
+ "id": "gengar",
1723
+ "moves": [
1724
+ "acidspray",
1417
1725
  "bodyslam",
1418
1726
  "brickbreak",
1419
1727
  "clearsmog",
@@ -1630,6 +1938,89 @@
1630
1938
  "zenheadbutt"
1631
1939
  ]
1632
1940
  },
1941
+ {
1942
+ "id": "mrmime",
1943
+ "moves": [
1944
+ "allyswitch",
1945
+ "attract",
1946
+ "batonpass",
1947
+ "bodyslam",
1948
+ "brickbreak",
1949
+ "calmmind",
1950
+ "chargebeam",
1951
+ "charm",
1952
+ "confuseray",
1953
+ "copycat",
1954
+ "dazzlinggleam",
1955
+ "drainpunch",
1956
+ "encore",
1957
+ "endure",
1958
+ "energyball",
1959
+ "expandingforce",
1960
+ "facade",
1961
+ "fakeout",
1962
+ "firepunch",
1963
+ "fling",
1964
+ "focusblast",
1965
+ "foulplay",
1966
+ "futuresight",
1967
+ "gigaimpact",
1968
+ "grassknot",
1969
+ "guardswap",
1970
+ "helpinghand",
1971
+ "hyperbeam",
1972
+ "hypnosis",
1973
+ "icepunch",
1974
+ "icywind",
1975
+ "irondefense",
1976
+ "lightscreen",
1977
+ "magicroom",
1978
+ "megakick",
1979
+ "mimic",
1980
+ "mistyterrain",
1981
+ "mysticalfire",
1982
+ "nastyplot",
1983
+ "payback",
1984
+ "powersplit",
1985
+ "powerswap",
1986
+ "protect",
1987
+ "psychic",
1988
+ "psychicterrain",
1989
+ "psyshock",
1990
+ "quickguard",
1991
+ "raindance",
1992
+ "recycle",
1993
+ "reflect",
1994
+ "rest",
1995
+ "roleplay",
1996
+ "round",
1997
+ "safeguard",
1998
+ "shadowball",
1999
+ "skillswap",
2000
+ "sleeptalk",
2001
+ "snore",
2002
+ "solarbeam",
2003
+ "storedpower",
2004
+ "substitute",
2005
+ "suckerpunch",
2006
+ "sunnyday",
2007
+ "taunt",
2008
+ "teeterdance",
2009
+ "thief",
2010
+ "thunder",
2011
+ "thunderbolt",
2012
+ "thunderpunch",
2013
+ "thunderwave",
2014
+ "tickle",
2015
+ "torment",
2016
+ "trick",
2017
+ "trickroom",
2018
+ "uproar",
2019
+ "wideguard",
2020
+ "wonderroom",
2021
+ "zenheadbutt"
2022
+ ]
2023
+ },
1633
2024
  {
1634
2025
  "id": "pinsir",
1635
2026
  "moves": [
@@ -1673,6 +2064,7 @@
1673
2064
  "rocktomb",
1674
2065
  "round",
1675
2066
  "seismictoss",
2067
+ "slash",
1676
2068
  "sleeptalk",
1677
2069
  "snore",
1678
2070
  "stealthrock",
@@ -2702,6 +3094,7 @@
2702
3094
  "scaryface",
2703
3095
  "screech",
2704
3096
  "shadowclaw",
3097
+ "slash",
2705
3098
  "sleeptalk",
2706
3099
  "snarl",
2707
3100
  "snore",
@@ -2974,7 +3367,6 @@
2974
3367
  "mudshot",
2975
3368
  "mudslap",
2976
3369
  "perishsong",
2977
- "pound",
2978
3370
  "protect",
2979
3371
  "psychic",
2980
3372
  "psychup",
@@ -3597,6 +3989,7 @@
3597
3989
  "sandstorm",
3598
3990
  "scaryface",
3599
3991
  "skittersmack",
3992
+ "slash",
3600
3993
  "sleeptalk",
3601
3994
  "snore",
3602
3995
  "steelbeam",
@@ -3725,6 +4118,7 @@
3725
4118
  "sandstorm",
3726
4119
  "sandtomb",
3727
4120
  "skyattack",
4121
+ "slash",
3728
4122
  "sleeptalk",
3729
4123
  "snore",
3730
4124
  "spikes",
@@ -3974,6 +4368,7 @@
3974
4368
  "screech",
3975
4369
  "seedbomb",
3976
4370
  "shedtail",
4371
+ "slash",
3977
4372
  "sleeptalk",
3978
4373
  "snore",
3979
4374
  "solarbeam",
@@ -4057,6 +4452,7 @@
4057
4452
  "round",
4058
4453
  "scorchingsands",
4059
4454
  "shadowclaw",
4455
+ "slash",
4060
4456
  "sleeptalk",
4061
4457
  "snore",
4062
4458
  "solarbeam",
@@ -4704,6 +5100,73 @@
4704
5100
  "wildcharge"
4705
5101
  ]
4706
5102
  },
5103
+ {
5104
+ "id": "swalot",
5105
+ "moves": [
5106
+ "acidarmor",
5107
+ "acidspray",
5108
+ "amnesia",
5109
+ "belch",
5110
+ "bodypress",
5111
+ "bodyslam",
5112
+ "brickbreak",
5113
+ "bulldoze",
5114
+ "bulletseed",
5115
+ "clearsmog",
5116
+ "corrosivegas",
5117
+ "curse",
5118
+ "destinybond",
5119
+ "doubleedge",
5120
+ "earthquake",
5121
+ "encore",
5122
+ "endure",
5123
+ "facade",
5124
+ "firepunch",
5125
+ "fling",
5126
+ "gastroacid",
5127
+ "gigadrain",
5128
+ "gigaimpact",
5129
+ "gunkshot",
5130
+ "helpinghand",
5131
+ "hyperbeam",
5132
+ "icebeam",
5133
+ "icepunch",
5134
+ "knockoff",
5135
+ "mudshot",
5136
+ "mudslap",
5137
+ "painsplit",
5138
+ "poisonjab",
5139
+ "protect",
5140
+ "raindance",
5141
+ "rest",
5142
+ "round",
5143
+ "seedbomb",
5144
+ "selfdestruct",
5145
+ "shadowball",
5146
+ "skittersmack",
5147
+ "sleeptalk",
5148
+ "sludgebomb",
5149
+ "sludgewave",
5150
+ "snore",
5151
+ "solarbeam",
5152
+ "spitup",
5153
+ "stockpile",
5154
+ "stuffcheeks",
5155
+ "substitute",
5156
+ "sunnyday",
5157
+ "swallow",
5158
+ "swordsdance",
5159
+ "thief",
5160
+ "thunderpunch",
5161
+ "thunderwave",
5162
+ "toxic",
5163
+ "toxicspikes",
5164
+ "venoshock",
5165
+ "waterpulse",
5166
+ "yawn",
5167
+ "zenheadbutt"
5168
+ ]
5169
+ },
4707
5170
  {
4708
5171
  "id": "sharpedo",
4709
5172
  "moves": [
@@ -4753,6 +5216,7 @@
4753
5216
  "scaleshot",
4754
5217
  "scaryface",
4755
5218
  "screech",
5219
+ "slash",
4756
5220
  "sleeptalk",
4757
5221
  "snarl",
4758
5222
  "snore",
@@ -5138,6 +5602,7 @@
5138
5602
  "shadowsneak",
5139
5603
  "skillswap",
5140
5604
  "skittersmack",
5605
+ "slash",
5141
5606
  "sleeptalk",
5142
5607
  "snore",
5143
5608
  "spite",
@@ -5288,6 +5753,7 @@
5288
5753
  "shadowball",
5289
5754
  "shadowclaw",
5290
5755
  "shadowsneak",
5756
+ "slash",
5291
5757
  "sleeptalk",
5292
5758
  "snarl",
5293
5759
  "snore",
@@ -5372,66 +5838,133 @@
5372
5838
  ]
5373
5839
  },
5374
5840
  {
5375
- "id": "metagross",
5841
+ "id": "salamence",
5376
5842
  "moves": [
5377
5843
  "aerialace",
5378
- "agility",
5379
- "bodypress",
5844
+ "airslash",
5845
+ "bite",
5380
5846
  "bodyslam",
5847
+ "breakingswipe",
5381
5848
  "brickbreak",
5382
5849
  "brutalswing",
5383
5850
  "bulldoze",
5384
- "bulletpunch",
5385
- "cosmicpower",
5851
+ "crunch",
5386
5852
  "doubleedge",
5853
+ "dracometeor",
5854
+ "dragoncheer",
5855
+ "dragonclaw",
5856
+ "dragondance",
5857
+ "dragonpulse",
5858
+ "dragonrush",
5859
+ "dragontail",
5860
+ "dualwingbeat",
5387
5861
  "earthquake",
5388
5862
  "endure",
5389
- "expandingforce",
5390
- "explosion",
5391
5863
  "facade",
5392
- "flashcannon",
5393
- "focuspunch",
5394
- "futuresight",
5864
+ "fireblast",
5865
+ "firefang",
5866
+ "firespin",
5867
+ "flamethrower",
5868
+ "fly",
5869
+ "focusenergy",
5395
5870
  "gigaimpact",
5396
- "grassknot",
5397
- "gravity",
5398
- "gyroball",
5399
- "hammerarm",
5400
- "hardpress",
5401
- "honeclaws",
5871
+ "heatwave",
5872
+ "helpinghand",
5873
+ "hurricane",
5874
+ "hydropump",
5402
5875
  "hyperbeam",
5403
- "icepunch",
5404
- "icywind",
5876
+ "hypervoice",
5405
5877
  "irondefense",
5406
5878
  "ironhead",
5407
- "lightscreen",
5408
- "magnetrise",
5409
- "meteorbeam",
5410
- "meteormash",
5879
+ "irontail",
5411
5880
  "mudslap",
5881
+ "outrage",
5412
5882
  "protect",
5413
- "psychic",
5414
5883
  "psychicfangs",
5415
- "psychicnoise",
5416
- "psychocut",
5417
- "psychup",
5418
- "psyshock",
5419
5884
  "raindance",
5420
- "reflect",
5421
5885
  "rest",
5886
+ "roar",
5422
5887
  "rockslide",
5423
5888
  "rocktomb",
5889
+ "roost",
5424
5890
  "round",
5425
- "sandstorm",
5426
5891
  "scaryface",
5427
- "selfdestruct",
5428
- "shadowball",
5429
5892
  "shadowclaw",
5430
- "shadowpunch",
5893
+ "slash",
5431
5894
  "sleeptalk",
5432
- "sludgebomb",
5433
5895
  "snore",
5434
- "stealthrock",
5896
+ "steelwing",
5897
+ "stoneedge",
5898
+ "substitute",
5899
+ "sunnyday",
5900
+ "tailwind",
5901
+ "temperflare",
5902
+ "thrash",
5903
+ "thunderfang",
5904
+ "zenheadbutt"
5905
+ ]
5906
+ },
5907
+ {
5908
+ "id": "metagross",
5909
+ "moves": [
5910
+ "aerialace",
5911
+ "agility",
5912
+ "bodypress",
5913
+ "bodyslam",
5914
+ "brickbreak",
5915
+ "brutalswing",
5916
+ "bulldoze",
5917
+ "bulletpunch",
5918
+ "cosmicpower",
5919
+ "doubleedge",
5920
+ "earthquake",
5921
+ "endure",
5922
+ "expandingforce",
5923
+ "explosion",
5924
+ "facade",
5925
+ "flashcannon",
5926
+ "focuspunch",
5927
+ "futuresight",
5928
+ "gigaimpact",
5929
+ "grassknot",
5930
+ "gravity",
5931
+ "gyroball",
5932
+ "hammerarm",
5933
+ "hardpress",
5934
+ "honeclaws",
5935
+ "hyperbeam",
5936
+ "icepunch",
5937
+ "icywind",
5938
+ "irondefense",
5939
+ "ironhead",
5940
+ "lightscreen",
5941
+ "magnetrise",
5942
+ "meteorbeam",
5943
+ "meteormash",
5944
+ "mudslap",
5945
+ "protect",
5946
+ "psychic",
5947
+ "psychicfangs",
5948
+ "psychicnoise",
5949
+ "psychocut",
5950
+ "psychup",
5951
+ "psyshock",
5952
+ "raindance",
5953
+ "reflect",
5954
+ "rest",
5955
+ "rockslide",
5956
+ "rocktomb",
5957
+ "round",
5958
+ "sandstorm",
5959
+ "scaryface",
5960
+ "selfdestruct",
5961
+ "shadowball",
5962
+ "shadowclaw",
5963
+ "shadowpunch",
5964
+ "sleeptalk",
5965
+ "sludgebomb",
5966
+ "snore",
5967
+ "stealthrock",
5435
5968
  "steelbeam",
5436
5969
  "steelroller",
5437
5970
  "stompingtantrum",
@@ -6206,6 +6739,7 @@
6206
6739
  "scaryface",
6207
6740
  "scorchingsands",
6208
6741
  "shadowclaw",
6742
+ "slash",
6209
6743
  "sleeptalk",
6210
6744
  "snore",
6211
6745
  "spikes",
@@ -6583,6 +7117,7 @@
6583
7117
  "screech",
6584
7118
  "shadowball",
6585
7119
  "shadowclaw",
7120
+ "slash",
6586
7121
  "sleeptalk",
6587
7122
  "snarl",
6588
7123
  "snore",
@@ -6886,6 +7421,7 @@
6886
7421
  "scaryface",
6887
7422
  "screech",
6888
7423
  "skittersmack",
7424
+ "slash",
6889
7425
  "sleeptalk",
6890
7426
  "sludgebomb",
6891
7427
  "snore",
@@ -7064,6 +7600,7 @@
7064
7600
  "shadowclaw",
7065
7601
  "shadowsneak",
7066
7602
  "skillswap",
7603
+ "slash",
7067
7604
  "sleeptalk",
7068
7605
  "snore",
7069
7606
  "solarblade",
@@ -7651,6 +8188,7 @@
7651
8188
  "sacredsword",
7652
8189
  "scaryface",
7653
8190
  "screech",
8191
+ "slash",
7654
8192
  "sleeptalk",
7655
8193
  "smartstrike",
7656
8194
  "snore",
@@ -7720,6 +8258,7 @@
7720
8258
  "sacredsword",
7721
8259
  "scaryface",
7722
8260
  "screech",
8261
+ "slash",
7723
8262
  "sleeptalk",
7724
8263
  "smartstrike",
7725
8264
  "snarl",
@@ -7848,6 +8387,7 @@
7848
8387
  "shadowball",
7849
8388
  "shadowclaw",
7850
8389
  "skittersmack",
8390
+ "slash",
7851
8391
  "sleeptalk",
7852
8392
  "snarl",
7853
8393
  "snore",
@@ -8144,6 +8684,7 @@
8144
8684
  "scaryface",
8145
8685
  "scorchingsands",
8146
8686
  "shadowclaw",
8687
+ "slash",
8147
8688
  "sleeptalk",
8148
8689
  "sludgebomb",
8149
8690
  "smartstrike",
@@ -9243,6 +9784,7 @@
9243
9784
  "scaryface",
9244
9785
  "shadowclaw",
9245
9786
  "sheercold",
9787
+ "slash",
9246
9788
  "sleeptalk",
9247
9789
  "snarl",
9248
9790
  "snore",
@@ -10167,6 +10709,66 @@
10167
10709
  "wish"
10168
10710
  ]
10169
10711
  },
10712
+ {
10713
+ "id": "gogoat",
10714
+ "moves": [
10715
+ "aerialace",
10716
+ "bodyslam",
10717
+ "brickbreak",
10718
+ "bulkup",
10719
+ "bulldoze",
10720
+ "bulletseed",
10721
+ "dig",
10722
+ "doubleedge",
10723
+ "earthquake",
10724
+ "endeavor",
10725
+ "endure",
10726
+ "energyball",
10727
+ "facade",
10728
+ "gigadrain",
10729
+ "gigaimpact",
10730
+ "grassknot",
10731
+ "grassyglide",
10732
+ "grassyterrain",
10733
+ "growth",
10734
+ "helpinghand",
10735
+ "highhorsepower",
10736
+ "hornleech",
10737
+ "hyperbeam",
10738
+ "irontail",
10739
+ "leafblade",
10740
+ "leafstorm",
10741
+ "leechseed",
10742
+ "magicalleaf",
10743
+ "megahorn",
10744
+ "milkdrink",
10745
+ "mudshot",
10746
+ "mudslap",
10747
+ "payback",
10748
+ "playrough",
10749
+ "protect",
10750
+ "raindance",
10751
+ "rest",
10752
+ "roar",
10753
+ "rockslide",
10754
+ "round",
10755
+ "seedbomb",
10756
+ "sleeptalk",
10757
+ "snore",
10758
+ "solarbeam",
10759
+ "stompingtantrum",
10760
+ "substitute",
10761
+ "sunnyday",
10762
+ "superpower",
10763
+ "surf",
10764
+ "synthesis",
10765
+ "throatchop",
10766
+ "trailblaze",
10767
+ "wildcharge",
10768
+ "worryseed",
10769
+ "zenheadbutt"
10770
+ ]
10771
+ },
10170
10772
  {
10171
10773
  "id": "pangoro",
10172
10774
  "moves": [
@@ -10231,6 +10833,7 @@
10231
10833
  "scaryface",
10232
10834
  "seismictoss",
10233
10835
  "shadowclaw",
10836
+ "slash",
10234
10837
  "sleeptalk",
10235
10838
  "sludgebomb",
10236
10839
  "snarl",
@@ -10466,6 +11069,7 @@
10466
11069
  "shadowball",
10467
11070
  "shadowclaw",
10468
11071
  "shadowsneak",
11072
+ "slash",
10469
11073
  "sleeptalk",
10470
11074
  "snore",
10471
11075
  "solarblade",
@@ -10634,6 +11238,7 @@
10634
11238
  "round",
10635
11239
  "scaryface",
10636
11240
  "skillswap",
11241
+ "slash",
10637
11242
  "sleeptalk",
10638
11243
  "snore",
10639
11244
  "spite",
@@ -10714,6 +11319,7 @@
10714
11319
  "screech",
10715
11320
  "shadowclaw",
10716
11321
  "shellsmash",
11322
+ "slash",
10717
11323
  "sleeptalk",
10718
11324
  "sludgebomb",
10719
11325
  "sludgewave",
@@ -13028,6 +13634,79 @@
13028
13634
  "vacuumwave"
13029
13635
  ]
13030
13636
  },
13637
+ {
13638
+ "id": "golisopod",
13639
+ "moves": [
13640
+ "agility",
13641
+ "aquajet",
13642
+ "assurance",
13643
+ "attract",
13644
+ "blizzard",
13645
+ "brickbreak",
13646
+ "bugbite",
13647
+ "bugbuzz",
13648
+ "bulkup",
13649
+ "chillingwater",
13650
+ "closecombat",
13651
+ "darkpulse",
13652
+ "dive",
13653
+ "doublehit",
13654
+ "drillrun",
13655
+ "endure",
13656
+ "facade",
13657
+ "firstimpression",
13658
+ "fling",
13659
+ "focusblast",
13660
+ "gigaimpact",
13661
+ "gunkshot",
13662
+ "hyperbeam",
13663
+ "icebeam",
13664
+ "icywind",
13665
+ "irondefense",
13666
+ "ironhead",
13667
+ "leechlife",
13668
+ "liquidation",
13669
+ "muddywater",
13670
+ "mudshot",
13671
+ "nightslash",
13672
+ "payback",
13673
+ "pinmissile",
13674
+ "poisonjab",
13675
+ "pounce",
13676
+ "protect",
13677
+ "raindance",
13678
+ "razorshell",
13679
+ "rest",
13680
+ "rockslide",
13681
+ "rocktomb",
13682
+ "rollout",
13683
+ "round",
13684
+ "scald",
13685
+ "screech",
13686
+ "shadowclaw",
13687
+ "skittersmack",
13688
+ "slash",
13689
+ "sleeptalk",
13690
+ "sludgebomb",
13691
+ "sludgewave",
13692
+ "snarl",
13693
+ "snore",
13694
+ "spikes",
13695
+ "spite",
13696
+ "strugglebug",
13697
+ "substitute",
13698
+ "suckerpunch",
13699
+ "surf",
13700
+ "swordsdance",
13701
+ "taunt",
13702
+ "throatchop",
13703
+ "uturn",
13704
+ "venoshock",
13705
+ "waterfall",
13706
+ "wideguard",
13707
+ "xscissor"
13708
+ ]
13709
+ },
13031
13710
  {
13032
13711
  "id": "mimikyu",
13033
13712
  "moves": [
@@ -13075,6 +13754,7 @@
13075
13754
  "shadowball",
13076
13755
  "shadowclaw",
13077
13756
  "shadowsneak",
13757
+ "slash",
13078
13758
  "sleeptalk",
13079
13759
  "snore",
13080
13760
  "spite",
@@ -13251,48 +13931,256 @@
13251
13931
  ]
13252
13932
  },
13253
13933
  {
13254
- "id": "corviknight",
13934
+ "id": "rillaboom",
13255
13935
  "moves": [
13256
- "aerialace",
13257
- "agility",
13258
- "aircutter",
13259
- "airslash",
13936
+ "acrobatics",
13260
13937
  "assurance",
13261
13938
  "bodypress",
13262
13939
  "bodyslam",
13263
- "bravebird",
13940
+ "boomburst",
13941
+ "brickbreak",
13942
+ "brutalswing",
13264
13943
  "bulkup",
13265
- "curse",
13266
- "defog",
13944
+ "bulldoze",
13945
+ "bulletseed",
13267
13946
  "doubleedge",
13268
- "drillpeck",
13269
- "dualwingbeat",
13947
+ "doublehit",
13948
+ "drainpunch",
13949
+ "drumbeating",
13950
+ "earthpower",
13951
+ "earthquake",
13952
+ "endeavor",
13270
13953
  "endure",
13954
+ "energyball",
13271
13955
  "facade",
13272
- "faketears",
13273
- "featherdance",
13274
- "flashcannon",
13275
- "fly",
13956
+ "fakeout",
13957
+ "fling",
13958
+ "focusblast",
13276
13959
  "focusenergy",
13960
+ "focuspunch",
13961
+ "frenzyplant",
13962
+ "gigadrain",
13277
13963
  "gigaimpact",
13278
- "heavyslam",
13279
- "honeclaws",
13280
- "hurricane",
13964
+ "grassknot",
13965
+ "grassyglide",
13966
+ "grassyterrain",
13967
+ "growth",
13968
+ "hammerarm",
13969
+ "highhorsepower",
13281
13970
  "hyperbeam",
13282
- "irondefense",
13283
- "ironhead",
13284
- "lightscreen",
13285
- "metalclaw",
13286
- "metalsound",
13287
- "nastyplot",
13288
- "payback",
13289
- "pluck",
13290
- "powertrip",
13291
- "protect",
13292
- "raindance",
13293
- "reflect",
13294
- "rest",
13295
- "reversal",
13971
+ "hypervoice",
13972
+ "knockoff",
13973
+ "leafstorm",
13974
+ "leechseed",
13975
+ "lowkick",
13976
+ "lowsweep",
13977
+ "megakick",
13978
+ "mudshot",
13979
+ "nobleroar",
13980
+ "protect",
13981
+ "rest",
13982
+ "round",
13983
+ "scaryface",
13984
+ "screech",
13985
+ "seedbomb",
13986
+ "sleeptalk",
13987
+ "snarl",
13988
+ "snore",
13989
+ "solarbeam",
13990
+ "solarblade",
13991
+ "stompingtantrum",
13992
+ "substitute",
13993
+ "sunnyday",
13994
+ "superpower",
13995
+ "swordsdance",
13996
+ "taunt",
13997
+ "thief",
13998
+ "trailblaze",
13999
+ "uproar",
14000
+ "uturn",
14001
+ "woodhammer",
14002
+ "worryseed"
14003
+ ]
14004
+ },
14005
+ {
14006
+ "id": "cinderace",
14007
+ "moves": [
14008
+ "acrobatics",
14009
+ "agility",
14010
+ "assurance",
14011
+ "batonpass",
14012
+ "blastburn",
14013
+ "blazekick",
14014
+ "bounce",
14015
+ "bulkup",
14016
+ "burningjealousy",
14017
+ "coaching",
14018
+ "counter",
14019
+ "courtchange",
14020
+ "doubleedge",
14021
+ "electroball",
14022
+ "endure",
14023
+ "facade",
14024
+ "feint",
14025
+ "fireblast",
14026
+ "firefang",
14027
+ "firepunch",
14028
+ "firespin",
14029
+ "flamecharge",
14030
+ "flamethrower",
14031
+ "flareblitz",
14032
+ "fling",
14033
+ "focusblast",
14034
+ "focusenergy",
14035
+ "gigaimpact",
14036
+ "gunkshot",
14037
+ "heatwave",
14038
+ "helpinghand",
14039
+ "highjumpkick",
14040
+ "hyperbeam",
14041
+ "ironhead",
14042
+ "lowkick",
14043
+ "lowsweep",
14044
+ "megakick",
14045
+ "mudshot",
14046
+ "mudslap",
14047
+ "overheat",
14048
+ "protect",
14049
+ "pyroball",
14050
+ "quickattack",
14051
+ "rest",
14052
+ "reversal",
14053
+ "round",
14054
+ "scorchingsands",
14055
+ "shadowball",
14056
+ "sleeptalk",
14057
+ "smackdown",
14058
+ "snarl",
14059
+ "snore",
14060
+ "substitute",
14061
+ "suckerpunch",
14062
+ "sunnyday",
14063
+ "superfang",
14064
+ "swordsdance",
14065
+ "taunt",
14066
+ "temperflare",
14067
+ "trailblaze",
14068
+ "uturn",
14069
+ "weatherball",
14070
+ "willowisp",
14071
+ "zenheadbutt"
14072
+ ]
14073
+ },
14074
+ {
14075
+ "id": "inteleon",
14076
+ "moves": [
14077
+ "acrobatics",
14078
+ "agility",
14079
+ "aircutter",
14080
+ "airslash",
14081
+ "aquajet",
14082
+ "aquaring",
14083
+ "batonpass",
14084
+ "bind",
14085
+ "blizzard",
14086
+ "bounce",
14087
+ "breakingswipe",
14088
+ "chillingwater",
14089
+ "darkpulse",
14090
+ "dive",
14091
+ "doubleteam",
14092
+ "endure",
14093
+ "facade",
14094
+ "fellstinger",
14095
+ "fling",
14096
+ "flipturn",
14097
+ "focusenergy",
14098
+ "gigaimpact",
14099
+ "haze",
14100
+ "hydrocannon",
14101
+ "hydropump",
14102
+ "hyperbeam",
14103
+ "icebeam",
14104
+ "iceshard",
14105
+ "iciclespear",
14106
+ "icywind",
14107
+ "lightscreen",
14108
+ "liquidation",
14109
+ "muddywater",
14110
+ "mudshot",
14111
+ "protect",
14112
+ "psychup",
14113
+ "raindance",
14114
+ "reflect",
14115
+ "rest",
14116
+ "round",
14117
+ "scald",
14118
+ "scaleshot",
14119
+ "shadowball",
14120
+ "skittersmack",
14121
+ "sleeptalk",
14122
+ "smackdown",
14123
+ "snipeshot",
14124
+ "snore",
14125
+ "snowscape",
14126
+ "soak",
14127
+ "substitute",
14128
+ "suckerpunch",
14129
+ "surf",
14130
+ "swordsdance",
14131
+ "taunt",
14132
+ "tearfullook",
14133
+ "uturn",
14134
+ "vacuumwave",
14135
+ "waterfall",
14136
+ "waterpulse",
14137
+ "weatherball",
14138
+ "whirlpool"
14139
+ ]
14140
+ },
14141
+ {
14142
+ "id": "corviknight",
14143
+ "moves": [
14144
+ "aerialace",
14145
+ "agility",
14146
+ "aircutter",
14147
+ "airslash",
14148
+ "assurance",
14149
+ "bodypress",
14150
+ "bodyslam",
14151
+ "bravebird",
14152
+ "bulkup",
14153
+ "curse",
14154
+ "defog",
14155
+ "doubleedge",
14156
+ "drillpeck",
14157
+ "dualwingbeat",
14158
+ "endure",
14159
+ "facade",
14160
+ "faketears",
14161
+ "featherdance",
14162
+ "flashcannon",
14163
+ "fly",
14164
+ "focusenergy",
14165
+ "gigaimpact",
14166
+ "heavyslam",
14167
+ "honeclaws",
14168
+ "hurricane",
14169
+ "hyperbeam",
14170
+ "irondefense",
14171
+ "ironhead",
14172
+ "lightscreen",
14173
+ "metalclaw",
14174
+ "metalsound",
14175
+ "nastyplot",
14176
+ "payback",
14177
+ "pluck",
14178
+ "powertrip",
14179
+ "protect",
14180
+ "raindance",
14181
+ "reflect",
14182
+ "rest",
14183
+ "reversal",
13296
14184
  "roost",
13297
14185
  "round",
13298
14186
  "scaryface",
@@ -13312,6 +14200,63 @@
13312
14200
  "uturn"
13313
14201
  ]
13314
14202
  },
14203
+ {
14204
+ "id": "thievul",
14205
+ "moves": [
14206
+ "acrobatics",
14207
+ "agility",
14208
+ "assurance",
14209
+ "attract",
14210
+ "batonpass",
14211
+ "beatup",
14212
+ "burningjealousy",
14213
+ "crunch",
14214
+ "darkpulse",
14215
+ "dig",
14216
+ "doubleteam",
14217
+ "endure",
14218
+ "facade",
14219
+ "faketears",
14220
+ "firefang",
14221
+ "firstimpression",
14222
+ "foulplay",
14223
+ "gigaimpact",
14224
+ "grassknot",
14225
+ "honeclaws",
14226
+ "howl",
14227
+ "hyperbeam",
14228
+ "icefang",
14229
+ "knockoff",
14230
+ "lashout",
14231
+ "mudshot",
14232
+ "nastyplot",
14233
+ "nightslash",
14234
+ "partingshot",
14235
+ "playrough",
14236
+ "protect",
14237
+ "psychic",
14238
+ "quickattack",
14239
+ "quickguard",
14240
+ "rest",
14241
+ "roar",
14242
+ "round",
14243
+ "screech",
14244
+ "shadowball",
14245
+ "shadowclaw",
14246
+ "sleeptalk",
14247
+ "snarl",
14248
+ "snore",
14249
+ "substitute",
14250
+ "suckerpunch",
14251
+ "tailslap",
14252
+ "taunt",
14253
+ "thief",
14254
+ "thunderfang",
14255
+ "torment",
14256
+ "trailblaze",
14257
+ "uturn"
14258
+ ]
14259
+ },
13315
14260
  {
13316
14261
  "id": "flapple",
13317
14262
  "moves": [
@@ -13378,100 +14323,303 @@
13378
14323
  "dragontail",
13379
14324
  "earthquake",
13380
14325
  "endure",
13381
- "energyball",
14326
+ "energyball",
14327
+ "facade",
14328
+ "gigadrain",
14329
+ "gigaimpact",
14330
+ "grassknot",
14331
+ "grassyglide",
14332
+ "grassyterrain",
14333
+ "growth",
14334
+ "gyroball",
14335
+ "heavyslam",
14336
+ "helpinghand",
14337
+ "highhorsepower",
14338
+ "hyperbeam",
14339
+ "irondefense",
14340
+ "ironhead",
14341
+ "leafstorm",
14342
+ "leechseed",
14343
+ "lightscreen",
14344
+ "magicalleaf",
14345
+ "outrage",
14346
+ "pounce",
14347
+ "protect",
14348
+ "raindance",
14349
+ "recover",
14350
+ "recycle",
14351
+ "reflect",
14352
+ "rest",
14353
+ "round",
14354
+ "seedbomb",
14355
+ "sleeptalk",
14356
+ "snore",
14357
+ "solarbeam",
14358
+ "stompingtantrum",
14359
+ "substitute",
14360
+ "suckerpunch",
14361
+ "sunnyday",
14362
+ "superpower",
14363
+ "sweetscent",
14364
+ "trailblaze",
14365
+ "zenheadbutt"
14366
+ ]
14367
+ },
14368
+ {
14369
+ "id": "sandaconda",
14370
+ "moves": [
14371
+ "belch",
14372
+ "bodypress",
14373
+ "bodyslam",
14374
+ "brutalswing",
14375
+ "bulldoze",
14376
+ "coil",
14377
+ "dig",
14378
+ "dragonrush",
14379
+ "drillrun",
14380
+ "earthpower",
14381
+ "earthquake",
14382
+ "endeavor",
14383
+ "endure",
14384
+ "facade",
14385
+ "firefang",
14386
+ "gigaimpact",
14387
+ "glare",
14388
+ "highhorsepower",
14389
+ "hurricane",
14390
+ "hyperbeam",
14391
+ "irondefense",
14392
+ "ironhead",
14393
+ "lastresort",
14394
+ "minimize",
14395
+ "mudshot",
14396
+ "mudslap",
14397
+ "outrage",
14398
+ "poisontail",
14399
+ "protect",
14400
+ "rest",
14401
+ "rockblast",
14402
+ "rockslide",
14403
+ "rocktomb",
14404
+ "round",
14405
+ "sandstorm",
14406
+ "sandtomb",
14407
+ "scaleshot",
14408
+ "scaryface",
14409
+ "scorchingsands",
14410
+ "screech",
14411
+ "skittersmack",
14412
+ "sleeptalk",
14413
+ "snore",
14414
+ "stealthrock",
14415
+ "stoneedge",
14416
+ "substitute",
14417
+ "thunderfang",
14418
+ "wrap",
14419
+ "zenheadbutt"
14420
+ ]
14421
+ },
14422
+ {
14423
+ "id": "toxtricity",
14424
+ "moves": [
14425
+ "acidspray",
14426
+ "belch",
14427
+ "boomburst",
14428
+ "brickbreak",
14429
+ "charge",
14430
+ "chargebeam",
14431
+ "charm",
14432
+ "discharge",
14433
+ "drainpunch",
14434
+ "eerieimpulse",
14435
+ "electricterrain",
14436
+ "electroball",
14437
+ "electroweb",
14438
+ "encore",
14439
+ "endeavor",
14440
+ "endure",
14441
+ "facade",
14442
+ "firepunch",
14443
+ "flail",
14444
+ "fling",
14445
+ "gigaimpact",
14446
+ "growl",
14447
+ "gunkshot",
14448
+ "helpinghand",
14449
+ "hex",
14450
+ "hyperbeam",
14451
+ "hypervoice",
14452
+ "megakick",
14453
+ "metalsound",
14454
+ "nobleroar",
14455
+ "nuzzle",
14456
+ "overdrive",
14457
+ "payback",
14458
+ "poisonjab",
14459
+ "protect",
14460
+ "psychicnoise",
14461
+ "raindance",
14462
+ "rest",
14463
+ "risingvoltage",
14464
+ "round",
14465
+ "scaryface",
14466
+ "screech",
14467
+ "shiftgear",
14468
+ "sleeptalk",
14469
+ "sludgebomb",
14470
+ "sludgewave",
14471
+ "snarl",
14472
+ "snore",
14473
+ "storedpower",
14474
+ "substitute",
14475
+ "sunnyday",
14476
+ "swagger",
14477
+ "taunt",
14478
+ "tearfullook",
14479
+ "thief",
14480
+ "throatchop",
14481
+ "thunder",
14482
+ "thunderbolt",
14483
+ "thunderfang",
14484
+ "thunderpunch",
14485
+ "thunderwave",
14486
+ "toxic",
14487
+ "toxicspikes",
14488
+ "trailblaze",
14489
+ "uproar",
14490
+ "venoshock",
14491
+ "voltswitch",
14492
+ "wildcharge",
14493
+ "zapcannon"
14494
+ ]
14495
+ },
14496
+ {
14497
+ "id": "toxtricity-low-key",
14498
+ "moves": [
14499
+ "acidspray",
14500
+ "belch",
14501
+ "boomburst",
14502
+ "brickbreak",
14503
+ "charge",
14504
+ "chargebeam",
14505
+ "charm",
14506
+ "discharge",
14507
+ "drainpunch",
14508
+ "eerieimpulse",
14509
+ "electricterrain",
14510
+ "electroball",
14511
+ "electroweb",
14512
+ "encore",
14513
+ "endeavor",
14514
+ "endure",
13382
14515
  "facade",
13383
- "gigadrain",
14516
+ "firepunch",
14517
+ "flail",
14518
+ "fling",
13384
14519
  "gigaimpact",
13385
- "grassknot",
13386
- "grassyglide",
13387
- "grassyterrain",
13388
- "growth",
13389
- "gyroball",
13390
- "heavyslam",
14520
+ "growl",
14521
+ "gunkshot",
13391
14522
  "helpinghand",
13392
- "highhorsepower",
14523
+ "hex",
13393
14524
  "hyperbeam",
13394
- "irondefense",
13395
- "ironhead",
13396
- "leafstorm",
13397
- "leechseed",
13398
- "lightscreen",
13399
- "magicalleaf",
13400
- "outrage",
13401
- "pounce",
14525
+ "hypervoice",
14526
+ "magneticflux",
14527
+ "megakick",
14528
+ "metalsound",
14529
+ "nobleroar",
14530
+ "nuzzle",
14531
+ "overdrive",
14532
+ "paraboliccharge",
14533
+ "payback",
14534
+ "poisonjab",
13402
14535
  "protect",
14536
+ "psychicnoise",
13403
14537
  "raindance",
13404
- "recover",
13405
- "recycle",
13406
- "reflect",
13407
14538
  "rest",
14539
+ "risingvoltage",
13408
14540
  "round",
13409
- "seedbomb",
14541
+ "scaryface",
14542
+ "screech",
13410
14543
  "sleeptalk",
14544
+ "sludgebomb",
14545
+ "sludgewave",
14546
+ "snarl",
13411
14547
  "snore",
13412
- "solarbeam",
13413
- "stompingtantrum",
14548
+ "storedpower",
13414
14549
  "substitute",
13415
- "suckerpunch",
13416
14550
  "sunnyday",
13417
- "superpower",
13418
- "sweetscent",
14551
+ "swagger",
14552
+ "taunt",
14553
+ "tearfullook",
14554
+ "thief",
14555
+ "throatchop",
14556
+ "thunder",
14557
+ "thunderbolt",
14558
+ "thunderfang",
14559
+ "thunderpunch",
14560
+ "thunderwave",
14561
+ "toxic",
14562
+ "toxicspikes",
13419
14563
  "trailblaze",
13420
- "zenheadbutt"
14564
+ "uproar",
14565
+ "venoshock",
14566
+ "voltswitch",
14567
+ "wildcharge"
13421
14568
  ]
13422
14569
  },
13423
14570
  {
13424
- "id": "sandaconda",
14571
+ "id": "grapploct",
13425
14572
  "moves": [
13426
- "belch",
13427
- "bodypress",
14573
+ "attract",
14574
+ "bind",
13428
14575
  "bodyslam",
14576
+ "brickbreak",
14577
+ "brine",
13429
14578
  "brutalswing",
13430
- "bulldoze",
13431
- "coil",
14579
+ "bulkup",
14580
+ "chillingwater",
14581
+ "circlethrow",
14582
+ "closecombat",
14583
+ "coaching",
14584
+ "detect",
13432
14585
  "dig",
13433
- "dragonrush",
13434
- "drillrun",
13435
- "earthpower",
13436
- "earthquake",
13437
- "endeavor",
14586
+ "dive",
14587
+ "drainpunch",
13438
14588
  "endure",
13439
14589
  "facade",
13440
- "firefang",
14590
+ "feint",
14591
+ "focusblast",
13441
14592
  "gigaimpact",
13442
- "glare",
13443
- "highhorsepower",
13444
- "hurricane",
14593
+ "hydropump",
13445
14594
  "hyperbeam",
13446
- "irondefense",
13447
- "ironhead",
13448
- "lastresort",
13449
- "minimize",
14595
+ "icepunch",
14596
+ "liquidation",
14597
+ "machpunch",
14598
+ "muddywater",
13450
14599
  "mudshot",
13451
- "mudslap",
13452
- "outrage",
13453
- "poisontail",
14600
+ "octolock",
14601
+ "painsplit",
14602
+ "payback",
13454
14603
  "protect",
13455
14604
  "rest",
13456
- "rockblast",
13457
- "rockslide",
13458
- "rocktomb",
14605
+ "reversal",
13459
14606
  "round",
13460
- "sandstorm",
13461
- "sandtomb",
13462
- "scaleshot",
13463
14607
  "scaryface",
13464
- "scorchingsands",
13465
- "screech",
14608
+ "seismictoss",
13466
14609
  "skittersmack",
13467
14610
  "sleeptalk",
13468
14611
  "snore",
13469
- "stealthrock",
13470
- "stoneedge",
14612
+ "soak",
14613
+ "stompingtantrum",
14614
+ "stormthrow",
13471
14615
  "substitute",
13472
- "thunderfang",
13473
- "wrap",
13474
- "zenheadbutt"
14616
+ "suckerpunch",
14617
+ "superpower",
14618
+ "surf",
14619
+ "taunt",
14620
+ "topsyturvy",
14621
+ "waterfall",
14622
+ "whirlpool"
13475
14623
  ]
13476
14624
  },
13477
14625
  {
@@ -13638,28 +14786,161 @@
13638
14786
  "powerswap",
13639
14787
  "powerwhip",
13640
14788
  "protect",
13641
- "reflect",
14789
+ "reflect",
14790
+ "rest",
14791
+ "round",
14792
+ "scaryface",
14793
+ "shadowclaw",
14794
+ "sleeptalk",
14795
+ "snore",
14796
+ "spiritbreak",
14797
+ "stompingtantrum",
14798
+ "substitute",
14799
+ "suckerpunch",
14800
+ "superpower",
14801
+ "swagger",
14802
+ "taunt",
14803
+ "thief",
14804
+ "throatchop",
14805
+ "thunderpunch",
14806
+ "torment",
14807
+ "trailblaze",
14808
+ "trick",
14809
+ "uproar",
14810
+ "wonderroom"
14811
+ ]
14812
+ },
14813
+ {
14814
+ "id": "perrserker",
14815
+ "moves": [
14816
+ "aerialace",
14817
+ "amnesia",
14818
+ "assurance",
14819
+ "batonpass",
14820
+ "bite",
14821
+ "bodyslam",
14822
+ "brickbreak",
14823
+ "bulkup",
14824
+ "charm",
14825
+ "chillingwater",
14826
+ "closecombat",
14827
+ "covet",
14828
+ "crunch",
14829
+ "curse",
14830
+ "darkpulse",
14831
+ "dig",
14832
+ "doubleedge",
14833
+ "endeavor",
14834
+ "endure",
14835
+ "facade",
14836
+ "fakeout",
14837
+ "faketears",
14838
+ "flail",
14839
+ "flashcannon",
14840
+ "fling",
14841
+ "foulplay",
14842
+ "gigaimpact",
14843
+ "gunkshot",
14844
+ "gyroball",
14845
+ "heavyslam",
14846
+ "helpinghand",
14847
+ "hyperbeam",
14848
+ "hypervoice",
14849
+ "irondefense",
14850
+ "ironhead",
14851
+ "irontail",
14852
+ "knockoff",
14853
+ "lashout",
14854
+ "metalburst",
14855
+ "metalsound",
14856
+ "nastyplot",
14857
+ "nightslash",
14858
+ "payback",
14859
+ "playrough",
14860
+ "protect",
14861
+ "raindance",
14862
+ "rest",
14863
+ "round",
14864
+ "screech",
14865
+ "seedbomb",
14866
+ "shadowball",
14867
+ "shadowclaw",
14868
+ "slash",
14869
+ "sleeptalk",
14870
+ "snore",
14871
+ "spikes",
14872
+ "spite",
14873
+ "stealthrock",
14874
+ "steelbeam",
14875
+ "substitute",
14876
+ "sunnyday",
14877
+ "swagger",
14878
+ "swordsdance",
14879
+ "taunt",
14880
+ "thief",
14881
+ "thrash",
14882
+ "throatchop",
14883
+ "thunder",
14884
+ "thunderbolt",
14885
+ "thunderwave",
14886
+ "trailblaze",
14887
+ "uproar",
14888
+ "uturn",
14889
+ "xscissor"
14890
+ ]
14891
+ },
14892
+ {
14893
+ "id": "sirfetchd",
14894
+ "moves": [
14895
+ "aerialace",
14896
+ "assurance",
14897
+ "attract",
14898
+ "bodyslam",
14899
+ "bravebird",
14900
+ "brickbreak",
14901
+ "brutalswing",
14902
+ "closecombat",
14903
+ "coaching",
14904
+ "counter",
14905
+ "covet",
14906
+ "curse",
14907
+ "defog",
14908
+ "detect",
14909
+ "doubleedge",
14910
+ "dualwingbeat",
14911
+ "endure",
14912
+ "facade",
14913
+ "featherdance",
14914
+ "feint",
14915
+ "finalgambit",
14916
+ "firstimpression",
14917
+ "flail",
14918
+ "focusenergy",
14919
+ "grassyglide",
14920
+ "helpinghand",
14921
+ "irondefense",
14922
+ "knockoff",
14923
+ "leafblade",
14924
+ "meteorassault",
14925
+ "nightslash",
14926
+ "poisonjab",
14927
+ "protect",
14928
+ "quickattack",
14929
+ "quickguard",
13642
14930
  "rest",
13643
14931
  "round",
13644
- "scaryface",
13645
- "shadowclaw",
14932
+ "simplebeam",
14933
+ "skyattack",
14934
+ "slash",
13646
14935
  "sleeptalk",
13647
14936
  "snore",
13648
- "spiritbreak",
13649
- "stompingtantrum",
14937
+ "solarblade",
14938
+ "steelwing",
13650
14939
  "substitute",
13651
- "suckerpunch",
14940
+ "sunnyday",
13652
14941
  "superpower",
13653
- "swagger",
13654
- "taunt",
13655
- "thief",
13656
- "throatchop",
13657
- "thunderpunch",
13658
- "torment",
13659
- "trailblaze",
13660
- "trick",
13661
- "uproar",
13662
- "wonderroom"
14942
+ "swordsdance",
14943
+ "throatchop"
13663
14944
  ]
13664
14945
  },
13665
14946
  {
@@ -13948,6 +15229,160 @@
13948
15229
  "zenheadbutt"
13949
15230
  ]
13950
15231
  },
15232
+ {
15233
+ "id": "pincurchin",
15234
+ "moves": [
15235
+ "acupressure",
15236
+ "assurance",
15237
+ "bodyslam",
15238
+ "charge",
15239
+ "chargebeam",
15240
+ "chillingwater",
15241
+ "curse",
15242
+ "discharge",
15243
+ "electricterrain",
15244
+ "electroball",
15245
+ "electroweb",
15246
+ "endure",
15247
+ "facade",
15248
+ "gigaimpact",
15249
+ "hex",
15250
+ "hydropump",
15251
+ "hyperbeam",
15252
+ "liquidation",
15253
+ "memento",
15254
+ "muddywater",
15255
+ "painsplit",
15256
+ "payback",
15257
+ "pinmissile",
15258
+ "poisonjab",
15259
+ "protect",
15260
+ "raindance",
15261
+ "recover",
15262
+ "rest",
15263
+ "reversal",
15264
+ "risingvoltage",
15265
+ "round",
15266
+ "scald",
15267
+ "selfdestruct",
15268
+ "sleeptalk",
15269
+ "snore",
15270
+ "spikes",
15271
+ "substitute",
15272
+ "suckerpunch",
15273
+ "supercellslam",
15274
+ "surf",
15275
+ "throatchop",
15276
+ "thunder",
15277
+ "thunderbolt",
15278
+ "thunderwave",
15279
+ "toxicspikes",
15280
+ "venoshock",
15281
+ "wildcharge",
15282
+ "zingzap"
15283
+ ]
15284
+ },
15285
+ {
15286
+ "id": "indeedee",
15287
+ "moves": [
15288
+ "afteryou",
15289
+ "bodyslam",
15290
+ "calmmind",
15291
+ "dazzlinggleam",
15292
+ "drainingkiss",
15293
+ "drainpunch",
15294
+ "encore",
15295
+ "endure",
15296
+ "energyball",
15297
+ "expandingforce",
15298
+ "extrasensory",
15299
+ "facade",
15300
+ "fakeout",
15301
+ "futuresight",
15302
+ "gravity",
15303
+ "healingwish",
15304
+ "helpinghand",
15305
+ "hypervoice",
15306
+ "imprison",
15307
+ "lastresort",
15308
+ "magicroom",
15309
+ "mysticalfire",
15310
+ "playrough",
15311
+ "powersplit",
15312
+ "powerswap",
15313
+ "protect",
15314
+ "psychic",
15315
+ "psychicnoise",
15316
+ "psychicterrain",
15317
+ "psychup",
15318
+ "psyshock",
15319
+ "rest",
15320
+ "round",
15321
+ "shadowball",
15322
+ "skillswap",
15323
+ "sleeptalk",
15324
+ "snore",
15325
+ "storedpower",
15326
+ "substitute",
15327
+ "terrainpulse",
15328
+ "triattack",
15329
+ "trick",
15330
+ "trickroom",
15331
+ "wish",
15332
+ "wonderroom",
15333
+ "zenheadbutt"
15334
+ ]
15335
+ },
15336
+ {
15337
+ "id": "indeedee-f",
15338
+ "moves": [
15339
+ "alluringvoice",
15340
+ "batonpass",
15341
+ "bodyslam",
15342
+ "calmmind",
15343
+ "charm",
15344
+ "dazzlinggleam",
15345
+ "drainingkiss",
15346
+ "drainpunch",
15347
+ "endure",
15348
+ "energyball",
15349
+ "facade",
15350
+ "fakeout",
15351
+ "followme",
15352
+ "futuresight",
15353
+ "guardsplit",
15354
+ "guardswap",
15355
+ "healingwish",
15356
+ "healpulse",
15357
+ "helpinghand",
15358
+ "hypervoice",
15359
+ "imprison",
15360
+ "lightscreen",
15361
+ "mysticalfire",
15362
+ "playrough",
15363
+ "protect",
15364
+ "psychic",
15365
+ "psychicterrain",
15366
+ "psychup",
15367
+ "psyshock",
15368
+ "reflect",
15369
+ "rest",
15370
+ "round",
15371
+ "safeguard",
15372
+ "shadowball",
15373
+ "sing",
15374
+ "skillswap",
15375
+ "sleeptalk",
15376
+ "snore",
15377
+ "storedpower",
15378
+ "substitute",
15379
+ "terrainpulse",
15380
+ "trick",
15381
+ "trickroom",
15382
+ "wish",
15383
+ "zenheadbutt"
15384
+ ]
15385
+ },
13951
15386
  {
13952
15387
  "id": "morpeko",
13953
15388
  "moves": [
@@ -14200,6 +15635,7 @@
14200
15635
  "sandstorm",
14201
15636
  "scaryface",
14202
15637
  "skittersmack",
15638
+ "slash",
14203
15639
  "sleeptalk",
14204
15640
  "smackdown",
14205
15641
  "stealthrock",
@@ -14373,6 +15809,7 @@
14373
15809
  "screech",
14374
15810
  "shadowball",
14375
15811
  "shadowclaw",
15812
+ "slash",
14376
15813
  "sleeptalk",
14377
15814
  "sludgebomb",
14378
15815
  "sludgewave",
@@ -14514,6 +15951,7 @@
14514
15951
  "shadowball",
14515
15952
  "shadowclaw",
14516
15953
  "skillswap",
15954
+ "slash",
14517
15955
  "sleeptalk",
14518
15956
  "solarbeam",
14519
15957
  "spikes",
@@ -14616,47 +16054,116 @@
14616
16054
  "detect",
14617
16055
  "doublehit",
14618
16056
  "encore",
14619
- "endeavor",
16057
+ "endeavor",
16058
+ "endure",
16059
+ "facade",
16060
+ "featherdance",
16061
+ "fling",
16062
+ "flipturn",
16063
+ "focusenergy",
16064
+ "gigaimpact",
16065
+ "helpinghand",
16066
+ "hurricane",
16067
+ "hydrocannon",
16068
+ "hydropump",
16069
+ "hyperbeam",
16070
+ "icespinner",
16071
+ "icywind",
16072
+ "knockoff",
16073
+ "lastresort",
16074
+ "liquidation",
16075
+ "lowkick",
16076
+ "lowsweep",
16077
+ "megakick",
16078
+ "mistyterrain",
16079
+ "protect",
16080
+ "psychup",
16081
+ "raindance",
16082
+ "rapidspin",
16083
+ "rest",
16084
+ "reversal",
16085
+ "roost",
16086
+ "sleeptalk",
16087
+ "substitute",
16088
+ "surf",
16089
+ "swordsdance",
16090
+ "taunt",
16091
+ "tripleaxel",
16092
+ "upperhand",
16093
+ "uturn",
16094
+ "waterpulse",
16095
+ "wavecrash",
16096
+ "whirlpool",
16097
+ "wingattack"
16098
+ ]
16099
+ },
16100
+ {
16101
+ "id": "pawmot",
16102
+ "moves": [
16103
+ "agility",
16104
+ "batonpass",
16105
+ "bite",
16106
+ "bodypress",
16107
+ "brickbreak",
16108
+ "bulkup",
16109
+ "charge",
16110
+ "chargebeam",
16111
+ "charm",
16112
+ "closecombat",
16113
+ "coaching",
16114
+ "crunch",
16115
+ "dig",
16116
+ "discharge",
16117
+ "doubleedge",
16118
+ "doubleshock",
16119
+ "eerieimpulse",
16120
+ "electricterrain",
16121
+ "electroball",
16122
+ "electroweb",
16123
+ "encore",
14620
16124
  "endure",
16125
+ "entrainment",
14621
16126
  "facade",
14622
- "featherdance",
16127
+ "fakeout",
16128
+ "firepunch",
14623
16129
  "fling",
14624
- "flipturn",
14625
- "focusenergy",
16130
+ "focusblast",
16131
+ "focuspunch",
14626
16132
  "gigaimpact",
16133
+ "grassknot",
14627
16134
  "helpinghand",
14628
- "hurricane",
14629
- "hydrocannon",
14630
- "hydropump",
14631
16135
  "hyperbeam",
14632
- "icespinner",
14633
- "icywind",
16136
+ "icepunch",
14634
16137
  "knockoff",
14635
- "lastresort",
14636
- "liquidation",
14637
16138
  "lowkick",
14638
16139
  "lowsweep",
14639
- "megakick",
14640
- "mistyterrain",
16140
+ "machpunch",
16141
+ "nuzzle",
16142
+ "playrough",
14641
16143
  "protect",
14642
- "psychup",
16144
+ "quickattack",
14643
16145
  "raindance",
14644
- "rapidspin",
14645
16146
  "rest",
14646
- "reversal",
14647
- "roost",
16147
+ "revivalblessing",
16148
+ "rocktomb",
16149
+ "seedbomb",
14648
16150
  "sleeptalk",
14649
16151
  "substitute",
14650
- "surf",
14651
- "swordsdance",
14652
- "taunt",
14653
- "tripleaxel",
16152
+ "sunnyday",
16153
+ "supercellslam",
16154
+ "superfang",
16155
+ "sweetkiss",
16156
+ "thief",
16157
+ "throatchop",
16158
+ "thunder",
16159
+ "thunderbolt",
16160
+ "thunderfang",
16161
+ "thunderpunch",
16162
+ "thunderwave",
14654
16163
  "upperhand",
14655
- "uturn",
14656
- "waterpulse",
14657
- "wavecrash",
14658
- "whirlpool",
14659
- "wingattack"
16164
+ "voltswitch",
16165
+ "wildcharge",
16166
+ "wish"
14660
16167
  ]
14661
16168
  },
14662
16169
  {
@@ -14771,6 +16278,103 @@
14771
16278
  "waterpulse"
14772
16279
  ]
14773
16280
  },
16281
+ {
16282
+ "id": "arboliva",
16283
+ "moves": [
16284
+ "alluringvoice",
16285
+ "bulletseed",
16286
+ "charm",
16287
+ "dazzlinggleam",
16288
+ "earthpower",
16289
+ "encore",
16290
+ "endure",
16291
+ "energyball",
16292
+ "facade",
16293
+ "flail",
16294
+ "fling",
16295
+ "gigadrain",
16296
+ "gigaimpact",
16297
+ "grassknot",
16298
+ "grassyterrain",
16299
+ "growth",
16300
+ "helpinghand",
16301
+ "hyperbeam",
16302
+ "hypervoice",
16303
+ "leafstorm",
16304
+ "leechseed",
16305
+ "lightscreen",
16306
+ "memento",
16307
+ "mirrorcoat",
16308
+ "petalblizzard",
16309
+ "petaldance",
16310
+ "pollenpuff",
16311
+ "protect",
16312
+ "psychup",
16313
+ "reflect",
16314
+ "rest",
16315
+ "safeguard",
16316
+ "seedbomb",
16317
+ "sleeptalk",
16318
+ "solarbeam",
16319
+ "solarblade",
16320
+ "strengthsap",
16321
+ "substitute",
16322
+ "sunnyday",
16323
+ "sweetscent",
16324
+ "synthesis",
16325
+ "terrainpulse",
16326
+ "trailblaze",
16327
+ "weatherball"
16328
+ ]
16329
+ },
16330
+ {
16331
+ "id": "squawkabilly",
16332
+ "moves": [
16333
+ "aerialace",
16334
+ "aircutter",
16335
+ "airslash",
16336
+ "bravebird",
16337
+ "copycat",
16338
+ "doubleedge",
16339
+ "dualwingbeat",
16340
+ "endeavor",
16341
+ "endure",
16342
+ "facade",
16343
+ "faketears",
16344
+ "featherdance",
16345
+ "finalgambit",
16346
+ "flatter",
16347
+ "fly",
16348
+ "foulplay",
16349
+ "gigaimpact",
16350
+ "heatwave",
16351
+ "helpinghand",
16352
+ "hurricane",
16353
+ "hyperbeam",
16354
+ "hypervoice",
16355
+ "lashout",
16356
+ "lunge",
16357
+ "partingshot",
16358
+ "pounce",
16359
+ "protect",
16360
+ "quickattack",
16361
+ "rest",
16362
+ "reversal",
16363
+ "roost",
16364
+ "scaryface",
16365
+ "seedbomb",
16366
+ "sleeptalk",
16367
+ "substitute",
16368
+ "sunnyday",
16369
+ "swagger",
16370
+ "tailwind",
16371
+ "taunt",
16372
+ "thief",
16373
+ "torment",
16374
+ "uproar",
16375
+ "uturn"
16376
+ ]
16377
+ },
14774
16378
  {
14775
16379
  "id": "garganacl",
14776
16380
  "moves": [
@@ -14997,6 +16601,55 @@
14997
16601
  "zapcannon"
14998
16602
  ]
14999
16603
  },
16604
+ {
16605
+ "id": "mabosstiff",
16606
+ "moves": [
16607
+ "bite",
16608
+ "bodyslam",
16609
+ "comeuppance",
16610
+ "crunch",
16611
+ "curse",
16612
+ "darkpulse",
16613
+ "destinybond",
16614
+ "dig",
16615
+ "doubleedge",
16616
+ "endeavor",
16617
+ "endure",
16618
+ "facade",
16619
+ "faketears",
16620
+ "firefang",
16621
+ "focusenergy",
16622
+ "gigaimpact",
16623
+ "helpinghand",
16624
+ "hyperbeam",
16625
+ "hypervoice",
16626
+ "icefang",
16627
+ "jawlock",
16628
+ "lashout",
16629
+ "outrage",
16630
+ "painsplit",
16631
+ "payback",
16632
+ "playrough",
16633
+ "protect",
16634
+ "psychicfangs",
16635
+ "raindance",
16636
+ "rest",
16637
+ "reversal",
16638
+ "roar",
16639
+ "scaryface",
16640
+ "sleeptalk",
16641
+ "snarl",
16642
+ "spite",
16643
+ "substitute",
16644
+ "sunnyday",
16645
+ "swagger",
16646
+ "taunt",
16647
+ "thief",
16648
+ "thunderfang",
16649
+ "trailblaze",
16650
+ "wildcharge"
16651
+ ]
16652
+ },
15000
16653
  {
15001
16654
  "id": "scovillain",
15002
16655
  "moves": [
@@ -15578,6 +17231,7 @@
15578
17231
  "sandstorm",
15579
17232
  "scaryface",
15580
17233
  "shadowclaw",
17234
+ "slash",
15581
17235
  "sleeptalk",
15582
17236
  "snarl",
15583
17237
  "spite",
@@ -15596,6 +17250,62 @@
15596
17250
  "zenheadbutt"
15597
17251
  ]
15598
17252
  },
17253
+ {
17254
+ "id": "baxcalibur",
17255
+ "moves": [
17256
+ "aerialace",
17257
+ "aquatail",
17258
+ "avalanche",
17259
+ "bite",
17260
+ "blizzard",
17261
+ "bodypress",
17262
+ "bodyslam",
17263
+ "breakingswipe",
17264
+ "brickbreak",
17265
+ "bulldoze",
17266
+ "crunch",
17267
+ "dig",
17268
+ "doubleedge",
17269
+ "dracometeor",
17270
+ "dragoncheer",
17271
+ "dragonclaw",
17272
+ "dragondance",
17273
+ "dragonpulse",
17274
+ "dragonrush",
17275
+ "dragontail",
17276
+ "earthquake",
17277
+ "endure",
17278
+ "facade",
17279
+ "focusenergy",
17280
+ "freezedry",
17281
+ "frostbreath",
17282
+ "gigaimpact",
17283
+ "glaiverush",
17284
+ "helpinghand",
17285
+ "highhorsepower",
17286
+ "hyperbeam",
17287
+ "icebeam",
17288
+ "icefang",
17289
+ "iceshard",
17290
+ "iciclecrash",
17291
+ "iciclespear",
17292
+ "icywind",
17293
+ "ironhead",
17294
+ "outrage",
17295
+ "protect",
17296
+ "raindance",
17297
+ "rest",
17298
+ "scaleshot",
17299
+ "scaryface",
17300
+ "sleeptalk",
17301
+ "snowscape",
17302
+ "stompingtantrum",
17303
+ "substitute",
17304
+ "swordsdance",
17305
+ "thunderfang",
17306
+ "zenheadbutt"
17307
+ ]
17308
+ },
15599
17309
  {
15600
17310
  "id": "gholdengo",
15601
17311
  "moves": [
@@ -15713,10 +17423,8 @@
15713
17423
  "irondefense",
15714
17424
  "ironhead",
15715
17425
  "lightscreen",
15716
- "metalburst",
15717
17426
  "metalsound",
15718
17427
  "meteorbeam",
15719
- "mirrorcoat",
15720
17428
  "nightslash",
15721
17429
  "outrage",
15722
17430
  "protect",
@@ -15726,6 +17434,7 @@
15726
17434
  "rockslide",
15727
17435
  "rocktomb",
15728
17436
  "scaryface",
17437
+ "slash",
15729
17438
  "sleeptalk",
15730
17439
  "smackdown",
15731
17440
  "snarl",