@pokepc/dataset 7.0.0 → 7.1.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 (320) hide show
  1. package/README.md +57 -1
  2. package/build/{box-preset-sanitizer-BE4i0vEj.mjs → box-preset-sanitizer-DRi4Ayrn.mjs} +2 -2
  3. package/build/{box-preset-sanitizer-BE4i0vEj.mjs.map → box-preset-sanitizer-DRi4Ayrn.mjs.map} +1 -1
  4. package/build/enums-Ajt5avHN.mjs +488 -0
  5. package/build/enums-Ajt5avHN.mjs.map +1 -0
  6. package/build/enums-DCL82p1t.d.mts +66 -0
  7. package/build/enums-DCL82p1t.d.mts.map +1 -0
  8. package/build/{evolution-schemas-BGAv7bJJ.d.mts → evolution-schemas-DSBLBAnK.d.mts} +7 -7
  9. package/build/{evolution-schemas-BGAv7bJJ.d.mts.map → evolution-schemas-DSBLBAnK.d.mts.map} +1 -1
  10. package/build/{evolution-schemas-BZQILLSQ.mjs → evolution-schemas-Db7-jivr.mjs} +2 -2
  11. package/build/{evolution-schemas-BZQILLSQ.mjs.map → evolution-schemas-Db7-jivr.mjs.map} +1 -1
  12. package/build/form-schemas-BjyAMPZU.mjs +166 -0
  13. package/build/form-schemas-BjyAMPZU.mjs.map +1 -0
  14. package/build/form-schemas-Cy2ODtBA.d.mts +1407 -0
  15. package/build/form-schemas-Cy2ODtBA.d.mts.map +1 -0
  16. package/build/lib/availability-sources.mjs +1 -1
  17. package/build/lib/availability-sources.mjs.map +1 -1
  18. package/build/lib/box-preset-sanitizer.mjs +1 -1
  19. package/build/lib/box-preset-transform.mjs +2 -2
  20. package/build/lib/enums.d.mts +2 -2
  21. package/build/lib/enums.mjs +2 -2
  22. package/build/lib/evolution-schemas.d.mts +1 -1
  23. package/build/lib/evolution-schemas.mjs +1 -1
  24. package/build/lib/form-methods.d.mts +11 -0
  25. package/build/lib/form-methods.d.mts.map +1 -0
  26. package/build/lib/form-methods.mjs +56 -0
  27. package/build/lib/form-methods.mjs.map +1 -0
  28. package/build/lib/form-schemas.d.mts +2 -0
  29. package/build/lib/form-schemas.mjs +2 -0
  30. package/build/lib/fs.d.mts +4 -4
  31. package/build/lib/schemas.d.mts +4 -3
  32. package/build/lib/schemas.mjs +4 -3
  33. package/build/lib/types.d.mts +8 -3
  34. package/build/lib/types.d.mts.map +1 -1
  35. package/build/{schemas-30DCmCcg.mjs → schemas-Bl5_UJHu.mjs} +6 -4
  36. package/build/schemas-Bl5_UJHu.mjs.map +1 -0
  37. package/build/{schemas-D2xLu3LV.d.mts → schemas-CxAD9vC9.d.mts} +627 -49
  38. package/build/schemas-CxAD9vC9.d.mts.map +1 -0
  39. package/data/items.json +140 -0
  40. package/data/pokemon/abomasnow-mega.json +26 -1
  41. package/data/pokemon/absol-mega-z.json +18 -1
  42. package/data/pokemon/absol-mega.json +26 -1
  43. package/data/pokemon/aegislash-blade.json +66 -0
  44. package/data/pokemon/aerodactyl-mega.json +34 -1
  45. package/data/pokemon/aggron-mega.json +26 -1
  46. package/data/pokemon/alakazam-mega.json +34 -1
  47. package/data/pokemon/alcremie-gmax.json +76 -0
  48. package/data/pokemon/altaria-mega.json +26 -1
  49. package/data/pokemon/ampharos-mega.json +26 -1
  50. package/data/pokemon/appletun-gmax.json +12 -0
  51. package/data/pokemon/arceus-bug.json +145 -1
  52. package/data/pokemon/arceus-dark.json +145 -1
  53. package/data/pokemon/arceus-dragon.json +145 -1
  54. package/data/pokemon/arceus-electric.json +145 -1
  55. package/data/pokemon/arceus-fairy.json +121 -1
  56. package/data/pokemon/arceus-fighting.json +145 -1
  57. package/data/pokemon/arceus-fire.json +145 -1
  58. package/data/pokemon/arceus-flying.json +145 -1
  59. package/data/pokemon/arceus-ghost.json +145 -1
  60. package/data/pokemon/arceus-grass.json +145 -1
  61. package/data/pokemon/arceus-ground.json +145 -1
  62. package/data/pokemon/arceus-ice.json +145 -1
  63. package/data/pokemon/arceus-legendary.json +55 -1
  64. package/data/pokemon/arceus-poison.json +145 -1
  65. package/data/pokemon/arceus-psychic.json +145 -1
  66. package/data/pokemon/arceus-rock.json +145 -1
  67. package/data/pokemon/arceus-steel.json +145 -1
  68. package/data/pokemon/arceus-water.json +145 -1
  69. package/data/pokemon/arceus.json +263 -0
  70. package/data/pokemon/audino-mega.json +26 -1
  71. package/data/pokemon/banette-mega.json +26 -1
  72. package/data/pokemon/barbaracle-mega.json +18 -1
  73. package/data/pokemon/basculin-blue-striped.json +1 -0
  74. package/data/pokemon/baxcalibur-mega.json +18 -1
  75. package/data/pokemon/beedrill-mega.json +34 -1
  76. package/data/pokemon/blastoise-gmax.json +12 -0
  77. package/data/pokemon/blastoise-mega.json +34 -1
  78. package/data/pokemon/blaziken-mega.json +26 -1
  79. package/data/pokemon/burmy-sandy.json +95 -0
  80. package/data/pokemon/burmy-trash.json +52 -0
  81. package/data/pokemon/burmy.json +52 -0
  82. package/data/pokemon/butterfree-gmax.json +12 -0
  83. package/data/pokemon/calyrex-ice.json +18 -0
  84. package/data/pokemon/calyrex-shadow.json +18 -0
  85. package/data/pokemon/camerupt-mega.json +26 -1
  86. package/data/pokemon/castform-rainy.json +64 -0
  87. package/data/pokemon/castform-snowy.json +64 -0
  88. package/data/pokemon/castform-sunny.json +64 -0
  89. package/data/pokemon/centiskorch-gmax.json +12 -0
  90. package/data/pokemon/chandelure-mega.json +18 -1
  91. package/data/pokemon/charizard-gmax.json +12 -0
  92. package/data/pokemon/charizard-mega-x.json +34 -1
  93. package/data/pokemon/charizard-mega-y.json +34 -1
  94. package/data/pokemon/cherrim-sunshine.json +219 -0
  95. package/data/pokemon/chesnaught-mega.json +18 -1
  96. package/data/pokemon/chimecho-mega.json +18 -1
  97. package/data/pokemon/cinderace-gmax.json +12 -0
  98. package/data/pokemon/clefable-mega.json +18 -1
  99. package/data/pokemon/coalossal-gmax.json +12 -0
  100. package/data/pokemon/copperajah-gmax.json +12 -0
  101. package/data/pokemon/corviknight-gmax.json +12 -0
  102. package/data/pokemon/crabominable-mega.json +18 -1
  103. package/data/pokemon/cramorant-gorging.json +67 -0
  104. package/data/pokemon/cramorant-gulping.json +67 -0
  105. package/data/pokemon/darkrai-mega.json +18 -0
  106. package/data/pokemon/darmanitan-galar-zen.json +24 -0
  107. package/data/pokemon/darmanitan-zen.json +31 -0
  108. package/data/pokemon/deerling-autumn.json +47 -0
  109. package/data/pokemon/deerling-summer.json +36 -0
  110. package/data/pokemon/deerling-winter.json +47 -0
  111. package/data/pokemon/deerling.json +47 -0
  112. package/data/pokemon/delphox-mega.json +18 -1
  113. package/data/pokemon/deoxys-attack.json +90 -0
  114. package/data/pokemon/deoxys-defense.json +90 -0
  115. package/data/pokemon/deoxys-speed.json +90 -0
  116. package/data/pokemon/deoxys.json +117 -0
  117. package/data/pokemon/dialga-origin.json +40 -1
  118. package/data/pokemon/diancie-mega.json +26 -1
  119. package/data/pokemon/dragalge-mega.json +18 -1
  120. package/data/pokemon/dragonite-mega.json +18 -1
  121. package/data/pokemon/drampa-mega.json +18 -1
  122. package/data/pokemon/drednaw-gmax.json +12 -0
  123. package/data/pokemon/duraludon-gmax.json +12 -0
  124. package/data/pokemon/eelektross-mega.json +18 -1
  125. package/data/pokemon/eevee-gmax.json +12 -0
  126. package/data/pokemon/eiscue-noice.json +32 -0
  127. package/data/pokemon/emboar-mega.json +18 -1
  128. package/data/pokemon/empoleon.json +1 -0
  129. package/data/pokemon/enamorus-therian.json +16 -0
  130. package/data/pokemon/excadrill-mega.json +18 -1
  131. package/data/pokemon/falinks-mega.json +18 -1
  132. package/data/pokemon/feraligatr-mega.json +18 -1
  133. package/data/pokemon/flapple-gmax.json +12 -0
  134. package/data/pokemon/floette-eternal-mega.json +18 -1
  135. package/data/pokemon/froslass-mega.json +18 -1
  136. package/data/pokemon/furfrou-dandy.json +191 -0
  137. package/data/pokemon/furfrou-debutante.json +191 -0
  138. package/data/pokemon/furfrou-diamond.json +191 -0
  139. package/data/pokemon/furfrou-heart.json +191 -0
  140. package/data/pokemon/furfrou-kabuki.json +191 -0
  141. package/data/pokemon/furfrou-la-reine.json +191 -0
  142. package/data/pokemon/furfrou-matron.json +191 -0
  143. package/data/pokemon/furfrou-pharaoh.json +191 -0
  144. package/data/pokemon/furfrou-star.json +191 -0
  145. package/data/pokemon/furfrou.json +99 -0
  146. package/data/pokemon/gallade-mega.json +26 -1
  147. package/data/pokemon/garbodor-gmax.json +12 -0
  148. package/data/pokemon/garchomp-mega-z.json +18 -1
  149. package/data/pokemon/garchomp-mega.json +26 -1
  150. package/data/pokemon/gardevoir-mega.json +26 -1
  151. package/data/pokemon/genesect-burn.json +25 -1
  152. package/data/pokemon/genesect-chill.json +25 -1
  153. package/data/pokemon/genesect-douse.json +25 -1
  154. package/data/pokemon/genesect-shock.json +25 -1
  155. package/data/pokemon/genesect.json +29 -0
  156. package/data/pokemon/gengar-gmax.json +12 -0
  157. package/data/pokemon/gengar-mega.json +34 -1
  158. package/data/pokemon/gengar.json +1 -0
  159. package/data/pokemon/giratina-origin.json +118 -1
  160. package/data/pokemon/glalie-mega.json +26 -1
  161. package/data/pokemon/glimmora-mega.json +18 -1
  162. package/data/pokemon/golisopod-mega.json +18 -1
  163. package/data/pokemon/golurk-mega.json +18 -1
  164. package/data/pokemon/greninja-ash.json +25 -0
  165. package/data/pokemon/greninja-mega.json +18 -1
  166. package/data/pokemon/grimmsnarl-gmax.json +12 -0
  167. package/data/pokemon/groudon-primal.json +40 -0
  168. package/data/pokemon/gyarados-mega.json +34 -1
  169. package/data/pokemon/hatterene-gmax.json +12 -0
  170. package/data/pokemon/hawlucha-mega.json +18 -1
  171. package/data/pokemon/heatran-mega.json +18 -0
  172. package/data/pokemon/heracross-mega.json +26 -1
  173. package/data/pokemon/hoopa-unbound.json +60 -0
  174. package/data/pokemon/houndoom-mega.json +26 -1
  175. package/data/pokemon/inteleon-gmax.json +12 -0
  176. package/data/pokemon/kangaskhan-mega.json +34 -1
  177. package/data/pokemon/keldeo-resolute.json +92 -0
  178. package/data/pokemon/kingler-gmax.json +12 -0
  179. package/data/pokemon/kyogre-primal.json +40 -0
  180. package/data/pokemon/kyurem-black.json +33 -0
  181. package/data/pokemon/kyurem-white.json +33 -0
  182. package/data/pokemon/landorus-therian.json +32 -0
  183. package/data/pokemon/lapras-gmax.json +12 -0
  184. package/data/pokemon/latias-mega.json +26 -1
  185. package/data/pokemon/latios-mega.json +26 -1
  186. package/data/pokemon/lopunny-mega.json +26 -1
  187. package/data/pokemon/lucario-mega-z.json +18 -1
  188. package/data/pokemon/lucario-mega.json +26 -1
  189. package/data/pokemon/machamp-gmax.json +12 -0
  190. package/data/pokemon/magearna-mega.json +18 -1
  191. package/data/pokemon/magearna-original-mega.json +18 -1
  192. package/data/pokemon/malamar-mega.json +18 -1
  193. package/data/pokemon/manectric-mega.json +26 -1
  194. package/data/pokemon/mawile-mega.json +26 -1
  195. package/data/pokemon/mawile.json +0 -1
  196. package/data/pokemon/medicham-mega.json +26 -1
  197. package/data/pokemon/meganium-mega.json +18 -1
  198. package/data/pokemon/melmetal-gmax.json +12 -0
  199. package/data/pokemon/meloetta-pirouette.json +29 -0
  200. package/data/pokemon/meowstic-mega.json +18 -1
  201. package/data/pokemon/meowth-alola.json +2 -0
  202. package/data/pokemon/meowth-gmax.json +12 -0
  203. package/data/pokemon/metagross-mega.json +26 -1
  204. package/data/pokemon/mewtwo-mega-x.json +34 -1
  205. package/data/pokemon/mewtwo-mega-y.json +34 -1
  206. package/data/pokemon/mimikyu-busted.json +53 -0
  207. package/data/pokemon/minior-blue.json +53 -0
  208. package/data/pokemon/minior-green.json +53 -0
  209. package/data/pokemon/minior-indigo.json +53 -0
  210. package/data/pokemon/minior-orange.json +53 -0
  211. package/data/pokemon/minior-red.json +53 -0
  212. package/data/pokemon/minior-violet.json +53 -0
  213. package/data/pokemon/minior-yellow.json +53 -0
  214. package/data/pokemon/morpeko-hangry.json +57 -0
  215. package/data/pokemon/necrozma-dawn-wings.json +18 -0
  216. package/data/pokemon/necrozma-dusk-mane.json +18 -0
  217. package/data/pokemon/necrozma-ultra.json +21 -0
  218. package/data/pokemon/ogerpon-cornerstone.json +9 -1
  219. package/data/pokemon/ogerpon-hearthflame.json +9 -1
  220. package/data/pokemon/ogerpon-wellspring.json +9 -1
  221. package/data/pokemon/ogerpon.json +13 -0
  222. package/data/pokemon/orbeetle-gmax.json +12 -0
  223. package/data/pokemon/oricorio-pau.json +9 -0
  224. package/data/pokemon/oricorio-pom-pom.json +9 -0
  225. package/data/pokemon/oricorio-sensu.json +9 -0
  226. package/data/pokemon/oricorio.json +9 -0
  227. package/data/pokemon/palafin-hero.json +16 -0
  228. package/data/pokemon/palkia-origin.json +40 -1
  229. package/data/pokemon/persian-alola.json +2 -0
  230. package/data/pokemon/pidgeot-mega.json +34 -1
  231. package/data/pokemon/pikachu-gmax.json +12 -0
  232. package/data/pokemon/pinsir-mega.json +34 -1
  233. package/data/pokemon/piplup.json +1 -0
  234. package/data/pokemon/prinplup.json +1 -0
  235. package/data/pokemon/pyroar-mega.json +18 -1
  236. package/data/pokemon/raichu-mega-x.json +18 -1
  237. package/data/pokemon/raichu-mega-y.json +18 -1
  238. package/data/pokemon/rayquaza-mega.json +29 -0
  239. package/data/pokemon/rillaboom-gmax.json +12 -0
  240. package/data/pokemon/rotom-fan.json +94 -0
  241. package/data/pokemon/rotom-frost.json +94 -0
  242. package/data/pokemon/rotom-heat.json +94 -0
  243. package/data/pokemon/rotom-mow.json +94 -0
  244. package/data/pokemon/rotom-wash.json +94 -0
  245. package/data/pokemon/rotom.json +112 -0
  246. package/data/pokemon/sableye-mega.json +26 -1
  247. package/data/pokemon/salamence-mega.json +26 -1
  248. package/data/pokemon/sandaconda-gmax.json +12 -0
  249. package/data/pokemon/sawsbuck-autumn.json +47 -0
  250. package/data/pokemon/sawsbuck-summer.json +36 -0
  251. package/data/pokemon/sawsbuck-winter.json +47 -0
  252. package/data/pokemon/sawsbuck.json +47 -0
  253. package/data/pokemon/sceptile-mega.json +26 -1
  254. package/data/pokemon/scizor-mega.json +26 -1
  255. package/data/pokemon/scolipede-mega.json +18 -1
  256. package/data/pokemon/scolipede.json +1 -0
  257. package/data/pokemon/scovillain-mega.json +18 -1
  258. package/data/pokemon/scrafty-mega.json +18 -1
  259. package/data/pokemon/sharpedo-mega.json +26 -1
  260. package/data/pokemon/shaymin-sky.json +151 -0
  261. package/data/pokemon/shiftry-f.json +1 -0
  262. package/data/pokemon/shiftry.json +1 -0
  263. package/data/pokemon/silvally-bug.json +27 -1
  264. package/data/pokemon/silvally-dark.json +27 -1
  265. package/data/pokemon/silvally-dragon.json +27 -1
  266. package/data/pokemon/silvally-electric.json +27 -1
  267. package/data/pokemon/silvally-fairy.json +27 -1
  268. package/data/pokemon/silvally-fighting.json +27 -1
  269. package/data/pokemon/silvally-fire.json +27 -1
  270. package/data/pokemon/silvally-flying.json +27 -1
  271. package/data/pokemon/silvally-ghost.json +27 -1
  272. package/data/pokemon/silvally-grass.json +27 -1
  273. package/data/pokemon/silvally-ground.json +27 -1
  274. package/data/pokemon/silvally-ice.json +27 -1
  275. package/data/pokemon/silvally-poison.json +27 -1
  276. package/data/pokemon/silvally-psychic.json +27 -1
  277. package/data/pokemon/silvally-rock.json +27 -1
  278. package/data/pokemon/silvally-steel.json +27 -1
  279. package/data/pokemon/silvally-water.json +27 -1
  280. package/data/pokemon/silvally.json +50 -0
  281. package/data/pokemon/skarmory-mega.json +18 -1
  282. package/data/pokemon/slowbro-mega.json +34 -1
  283. package/data/pokemon/snorlax-gmax.json +12 -0
  284. package/data/pokemon/staraptor-mega.json +18 -0
  285. package/data/pokemon/starmie-mega.json +18 -1
  286. package/data/pokemon/steelix-mega.json +26 -1
  287. package/data/pokemon/swampert-mega.json +26 -1
  288. package/data/pokemon/tatsugiri-droopy-mega.json +18 -1
  289. package/data/pokemon/tatsugiri-mega.json +18 -1
  290. package/data/pokemon/tatsugiri-stretchy-mega.json +18 -1
  291. package/data/pokemon/terapagos-stellar.json +15 -0
  292. package/data/pokemon/terapagos-terastal.json +15 -0
  293. package/data/pokemon/thundurus-therian.json +32 -0
  294. package/data/pokemon/tornadus-therian.json +32 -0
  295. package/data/pokemon/toxtricity-gmax.json +12 -0
  296. package/data/pokemon/toxtricity-low-key-gmax.json +12 -0
  297. package/data/pokemon/tyranitar-mega.json +26 -1
  298. package/data/pokemon/urshifu-gmax.json +12 -0
  299. package/data/pokemon/urshifu-rapid-strike-gmax.json +12 -0
  300. package/data/pokemon/venipede.json +1 -0
  301. package/data/pokemon/venusaur-gmax.json +12 -0
  302. package/data/pokemon/venusaur-mega.json +34 -1
  303. package/data/pokemon/victreebel-mega.json +18 -1
  304. package/data/pokemon/whirlipede.json +1 -0
  305. package/data/pokemon/wishiwashi-school.json +24 -0
  306. package/data/pokemon/xerneas-active.json +11 -0
  307. package/data/pokemon/zacian-crowned.json +19 -1
  308. package/data/pokemon/zamazenta-crowned.json +19 -1
  309. package/data/pokemon/zeraora-mega.json +18 -1
  310. package/data/pokemon/zygarde-10.json +19 -0
  311. package/data/pokemon/zygarde-complete-mega.json +18 -1
  312. package/data/pokemon/zygarde-complete.json +36 -0
  313. package/data/pokemon/zygarde.json +33 -0
  314. package/package.json +4 -1
  315. package/build/enums-CXl-yCW7.mjs +0 -274
  316. package/build/enums-CXl-yCW7.mjs.map +0 -1
  317. package/build/enums-DNGH357y.d.mts +0 -43
  318. package/build/enums-DNGH357y.d.mts.map +0 -1
  319. package/build/schemas-30DCmCcg.mjs.map +0 -1
  320. package/build/schemas-D2xLu3LV.d.mts.map +0 -1
@@ -62,6 +62,18 @@
62
62
  "serebii": "orbeetle",
63
63
  "bulbapedia": "Orbeetle"
64
64
  },
65
+ "formMethods": [
66
+ {
67
+ "from": ["orbeetle"],
68
+ "games": ["swsh-sw", "swsh-sh"],
69
+ "trigger": "special",
70
+ "conditions": [
71
+ { "key": "mechanic", "mechanic": "gigantamax" },
72
+ { "key": "battle_condition", "condition": "gigantamax_factor" }
73
+ ],
74
+ "revert": [{ "afterTurns": 3 }, "switch_out", "battle_end", "faint"]
75
+ }
76
+ ],
65
77
  "names": {
66
78
  "eng": "Orbeetle (Gigantamax Form)",
67
79
  "fra": "Astronelle (Forme Gigamax)",
@@ -60,6 +60,15 @@
60
60
  "serebii": "oricorio",
61
61
  "bulbapedia": "Oricorio"
62
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["oricorio-pom-pom", "oricorio-sensu", "oricorio"],
66
+ "games": ["sm-s", "sm-m", "usum-us", "usum-um", "sv-s", "sv-v"],
67
+ "trigger": "use_item",
68
+ "item": { "id": "pinknectar", "role": "used", "consumed": true },
69
+ "conditions": []
70
+ }
71
+ ],
63
72
  "names": {
64
73
  "eng": "Oricorio (Pa’u Style)",
65
74
  "esp": "Oricorio (Estilo Plácido)",
@@ -60,6 +60,15 @@
60
60
  "serebii": "oricorio",
61
61
  "bulbapedia": "Oricorio"
62
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["oricorio-pau", "oricorio-sensu", "oricorio"],
66
+ "games": ["sm-s", "sm-m", "usum-us", "usum-um", "sv-s", "sv-v"],
67
+ "trigger": "use_item",
68
+ "item": { "id": "yellownectar", "role": "used", "consumed": true },
69
+ "conditions": []
70
+ }
71
+ ],
63
72
  "names": {
64
73
  "eng": "Oricorio (Pom-Pom Style)",
65
74
  "esp": "Oricorio (Estilo Animado)",
@@ -60,6 +60,15 @@
60
60
  "serebii": "oricorio",
61
61
  "bulbapedia": "Oricorio"
62
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["oricorio-pau", "oricorio-pom-pom", "oricorio"],
66
+ "games": ["sm-s", "sm-m", "usum-us", "usum-um", "sv-s", "sv-v"],
67
+ "trigger": "use_item",
68
+ "item": { "id": "purplenectar", "role": "used", "consumed": true },
69
+ "conditions": []
70
+ }
71
+ ],
63
72
  "names": {
64
73
  "eng": "Oricorio (Sensu Style)",
65
74
  "esp": "Oricorio (Estilo Refinado)",
@@ -59,6 +59,15 @@
59
59
  "serebii": "oricorio",
60
60
  "bulbapedia": "Oricorio"
61
61
  },
62
+ "formMethods": [
63
+ {
64
+ "from": ["oricorio-pau", "oricorio-pom-pom", "oricorio-sensu"],
65
+ "games": ["sm-s", "sm-m", "usum-us", "usum-um", "sv-s", "sv-v"],
66
+ "trigger": "use_item",
67
+ "item": { "id": "rednectar", "role": "used", "consumed": true },
68
+ "conditions": []
69
+ }
70
+ ],
62
71
  "names": {
63
72
  "eng": "Oricorio",
64
73
  "fra": "Plumeline",
@@ -59,6 +59,22 @@
59
59
  "serebii": "Palafin",
60
60
  "bulbapedia": "Palafin"
61
61
  },
62
+ "formMethods": [
63
+ {
64
+ "from": ["palafin"],
65
+ "games": ["sv-s", "sv-v"],
66
+ "trigger": "automatic",
67
+ "conditions": [
68
+ { "key": "ability", "abilities": ["zerotohero"] },
69
+ { "key": "battle_event", "events": ["switch_out"] },
70
+ { "key": "hp", "comparison": "gt", "percent": 0 }
71
+ ],
72
+ "notes": {
73
+ "eng": "Switch out without fainting; Hero Form then lasts for the rest of the battle."
74
+ },
75
+ "revert": ["battle_end"]
76
+ }
77
+ ],
62
78
  "names": {
63
79
  "eng": "Palafin (Hero Form)",
64
80
  "fra": "Superdofin (Forme Super)",
@@ -13,7 +13,6 @@
13
13
  "isPrerelease": false,
14
14
  "isDefault": false,
15
15
  "isForm": true,
16
- "formItem": "lustrousglobe",
17
16
  "isLegendary": true,
18
17
  "isMythical": false,
19
18
  "isBaby": false,
@@ -63,6 +62,46 @@
63
62
  "serebii": "palkia",
64
63
  "bulbapedia": "Palkia"
65
64
  },
65
+ "formMethods": [
66
+ {
67
+ "from": ["palkia"],
68
+ "games": ["la"],
69
+ "trigger": "use_item",
70
+ "item": { "id": "lustrousglobe", "role": "used", "consumed": false },
71
+ "conditions": [],
72
+ "revert": [
73
+ {
74
+ "trigger": "use_item",
75
+ "item": { "id": "lustrousglobe", "role": "used", "consumed": false },
76
+ "conditions": []
77
+ },
78
+ {
79
+ "games": ["home"],
80
+ "trigger": "automatic",
81
+ "conditions": [{ "key": "storage_event", "event": "deposit", "service": "home" }]
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "from": ["palkia"],
87
+ "games": ["sv-s", "sv-v"],
88
+ "trigger": "equip_item",
89
+ "item": { "id": "lustrousglobe", "role": "held", "consumed": false },
90
+ "conditions": [],
91
+ "revert": [
92
+ {
93
+ "trigger": "remove_item",
94
+ "item": { "id": "lustrousglobe", "role": "held", "consumed": false },
95
+ "conditions": []
96
+ },
97
+ {
98
+ "games": ["home"],
99
+ "trigger": "automatic",
100
+ "conditions": [{ "key": "storage_event", "event": "deposit", "service": "home" }]
101
+ }
102
+ ]
103
+ }
104
+ ],
66
105
  "names": {
67
106
  "eng": "Palkia (Origin Forme)",
68
107
  "fra": "Palkia (Forme Originelle)",
@@ -59,6 +59,8 @@
59
59
  "swsh-sw",
60
60
  "swsh-sh",
61
61
  "home",
62
+ "sv-s",
63
+ "sv-v",
62
64
  "lza",
63
65
  "champions"
64
66
  ],
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "pidgeotite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,40 @@
61
60
  "serebii": "pidgeot",
62
61
  "bulbapedia": "Pidgeot"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["pidgeot"],
66
+ "games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
67
+ "trigger": "special",
68
+ "item": { "id": "pidgeotite", "role": "held" },
69
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
70
+ "revert": ["battle_end", "faint"]
71
+ },
72
+ {
73
+ "from": ["pidgeot"],
74
+ "games": ["lza"],
75
+ "trigger": "special",
76
+ "item": { "id": "pidgeotite", "role": "held" },
77
+ "conditions": [
78
+ { "key": "mechanic", "mechanic": "mega_evolution" },
79
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
80
+ ],
81
+ "revert": [
82
+ {
83
+ "trigger": "automatic",
84
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "from": ["pidgeot"],
90
+ "games": ["lgpe-lgp", "lgpe-lge"],
91
+ "trigger": "special",
92
+ "item": { "id": "pidgeotite", "role": "bag" },
93
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
94
+ "revert": ["battle_end", "faint"]
95
+ }
96
+ ],
64
97
  "names": {
65
98
  "eng": "Mega Pidgeot",
66
99
  "fra": "MégaRoucarnage",
@@ -60,6 +60,18 @@
60
60
  "serebii": "pikachu",
61
61
  "bulbapedia": "Pikachu"
62
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["pikachu", "pikachu-f"],
66
+ "games": ["swsh-sw", "swsh-sh"],
67
+ "trigger": "special",
68
+ "conditions": [
69
+ { "key": "mechanic", "mechanic": "gigantamax" },
70
+ { "key": "battle_condition", "condition": "gigantamax_factor" }
71
+ ],
72
+ "revert": [{ "afterTurns": 3 }, "switch_out", "battle_end", "faint"]
73
+ }
74
+ ],
63
75
  "names": {
64
76
  "eng": "Pikachu (Gigantamax Form)",
65
77
  "fra": "Pikachu (Forme Gigamax)",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "pinsirite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -73,6 +72,40 @@
73
72
  "serebii": "pinsir",
74
73
  "bulbapedia": "Pinsir"
75
74
  },
75
+ "formMethods": [
76
+ {
77
+ "from": ["pinsir"],
78
+ "games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
79
+ "trigger": "special",
80
+ "item": { "id": "pinsirite", "role": "held" },
81
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
82
+ "revert": ["battle_end", "faint"]
83
+ },
84
+ {
85
+ "from": ["pinsir"],
86
+ "games": ["lza"],
87
+ "trigger": "special",
88
+ "item": { "id": "pinsirite", "role": "held" },
89
+ "conditions": [
90
+ { "key": "mechanic", "mechanic": "mega_evolution" },
91
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
92
+ ],
93
+ "revert": [
94
+ {
95
+ "trigger": "automatic",
96
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
97
+ }
98
+ ]
99
+ },
100
+ {
101
+ "from": ["pinsir"],
102
+ "games": ["lgpe-lgp", "lgpe-lge"],
103
+ "trigger": "special",
104
+ "item": { "id": "pinsirite", "role": "bag" },
105
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
106
+ "revert": ["battle_end", "faint"]
107
+ }
108
+ ],
76
109
  "names": {
77
110
  "eng": "Mega Pinsir",
78
111
  "fra": "MégaScarabrute",
@@ -8,6 +8,7 @@
8
8
  "color": "blue",
9
9
  "ability1": "torrent",
10
10
  "abilityHidden": "competitive",
11
+ "legacyAbilities": ["defiant"],
11
12
  "isPrerelease": false,
12
13
  "isDefault": true,
13
14
  "isForm": false,
@@ -8,6 +8,7 @@
8
8
  "color": "blue",
9
9
  "ability1": "torrent",
10
10
  "abilityHidden": "competitive",
11
+ "legacyAbilities": ["defiant"],
11
12
  "isPrerelease": false,
12
13
  "isDefault": true,
13
14
  "isForm": false,
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "pyroarite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,24 @@
61
60
  "serebii": "pyroar",
62
61
  "bulbapedia": "Pyroar"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["pyroar", "pyroar-f"],
66
+ "games": ["lza"],
67
+ "trigger": "special",
68
+ "item": { "id": "pyroarite", "role": "held" },
69
+ "conditions": [
70
+ { "key": "mechanic", "mechanic": "mega_evolution" },
71
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
72
+ ],
73
+ "revert": [
74
+ {
75
+ "trigger": "automatic",
76
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
77
+ }
78
+ ]
79
+ }
80
+ ],
64
81
  "names": {
65
82
  "eng": "Mega Pyroar",
66
83
  "fra": "MégaNémélios",
@@ -11,7 +11,6 @@
11
11
  "isPrerelease": false,
12
12
  "isDefault": false,
13
13
  "isForm": true,
14
- "formItem": "raichunitex",
15
14
  "isLegendary": false,
16
15
  "isMythical": false,
17
16
  "isBaby": false,
@@ -60,6 +59,24 @@
60
59
  "serebii": "raichu",
61
60
  "bulbapedia": "Raichu"
62
61
  },
62
+ "formMethods": [
63
+ {
64
+ "from": ["raichu", "raichu-f"],
65
+ "games": ["lza"],
66
+ "trigger": "special",
67
+ "item": { "id": "raichunitex", "role": "held" },
68
+ "conditions": [
69
+ { "key": "mechanic", "mechanic": "mega_evolution" },
70
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
71
+ ],
72
+ "revert": [
73
+ {
74
+ "trigger": "automatic",
75
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
76
+ }
77
+ ]
78
+ }
79
+ ],
63
80
  "names": {
64
81
  "eng": "Mega Raichu X",
65
82
  "fra": "MégaRaichu X",
@@ -11,7 +11,6 @@
11
11
  "isPrerelease": false,
12
12
  "isDefault": false,
13
13
  "isForm": true,
14
- "formItem": "raichunitey",
15
14
  "isLegendary": false,
16
15
  "isMythical": false,
17
16
  "isBaby": false,
@@ -60,6 +59,24 @@
60
59
  "serebii": "raichu",
61
60
  "bulbapedia": "Raichu"
62
61
  },
62
+ "formMethods": [
63
+ {
64
+ "from": ["raichu", "raichu-f"],
65
+ "games": ["lza"],
66
+ "trigger": "special",
67
+ "item": { "id": "raichunitey", "role": "held" },
68
+ "conditions": [
69
+ { "key": "mechanic", "mechanic": "mega_evolution" },
70
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
71
+ ],
72
+ "revert": [
73
+ {
74
+ "trigger": "automatic",
75
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
76
+ }
77
+ ]
78
+ }
79
+ ],
63
80
  "names": {
64
81
  "eng": "Mega Raichu Y",
65
82
  "fra": "MégaRaichu Y",
@@ -61,6 +61,35 @@
61
61
  "serebii": "rayquaza",
62
62
  "bulbapedia": "Rayquaza"
63
63
  },
64
+ "formMethods": [
65
+ {
66
+ "from": ["rayquaza"],
67
+ "games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
68
+ "trigger": "special",
69
+ "conditions": [
70
+ { "key": "mechanic", "mechanic": "mega_evolution" },
71
+ { "key": "known_move", "move": "dragonascent" },
72
+ { "key": "battle_condition", "condition": "rayquaza_mega_eligible" }
73
+ ],
74
+ "revert": ["battle_end", "faint"]
75
+ },
76
+ {
77
+ "from": ["rayquaza"],
78
+ "games": ["lza"],
79
+ "trigger": "special",
80
+ "conditions": [
81
+ { "key": "mechanic", "mechanic": "mega_evolution" },
82
+ { "key": "battle_condition", "condition": "mega_gauge_full" },
83
+ { "key": "known_move", "move": "dragonascent" }
84
+ ],
85
+ "revert": [
86
+ {
87
+ "trigger": "automatic",
88
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
89
+ }
90
+ ]
91
+ }
92
+ ],
64
93
  "names": {
65
94
  "eng": "Mega Rayquaza",
66
95
  "fra": "MégaRayquaza",
@@ -60,6 +60,18 @@
60
60
  "serebii": "rillaboom",
61
61
  "bulbapedia": "Rillaboom"
62
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["rillaboom"],
66
+ "games": ["swsh-sw", "swsh-sh"],
67
+ "trigger": "special",
68
+ "conditions": [
69
+ { "key": "mechanic", "mechanic": "gigantamax" },
70
+ { "key": "battle_condition", "condition": "gigantamax_factor" }
71
+ ],
72
+ "revert": [{ "afterTurns": 3 }, "switch_out", "battle_end", "faint"]
73
+ }
74
+ ],
63
75
  "names": {
64
76
  "eng": "Rillaboom (Gigantamax Form)",
65
77
  "fra": "Gorythmic (Forme Gigamax)",
@@ -106,6 +106,100 @@
106
106
  "serebii": "rotom",
107
107
  "bulbapedia": "Rotom"
108
108
  },
109
+ "formMethods": [
110
+ {
111
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
112
+ "games": ["pt", "bdsp-bd", "bdsp-sp"],
113
+ "trigger": "interact",
114
+ "conditions": [
115
+ { "key": "location", "location": "team_galactic_eterna_building_rotom_room" },
116
+ { "key": "interaction", "interaction": "electric_fan" }
117
+ ],
118
+ "notes": { "eng": "Access the appliance room using the Secret Key." }
119
+ },
120
+ {
121
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
122
+ "games": ["hgss-hg", "hgss-ss"],
123
+ "trigger": "interact",
124
+ "conditions": [
125
+ { "key": "location", "location": "silph_co_rotom_room" },
126
+ { "key": "interaction", "interaction": "electric_fan" }
127
+ ]
128
+ },
129
+ {
130
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
131
+ "games": ["bw-b", "bw-w", "b2w2-b2", "b2w2-w2"],
132
+ "trigger": "interact",
133
+ "conditions": [
134
+ { "key": "location", "location": "shopping_mall_nine_basement" },
135
+ { "key": "interaction", "interaction": "electric_fan" }
136
+ ]
137
+ },
138
+ {
139
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
140
+ "games": ["xy-x", "xy-y"],
141
+ "trigger": "interact",
142
+ "conditions": [
143
+ { "key": "location", "location": "sycamore_pokemon_lab" },
144
+ { "key": "interaction", "interaction": "electric_fan" }
145
+ ]
146
+ },
147
+ {
148
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
149
+ "games": ["oras-or", "oras-as"],
150
+ "trigger": "interact",
151
+ "conditions": [
152
+ { "key": "location", "location": "professor_birchs_lab" },
153
+ { "key": "interaction", "interaction": "electric_fan" }
154
+ ]
155
+ },
156
+ {
157
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
158
+ "games": ["sm-s", "sm-m", "usum-us", "usum-um"],
159
+ "trigger": "interact",
160
+ "conditions": [
161
+ { "key": "location", "location": "professor_kukuis_lab" },
162
+ { "key": "interaction", "interaction": "electric_fan" }
163
+ ]
164
+ },
165
+ {
166
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
167
+ "games": ["la"],
168
+ "trigger": "interact",
169
+ "conditions": [
170
+ { "key": "location", "location": "jubilife_village_player_quarters" },
171
+ { "key": "interaction", "interaction": "electric_fan" }
172
+ ],
173
+ "notes": { "eng": "Purchase the corresponding appliance from Ginter first." }
174
+ },
175
+ {
176
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
177
+ "games": ["swsh-sw", "swsh-sh", "sv-s", "sv-v"],
178
+ "trigger": "use_item",
179
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
180
+ "conditions": [{ "key": "interaction", "interaction": "electric_fan" }]
181
+ },
182
+ {
183
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
184
+ "games": ["bdsp-bd", "bdsp-sp"],
185
+ "trigger": "use_item",
186
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
187
+ "conditions": [{ "key": "interaction", "interaction": "electric_fan" }],
188
+ "notes": {
189
+ "eng": "An appliance form must first be used in Rotom’s Room to unlock that choice in the catalog."
190
+ }
191
+ },
192
+ {
193
+ "from": ["rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash", "rotom"],
194
+ "games": ["lza"],
195
+ "trigger": "use_item",
196
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
197
+ "conditions": [{ "key": "interaction", "interaction": "electric_fan" }],
198
+ "notes": {
199
+ "eng": "Obtain the Rotom Catalog in Mega Dimension side mission 170, Rotom Showcase!"
200
+ }
201
+ }
202
+ ],
109
203
  "names": {
110
204
  "eng": "Fan Rotom",
111
205
  "esp": "Rotom Ventilador",