@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
@@ -106,6 +106,100 @@
106
106
  "serebii": "rotom",
107
107
  "bulbapedia": "Rotom"
108
108
  },
109
+ "formMethods": [
110
+ {
111
+ "from": ["rotom-fan", "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": "refrigerator" }
117
+ ],
118
+ "notes": { "eng": "Access the appliance room using the Secret Key." }
119
+ },
120
+ {
121
+ "from": ["rotom-fan", "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": "refrigerator" }
127
+ ]
128
+ },
129
+ {
130
+ "from": ["rotom-fan", "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": "refrigerator" }
136
+ ]
137
+ },
138
+ {
139
+ "from": ["rotom-fan", "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": "refrigerator" }
145
+ ]
146
+ },
147
+ {
148
+ "from": ["rotom-fan", "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": "refrigerator" }
154
+ ]
155
+ },
156
+ {
157
+ "from": ["rotom-fan", "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": "refrigerator" }
163
+ ]
164
+ },
165
+ {
166
+ "from": ["rotom-fan", "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": "refrigerator" }
172
+ ],
173
+ "notes": { "eng": "Purchase the corresponding appliance from Ginter first." }
174
+ },
175
+ {
176
+ "from": ["rotom-fan", "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": "refrigerator" }]
181
+ },
182
+ {
183
+ "from": ["rotom-fan", "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": "refrigerator" }],
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-fan", "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": "refrigerator" }],
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": "Frost Rotom",
111
205
  "esp": "Rotom Frío",
@@ -106,6 +106,100 @@
106
106
  "serebii": "rotom",
107
107
  "bulbapedia": "Rotom"
108
108
  },
109
+ "formMethods": [
110
+ {
111
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }
117
+ ],
118
+ "notes": { "eng": "Access the appliance room using the Secret Key." }
119
+ },
120
+ {
121
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }
127
+ ]
128
+ },
129
+ {
130
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }
136
+ ]
137
+ },
138
+ {
139
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }
145
+ ]
146
+ },
147
+ {
148
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }
154
+ ]
155
+ },
156
+ {
157
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }
163
+ ]
164
+ },
165
+ {
166
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }
172
+ ],
173
+ "notes": { "eng": "Purchase the corresponding appliance from Ginter first." }
174
+ },
175
+ {
176
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }]
181
+ },
182
+ {
183
+ "from": ["rotom-fan", "rotom-frost", "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": "microwave_oven" }],
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-fan", "rotom-frost", "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": "microwave_oven" }],
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": "Heat Rotom",
111
205
  "esp": "Rotom Calor",
@@ -106,6 +106,100 @@
106
106
  "serebii": "rotom",
107
107
  "bulbapedia": "Rotom"
108
108
  },
109
+ "formMethods": [
110
+ {
111
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "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": "lawn_mower" }
117
+ ],
118
+ "notes": { "eng": "Access the appliance room using the Secret Key." }
119
+ },
120
+ {
121
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "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": "lawn_mower" }
127
+ ]
128
+ },
129
+ {
130
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "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": "lawn_mower" }
136
+ ]
137
+ },
138
+ {
139
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "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": "lawn_mower" }
145
+ ]
146
+ },
147
+ {
148
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "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": "lawn_mower" }
154
+ ]
155
+ },
156
+ {
157
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "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": "lawn_mower" }
163
+ ]
164
+ },
165
+ {
166
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-wash", "rotom"],
167
+ "games": ["la"],
168
+ "trigger": "interact",
169
+ "conditions": [
170
+ { "key": "location", "location": "jubilife_village_player_quarters" },
171
+ { "key": "interaction", "interaction": "lawn_mower" }
172
+ ],
173
+ "notes": { "eng": "Purchase the corresponding appliance from Ginter first." }
174
+ },
175
+ {
176
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "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": "lawn_mower" }]
181
+ },
182
+ {
183
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "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": "lawn_mower" }],
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-fan", "rotom-frost", "rotom-heat", "rotom-wash", "rotom"],
194
+ "games": ["lza"],
195
+ "trigger": "use_item",
196
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
197
+ "conditions": [{ "key": "interaction", "interaction": "lawn_mower" }],
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": "Mow Rotom",
111
205
  "esp": "Rotom Corte",
@@ -106,6 +106,100 @@
106
106
  "serebii": "rotom",
107
107
  "bulbapedia": "Rotom"
108
108
  },
109
+ "formMethods": [
110
+ {
111
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "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": "washing_machine" }
117
+ ],
118
+ "notes": { "eng": "Access the appliance room using the Secret Key." }
119
+ },
120
+ {
121
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom"],
122
+ "games": ["hgss-hg", "hgss-ss"],
123
+ "trigger": "interact",
124
+ "conditions": [
125
+ { "key": "location", "location": "silph_co_rotom_room" },
126
+ { "key": "interaction", "interaction": "washing_machine" }
127
+ ]
128
+ },
129
+ {
130
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "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": "washing_machine" }
136
+ ]
137
+ },
138
+ {
139
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom"],
140
+ "games": ["xy-x", "xy-y"],
141
+ "trigger": "interact",
142
+ "conditions": [
143
+ { "key": "location", "location": "sycamore_pokemon_lab" },
144
+ { "key": "interaction", "interaction": "washing_machine" }
145
+ ]
146
+ },
147
+ {
148
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom"],
149
+ "games": ["oras-or", "oras-as"],
150
+ "trigger": "interact",
151
+ "conditions": [
152
+ { "key": "location", "location": "professor_birchs_lab" },
153
+ { "key": "interaction", "interaction": "washing_machine" }
154
+ ]
155
+ },
156
+ {
157
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "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": "washing_machine" }
163
+ ]
164
+ },
165
+ {
166
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom"],
167
+ "games": ["la"],
168
+ "trigger": "interact",
169
+ "conditions": [
170
+ { "key": "location", "location": "jubilife_village_player_quarters" },
171
+ { "key": "interaction", "interaction": "washing_machine" }
172
+ ],
173
+ "notes": { "eng": "Purchase the corresponding appliance from Ginter first." }
174
+ },
175
+ {
176
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "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": "washing_machine" }]
181
+ },
182
+ {
183
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom"],
184
+ "games": ["bdsp-bd", "bdsp-sp"],
185
+ "trigger": "use_item",
186
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
187
+ "conditions": [{ "key": "interaction", "interaction": "washing_machine" }],
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-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom"],
194
+ "games": ["lza"],
195
+ "trigger": "use_item",
196
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
197
+ "conditions": [{ "key": "interaction", "interaction": "washing_machine" }],
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": "Wash Rotom",
111
205
  "esp": "Rotom Lavado",
@@ -110,6 +110,118 @@
110
110
  "serebii": "rotom",
111
111
  "bulbapedia": "Rotom"
112
112
  },
113
+ "formMethods": [
114
+ {
115
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
116
+ "games": ["pt", "bdsp-bd", "bdsp-sp"],
117
+ "trigger": "interact",
118
+ "conditions": [
119
+ { "key": "location", "location": "team_galactic_eterna_building_rotom_room" },
120
+ { "key": "interaction", "interaction": "return_appliance" }
121
+ ],
122
+ "notes": { "eng": "Access the appliance room using the Secret Key." }
123
+ },
124
+ {
125
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
126
+ "games": ["hgss-hg", "hgss-ss"],
127
+ "trigger": "interact",
128
+ "conditions": [
129
+ { "key": "location", "location": "silph_co_rotom_room" },
130
+ { "key": "interaction", "interaction": "return_appliance" }
131
+ ]
132
+ },
133
+ {
134
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
135
+ "games": ["bw-b", "bw-w", "b2w2-b2", "b2w2-w2"],
136
+ "trigger": "interact",
137
+ "conditions": [
138
+ { "key": "location", "location": "shopping_mall_nine_basement" },
139
+ { "key": "interaction", "interaction": "return_appliance" }
140
+ ]
141
+ },
142
+ {
143
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
144
+ "games": ["xy-x", "xy-y"],
145
+ "trigger": "interact",
146
+ "conditions": [
147
+ { "key": "location", "location": "sycamore_pokemon_lab" },
148
+ { "key": "interaction", "interaction": "return_appliance" }
149
+ ]
150
+ },
151
+ {
152
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
153
+ "games": ["oras-or", "oras-as"],
154
+ "trigger": "interact",
155
+ "conditions": [
156
+ { "key": "location", "location": "professor_birchs_lab" },
157
+ { "key": "interaction", "interaction": "return_appliance" }
158
+ ]
159
+ },
160
+ {
161
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
162
+ "games": ["sm-s", "sm-m", "usum-us", "usum-um"],
163
+ "trigger": "interact",
164
+ "conditions": [
165
+ { "key": "location", "location": "professor_kukuis_lab" },
166
+ { "key": "interaction", "interaction": "return_appliance" }
167
+ ]
168
+ },
169
+ {
170
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
171
+ "games": ["la"],
172
+ "trigger": "interact",
173
+ "conditions": [
174
+ { "key": "location", "location": "jubilife_village_player_quarters" },
175
+ { "key": "interaction", "interaction": "return_appliance" }
176
+ ],
177
+ "notes": { "eng": "Purchase the corresponding appliance from Ginter first." }
178
+ },
179
+ {
180
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
181
+ "games": ["swsh-sw", "swsh-sh", "sv-s", "sv-v"],
182
+ "trigger": "use_item",
183
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
184
+ "conditions": [{ "key": "interaction", "interaction": "light_bulb" }]
185
+ },
186
+ {
187
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
188
+ "games": ["bdsp-bd", "bdsp-sp"],
189
+ "trigger": "use_item",
190
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
191
+ "conditions": [{ "key": "interaction", "interaction": "light_bulb" }],
192
+ "notes": {
193
+ "eng": "An appliance form must first be used in Rotom’s Room to unlock that choice in the catalog."
194
+ }
195
+ },
196
+ {
197
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
198
+ "games": ["lza"],
199
+ "trigger": "use_item",
200
+ "item": { "id": "rotomcatalog", "role": "used", "consumed": false },
201
+ "conditions": [{ "key": "interaction", "interaction": "light_bulb" }],
202
+ "notes": {
203
+ "eng": "Obtain the Rotom Catalog in Mega Dimension side mission 170, Rotom Showcase!"
204
+ }
205
+ },
206
+ {
207
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
208
+ "games": ["pt", "hgss-hg", "hgss-ss"],
209
+ "trigger": "automatic",
210
+ "conditions": [{ "key": "interaction", "interaction": "enter_union_room" }]
211
+ },
212
+ {
213
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
214
+ "games": ["pt", "hgss-hg", "hgss-ss"],
215
+ "trigger": "automatic",
216
+ "conditions": [{ "key": "interaction", "interaction": "enter_wifi_club" }]
217
+ },
218
+ {
219
+ "from": ["rotom-fan", "rotom-frost", "rotom-heat", "rotom-mow", "rotom-wash"],
220
+ "games": ["pt", "hgss-hg", "hgss-ss"],
221
+ "trigger": "automatic",
222
+ "conditions": [{ "key": "storage_event", "event": "deposit", "service": "day_care" }]
223
+ }
224
+ ],
113
225
  "names": {
114
226
  "eng": "Rotom",
115
227
  "fra": "Motisma",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "sablenite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,32 @@
61
60
  "serebii": "sableye",
62
61
  "bulbapedia": "Sableye"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["sableye"],
66
+ "games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
67
+ "trigger": "special",
68
+ "item": { "id": "sablenite", "role": "held" },
69
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
70
+ "revert": ["battle_end", "faint"]
71
+ },
72
+ {
73
+ "from": ["sableye"],
74
+ "games": ["lza"],
75
+ "trigger": "special",
76
+ "item": { "id": "sablenite", "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 Sableye",
66
91
  "fra": "MégaTénéfix",
@@ -12,7 +12,6 @@
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
15
- "formItem": "salamencite",
16
15
  "isLegendary": false,
17
16
  "isMythical": false,
18
17
  "isBaby": false,
@@ -61,6 +60,32 @@
61
60
  "serebii": "salamence",
62
61
  "bulbapedia": "Salamence"
63
62
  },
63
+ "formMethods": [
64
+ {
65
+ "from": ["salamence"],
66
+ "games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
67
+ "trigger": "special",
68
+ "item": { "id": "salamencite", "role": "held" },
69
+ "conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
70
+ "revert": ["battle_end", "faint"]
71
+ },
72
+ {
73
+ "from": ["salamence"],
74
+ "games": ["lza"],
75
+ "trigger": "special",
76
+ "item": { "id": "salamencite", "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 Salamence",
66
91
  "fra": "MégaDrattak",
@@ -61,6 +61,18 @@
61
61
  "serebii": "sandaconda",
62
62
  "bulbapedia": "Sandaconda"
63
63
  },
64
+ "formMethods": [
65
+ {
66
+ "from": ["sandaconda"],
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": "Sandaconda (Gigantamax Form)",
66
78
  "fra": "Dunaconda (Forme Gigamax)",