@pkmn/sim 0.9.38 → 0.10.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 (237) hide show
  1. package/build/cjs/config/formats.js +185 -173
  2. package/build/cjs/config/formats.js.map +1 -1
  3. package/build/cjs/data/abilities.js +62 -72
  4. package/build/cjs/data/abilities.js.map +1 -1
  5. package/build/cjs/data/aliases.js +11 -4
  6. package/build/cjs/data/aliases.js.map +1 -1
  7. package/build/cjs/data/formats-data.js +163 -63
  8. package/build/cjs/data/formats-data.js.map +1 -1
  9. package/build/cjs/data/items.js +406 -2
  10. package/build/cjs/data/items.js.map +1 -1
  11. package/build/cjs/data/legality.js +548 -113
  12. package/build/cjs/data/legality.js.map +1 -1
  13. package/build/cjs/data/mods/gen1/conditions.js +1 -1
  14. package/build/cjs/data/mods/gen2/formats-data.js +2 -2
  15. package/build/cjs/data/mods/gen2/formats-data.js.map +1 -1
  16. package/build/cjs/data/mods/gen3/abilities.js +1 -3
  17. package/build/cjs/data/mods/gen3/abilities.js.map +1 -1
  18. package/build/cjs/data/mods/gen3/formats-data.js +5 -11
  19. package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
  20. package/build/cjs/data/mods/gen3/moves.js +24 -0
  21. package/build/cjs/data/mods/gen3/moves.js.map +1 -1
  22. package/build/cjs/data/mods/gen4/abilities.js +2 -14
  23. package/build/cjs/data/mods/gen4/abilities.js.map +1 -1
  24. package/build/cjs/data/mods/gen4/formats-data.js.map +1 -1
  25. package/build/cjs/data/mods/gen4/moves.js +37 -6
  26. package/build/cjs/data/mods/gen4/moves.js.map +1 -1
  27. package/build/cjs/data/mods/gen5/abilities.js +4 -0
  28. package/build/cjs/data/mods/gen5/abilities.js.map +1 -1
  29. package/build/cjs/data/mods/gen5/formats-data.js.map +1 -1
  30. package/build/cjs/data/mods/gen6/pokedex.js +104 -0
  31. package/build/cjs/data/mods/gen6/pokedex.js.map +1 -1
  32. package/build/cjs/data/mods/gen7/abilities.js +11 -26
  33. package/build/cjs/data/mods/gen7/abilities.js.map +1 -1
  34. package/build/cjs/data/mods/gen7/formats-data.js +1 -1
  35. package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
  36. package/build/cjs/data/mods/gen7/pokedex.js +96 -0
  37. package/build/cjs/data/mods/gen7/pokedex.js.map +1 -1
  38. package/build/cjs/data/mods/gen8/abilities.js +0 -3
  39. package/build/cjs/data/mods/gen8/abilities.js.map +1 -1
  40. package/build/cjs/data/mods/gen8bdsp/abilities.d.ts +1 -0
  41. package/build/cjs/data/mods/gen8bdsp/abilities.js +42 -0
  42. package/build/cjs/data/mods/gen8bdsp/abilities.js.map +1 -0
  43. package/build/cjs/data/mods/gen8bdsp/formats-data.d.ts +1 -0
  44. package/build/cjs/data/mods/gen8bdsp/formats-data.js +1837 -0
  45. package/build/cjs/data/mods/gen8bdsp/formats-data.js.map +1 -0
  46. package/build/cjs/data/mods/gen8bdsp/index.d.ts +6 -0
  47. package/build/cjs/data/mods/gen8bdsp/index.js +16 -0
  48. package/build/cjs/data/mods/gen8bdsp/index.js.map +1 -0
  49. package/build/cjs/data/mods/gen8bdsp/items.d.ts +1 -0
  50. package/build/cjs/data/mods/gen8bdsp/items.js +831 -0
  51. package/build/cjs/data/mods/gen8bdsp/items.js.map +1 -0
  52. package/build/cjs/data/mods/gen8bdsp/learnsets.d.ts +3 -0
  53. package/build/cjs/data/mods/gen8bdsp/learnsets.js +25784 -0
  54. package/build/cjs/data/mods/gen8bdsp/learnsets.js.map +1 -0
  55. package/build/cjs/data/mods/gen8bdsp/legality.d.ts +3 -0
  56. package/build/cjs/data/mods/gen8bdsp/legality.js +242 -0
  57. package/build/cjs/data/mods/gen8bdsp/legality.js.map +1 -0
  58. package/build/cjs/data/mods/gen8bdsp/moves.d.ts +1 -0
  59. package/build/cjs/data/mods/gen8bdsp/moves.js +919 -0
  60. package/build/cjs/data/mods/gen8bdsp/moves.js.map +1 -0
  61. package/build/cjs/data/mods/gen8bdsp/pokedex.d.ts +1 -0
  62. package/build/cjs/data/mods/gen8bdsp/pokedex.js +99 -0
  63. package/build/cjs/data/mods/gen8bdsp/pokedex.js.map +1 -0
  64. package/build/cjs/data/mods/gen8bdsp/scripts.d.ts +1 -0
  65. package/build/cjs/data/mods/gen8bdsp/scripts.js +15 -0
  66. package/build/cjs/data/mods/gen8bdsp/scripts.js.map +1 -0
  67. package/build/cjs/data/mods/gen8legends/formats-data.d.ts +1 -0
  68. package/build/cjs/data/mods/gen8legends/formats-data.js +2775 -0
  69. package/build/cjs/data/mods/gen8legends/formats-data.js.map +1 -0
  70. package/build/cjs/data/mods/gen8legends/index.d.ts +2 -0
  71. package/build/cjs/data/mods/gen8legends/index.js +8 -0
  72. package/build/cjs/data/mods/gen8legends/index.js.map +1 -0
  73. package/build/cjs/data/mods/gen8legends/learnsets.d.ts +3 -0
  74. package/build/cjs/data/mods/gen8legends/learnsets.js +5553 -0
  75. package/build/cjs/data/mods/gen8legends/learnsets.js.map +1 -0
  76. package/build/cjs/data/mods/gen8legends/legality.d.ts +3 -0
  77. package/build/cjs/data/mods/gen8legends/legality.js +149 -0
  78. package/build/cjs/data/mods/gen8legends/legality.js.map +1 -0
  79. package/build/cjs/data/mods/gen8legends/scripts.d.ts +1 -0
  80. package/build/cjs/data/mods/gen8legends/scripts.js +8 -0
  81. package/build/cjs/data/mods/gen8legends/scripts.js.map +1 -0
  82. package/build/cjs/data/moves.js +53 -55
  83. package/build/cjs/data/moves.js.map +1 -1
  84. package/build/cjs/data/pokedex.js +735 -10
  85. package/build/cjs/data/pokedex.js.map +1 -1
  86. package/build/cjs/data/rulesets.js +78 -0
  87. package/build/cjs/data/rulesets.js.map +1 -1
  88. package/build/cjs/data/text/items.js +108 -0
  89. package/build/cjs/data/text/items.js.map +1 -1
  90. package/build/cjs/data/text/moves.js +6 -2
  91. package/build/cjs/data/text/moves.js.map +1 -1
  92. package/build/cjs/sim/battle-actions.js +17 -7
  93. package/build/cjs/sim/battle-actions.js.map +1 -1
  94. package/build/cjs/sim/battle-queue.d.ts +11 -6
  95. package/build/cjs/sim/battle-queue.js.map +1 -1
  96. package/build/cjs/sim/battle.d.ts +2 -2
  97. package/build/cjs/sim/battle.js +23 -28
  98. package/build/cjs/sim/battle.js.map +1 -1
  99. package/build/cjs/sim/dex-conditions.d.ts +2 -1
  100. package/build/cjs/sim/dex-conditions.js.map +1 -1
  101. package/build/cjs/sim/dex-formats.d.ts +2 -0
  102. package/build/cjs/sim/dex-formats.js +12 -1
  103. package/build/cjs/sim/dex-formats.js.map +1 -1
  104. package/build/cjs/sim/dex-species.d.ts +13 -2
  105. package/build/cjs/sim/dex-species.js +40 -19
  106. package/build/cjs/sim/dex-species.js.map +1 -1
  107. package/build/cjs/sim/dex.js +11 -0
  108. package/build/cjs/sim/dex.js.map +1 -1
  109. package/build/cjs/sim/exported-global-types.d.ts +5 -4
  110. package/build/cjs/sim/global-types.d.ts +5 -4
  111. package/build/cjs/sim/pokemon.d.ts +6 -4
  112. package/build/cjs/sim/pokemon.js +31 -24
  113. package/build/cjs/sim/pokemon.js.map +1 -1
  114. package/build/cjs/sim/side.js +11 -41
  115. package/build/cjs/sim/side.js.map +1 -1
  116. package/build/cjs/sim/team-validator.d.ts +1 -0
  117. package/build/cjs/sim/team-validator.js +50 -18
  118. package/build/cjs/sim/team-validator.js.map +1 -1
  119. package/build/esm/config/formats.mjs +185 -173
  120. package/build/esm/config/formats.mjs.map +1 -1
  121. package/build/esm/data/abilities.mjs +62 -72
  122. package/build/esm/data/abilities.mjs.map +1 -1
  123. package/build/esm/data/aliases.mjs +11 -4
  124. package/build/esm/data/aliases.mjs.map +1 -1
  125. package/build/esm/data/formats-data.mjs +163 -63
  126. package/build/esm/data/formats-data.mjs.map +1 -1
  127. package/build/esm/data/items.mjs +406 -2
  128. package/build/esm/data/items.mjs.map +1 -1
  129. package/build/esm/data/legality.mjs +548 -113
  130. package/build/esm/data/legality.mjs.map +1 -1
  131. package/build/esm/data/mods/gen1/conditions.mjs +1 -1
  132. package/build/esm/data/mods/gen2/formats-data.mjs +2 -2
  133. package/build/esm/data/mods/gen2/formats-data.mjs.map +1 -1
  134. package/build/esm/data/mods/gen3/abilities.mjs +1 -3
  135. package/build/esm/data/mods/gen3/abilities.mjs.map +1 -1
  136. package/build/esm/data/mods/gen3/formats-data.mjs +5 -11
  137. package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
  138. package/build/esm/data/mods/gen3/moves.mjs +24 -0
  139. package/build/esm/data/mods/gen3/moves.mjs.map +1 -1
  140. package/build/esm/data/mods/gen4/abilities.mjs +2 -14
  141. package/build/esm/data/mods/gen4/abilities.mjs.map +1 -1
  142. package/build/esm/data/mods/gen4/formats-data.mjs.map +1 -1
  143. package/build/esm/data/mods/gen4/moves.mjs +37 -6
  144. package/build/esm/data/mods/gen4/moves.mjs.map +1 -1
  145. package/build/esm/data/mods/gen5/abilities.mjs +4 -0
  146. package/build/esm/data/mods/gen5/abilities.mjs.map +1 -1
  147. package/build/esm/data/mods/gen5/formats-data.mjs.map +1 -1
  148. package/build/esm/data/mods/gen6/pokedex.mjs +104 -0
  149. package/build/esm/data/mods/gen6/pokedex.mjs.map +1 -1
  150. package/build/esm/data/mods/gen7/abilities.mjs +11 -26
  151. package/build/esm/data/mods/gen7/abilities.mjs.map +1 -1
  152. package/build/esm/data/mods/gen7/formats-data.mjs +1 -1
  153. package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
  154. package/build/esm/data/mods/gen7/pokedex.mjs +96 -0
  155. package/build/esm/data/mods/gen7/pokedex.mjs.map +1 -1
  156. package/build/esm/data/mods/gen8/abilities.mjs +0 -3
  157. package/build/esm/data/mods/gen8/abilities.mjs.map +1 -1
  158. package/build/esm/data/mods/gen8bdsp/abilities.d.mts +1 -0
  159. package/build/esm/data/mods/gen8bdsp/abilities.mjs +39 -0
  160. package/build/esm/data/mods/gen8bdsp/abilities.mjs.map +1 -0
  161. package/build/esm/data/mods/gen8bdsp/formats-data.d.mts +1 -0
  162. package/build/esm/data/mods/gen8bdsp/formats-data.mjs +1834 -0
  163. package/build/esm/data/mods/gen8bdsp/formats-data.mjs.map +1 -0
  164. package/build/esm/data/mods/gen8bdsp/index.d.mts +6 -0
  165. package/build/esm/data/mods/gen8bdsp/index.mjs +7 -0
  166. package/build/esm/data/mods/gen8bdsp/index.mjs.map +1 -0
  167. package/build/esm/data/mods/gen8bdsp/items.d.mts +1 -0
  168. package/build/esm/data/mods/gen8bdsp/items.mjs +828 -0
  169. package/build/esm/data/mods/gen8bdsp/items.mjs.map +1 -0
  170. package/build/esm/data/mods/gen8bdsp/learnsets.d.mts +3 -0
  171. package/build/esm/data/mods/gen8bdsp/learnsets.mjs +25781 -0
  172. package/build/esm/data/mods/gen8bdsp/learnsets.mjs.map +1 -0
  173. package/build/esm/data/mods/gen8bdsp/legality.d.mts +3 -0
  174. package/build/esm/data/mods/gen8bdsp/legality.mjs +239 -0
  175. package/build/esm/data/mods/gen8bdsp/legality.mjs.map +1 -0
  176. package/build/esm/data/mods/gen8bdsp/moves.d.mts +1 -0
  177. package/build/esm/data/mods/gen8bdsp/moves.mjs +916 -0
  178. package/build/esm/data/mods/gen8bdsp/moves.mjs.map +1 -0
  179. package/build/esm/data/mods/gen8bdsp/pokedex.d.mts +1 -0
  180. package/build/esm/data/mods/gen8bdsp/pokedex.mjs +96 -0
  181. package/build/esm/data/mods/gen8bdsp/pokedex.mjs.map +1 -0
  182. package/build/esm/data/mods/gen8bdsp/scripts.d.mts +1 -0
  183. package/build/esm/data/mods/gen8bdsp/scripts.mjs +12 -0
  184. package/build/esm/data/mods/gen8bdsp/scripts.mjs.map +1 -0
  185. package/build/esm/data/mods/gen8legends/formats-data.d.mts +1 -0
  186. package/build/esm/data/mods/gen8legends/formats-data.mjs +2772 -0
  187. package/build/esm/data/mods/gen8legends/formats-data.mjs.map +1 -0
  188. package/build/esm/data/mods/gen8legends/index.d.mts +2 -0
  189. package/build/esm/data/mods/gen8legends/index.mjs +3 -0
  190. package/build/esm/data/mods/gen8legends/index.mjs.map +1 -0
  191. package/build/esm/data/mods/gen8legends/learnsets.d.mts +3 -0
  192. package/build/esm/data/mods/gen8legends/learnsets.mjs +5550 -0
  193. package/build/esm/data/mods/gen8legends/learnsets.mjs.map +1 -0
  194. package/build/esm/data/mods/gen8legends/legality.d.mts +3 -0
  195. package/build/esm/data/mods/gen8legends/legality.mjs +146 -0
  196. package/build/esm/data/mods/gen8legends/legality.mjs.map +1 -0
  197. package/build/esm/data/mods/gen8legends/scripts.d.mts +1 -0
  198. package/build/esm/data/mods/gen8legends/scripts.mjs +5 -0
  199. package/build/esm/data/mods/gen8legends/scripts.mjs.map +1 -0
  200. package/build/esm/data/moves.mjs +53 -55
  201. package/build/esm/data/moves.mjs.map +1 -1
  202. package/build/esm/data/pokedex.mjs +735 -10
  203. package/build/esm/data/pokedex.mjs.map +1 -1
  204. package/build/esm/data/rulesets.mjs +78 -0
  205. package/build/esm/data/rulesets.mjs.map +1 -1
  206. package/build/esm/data/text/items.mjs +108 -0
  207. package/build/esm/data/text/items.mjs.map +1 -1
  208. package/build/esm/data/text/moves.mjs +6 -2
  209. package/build/esm/data/text/moves.mjs.map +1 -1
  210. package/build/esm/sim/battle-actions.mjs +17 -7
  211. package/build/esm/sim/battle-actions.mjs.map +1 -1
  212. package/build/esm/sim/battle-queue.d.mts +11 -6
  213. package/build/esm/sim/battle-queue.mjs.map +1 -1
  214. package/build/esm/sim/battle.d.mts +2 -2
  215. package/build/esm/sim/battle.mjs +23 -28
  216. package/build/esm/sim/battle.mjs.map +1 -1
  217. package/build/esm/sim/dex-conditions.d.mts +2 -1
  218. package/build/esm/sim/dex-conditions.mjs.map +1 -1
  219. package/build/esm/sim/dex-formats.d.mts +2 -0
  220. package/build/esm/sim/dex-formats.mjs +12 -1
  221. package/build/esm/sim/dex-formats.mjs.map +1 -1
  222. package/build/esm/sim/dex-species.d.mts +13 -2
  223. package/build/esm/sim/dex-species.mjs +40 -19
  224. package/build/esm/sim/dex-species.mjs.map +1 -1
  225. package/build/esm/sim/dex.mjs +11 -0
  226. package/build/esm/sim/dex.mjs.map +1 -1
  227. package/build/esm/sim/exported-global-types.d.mts +5 -4
  228. package/build/esm/sim/global-types.d.mts +5 -4
  229. package/build/esm/sim/pokemon.d.mts +6 -4
  230. package/build/esm/sim/pokemon.mjs +31 -24
  231. package/build/esm/sim/pokemon.mjs.map +1 -1
  232. package/build/esm/sim/side.mjs +11 -41
  233. package/build/esm/sim/side.mjs.map +1 -1
  234. package/build/esm/sim/team-validator.d.mts +1 -0
  235. package/build/esm/sim/team-validator.mjs +50 -18
  236. package/build/esm/sim/team-validator.mjs.map +1 -1
  237. package/package.json +2 -2
@@ -0,0 +1,919 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Moves = void 0;
4
+ exports.Moves = {
5
+ accelerock: {
6
+ inherit: true,
7
+ isNonstandard: "Past",
8
+ },
9
+ anchorshot: {
10
+ inherit: true,
11
+ isNonstandard: "Past",
12
+ },
13
+ appleacid: {
14
+ inherit: true,
15
+ isNonstandard: "Past",
16
+ },
17
+ astralbarrage: {
18
+ inherit: true,
19
+ isNonstandard: "Past",
20
+ },
21
+ aurawheel: {
22
+ inherit: true,
23
+ isNonstandard: "Past",
24
+ },
25
+ banefulbunker: {
26
+ inherit: true,
27
+ isNonstandard: "Past",
28
+ },
29
+ behemothbash: {
30
+ inherit: true,
31
+ isNonstandard: "Past",
32
+ },
33
+ behemothblade: {
34
+ inherit: true,
35
+ isNonstandard: "Past",
36
+ },
37
+ blueflare: {
38
+ inherit: true,
39
+ isNonstandard: "Past",
40
+ },
41
+ boltbeak: {
42
+ inherit: true,
43
+ isNonstandard: "Past",
44
+ },
45
+ boltstrike: {
46
+ inherit: true,
47
+ isNonstandard: "Past",
48
+ },
49
+ branchpoke: {
50
+ inherit: true,
51
+ isNonstandard: "Past",
52
+ },
53
+ breakingswipe: {
54
+ inherit: true,
55
+ isNonstandard: "Past",
56
+ },
57
+ brutalswing: {
58
+ inherit: true,
59
+ isNonstandard: "Past",
60
+ },
61
+ burningjealousy: {
62
+ inherit: true,
63
+ isNonstandard: "Past",
64
+ },
65
+ celebrate: {
66
+ inherit: true,
67
+ isNonstandard: "Past",
68
+ },
69
+ chatter: {
70
+ inherit: true,
71
+ isNonstandard: null,
72
+ },
73
+ clangingscales: {
74
+ inherit: true,
75
+ isNonstandard: "Past",
76
+ },
77
+ clangoroussoul: {
78
+ inherit: true,
79
+ isNonstandard: "Past",
80
+ },
81
+ coaching: {
82
+ inherit: true,
83
+ isNonstandard: "Past",
84
+ },
85
+ coreenforcer: {
86
+ inherit: true,
87
+ isNonstandard: "Past",
88
+ },
89
+ corrosivegas: {
90
+ inherit: true,
91
+ isNonstandard: "Past",
92
+ },
93
+ courtchange: {
94
+ inherit: true,
95
+ isNonstandard: "Past",
96
+ },
97
+ craftyshield: {
98
+ inherit: true,
99
+ isNonstandard: "Past",
100
+ },
101
+ darkestlariat: {
102
+ inherit: true,
103
+ isNonstandard: "Past",
104
+ },
105
+ darkvoid: {
106
+ inherit: true,
107
+ isNonstandard: null,
108
+ },
109
+ decorate: {
110
+ inherit: true,
111
+ isNonstandard: "Past",
112
+ },
113
+ diamondstorm: {
114
+ inherit: true,
115
+ isNonstandard: "Past",
116
+ },
117
+ doubleironbash: {
118
+ inherit: true,
119
+ isNonstandard: "Past",
120
+ },
121
+ dragondarts: {
122
+ inherit: true,
123
+ isNonstandard: "Past",
124
+ },
125
+ dragonenergy: {
126
+ inherit: true,
127
+ isNonstandard: "Past",
128
+ },
129
+ dragonhammer: {
130
+ inherit: true,
131
+ flags: { contact: 1, protect: 1, mirror: 1, metronome: 1 },
132
+ },
133
+ drumbeating: {
134
+ inherit: true,
135
+ isNonstandard: "Past",
136
+ },
137
+ dualwingbeat: {
138
+ inherit: true,
139
+ isNonstandard: "Past",
140
+ },
141
+ dynamaxcannon: {
142
+ inherit: true,
143
+ isNonstandard: "Past",
144
+ },
145
+ eeriespell: {
146
+ inherit: true,
147
+ isNonstandard: "Past",
148
+ },
149
+ electrify: {
150
+ inherit: true,
151
+ isNonstandard: "Past",
152
+ },
153
+ electroweb: {
154
+ inherit: true,
155
+ isNonstandard: "Past",
156
+ },
157
+ eternabeam: {
158
+ inherit: true,
159
+ isNonstandard: "Past",
160
+ },
161
+ expandingforce: {
162
+ inherit: true,
163
+ isNonstandard: "Past",
164
+ },
165
+ fairylock: {
166
+ inherit: true,
167
+ isNonstandard: "Past",
168
+ },
169
+ falsesurrender: {
170
+ inherit: true,
171
+ isNonstandard: "Past",
172
+ },
173
+ fierydance: {
174
+ inherit: true,
175
+ isNonstandard: "Past",
176
+ },
177
+ fierywrath: {
178
+ inherit: true,
179
+ isNonstandard: "Past",
180
+ },
181
+ firelash: {
182
+ inherit: true,
183
+ isNonstandard: "Past",
184
+ },
185
+ firepledge: {
186
+ inherit: true,
187
+ isNonstandard: "Past",
188
+ },
189
+ firstimpression: {
190
+ inherit: true,
191
+ isNonstandard: "Past",
192
+ },
193
+ fishiousrend: {
194
+ inherit: true,
195
+ isNonstandard: "Past",
196
+ },
197
+ flash: {
198
+ inherit: true,
199
+ isNonstandard: null,
200
+ },
201
+ fleurcannon: {
202
+ inherit: true,
203
+ isNonstandard: "Past",
204
+ },
205
+ flipturn: {
206
+ inherit: true,
207
+ isNonstandard: "Past",
208
+ },
209
+ floralhealing: {
210
+ inherit: true,
211
+ isNonstandard: "Past",
212
+ },
213
+ flyingpress: {
214
+ inherit: true,
215
+ isNonstandard: "Past",
216
+ },
217
+ forestscurse: {
218
+ inherit: true,
219
+ isNonstandard: "Past",
220
+ },
221
+ freezeshock: {
222
+ inherit: true,
223
+ isNonstandard: "Past",
224
+ },
225
+ freezingglare: {
226
+ inherit: true,
227
+ isNonstandard: "Past",
228
+ },
229
+ fusionbolt: {
230
+ inherit: true,
231
+ isNonstandard: "Past",
232
+ },
233
+ fusionflare: {
234
+ inherit: true,
235
+ isNonstandard: "Past",
236
+ },
237
+ geargrind: {
238
+ inherit: true,
239
+ isNonstandard: "Past",
240
+ },
241
+ gearup: {
242
+ inherit: true,
243
+ isNonstandard: "Past",
244
+ },
245
+ geomancy: {
246
+ inherit: true,
247
+ isNonstandard: "Past",
248
+ },
249
+ glaciallance: {
250
+ inherit: true,
251
+ isNonstandard: "Past",
252
+ },
253
+ glaciate: {
254
+ inherit: true,
255
+ isNonstandard: "Past",
256
+ },
257
+ gmaxbefuddle: {
258
+ inherit: true,
259
+ isNonstandard: "Past",
260
+ },
261
+ gmaxcannonade: {
262
+ inherit: true,
263
+ isNonstandard: "Past",
264
+ },
265
+ gmaxcentiferno: {
266
+ inherit: true,
267
+ isNonstandard: "Past",
268
+ },
269
+ gmaxchistrike: {
270
+ inherit: true,
271
+ isNonstandard: "Past",
272
+ },
273
+ gmaxcuddle: {
274
+ inherit: true,
275
+ isNonstandard: "Past",
276
+ },
277
+ gmaxdepletion: {
278
+ inherit: true,
279
+ isNonstandard: "Past",
280
+ },
281
+ gmaxdrumsolo: {
282
+ inherit: true,
283
+ isNonstandard: "Past",
284
+ },
285
+ gmaxfinale: {
286
+ inherit: true,
287
+ isNonstandard: "Past",
288
+ },
289
+ gmaxfireball: {
290
+ inherit: true,
291
+ isNonstandard: "Past",
292
+ },
293
+ gmaxfoamburst: {
294
+ inherit: true,
295
+ isNonstandard: "Past",
296
+ },
297
+ gmaxgoldrush: {
298
+ inherit: true,
299
+ isNonstandard: "Past",
300
+ },
301
+ gmaxgravitas: {
302
+ inherit: true,
303
+ isNonstandard: "Past",
304
+ },
305
+ gmaxhydrosnipe: {
306
+ inherit: true,
307
+ isNonstandard: "Past",
308
+ },
309
+ gmaxmalodor: {
310
+ inherit: true,
311
+ isNonstandard: "Past",
312
+ },
313
+ gmaxmeltdown: {
314
+ inherit: true,
315
+ isNonstandard: "Past",
316
+ },
317
+ gmaxoneblow: {
318
+ inherit: true,
319
+ isNonstandard: "Past",
320
+ },
321
+ gmaxrapidflow: {
322
+ inherit: true,
323
+ isNonstandard: "Past",
324
+ },
325
+ gmaxreplenish: {
326
+ inherit: true,
327
+ isNonstandard: "Past",
328
+ },
329
+ gmaxresonance: {
330
+ inherit: true,
331
+ isNonstandard: "Past",
332
+ },
333
+ gmaxsandblast: {
334
+ inherit: true,
335
+ isNonstandard: "Past",
336
+ },
337
+ gmaxsmite: {
338
+ inherit: true,
339
+ isNonstandard: "Past",
340
+ },
341
+ gmaxsnooze: {
342
+ inherit: true,
343
+ isNonstandard: "Past",
344
+ },
345
+ gmaxsteelsurge: {
346
+ inherit: true,
347
+ isNonstandard: "Past",
348
+ },
349
+ gmaxstonesurge: {
350
+ inherit: true,
351
+ isNonstandard: "Past",
352
+ },
353
+ gmaxstunshock: {
354
+ inherit: true,
355
+ isNonstandard: "Past",
356
+ },
357
+ gmaxsweetness: {
358
+ inherit: true,
359
+ isNonstandard: "Past",
360
+ },
361
+ gmaxtartness: {
362
+ inherit: true,
363
+ isNonstandard: "Past",
364
+ },
365
+ gmaxterror: {
366
+ inherit: true,
367
+ isNonstandard: "Past",
368
+ },
369
+ gmaxvinelash: {
370
+ inherit: true,
371
+ isNonstandard: "Past",
372
+ },
373
+ gmaxvolcalith: {
374
+ inherit: true,
375
+ isNonstandard: "Past",
376
+ },
377
+ gmaxvoltcrash: {
378
+ inherit: true,
379
+ isNonstandard: "Past",
380
+ },
381
+ gmaxwildfire: {
382
+ inherit: true,
383
+ isNonstandard: "Past",
384
+ },
385
+ gmaxwindrage: {
386
+ inherit: true,
387
+ isNonstandard: "Past",
388
+ },
389
+ grasspledge: {
390
+ inherit: true,
391
+ isNonstandard: "Past",
392
+ },
393
+ grassyglide: {
394
+ inherit: true,
395
+ isNonstandard: "Past",
396
+ },
397
+ gravapple: {
398
+ inherit: true,
399
+ isNonstandard: "Past",
400
+ },
401
+ happyhour: {
402
+ inherit: true,
403
+ isNonstandard: "Past",
404
+ },
405
+ headcharge: {
406
+ inherit: true,
407
+ isNonstandard: "Past",
408
+ },
409
+ heartswap: {
410
+ inherit: true,
411
+ isNonstandard: null,
412
+ },
413
+ heatcrash: {
414
+ inherit: true,
415
+ isNonstandard: "Past",
416
+ },
417
+ hiddenpower: {
418
+ inherit: true,
419
+ isNonstandard: null,
420
+ },
421
+ hiddenpowerbug: {
422
+ inherit: true,
423
+ isNonstandard: null,
424
+ },
425
+ hiddenpowerdark: {
426
+ inherit: true,
427
+ isNonstandard: null,
428
+ },
429
+ hiddenpowerdragon: {
430
+ inherit: true,
431
+ isNonstandard: null,
432
+ },
433
+ hiddenpowerelectric: {
434
+ inherit: true,
435
+ isNonstandard: null,
436
+ },
437
+ hiddenpowerfighting: {
438
+ inherit: true,
439
+ isNonstandard: null,
440
+ },
441
+ hiddenpowerfire: {
442
+ inherit: true,
443
+ isNonstandard: null,
444
+ },
445
+ hiddenpowerflying: {
446
+ inherit: true,
447
+ isNonstandard: null,
448
+ },
449
+ hiddenpowerghost: {
450
+ inherit: true,
451
+ isNonstandard: null,
452
+ },
453
+ hiddenpowergrass: {
454
+ inherit: true,
455
+ isNonstandard: null,
456
+ },
457
+ hiddenpowerground: {
458
+ inherit: true,
459
+ isNonstandard: null,
460
+ },
461
+ hiddenpowerice: {
462
+ inherit: true,
463
+ isNonstandard: null,
464
+ },
465
+ hiddenpowerpoison: {
466
+ inherit: true,
467
+ isNonstandard: null,
468
+ },
469
+ hiddenpowerpsychic: {
470
+ inherit: true,
471
+ isNonstandard: null,
472
+ },
473
+ hiddenpowerrock: {
474
+ inherit: true,
475
+ isNonstandard: null,
476
+ },
477
+ hiddenpowersteel: {
478
+ inherit: true,
479
+ isNonstandard: null,
480
+ },
481
+ hiddenpowerwater: {
482
+ inherit: true,
483
+ isNonstandard: null,
484
+ },
485
+ holdback: {
486
+ inherit: true,
487
+ isNonstandard: "Past",
488
+ },
489
+ holdhands: {
490
+ inherit: true,
491
+ isNonstandard: "Past",
492
+ },
493
+ hornleech: {
494
+ inherit: true,
495
+ isNonstandard: "Past",
496
+ },
497
+ iceburn: {
498
+ inherit: true,
499
+ isNonstandard: "Past",
500
+ },
501
+ instruct: {
502
+ inherit: true,
503
+ isNonstandard: "Past",
504
+ },
505
+ jawlock: {
506
+ inherit: true,
507
+ isNonstandard: "Past",
508
+ },
509
+ judgment: {
510
+ inherit: true,
511
+ isNonstandard: null,
512
+ },
513
+ junglehealing: {
514
+ inherit: true,
515
+ isNonstandard: "Past",
516
+ },
517
+ kingsshield: {
518
+ inherit: true,
519
+ isNonstandard: "Past",
520
+ },
521
+ landswrath: {
522
+ inherit: true,
523
+ isNonstandard: "Past",
524
+ },
525
+ lashout: {
526
+ inherit: true,
527
+ isNonstandard: "Past",
528
+ },
529
+ magicpowder: {
530
+ inherit: true,
531
+ isNonstandard: "Past",
532
+ },
533
+ matblock: {
534
+ inherit: true,
535
+ isNonstandard: "Past",
536
+ },
537
+ maxairstream: {
538
+ inherit: true,
539
+ isNonstandard: "Past",
540
+ },
541
+ maxdarkness: {
542
+ inherit: true,
543
+ isNonstandard: "Past",
544
+ },
545
+ maxflare: {
546
+ inherit: true,
547
+ isNonstandard: "Past",
548
+ },
549
+ maxflutterby: {
550
+ inherit: true,
551
+ isNonstandard: "Past",
552
+ },
553
+ maxgeyser: {
554
+ inherit: true,
555
+ isNonstandard: "Past",
556
+ },
557
+ maxguard: {
558
+ inherit: true,
559
+ isNonstandard: "Past",
560
+ },
561
+ maxhailstorm: {
562
+ inherit: true,
563
+ isNonstandard: "Past",
564
+ },
565
+ maxknuckle: {
566
+ inherit: true,
567
+ isNonstandard: "Past",
568
+ },
569
+ maxlightning: {
570
+ inherit: true,
571
+ isNonstandard: "Past",
572
+ },
573
+ maxmindstorm: {
574
+ inherit: true,
575
+ isNonstandard: "Past",
576
+ },
577
+ maxooze: {
578
+ inherit: true,
579
+ isNonstandard: "Past",
580
+ },
581
+ maxovergrowth: {
582
+ inherit: true,
583
+ isNonstandard: "Past",
584
+ },
585
+ maxphantasm: {
586
+ inherit: true,
587
+ isNonstandard: "Past",
588
+ },
589
+ maxquake: {
590
+ inherit: true,
591
+ isNonstandard: "Past",
592
+ },
593
+ maxrockfall: {
594
+ inherit: true,
595
+ isNonstandard: "Past",
596
+ },
597
+ maxstarfall: {
598
+ inherit: true,
599
+ isNonstandard: "Past",
600
+ },
601
+ maxsteelspike: {
602
+ inherit: true,
603
+ isNonstandard: "Past",
604
+ },
605
+ maxstrike: {
606
+ inherit: true,
607
+ isNonstandard: "Past",
608
+ },
609
+ maxwyrmwind: {
610
+ inherit: true,
611
+ isNonstandard: "Past",
612
+ },
613
+ meteorassault: {
614
+ inherit: true,
615
+ isNonstandard: "Past",
616
+ },
617
+ meteorbeam: {
618
+ inherit: true,
619
+ isNonstandard: "Past",
620
+ },
621
+ metronome: {
622
+ inherit: true,
623
+ desc: "A random move is selected for use, other than After You, Belch, Body Press, Chatter, Copycat, Counter, Covet, Destiny Bond, Detect, Dragon Ascent, Endure, Feint, Focus Punch, Follow Me, Helping Hand, Life Dew, Metronome, Mimic, Mirror Coat, Nature Power, Origin Pulse, Precipice Blades, Protect, Quash, Quick Guard, Rage Powder, Sketch, Sleep Talk, Snarl, Snore, Spiky Shield, Struggle, Switcheroo, Thief, Transform, Trick, or Wide Guard.",
624
+ shortDesc: "Picks a random move.",
625
+ },
626
+ mindblown: {
627
+ inherit: true,
628
+ isNonstandard: "Past",
629
+ },
630
+ mistyexplosion: {
631
+ inherit: true,
632
+ isNonstandard: "Past",
633
+ },
634
+ moongeistbeam: {
635
+ inherit: true,
636
+ isNonstandard: "Past",
637
+ },
638
+ multiattack: {
639
+ inherit: true,
640
+ isNonstandard: "Past",
641
+ },
642
+ naturesmadness: {
643
+ inherit: true,
644
+ isNonstandard: "Past",
645
+ },
646
+ nightdaze: {
647
+ inherit: true,
648
+ isNonstandard: "Past",
649
+ },
650
+ noretreat: {
651
+ inherit: true,
652
+ isNonstandard: "Past",
653
+ },
654
+ oblivionwing: {
655
+ inherit: true,
656
+ isNonstandard: "Past",
657
+ },
658
+ obstruct: {
659
+ inherit: true,
660
+ isNonstandard: "Past",
661
+ },
662
+ octolock: {
663
+ inherit: true,
664
+ isNonstandard: "Past",
665
+ },
666
+ overdrive: {
667
+ inherit: true,
668
+ isNonstandard: "Past",
669
+ },
670
+ paraboliccharge: {
671
+ inherit: true,
672
+ isNonstandard: "Past",
673
+ },
674
+ photongeyser: {
675
+ inherit: true,
676
+ isNonstandard: "Past",
677
+ },
678
+ plasmafists: {
679
+ inherit: true,
680
+ isNonstandard: "Past",
681
+ },
682
+ pollenpuff: {
683
+ inherit: true,
684
+ isNonstandard: "Past",
685
+ },
686
+ poltergeist: {
687
+ inherit: true,
688
+ isNonstandard: "Past",
689
+ },
690
+ powertrip: {
691
+ inherit: true,
692
+ isNonstandard: "Past",
693
+ },
694
+ prismaticlaser: {
695
+ inherit: true,
696
+ isNonstandard: "Past",
697
+ },
698
+ psychicfangs: {
699
+ inherit: true,
700
+ isNonstandard: "Past",
701
+ },
702
+ psychicterrain: {
703
+ inherit: true,
704
+ isNonstandard: "Past",
705
+ },
706
+ psychoboost: {
707
+ inherit: true,
708
+ isNonstandard: null,
709
+ },
710
+ purify: {
711
+ inherit: true,
712
+ isNonstandard: "Past",
713
+ },
714
+ pyroball: {
715
+ inherit: true,
716
+ isNonstandard: "Past",
717
+ },
718
+ risingvoltage: {
719
+ inherit: true,
720
+ isNonstandard: "Past",
721
+ },
722
+ rockclimb: {
723
+ inherit: true,
724
+ isNonstandard: null,
725
+ },
726
+ sacredsword: {
727
+ inherit: true,
728
+ isNonstandard: "Past",
729
+ },
730
+ scaleshot: {
731
+ inherit: true,
732
+ isNonstandard: "Past",
733
+ },
734
+ scorchingsands: {
735
+ inherit: true,
736
+ isNonstandard: "Past",
737
+ },
738
+ searingshot: {
739
+ inherit: true,
740
+ isNonstandard: "Past",
741
+ },
742
+ secretsword: {
743
+ inherit: true,
744
+ isNonstandard: "Past",
745
+ },
746
+ seedflare: {
747
+ inherit: true,
748
+ isNonstandard: null,
749
+ },
750
+ shadowbone: {
751
+ inherit: true,
752
+ isNonstandard: "Past",
753
+ },
754
+ shellsidearm: {
755
+ inherit: true,
756
+ isNonstandard: "Past",
757
+ },
758
+ shelltrap: {
759
+ inherit: true,
760
+ isNonstandard: "Past",
761
+ },
762
+ shiftgear: {
763
+ inherit: true,
764
+ isNonstandard: "Past",
765
+ },
766
+ shoreup: {
767
+ inherit: true,
768
+ isNonstandard: "Past",
769
+ },
770
+ sketch: {
771
+ inherit: true,
772
+ isNonstandard: null,
773
+ },
774
+ skittersmack: {
775
+ inherit: true,
776
+ isNonstandard: "Past",
777
+ },
778
+ snaptrap: {
779
+ inherit: true,
780
+ isNonstandard: "Past",
781
+ },
782
+ snipeshot: {
783
+ inherit: true,
784
+ isNonstandard: "Past",
785
+ },
786
+ solarblade: {
787
+ inherit: true,
788
+ isNonstandard: "Past",
789
+ },
790
+ sparklingaria: {
791
+ inherit: true,
792
+ isNonstandard: "Past",
793
+ },
794
+ spectralthief: {
795
+ inherit: true,
796
+ isNonstandard: "Past",
797
+ },
798
+ speedswap: {
799
+ inherit: true,
800
+ isNonstandard: "Past",
801
+ },
802
+ spiritbreak: {
803
+ inherit: true,
804
+ isNonstandard: "Past",
805
+ },
806
+ spiritshackle: {
807
+ inherit: true,
808
+ isNonstandard: "Past",
809
+ },
810
+ steameruption: {
811
+ inherit: true,
812
+ isNonstandard: "Past",
813
+ },
814
+ steelbeam: {
815
+ inherit: true,
816
+ isNonstandard: "Past",
817
+ },
818
+ steelroller: {
819
+ inherit: true,
820
+ isNonstandard: "Past",
821
+ },
822
+ strangesteam: {
823
+ inherit: true,
824
+ isNonstandard: "Past",
825
+ },
826
+ stuffcheeks: {
827
+ inherit: true,
828
+ isNonstandard: "Past",
829
+ },
830
+ sunsteelstrike: {
831
+ inherit: true,
832
+ isNonstandard: "Past",
833
+ },
834
+ surgingstrikes: {
835
+ inherit: true,
836
+ isNonstandard: "Past",
837
+ },
838
+ tailglow: {
839
+ inherit: true,
840
+ isNonstandard: null,
841
+ },
842
+ tailslap: {
843
+ inherit: true,
844
+ isNonstandard: "Past",
845
+ },
846
+ tarshot: {
847
+ inherit: true,
848
+ isNonstandard: "Past",
849
+ },
850
+ teatime: {
851
+ inherit: true,
852
+ isNonstandard: "Past",
853
+ },
854
+ technoblast: {
855
+ inherit: true,
856
+ isNonstandard: "Past",
857
+ },
858
+ terrainpulse: {
859
+ inherit: true,
860
+ isNonstandard: "Past",
861
+ },
862
+ thousandarrows: {
863
+ inherit: true,
864
+ isNonstandard: "Past",
865
+ },
866
+ thousandwaves: {
867
+ inherit: true,
868
+ isNonstandard: "Past",
869
+ },
870
+ thundercage: {
871
+ inherit: true,
872
+ isNonstandard: "Past",
873
+ },
874
+ thunderouskick: {
875
+ inherit: true,
876
+ isNonstandard: "Past",
877
+ },
878
+ topsyturvy: {
879
+ inherit: true,
880
+ isNonstandard: "Past",
881
+ },
882
+ toxicthread: {
883
+ inherit: true,
884
+ isNonstandard: null,
885
+ },
886
+ trickortreat: {
887
+ inherit: true,
888
+ isNonstandard: "Past",
889
+ },
890
+ tripleaxel: {
891
+ inherit: true,
892
+ isNonstandard: "Past",
893
+ },
894
+ tropkick: {
895
+ inherit: true,
896
+ isNonstandard: "Past",
897
+ },
898
+ vcreate: {
899
+ inherit: true,
900
+ isNonstandard: "Past",
901
+ },
902
+ waterpledge: {
903
+ inherit: true,
904
+ isNonstandard: "Past",
905
+ },
906
+ watershuriken: {
907
+ inherit: true,
908
+ isNonstandard: "Past",
909
+ },
910
+ wickedblow: {
911
+ inherit: true,
912
+ isNonstandard: "Past",
913
+ },
914
+ zingzap: {
915
+ inherit: true,
916
+ isNonstandard: "Past",
917
+ },
918
+ };
919
+ //# sourceMappingURL=moves.js.map