@pokepc/dataset 7.0.0 → 7.1.1
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.
- package/README.md +57 -1
- package/build/{box-preset-sanitizer-BE4i0vEj.mjs → box-preset-sanitizer-DRi4Ayrn.mjs} +2 -2
- package/build/{box-preset-sanitizer-BE4i0vEj.mjs.map → box-preset-sanitizer-DRi4Ayrn.mjs.map} +1 -1
- package/build/enums-Ajt5avHN.mjs +488 -0
- package/build/enums-Ajt5avHN.mjs.map +1 -0
- package/build/enums-DCL82p1t.d.mts +66 -0
- package/build/enums-DCL82p1t.d.mts.map +1 -0
- package/build/{evolution-schemas-BZQILLSQ.mjs → evolution-schemas-Db7-jivr.mjs} +2 -2
- package/build/{evolution-schemas-BZQILLSQ.mjs.map → evolution-schemas-Db7-jivr.mjs.map} +1 -1
- package/build/form-schemas-BjyAMPZU.mjs +166 -0
- package/build/form-schemas-BjyAMPZU.mjs.map +1 -0
- package/build/form-schemas-Bq10Ac7d.d.mts +1407 -0
- package/build/form-schemas-Bq10Ac7d.d.mts.map +1 -0
- package/build/lib/availability-sources.mjs +1 -1
- package/build/lib/availability-sources.mjs.map +1 -1
- package/build/lib/box-preset-sanitizer.mjs +1 -1
- package/build/lib/box-preset-transform.mjs +2 -2
- package/build/lib/enums.d.mts +2 -2
- package/build/lib/enums.mjs +2 -2
- package/build/lib/evolution-schemas.mjs +1 -1
- package/build/lib/form-methods.d.mts +11 -0
- package/build/lib/form-methods.d.mts.map +1 -0
- package/build/lib/form-methods.mjs +56 -0
- package/build/lib/form-methods.mjs.map +1 -0
- package/build/lib/form-schemas.d.mts +2 -0
- package/build/lib/form-schemas.mjs +2 -0
- package/build/lib/fs.d.mts +6 -6
- package/build/lib/schemas.d.mts +3 -2
- package/build/lib/schemas.mjs +4 -3
- package/build/lib/types.d.mts +7 -2
- package/build/lib/types.d.mts.map +1 -1
- package/build/lib-next/schemas.d.mts +8 -8
- package/build/{schemas-30DCmCcg.mjs → schemas-Bl5_UJHu.mjs} +6 -4
- package/build/schemas-Bl5_UJHu.mjs.map +1 -0
- package/build/{schemas-D2xLu3LV.d.mts → schemas-Cw4Mrff5.d.mts} +589 -11
- package/build/schemas-Cw4Mrff5.d.mts.map +1 -0
- package/data/items.json +140 -0
- package/data/pokedexes/xd.json +16 -1
- package/data/pokemon/abomasnow-mega.json +26 -1
- package/data/pokemon/absol-mega-z.json +18 -1
- package/data/pokemon/absol-mega.json +26 -1
- package/data/pokemon/aegislash-blade.json +66 -0
- package/data/pokemon/aerodactyl-mega.json +34 -1
- package/data/pokemon/aggron-mega.json +26 -1
- package/data/pokemon/alakazam-mega.json +34 -1
- package/data/pokemon/alcremie-gmax.json +76 -0
- package/data/pokemon/altaria-mega.json +26 -1
- package/data/pokemon/ampharos-mega.json +26 -1
- package/data/pokemon/appletun-gmax.json +12 -0
- package/data/pokemon/arceus-bug.json +145 -1
- package/data/pokemon/arceus-dark.json +145 -1
- package/data/pokemon/arceus-dragon.json +145 -1
- package/data/pokemon/arceus-electric.json +145 -1
- package/data/pokemon/arceus-fairy.json +121 -1
- package/data/pokemon/arceus-fighting.json +145 -1
- package/data/pokemon/arceus-fire.json +145 -1
- package/data/pokemon/arceus-flying.json +145 -1
- package/data/pokemon/arceus-ghost.json +145 -1
- package/data/pokemon/arceus-grass.json +145 -1
- package/data/pokemon/arceus-ground.json +145 -1
- package/data/pokemon/arceus-ice.json +145 -1
- package/data/pokemon/arceus-legendary.json +55 -1
- package/data/pokemon/arceus-poison.json +145 -1
- package/data/pokemon/arceus-psychic.json +145 -1
- package/data/pokemon/arceus-rock.json +145 -1
- package/data/pokemon/arceus-steel.json +145 -1
- package/data/pokemon/arceus-water.json +145 -1
- package/data/pokemon/arceus.json +263 -0
- package/data/pokemon/audino-mega.json +26 -1
- package/data/pokemon/banette-mega.json +26 -1
- package/data/pokemon/barbaracle-mega.json +18 -1
- package/data/pokemon/basculin-blue-striped.json +1 -0
- package/data/pokemon/baxcalibur-mega.json +18 -1
- package/data/pokemon/beedrill-mega.json +34 -1
- package/data/pokemon/blastoise-gmax.json +12 -0
- package/data/pokemon/blastoise-mega.json +34 -1
- package/data/pokemon/blaziken-mega.json +26 -1
- package/data/pokemon/burmy-sandy.json +95 -0
- package/data/pokemon/burmy-trash.json +52 -0
- package/data/pokemon/burmy.json +52 -0
- package/data/pokemon/butterfree-gmax.json +12 -0
- package/data/pokemon/calyrex-ice.json +18 -0
- package/data/pokemon/calyrex-shadow.json +18 -0
- package/data/pokemon/camerupt-mega.json +26 -1
- package/data/pokemon/castform-rainy.json +64 -0
- package/data/pokemon/castform-snowy.json +64 -0
- package/data/pokemon/castform-sunny.json +64 -0
- package/data/pokemon/centiskorch-gmax.json +12 -0
- package/data/pokemon/chandelure-mega.json +18 -1
- package/data/pokemon/charizard-gmax.json +12 -0
- package/data/pokemon/charizard-mega-x.json +34 -1
- package/data/pokemon/charizard-mega-y.json +34 -1
- package/data/pokemon/cherrim-sunshine.json +219 -0
- package/data/pokemon/chesnaught-mega.json +18 -1
- package/data/pokemon/chimecho-mega.json +18 -1
- package/data/pokemon/cinderace-gmax.json +12 -0
- package/data/pokemon/clefable-mega.json +18 -1
- package/data/pokemon/coalossal-gmax.json +12 -0
- package/data/pokemon/copperajah-gmax.json +12 -0
- package/data/pokemon/corviknight-gmax.json +12 -0
- package/data/pokemon/crabominable-mega.json +18 -1
- package/data/pokemon/cramorant-gorging.json +67 -0
- package/data/pokemon/cramorant-gulping.json +67 -0
- package/data/pokemon/darkrai-mega.json +18 -0
- package/data/pokemon/darmanitan-galar-zen.json +24 -0
- package/data/pokemon/darmanitan-zen.json +31 -0
- package/data/pokemon/deerling-autumn.json +47 -0
- package/data/pokemon/deerling-summer.json +36 -0
- package/data/pokemon/deerling-winter.json +47 -0
- package/data/pokemon/deerling.json +47 -0
- package/data/pokemon/delphox-mega.json +18 -1
- package/data/pokemon/deoxys-attack.json +90 -0
- package/data/pokemon/deoxys-defense.json +90 -0
- package/data/pokemon/deoxys-speed.json +90 -0
- package/data/pokemon/deoxys.json +117 -0
- package/data/pokemon/dialga-origin.json +40 -1
- package/data/pokemon/diancie-mega.json +26 -1
- package/data/pokemon/dragalge-mega.json +18 -1
- package/data/pokemon/dragonite-mega.json +18 -1
- package/data/pokemon/drampa-mega.json +18 -1
- package/data/pokemon/drednaw-gmax.json +12 -0
- package/data/pokemon/duraludon-gmax.json +12 -0
- package/data/pokemon/eelektross-mega.json +18 -1
- package/data/pokemon/eevee-gmax.json +12 -0
- package/data/pokemon/eiscue-noice.json +32 -0
- package/data/pokemon/emboar-mega.json +18 -1
- package/data/pokemon/empoleon.json +1 -0
- package/data/pokemon/enamorus-therian.json +16 -0
- package/data/pokemon/excadrill-mega.json +18 -1
- package/data/pokemon/falinks-mega.json +18 -1
- package/data/pokemon/feraligatr-mega.json +18 -1
- package/data/pokemon/flapple-gmax.json +12 -0
- package/data/pokemon/floette-eternal-mega.json +18 -1
- package/data/pokemon/froslass-mega.json +18 -1
- package/data/pokemon/furfrou-dandy.json +191 -0
- package/data/pokemon/furfrou-debutante.json +191 -0
- package/data/pokemon/furfrou-diamond.json +191 -0
- package/data/pokemon/furfrou-heart.json +191 -0
- package/data/pokemon/furfrou-kabuki.json +191 -0
- package/data/pokemon/furfrou-la-reine.json +191 -0
- package/data/pokemon/furfrou-matron.json +191 -0
- package/data/pokemon/furfrou-pharaoh.json +191 -0
- package/data/pokemon/furfrou-star.json +191 -0
- package/data/pokemon/furfrou.json +99 -0
- package/data/pokemon/gallade-mega.json +26 -1
- package/data/pokemon/garbodor-gmax.json +12 -0
- package/data/pokemon/garchomp-mega-z.json +18 -1
- package/data/pokemon/garchomp-mega.json +26 -1
- package/data/pokemon/gardevoir-mega.json +26 -1
- package/data/pokemon/genesect-burn.json +25 -1
- package/data/pokemon/genesect-chill.json +25 -1
- package/data/pokemon/genesect-douse.json +25 -1
- package/data/pokemon/genesect-shock.json +25 -1
- package/data/pokemon/genesect.json +29 -0
- package/data/pokemon/gengar-gmax.json +12 -0
- package/data/pokemon/gengar-mega.json +34 -1
- package/data/pokemon/gengar.json +1 -0
- package/data/pokemon/giratina-origin.json +118 -1
- package/data/pokemon/glalie-mega.json +26 -1
- package/data/pokemon/glimmora-mega.json +18 -1
- package/data/pokemon/golisopod-mega.json +18 -1
- package/data/pokemon/golurk-mega.json +18 -1
- package/data/pokemon/greninja-ash.json +25 -0
- package/data/pokemon/greninja-mega.json +18 -1
- package/data/pokemon/grimmsnarl-gmax.json +12 -0
- package/data/pokemon/groudon-primal.json +40 -0
- package/data/pokemon/gyarados-mega.json +34 -1
- package/data/pokemon/hatterene-gmax.json +12 -0
- package/data/pokemon/hawlucha-mega.json +18 -1
- package/data/pokemon/heatran-mega.json +18 -0
- package/data/pokemon/heracross-mega.json +26 -1
- package/data/pokemon/hoopa-unbound.json +60 -0
- package/data/pokemon/houndoom-mega.json +26 -1
- package/data/pokemon/inteleon-gmax.json +12 -0
- package/data/pokemon/kangaskhan-mega.json +34 -1
- package/data/pokemon/keldeo-resolute.json +92 -0
- package/data/pokemon/kingler-gmax.json +12 -0
- package/data/pokemon/kyogre-primal.json +40 -0
- package/data/pokemon/kyurem-black.json +33 -0
- package/data/pokemon/kyurem-white.json +33 -0
- package/data/pokemon/landorus-therian.json +32 -0
- package/data/pokemon/lapras-gmax.json +12 -0
- package/data/pokemon/latias-mega.json +26 -1
- package/data/pokemon/latios-mega.json +26 -1
- package/data/pokemon/lopunny-mega.json +26 -1
- package/data/pokemon/lucario-mega-z.json +18 -1
- package/data/pokemon/lucario-mega.json +26 -1
- package/data/pokemon/machamp-gmax.json +12 -0
- package/data/pokemon/magearna-mega.json +18 -1
- package/data/pokemon/magearna-original-mega.json +18 -1
- package/data/pokemon/malamar-mega.json +18 -1
- package/data/pokemon/manectric-mega.json +26 -1
- package/data/pokemon/mawile-mega.json +26 -1
- package/data/pokemon/mawile.json +0 -1
- package/data/pokemon/medicham-mega.json +26 -1
- package/data/pokemon/meganium-mega.json +18 -1
- package/data/pokemon/melmetal-gmax.json +12 -0
- package/data/pokemon/meloetta-pirouette.json +29 -0
- package/data/pokemon/meowstic-mega.json +18 -1
- package/data/pokemon/meowth-alola.json +2 -0
- package/data/pokemon/meowth-gmax.json +12 -0
- package/data/pokemon/metagross-mega.json +26 -1
- package/data/pokemon/mewtwo-mega-x.json +34 -1
- package/data/pokemon/mewtwo-mega-y.json +34 -1
- package/data/pokemon/mimikyu-busted.json +53 -0
- package/data/pokemon/minior-blue.json +53 -0
- package/data/pokemon/minior-green.json +53 -0
- package/data/pokemon/minior-indigo.json +53 -0
- package/data/pokemon/minior-orange.json +53 -0
- package/data/pokemon/minior-red.json +53 -0
- package/data/pokemon/minior-violet.json +53 -0
- package/data/pokemon/minior-yellow.json +53 -0
- package/data/pokemon/morpeko-hangry.json +57 -0
- package/data/pokemon/necrozma-dawn-wings.json +18 -0
- package/data/pokemon/necrozma-dusk-mane.json +18 -0
- package/data/pokemon/necrozma-ultra.json +21 -0
- package/data/pokemon/ogerpon-cornerstone.json +9 -1
- package/data/pokemon/ogerpon-hearthflame.json +9 -1
- package/data/pokemon/ogerpon-wellspring.json +9 -1
- package/data/pokemon/ogerpon.json +13 -0
- package/data/pokemon/orbeetle-gmax.json +12 -0
- package/data/pokemon/oricorio-pau.json +9 -0
- package/data/pokemon/oricorio-pom-pom.json +9 -0
- package/data/pokemon/oricorio-sensu.json +9 -0
- package/data/pokemon/oricorio.json +9 -0
- package/data/pokemon/palafin-hero.json +16 -0
- package/data/pokemon/palkia-origin.json +40 -1
- package/data/pokemon/persian-alola.json +2 -0
- package/data/pokemon/pidgeot-mega.json +34 -1
- package/data/pokemon/pikachu-gmax.json +12 -0
- package/data/pokemon/pinsir-mega.json +34 -1
- package/data/pokemon/piplup.json +1 -0
- package/data/pokemon/prinplup.json +1 -0
- package/data/pokemon/pyroar-mega.json +18 -1
- package/data/pokemon/raichu-mega-x.json +18 -1
- package/data/pokemon/raichu-mega-y.json +18 -1
- package/data/pokemon/rayquaza-mega.json +29 -0
- package/data/pokemon/rillaboom-gmax.json +12 -0
- package/data/pokemon/rotom-fan.json +94 -0
- package/data/pokemon/rotom-frost.json +94 -0
- package/data/pokemon/rotom-heat.json +94 -0
- package/data/pokemon/rotom-mow.json +94 -0
- package/data/pokemon/rotom-wash.json +94 -0
- package/data/pokemon/rotom.json +112 -0
- package/data/pokemon/sableye-mega.json +26 -1
- package/data/pokemon/salamence-mega.json +26 -1
- package/data/pokemon/sandaconda-gmax.json +12 -0
- package/data/pokemon/sawsbuck-autumn.json +47 -0
- package/data/pokemon/sawsbuck-summer.json +36 -0
- package/data/pokemon/sawsbuck-winter.json +47 -0
- package/data/pokemon/sawsbuck.json +47 -0
- package/data/pokemon/sceptile-mega.json +26 -1
- package/data/pokemon/scizor-mega.json +26 -1
- package/data/pokemon/scolipede-mega.json +18 -1
- package/data/pokemon/scolipede.json +1 -0
- package/data/pokemon/scovillain-mega.json +18 -1
- package/data/pokemon/scrafty-mega.json +18 -1
- package/data/pokemon/sharpedo-mega.json +26 -1
- package/data/pokemon/shaymin-sky.json +151 -0
- package/data/pokemon/shiftry-f.json +1 -0
- package/data/pokemon/shiftry.json +1 -0
- package/data/pokemon/silvally-bug.json +27 -1
- package/data/pokemon/silvally-dark.json +27 -1
- package/data/pokemon/silvally-dragon.json +27 -1
- package/data/pokemon/silvally-electric.json +27 -1
- package/data/pokemon/silvally-fairy.json +27 -1
- package/data/pokemon/silvally-fighting.json +27 -1
- package/data/pokemon/silvally-fire.json +27 -1
- package/data/pokemon/silvally-flying.json +27 -1
- package/data/pokemon/silvally-ghost.json +27 -1
- package/data/pokemon/silvally-grass.json +27 -1
- package/data/pokemon/silvally-ground.json +27 -1
- package/data/pokemon/silvally-ice.json +27 -1
- package/data/pokemon/silvally-poison.json +27 -1
- package/data/pokemon/silvally-psychic.json +27 -1
- package/data/pokemon/silvally-rock.json +27 -1
- package/data/pokemon/silvally-steel.json +27 -1
- package/data/pokemon/silvally-water.json +27 -1
- package/data/pokemon/silvally.json +50 -0
- package/data/pokemon/skarmory-mega.json +18 -1
- package/data/pokemon/slowbro-mega.json +34 -1
- package/data/pokemon/snorlax-gmax.json +12 -0
- package/data/pokemon/staraptor-mega.json +18 -0
- package/data/pokemon/starmie-mega.json +18 -1
- package/data/pokemon/steelix-mega.json +26 -1
- package/data/pokemon/swampert-mega.json +26 -1
- package/data/pokemon/tatsugiri-droopy-mega.json +18 -1
- package/data/pokemon/tatsugiri-mega.json +18 -1
- package/data/pokemon/tatsugiri-stretchy-mega.json +18 -1
- package/data/pokemon/terapagos-stellar.json +15 -0
- package/data/pokemon/terapagos-terastal.json +15 -0
- package/data/pokemon/thundurus-therian.json +32 -0
- package/data/pokemon/tornadus-therian.json +32 -0
- package/data/pokemon/toxtricity-gmax.json +12 -0
- package/data/pokemon/toxtricity-low-key-gmax.json +12 -0
- package/data/pokemon/tyranitar-mega.json +26 -1
- package/data/pokemon/urshifu-gmax.json +12 -0
- package/data/pokemon/urshifu-rapid-strike-gmax.json +12 -0
- package/data/pokemon/venipede.json +1 -0
- package/data/pokemon/venusaur-gmax.json +12 -0
- package/data/pokemon/venusaur-mega.json +34 -1
- package/data/pokemon/victreebel-mega.json +18 -1
- package/data/pokemon/whirlipede.json +1 -0
- package/data/pokemon/wishiwashi-school.json +24 -0
- package/data/pokemon/xerneas-active.json +11 -0
- package/data/pokemon/zacian-crowned.json +19 -1
- package/data/pokemon/zamazenta-crowned.json +19 -1
- package/data/pokemon/zeraora-mega.json +18 -1
- package/data/pokemon/zygarde-10.json +19 -0
- package/data/pokemon/zygarde-complete-mega.json +18 -1
- package/data/pokemon/zygarde-complete.json +36 -0
- package/data/pokemon/zygarde.json +33 -0
- package/package.json +4 -1
- package/build/enums-CXl-yCW7.mjs +0 -274
- package/build/enums-CXl-yCW7.mjs.map +0 -1
- package/build/enums-DNGH357y.d.mts +0 -43
- package/build/enums-DNGH357y.d.mts.map +0 -1
- package/build/schemas-30DCmCcg.mjs.map +0 -1
- 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",
|
package/data/pokemon/rotom.json
CHANGED
|
@@ -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)",
|