@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
@@ -60,6 +60,18 @@
60
60
  "serebii": "gengar",
61
61
  "bulbapedia": "Gengar"
62
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["gengar"],
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": "Gengar (Gigantamax Form)",
65
77
  "fra": "Ectoplasma (Forme Gigamax)",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "gengarite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -72,6 +71,40 @@
72
71
  "serebii": "gengar",
73
72
  "bulbapedia": "Gengar"
74
73
  },
74
+ "formMethods": [
75
+ {
76
+ "from": ["gengar"],
77
+ "games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
78
+ "trigger": "special",
79
+ "item": { "id": "gengarite", "role": "held" },
80
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
81
+ "revert": ["battle_end", "faint"]
82
+ },
83
+ {
84
+ "from": ["gengar"],
85
+ "games": ["lza"],
86
+ "trigger": "special",
87
+ "item": { "id": "gengarite", "role": "held" },
88
+ "conditions": [
89
+ { "key": "mechanic", "mechanic": "mega_evolution" },
90
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
91
+ ],
92
+ "revert": [
93
+ {
94
+ "trigger": "automatic",
95
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
96
+ }
97
+ ]
98
+ },
99
+ {
100
+ "from": ["gengar"],
101
+ "games": ["lgpe-lgp", "lgpe-lge"],
102
+ "trigger": "special",
103
+ "item": { "id": "gengarite", "role": "bag" },
104
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
105
+ "revert": ["battle_end", "faint"]
106
+ }
107
+ ],
75
108
  "names": {
76
109
  "eng": "Mega Gengar",
77
110
  "fra": "MégaEctoplasma",
@@ -8,6 +8,7 @@
8
8
  "type2": "poison",
9
9
  "color": "purple",
10
10
  "ability1": "cursedbody",
11
+ "legacyAbilities": ["levitate"],
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": "griseouscore",
16
15
  "isLegendary": true,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -98,6 +97,124 @@
98
97
  "serebii": "giratina",
99
98
  "bulbapedia": "Giratina"
100
99
  },
100
+ "formMethods": [
101
+ {
102
+ "from": ["giratina"],
103
+ "games": ["la"],
104
+ "trigger": "use_item",
105
+ "item": { "id": "griseouscore", "role": "used", "consumed": false },
106
+ "conditions": [],
107
+ "revert": [
108
+ {
109
+ "trigger": "use_item",
110
+ "item": { "id": "griseouscore", "role": "used", "consumed": false },
111
+ "conditions": []
112
+ },
113
+ {
114
+ "games": ["home"],
115
+ "trigger": "automatic",
116
+ "conditions": [{ "key": "storage_event", "event": "deposit", "service": "home" }]
117
+ }
118
+ ]
119
+ },
120
+ {
121
+ "from": ["giratina"],
122
+ "games": ["sv-s", "sv-v"],
123
+ "trigger": "equip_item",
124
+ "item": { "id": "griseouscore", "role": "held", "consumed": false },
125
+ "conditions": [],
126
+ "revert": [
127
+ {
128
+ "trigger": "remove_item",
129
+ "item": { "id": "griseouscore", "role": "held", "consumed": false },
130
+ "conditions": []
131
+ },
132
+ {
133
+ "games": ["home"],
134
+ "trigger": "automatic",
135
+ "conditions": [{ "key": "storage_event", "event": "deposit", "service": "home" }]
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "from": ["giratina"],
141
+ "games": [
142
+ "pt",
143
+ "hgss-hg",
144
+ "hgss-ss",
145
+ "bw-b",
146
+ "bw-w",
147
+ "b2w2-b2",
148
+ "b2w2-w2",
149
+ "xy-x",
150
+ "xy-y",
151
+ "oras-or",
152
+ "oras-as",
153
+ "sm-s",
154
+ "sm-m",
155
+ "usum-us",
156
+ "usum-um",
157
+ "swsh-sw",
158
+ "swsh-sh",
159
+ "bdsp-bd",
160
+ "bdsp-sp"
161
+ ],
162
+ "trigger": "equip_item",
163
+ "item": { "id": "griseousorb", "role": "held", "consumed": false },
164
+ "conditions": [],
165
+ "revert": [
166
+ {
167
+ "games": ["home"],
168
+ "trigger": "automatic",
169
+ "conditions": [{ "key": "storage_event", "event": "deposit", "service": "home" }]
170
+ },
171
+ {
172
+ "trigger": "remove_item",
173
+ "item": { "id": "griseousorb", "role": "held", "consumed": false },
174
+ "conditions": [{ "key": "environment", "environment": "outside_distortion_world" }],
175
+ "notes": {
176
+ "eng": "In Platinum, Giratina remains in Origin Forme inside the Distortion World."
177
+ }
178
+ },
179
+ {
180
+ "games": ["pt"],
181
+ "trigger": "automatic",
182
+ "conditions": [
183
+ { "key": "interaction", "interaction": "leave_distortion_world" },
184
+ { "key": "mechanic", "mechanic": "not_holding_griseous_orb" }
185
+ ]
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "from": ["giratina"],
191
+ "games": ["pt"],
192
+ "trigger": "automatic",
193
+ "conditions": [{ "key": "location", "location": "distortion_world" }],
194
+ "revert": [
195
+ {
196
+ "games": ["home"],
197
+ "trigger": "automatic",
198
+ "conditions": [{ "key": "storage_event", "event": "deposit", "service": "home" }]
199
+ },
200
+ {
201
+ "trigger": "remove_item",
202
+ "item": { "id": "griseousorb", "role": "held", "consumed": false },
203
+ "conditions": [{ "key": "environment", "environment": "outside_distortion_world" }],
204
+ "notes": {
205
+ "eng": "In Platinum, Giratina remains in Origin Forme inside the Distortion World."
206
+ }
207
+ },
208
+ {
209
+ "trigger": "automatic",
210
+ "conditions": [
211
+ { "key": "interaction", "interaction": "leave_distortion_world" },
212
+ { "key": "mechanic", "mechanic": "not_holding_griseous_orb" }
213
+ ]
214
+ }
215
+ ]
216
+ }
217
+ ],
101
218
  "names": {
102
219
  "eng": "Giratina (Origin Forme)",
103
220
  "esp": "Giratina (Forma Origen)",
@@ -11,7 +11,6 @@
11
11
  "isPrerelease": false,
12
12
  "isDefault": false,
13
13
  "isForm": true,
14
- "formItem": "glalitite",
15
14
  "isLegendary": false,
16
15
  "isMythical": false,
17
16
  "isBaby": false,
@@ -60,6 +59,32 @@
60
59
  "serebii": "glalie",
61
60
  "bulbapedia": "Glalie"
62
61
  },
62
+ "formMethods": [
63
+ {
64
+ "from": ["glalie"],
65
+ "games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
66
+ "trigger": "special",
67
+ "item": { "id": "glalitite", "role": "held" },
68
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
69
+ "revert": ["battle_end", "faint"]
70
+ },
71
+ {
72
+ "from": ["glalie"],
73
+ "games": ["lza"],
74
+ "trigger": "special",
75
+ "item": { "id": "glalitite", "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
+ ],
63
88
  "names": {
64
89
  "eng": "Mega Glalie",
65
90
  "fra": "MégaOniglali",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "glimmoranite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,24 @@
61
60
  "serebii": "glimmora",
62
61
  "bulbapedia": "Glimmora"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["glimmora"],
66
+ "games": ["lza"],
67
+ "trigger": "special",
68
+ "item": { "id": "glimmoranite", "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 Glimmora",
66
83
  "esp": "Mega Glimmora",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "golisopite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,24 @@
61
60
  "serebii": "golisopod",
62
61
  "bulbapedia": "Golisopod"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["golisopod"],
66
+ "games": ["lza"],
67
+ "trigger": "special",
68
+ "item": { "id": "golisopite", "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 Golisopod",
66
83
  "esp": "Mega Golisopod",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "golurkite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,24 @@
61
60
  "serebii": "golurk",
62
61
  "bulbapedia": "Golurk"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["golurk"],
66
+ "games": ["lza"],
67
+ "trigger": "special",
68
+ "item": { "id": "golurkite", "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 Golurk",
66
83
  "esp": "Mega Golurk",
@@ -60,6 +60,31 @@
60
60
  "serebii": "greninja",
61
61
  "bulbapedia": "Greninja"
62
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["greninja"],
66
+ "games": ["sm-s", "sm-m", "usum-us", "usum-um"],
67
+ "trigger": "automatic",
68
+ "conditions": [
69
+ { "key": "ability", "abilities": ["battlebond"] },
70
+ { "key": "battle_condition", "condition": "directly_knock_out_opponent" },
71
+ { "key": "battle_condition", "condition": "battle_continues" },
72
+ { "key": "battle_condition", "condition": "battle_bond_not_previously_used" }
73
+ ],
74
+ "notes": {
75
+ "eng": "Only Battle Bond Greninja can transform; its source record is collapsed with ordinary Greninja in this dataset. These individuals are male. Scarlet/Violet Battle Bond no longer transforms Greninja."
76
+ },
77
+ "revert": [
78
+ {
79
+ "trigger": "automatic",
80
+ "conditions": [{ "key": "battle_event", "events": ["faint", "battle_end"] }],
81
+ "notes": {
82
+ "eng": "After fainting, Battle Bond cannot transform Greninja again during that battle."
83
+ }
84
+ }
85
+ ]
86
+ }
87
+ ],
63
88
  "names": {
64
89
  "eng": "Ash-Greninja",
65
90
  "esp": "Greninja (Forma Ash)",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "greninjite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,24 @@
61
60
  "serebii": "greninja",
62
61
  "bulbapedia": "Greninja"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["greninja"],
66
+ "games": ["lza"],
67
+ "trigger": "special",
68
+ "item": { "id": "greninjite", "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 Greninja",
66
83
  "fra": "MégaAmphinobi",
@@ -62,6 +62,18 @@
62
62
  "serebii": "grimmsnarl",
63
63
  "bulbapedia": "Grimmsnarl"
64
64
  },
65
+ "formMethods": [
66
+ {
67
+ "from": ["grimmsnarl"],
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": "Grimmsnarl (Gigantamax Form)",
67
79
  "fra": "Angoliath (Forme Gigamax)",
@@ -61,6 +61,46 @@
61
61
  "serebii": "groudon",
62
62
  "bulbapedia": "Groudon"
63
63
  },
64
+ "formMethods": [
65
+ {
66
+ "from": ["groudon"],
67
+ "games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um", "lza"],
68
+ "trigger": "automatic",
69
+ "item": { "id": "redorb", "role": "held" },
70
+ "conditions": [{ "key": "battle_event", "events": ["switch_in"] }],
71
+ "revert": [
72
+ {
73
+ "games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
74
+ "trigger": "automatic",
75
+ "conditions": [{ "key": "battle_event", "events": ["battle_end"] }]
76
+ },
77
+ {
78
+ "games": ["lza"],
79
+ "trigger": "automatic",
80
+ "conditions": [{ "key": "interaction", "interaction": "recall_outside_battle" }]
81
+ },
82
+ {
83
+ "games": ["oras-or", "oras-as"],
84
+ "trigger": "automatic",
85
+ "conditions": [{ "key": "interaction", "interaction": "contest_spectacular_ends" }]
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "from": ["groudon"],
91
+ "games": ["oras-or", "oras-as"],
92
+ "trigger": "interact",
93
+ "item": { "id": "redorb", "role": "held" },
94
+ "conditions": [{ "key": "interaction", "interaction": "enter_contest_spectacular" }],
95
+ "revert": [
96
+ "battle_end",
97
+ {
98
+ "trigger": "automatic",
99
+ "conditions": [{ "key": "interaction", "interaction": "contest_spectacular_ends" }]
100
+ }
101
+ ]
102
+ }
103
+ ],
64
104
  "names": {
65
105
  "eng": "Groudon (Primal Reversion)",
66
106
  "esp": "Groudon (Regresión Primigenia)",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "gyaradosite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -74,6 +73,40 @@
74
73
  "serebii": "gyarados",
75
74
  "bulbapedia": "Gyarados"
76
75
  },
76
+ "formMethods": [
77
+ {
78
+ "from": ["gyarados", "gyarados-f"],
79
+ "games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
80
+ "trigger": "special",
81
+ "item": { "id": "gyaradosite", "role": "held" },
82
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
83
+ "revert": ["battle_end", "faint"]
84
+ },
85
+ {
86
+ "from": ["gyarados", "gyarados-f"],
87
+ "games": ["lza"],
88
+ "trigger": "special",
89
+ "item": { "id": "gyaradosite", "role": "held" },
90
+ "conditions": [
91
+ { "key": "mechanic", "mechanic": "mega_evolution" },
92
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
93
+ ],
94
+ "revert": [
95
+ {
96
+ "trigger": "automatic",
97
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "from": ["gyarados", "gyarados-f"],
103
+ "games": ["lgpe-lgp", "lgpe-lge"],
104
+ "trigger": "special",
105
+ "item": { "id": "gyaradosite", "role": "bag" },
106
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
107
+ "revert": ["battle_end", "faint"]
108
+ }
109
+ ],
77
110
  "names": {
78
111
  "eng": "Mega Gyarados",
79
112
  "fra": "MégaLéviator",
@@ -62,6 +62,18 @@
62
62
  "serebii": "hatterene",
63
63
  "bulbapedia": "Hatterene"
64
64
  },
65
+ "formMethods": [
66
+ {
67
+ "from": ["hatterene"],
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": "Hatterene (Gigantamax Form)",
67
79
  "fra": "Sorcilence (Forme Gigamax)",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "hawluchanite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,24 @@
61
60
  "serebii": "hawlucha",
62
61
  "bulbapedia": "Hawlucha"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["hawlucha"],
66
+ "games": ["lza"],
67
+ "trigger": "special",
68
+ "item": { "id": "hawluchanite", "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 Hawlucha",
66
83
  "fra": "MégaBrutalibré",
@@ -61,6 +61,24 @@
61
61
  "serebii": "heatran",
62
62
  "bulbapedia": "Heatran"
63
63
  },
64
+ "formMethods": [
65
+ {
66
+ "from": ["heatran"],
67
+ "games": ["lza"],
68
+ "trigger": "special",
69
+ "item": { "id": "heatranite", "role": "held" },
70
+ "conditions": [
71
+ { "key": "mechanic", "mechanic": "mega_evolution" },
72
+ { "key": "battle_condition", "condition": "mega_gauge_full" }
73
+ ],
74
+ "revert": [
75
+ {
76
+ "trigger": "automatic",
77
+ "conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
78
+ }
79
+ ]
80
+ }
81
+ ],
64
82
  "names": {
65
83
  "eng": "Mega Heatran",
66
84
  "esp": "Mega Heatran",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "heracronite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,32 @@
61
60
  "serebii": "heracross",
62
61
  "bulbapedia": "Heracross"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["heracross", "heracross-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": "heracronite", "role": "held" },
69
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
70
+ "revert": ["battle_end", "faint"]
71
+ },
72
+ {
73
+ "from": ["heracross", "heracross-f"],
74
+ "games": ["lza"],
75
+ "trigger": "special",
76
+ "item": { "id": "heracronite", "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 Heracross",
66
91
  "fra": "MégaScarhino",