@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schemas-Cw4Mrff5.d.mts","names":[],"sources":["../src/lib/schemas.ts"],"mappings":"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"}
|
package/data/items.json
CHANGED
|
@@ -4768,5 +4768,145 @@
|
|
|
4768
4768
|
"unholdable": true,
|
|
4769
4769
|
"shortDesc": "Collect 999 in the Bag, then level up Gimmighoul to evolve it into Gholdengo.",
|
|
4770
4770
|
"desc": "Collect 999 in the Bag, then level up Gimmighoul to evolve it into Gholdengo."
|
|
4771
|
+
},
|
|
4772
|
+
{
|
|
4773
|
+
"id": "meteorite",
|
|
4774
|
+
"name": "Meteorite",
|
|
4775
|
+
"psName": "Meteorite",
|
|
4776
|
+
"gen": 3,
|
|
4777
|
+
"shortDesc": "Cycles Deoxys between its forms in Scarlet and Violet.",
|
|
4778
|
+
"desc": "Cycles Deoxys between its forms in Scarlet and Violet.",
|
|
4779
|
+
"category": "key",
|
|
4780
|
+
"unholdable": true
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
"id": "rotomcatalog",
|
|
4784
|
+
"name": "Rotom Catalog",
|
|
4785
|
+
"psName": "Rotom Catalog",
|
|
4786
|
+
"gen": 8,
|
|
4787
|
+
"shortDesc": "A reusable catalog for changing Rotom between its appliance forms.",
|
|
4788
|
+
"desc": "A reusable catalog for changing Rotom between its appliance forms.",
|
|
4789
|
+
"category": "key",
|
|
4790
|
+
"unholdable": true
|
|
4791
|
+
},
|
|
4792
|
+
{
|
|
4793
|
+
"id": "gracidea",
|
|
4794
|
+
"name": "Gracidea",
|
|
4795
|
+
"psName": "Gracidea",
|
|
4796
|
+
"gen": 4,
|
|
4797
|
+
"shortDesc": "A reusable flower that changes Land Forme Shaymin to Sky Forme during daylight.",
|
|
4798
|
+
"desc": "A reusable flower that changes Land Forme Shaymin to Sky Forme during daylight.",
|
|
4799
|
+
"category": "key",
|
|
4800
|
+
"unholdable": true
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"id": "revealglass",
|
|
4804
|
+
"name": "Reveal Glass",
|
|
4805
|
+
"psName": "Reveal Glass",
|
|
4806
|
+
"gen": 5,
|
|
4807
|
+
"shortDesc": "Switches the forces of nature between Incarnate and Therian Formes.",
|
|
4808
|
+
"desc": "Switches the forces of nature between Incarnate and Therian Formes.",
|
|
4809
|
+
"category": "key",
|
|
4810
|
+
"unholdable": true
|
|
4811
|
+
},
|
|
4812
|
+
{
|
|
4813
|
+
"id": "dnasplicers",
|
|
4814
|
+
"name": "DNA Splicers",
|
|
4815
|
+
"psName": "DNA Splicers",
|
|
4816
|
+
"gen": 5,
|
|
4817
|
+
"shortDesc": "Fuses Kyurem with Reshiram or Zekrom, or separates the fusion.",
|
|
4818
|
+
"desc": "Fuses Kyurem with Reshiram or Zekrom, or separates the fusion.",
|
|
4819
|
+
"category": "key",
|
|
4820
|
+
"unholdable": true
|
|
4821
|
+
},
|
|
4822
|
+
{
|
|
4823
|
+
"id": "reinsofunity",
|
|
4824
|
+
"name": "Reins of Unity",
|
|
4825
|
+
"psName": "Reins of Unity",
|
|
4826
|
+
"gen": 8,
|
|
4827
|
+
"shortDesc": "Fuses Calyrex with Glastrier or Spectrier, or separates the fusion.",
|
|
4828
|
+
"desc": "Fuses Calyrex with Glastrier or Spectrier, or separates the fusion.",
|
|
4829
|
+
"category": "key",
|
|
4830
|
+
"unholdable": true
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"id": "nsolarizer",
|
|
4834
|
+
"name": "N-Solarizer",
|
|
4835
|
+
"psName": "N-Solarizer",
|
|
4836
|
+
"gen": 7,
|
|
4837
|
+
"shortDesc": "Fuses Necrozma with Solgaleo, or separates Dusk Mane Necrozma.",
|
|
4838
|
+
"desc": "Fuses Necrozma with Solgaleo, or separates Dusk Mane Necrozma.",
|
|
4839
|
+
"category": "key",
|
|
4840
|
+
"unholdable": true
|
|
4841
|
+
},
|
|
4842
|
+
{
|
|
4843
|
+
"id": "nlunarizer",
|
|
4844
|
+
"name": "N-Lunarizer",
|
|
4845
|
+
"psName": "N-Lunarizer",
|
|
4846
|
+
"gen": 7,
|
|
4847
|
+
"shortDesc": "Fuses Necrozma with Lunala, or separates Dawn Wings Necrozma.",
|
|
4848
|
+
"desc": "Fuses Necrozma with Lunala, or separates Dawn Wings Necrozma.",
|
|
4849
|
+
"category": "key",
|
|
4850
|
+
"unholdable": true
|
|
4851
|
+
},
|
|
4852
|
+
{
|
|
4853
|
+
"id": "prisonbottle",
|
|
4854
|
+
"name": "Prison Bottle",
|
|
4855
|
+
"psName": "Prison Bottle",
|
|
4856
|
+
"gen": 6,
|
|
4857
|
+
"shortDesc": "Changes Hoopa between its Confined and Unbound forms in supported games.",
|
|
4858
|
+
"desc": "Changes Hoopa between its Confined and Unbound forms in supported games.",
|
|
4859
|
+
"category": "key",
|
|
4860
|
+
"unholdable": true
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"id": "rednectar",
|
|
4864
|
+
"name": "Red Nectar",
|
|
4865
|
+
"psName": "Red Nectar",
|
|
4866
|
+
"gen": 7,
|
|
4867
|
+
"shortDesc": "A consumable nectar that changes Oricorio to Baile Style.",
|
|
4868
|
+
"desc": "A consumable nectar that changes Oricorio to Baile Style.",
|
|
4869
|
+
"category": "other",
|
|
4870
|
+
"unholdable": false
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"id": "yellownectar",
|
|
4874
|
+
"name": "Yellow Nectar",
|
|
4875
|
+
"psName": "Yellow Nectar",
|
|
4876
|
+
"gen": 7,
|
|
4877
|
+
"shortDesc": "A consumable nectar that changes Oricorio to Pom-Pom Style.",
|
|
4878
|
+
"desc": "A consumable nectar that changes Oricorio to Pom-Pom Style.",
|
|
4879
|
+
"category": "other",
|
|
4880
|
+
"unholdable": false
|
|
4881
|
+
},
|
|
4882
|
+
{
|
|
4883
|
+
"id": "pinknectar",
|
|
4884
|
+
"name": "Pink Nectar",
|
|
4885
|
+
"psName": "Pink Nectar",
|
|
4886
|
+
"gen": 7,
|
|
4887
|
+
"shortDesc": "A consumable nectar that changes Oricorio to Pa’u Style.",
|
|
4888
|
+
"desc": "A consumable nectar that changes Oricorio to Pa’u Style.",
|
|
4889
|
+
"category": "other",
|
|
4890
|
+
"unholdable": false
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"id": "purplenectar",
|
|
4894
|
+
"name": "Purple Nectar",
|
|
4895
|
+
"psName": "Purple Nectar",
|
|
4896
|
+
"gen": 7,
|
|
4897
|
+
"shortDesc": "A consumable nectar that changes Oricorio to Sensu Style.",
|
|
4898
|
+
"desc": "A consumable nectar that changes Oricorio to Sensu Style.",
|
|
4899
|
+
"category": "other",
|
|
4900
|
+
"unholdable": false
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"id": "zygardecube",
|
|
4904
|
+
"name": "Zygarde Cube",
|
|
4905
|
+
"psName": "Zygarde Cube",
|
|
4906
|
+
"gen": 7,
|
|
4907
|
+
"shortDesc": "Stores Zygarde Cells and Cores and changes Zygarde between its 10% and 50% Formes.",
|
|
4908
|
+
"desc": "Stores Zygarde Cells and Cores and changes Zygarde between its 10% and 50% Formes.",
|
|
4909
|
+
"category": "key",
|
|
4910
|
+
"unholdable": true
|
|
4771
4911
|
}
|
|
4772
4912
|
]
|
package/data/pokedexes/xd.json
CHANGED
|
@@ -91,6 +91,21 @@
|
|
|
91
91
|
{ "pid": "tauros", "dexNum": 128, "isForm": false },
|
|
92
92
|
{ "pid": "rhydon", "dexNum": 112, "isForm": false },
|
|
93
93
|
{ "pid": "exeggutor", "dexNum": 103, "isForm": false },
|
|
94
|
-
{ "pid": "dragonite", "dexNum": 149, "isForm": false }
|
|
94
|
+
{ "pid": "dragonite", "dexNum": 149, "isForm": false },
|
|
95
|
+
{ "pid": "hoppip", "dexNum": 187, "isForm": false },
|
|
96
|
+
{ "pid": "phanpy", "dexNum": 231, "isForm": false },
|
|
97
|
+
{ "pid": "surskit", "dexNum": 283, "isForm": false },
|
|
98
|
+
{ "pid": "zubat", "dexNum": 41, "isForm": false },
|
|
99
|
+
{ "pid": "aron", "dexNum": 304, "isForm": false },
|
|
100
|
+
{ "pid": "wooper", "dexNum": 194, "isForm": false },
|
|
101
|
+
{ "pid": "sandshrew", "dexNum": 27, "isForm": false },
|
|
102
|
+
{ "pid": "gligar", "dexNum": 207, "isForm": false },
|
|
103
|
+
{ "pid": "trapinch", "dexNum": 328, "isForm": false },
|
|
104
|
+
{ "pid": "chikorita", "dexNum": 152, "isForm": false },
|
|
105
|
+
{ "pid": "cyndaquil", "dexNum": 155, "isForm": false },
|
|
106
|
+
{ "pid": "totodile", "dexNum": 158, "isForm": false },
|
|
107
|
+
{ "pid": "meditite", "dexNum": 307, "isForm": false },
|
|
108
|
+
{ "pid": "shuckle", "dexNum": 213, "isForm": false },
|
|
109
|
+
{ "pid": "larvitar", "dexNum": 246, "isForm": false }
|
|
95
110
|
]
|
|
96
111
|
}
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"isPrerelease": false,
|
|
13
13
|
"isDefault": false,
|
|
14
14
|
"isForm": true,
|
|
15
|
-
"formItem": "abomasite",
|
|
16
15
|
"isLegendary": false,
|
|
17
16
|
"isMythical": false,
|
|
18
17
|
"isBaby": false,
|
|
@@ -61,6 +60,32 @@
|
|
|
61
60
|
"serebii": "abomasnow",
|
|
62
61
|
"bulbapedia": "Abomasnow"
|
|
63
62
|
},
|
|
63
|
+
"formMethods": [
|
|
64
|
+
{
|
|
65
|
+
"from": ["abomasnow", "abomasnow-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": "abomasite", "role": "held" },
|
|
69
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
70
|
+
"revert": ["battle_end", "faint"]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"from": ["abomasnow", "abomasnow-f"],
|
|
74
|
+
"games": ["lza"],
|
|
75
|
+
"trigger": "special",
|
|
76
|
+
"item": { "id": "abomasite", "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 Abomasnow",
|
|
66
91
|
"fra": "MégaBlizzaroi",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"isPrerelease": false,
|
|
13
13
|
"isDefault": false,
|
|
14
14
|
"isForm": true,
|
|
15
|
-
"formItem": "absolitez",
|
|
16
15
|
"isLegendary": false,
|
|
17
16
|
"isMythical": false,
|
|
18
17
|
"isBaby": false,
|
|
@@ -61,6 +60,24 @@
|
|
|
61
60
|
"serebii": "absol",
|
|
62
61
|
"bulbapedia": "Absol"
|
|
63
62
|
},
|
|
63
|
+
"formMethods": [
|
|
64
|
+
{
|
|
65
|
+
"from": ["absol"],
|
|
66
|
+
"games": ["lza"],
|
|
67
|
+
"trigger": "special",
|
|
68
|
+
"item": { "id": "absolitez", "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 Absol Z",
|
|
66
83
|
"esp": "Mega Absol Z",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"isPrerelease": false,
|
|
12
12
|
"isDefault": false,
|
|
13
13
|
"isForm": true,
|
|
14
|
-
"formItem": "absolite",
|
|
15
14
|
"isLegendary": false,
|
|
16
15
|
"isMythical": false,
|
|
17
16
|
"isBaby": false,
|
|
@@ -71,6 +70,32 @@
|
|
|
71
70
|
"serebii": "absol",
|
|
72
71
|
"bulbapedia": "Absol"
|
|
73
72
|
},
|
|
73
|
+
"formMethods": [
|
|
74
|
+
{
|
|
75
|
+
"from": ["absol"],
|
|
76
|
+
"games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
|
|
77
|
+
"trigger": "special",
|
|
78
|
+
"item": { "id": "absolite", "role": "held" },
|
|
79
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
80
|
+
"revert": ["battle_end", "faint"]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"from": ["absol"],
|
|
84
|
+
"games": ["lza"],
|
|
85
|
+
"trigger": "special",
|
|
86
|
+
"item": { "id": "absolite", "role": "held" },
|
|
87
|
+
"conditions": [
|
|
88
|
+
{ "key": "mechanic", "mechanic": "mega_evolution" },
|
|
89
|
+
{ "key": "battle_condition", "condition": "mega_gauge_full" }
|
|
90
|
+
],
|
|
91
|
+
"revert": [
|
|
92
|
+
{
|
|
93
|
+
"trigger": "automatic",
|
|
94
|
+
"conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
],
|
|
74
99
|
"names": {
|
|
75
100
|
"eng": "Mega Absol",
|
|
76
101
|
"fra": "MégaAbsol",
|
|
@@ -71,6 +71,72 @@
|
|
|
71
71
|
"serebii": "aegislash",
|
|
72
72
|
"bulbapedia": "Aegislash"
|
|
73
73
|
},
|
|
74
|
+
"formMethods": [
|
|
75
|
+
{
|
|
76
|
+
"from": ["aegislash"],
|
|
77
|
+
"trigger": "use_move",
|
|
78
|
+
"conditions": [
|
|
79
|
+
{ "key": "ability", "abilities": ["stancechange"] },
|
|
80
|
+
{ "key": "move_category", "categories": ["physical", "special"] },
|
|
81
|
+
{ "key": "battle_event", "events": ["before_move"] }
|
|
82
|
+
],
|
|
83
|
+
"revert": [
|
|
84
|
+
{
|
|
85
|
+
"trigger": "use_move",
|
|
86
|
+
"conditions": [
|
|
87
|
+
{ "key": "ability", "abilities": ["stancechange"] },
|
|
88
|
+
{ "key": "move_used", "move": "kingsshield" },
|
|
89
|
+
{ "key": "battle_event", "events": ["before_move"] }
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"games": ["lza"],
|
|
94
|
+
"trigger": "use_move",
|
|
95
|
+
"conditions": [
|
|
96
|
+
{ "key": "move_used", "move": "kingsshield" },
|
|
97
|
+
{ "key": "battle_event", "events": ["before_move"] }
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"switch_out",
|
|
101
|
+
"battle_end"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"from": ["aegislash"],
|
|
106
|
+
"games": ["lza"],
|
|
107
|
+
"trigger": "use_move",
|
|
108
|
+
"conditions": [
|
|
109
|
+
{ "key": "move_category", "categories": ["physical", "special"] },
|
|
110
|
+
{ "key": "battle_event", "events": ["before_move"] }
|
|
111
|
+
],
|
|
112
|
+
"notes": {
|
|
113
|
+
"eng": "Legends: Z-A preserves the move-based transformation without Abilities; the change completes when its animation finishes."
|
|
114
|
+
},
|
|
115
|
+
"revert": [
|
|
116
|
+
{
|
|
117
|
+
"games": null,
|
|
118
|
+
"trigger": "use_move",
|
|
119
|
+
"conditions": [
|
|
120
|
+
{ "key": "ability", "abilities": ["stancechange"] },
|
|
121
|
+
{ "key": "move_used", "move": "kingsshield" },
|
|
122
|
+
{ "key": "battle_event", "events": ["before_move"] }
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"trigger": "use_move",
|
|
127
|
+
"conditions": [
|
|
128
|
+
{ "key": "move_used", "move": "kingsshield" },
|
|
129
|
+
{ "key": "battle_event", "events": ["before_move"] }
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"games": null,
|
|
134
|
+
"trigger": "automatic",
|
|
135
|
+
"conditions": [{ "key": "battle_event", "events": ["switch_out", "battle_end"] }]
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
}
|
|
139
|
+
],
|
|
74
140
|
"names": {
|
|
75
141
|
"eng": "Aegislash (Blade Forme)",
|
|
76
142
|
"esp": "Aegislash (Forma Filo)",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"isPrerelease": false,
|
|
13
13
|
"isDefault": false,
|
|
14
14
|
"isForm": true,
|
|
15
|
-
"formItem": "aerodactylite",
|
|
16
15
|
"isLegendary": false,
|
|
17
16
|
"isMythical": false,
|
|
18
17
|
"isBaby": false,
|
|
@@ -74,6 +73,40 @@
|
|
|
74
73
|
"serebii": "aerodactyl",
|
|
75
74
|
"bulbapedia": "Aerodactyl"
|
|
76
75
|
},
|
|
76
|
+
"formMethods": [
|
|
77
|
+
{
|
|
78
|
+
"from": ["aerodactyl"],
|
|
79
|
+
"games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
|
|
80
|
+
"trigger": "special",
|
|
81
|
+
"item": { "id": "aerodactylite", "role": "held" },
|
|
82
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
83
|
+
"revert": ["battle_end", "faint"]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"from": ["aerodactyl"],
|
|
87
|
+
"games": ["lza"],
|
|
88
|
+
"trigger": "special",
|
|
89
|
+
"item": { "id": "aerodactylite", "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": ["aerodactyl"],
|
|
103
|
+
"games": ["lgpe-lgp", "lgpe-lge"],
|
|
104
|
+
"trigger": "special",
|
|
105
|
+
"item": { "id": "aerodactylite", "role": "bag" },
|
|
106
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
107
|
+
"revert": ["battle_end", "faint"]
|
|
108
|
+
}
|
|
109
|
+
],
|
|
77
110
|
"names": {
|
|
78
111
|
"eng": "Mega Aerodactyl",
|
|
79
112
|
"fra": "MégaPtéra",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"isPrerelease": false,
|
|
12
12
|
"isDefault": false,
|
|
13
13
|
"isForm": true,
|
|
14
|
-
"formItem": "aggronite",
|
|
15
14
|
"isLegendary": false,
|
|
16
15
|
"isMythical": false,
|
|
17
16
|
"isBaby": false,
|
|
@@ -60,6 +59,32 @@
|
|
|
60
59
|
"serebii": "aggron",
|
|
61
60
|
"bulbapedia": "Aggron"
|
|
62
61
|
},
|
|
62
|
+
"formMethods": [
|
|
63
|
+
{
|
|
64
|
+
"from": ["aggron"],
|
|
65
|
+
"games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
|
|
66
|
+
"trigger": "special",
|
|
67
|
+
"item": { "id": "aggronite", "role": "held" },
|
|
68
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
69
|
+
"revert": ["battle_end", "faint"]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"from": ["aggron"],
|
|
73
|
+
"games": ["lza"],
|
|
74
|
+
"trigger": "special",
|
|
75
|
+
"item": { "id": "aggronite", "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 Aggron",
|
|
65
90
|
"fra": "MégaGaleking",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"isPrerelease": false,
|
|
12
12
|
"isDefault": false,
|
|
13
13
|
"isForm": true,
|
|
14
|
-
"formItem": "alakazite",
|
|
15
14
|
"isLegendary": false,
|
|
16
15
|
"isMythical": false,
|
|
17
16
|
"isBaby": false,
|
|
@@ -73,6 +72,40 @@
|
|
|
73
72
|
"serebii": "alakazam",
|
|
74
73
|
"bulbapedia": "Alakazam"
|
|
75
74
|
},
|
|
75
|
+
"formMethods": [
|
|
76
|
+
{
|
|
77
|
+
"from": ["alakazam", "alakazam-f"],
|
|
78
|
+
"games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
|
|
79
|
+
"trigger": "special",
|
|
80
|
+
"item": { "id": "alakazite", "role": "held" },
|
|
81
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
82
|
+
"revert": ["battle_end", "faint"]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"from": ["alakazam", "alakazam-f"],
|
|
86
|
+
"games": ["lza"],
|
|
87
|
+
"trigger": "special",
|
|
88
|
+
"item": { "id": "alakazite", "role": "held" },
|
|
89
|
+
"conditions": [
|
|
90
|
+
{ "key": "mechanic", "mechanic": "mega_evolution" },
|
|
91
|
+
{ "key": "battle_condition", "condition": "mega_gauge_full" }
|
|
92
|
+
],
|
|
93
|
+
"revert": [
|
|
94
|
+
{
|
|
95
|
+
"trigger": "automatic",
|
|
96
|
+
"conditions": [{ "key": "battle_condition", "condition": "mega_power_depleted" }]
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"from": ["alakazam", "alakazam-f"],
|
|
102
|
+
"games": ["lgpe-lgp", "lgpe-lge"],
|
|
103
|
+
"trigger": "special",
|
|
104
|
+
"item": { "id": "alakazite", "role": "bag" },
|
|
105
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
106
|
+
"revert": ["battle_end", "faint"]
|
|
107
|
+
}
|
|
108
|
+
],
|
|
76
109
|
"names": {
|
|
77
110
|
"eng": "Mega Alakazam",
|
|
78
111
|
"fra": "MégaAlakazam",
|
|
@@ -124,6 +124,82 @@
|
|
|
124
124
|
"serebii": "alcremie",
|
|
125
125
|
"bulbapedia": "Alcremie"
|
|
126
126
|
},
|
|
127
|
+
"formMethods": [
|
|
128
|
+
{
|
|
129
|
+
"from": [
|
|
130
|
+
"alcremie-salted-cream-star",
|
|
131
|
+
"alcremie-vanilla-cream-ribbon",
|
|
132
|
+
"alcremie-mint-cream-clover",
|
|
133
|
+
"alcremie-ruby-swirl-berry",
|
|
134
|
+
"alcremie-salted-cream-strawberry",
|
|
135
|
+
"alcremie-salted-cream-ribbon",
|
|
136
|
+
"alcremie-ruby-swirl-star",
|
|
137
|
+
"alcremie-rainbow-swirl-ribbon",
|
|
138
|
+
"alcremie-caramel-swirl-strawberry",
|
|
139
|
+
"alcremie-ruby-swirl-ribbon",
|
|
140
|
+
"alcremie-lemon-cream-ribbon",
|
|
141
|
+
"alcremie-caramel-swirl-clover",
|
|
142
|
+
"alcremie-ruby-cream-clover",
|
|
143
|
+
"alcremie-vanilla-cream-love",
|
|
144
|
+
"alcremie-matcha-cream-ribbon",
|
|
145
|
+
"alcremie-caramel-swirl-flower",
|
|
146
|
+
"alcremie-ruby-cream-flower",
|
|
147
|
+
"alcremie-caramel-swirl-love",
|
|
148
|
+
"alcremie-lemon-cream-love",
|
|
149
|
+
"alcremie-rainbow-swirl-strawberry",
|
|
150
|
+
"alcremie-ruby-swirl-strawberry",
|
|
151
|
+
"alcremie-mint-cream-star",
|
|
152
|
+
"alcremie-matcha-cream-star",
|
|
153
|
+
"alcremie-rainbow-swirl-berry",
|
|
154
|
+
"alcremie-ruby-cream-strawberry",
|
|
155
|
+
"alcremie-matcha-cream-berry",
|
|
156
|
+
"alcremie-mint-cream-flower",
|
|
157
|
+
"alcremie-rainbow-swirl-love",
|
|
158
|
+
"alcremie-salted-cream-berry",
|
|
159
|
+
"alcremie-ruby-cream-star",
|
|
160
|
+
"alcremie-ruby-cream-berry",
|
|
161
|
+
"alcremie",
|
|
162
|
+
"alcremie-mint-cream-love",
|
|
163
|
+
"alcremie-matcha-cream-love",
|
|
164
|
+
"alcremie-matcha-cream-clover",
|
|
165
|
+
"alcremie-caramel-swirl-berry",
|
|
166
|
+
"alcremie-mint-cream-strawberry",
|
|
167
|
+
"alcremie-lemon-cream-flower",
|
|
168
|
+
"alcremie-ruby-swirl-flower",
|
|
169
|
+
"alcremie-rainbow-swirl-flower",
|
|
170
|
+
"alcremie-lemon-cream-star",
|
|
171
|
+
"alcremie-caramel-swirl-star",
|
|
172
|
+
"alcremie-ruby-cream-love",
|
|
173
|
+
"alcremie-salted-cream-flower",
|
|
174
|
+
"alcremie-rainbow-swirl-star",
|
|
175
|
+
"alcremie-vanilla-cream-berry",
|
|
176
|
+
"alcremie-lemon-cream-berry",
|
|
177
|
+
"alcremie-vanilla-cream-flower",
|
|
178
|
+
"alcremie-vanilla-cream-clover",
|
|
179
|
+
"alcremie-ruby-swirl-love",
|
|
180
|
+
"alcremie-mint-cream-ribbon",
|
|
181
|
+
"alcremie-lemon-cream-strawberry",
|
|
182
|
+
"alcremie-mint-cream-berry",
|
|
183
|
+
"alcremie-salted-cream-love",
|
|
184
|
+
"alcremie-salted-cream-clover",
|
|
185
|
+
"alcremie-vanilla-cream-star",
|
|
186
|
+
"alcremie-rainbow-swirl-clover",
|
|
187
|
+
"alcremie-matcha-cream-strawberry",
|
|
188
|
+
"alcremie-lemon-cream-clover",
|
|
189
|
+
"alcremie-ruby-swirl-clover",
|
|
190
|
+
"alcremie-ruby-cream-ribbon",
|
|
191
|
+
"alcremie-caramel-swirl-ribbon",
|
|
192
|
+
"alcremie-matcha-cream-flower"
|
|
193
|
+
],
|
|
194
|
+
"games": ["swsh-sw", "swsh-sh"],
|
|
195
|
+
"trigger": "special",
|
|
196
|
+
"conditions": [
|
|
197
|
+
{ "key": "mechanic", "mechanic": "gigantamax" },
|
|
198
|
+
{ "key": "battle_condition", "condition": "gigantamax_factor" }
|
|
199
|
+
],
|
|
200
|
+
"revert": [{ "afterTurns": 3 }, "switch_out", "battle_end", "faint"]
|
|
201
|
+
}
|
|
202
|
+
],
|
|
127
203
|
"names": {
|
|
128
204
|
"eng": "Alcremie (Gigantamax Form)",
|
|
129
205
|
"fra": "Charmilly (Forme Gigamax)",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"isPrerelease": false,
|
|
13
13
|
"isDefault": false,
|
|
14
14
|
"isForm": true,
|
|
15
|
-
"formItem": "altarianite",
|
|
16
15
|
"isLegendary": false,
|
|
17
16
|
"isMythical": false,
|
|
18
17
|
"isBaby": false,
|
|
@@ -61,6 +60,32 @@
|
|
|
61
60
|
"serebii": "altaria",
|
|
62
61
|
"bulbapedia": "Altaria"
|
|
63
62
|
},
|
|
63
|
+
"formMethods": [
|
|
64
|
+
{
|
|
65
|
+
"from": ["altaria"],
|
|
66
|
+
"games": ["oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
|
|
67
|
+
"trigger": "special",
|
|
68
|
+
"item": { "id": "altarianite", "role": "held" },
|
|
69
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
70
|
+
"revert": ["battle_end", "faint"]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"from": ["altaria"],
|
|
74
|
+
"games": ["lza"],
|
|
75
|
+
"trigger": "special",
|
|
76
|
+
"item": { "id": "altarianite", "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 Altaria",
|
|
66
91
|
"fra": "MégaAltaria",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"isPrerelease": false,
|
|
13
13
|
"isDefault": false,
|
|
14
14
|
"isForm": true,
|
|
15
|
-
"formItem": "ampharosite",
|
|
16
15
|
"isLegendary": false,
|
|
17
16
|
"isMythical": false,
|
|
18
17
|
"isBaby": false,
|
|
@@ -61,6 +60,32 @@
|
|
|
61
60
|
"serebii": "ampharos",
|
|
62
61
|
"bulbapedia": "Ampharos"
|
|
63
62
|
},
|
|
63
|
+
"formMethods": [
|
|
64
|
+
{
|
|
65
|
+
"from": ["ampharos"],
|
|
66
|
+
"games": ["xy-x", "xy-y", "oras-or", "oras-as", "sm-s", "sm-m", "usum-us", "usum-um"],
|
|
67
|
+
"trigger": "special",
|
|
68
|
+
"item": { "id": "ampharosite", "role": "held" },
|
|
69
|
+
"conditions": [{ "key": "mechanic", "mechanic": "mega_evolution" }],
|
|
70
|
+
"revert": ["battle_end", "faint"]
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"from": ["ampharos"],
|
|
74
|
+
"games": ["lza"],
|
|
75
|
+
"trigger": "special",
|
|
76
|
+
"item": { "id": "ampharosite", "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 Ampharos",
|
|
66
91
|
"fra": "MégaPharamp",
|