@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
@@ -11,7 +11,6 @@
11
11
  "isPrerelease": false,
12
12
  "isDefault": false,
13
13
  "isForm": true,
14
- "formItem": "blastoisinite",
15
14
  "isLegendary": false,
16
15
  "isMythical": false,
17
16
  "isBaby": false,
@@ -60,6 +59,40 @@
60
59
  "serebii": "blastoise",
61
60
  "bulbapedia": "Blastoise"
62
61
  },
62
+ "formMethods": [
63
+ {
64
+ "from": ["blastoise"],
65
+ "games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
66
+ "trigger": "special",
67
+ "item": { "id": "blastoisinite", "role": "held" },
68
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
69
+ "revert": ["battle_end", "faint"]
70
+ },
71
+ {
72
+ "from": ["blastoise"],
73
+ "games": ["lza"],
74
+ "trigger": "special",
75
+ "item": { "id": "blastoisinite", "role": "held" },
76
+ "conditions": [
77
+ { "key": "mechanic", "mechanic": "mega_evolution" },
78
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
79
+ ],
80
+ "revert": [
81
+ {
82
+ "trigger": "automatic",
83
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "from": ["blastoise"],
89
+ "games": ["lgpe-lgp", "lgpe-lge"],
90
+ "trigger": "special",
91
+ "item": { "id": "blastoisinite", "role": "bag" },
92
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
93
+ "revert": ["battle_end", "faint"]
94
+ }
95
+ ],
63
96
  "names": {
64
97
  "eng": "Mega Blastoise",
65
98
  "fra": "MégaTortank",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "blazikenite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,32 @@
61
60
  "serebii": "blaziken",
62
61
  "bulbapedia": "Blaziken"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["blaziken", "blaziken-f"],
66
+ "games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
67
+ "trigger": "special",
68
+ "item": { "id": "blazikenite", "role": "held" },
69
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
70
+ "revert": ["battle_end", "faint"]
71
+ },
72
+ {
73
+ "from": ["blaziken", "blaziken-f"],
74
+ "games": ["lza"],
75
+ "trigger": "special",
76
+ "item": { "id": "blazikenite", "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
+ ],
64
89
  "names": {
65
90
  "eng": "Mega Blaziken",
66
91
  "fra": "MégaBraségali",
@@ -95,6 +95,101 @@
95
95
  "serebii": "burmy",
96
96
  "bulbapedia": "Burmy"
97
97
  },
98
+ "formMethods": [
99
+ {
100
+ "from": ["burmy-trash", "burmy"],
101
+ "games": [
102
+ "dp-d",
103
+ "dp-p",
104
+ "pt",
105
+ "hgss-hg",
106
+ "hgss-ss",
107
+ "bw-b",
108
+ "bw-w",
109
+ "b2w2-b2",
110
+ "b2w2-w2",
111
+ "xy-x",
112
+ "xy-y",
113
+ "oras-or",
114
+ "oras-as",
115
+ "sm-s",
116
+ "sm-m",
117
+ "usum-us",
118
+ "usum-um",
119
+ "bdsp-bd",
120
+ "bdsp-sp"
121
+ ],
122
+ "trigger": "automatic",
123
+ "conditions": [
124
+ { "key": "battle_event", "events": ["battle_end"] },
125
+ { "key": "environment", "environment": "cave_or_beach" },
126
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
127
+ ]
128
+ },
129
+ {
130
+ "from": ["burmy", "burmy-trash"],
131
+ "games": ["dp-d", "dp-p", "pt", "hgss-hg", "hgss-ss"],
132
+ "trigger": "automatic",
133
+ "conditions": [
134
+ { "key": "battle_event", "events": ["battle_end"] },
135
+ { "key": "environment", "environment": "snowstorm" },
136
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
137
+ ]
138
+ },
139
+ {
140
+ "from": ["burmy", "burmy-trash"],
141
+ "games": ["hgss-hg", "hgss-ss"],
142
+ "trigger": "automatic",
143
+ "conditions": [
144
+ { "key": "battle_event", "events": ["battle_end"] },
145
+ { "key": "location", "location": "bell_tower" },
146
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
147
+ ],
148
+ "notes": { "eng": "These towers use the cave battle environment." }
149
+ },
150
+ {
151
+ "from": ["burmy", "burmy-trash"],
152
+ "games": ["hgss-hg", "hgss-ss"],
153
+ "trigger": "automatic",
154
+ "conditions": [
155
+ { "key": "battle_event", "events": ["battle_end"] },
156
+ { "key": "location", "location": "burned_tower" },
157
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
158
+ ],
159
+ "notes": { "eng": "These towers use the cave battle environment." }
160
+ },
161
+ {
162
+ "from": ["burmy", "burmy-trash"],
163
+ "games": ["hgss-hg", "hgss-ss"],
164
+ "trigger": "automatic",
165
+ "conditions": [
166
+ { "key": "battle_event", "events": ["battle_end"] },
167
+ { "key": "location", "location": "sprout_tower" },
168
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
169
+ ],
170
+ "notes": { "eng": "These towers use the cave battle environment." }
171
+ },
172
+ {
173
+ "from": ["burmy-trash", "burmy"],
174
+ "games": ["la"],
175
+ "trigger": "automatic",
176
+ "conditions": [
177
+ { "key": "battle_event", "events": ["battle_end"] },
178
+ { "key": "location", "location": "crimson_mirelands" },
179
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
180
+ ]
181
+ },
182
+ {
183
+ "from": ["burmy-trash", "burmy"],
184
+ "games": ["la"],
185
+ "trigger": "automatic",
186
+ "conditions": [
187
+ { "key": "battle_event", "events": ["battle_end"] },
188
+ { "key": "location", "location": "coronet_highlands" },
189
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
190
+ ]
191
+ }
192
+ ],
98
193
  "names": {
99
194
  "eng": "Burmy (Sandy Cloak)",
100
195
  "esp": "Burmy (Tronco Arena)",
@@ -95,6 +95,58 @@
95
95
  "serebii": "burmy",
96
96
  "bulbapedia": "Burmy"
97
97
  },
98
+ "formMethods": [
99
+ {
100
+ "from": ["burmy-sandy", "burmy"],
101
+ "games": [
102
+ "dp-d",
103
+ "dp-p",
104
+ "pt",
105
+ "hgss-hg",
106
+ "hgss-ss",
107
+ "bw-b",
108
+ "bw-w",
109
+ "b2w2-b2",
110
+ "b2w2-w2",
111
+ "xy-x",
112
+ "xy-y",
113
+ "oras-or",
114
+ "oras-as",
115
+ "sm-s",
116
+ "sm-m",
117
+ "usum-us",
118
+ "usum-um",
119
+ "bdsp-bd",
120
+ "bdsp-sp"
121
+ ],
122
+ "trigger": "automatic",
123
+ "conditions": [
124
+ { "key": "battle_event", "events": ["battle_end"] },
125
+ { "key": "environment", "environment": "building" },
126
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
127
+ ]
128
+ },
129
+ {
130
+ "from": ["burmy-sandy", "burmy"],
131
+ "games": ["la"],
132
+ "trigger": "automatic",
133
+ "conditions": [
134
+ { "key": "battle_event", "events": ["battle_end"] },
135
+ { "key": "location", "location": "cobalt_coastlands" },
136
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
137
+ ]
138
+ },
139
+ {
140
+ "from": ["burmy-sandy", "burmy"],
141
+ "games": ["la"],
142
+ "trigger": "automatic",
143
+ "conditions": [
144
+ { "key": "battle_event", "events": ["battle_end"] },
145
+ { "key": "location", "location": "alabaster_icelands" },
146
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
147
+ ]
148
+ }
149
+ ],
98
150
  "names": {
99
151
  "eng": "Burmy (Trash Cloak)",
100
152
  "esp": "Burmy (Tronco Basura)",
@@ -95,6 +95,58 @@
95
95
  "serebii": "burmy",
96
96
  "bulbapedia": "Burmy"
97
97
  },
98
+ "formMethods": [
99
+ {
100
+ "from": ["burmy-sandy", "burmy-trash"],
101
+ "games": [
102
+ "dp-d",
103
+ "dp-p",
104
+ "pt",
105
+ "hgss-hg",
106
+ "hgss-ss",
107
+ "bw-b",
108
+ "bw-w",
109
+ "b2w2-b2",
110
+ "b2w2-w2",
111
+ "xy-x",
112
+ "xy-y",
113
+ "oras-or",
114
+ "oras-as",
115
+ "sm-s",
116
+ "sm-m",
117
+ "usum-us",
118
+ "usum-um",
119
+ "bdsp-bd",
120
+ "bdsp-sp"
121
+ ],
122
+ "trigger": "automatic",
123
+ "conditions": [
124
+ { "key": "battle_event", "events": ["battle_end"] },
125
+ { "key": "environment", "environment": "outdoors_or_tall_grass" },
126
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
127
+ ]
128
+ },
129
+ {
130
+ "from": ["burmy-sandy", "burmy-trash"],
131
+ "games": ["la"],
132
+ "trigger": "automatic",
133
+ "conditions": [
134
+ { "key": "battle_event", "events": ["battle_end"] },
135
+ { "key": "location", "location": "jubilife_village" },
136
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
137
+ ]
138
+ },
139
+ {
140
+ "from": ["burmy-sandy", "burmy-trash"],
141
+ "games": ["la"],
142
+ "trigger": "automatic",
143
+ "conditions": [
144
+ { "key": "battle_event", "events": ["battle_end"] },
145
+ { "key": "location", "location": "obsidian_fieldlands" },
146
+ { "key": "mechanic", "mechanic": "participated_in_battle" }
147
+ ]
148
+ }
149
+ ],
98
150
  "names": {
99
151
  "eng": "Burmy",
100
152
  "fra": "Cheniti",
@@ -61,6 +61,18 @@
61
61
  "serebii": "butterfree",
62
62
  "bulbapedia": "Butterfree"
63
63
  },
64
+ "formMethods": [
65
+ {
66
+ "from": ["butterfree", "butterfree-f"],
67
+ "games": ["swsh-sw", "swsh-sh"],
68
+ "trigger": "special",
69
+ "conditions": [
70
+ { "key": "mechanic", "mechanic": "gigantamax" },
71
+ { "key": "battle_condition", "condition": "gigantamax_factor" }
72
+ ],
73
+ "revert": [{ "afterTurns": 3 }, "switch_out", "battle_end", "faint"]
74
+ }
75
+ ],
64
76
  "names": {
65
77
  "eng": "Butterfree (Gigantamax Form)",
66
78
  "fra": "Papilusion (Forme Gigamax)",
@@ -61,6 +61,24 @@
61
61
  "serebii": "calyrex",
62
62
  "bulbapedia": "Calyrex"
63
63
  },
64
+ "formMethods": [
65
+ {
66
+ "from": ["calyrex"],
67
+ "games": ["swsh-sw", "swsh-sh", "sv-s", "sv-v"],
68
+ "trigger": "fuse",
69
+ "item": { "id": "reinsofunity", "role": "used", "consumed": false },
70
+ "conditions": [{ "key": "fusion_partner", "pokemon": "glastrier" }],
71
+ "notes": { "eng": "Only one Calyrex can be fused at a time." },
72
+ "revert": [
73
+ {
74
+ "trigger": "separate",
75
+ "item": { "id": "reinsofunity", "role": "used", "consumed": false },
76
+ "conditions": [],
77
+ "notes": { "eng": "The fused partner returns to the party." }
78
+ }
79
+ ]
80
+ }
81
+ ],
64
82
  "names": {
65
83
  "eng": "Calyrex (Ice Rider)",
66
84
  "esp": "Calyrex (Jinete Glacial)",
@@ -61,6 +61,24 @@
61
61
  "serebii": "calyrex",
62
62
  "bulbapedia": "Calyrex"
63
63
  },
64
+ "formMethods": [
65
+ {
66
+ "from": ["calyrex"],
67
+ "games": ["swsh-sw", "swsh-sh", "sv-s", "sv-v"],
68
+ "trigger": "fuse",
69
+ "item": { "id": "reinsofunity", "role": "used", "consumed": false },
70
+ "conditions": [{ "key": "fusion_partner", "pokemon": "spectrier" }],
71
+ "notes": { "eng": "Only one Calyrex can be fused at a time." },
72
+ "revert": [
73
+ {
74
+ "trigger": "separate",
75
+ "item": { "id": "reinsofunity", "role": "used", "consumed": false },
76
+ "conditions": [],
77
+ "notes": { "eng": "The fused partner returns to the party." }
78
+ }
79
+ ]
80
+ }
81
+ ],
64
82
  "names": {
65
83
  "eng": "Calyrex (Shadow Rider)",
66
84
  "esp": "Calyrex (Jinete Espectral)",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "cameruptite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,32 @@
61
60
  "serebii": "camerupt",
62
61
  "bulbapedia": "Camerupt"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["camerupt", "camerupt-f"],
66
+ "games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
67
+ "trigger": "special",
68
+ "item": { "id": "cameruptite", "role": "held" },
69
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
70
+ "revert": ["battle_end", "faint"]
71
+ },
72
+ {
73
+ "from": ["camerupt", "camerupt-f"],
74
+ "games": ["lza"],
75
+ "trigger": "special",
76
+ "item": { "id": "cameruptite", "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
+ ],
64
89
  "names": {
65
90
  "eng": "Mega Camerupt",
66
91
  "fra": "MégaCamérupt",
@@ -77,6 +77,70 @@
77
77
  "serebii": "castform",
78
78
  "bulbapedia": "Castform"
79
79
  },
80
+ "formMethods": [
81
+ {
82
+ "from": ["castform", "castform-sunny", "castform-snowy"],
83
+ "trigger": "automatic",
84
+ "conditions": [
85
+ { "key": "ability", "abilities": ["forecast"] },
86
+ { "key": "weather", "weather": ["rain"], "relation": "in" },
87
+ { "key": "battle_condition", "condition": "weather_effects_active" }
88
+ ],
89
+ "notes": {
90
+ "eng": "Forecast changes form while the matching weather has an active effect in battle."
91
+ },
92
+ "revert": [
93
+ {
94
+ "to": "castform",
95
+ "trigger": "automatic",
96
+ "conditions": [
97
+ { "key": "ability", "abilities": ["forecast"] },
98
+ { "key": "weather", "weather": ["sun", "rain", "hail", "snow"], "relation": "outside" }
99
+ ]
100
+ },
101
+ {
102
+ "to": "castform",
103
+ "trigger": "automatic",
104
+ "conditions": [
105
+ { "key": "ability", "abilities": ["forecast"] },
106
+ { "key": "battle_condition", "condition": "weather_effects_negated" }
107
+ ],
108
+ "notes": { "eng": "For example, Cloud Nine or Air Lock negates the weather." }
109
+ },
110
+ {
111
+ "to": "castform",
112
+ "trigger": "automatic",
113
+ "conditions": [{ "key": "battle_event", "events": ["switch_out", "battle_end"] }]
114
+ },
115
+ {
116
+ "to": "castform",
117
+ "games": [
118
+ "bw-b",
119
+ "bw-w",
120
+ "b2w2-b2",
121
+ "b2w2-w2",
122
+ "xy-x",
123
+ "xy-y",
124
+ "oras-or",
125
+ "oras-as",
126
+ "sm-s",
127
+ "sm-m",
128
+ "usum-us",
129
+ "usum-um",
130
+ "bdsp-bd",
131
+ "bdsp-sp"
132
+ ],
133
+ "trigger": "automatic",
134
+ "conditions": [
135
+ { "key": "battle_condition", "condition": "forecast_suppressed_or_replaced" }
136
+ ],
137
+ "notes": {
138
+ "eng": "From Generation V onward, losing or suppressing Forecast restores Normal form. Generations III and IV retain the current form."
139
+ }
140
+ }
141
+ ]
142
+ }
143
+ ],
80
144
  "names": {
81
145
  "eng": "Castform (Rainy Form)",
82
146
  "esp": "Castform (Forma Lluvia)",
@@ -77,6 +77,70 @@
77
77
  "serebii": "castform",
78
78
  "bulbapedia": "Castform"
79
79
  },
80
+ "formMethods": [
81
+ {
82
+ "from": ["castform", "castform-sunny", "castform-rainy"],
83
+ "trigger": "automatic",
84
+ "conditions": [
85
+ { "key": "ability", "abilities": ["forecast"] },
86
+ { "key": "weather", "weather": ["hail", "snow"], "relation": "in" },
87
+ { "key": "battle_condition", "condition": "weather_effects_active" }
88
+ ],
89
+ "notes": {
90
+ "eng": "Forecast changes form while the matching weather has an active effect in battle."
91
+ },
92
+ "revert": [
93
+ {
94
+ "to": "castform",
95
+ "trigger": "automatic",
96
+ "conditions": [
97
+ { "key": "ability", "abilities": ["forecast"] },
98
+ { "key": "weather", "weather": ["sun", "rain", "hail", "snow"], "relation": "outside" }
99
+ ]
100
+ },
101
+ {
102
+ "to": "castform",
103
+ "trigger": "automatic",
104
+ "conditions": [
105
+ { "key": "ability", "abilities": ["forecast"] },
106
+ { "key": "battle_condition", "condition": "weather_effects_negated" }
107
+ ],
108
+ "notes": { "eng": "For example, Cloud Nine or Air Lock negates the weather." }
109
+ },
110
+ {
111
+ "to": "castform",
112
+ "trigger": "automatic",
113
+ "conditions": [{ "key": "battle_event", "events": ["switch_out", "battle_end"] }]
114
+ },
115
+ {
116
+ "to": "castform",
117
+ "games": [
118
+ "bw-b",
119
+ "bw-w",
120
+ "b2w2-b2",
121
+ "b2w2-w2",
122
+ "xy-x",
123
+ "xy-y",
124
+ "oras-or",
125
+ "oras-as",
126
+ "sm-s",
127
+ "sm-m",
128
+ "usum-us",
129
+ "usum-um",
130
+ "bdsp-bd",
131
+ "bdsp-sp"
132
+ ],
133
+ "trigger": "automatic",
134
+ "conditions": [
135
+ { "key": "battle_condition", "condition": "forecast_suppressed_or_replaced" }
136
+ ],
137
+ "notes": {
138
+ "eng": "From Generation V onward, losing or suppressing Forecast restores Normal form. Generations III and IV retain the current form."
139
+ }
140
+ }
141
+ ]
142
+ }
143
+ ],
80
144
  "names": {
81
145
  "eng": "Castform (Snowy Form)",
82
146
  "esp": "Castform (Forma Nieve)",
@@ -77,6 +77,70 @@
77
77
  "serebii": "castform",
78
78
  "bulbapedia": "Castform"
79
79
  },
80
+ "formMethods": [
81
+ {
82
+ "from": ["castform", "castform-rainy", "castform-snowy"],
83
+ "trigger": "automatic",
84
+ "conditions": [
85
+ { "key": "ability", "abilities": ["forecast"] },
86
+ { "key": "weather", "weather": ["sun"], "relation": "in" },
87
+ { "key": "battle_condition", "condition": "weather_effects_active" }
88
+ ],
89
+ "notes": {
90
+ "eng": "Forecast changes form while the matching weather has an active effect in battle."
91
+ },
92
+ "revert": [
93
+ {
94
+ "to": "castform",
95
+ "trigger": "automatic",
96
+ "conditions": [
97
+ { "key": "ability", "abilities": ["forecast"] },
98
+ { "key": "weather", "weather": ["sun", "rain", "hail", "snow"], "relation": "outside" }
99
+ ]
100
+ },
101
+ {
102
+ "to": "castform",
103
+ "trigger": "automatic",
104
+ "conditions": [
105
+ { "key": "ability", "abilities": ["forecast"] },
106
+ { "key": "battle_condition", "condition": "weather_effects_negated" }
107
+ ],
108
+ "notes": { "eng": "For example, Cloud Nine or Air Lock negates the weather." }
109
+ },
110
+ {
111
+ "to": "castform",
112
+ "trigger": "automatic",
113
+ "conditions": [{ "key": "battle_event", "events": ["switch_out", "battle_end"] }]
114
+ },
115
+ {
116
+ "to": "castform",
117
+ "games": [
118
+ "bw-b",
119
+ "bw-w",
120
+ "b2w2-b2",
121
+ "b2w2-w2",
122
+ "xy-x",
123
+ "xy-y",
124
+ "oras-or",
125
+ "oras-as",
126
+ "sm-s",
127
+ "sm-m",
128
+ "usum-us",
129
+ "usum-um",
130
+ "bdsp-bd",
131
+ "bdsp-sp"
132
+ ],
133
+ "trigger": "automatic",
134
+ "conditions": [
135
+ { "key": "battle_condition", "condition": "forecast_suppressed_or_replaced" }
136
+ ],
137
+ "notes": {
138
+ "eng": "From Generation V onward, losing or suppressing Forecast restores Normal form. Generations III and IV retain the current form."
139
+ }
140
+ }
141
+ ]
142
+ }
143
+ ],
80
144
  "names": {
81
145
  "eng": "Castform (Sunny Form)",
82
146
  "esp": "Castform (Forma Sol)",
@@ -62,6 +62,18 @@
62
62
  "serebii": "centiskorch",
63
63
  "bulbapedia": "Centiskorch"
64
64
  },
65
+ "formMethods": [
66
+ {
67
+ "from": ["centiskorch"],
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": "Centiskorch (Gigantamax Form)",
67
79
  "fra": "Scolocendre (Forme Gigamax)",