@pkmn/sim 0.9.38 → 0.10.0

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
@@ -4353,13 +4353,13 @@ export const Legality = {
4353
4353
  learnset: {
4354
4354
  agility: ['4S3', '4S4', '3S0', '3S1'],
4355
4355
  ancientpower: ['7S7'],
4356
- blizzard: ['9S9'],
4356
+ blizzard: ['9S10'],
4357
4357
  extrasensory: ['3S2'],
4358
4358
  freezedry: ['8S8', '7S7', '6S6'],
4359
4359
  hail: ['7S7', '6S5', '6S6'],
4360
- haze: ['9S9', '3S2'],
4360
+ haze: ['9S10', '3S2'],
4361
4361
  healbell: ['3S2'],
4362
- hurricane: ['9S9', '8S8'],
4362
+ hurricane: ['9S10', '8S8'],
4363
4363
  icebeam: [
4364
4364
  '8S8', '6S5',
4365
4365
  '6S6', '4S3',
@@ -4370,7 +4370,7 @@ export const Legality = {
4370
4370
  mist: ['8S8', '4S4', '3S0'],
4371
4371
  reflect: ['7S7', '6S5', '6S6', '4S3', '3S1'],
4372
4372
  roost: ['4S3'],
4373
- sheercold: ['9S9'],
4373
+ sheercold: ['9S10'],
4374
4374
  tailwind: ['6S5']
4375
4375
  },
4376
4376
  eventData: [
@@ -4423,6 +4423,14 @@ export const Legality = {
4423
4423
  shiny: 1,
4424
4424
  moves: ['icebeam', 'freezedry', 'hurricane', 'mist']
4425
4425
  },
4426
+ {
4427
+ generation: 8,
4428
+ level: 70,
4429
+ shiny: 1,
4430
+ isHidden: true,
4431
+ moves: ['sheercold', 'blizzard', 'mindreader', 'hurricane'],
4432
+ source: 'gen8bdsp'
4433
+ },
4426
4434
  { generation: 9, level: 70, moves: ['sheercold', 'blizzard', 'hurricane', 'haze'] }
4427
4435
  ],
4428
4436
  encounters: [{ generation: 1, level: 50 }],
@@ -4463,21 +4471,21 @@ export const Legality = {
4463
4471
  batonpass: ['3S2'],
4464
4472
  bravebird: ['8S8'],
4465
4473
  charge: ['4S3', '3S1'],
4466
- detect: ['9S9', '4S4', '3S0', '3S1'],
4474
+ detect: ['9S10', '4S4', '3S0', '3S1'],
4467
4475
  discharge: ['7S7', '6S5', '6S6', '4S3'],
4468
4476
  drillpeck: ['8S8', '4S4', '3S0', '3S1'],
4469
4477
  extrasensory: ['3S2'],
4470
4478
  lightscreen: ['6S5'],
4471
- magneticflux: ['9S9'],
4479
+ magneticflux: ['9S10'],
4472
4480
  metalsound: ['3S2'],
4473
4481
  pluck: ['7S7'],
4474
4482
  raindance: ['7S7', '6S5', '6S6'],
4475
4483
  roost: ['4S3'],
4476
- thunder: ['9S9', '8S8'],
4484
+ thunder: ['9S10', '8S8'],
4477
4485
  thunderbolt: ['3S2'],
4478
4486
  thundershock: ['6S6'],
4479
4487
  thunderwave: ['4S4', '3S0'],
4480
- zapcannon: ['9S9']
4488
+ zapcannon: ['9S10']
4481
4489
  },
4482
4490
  eventData: [
4483
4491
  {
@@ -4533,6 +4541,14 @@ export const Legality = {
4533
4541
  shiny: 1,
4534
4542
  moves: ['thunder', 'drillpeck', 'bravebird', 'agility']
4535
4543
  },
4544
+ {
4545
+ generation: 8,
4546
+ level: 70,
4547
+ shiny: 1,
4548
+ isHidden: true,
4549
+ moves: ['zapcannon', 'magneticflux', 'detect', 'thunder'],
4550
+ source: 'gen8bdsp'
4551
+ },
4536
4552
  {
4537
4553
  generation: 9,
4538
4554
  level: 70,
@@ -4570,18 +4586,18 @@ export const Legality = {
4570
4586
  agility: ['4S4', '3S0', '3S1'],
4571
4587
  airslash: ['7S7', '6S5', '4S3'],
4572
4588
  ancientpower: ['7S7'],
4573
- endure: ['9S9', '4S4', '3S0', '3S1'],
4589
+ endure: ['9S10', '4S4', '3S0', '3S1'],
4574
4590
  extrasensory: ['3S2'],
4575
4591
  firespin: ['8S8', '4S4', '3S0'],
4576
4592
  flamethrower: ['7S7', '4S3', '4S4', '3S0', '3S1', '3S2'],
4577
4593
  heatwave: ['8S8', '6S5', '6S6'],
4578
- hurricane: ['9S9'],
4594
+ hurricane: ['9S10'],
4579
4595
  leer: ['8S8'],
4580
4596
  morningsun: ['3S2'],
4581
- overheat: ['9S9'],
4597
+ overheat: ['9S10'],
4582
4598
  roost: ['4S3'],
4583
4599
  safeguard: ['6S5', '6S6', '4S3', '3S1'],
4584
- skyattack: ['9S9', '6S6'],
4600
+ skyattack: ['9S10', '6S6'],
4585
4601
  sunnyday: ['7S7', '6S5', '6S6'],
4586
4602
  willowisp: ['3S2'],
4587
4603
  wingattack: ['8S8']
@@ -4640,6 +4656,14 @@ export const Legality = {
4640
4656
  shiny: 1,
4641
4657
  moves: ['heatwave', 'wingattack', 'leer', 'firespin']
4642
4658
  },
4659
+ {
4660
+ generation: 8,
4661
+ level: 70,
4662
+ shiny: 1,
4663
+ isHidden: true,
4664
+ moves: ['skyattack', 'burnup', 'endure', 'hurricane'],
4665
+ source: 'gen8bdsp'
4666
+ },
4643
4667
  {
4644
4668
  generation: 9,
4645
4669
  level: 70,
@@ -4787,20 +4811,20 @@ export const Legality = {
4787
4811
  mewtwo: {
4788
4812
  learnset: {
4789
4813
  amnesia: ['4S1'],
4790
- aurasphere: ['9S8', '6S4', '6S5', '5S2'],
4814
+ aurasphere: ['9S9', '6S4', '6S5', '5S2'],
4791
4815
  barrier: ['6S4'],
4792
4816
  blizzard: ['8S7'],
4793
- calmmind: ['9S8'],
4817
+ calmmind: ['9S9'],
4794
4818
  disable: ['8S7'],
4795
4819
  electroball: ['5S2'],
4796
4820
  guardswap: ['4S1'],
4797
4821
  healpulse: ['5S3'],
4798
4822
  hurricane: ['5S3'],
4799
- icebeam: ['9S8', '5S3'],
4823
+ icebeam: ['9S9', '5S3'],
4800
4824
  powerswap: ['4S1'],
4801
4825
  psychic: ['8S7', '7S6', '6S4', '6S5', '3S0'],
4802
4826
  psychocut: ['7S6', '4S1'],
4803
- psystrike: ['9S8', '6S5', '5S2', '5S3'],
4827
+ psystrike: ['9S9', '6S5', '5S2', '5S3'],
4804
4828
  recover: ['8S7', '7S6', '6S4', '6S5', '3S0'],
4805
4829
  safeguard: ['3S0'],
4806
4830
  shadowball: ['5S2'],
@@ -4859,6 +4883,14 @@ export const Legality = {
4859
4883
  shiny: 1,
4860
4884
  moves: ['psychic', 'disable', 'recover', 'blizzard']
4861
4885
  },
4886
+ {
4887
+ generation: 8,
4888
+ level: 70,
4889
+ shiny: 1,
4890
+ isHidden: true,
4891
+ moves: ['mist', 'guardswap', 'powerswap', 'psychic'],
4892
+ source: 'gen8bdsp'
4893
+ },
4862
4894
  {
4863
4895
  generation: 9,
4864
4896
  level: 100,
@@ -4873,30 +4905,30 @@ export const Legality = {
4873
4905
  },
4874
4906
  mew: {
4875
4907
  learnset: {
4876
- airslash: ['9S26'],
4908
+ airslash: ['9S27'],
4877
4909
  amnesia: ['4S17'],
4878
4910
  ancientpower: ['4S14'],
4879
4911
  aurasphere: [
4880
- '9S26', '4S14',
4912
+ '9S27', '4S14',
4881
4913
  '4S15', '4S16',
4882
4914
  '4S17', '4S18',
4883
4915
  '4S19'
4884
4916
  ],
4885
4917
  barrier: ['7S24', '4S15'],
4886
- darkpulse: ['9S26'],
4887
- dazzlinggleam: ['9S26'],
4888
- dragonpulse: ['9S26'],
4889
- earthpower: ['9S26'],
4890
- energyball: ['9S26'],
4918
+ darkpulse: ['9S27'],
4919
+ dazzlinggleam: ['9S27'],
4920
+ dragonpulse: ['9S27'],
4921
+ earthpower: ['9S27'],
4922
+ energyball: ['9S27'],
4891
4923
  fakeout: ['3S2', '3S3'],
4892
4924
  feintattack: ['3S4', '3S5'],
4893
- flamethrower: ['9S26'],
4894
- flashcannon: ['9S26'],
4895
- hypervoice: ['9S26'],
4925
+ flamethrower: ['9S27'],
4926
+ flashcannon: ['9S27'],
4927
+ hypervoice: ['9S27'],
4896
4928
  hypnosis: ['4S20', '3S6', '3S7'],
4897
- icebeam: ['9S26'],
4898
- lifedew: ['9S26'],
4899
- lightscreen: ['9S26'],
4929
+ icebeam: ['9S27'],
4930
+ lifedew: ['9S27'],
4931
+ lightscreen: ['9S27'],
4900
4932
  megapunch: ['4S16', '3S0'],
4901
4933
  metronome: [
4902
4934
  '7S24', '4S14',
@@ -4905,17 +4937,17 @@ export const Legality = {
4905
4937
  '4S19', '3S0'
4906
4938
  ],
4907
4939
  nightshade: ['3S8', '3S9'],
4908
- pollenpuff: ['9S26'],
4940
+ pollenpuff: ['9S27'],
4909
4941
  pound: ['8S25', '7S23', '6S22', '4S21', '3S0', '3S1'],
4910
- powergem: ['9S26'],
4942
+ powergem: ['9S27'],
4911
4943
  psychic: ['7S24', '4S19'],
4912
- psyshock: ['9S26'],
4944
+ psyshock: ['9S27'],
4913
4945
  return: ['4S20'],
4914
4946
  roleplay: ['3S10', '3S11'],
4915
- shadowball: ['9S26'],
4916
- sludgebomb: ['9S26'],
4917
- surf: ['9S26'],
4918
- swift: ['9S26'],
4947
+ shadowball: ['9S27'],
4948
+ sludgebomb: ['9S27'],
4949
+ surf: ['9S27'],
4950
+ swift: ['9S27'],
4919
4951
  synthesis: ['4S20'],
4920
4952
  teleport: [
4921
4953
  '4S14', '4S15',
@@ -4923,7 +4955,7 @@ export const Legality = {
4923
4955
  '4S18', '4S19',
4924
4956
  '4S20'
4925
4957
  ],
4926
- thunderbolt: ['9S26'],
4958
+ thunderbolt: ['9S27'],
4927
4959
  transform: ['7S24', '4S18', '3S0', '3S1'],
4928
4960
  zapcannon: ['3S12', '3S13']
4929
4961
  },
@@ -4999,6 +5031,7 @@ export const Legality = {
4999
5031
  pokeball: 'cherishball'
5000
5032
  },
5001
5033
  { generation: 8, level: 1, moves: ['pound'], pokeball: 'pokeball' },
5034
+ { generation: 8, level: 1, moves: ['pound', 'reflecttype'], source: 'gen8bdsp' },
5002
5035
  {
5003
5036
  generation: 9,
5004
5037
  level: 5,
@@ -5935,13 +5968,13 @@ export const Legality = {
5935
5968
  aurasphere: ['4S3'],
5936
5969
  calmmind: ['7S7'],
5937
5970
  crunch: ['7S5', '7S6', '6S4', '3S1'],
5938
- discharge: ['9S9', '7S5', '7S6'],
5939
- extrasensory: ['9S9', '7S7'],
5971
+ discharge: ['9S10', '7S5', '7S6'],
5972
+ extrasensory: ['9S10', '7S7'],
5940
5973
  extremespeed: ['8S8', '4S3'],
5941
5974
  howl: ['8S8'],
5942
5975
  quickattack: ['4S2', '3S0', '3S1'],
5943
- raindance: ['9S9'],
5944
- reflect: ['9S9', '7S5', '7S6', '6S4', '4S2', '3S1'],
5976
+ raindance: ['9S10'],
5977
+ reflect: ['9S10', '7S5', '7S6', '6S4', '4S2', '3S1'],
5945
5978
  roar: ['4S2', '3S0'],
5946
5979
  spark: ['6S4', '4S2', '3S0', '3S1'],
5947
5980
  thunderbolt: ['8S8', '7S7'],
@@ -6008,6 +6041,14 @@ export const Legality = {
6008
6041
  shiny: 1,
6009
6042
  moves: ['thunderbolt', 'howl', 'extremespeed', 'weatherball']
6010
6043
  },
6044
+ {
6045
+ generation: 8,
6046
+ level: 70,
6047
+ shiny: 1,
6048
+ isHidden: true,
6049
+ moves: ['raindance', 'reflect', 'discharge', 'extrasensory'],
6050
+ source: 'gen8bdsp'
6051
+ },
6011
6052
  {
6012
6053
  generation: 9,
6013
6054
  level: 70,
@@ -6023,7 +6064,7 @@ export const Legality = {
6023
6064
  crunch: ['8S8'],
6024
6065
  crushclaw: ['4S3'],
6025
6066
  ember: ['3S0'],
6026
- extrasensory: ['9S9'],
6067
+ extrasensory: ['9S10'],
6027
6068
  extremespeed: ['8S8', '4S3'],
6028
6069
  firefang: ['6S4'],
6029
6070
  firespin: ['4S2', '3S0', '3S1'],
@@ -6032,14 +6073,14 @@ export const Legality = {
6032
6073
  flareblitz: ['4S3'],
6033
6074
  howl: ['4S3'],
6034
6075
  ironhead: ['7S7'],
6035
- lavaplume: ['9S9', '7S5', '7S6'],
6076
+ lavaplume: ['9S10', '7S5', '7S6'],
6036
6077
  roar: ['4S2', '3S0'],
6037
6078
  sacredfire: ['7S7'],
6038
6079
  scaryface: ['8S8'],
6039
6080
  stomp: ['7S5', '7S6', '6S4', '4S2', '3S0', '3S1'],
6040
6081
  stoneedge: ['7S7'],
6041
- sunnyday: ['9S9'],
6042
- swagger: ['9S9', '7S5', '7S6', '6S4', '3S1']
6082
+ sunnyday: ['9S10'],
6083
+ swagger: ['9S10', '7S5', '7S6', '6S4', '3S1']
6043
6084
  },
6044
6085
  eventData: [
6045
6086
  {
@@ -6098,6 +6139,14 @@ export const Legality = {
6098
6139
  shiny: 1,
6099
6140
  moves: ['flamethrower', 'scaryface', 'extremespeed', 'crunch']
6100
6141
  },
6142
+ {
6143
+ generation: 8,
6144
+ level: 70,
6145
+ shiny: 1,
6146
+ isHidden: true,
6147
+ moves: ['sunnyday', 'swagger', 'lavaplume', 'extrasensory'],
6148
+ source: 'gen8bdsp'
6149
+ },
6101
6150
  {
6102
6151
  generation: 9,
6103
6152
  level: 70,
@@ -6114,18 +6163,18 @@ export const Legality = {
6114
6163
  aurorabeam: ['7S6', '6S5', '4S3', '3S0', '3S1'],
6115
6164
  bubblebeam: ['7S6', '3S0'],
6116
6165
  calmmind: ['8S7'],
6117
- extrasensory: ['9S8', '8S7'],
6166
+ extrasensory: ['9S9', '8S7'],
6118
6167
  extremespeed: ['8S7', '4S4'],
6119
6168
  gust: ['4S3', '3S0', '3S1', '3S2'],
6120
6169
  hydropump: ['3S2'],
6121
6170
  icefang: ['6S5'],
6122
6171
  leer: ['3S2'],
6123
6172
  liquidation: ['8S7'],
6124
- mirrorcoat: ['9S8', '6S5', '3S1'],
6173
+ mirrorcoat: ['9S9', '6S5', '3S1'],
6125
6174
  mist: ['7S6', '6S5', '4S3', '3S1'],
6126
- raindance: ['9S8', '7S6', '4S3', '3S0', '3S2'],
6175
+ raindance: ['9S9', '7S6', '4S3', '3S0', '3S2'],
6127
6176
  sheercold: ['4S4'],
6128
- surf: ['9S8']
6177
+ surf: ['9S9']
6129
6178
  },
6130
6179
  eventData: [
6131
6180
  {
@@ -6178,6 +6227,14 @@ export const Legality = {
6178
6227
  shiny: 1,
6179
6228
  moves: ['liquidation', 'extrasensory', 'extremespeed', 'calmmind']
6180
6229
  },
6230
+ {
6231
+ generation: 8,
6232
+ level: 70,
6233
+ shiny: 1,
6234
+ isHidden: true,
6235
+ moves: ['raindance', 'mirrorcoat', 'surf', 'extrasensory'],
6236
+ source: 'gen8bdsp'
6237
+ },
6181
6238
  {
6182
6239
  generation: 9,
6183
6240
  level: 70,
@@ -6289,7 +6346,7 @@ export const Legality = {
6289
6346
  lugia: {
6290
6347
  learnset: {
6291
6348
  aeroblast: [
6292
- '9S12', '7S7',
6349
+ '9S13', '7S7',
6293
6350
  '7S8', '7S9',
6294
6351
  '7S10', '6S5',
6295
6352
  '6S6', '4S2',
@@ -6301,7 +6358,7 @@ export const Legality = {
6301
6358
  dragonrush: ['6S6'],
6302
6359
  earthpower: ['7S10'],
6303
6360
  earthquake: ['3S1'],
6304
- extrasensory: ['9S12', '8S11', '7S7', '7S9', '4S2'],
6361
+ extrasensory: ['9S13', '8S11', '7S7', '7S9', '4S2'],
6305
6362
  featherdance: ['3S1'],
6306
6363
  hurricane: ['7S8'],
6307
6364
  hydropump: ['6S5', '6S6', '4S2', '3S0', '3S1'],
@@ -6309,8 +6366,8 @@ export const Legality = {
6309
6366
  psychic: ['7S10'],
6310
6367
  psychoboost: ['3S1'],
6311
6368
  punishment: ['6S5', '4S3'],
6312
- raindance: ['9S12', '6S5', '4S2', '3S0'],
6313
- recover: ['9S12', '3S0'],
6369
+ raindance: ['9S13', '6S5', '4S2', '3S0'],
6370
+ recover: ['9S13', '3S0'],
6314
6371
  safeguard: ['4S3'],
6315
6372
  skillswap: ['7S7', '7S9'],
6316
6373
  swift: ['3S0'],
@@ -6394,6 +6451,14 @@ export const Legality = {
6394
6451
  shiny: 1,
6395
6452
  moves: ['dragonpulse', 'extrasensory', 'whirlpool', 'ancientpower']
6396
6453
  },
6454
+ {
6455
+ generation: 8,
6456
+ level: 70,
6457
+ shiny: 1,
6458
+ isHidden: true,
6459
+ moves: ['raindance', 'aeroblast', 'recover', 'extrasensory'],
6460
+ source: 'gen8bdsp'
6461
+ },
6397
6462
  {
6398
6463
  generation: 9,
6399
6464
  level: 70,
@@ -6410,20 +6475,20 @@ export const Legality = {
6410
6475
  burnup: ['7S7', '7S8'],
6411
6476
  celebrate: ['6S5'],
6412
6477
  earthquake: ['7S9'],
6413
- extrasensory: ['9S11', '8S10', '7S7', '7S8', '4S1'],
6478
+ extrasensory: ['9S12', '8S10', '7S7', '7S8', '4S1'],
6414
6479
  fireblast: ['6S4', '4S1', '3S0'],
6415
6480
  flareblitz: ['8S10'],
6416
6481
  punishment: ['6S4', '4S2'],
6417
- recover: ['9S11', '7S6', '6S5', '3S0'],
6482
+ recover: ['9S12', '7S6', '6S5', '3S0'],
6418
6483
  sacredfire: [
6419
- '9S11', '7S6',
6484
+ '9S12', '7S6',
6420
6485
  '7S7', '7S8',
6421
6486
  '7S9', '6S4',
6422
6487
  '6S5', '4S1',
6423
6488
  '4S2'
6424
6489
  ],
6425
6490
  safeguard: ['7S6', '4S2'],
6426
- sunnyday: ['9S11', '8S10', '6S4', '4S1', '3S0'],
6491
+ sunnyday: ['9S12', '8S10', '6S4', '4S1', '3S0'],
6427
6492
  swift: ['3S0'],
6428
6493
  tailwind: ['7S9'],
6429
6494
  weatherball: ['5S3'],
@@ -6498,6 +6563,14 @@ export const Legality = {
6498
6563
  shiny: 1,
6499
6564
  moves: ['flareblitz', 'extrasensory', 'sunnyday', 'ancientpower']
6500
6565
  },
6566
+ {
6567
+ generation: 8,
6568
+ level: 70,
6569
+ shiny: 1,
6570
+ isHidden: true,
6571
+ moves: ['sunnyday', 'sacredfire', 'recover', 'extrasensory'],
6572
+ source: 'gen8bdsp'
6573
+ },
6501
6574
  {
6502
6575
  generation: 9,
6503
6576
  level: 70,
@@ -8486,6 +8559,14 @@ export const Legality = {
8486
8559
  level: 70,
8487
8560
  shiny: 1,
8488
8561
  moves: ['superpower', 'stoneedge', 'hammerarm', 'curse']
8562
+ },
8563
+ {
8564
+ generation: 8,
8565
+ level: 70,
8566
+ shiny: 1,
8567
+ isHidden: true,
8568
+ moves: ['zapcannon', 'lockon', 'superpower', 'stoneedge'],
8569
+ source: 'gen8bdsp'
8489
8570
  }
8490
8571
  ],
8491
8572
  eventOnly: true
@@ -8557,6 +8638,14 @@ export const Legality = {
8557
8638
  level: 70,
8558
8639
  shiny: 1,
8559
8640
  moves: ['icebeam', 'zapcannon', 'amnesia', 'icywind']
8641
+ },
8642
+ {
8643
+ generation: 8,
8644
+ level: 70,
8645
+ shiny: 1,
8646
+ isHidden: true,
8647
+ moves: ['zapcannon', 'lockon', 'superpower', 'blizzard'],
8648
+ source: 'gen8bdsp'
8560
8649
  }
8561
8650
  ],
8562
8651
  eventOnly: true
@@ -8630,6 +8719,14 @@ export const Legality = {
8630
8719
  level: 70,
8631
8720
  shiny: 1,
8632
8721
  moves: ['heavyslam', 'flashcannon', 'irondefense', 'chargebeam']
8722
+ },
8723
+ {
8724
+ generation: 8,
8725
+ level: 70,
8726
+ shiny: 1,
8727
+ isHidden: true,
8728
+ moves: ['zapcannon', 'lockon', 'superpower', 'heavyslam'],
8729
+ source: 'gen8bdsp'
8633
8730
  }
8634
8731
  ],
8635
8732
  eventOnly: true
@@ -8641,8 +8738,8 @@ export const Legality = {
8641
8738
  dracometeor: ['7S9'],
8642
8739
  dragonbreath: ['8S10', '6S6', '4S3'],
8643
8740
  dragonpulse: ['8S11', '7S7', '7S8'],
8644
- guardsplit: ['9S12'],
8645
- healingwish: ['9S12'],
8741
+ guardsplit: ['9S13'],
8742
+ healingwish: ['9S13'],
8646
8743
  healpulse: ['6S6', '5S5'],
8647
8744
  mistball: [
8648
8745
  '8S11', '7S7',
@@ -8651,10 +8748,10 @@ export const Legality = {
8651
8748
  '4S4', '3S0',
8652
8749
  '3S1', '3S2'
8653
8750
  ],
8654
- psychic: ['9S12', '7S9', '5S5', '3S0', '3S1', '3S2'],
8751
+ psychic: ['9S13', '7S9', '5S5', '3S0', '3S1', '3S2'],
8655
8752
  psychoshift: ['7S7', '7S8', '6S6', '5S5'],
8656
8753
  recover: ['3S1', '3S2'],
8657
- reflecttype: ['9S12', '8S10'],
8754
+ reflecttype: ['9S13', '8S10'],
8658
8755
  refresh: ['4S3', '4S4', '3S0'],
8659
8756
  surf: ['8S10'],
8660
8757
  sweetkiss: ['8S11'],
@@ -8737,6 +8834,13 @@ export const Legality = {
8737
8834
  moves: ['mistball', 'dragonpulse', 'dive', 'sweetkiss'],
8738
8835
  pokeball: 'cherishball'
8739
8836
  },
8837
+ {
8838
+ generation: 8,
8839
+ level: 70,
8840
+ shiny: 1,
8841
+ moves: ['healingwish', 'guardsplit', 'psychic', 'reflecttype'],
8842
+ source: 'gen8bdsp'
8843
+ },
8740
8844
  {
8741
8845
  generation: 9,
8742
8846
  level: 70,
@@ -8749,12 +8853,12 @@ export const Legality = {
8749
8853
  learnset: {
8750
8854
  aurasphere: ['8S11'],
8751
8855
  dracometeor: ['7S10'],
8752
- dragonbreath: ['9S12', '7S8', '7S9', '6S6', '4S3'],
8856
+ dragonbreath: ['9S13', '7S8', '7S9', '6S6', '4S3'],
8753
8857
  dragondance: ['8S11', '5S5', '3S1', '3S2'],
8754
- dragonpulse: ['9S12', '8S11', '7S8', '7S9', '6S7'],
8858
+ dragonpulse: ['9S13', '8S11', '7S8', '7S9', '6S7'],
8755
8859
  healpulse: ['6S6', '6S7', '5S5'],
8756
8860
  lusterpurge: [
8757
- '9S12', '7S8', '7S9',
8861
+ '9S13', '7S8', '7S9',
8758
8862
  '7S10', '6S6', '6S7',
8759
8863
  '4S3', '4S4', '3S0',
8760
8864
  '3S1', '3S2'
@@ -8765,7 +8869,7 @@ export const Legality = {
8765
8869
  recover: ['3S1', '3S2'],
8766
8870
  refresh: ['4S3', '4S4', '3S0'],
8767
8871
  tailwind: ['7S10'],
8768
- zenheadbutt: ['9S12', '8S11', '4S4']
8872
+ zenheadbutt: ['9S13', '8S11', '4S4']
8769
8873
  },
8770
8874
  eventData: [
8771
8875
  {
@@ -8841,6 +8945,13 @@ export const Legality = {
8841
8945
  shiny: 1,
8842
8946
  moves: ['dragondance', 'dragonpulse', 'zenheadbutt', 'aurasphere']
8843
8947
  },
8948
+ {
8949
+ generation: 8,
8950
+ level: 70,
8951
+ shiny: 1,
8952
+ moves: ['memento', 'powersplit', 'psychic', 'simplebeam'],
8953
+ source: 'gen8bdsp'
8954
+ },
8844
8955
  {
8845
8956
  generation: 9,
8846
8957
  level: 70,
@@ -8852,21 +8963,21 @@ export const Legality = {
8852
8963
  kyogre: {
8853
8964
  learnset: {
8854
8965
  ancientpower: ['5S3', '4S2'],
8855
- aquaring: ['9S12', '8S11', '6S5', '4S2'],
8966
+ aquaring: ['9S13', '8S11', '6S5', '4S2'],
8856
8967
  bodyslam: ['8S11', '6S5', '3S0'],
8857
8968
  calmmind: ['7S7', '7S8', '7S9', '7S10', '3S0'],
8858
8969
  doubleedge: ['3S1'],
8859
8970
  hydropump: ['3S0', '3S1'],
8860
8971
  icebeam: [
8861
- '9S12', '7S7', '7S8',
8972
+ '9S13', '7S7', '7S8',
8862
8973
  '7S9', '7S10', '6S5',
8863
8974
  '6S6', '5S3', '5S4',
8864
8975
  '4S2', '3S0'
8865
8976
  ],
8866
- muddywater: ['9S12', '7S7', '7S8', '7S9'],
8977
+ muddywater: ['9S13', '7S7', '7S8', '7S9'],
8867
8978
  originpulse: ['7S7', '7S8', '7S9', '7S10', '6S5'],
8868
8979
  rest: ['3S1'],
8869
- sheercold: ['9S12', '6S6', '5S4', '3S1'],
8980
+ sheercold: ['9S13', '6S6', '5S4', '3S1'],
8870
8981
  surf: ['8S11'],
8871
8982
  thunder: ['8S11', '6S6', '5S3', '5S4'],
8872
8983
  waterspout: ['7S10', '6S6', '5S3', '5S4', '4S2']
@@ -8946,6 +9057,13 @@ export const Legality = {
8946
9057
  shiny: 1,
8947
9058
  moves: ['surf', 'bodyslam', 'aquaring', 'thunder']
8948
9059
  },
9060
+ {
9061
+ generation: 8,
9062
+ level: 70,
9063
+ shiny: 1,
9064
+ moves: ['originpulse', 'aquaring', 'sheercold', 'icebeam'],
9065
+ source: 'gen8bdsp'
9066
+ },
8949
9067
  {
8950
9068
  generation: 9,
8951
9069
  level: 70,
@@ -8960,7 +9078,7 @@ export const Legality = {
8960
9078
  bulkup: ['7S7', '7S8', '7S9', '3S0'],
8961
9079
  earthpower: ['7S10', '5S4'],
8962
9080
  earthquake: [
8963
- '9S12', '8S11',
9081
+ '9S13', '8S11',
8964
9082
  '7S7', '7S8',
8965
9083
  '7S9', '6S5',
8966
9084
  '5S3', '4S2',
@@ -8969,11 +9087,11 @@ export const Legality = {
8969
9087
  eruption: ['5S3', '5S4', '4S2'],
8970
9088
  fireblast: ['3S0', '3S1'],
8971
9089
  firepunch: ['7S10', '6S6'],
8972
- fissure: ['9S12', '3S1'],
8973
- hammerarm: ['9S12', '8S11', '6S6', '5S4'],
9090
+ fissure: ['9S13', '3S1'],
9091
+ hammerarm: ['9S13', '8S11', '6S6', '5S4'],
8974
9092
  lavaplume: ['8S11', '6S5'],
8975
9093
  precipiceblades: ['7S7', '7S8', '7S9', '7S10', '6S5'],
8976
- rest: ['9S12', '6S5', '4S2', '3S1'],
9094
+ rest: ['9S13', '6S5', '4S2', '3S1'],
8977
9095
  rockslide: ['6S6'],
8978
9096
  scaryface: ['8S11'],
8979
9097
  slash: ['3S0'],
@@ -9060,6 +9178,13 @@ export const Legality = {
9060
9178
  shiny: 1,
9061
9179
  moves: ['earthquake', 'scaryface', 'lavaplume', 'hammerarm']
9062
9180
  },
9181
+ {
9182
+ generation: 8,
9183
+ level: 70,
9184
+ shiny: 1,
9185
+ moves: ['precipiceblades', 'rest', 'fissure', 'hammerarm'],
9186
+ source: 'gen8bdsp'
9187
+ },
9063
9188
  { generation: 9, level: 70, moves: ['rest', 'fissure', 'hammerarm', 'earthquake'] }
9064
9189
  ],
9065
9190
  eventOnly: true
@@ -9074,18 +9199,18 @@ export const Legality = {
9074
9199
  dragonascent: ['8S9', '6S4', '6S6', '6S7'],
9075
9200
  dragonclaw: ['6S6'],
9076
9201
  dragondance: ['7S8', '6S4', '6S6', '5S2'],
9077
- dragonpulse: ['9S10', '7S8', '6S4', '6S5', '5S2', '5S3'],
9202
+ dragonpulse: ['9S11', '7S8', '6S4', '6S5', '5S2', '5S3'],
9078
9203
  extremespeed: [
9079
9204
  '8S9', '7S8',
9080
9205
  '6S4', '6S5',
9081
9206
  '6S6', '5S3',
9082
9207
  '3S0'
9083
9208
  ],
9084
- fly: ['9S10', '6S7', '3S0'],
9209
+ fly: ['9S11', '6S7', '3S0'],
9085
9210
  hyperbeam: ['5S3'],
9086
- hypervoice: ['9S10'],
9211
+ hypervoice: ['9S11'],
9087
9212
  outrage: ['5S2', '4S1', '3S0'],
9088
- rest: ['9S10', '7S8', '4S1', '3S0'],
9213
+ rest: ['9S11', '7S8', '4S1', '3S0'],
9089
9214
  thunder: ['6S5'],
9090
9215
  twister: ['8S9', '6S5'],
9091
9216
  vcreate: ['5S3']
@@ -9154,6 +9279,13 @@ export const Legality = {
9154
9279
  shiny: 1,
9155
9280
  moves: ['dragonascent', 'brutalswing', 'extremespeed', 'twister']
9156
9281
  },
9282
+ {
9283
+ generation: 8,
9284
+ level: 70,
9285
+ shiny: 1,
9286
+ moves: ['fly', 'rest', 'hypervoice', 'dragonpulse'],
9287
+ source: 'gen8bdsp'
9288
+ },
9157
9289
  { generation: 9, level: 70, moves: ['fly', 'rest', 'hypervoice', 'dragonpulse'] }
9158
9290
  ],
9159
9291
  eventOnly: true
@@ -9295,7 +9427,8 @@ export const Legality = {
9295
9427
  nature: 'Timid',
9296
9428
  moves: ['meteormash', 'psychic', 'rest', 'wish'],
9297
9429
  pokeball: 'cherishball'
9298
- }
9430
+ },
9431
+ { generation: 8, level: 5, moves: ['confusion', 'wish'], source: 'gen8bdsp' }
9299
9432
  ],
9300
9433
  eventOnly: true
9301
9434
  },
@@ -10089,6 +10222,19 @@ export const Legality = {
10089
10222
  level: 70,
10090
10223
  shiny: 1,
10091
10224
  moves: ['psychic', 'futuresight', 'magicroom', 'shadowball']
10225
+ },
10226
+ {
10227
+ generation: 8,
10228
+ level: 50,
10229
+ shiny: 1,
10230
+ moves: ['psychic', 'amnesia', 'extrasensory', 'imprison'],
10231
+ source: 'gen8bdsp'
10232
+ },
10233
+ {
10234
+ generation: 8,
10235
+ level: 70,
10236
+ moves: ['swift', 'extrasensory', 'mysticalpower', 'hypnosis'],
10237
+ source: 'gen8legends'
10092
10238
  }
10093
10239
  ],
10094
10240
  eventOnly: true
@@ -10142,6 +10288,19 @@ export const Legality = {
10142
10288
  level: 70,
10143
10289
  shiny: 1,
10144
10290
  moves: ['psychic', 'charm', 'drainingkiss', 'triattack']
10291
+ },
10292
+ {
10293
+ generation: 8,
10294
+ level: 50,
10295
+ shiny: 1,
10296
+ moves: ['psychic', 'charm', 'extrasensory', 'imprison'],
10297
+ source: 'gen8bdsp'
10298
+ },
10299
+ {
10300
+ generation: 8,
10301
+ level: 70,
10302
+ moves: ['swift', 'extrasensory', 'mysticalpower', 'recover'],
10303
+ source: 'gen8legends'
10145
10304
  }
10146
10305
  ],
10147
10306
  eventOnly: true
@@ -10195,6 +10354,19 @@ export const Legality = {
10195
10354
  level: 70,
10196
10355
  shiny: 1,
10197
10356
  moves: ['psychic', 'dazzlinggleam', 'nastyplot', 'facade']
10357
+ },
10358
+ {
10359
+ generation: 8,
10360
+ level: 50,
10361
+ shiny: 1,
10362
+ moves: ['psychic', 'nastyplot', 'extrasensory', 'imprison'],
10363
+ source: 'gen8bdsp'
10364
+ },
10365
+ {
10366
+ generation: 8,
10367
+ level: 70,
10368
+ moves: ['swift', 'extrasensory', 'mysticalpower', 'doublehit'],
10369
+ source: 'gen8legends'
10198
10370
  }
10199
10371
  ],
10200
10372
  eventOnly: true
@@ -10203,12 +10375,12 @@ export const Legality = {
10203
10375
  learnset: {
10204
10376
  ancientpower: ['8S11', '4S0'],
10205
10377
  aurasphere: ['7S7', '7S8', '7S9', '7S10', '6S5', '5S4'],
10206
- dracometeor: ['9S13', '7S9', '7S10', '5S4'],
10378
+ dracometeor: ['9S15', '7S9', '7S10', '5S4'],
10207
10379
  dragonbreath: ['5S3', '4S2'],
10208
10380
  dragonclaw: ['8S11', '4S0'],
10209
10381
  dragonpulse: ['5S4'],
10210
- earthpower: ['9S13', '4S1'],
10211
- fireblast: ['9S13'],
10382
+ earthpower: ['9S15', '4S1'],
10383
+ fireblast: ['9S15'],
10212
10384
  flashcannon: [
10213
10385
  '8S12', '8S11',
10214
10386
  '7S7', '7S8',
@@ -10229,7 +10401,7 @@ export const Legality = {
10229
10401
  ],
10230
10402
  scaryface: ['5S3', '4S2'],
10231
10403
  slash: ['8S11', '4S1'],
10232
- steelbeam: ['9S13']
10404
+ steelbeam: ['9S15']
10233
10405
  },
10234
10406
  eventData: [
10235
10407
  {
@@ -10311,6 +10483,19 @@ export const Legality = {
10311
10483
  moves: ['roaroftime', 'flashcannon', 'metalburst', 'overheat'],
10312
10484
  pokeball: 'cherishball'
10313
10485
  },
10486
+ {
10487
+ generation: 8,
10488
+ level: 47,
10489
+ shiny: 1,
10490
+ moves: ['roaroftime', 'flashcannon', 'slash', 'ancientpower'],
10491
+ source: 'gen8bdsp'
10492
+ },
10493
+ {
10494
+ generation: 8,
10495
+ level: 65,
10496
+ moves: ['earthpower', 'irontail', 'flashcannon', 'roaroftime'],
10497
+ source: 'gen8legends'
10498
+ },
10314
10499
  {
10315
10500
  generation: 9,
10316
10501
  level: 75,
@@ -10333,14 +10518,14 @@ export const Legality = {
10333
10518
  '7S10', '6S5',
10334
10519
  '6S6', '5S4'
10335
10520
  ],
10336
- dracometeor: ['9S13', '7S9', '7S10', '5S4'],
10521
+ dracometeor: ['9S15', '7S9', '7S10', '5S4'],
10337
10522
  dragonbreath: ['5S3', '4S2'],
10338
10523
  dragonclaw: ['8S11', '4S0'],
10339
10524
  earthpower: ['8S12', '6S5', '6S6', '4S1'],
10340
- fireblast: ['9S13'],
10525
+ fireblast: ['9S15'],
10341
10526
  healblock: ['4S1'],
10342
10527
  hydropump: [
10343
- '9S13', '8S12',
10528
+ '9S15', '8S12',
10344
10529
  '7S7', '7S8',
10345
10530
  '7S9', '7S10',
10346
10531
  '6S5', '6S6',
@@ -10356,7 +10541,7 @@ export const Legality = {
10356
10541
  '4S0', '4S1'
10357
10542
  ],
10358
10543
  surf: ['8S11'],
10359
- thunder: ['9S13'],
10544
+ thunder: ['9S15'],
10360
10545
  waterpulse: ['4S0']
10361
10546
  },
10362
10547
  eventData: [
@@ -10439,6 +10624,19 @@ export const Legality = {
10439
10624
  moves: ['spacialrend', 'hydropump', 'aurasphere', 'earthpower'],
10440
10625
  pokeball: 'cherishball'
10441
10626
  },
10627
+ {
10628
+ generation: 8,
10629
+ level: 47,
10630
+ shiny: 1,
10631
+ moves: ['spacialrend', 'aquaring', 'slash', 'ancientpower'],
10632
+ source: 'gen8bdsp'
10633
+ },
10634
+ {
10635
+ generation: 8,
10636
+ level: 65,
10637
+ moves: ['earthpower', 'aquatail', 'hydropump', 'spacialrend'],
10638
+ source: 'gen8legends'
10639
+ },
10442
10640
  {
10443
10641
  generation: 9,
10444
10642
  level: 75,
@@ -10527,6 +10725,19 @@ export const Legality = {
10527
10725
  level: 70,
10528
10726
  shiny: 1,
10529
10727
  moves: ['metalsound', 'lavaplume', 'crunch', 'ironhead']
10728
+ },
10729
+ {
10730
+ generation: 8,
10731
+ level: 70,
10732
+ shiny: 1,
10733
+ moves: ['stoneedge', 'heatwave', 'earthpower', 'metalsound'],
10734
+ source: 'gen8bdsp'
10735
+ },
10736
+ {
10737
+ generation: 8,
10738
+ level: 70,
10739
+ moves: ['ironhead', 'crunch', 'earthpower', 'magmastorm'],
10740
+ source: 'gen8legends'
10530
10741
  }
10531
10742
  ],
10532
10743
  eventOnly: true
@@ -10611,6 +10822,19 @@ export const Legality = {
10611
10822
  level: 100,
10612
10823
  shiny: 1,
10613
10824
  moves: ['gigaimpact', 'zenheadbutt', 'hammerarm', 'crushgrip']
10825
+ },
10826
+ {
10827
+ generation: 8,
10828
+ level: 70,
10829
+ shiny: 1,
10830
+ moves: ['crushgrip', 'gigaimpact', 'hammerarm', 'heavyslam'],
10831
+ source: 'gen8bdsp'
10832
+ },
10833
+ {
10834
+ generation: 8,
10835
+ level: 70,
10836
+ moves: ['zenheadbutt', 'ironhead', 'crushgrip', 'gigaimpact'],
10837
+ source: 'gen8legends'
10614
10838
  }
10615
10839
  ],
10616
10840
  eventOnly: true
@@ -10687,6 +10911,19 @@ export const Legality = {
10687
10911
  level: 70,
10688
10912
  shiny: 1,
10689
10913
  moves: ['dragonclaw', 'scaryface', 'shadowball', 'ancientpower']
10914
+ },
10915
+ {
10916
+ generation: 8,
10917
+ level: 70,
10918
+ shiny: 1,
10919
+ moves: ['dragonclaw', 'aurasphere', 'painsplit', 'shadowforce'],
10920
+ source: 'gen8bdsp'
10921
+ },
10922
+ {
10923
+ generation: 8,
10924
+ level: 70,
10925
+ moves: ['dragonclaw', 'dragonpulse', 'earthpower', 'shadowforce'],
10926
+ source: 'gen8legends'
10690
10927
  }
10691
10928
  ],
10692
10929
  eventOnly: true
@@ -10743,6 +10980,19 @@ export const Legality = {
10743
10980
  level: 70,
10744
10981
  shiny: 1,
10745
10982
  moves: ['icywind', 'moonblast', 'psychocut', 'psyshock']
10983
+ },
10984
+ {
10985
+ generation: 8,
10986
+ level: 50,
10987
+ shiny: 1,
10988
+ moves: ['safeguard', 'moonlight', 'psychocut', 'slash'],
10989
+ source: 'gen8bdsp'
10990
+ },
10991
+ {
10992
+ generation: 8,
10993
+ level: 70,
10994
+ moves: ['psychocut', 'psychic', 'moonblast', 'lunarblessing'],
10995
+ source: 'gen8legends'
10746
10996
  }
10747
10997
  ],
10748
10998
  eventOnly: true
@@ -10760,15 +11010,15 @@ export const Legality = {
10760
11010
  },
10761
11011
  manaphy: {
10762
11012
  learnset: {
10763
- acidarmor: ['9S7', '4S2'],
11013
+ acidarmor: ['9S9', '4S2'],
10764
11014
  aquaring: ['7S6', '4S3'],
10765
11015
  bubble: ['6S4', '6S5', '4S0', '4S1'],
10766
- bubblebeam: ['9S7'],
11016
+ bubblebeam: ['9S9'],
10767
11017
  heartswap: ['7S6', '6S4', '4S2', '4S3'],
10768
11018
  tailglow: ['7S6', '6S4', '6S5', '4S0', '4S1'],
10769
- waterpulse: ['9S7', '7S6', '4S2', '4S3'],
11019
+ waterpulse: ['9S9', '7S6', '4S2', '4S3'],
10770
11020
  watersport: ['6S4', '6S5', '4S0', '4S1', '4S3'],
10771
- whirlpool: ['9S7', '4S2']
11021
+ whirlpool: ['9S9', '4S2']
10772
11022
  },
10773
11023
  eventData: [
10774
11024
  { generation: 4, level: 5, moves: ['tailglow', 'bubble', 'watersport'] },
@@ -10810,6 +11060,18 @@ export const Legality = {
10810
11060
  moves: ['tailglow', 'waterpulse', 'aquaring', 'heartswap'],
10811
11061
  pokeball: 'cherishball'
10812
11062
  },
11063
+ {
11064
+ generation: 8,
11065
+ moves: ['tailglow', 'watergun'],
11066
+ pokeball: 'pokeball',
11067
+ source: 'gen8bdsp'
11068
+ },
11069
+ {
11070
+ generation: 8,
11071
+ level: 50,
11072
+ moves: ['waterpulse', 'zenheadbutt', 'moonblast', 'bubble'],
11073
+ source: 'gen8legends'
11074
+ },
10813
11075
  {
10814
11076
  generation: 9,
10815
11077
  level: 50,
@@ -10824,19 +11086,19 @@ export const Legality = {
10824
11086
  },
10825
11087
  darkrai: {
10826
11088
  learnset: {
10827
- darkpulse: ['9S8', '6S5', '4S2'],
11089
+ darkpulse: ['9S10', '6S5', '4S2'],
10828
11090
  darkvoid: ['7S7', '6S5', '6S6', '5S4', '4S2'],
10829
11091
  doubleteam: ['4S2', '4S3'],
10830
- dreameater: ['9S8', '6S5'],
11092
+ dreameater: ['9S10', '6S5'],
10831
11093
  feintattack: ['7S7', '6S6', '5S4', '4S3'],
10832
- hypnosis: ['9S8', '4S0', '4S1', '4S3'],
11094
+ hypnosis: ['9S10', '4S0', '4S1', '4S3'],
10833
11095
  nightmare: ['7S7', '6S6', '5S4', '4S0', '4S1', '4S3'],
10834
11096
  ominouswind: ['7S7', '6S6', '5S4'],
10835
11097
  phantomforce: ['6S5'],
10836
11098
  pursuit: ['4S0'],
10837
11099
  quickattack: ['4S0'],
10838
11100
  roaroftime: ['4S1'],
10839
- shadowball: ['9S8', '4S2'],
11101
+ shadowball: ['9S10', '4S2'],
10840
11102
  spacialrend: ['4S1']
10841
11103
  },
10842
11104
  eventData: [
@@ -10888,6 +11150,19 @@ export const Legality = {
10888
11150
  moves: ['darkvoid', 'feintattack', 'nightmare', 'ominouswind'],
10889
11151
  pokeball: 'cherishball'
10890
11152
  },
11153
+ {
11154
+ generation: 8,
11155
+ level: 50,
11156
+ shiny: 1,
11157
+ moves: ['hypnosis', 'suckerpunch', 'foulplay', 'doubleteam'],
11158
+ source: 'gen8bdsp'
11159
+ },
11160
+ {
11161
+ generation: 8,
11162
+ level: 70,
11163
+ moves: ['hex', 'darkpulse', 'psychic', 'darkvoid'],
11164
+ source: 'gen8legends'
11165
+ },
10891
11166
  {
10892
11167
  generation: 9,
10893
11168
  level: 50,
@@ -10949,6 +11224,19 @@ export const Legality = {
10949
11224
  level: 20,
10950
11225
  moves: ['return', 'growth', 'seedflare', 'celebrate'],
10951
11226
  pokeball: 'cherishball'
11227
+ },
11228
+ {
11229
+ generation: 8,
11230
+ level: 30,
11231
+ shiny: 1,
11232
+ moves: ['growth', 'magicalleaf', 'leechseed', 'synthesis'],
11233
+ source: 'gen8bdsp'
11234
+ },
11235
+ {
11236
+ generation: 8,
11237
+ level: 70,
11238
+ moves: ['seedflare', 'energyball', 'airslash', 'earthpower'],
11239
+ source: 'gen8legends'
10952
11240
  }
10953
11241
  ],
10954
11242
  eventOnly: true
@@ -10998,6 +11286,20 @@ export const Legality = {
10998
11286
  level: 100,
10999
11287
  moves: ['judgment', 'extremespeed', 'recover', 'hyperbeam'],
11000
11288
  pokeball: 'cherishball'
11289
+ },
11290
+ {
11291
+ generation: 8,
11292
+ level: 80,
11293
+ shiny: 1,
11294
+ moves: ['healingwish', 'futuresight', 'recover', 'hyperbeam'],
11295
+ source: 'gen8bdsp'
11296
+ },
11297
+ {
11298
+ generation: 8,
11299
+ level: 75,
11300
+ moves: ['recover', 'calmmind', 'judgment', 'hyperbeam'],
11301
+ pokeball: 'pokeball',
11302
+ source: 'gen8legends'
11001
11303
  }
11002
11304
  ],
11003
11305
  eventOnly: true
@@ -12228,6 +12530,12 @@ export const Legality = {
12228
12530
  level: 70,
12229
12531
  shiny: 1,
12230
12532
  moves: ['hurricane', 'agility', 'icywind', 'heatwave']
12533
+ },
12534
+ {
12535
+ generation: 8,
12536
+ level: 70,
12537
+ moves: ['extrasensory', 'crunch', 'hurricane', 'bleakwindstorm'],
12538
+ source: 'gen8legends'
12231
12539
  }
12232
12540
  ],
12233
12541
  eventOnly: true
@@ -12305,6 +12613,12 @@ export const Legality = {
12305
12613
  level: 70,
12306
12614
  shiny: 1,
12307
12615
  moves: ['thunder', 'raindance', 'weatherball', 'sludgewave']
12616
+ },
12617
+ {
12618
+ generation: 8,
12619
+ level: 70,
12620
+ moves: ['extrasensory', 'crunch', 'thunder', 'wildboltstorm'],
12621
+ source: 'gen8legends'
12308
12622
  }
12309
12623
  ],
12310
12624
  eventOnly: true
@@ -12524,6 +12838,12 @@ export const Legality = {
12524
12838
  level: 70,
12525
12839
  shiny: 1,
12526
12840
  moves: ['sandtomb', 'rockslide', 'bulldoze', 'focusblast']
12841
+ },
12842
+ {
12843
+ generation: 8,
12844
+ level: 70,
12845
+ moves: ['extrasensory', 'crunch', 'earthpower', 'sandsearstorm'],
12846
+ source: 'gen8legends'
12527
12847
  }
12528
12848
  ],
12529
12849
  eventOnly: true
@@ -13036,6 +13356,17 @@ export const Legality = {
13036
13356
  }
13037
13357
  ]
13038
13358
  },
13359
+ floetteeternal: {
13360
+ eventData: [
13361
+ {
13362
+ generation: 9,
13363
+ level: 72,
13364
+ moves: ['lightofruin', 'energyball', 'gigadrain', 'synthesis'],
13365
+ source: 'gen9legends'
13366
+ }
13367
+ ],
13368
+ eventOnly: true
13369
+ },
13039
13370
  gogoat: { encounters: [{ generation: 6, level: 30 }] },
13040
13371
  pancham: {
13041
13372
  learnset: { armthrust: ['6S0'], darkpulse: ['6S0'], stoneedge: ['6S0'] },
@@ -13281,6 +13612,12 @@ export const Legality = {
13281
13612
  level: 70,
13282
13613
  shiny: 1,
13283
13614
  moves: ['ingrain', 'dazzlinggleam', 'moonblast', 'hornleech']
13615
+ },
13616
+ {
13617
+ generation: 9,
13618
+ level: 75,
13619
+ moves: ['megahorn', 'moonblast', 'hornleech', 'geomancy'],
13620
+ source: 'gen9legends'
13284
13621
  }
13285
13622
  ],
13286
13623
  eventOnly: true
@@ -13336,6 +13673,12 @@ export const Legality = {
13336
13673
  level: 70,
13337
13674
  shiny: 1,
13338
13675
  moves: ['taunt', 'oblivionwing', 'dragonrush', 'suckerpunch']
13676
+ },
13677
+ {
13678
+ generation: 9,
13679
+ level: 75,
13680
+ moves: ['hurricane', 'darkpulse', 'psychic', 'oblivionwing'],
13681
+ source: 'gen9legends'
13339
13682
  }
13340
13683
  ],
13341
13684
  eventOnly: true
@@ -13476,6 +13819,12 @@ export const Legality = {
13476
13819
  shiny: 1,
13477
13820
  isHidden: true,
13478
13821
  moves: ['thousandarrows', 'landswrath', 'dragonpulse', 'bind']
13822
+ },
13823
+ {
13824
+ generation: 9,
13825
+ level: 84,
13826
+ moves: ['coreenforcer', 'thousandarrows', 'thousandwaves', 'landswrath'],
13827
+ source: 'gen9legends'
13479
13828
  }
13480
13829
  ],
13481
13830
  eventOnly: true
@@ -15261,19 +15610,14 @@ export const Legality = {
15261
15610
  eventOnly: true
15262
15611
  },
15263
15612
  enamorus: {
15264
- learnset: {
15265
- drainingkiss: ['9S1'],
15266
- extrasensory: ['9S1', '8S0'],
15267
- moonblast: ['9S1', '8S0'],
15268
- springtidestorm: ['8S0']
15269
- },
15613
+ learnset: { drainingkiss: ['9S1'], extrasensory: ['9S1'], moonblast: ['9S1'] },
15270
15614
  eventData: [
15271
15615
  {
15272
15616
  generation: 8,
15273
15617
  level: 70,
15274
15618
  perfectIVs: 3,
15275
- moves: ['extrasensory', 'moonblast', 'springtidestorm'],
15276
- pokeball: 'strangeball'
15619
+ moves: ['extrasensory', 'crunch', 'moonblast', 'springtidestorm'],
15620
+ source: 'gen8legends'
15277
15621
  },
15278
15622
  {
15279
15623
  generation: 9,
@@ -15852,9 +16196,12 @@ export const Legality = {
15852
16196
  },
15853
16197
  tinglu: {
15854
16198
  learnset: {
16199
+ heavyslam: ['9S1'],
15855
16200
  rockslide: ['9S0'],
15856
16201
  ruination: ['9S0'],
15857
- stompingtantrum: ['9S0'],
16202
+ snarl: ['9S1'],
16203
+ stompingtantrum: ['9S0', '9S1'],
16204
+ stoneedge: ['9S1'],
15858
16205
  throatchop: ['9S0']
15859
16206
  },
15860
16207
  eventData: [
@@ -15862,15 +16209,26 @@ export const Legality = {
15862
16209
  generation: 9,
15863
16210
  level: 60,
15864
16211
  moves: ['stompingtantrum', 'ruination', 'throatchop', 'rockslide']
16212
+ },
16213
+ {
16214
+ generation: 9,
16215
+ level: 75,
16216
+ shiny: true,
16217
+ nature: 'Impish',
16218
+ ivs: { hp: 31, atk: 31, def: 31, spa: 20, spd: 31, spe: 31 },
16219
+ moves: ['stompingtantrum', 'stoneedge', 'snarl', 'heavyslam'],
16220
+ pokeball: 'cherishball'
15865
16221
  }
15866
16222
  ],
15867
16223
  eventOnly: true
15868
16224
  },
15869
16225
  chienpao: {
15870
16226
  learnset: {
15871
- iciclecrash: ['9S0'],
16227
+ crunch: ['9S1'],
16228
+ iceshard: ['9S1'],
16229
+ iciclecrash: ['9S0', '9S1'],
15872
16230
  ruination: ['9S0'],
15873
- sacredsword: ['9S0'],
16231
+ sacredsword: ['9S0', '9S1'],
15874
16232
  suckerpunch: ['9S0']
15875
16233
  },
15876
16234
  eventData: [
@@ -15878,33 +16236,72 @@ export const Legality = {
15878
16236
  generation: 9,
15879
16237
  level: 60,
15880
16238
  moves: ['iciclecrash', 'ruination', 'suckerpunch', 'sacredsword']
16239
+ },
16240
+ {
16241
+ generation: 9,
16242
+ level: 75,
16243
+ shiny: true,
16244
+ nature: 'Adamant',
16245
+ ivs: { hp: 31, atk: 31, def: 31, spa: 20, spd: 31, spe: 31 },
16246
+ moves: ['iciclecrash', 'crunch', 'sacredsword', 'iceshard'],
16247
+ pokeball: 'cherishball'
15881
16248
  }
15882
16249
  ],
15883
16250
  eventOnly: true
15884
16251
  },
15885
16252
  wochien: {
15886
16253
  learnset: {
16254
+ darkpulse: ['9S1'],
15887
16255
  foulplay: ['9S0'],
15888
- gigadrain: ['9S0'],
16256
+ gigadrain: ['9S0', '9S1'],
16257
+ pollenpuff: ['9S1'],
15889
16258
  powerwhip: ['9S0'],
15890
- ruination: ['9S0']
16259
+ ruination: ['9S0'],
16260
+ snarl: ['9S1']
15891
16261
  },
15892
16262
  eventData: [
15893
16263
  {
15894
16264
  generation: 9,
15895
16265
  level: 60,
15896
16266
  moves: ['gigadrain', 'ruination', 'foulplay', 'powerwhip']
16267
+ },
16268
+ {
16269
+ generation: 9,
16270
+ level: 75,
16271
+ shiny: true,
16272
+ nature: 'Calm',
16273
+ ivs: { hp: 31, atk: 20, def: 31, spa: 31, spd: 31, spe: 31 },
16274
+ moves: ['gigadrain', 'darkpulse', 'snarl', 'pollenpuff'],
16275
+ pokeball: 'cherishball'
15897
16276
  }
15898
16277
  ],
15899
16278
  eventOnly: true
15900
16279
  },
15901
16280
  chiyu: {
15902
- learnset: { bounce: ['9S0'], lavaplume: ['9S0'], ruination: ['9S0'], swagger: ['9S0'] },
16281
+ learnset: {
16282
+ bounce: ['9S0'],
16283
+ darkpulse: ['9S1'],
16284
+ flamethrower: ['9S1'],
16285
+ heatwave: ['9S1'],
16286
+ lavaplume: ['9S0'],
16287
+ ruination: ['9S0'],
16288
+ snarl: ['9S1'],
16289
+ swagger: ['9S0']
16290
+ },
15903
16291
  eventData: [
15904
16292
  {
15905
16293
  generation: 9,
15906
16294
  level: 60,
15907
16295
  moves: ['lavaplume', 'ruination', 'bounce', 'swagger']
16296
+ },
16297
+ {
16298
+ generation: 9,
16299
+ level: 75,
16300
+ shiny: true,
16301
+ nature: 'Modest',
16302
+ ivs: { hp: 31, atk: 20, def: 31, spa: 31, spd: 31, spe: 31 },
16303
+ moves: ['heatwave', 'darkpulse', 'snarl', 'flamethrower'],
16304
+ pokeball: 'cherishball'
15908
16305
  }
15909
16306
  ],
15910
16307
  eventOnly: true
@@ -15912,10 +16309,12 @@ export const Legality = {
15912
16309
  koraidon: {
15913
16310
  learnset: {
15914
16311
  bulkup: ['9S1'],
15915
- collisioncourse: ['9S0', '9S1'],
16312
+ closecombat: ['9S2'],
16313
+ collisioncourse: ['9S0', '9S1', '9S2'],
15916
16314
  endure: ['9S0'],
15917
16315
  flamethrower: ['9S0', '9S1'],
15918
- gigaimpact: ['9S1'],
16316
+ flareblitz: ['9S2'],
16317
+ gigaimpact: ['9S1', '9S2'],
15919
16318
  terablast: ['9S0']
15920
16319
  },
15921
16320
  eventData: [
@@ -15933,6 +16332,15 @@ export const Legality = {
15933
16332
  nature: 'Adamant',
15934
16333
  ivs: { hp: 25, atk: 31, def: 25, spa: 31, spd: 25, spe: 31 },
15935
16334
  moves: ['gigaimpact', 'bulkup', 'collisioncourse', 'flamethrower']
16335
+ },
16336
+ {
16337
+ generation: 9,
16338
+ level: 100,
16339
+ shiny: true,
16340
+ nature: 'Adamant',
16341
+ ivs: { hp: 31, atk: 31, def: 31, spa: 20, spd: 31, spe: 31 },
16342
+ moves: ['collisioncourse', 'closecombat', 'flareblitz', 'gigaimpact'],
16343
+ pokeball: 'cherishball'
15936
16344
  }
15937
16345
  ],
15938
16346
  eventOnly: true
@@ -15940,11 +16348,13 @@ export const Legality = {
15940
16348
  miraidon: {
15941
16349
  learnset: {
15942
16350
  charge: ['9S1'],
15943
- electrodrift: ['9S0', '9S1'],
16351
+ electrodrift: ['9S0', '9S1', '9S2'],
15944
16352
  endure: ['9S0'],
15945
- hyperbeam: ['9S1'],
16353
+ hyperbeam: ['9S1', '9S2'],
16354
+ overheat: ['9S2'],
15946
16355
  powergem: ['9S0', '9S1'],
15947
- terablast: ['9S0']
16356
+ terablast: ['9S0'],
16357
+ thunder: ['9S2']
15948
16358
  },
15949
16359
  eventData: [
15950
16360
  {
@@ -15961,6 +16371,15 @@ export const Legality = {
15961
16371
  nature: 'Modest',
15962
16372
  ivs: { hp: 25, atk: 31, def: 25, spa: 31, spd: 25, spe: 31 },
15963
16373
  moves: ['hyperbeam', 'charge', 'electrodrift', 'powergem']
16374
+ },
16375
+ {
16376
+ generation: 9,
16377
+ level: 100,
16378
+ shiny: true,
16379
+ nature: 'Modest',
16380
+ ivs: { hp: 31, atk: 20, def: 31, spa: 31, spd: 31, spe: 31 },
16381
+ moves: ['electrodrift', 'thunder', 'overheat', 'hyperbeam'],
16382
+ pokeball: 'cherishball'
15964
16383
  }
15965
16384
  ],
15966
16385
  eventOnly: true
@@ -15976,6 +16395,22 @@ export const Legality = {
15976
16395
  }
15977
16396
  ]
15978
16397
  },
16398
+ toedscool: {
16399
+ learnset: {
16400
+ celebrate: ['9S0'],
16401
+ gigadrain: ['9S0'],
16402
+ magicalleaf: ['9S0'],
16403
+ spikes: ['9S0']
16404
+ },
16405
+ eventData: [
16406
+ {
16407
+ generation: 9,
16408
+ level: 50,
16409
+ moves: ['celebrate', 'gigadrain', 'magicalleaf', 'spikes'],
16410
+ pokeball: 'cherishball'
16411
+ }
16412
+ ]
16413
+ },
15979
16414
  walkingwake: {
15980
16415
  learnset: {
15981
16416
  dragonpulse: ['9S0'],