@pokepc/dataset 6.3.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.
- package/LICENSE +18 -0
- package/README.md +161 -0
- package/build/lib/box-preset-sanitizer.d.mts +31 -0
- package/build/lib/box-preset-sanitizer.d.mts.map +1 -0
- package/build/lib/box-preset-sanitizer.mjs +54 -0
- package/build/lib/box-preset-sanitizer.mjs.map +1 -0
- package/build/lib/box-preset-transform.d.mts +20 -0
- package/build/lib/box-preset-transform.d.mts.map +1 -0
- package/build/lib/box-preset-transform.mjs +128 -0
- package/build/lib/box-preset-transform.mjs.map +1 -0
- package/build/lib/constants.d.mts +7 -0
- package/build/lib/constants.d.mts.map +1 -0
- package/build/lib/constants.mjs +20 -0
- package/build/lib/constants.mjs.map +1 -0
- package/build/lib/enums.d.mts +24 -0
- package/build/lib/enums.d.mts.map +1 -0
- package/build/lib/enums.mjs +186 -0
- package/build/lib/enums.mjs.map +1 -0
- package/build/lib/fs.d.mts +147 -0
- package/build/lib/fs.d.mts.map +1 -0
- package/build/lib/fs.mjs +251 -0
- package/build/lib/fs.mjs.map +1 -0
- package/build/lib/languages.d.mts +26 -0
- package/build/lib/languages.d.mts.map +1 -0
- package/build/lib/languages.mjs +255 -0
- package/build/lib/languages.mjs.map +1 -0
- package/build/lib/schemas.d.mts +805 -0
- package/build/lib/schemas.d.mts.map +1 -0
- package/build/lib/schemas.mjs +349 -0
- package/build/lib/schemas.mjs.map +1 -0
- package/build/lib/search.d.mts +6 -0
- package/build/lib/search.d.mts.map +1 -0
- package/build/lib/search.mjs +45 -0
- package/build/lib/search.mjs.map +1 -0
- package/build/lib/types.d.mts +197 -0
- package/build/lib/types.d.mts.map +1 -0
- package/build/lib/types.mjs +1 -0
- package/build/lib/utils.d.mts +22 -0
- package/build/lib/utils.d.mts.map +1 -0
- package/build/lib/utils.mjs +180 -0
- package/build/lib/utils.mjs.map +1 -0
- package/build/lib/validators.d.mts +1 -0
- package/build/lib/validators.mjs +1 -0
- package/build/utils-internal-Czgdbnkv.mjs +33 -0
- package/build/utils-internal-Czgdbnkv.mjs.map +1 -0
- package/data/abilities.json +2843 -0
- package/data/boxpresets/classic/b2w2.json +3668 -0
- package/data/boxpresets/classic/bdsp.json +2896 -0
- package/data/boxpresets/classic/bw.json +3652 -0
- package/data/boxpresets/classic/c.json +682 -0
- package/data/boxpresets/classic/champions.json +1 -0
- package/data/boxpresets/classic/col.json +1 -0
- package/data/boxpresets/classic/dp.json +2870 -0
- package/data/boxpresets/classic/e.json +1924 -0
- package/data/boxpresets/classic/frlg.json +1922 -0
- package/data/boxpresets/classic/go.json +5506 -0
- package/data/boxpresets/classic/gs.json +682 -0
- package/data/boxpresets/classic/hgss.json +2892 -0
- package/data/boxpresets/classic/home.json +11769 -0
- package/data/boxpresets/classic/la.json +2395 -0
- package/data/boxpresets/classic/lgpe.json +420 -0
- package/data/boxpresets/classic/lza.json +2043 -0
- package/data/boxpresets/classic/oras.json +4210 -0
- package/data/boxpresets/classic/pt.json +2892 -0
- package/data/boxpresets/classic/rb.json +388 -0
- package/data/boxpresets/classic/rs.json +960 -0
- package/data/boxpresets/classic/sm.json +4754 -0
- package/data/boxpresets/classic/sv.json +5038 -0
- package/data/boxpresets/classic/swsh.json +5960 -0
- package/data/boxpresets/classic/usum.json +4794 -0
- package/data/boxpresets/classic/xd.json +1 -0
- package/data/boxpresets/classic/xy.json +4208 -0
- package/data/boxpresets/classic/y.json +388 -0
- package/data/boxpresets/modern/b2w2/fully-sorted-minimal.json +914 -0
- package/data/boxpresets/modern/b2w2/fully-sorted.json +929 -0
- package/data/boxpresets/modern/b2w2/sorted-species-minimal.json +914 -0
- package/data/boxpresets/modern/b2w2/sorted-species.json +933 -0
- package/data/boxpresets/modern/b2w2.json +1 -0
- package/data/boxpresets/modern/bdsp/fully-sorted-minimal.json +725 -0
- package/data/boxpresets/modern/bdsp/fully-sorted.json +730 -0
- package/data/boxpresets/modern/bdsp/sorted-species-minimal.json +729 -0
- package/data/boxpresets/modern/bdsp/sorted-species.json +734 -0
- package/data/boxpresets/modern/bdsp.json +1 -0
- package/data/boxpresets/modern/bw/fully-sorted-minimal.json +914 -0
- package/data/boxpresets/modern/bw/fully-sorted.json +923 -0
- package/data/boxpresets/modern/bw/sorted-species-minimal.json +914 -0
- package/data/boxpresets/modern/bw/sorted-species.json +923 -0
- package/data/boxpresets/modern/bw.json +1 -0
- package/data/boxpresets/modern/c/fully-sorted.json +348 -0
- package/data/boxpresets/modern/c/sorted-species.json +346 -0
- package/data/boxpresets/modern/c.json +1 -0
- package/data/boxpresets/modern/champions.json +1 -0
- package/data/boxpresets/modern/col.json +1 -0
- package/data/boxpresets/modern/dp/fully-sorted-minimal.json +719 -0
- package/data/boxpresets/modern/dp/fully-sorted.json +723 -0
- package/data/boxpresets/modern/dp/sorted-species-minimal.json +716 -0
- package/data/boxpresets/modern/dp/sorted-species.json +727 -0
- package/data/boxpresets/modern/dp.json +1 -0
- package/data/boxpresets/modern/e/fully-sorted-minimal.json +485 -0
- package/data/boxpresets/modern/e/fully-sorted.json +488 -0
- package/data/boxpresets/modern/e/sorted-species-minimal.json +485 -0
- package/data/boxpresets/modern/e/sorted-species.json +488 -0
- package/data/boxpresets/modern/e.json +1 -0
- package/data/boxpresets/modern/frlg/fully-sorted-minimal.json +485 -0
- package/data/boxpresets/modern/frlg/fully-sorted.json +487 -0
- package/data/boxpresets/modern/frlg/sorted-species-minimal.json +485 -0
- package/data/boxpresets/modern/frlg/sorted-species.json +487 -0
- package/data/boxpresets/modern/frlg.json +1 -0
- package/data/boxpresets/modern/go/fully-sorted-minimal.json +1214 -0
- package/data/boxpresets/modern/go/fully-sorted.json +1550 -0
- package/data/boxpresets/modern/go/sorted-species-minimal.json +1214 -0
- package/data/boxpresets/modern/go/sorted-species.json +1550 -0
- package/data/boxpresets/modern/go.json +1 -0
- package/data/boxpresets/modern/gs/fully-sorted.json +348 -0
- package/data/boxpresets/modern/gs/sorted-species.json +346 -0
- package/data/boxpresets/modern/gs.json +1 -0
- package/data/boxpresets/modern/hgss/fully-sorted-minimal.json +724 -0
- package/data/boxpresets/modern/hgss/fully-sorted.json +729 -0
- package/data/boxpresets/modern/hgss/sorted-species-minimal.json +728 -0
- package/data/boxpresets/modern/hgss/sorted-species.json +733 -0
- package/data/boxpresets/modern/hgss.json +1 -0
- package/data/boxpresets/modern/home/fully-sorted-minimal.json +1575 -0
- package/data/boxpresets/modern/home/fully-sorted.json +1601 -0
- package/data/boxpresets/modern/home/grouped-balanced.json +1670 -0
- package/data/boxpresets/modern/home/grouped-region.json +1858 -0
- package/data/boxpresets/modern/home/sorted-species-minimal.json +1576 -0
- package/data/boxpresets/modern/home/sorted-species.json +1590 -0
- package/data/boxpresets/modern/home/species-first.json +1916 -0
- package/data/boxpresets/modern/home.json +9 -0
- package/data/boxpresets/modern/la/fully-sorted-hisui.json +414 -0
- package/data/boxpresets/modern/la/fully-sorted-minimal.json +418 -0
- package/data/boxpresets/modern/la/fully-sorted.json +414 -0
- package/data/boxpresets/modern/la/grouped.json +437 -0
- package/data/boxpresets/modern/la/minimal-hisui.json +313 -0
- package/data/boxpresets/modern/la/sorted-species.json +437 -0
- package/data/boxpresets/modern/la.json +8 -0
- package/data/boxpresets/modern/lgpe/fully-sorted.json +213 -0
- package/data/boxpresets/modern/lgpe/sorted-species.json +217 -0
- package/data/boxpresets/modern/lgpe.json +1 -0
- package/data/boxpresets/modern/lza/fully-sorted-no-cosmetic-forms.json +488 -0
- package/data/boxpresets/modern/lza/fully-sorted-no-forms.json +441 -0
- package/data/boxpresets/modern/lza/fully-sorted.json +567 -0
- package/data/boxpresets/modern/lza/grouped-region.json +579 -0
- package/data/boxpresets/modern/lza.json +1 -0
- package/data/boxpresets/modern/oras/fully-sorted-minimal.json +1050 -0
- package/data/boxpresets/modern/oras/fully-sorted.json +1066 -0
- package/data/boxpresets/modern/oras/sorted-species-minimal.json +1052 -0
- package/data/boxpresets/modern/oras/sorted-species.json +1068 -0
- package/data/boxpresets/modern/oras.json +1 -0
- package/data/boxpresets/modern/pt/fully-sorted-minimal.json +724 -0
- package/data/boxpresets/modern/pt/fully-sorted.json +729 -0
- package/data/boxpresets/modern/pt/sorted-species-minimal.json +728 -0
- package/data/boxpresets/modern/pt/sorted-species.json +733 -0
- package/data/boxpresets/modern/pt.json +1 -0
- package/data/boxpresets/modern/rb/fully-sorted.json +199 -0
- package/data/boxpresets/modern/rb/sorted-species.json +199 -0
- package/data/boxpresets/modern/rb.json +1 -0
- package/data/boxpresets/modern/rs/fully-sorted.json +485 -0
- package/data/boxpresets/modern/rs/sorted-species.json +485 -0
- package/data/boxpresets/modern/rs.json +1 -0
- package/data/boxpresets/modern/sm/fully-sorted-minimal.json +1183 -0
- package/data/boxpresets/modern/sm/fully-sorted.json +1203 -0
- package/data/boxpresets/modern/sm/sorted-species-minimal.json +1183 -0
- package/data/boxpresets/modern/sm/sorted-species.json +1207 -0
- package/data/boxpresets/modern/sm.json +1 -0
- package/data/boxpresets/modern/sv/fully-grouped-paldea.json +894 -0
- package/data/boxpresets/modern/sv/minimal-paldea.json +826 -0
- package/data/boxpresets/modern/sv.json +1 -0
- package/data/boxpresets/modern/swsh/fully-sorted-minimal.json +971 -0
- package/data/boxpresets/modern/swsh/fully-sorted-regional.json +1024 -0
- package/data/boxpresets/modern/swsh/fully-sorted.json +999 -0
- package/data/boxpresets/modern/swsh/sorted-regional.json +1038 -0
- package/data/boxpresets/modern/swsh/sorted-species-minimal.json +970 -0
- package/data/boxpresets/modern/swsh/sorted-species.json +998 -0
- package/data/boxpresets/modern/swsh.json +8 -0
- package/data/boxpresets/modern/usum/fully-sorted-minimal.json +1191 -0
- package/data/boxpresets/modern/usum/fully-sorted.json +1217 -0
- package/data/boxpresets/modern/usum/sorted-species-minimal.json +1191 -0
- package/data/boxpresets/modern/usum/sorted-species.json +1217 -0
- package/data/boxpresets/modern/usum.json +1 -0
- package/data/boxpresets/modern/xd.json +1 -0
- package/data/boxpresets/modern/xy/fully-sorted-minimal.json +1050 -0
- package/data/boxpresets/modern/xy/fully-sorted.json +1065 -0
- package/data/boxpresets/modern/xy/sorted-species-minimal.json +1052 -0
- package/data/boxpresets/modern/xy/sorted-species.json +1067 -0
- package/data/boxpresets/modern/xy.json +1 -0
- package/data/boxpresets/modern/y/fully-sorted.json +199 -0
- package/data/boxpresets/modern/y/sorted-species.json +199 -0
- package/data/boxpresets/modern/y.json +1 -0
- package/data/characters.json +778 -0
- package/data/colors.json +12 -0
- package/data/games/b2w2-b2.json +50 -0
- package/data/games/b2w2-w2.json +50 -0
- package/data/games/b2w2.json +42 -0
- package/data/games/bdsp-bd.json +50 -0
- package/data/games/bdsp-sp.json +50 -0
- package/data/games/bdsp.json +42 -0
- package/data/games/bw-b.json +50 -0
- package/data/games/bw-w.json +50 -0
- package/data/games/bw.json +42 -0
- package/data/games/bwb2w2.json +42 -0
- package/data/games/c.json +42 -0
- package/data/games/champions.json +42 -0
- package/data/games/col.json +42 -0
- package/data/games/dp-d.json +50 -0
- package/data/games/dp-p.json +50 -0
- package/data/games/dp.json +42 -0
- package/data/games/dppt.json +42 -0
- package/data/games/e.json +42 -0
- package/data/games/frlg-fr.json +42 -0
- package/data/games/frlg-lg.json +42 -0
- package/data/games/frlg.json +42 -0
- package/data/games/go.json +42 -0
- package/data/games/gs-g.json +42 -0
- package/data/games/gs-s.json +42 -0
- package/data/games/gs.json +42 -0
- package/data/games/gsc.json +42 -0
- package/data/games/hgss-hg.json +50 -0
- package/data/games/hgss-ss.json +50 -0
- package/data/games/hgss.json +42 -0
- package/data/games/home.json +42 -0
- package/data/games/la.json +57 -0
- package/data/games/lgpe-lge.json +50 -0
- package/data/games/lgpe-lgp.json +50 -0
- package/data/games/lgpe.json +42 -0
- package/data/games/lza-megadimension.json +42 -0
- package/data/games/lza.json +50 -0
- package/data/games/oras-as.json +50 -0
- package/data/games/oras-or.json +50 -0
- package/data/games/oras.json +42 -0
- package/data/games/pokopia.json +50 -0
- package/data/games/pt.json +50 -0
- package/data/games/rb-b.json +42 -0
- package/data/games/rb-r.json +42 -0
- package/data/games/rb.json +42 -0
- package/data/games/rby.json +42 -0
- package/data/games/rs-r.json +42 -0
- package/data/games/rs-s.json +42 -0
- package/data/games/rs.json +42 -0
- package/data/games/rse.json +42 -0
- package/data/games/sm-m.json +57 -0
- package/data/games/sm-s.json +57 -0
- package/data/games/sm.json +49 -0
- package/data/games/smusum.json +42 -0
- package/data/games/sv-indigodisk.json +42 -0
- package/data/games/sv-s.json +50 -0
- package/data/games/sv-tealmask.json +42 -0
- package/data/games/sv-v.json +50 -0
- package/data/games/sv.json +42 -0
- package/data/games/swsh-crowntundra.json +42 -0
- package/data/games/swsh-islearmor.json +42 -0
- package/data/games/swsh-sh.json +50 -0
- package/data/games/swsh-sw.json +50 -0
- package/data/games/swsh.json +42 -0
- package/data/games/usum-um.json +57 -0
- package/data/games/usum-us.json +57 -0
- package/data/games/usum.json +49 -0
- package/data/games/wiwa-wa.json +42 -0
- package/data/games/wiwa-wi.json +42 -0
- package/data/games/wiwa.json +42 -0
- package/data/games/xd.json +42 -0
- package/data/games/xy-x.json +50 -0
- package/data/games/xy-y.json +50 -0
- package/data/games/xy.json +42 -0
- package/data/games/y.json +42 -0
- package/data/generations.json +12 -0
- package/data/indices/games.json +76 -0
- package/data/indices/pokedexes.json +60 -0
- package/data/indices/pokemon.json +1597 -0
- package/data/items.json +4702 -0
- package/data/languages.json +112 -0
- package/data/locations.json +4 -0
- package/data/marks.json +585 -0
- package/data/metadata/pokemon-mugshots.json +238 -0
- package/data/moves.json +14962 -0
- package/data/natures.json +27 -0
- package/data/originmarks.json +13 -0
- package/data/personalities.json +32 -0
- package/data/pokeballs.json +362 -0
- package/data/pokedexes/alola-akala-usum.json +197 -0
- package/data/pokedexes/alola-akala.json +164 -0
- package/data/pokedexes/alola-melemele-usum.json +223 -0
- package/data/pokedexes/alola-melemele.json +168 -0
- package/data/pokedexes/alola-poni-usum.json +191 -0
- package/data/pokedexes/alola-poni.json +135 -0
- package/data/pokedexes/alola-ulaula-usum.json +232 -0
- package/data/pokedexes/alola-ulaula.json +186 -0
- package/data/pokedexes/alola-usum.json +539 -0
- package/data/pokedexes/alola.json +402 -0
- package/data/pokedexes/champions-regular-roster-m-a.json +411 -0
- package/data/pokedexes/col.json +63 -0
- package/data/pokedexes/galar-crown-tundra.json +267 -0
- package/data/pokedexes/galar-isle-armor.json +285 -0
- package/data/pokedexes/galar.json +619 -0
- package/data/pokedexes/hisui-alabaster.json +10 -0
- package/data/pokedexes/hisui-cobalt.json +10 -0
- package/data/pokedexes/hisui-coronet.json +10 -0
- package/data/pokedexes/hisui-crimson.json +10 -0
- package/data/pokedexes/hisui-obsidian.json +10 -0
- package/data/pokedexes/hisui.json +380 -0
- package/data/pokedexes/hoenn-oras.json +284 -0
- package/data/pokedexes/hoenn.json +219 -0
- package/data/pokedexes/johto-hgss.json +341 -0
- package/data/pokedexes/johto.json +287 -0
- package/data/pokedexes/kalos-central.json +246 -0
- package/data/pokedexes/kalos-coastal.json +188 -0
- package/data/pokedexes/kalos-hyperspace.json +208 -0
- package/data/pokedexes/kalos-lumiose.json +388 -0
- package/data/pokedexes/kalos-mega.json +127 -0
- package/data/pokedexes/kalos-mountain.json +205 -0
- package/data/pokedexes/kanto-lgpe.json +208 -0
- package/data/pokedexes/kanto.json +162 -0
- package/data/pokedexes/national-b2w2.json +834 -0
- package/data/pokedexes/national-bdsp.json +662 -0
- package/data/pokedexes/national-bw.json +827 -0
- package/data/pokedexes/national-dp.json +651 -0
- package/data/pokedexes/national-e.json +430 -0
- package/data/pokedexes/national-frlg.json +426 -0
- package/data/pokedexes/national-gsc.json +287 -0
- package/data/pokedexes/national-hgss.json +656 -0
- package/data/pokedexes/national-oras.json +981 -0
- package/data/pokedexes/national-pt.json +657 -0
- package/data/pokedexes/national-rs.json +427 -0
- package/data/pokedexes/national-sm.json +1095 -0
- package/data/pokedexes/national-usum.json +1107 -0
- package/data/pokedexes/national-xy.json +983 -0
- package/data/pokedexes/national.json +1606 -0
- package/data/pokedexes/paldea-blueberry.json +362 -0
- package/data/pokedexes/paldea-kitakami.json +267 -0
- package/data/pokedexes/paldea.json +535 -0
- package/data/pokedexes/pokopia-event.json +14 -0
- package/data/pokedexes/pokopia.json +391 -0
- package/data/pokedexes/sinnoh-pt.json +325 -0
- package/data/pokedexes/sinnoh.json +250 -0
- package/data/pokedexes/unova-b2w2.json +356 -0
- package/data/pokedexes/unova.json +182 -0
- package/data/pokedexes/xd.json +96 -0
- package/data/pokemon/abomasnow-f.json +154 -0
- package/data/pokemon/abomasnow-mega.json +105 -0
- package/data/pokemon/abomasnow.json +144 -0
- package/data/pokemon/abra.json +164 -0
- package/data/pokemon/absol-mega-z.json +111 -0
- package/data/pokemon/absol-mega.json +104 -0
- package/data/pokemon/absol.json +146 -0
- package/data/pokemon/accelgor.json +114 -0
- package/data/pokemon/aegislash-blade.json +106 -0
- package/data/pokemon/aegislash.json +103 -0
- package/data/pokemon/aerodactyl-mega.json +105 -0
- package/data/pokemon/aerodactyl.json +161 -0
- package/data/pokemon/aggron-mega.json +104 -0
- package/data/pokemon/aggron.json +143 -0
- package/data/pokemon/aipom-f.json +158 -0
- package/data/pokemon/aipom.json +156 -0
- package/data/pokemon/alakazam-f.json +173 -0
- package/data/pokemon/alakazam-mega.json +104 -0
- package/data/pokemon/alakazam.json +177 -0
- package/data/pokemon/alcremie-caramel-swirl-berry.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-clover.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-flower.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-love.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-ribbon.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-star.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-strawberry.json +109 -0
- package/data/pokemon/alcremie-gmax.json +154 -0
- package/data/pokemon/alcremie-lemon-cream-berry.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-clover.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-flower.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-love.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-star.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-matcha-cream-berry.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-clover.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-flower.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-love.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-star.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-mint-cream-berry.json +97 -0
- package/data/pokemon/alcremie-mint-cream-clover.json +97 -0
- package/data/pokemon/alcremie-mint-cream-flower.json +97 -0
- package/data/pokemon/alcremie-mint-cream-love.json +97 -0
- package/data/pokemon/alcremie-mint-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-mint-cream-star.json +97 -0
- package/data/pokemon/alcremie-mint-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-rainbow-swirl-berry.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-clover.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-flower.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-love.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-ribbon.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-star.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-strawberry.json +109 -0
- package/data/pokemon/alcremie-ruby-cream-berry.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-clover.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-flower.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-love.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-star.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-ruby-swirl-berry.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-clover.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-flower.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-love.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-ribbon.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-star.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-strawberry.json +109 -0
- package/data/pokemon/alcremie-salted-cream-berry.json +97 -0
- package/data/pokemon/alcremie-salted-cream-clover.json +97 -0
- package/data/pokemon/alcremie-salted-cream-flower.json +97 -0
- package/data/pokemon/alcremie-salted-cream-love.json +97 -0
- package/data/pokemon/alcremie-salted-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-salted-cream-star.json +97 -0
- package/data/pokemon/alcremie-salted-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-vanilla-cream-berry.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-clover.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-flower.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-love.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-ribbon.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-star.json +96 -0
- package/data/pokemon/alcremie.json +151 -0
- package/data/pokemon/alomomola.json +118 -0
- package/data/pokemon/altaria-mega.json +105 -0
- package/data/pokemon/altaria.json +149 -0
- package/data/pokemon/amaura.json +99 -0
- package/data/pokemon/ambipom-f.json +148 -0
- package/data/pokemon/ambipom.json +142 -0
- package/data/pokemon/amoonguss.json +120 -0
- package/data/pokemon/ampharos-mega.json +105 -0
- package/data/pokemon/ampharos.json +146 -0
- package/data/pokemon/annihilape.json +86 -0
- package/data/pokemon/anorith.json +139 -0
- package/data/pokemon/appletun-gmax.json +92 -0
- package/data/pokemon/appletun.json +88 -0
- package/data/pokemon/applin.json +86 -0
- package/data/pokemon/araquanid.json +109 -0
- package/data/pokemon/arbok.json +165 -0
- package/data/pokemon/arboliva.json +85 -0
- package/data/pokemon/arcanine-hisui.json +100 -0
- package/data/pokemon/arcanine.json +171 -0
- package/data/pokemon/arceus-bug.json +135 -0
- package/data/pokemon/arceus-dark.json +135 -0
- package/data/pokemon/arceus-dragon.json +135 -0
- package/data/pokemon/arceus-electric.json +135 -0
- package/data/pokemon/arceus-fairy.json +115 -0
- package/data/pokemon/arceus-fighting.json +135 -0
- package/data/pokemon/arceus-fire.json +135 -0
- package/data/pokemon/arceus-flying.json +135 -0
- package/data/pokemon/arceus-ghost.json +135 -0
- package/data/pokemon/arceus-grass.json +135 -0
- package/data/pokemon/arceus-ground.json +135 -0
- package/data/pokemon/arceus-ice.json +135 -0
- package/data/pokemon/arceus-legendary.json +101 -0
- package/data/pokemon/arceus-poison.json +135 -0
- package/data/pokemon/arceus-psychic.json +135 -0
- package/data/pokemon/arceus-rock.json +135 -0
- package/data/pokemon/arceus-steel.json +135 -0
- package/data/pokemon/arceus-water.json +135 -0
- package/data/pokemon/arceus.json +141 -0
- package/data/pokemon/archaludon.json +84 -0
- package/data/pokemon/archen.json +116 -0
- package/data/pokemon/archeops.json +118 -0
- package/data/pokemon/arctibax.json +85 -0
- package/data/pokemon/arctovish.json +86 -0
- package/data/pokemon/arctozolt.json +86 -0
- package/data/pokemon/ariados.json +152 -0
- package/data/pokemon/armaldo.json +141 -0
- package/data/pokemon/armarouge.json +85 -0
- package/data/pokemon/aromatisse.json +101 -0
- package/data/pokemon/aron.json +140 -0
- package/data/pokemon/arrokuda.json +84 -0
- package/data/pokemon/articuno-galar.json +107 -0
- package/data/pokemon/articuno.json +165 -0
- package/data/pokemon/audino-mega.json +105 -0
- package/data/pokemon/audino.json +117 -0
- package/data/pokemon/aurorus.json +103 -0
- package/data/pokemon/avalugg-hisui.json +100 -0
- package/data/pokemon/avalugg.json +104 -0
- package/data/pokemon/axew.json +118 -0
- package/data/pokemon/azelf.json +125 -0
- package/data/pokemon/azumarill.json +153 -0
- package/data/pokemon/azurill.json +144 -0
- package/data/pokemon/bagon.json +145 -0
- package/data/pokemon/baltoy.json +137 -0
- package/data/pokemon/banette-mega.json +104 -0
- package/data/pokemon/banette.json +146 -0
- package/data/pokemon/barbaracle-mega.json +107 -0
- package/data/pokemon/barbaracle.json +102 -0
- package/data/pokemon/barboach.json +149 -0
- package/data/pokemon/barraskewda.json +86 -0
- package/data/pokemon/basculegion-f.json +105 -0
- package/data/pokemon/basculegion.json +98 -0
- package/data/pokemon/basculin-blue-striped.json +140 -0
- package/data/pokemon/basculin-white-striped.json +97 -0
- package/data/pokemon/basculin.json +130 -0
- package/data/pokemon/bastiodon.json +132 -0
- package/data/pokemon/baxcalibur-mega.json +108 -0
- package/data/pokemon/baxcalibur.json +85 -0
- package/data/pokemon/bayleef.json +153 -0
- package/data/pokemon/beartic.json +121 -0
- package/data/pokemon/beautifly-f.json +153 -0
- package/data/pokemon/beautifly.json +147 -0
- package/data/pokemon/beedrill-mega.json +105 -0
- package/data/pokemon/beedrill.json +165 -0
- package/data/pokemon/beheeyem.json +116 -0
- package/data/pokemon/beldum.json +148 -0
- package/data/pokemon/bellibolt.json +85 -0
- package/data/pokemon/bellossom.json +148 -0
- package/data/pokemon/bellsprout.json +162 -0
- package/data/pokemon/bergmite.json +102 -0
- package/data/pokemon/bewear.json +88 -0
- package/data/pokemon/bibarel-f.json +140 -0
- package/data/pokemon/bibarel.json +138 -0
- package/data/pokemon/bidoof-f.json +137 -0
- package/data/pokemon/bidoof.json +135 -0
- package/data/pokemon/binacle.json +100 -0
- package/data/pokemon/bisharp.json +121 -0
- package/data/pokemon/blacephalon.json +84 -0
- package/data/pokemon/blastoise-gmax.json +90 -0
- package/data/pokemon/blastoise-mega.json +104 -0
- package/data/pokemon/blastoise.json +172 -0
- package/data/pokemon/blaziken-f.json +165 -0
- package/data/pokemon/blaziken-mega.json +105 -0
- package/data/pokemon/blaziken.json +163 -0
- package/data/pokemon/blipbug.json +85 -0
- package/data/pokemon/blissey.json +154 -0
- package/data/pokemon/blitzle.json +114 -0
- package/data/pokemon/boldore.json +120 -0
- package/data/pokemon/boltund.json +86 -0
- package/data/pokemon/bombirdier.json +84 -0
- package/data/pokemon/bonsly.json +133 -0
- package/data/pokemon/bouffalant.json +112 -0
- package/data/pokemon/bounsweet.json +106 -0
- package/data/pokemon/braixen.json +100 -0
- package/data/pokemon/brambleghast.json +85 -0
- package/data/pokemon/bramblin.json +83 -0
- package/data/pokemon/braviary-hisui.json +100 -0
- package/data/pokemon/braviary.json +123 -0
- package/data/pokemon/breloom.json +141 -0
- package/data/pokemon/brionne.json +107 -0
- package/data/pokemon/bronzong.json +137 -0
- package/data/pokemon/bronzor.json +135 -0
- package/data/pokemon/brutebonnet.json +84 -0
- package/data/pokemon/bruxish.json +86 -0
- package/data/pokemon/budew.json +133 -0
- package/data/pokemon/buizel-f.json +140 -0
- package/data/pokemon/buizel.json +138 -0
- package/data/pokemon/bulbasaur.json +170 -0
- package/data/pokemon/buneary.json +129 -0
- package/data/pokemon/bunnelby.json +99 -0
- package/data/pokemon/burmy-sandy.json +137 -0
- package/data/pokemon/burmy-trash.json +137 -0
- package/data/pokemon/burmy.json +121 -0
- package/data/pokemon/butterfree-f.json +177 -0
- package/data/pokemon/butterfree-gmax.json +91 -0
- package/data/pokemon/butterfree.json +177 -0
- package/data/pokemon/buzzwole.json +85 -0
- package/data/pokemon/cacnea.json +135 -0
- package/data/pokemon/cacturne-f.json +151 -0
- package/data/pokemon/cacturne.json +149 -0
- package/data/pokemon/calyrex-ice.json +107 -0
- package/data/pokemon/calyrex-shadow.json +107 -0
- package/data/pokemon/calyrex.json +85 -0
- package/data/pokemon/camerupt-f.json +155 -0
- package/data/pokemon/camerupt-mega.json +105 -0
- package/data/pokemon/camerupt.json +153 -0
- package/data/pokemon/capsakid.json +83 -0
- package/data/pokemon/carbink.json +114 -0
- package/data/pokemon/carkol.json +88 -0
- package/data/pokemon/carnivine.json +120 -0
- package/data/pokemon/carracosta.json +120 -0
- package/data/pokemon/carvanha.json +145 -0
- package/data/pokemon/cascoon.json +134 -0
- package/data/pokemon/castform-rainy.json +121 -0
- package/data/pokemon/castform-snowy.json +121 -0
- package/data/pokemon/castform-sunny.json +121 -0
- package/data/pokemon/castform.json +134 -0
- package/data/pokemon/caterpie.json +163 -0
- package/data/pokemon/celebi.json +138 -0
- package/data/pokemon/celesteela.json +85 -0
- package/data/pokemon/centiskorch-gmax.json +92 -0
- package/data/pokemon/centiskorch.json +88 -0
- package/data/pokemon/ceruledge.json +85 -0
- package/data/pokemon/cetitan.json +85 -0
- package/data/pokemon/cetoddle.json +83 -0
- package/data/pokemon/chandelure-mega.json +105 -0
- package/data/pokemon/chandelure.json +122 -0
- package/data/pokemon/chansey.json +167 -0
- package/data/pokemon/charcadet.json +82 -0
- package/data/pokemon/charizard-gmax.json +91 -0
- package/data/pokemon/charizard-mega-x.json +105 -0
- package/data/pokemon/charizard-mega-y.json +105 -0
- package/data/pokemon/charizard.json +173 -0
- package/data/pokemon/charjabug.json +107 -0
- package/data/pokemon/charmander.json +169 -0
- package/data/pokemon/charmeleon.json +171 -0
- package/data/pokemon/chatot.json +125 -0
- package/data/pokemon/cherrim-sunshine.json +123 -0
- package/data/pokemon/cherrim.json +128 -0
- package/data/pokemon/cherubi.json +124 -0
- package/data/pokemon/chesnaught-mega.json +105 -0
- package/data/pokemon/chesnaught.json +102 -0
- package/data/pokemon/chespin.json +98 -0
- package/data/pokemon/chewtle.json +85 -0
- package/data/pokemon/chienpao.json +83 -0
- package/data/pokemon/chikorita.json +151 -0
- package/data/pokemon/chimchar.json +122 -0
- package/data/pokemon/chimecho-mega.json +109 -0
- package/data/pokemon/chimecho.json +141 -0
- package/data/pokemon/chinchou.json +153 -0
- package/data/pokemon/chingling.json +128 -0
- package/data/pokemon/chiyu.json +83 -0
- package/data/pokemon/cinccino.json +122 -0
- package/data/pokemon/cinderace-gmax.json +90 -0
- package/data/pokemon/cinderace.json +86 -0
- package/data/pokemon/clamperl.json +134 -0
- package/data/pokemon/clauncher.json +109 -0
- package/data/pokemon/clawitzer.json +112 -0
- package/data/pokemon/claydol.json +139 -0
- package/data/pokemon/clefable-mega.json +105 -0
- package/data/pokemon/clefable.json +168 -0
- package/data/pokemon/clefairy.json +166 -0
- package/data/pokemon/cleffa.json +155 -0
- package/data/pokemon/clobbopus.json +84 -0
- package/data/pokemon/clodsire.json +86 -0
- package/data/pokemon/cloyster.json +161 -0
- package/data/pokemon/coalossal-gmax.json +92 -0
- package/data/pokemon/coalossal.json +88 -0
- package/data/pokemon/cobalion.json +118 -0
- package/data/pokemon/cofagrigus.json +115 -0
- package/data/pokemon/combee-f.json +145 -0
- package/data/pokemon/combee.json +143 -0
- package/data/pokemon/combusken-f.json +165 -0
- package/data/pokemon/combusken.json +163 -0
- package/data/pokemon/comfey.json +106 -0
- package/data/pokemon/conkeldurr.json +120 -0
- package/data/pokemon/copperajah-gmax.json +90 -0
- package/data/pokemon/copperajah.json +86 -0
- package/data/pokemon/corphish.json +144 -0
- package/data/pokemon/corsola-galar.json +106 -0
- package/data/pokemon/corsola.json +149 -0
- package/data/pokemon/corviknight-gmax.json +92 -0
- package/data/pokemon/corviknight.json +88 -0
- package/data/pokemon/corvisquire.json +87 -0
- package/data/pokemon/cosmoem.json +97 -0
- package/data/pokemon/cosmog.json +95 -0
- package/data/pokemon/cottonee.json +120 -0
- package/data/pokemon/crabominable-mega.json +109 -0
- package/data/pokemon/crabominable.json +99 -0
- package/data/pokemon/crabrawler.json +85 -0
- package/data/pokemon/cradily.json +141 -0
- package/data/pokemon/cramorant-gorging.json +106 -0
- package/data/pokemon/cramorant-gulping.json +106 -0
- package/data/pokemon/cramorant.json +84 -0
- package/data/pokemon/cranidos.json +128 -0
- package/data/pokemon/crawdaunt.json +147 -0
- package/data/pokemon/cresselia.json +125 -0
- package/data/pokemon/croagunk-f.json +146 -0
- package/data/pokemon/croagunk.json +144 -0
- package/data/pokemon/crobat.json +155 -0
- package/data/pokemon/crocalor.json +84 -0
- package/data/pokemon/croconaw.json +153 -0
- package/data/pokemon/crustle.json +117 -0
- package/data/pokemon/cryogonal.json +116 -0
- package/data/pokemon/cubchoo.json +118 -0
- package/data/pokemon/cubone.json +166 -0
- package/data/pokemon/cufant.json +84 -0
- package/data/pokemon/cursola.json +86 -0
- package/data/pokemon/cutiefly.json +107 -0
- package/data/pokemon/cyclizar.json +83 -0
- package/data/pokemon/cyndaquil.json +151 -0
- package/data/pokemon/dachsbun.json +84 -0
- package/data/pokemon/darkrai-mega.json +107 -0
- package/data/pokemon/darkrai.json +124 -0
- package/data/pokemon/darmanitan-galar-zen.json +106 -0
- package/data/pokemon/darmanitan-galar.json +108 -0
- package/data/pokemon/darmanitan-zen.json +115 -0
- package/data/pokemon/darmanitan.json +115 -0
- package/data/pokemon/dartrix.json +110 -0
- package/data/pokemon/darumaka-galar.json +106 -0
- package/data/pokemon/darumaka.json +111 -0
- package/data/pokemon/decidueye-hisui.json +99 -0
- package/data/pokemon/decidueye.json +109 -0
- package/data/pokemon/dedenne.json +114 -0
- package/data/pokemon/deerling-autumn.json +133 -0
- package/data/pokemon/deerling-summer.json +133 -0
- package/data/pokemon/deerling-winter.json +133 -0
- package/data/pokemon/deerling.json +117 -0
- package/data/pokemon/deino.json +116 -0
- package/data/pokemon/delcatty.json +134 -0
- package/data/pokemon/delibird.json +152 -0
- package/data/pokemon/delphox-mega.json +105 -0
- package/data/pokemon/delphox.json +102 -0
- package/data/pokemon/deoxys-attack.json +146 -0
- package/data/pokemon/deoxys-defense.json +146 -0
- package/data/pokemon/deoxys-speed.json +146 -0
- package/data/pokemon/deoxys.json +131 -0
- package/data/pokemon/dewgong.json +158 -0
- package/data/pokemon/dewott.json +115 -0
- package/data/pokemon/dewpider.json +106 -0
- package/data/pokemon/dhelmise.json +84 -0
- package/data/pokemon/dialga-origin.json +99 -0
- package/data/pokemon/dialga.json +137 -0
- package/data/pokemon/diancie-mega.json +106 -0
- package/data/pokemon/diancie.json +101 -0
- package/data/pokemon/diggersby.json +103 -0
- package/data/pokemon/diglett-alola.json +133 -0
- package/data/pokemon/diglett.json +157 -0
- package/data/pokemon/dipplin.json +83 -0
- package/data/pokemon/ditto.json +161 -0
- package/data/pokemon/dodrio-f.json +167 -0
- package/data/pokemon/dodrio.json +171 -0
- package/data/pokemon/doduo-f.json +164 -0
- package/data/pokemon/doduo.json +168 -0
- package/data/pokemon/dolliv.json +85 -0
- package/data/pokemon/dondozo.json +83 -0
- package/data/pokemon/donphan-f.json +157 -0
- package/data/pokemon/donphan.json +155 -0
- package/data/pokemon/dottler.json +88 -0
- package/data/pokemon/doublade.json +100 -0
- package/data/pokemon/dracovish.json +86 -0
- package/data/pokemon/dracozolt.json +86 -0
- package/data/pokemon/dragalge-mega.json +107 -0
- package/data/pokemon/dragalge.json +114 -0
- package/data/pokemon/dragapult.json +88 -0
- package/data/pokemon/dragonair.json +162 -0
- package/data/pokemon/dragonite-mega.json +105 -0
- package/data/pokemon/dragonite.json +165 -0
- package/data/pokemon/drakloak.json +88 -0
- package/data/pokemon/drampa-mega.json +105 -0
- package/data/pokemon/drampa.json +97 -0
- package/data/pokemon/drapion.json +131 -0
- package/data/pokemon/dratini.json +160 -0
- package/data/pokemon/drednaw-gmax.json +92 -0
- package/data/pokemon/drednaw.json +88 -0
- package/data/pokemon/dreepy.json +86 -0
- package/data/pokemon/drifblim.json +138 -0
- package/data/pokemon/drifloon.json +136 -0
- package/data/pokemon/drilbur.json +120 -0
- package/data/pokemon/drizzile.json +86 -0
- package/data/pokemon/drowzee.json +155 -0
- package/data/pokemon/druddigon.json +116 -0
- package/data/pokemon/dubwool.json +87 -0
- package/data/pokemon/ducklett.json +103 -0
- package/data/pokemon/dudunsparce-three-segment.json +97 -0
- package/data/pokemon/dudunsparce.json +86 -0
- package/data/pokemon/dugtrio-alola.json +135 -0
- package/data/pokemon/dugtrio.json +160 -0
- package/data/pokemon/dunsparce.json +148 -0
- package/data/pokemon/duosion.json +106 -0
- package/data/pokemon/duraludon-gmax.json +92 -0
- package/data/pokemon/duraludon.json +86 -0
- package/data/pokemon/durant.json +113 -0
- package/data/pokemon/dusclops.json +142 -0
- package/data/pokemon/dusknoir.json +131 -0
- package/data/pokemon/duskull.json +140 -0
- package/data/pokemon/dustox-f.json +149 -0
- package/data/pokemon/dustox.json +147 -0
- package/data/pokemon/dwebble.json +115 -0
- package/data/pokemon/eelektrik.json +114 -0
- package/data/pokemon/eelektross-mega.json +104 -0
- package/data/pokemon/eelektross.json +114 -0
- package/data/pokemon/eevee-f.json +166 -0
- package/data/pokemon/eevee-gmax.json +91 -0
- package/data/pokemon/eevee.json +176 -0
- package/data/pokemon/eiscue-noice.json +105 -0
- package/data/pokemon/eiscue.json +84 -0
- package/data/pokemon/ekans.json +162 -0
- package/data/pokemon/eldegoss.json +87 -0
- package/data/pokemon/electabuzz.json +161 -0
- package/data/pokemon/electivire.json +138 -0
- package/data/pokemon/electrike.json +139 -0
- package/data/pokemon/electrode-hisui.json +100 -0
- package/data/pokemon/electrode.json +155 -0
- package/data/pokemon/elekid.json +151 -0
- package/data/pokemon/elgyem.json +114 -0
- package/data/pokemon/emboar-mega.json +105 -0
- package/data/pokemon/emboar.json +117 -0
- package/data/pokemon/emolga.json +119 -0
- package/data/pokemon/empoleon.json +135 -0
- package/data/pokemon/enamorus-therian.json +96 -0
- package/data/pokemon/enamorus.json +86 -0
- package/data/pokemon/entei.json +154 -0
- package/data/pokemon/escavalier.json +115 -0
- package/data/pokemon/espathra.json +85 -0
- package/data/pokemon/espeon.json +155 -0
- package/data/pokemon/espurr.json +101 -0
- package/data/pokemon/eternatus-eternamax.json +107 -0
- package/data/pokemon/eternatus.json +85 -0
- package/data/pokemon/excadrill-mega.json +105 -0
- package/data/pokemon/excadrill.json +124 -0
- package/data/pokemon/exeggcute.json +168 -0
- package/data/pokemon/exeggutor-alola.json +134 -0
- package/data/pokemon/exeggutor.json +160 -0
- package/data/pokemon/exploud.json +137 -0
- package/data/pokemon/falinks-mega.json +105 -0
- package/data/pokemon/falinks.json +84 -0
- package/data/pokemon/farfetchd-galar.json +106 -0
- package/data/pokemon/farfetchd.json +155 -0
- package/data/pokemon/farigiraf.json +86 -0
- package/data/pokemon/fearow.json +154 -0
- package/data/pokemon/feebas.json +146 -0
- package/data/pokemon/fennekin.json +98 -0
- package/data/pokemon/feraligatr-mega.json +105 -0
- package/data/pokemon/feraligatr.json +154 -0
- package/data/pokemon/ferroseed.json +111 -0
- package/data/pokemon/ferrothorn.json +114 -0
- package/data/pokemon/fezandipiti.json +81 -0
- package/data/pokemon/fidough.json +82 -0
- package/data/pokemon/finizen.json +81 -0
- package/data/pokemon/finneon-f.json +145 -0
- package/data/pokemon/finneon.json +143 -0
- package/data/pokemon/flaaffy.json +145 -0
- package/data/pokemon/flabebe-blue.json +116 -0
- package/data/pokemon/flabebe-orange.json +116 -0
- package/data/pokemon/flabebe-white.json +116 -0
- package/data/pokemon/flabebe-yellow.json +116 -0
- package/data/pokemon/flabebe.json +110 -0
- package/data/pokemon/flamigo.json +84 -0
- package/data/pokemon/flapple-gmax.json +92 -0
- package/data/pokemon/flapple.json +88 -0
- package/data/pokemon/flareon.json +166 -0
- package/data/pokemon/fletchinder.json +116 -0
- package/data/pokemon/fletchling.json +114 -0
- package/data/pokemon/flittle.json +83 -0
- package/data/pokemon/floatzel-f.json +142 -0
- package/data/pokemon/floatzel.json +140 -0
- package/data/pokemon/floette-blue.json +118 -0
- package/data/pokemon/floette-eternal-mega.json +105 -0
- package/data/pokemon/floette-eternal.json +105 -0
- package/data/pokemon/floette-orange.json +118 -0
- package/data/pokemon/floette-white.json +118 -0
- package/data/pokemon/floette-yellow.json +118 -0
- package/data/pokemon/floette.json +112 -0
- package/data/pokemon/floragato.json +84 -0
- package/data/pokemon/florges-blue.json +119 -0
- package/data/pokemon/florges-orange.json +119 -0
- package/data/pokemon/florges-white.json +119 -0
- package/data/pokemon/florges-yellow.json +119 -0
- package/data/pokemon/florges.json +113 -0
- package/data/pokemon/fluttermane.json +84 -0
- package/data/pokemon/flygon.json +148 -0
- package/data/pokemon/fomantis.json +105 -0
- package/data/pokemon/foongus.json +118 -0
- package/data/pokemon/forretress.json +148 -0
- package/data/pokemon/fraxure.json +120 -0
- package/data/pokemon/frigibax.json +83 -0
- package/data/pokemon/frillish-f.json +128 -0
- package/data/pokemon/frillish.json +126 -0
- package/data/pokemon/froakie.json +98 -0
- package/data/pokemon/frogadier.json +100 -0
- package/data/pokemon/froslass-mega.json +105 -0
- package/data/pokemon/froslass.json +139 -0
- package/data/pokemon/frosmoth.json +87 -0
- package/data/pokemon/fuecoco.json +82 -0
- package/data/pokemon/furfrou-dandy.json +114 -0
- package/data/pokemon/furfrou-debutante.json +114 -0
- package/data/pokemon/furfrou-diamond.json +114 -0
- package/data/pokemon/furfrou-heart.json +114 -0
- package/data/pokemon/furfrou-kabuki.json +114 -0
- package/data/pokemon/furfrou-la-reine.json +114 -0
- package/data/pokemon/furfrou-matron.json +114 -0
- package/data/pokemon/furfrou-pharaoh.json +114 -0
- package/data/pokemon/furfrou-star.json +114 -0
- package/data/pokemon/furfrou.json +108 -0
- package/data/pokemon/furret.json +144 -0
- package/data/pokemon/gabite-f.json +152 -0
- package/data/pokemon/gabite.json +150 -0
- package/data/pokemon/gallade-mega.json +105 -0
- package/data/pokemon/gallade.json +140 -0
- package/data/pokemon/galvantula.json +121 -0
- package/data/pokemon/garbodor-gmax.json +91 -0
- package/data/pokemon/garbodor.json +123 -0
- package/data/pokemon/garchomp-f.json +153 -0
- package/data/pokemon/garchomp-mega-z.json +108 -0
- package/data/pokemon/garchomp-mega.json +105 -0
- package/data/pokemon/garchomp.json +151 -0
- package/data/pokemon/gardevoir-mega.json +105 -0
- package/data/pokemon/gardevoir.json +151 -0
- package/data/pokemon/garganacl.json +85 -0
- package/data/pokemon/gastly.json +171 -0
- package/data/pokemon/gastrodon-east.json +160 -0
- package/data/pokemon/gastrodon.json +140 -0
- package/data/pokemon/genesect-burn.json +121 -0
- package/data/pokemon/genesect-chill.json +121 -0
- package/data/pokemon/genesect-douse.json +121 -0
- package/data/pokemon/genesect-shock.json +121 -0
- package/data/pokemon/genesect.json +104 -0
- package/data/pokemon/gengar-gmax.json +90 -0
- package/data/pokemon/gengar-mega.json +105 -0
- package/data/pokemon/gengar.json +173 -0
- package/data/pokemon/geodude-alola.json +129 -0
- package/data/pokemon/geodude.json +161 -0
- package/data/pokemon/gholdengo.json +85 -0
- package/data/pokemon/gible-f.json +150 -0
- package/data/pokemon/gible.json +148 -0
- package/data/pokemon/gigalith.json +119 -0
- package/data/pokemon/gimmighoul-roaming.json +93 -0
- package/data/pokemon/gimmighoul.json +83 -0
- package/data/pokemon/girafarig-f.json +159 -0
- package/data/pokemon/girafarig.json +153 -0
- package/data/pokemon/giratina-origin.json +144 -0
- package/data/pokemon/giratina.json +129 -0
- package/data/pokemon/glaceon.json +138 -0
- package/data/pokemon/glalie-mega.json +104 -0
- package/data/pokemon/glalie.json +150 -0
- package/data/pokemon/glameow.json +118 -0
- package/data/pokemon/glastrier.json +84 -0
- package/data/pokemon/gligar-f.json +166 -0
- package/data/pokemon/gligar.json +164 -0
- package/data/pokemon/glimmet.json +83 -0
- package/data/pokemon/glimmora-mega.json +107 -0
- package/data/pokemon/glimmora.json +85 -0
- package/data/pokemon/gliscor.json +131 -0
- package/data/pokemon/gloom-f.json +166 -0
- package/data/pokemon/gloom.json +169 -0
- package/data/pokemon/gogoat.json +100 -0
- package/data/pokemon/golbat-f.json +174 -0
- package/data/pokemon/golbat.json +178 -0
- package/data/pokemon/goldeen-f.json +167 -0
- package/data/pokemon/goldeen.json +171 -0
- package/data/pokemon/golduck.json +168 -0
- package/data/pokemon/golem-alola.json +130 -0
- package/data/pokemon/golem.json +162 -0
- package/data/pokemon/golett.json +121 -0
- package/data/pokemon/golisopod-mega.json +109 -0
- package/data/pokemon/golisopod.json +86 -0
- package/data/pokemon/golurk-mega.json +109 -0
- package/data/pokemon/golurk.json +124 -0
- package/data/pokemon/goodra-hisui.json +101 -0
- package/data/pokemon/goodra.json +118 -0
- package/data/pokemon/goomy.json +116 -0
- package/data/pokemon/gorebyss.json +136 -0
- package/data/pokemon/gossifleur.json +85 -0
- package/data/pokemon/gothita.json +116 -0
- package/data/pokemon/gothitelle.json +118 -0
- package/data/pokemon/gothorita.json +118 -0
- package/data/pokemon/gougingfire.json +83 -0
- package/data/pokemon/gourgeist-large.json +124 -0
- package/data/pokemon/gourgeist-small.json +124 -0
- package/data/pokemon/gourgeist-super.json +124 -0
- package/data/pokemon/gourgeist.json +104 -0
- package/data/pokemon/grafaiai.json +86 -0
- package/data/pokemon/granbull.json +156 -0
- package/data/pokemon/grapploct.json +86 -0
- package/data/pokemon/graveler-alola.json +131 -0
- package/data/pokemon/graveler.json +163 -0
- package/data/pokemon/greattusk.json +84 -0
- package/data/pokemon/greavard.json +82 -0
- package/data/pokemon/greedent.json +86 -0
- package/data/pokemon/greninja-ash.json +106 -0
- package/data/pokemon/greninja-mega.json +105 -0
- package/data/pokemon/greninja.json +103 -0
- package/data/pokemon/grimer-alola.json +129 -0
- package/data/pokemon/grimer.json +159 -0
- package/data/pokemon/grimmsnarl-gmax.json +92 -0
- package/data/pokemon/grimmsnarl.json +88 -0
- package/data/pokemon/grookey.json +84 -0
- package/data/pokemon/grotle.json +133 -0
- package/data/pokemon/groudon-primal.json +107 -0
- package/data/pokemon/groudon.json +149 -0
- package/data/pokemon/grovyle.json +151 -0
- package/data/pokemon/growlithe-hisui.json +98 -0
- package/data/pokemon/growlithe.json +168 -0
- package/data/pokemon/grubbin.json +104 -0
- package/data/pokemon/grumpig.json +139 -0
- package/data/pokemon/gulpin-f.json +150 -0
- package/data/pokemon/gulpin.json +148 -0
- package/data/pokemon/gumshoos.json +88 -0
- package/data/pokemon/gurdurr.json +120 -0
- package/data/pokemon/guzzlord.json +85 -0
- package/data/pokemon/gyarados-f.json +178 -0
- package/data/pokemon/gyarados-mega.json +105 -0
- package/data/pokemon/gyarados.json +182 -0
- package/data/pokemon/hakamoo.json +109 -0
- package/data/pokemon/happiny.json +138 -0
- package/data/pokemon/hariyama.json +144 -0
- package/data/pokemon/hatenna.json +85 -0
- package/data/pokemon/hatterene-gmax.json +92 -0
- package/data/pokemon/hatterene.json +88 -0
- package/data/pokemon/hattrem.json +87 -0
- package/data/pokemon/haunter.json +173 -0
- package/data/pokemon/hawlucha-mega.json +105 -0
- package/data/pokemon/hawlucha.json +114 -0
- package/data/pokemon/haxorus.json +120 -0
- package/data/pokemon/heatmor.json +112 -0
- package/data/pokemon/heatran-mega.json +109 -0
- package/data/pokemon/heatran.json +129 -0
- package/data/pokemon/heliolisk.json +103 -0
- package/data/pokemon/helioptile.json +100 -0
- package/data/pokemon/heracross-f.json +170 -0
- package/data/pokemon/heracross-mega.json +105 -0
- package/data/pokemon/heracross.json +168 -0
- package/data/pokemon/herdier.json +120 -0
- package/data/pokemon/hippopotas-f.json +150 -0
- package/data/pokemon/hippopotas.json +144 -0
- package/data/pokemon/hippowdon-f.json +153 -0
- package/data/pokemon/hippowdon.json +147 -0
- package/data/pokemon/hitmonchan.json +159 -0
- package/data/pokemon/hitmonlee.json +159 -0
- package/data/pokemon/hitmontop.json +149 -0
- package/data/pokemon/honchkrow.json +134 -0
- package/data/pokemon/honedge.json +98 -0
- package/data/pokemon/hooh.json +153 -0
- package/data/pokemon/hoopa-unbound.json +119 -0
- package/data/pokemon/hoopa.json +100 -0
- package/data/pokemon/hoothoot.json +157 -0
- package/data/pokemon/hoppip.json +143 -0
- package/data/pokemon/horsea.json +160 -0
- package/data/pokemon/houndoom-f.json +171 -0
- package/data/pokemon/houndoom-mega.json +105 -0
- package/data/pokemon/houndoom.json +169 -0
- package/data/pokemon/houndour.json +155 -0
- package/data/pokemon/houndstone.json +85 -0
- package/data/pokemon/huntail.json +136 -0
- package/data/pokemon/hydrapple.json +84 -0
- package/data/pokemon/hydreigon.json +119 -0
- package/data/pokemon/hypno-f.json +165 -0
- package/data/pokemon/hypno.json +169 -0
- package/data/pokemon/igglybuff.json +157 -0
- package/data/pokemon/illumise.json +136 -0
- package/data/pokemon/impidimp.json +86 -0
- package/data/pokemon/incineroar.json +109 -0
- package/data/pokemon/indeedee-f.json +109 -0
- package/data/pokemon/indeedee.json +98 -0
- package/data/pokemon/infernape.json +135 -0
- package/data/pokemon/inkay.json +113 -0
- package/data/pokemon/inteleon-gmax.json +90 -0
- package/data/pokemon/inteleon.json +86 -0
- package/data/pokemon/ironboulder.json +83 -0
- package/data/pokemon/ironbundle.json +84 -0
- package/data/pokemon/ironcrown.json +83 -0
- package/data/pokemon/ironhands.json +84 -0
- package/data/pokemon/ironjugulis.json +84 -0
- package/data/pokemon/ironleaves.json +85 -0
- package/data/pokemon/ironmoth.json +84 -0
- package/data/pokemon/ironthorns.json +84 -0
- package/data/pokemon/irontreads.json +84 -0
- package/data/pokemon/ironvaliant.json +84 -0
- package/data/pokemon/ivysaur.json +172 -0
- package/data/pokemon/jangmoo.json +106 -0
- package/data/pokemon/jellicent-f.json +130 -0
- package/data/pokemon/jellicent.json +128 -0
- package/data/pokemon/jigglypuff.json +168 -0
- package/data/pokemon/jirachi.json +137 -0
- package/data/pokemon/jolteon.json +166 -0
- package/data/pokemon/joltik.json +119 -0
- package/data/pokemon/jumpluff.json +146 -0
- package/data/pokemon/jynx.json +165 -0
- package/data/pokemon/kabuto.json +163 -0
- package/data/pokemon/kabutops.json +165 -0
- package/data/pokemon/kadabra-f.json +173 -0
- package/data/pokemon/kadabra.json +177 -0
- package/data/pokemon/kakuna.json +163 -0
- package/data/pokemon/kangaskhan-mega.json +104 -0
- package/data/pokemon/kangaskhan.json +157 -0
- package/data/pokemon/karrablast.json +112 -0
- package/data/pokemon/kartana.json +85 -0
- package/data/pokemon/kecleon.json +134 -0
- package/data/pokemon/keldeo-resolute.json +125 -0
- package/data/pokemon/keldeo.json +107 -0
- package/data/pokemon/kilowattrel.json +86 -0
- package/data/pokemon/kingambit.json +86 -0
- package/data/pokemon/kingdra.json +153 -0
- package/data/pokemon/kingler-gmax.json +91 -0
- package/data/pokemon/kingler.json +155 -0
- package/data/pokemon/kirlia.json +150 -0
- package/data/pokemon/klang.json +116 -0
- package/data/pokemon/klawf.json +83 -0
- package/data/pokemon/kleavor.json +87 -0
- package/data/pokemon/klefki.json +117 -0
- package/data/pokemon/klink.json +114 -0
- package/data/pokemon/klinklang.json +116 -0
- package/data/pokemon/koffing.json +155 -0
- package/data/pokemon/komala.json +83 -0
- package/data/pokemon/kommoo.json +110 -0
- package/data/pokemon/koraidon.json +83 -0
- package/data/pokemon/krabby.json +153 -0
- package/data/pokemon/kricketot-f.json +138 -0
- package/data/pokemon/kricketot.json +136 -0
- package/data/pokemon/kricketune-f.json +140 -0
- package/data/pokemon/kricketune.json +138 -0
- package/data/pokemon/krokorok.json +127 -0
- package/data/pokemon/krookodile.json +128 -0
- package/data/pokemon/kubfu.json +84 -0
- package/data/pokemon/kyogre-primal.json +106 -0
- package/data/pokemon/kyogre.json +149 -0
- package/data/pokemon/kyurem-black.json +123 -0
- package/data/pokemon/kyurem-white.json +123 -0
- package/data/pokemon/kyurem.json +117 -0
- package/data/pokemon/lairon.json +142 -0
- package/data/pokemon/lampent.json +121 -0
- package/data/pokemon/landorus-therian.json +125 -0
- package/data/pokemon/landorus.json +108 -0
- package/data/pokemon/lanturn.json +155 -0
- package/data/pokemon/lapras-gmax.json +92 -0
- package/data/pokemon/lapras.json +161 -0
- package/data/pokemon/larvesta.json +120 -0
- package/data/pokemon/larvitar.json +158 -0
- package/data/pokemon/latias-mega.json +105 -0
- package/data/pokemon/latias.json +150 -0
- package/data/pokemon/latios-mega.json +105 -0
- package/data/pokemon/latios.json +150 -0
- package/data/pokemon/leafeon.json +138 -0
- package/data/pokemon/leavanny.json +116 -0
- package/data/pokemon/lechonk.json +83 -0
- package/data/pokemon/ledian-f.json +166 -0
- package/data/pokemon/ledian.json +164 -0
- package/data/pokemon/ledyba-f.json +164 -0
- package/data/pokemon/ledyba.json +162 -0
- package/data/pokemon/lickilicky.json +132 -0
- package/data/pokemon/lickitung.json +156 -0
- package/data/pokemon/liepard.json +106 -0
- package/data/pokemon/lileep.json +139 -0
- package/data/pokemon/lilligant-hisui.json +100 -0
- package/data/pokemon/lilligant.json +123 -0
- package/data/pokemon/lillipup.json +118 -0
- package/data/pokemon/linoone-galar.json +110 -0
- package/data/pokemon/linoone.json +146 -0
- package/data/pokemon/litleo.json +100 -0
- package/data/pokemon/litten.json +105 -0
- package/data/pokemon/litwick.json +119 -0
- package/data/pokemon/lokix.json +85 -0
- package/data/pokemon/lombre.json +143 -0
- package/data/pokemon/lopunny-mega.json +105 -0
- package/data/pokemon/lopunny.json +131 -0
- package/data/pokemon/lotad.json +141 -0
- package/data/pokemon/loudred.json +137 -0
- package/data/pokemon/lucario-mega-z.json +111 -0
- package/data/pokemon/lucario-mega.json +105 -0
- package/data/pokemon/lucario.json +142 -0
- package/data/pokemon/ludicolo-f.json +156 -0
- package/data/pokemon/ludicolo.json +154 -0
- package/data/pokemon/lugia.json +153 -0
- package/data/pokemon/lumineon-f.json +147 -0
- package/data/pokemon/lumineon.json +145 -0
- package/data/pokemon/lunala.json +108 -0
- package/data/pokemon/lunatone.json +135 -0
- package/data/pokemon/lurantis.json +108 -0
- package/data/pokemon/luvdisc.json +141 -0
- package/data/pokemon/luxio-f.json +147 -0
- package/data/pokemon/luxio.json +145 -0
- package/data/pokemon/luxray-f.json +148 -0
- package/data/pokemon/luxray.json +146 -0
- package/data/pokemon/lycanroc-dusk.json +118 -0
- package/data/pokemon/lycanroc-midnight.json +132 -0
- package/data/pokemon/lycanroc.json +111 -0
- package/data/pokemon/mabosstiff.json +85 -0
- package/data/pokemon/machamp-gmax.json +91 -0
- package/data/pokemon/machamp.json +164 -0
- package/data/pokemon/machoke.json +164 -0
- package/data/pokemon/machop.json +162 -0
- package/data/pokemon/magby.json +150 -0
- package/data/pokemon/magcargo.json +147 -0
- package/data/pokemon/magearna-mega.json +110 -0
- package/data/pokemon/magearna-original-mega.json +109 -0
- package/data/pokemon/magearna-original.json +117 -0
- package/data/pokemon/magearna.json +96 -0
- package/data/pokemon/magikarp-f.json +174 -0
- package/data/pokemon/magikarp.json +178 -0
- package/data/pokemon/magmar.json +161 -0
- package/data/pokemon/magmortar.json +138 -0
- package/data/pokemon/magnemite.json +167 -0
- package/data/pokemon/magneton.json +170 -0
- package/data/pokemon/magnezone.json +139 -0
- package/data/pokemon/makuhita.json +142 -0
- package/data/pokemon/malamar-mega.json +107 -0
- package/data/pokemon/malamar.json +116 -0
- package/data/pokemon/mamoswine-f.json +149 -0
- package/data/pokemon/mamoswine.json +147 -0
- package/data/pokemon/manaphy.json +119 -0
- package/data/pokemon/mandibuzz.json +123 -0
- package/data/pokemon/manectric-mega.json +104 -0
- package/data/pokemon/manectric.json +143 -0
- package/data/pokemon/mankey.json +155 -0
- package/data/pokemon/mantine.json +148 -0
- package/data/pokemon/mantyke.json +132 -0
- package/data/pokemon/maractus.json +114 -0
- package/data/pokemon/mareanie.json +108 -0
- package/data/pokemon/mareep.json +153 -0
- package/data/pokemon/marill.json +151 -0
- package/data/pokemon/marowak-alola.json +134 -0
- package/data/pokemon/marowak.json +158 -0
- package/data/pokemon/marshadow.json +85 -0
- package/data/pokemon/marshtomp.json +152 -0
- package/data/pokemon/maschiff.json +83 -0
- package/data/pokemon/masquerain.json +144 -0
- package/data/pokemon/maushold-three.json +97 -0
- package/data/pokemon/maushold.json +86 -0
- package/data/pokemon/mawile-mega.json +104 -0
- package/data/pokemon/mawile.json +142 -0
- package/data/pokemon/medicham-f.json +154 -0
- package/data/pokemon/medicham-mega.json +105 -0
- package/data/pokemon/medicham.json +152 -0
- package/data/pokemon/meditite-f.json +151 -0
- package/data/pokemon/meditite.json +149 -0
- package/data/pokemon/meganium-f.json +167 -0
- package/data/pokemon/meganium-mega.json +105 -0
- package/data/pokemon/meganium.json +165 -0
- package/data/pokemon/melmetal-gmax.json +89 -0
- package/data/pokemon/melmetal.json +84 -0
- package/data/pokemon/meloetta-pirouette.json +107 -0
- package/data/pokemon/meloetta.json +105 -0
- package/data/pokemon/meltan.json +84 -0
- package/data/pokemon/meowscarada.json +85 -0
- package/data/pokemon/meowstic-f.json +127 -0
- package/data/pokemon/meowstic-mega.json +108 -0
- package/data/pokemon/meowstic.json +117 -0
- package/data/pokemon/meowth-alola.json +130 -0
- package/data/pokemon/meowth-galar.json +107 -0
- package/data/pokemon/meowth-gmax.json +91 -0
- package/data/pokemon/meowth.json +170 -0
- package/data/pokemon/mesprit.json +125 -0
- package/data/pokemon/metagross-mega.json +105 -0
- package/data/pokemon/metagross.json +151 -0
- package/data/pokemon/metang.json +150 -0
- package/data/pokemon/metapod.json +164 -0
- package/data/pokemon/mew.json +158 -0
- package/data/pokemon/mewtwo-mega-x.json +106 -0
- package/data/pokemon/mewtwo-mega-y.json +105 -0
- package/data/pokemon/mewtwo.json +167 -0
- package/data/pokemon/mienfoo.json +118 -0
- package/data/pokemon/mienshao.json +120 -0
- package/data/pokemon/mightyena.json +146 -0
- package/data/pokemon/milcery.json +84 -0
- package/data/pokemon/milotic-f.json +162 -0
- package/data/pokemon/milotic.json +160 -0
- package/data/pokemon/miltank.json +154 -0
- package/data/pokemon/mimejr.json +130 -0
- package/data/pokemon/mimikyu-busted.json +117 -0
- package/data/pokemon/mimikyu.json +109 -0
- package/data/pokemon/minccino.json +120 -0
- package/data/pokemon/minior-blue.json +107 -0
- package/data/pokemon/minior-green.json +107 -0
- package/data/pokemon/minior-indigo.json +107 -0
- package/data/pokemon/minior-orange.json +107 -0
- package/data/pokemon/minior-red.json +113 -0
- package/data/pokemon/minior-violet.json +107 -0
- package/data/pokemon/minior-yellow.json +107 -0
- package/data/pokemon/minior.json +115 -0
- package/data/pokemon/minun.json +135 -0
- package/data/pokemon/miraidon.json +83 -0
- package/data/pokemon/misdreavus.json +154 -0
- package/data/pokemon/mismagius.json +126 -0
- package/data/pokemon/moltres-galar.json +107 -0
- package/data/pokemon/moltres.json +165 -0
- package/data/pokemon/monferno.json +134 -0
- package/data/pokemon/morelull.json +86 -0
- package/data/pokemon/morgrem.json +88 -0
- package/data/pokemon/morpeko-hangry.json +106 -0
- package/data/pokemon/morpeko.json +85 -0
- package/data/pokemon/mothim.json +122 -0
- package/data/pokemon/mrmime-galar.json +110 -0
- package/data/pokemon/mrmime.json +169 -0
- package/data/pokemon/mrrime.json +88 -0
- package/data/pokemon/mudbray.json +106 -0
- package/data/pokemon/mudkip.json +149 -0
- package/data/pokemon/mudsdale.json +109 -0
- package/data/pokemon/muk-alola.json +131 -0
- package/data/pokemon/muk.json +161 -0
- package/data/pokemon/munchlax.json +136 -0
- package/data/pokemon/munkidori.json +81 -0
- package/data/pokemon/munna.json +116 -0
- package/data/pokemon/murkrow-f.json +160 -0
- package/data/pokemon/murkrow.json +158 -0
- package/data/pokemon/musharna.json +118 -0
- package/data/pokemon/nacli.json +83 -0
- package/data/pokemon/naclstack.json +85 -0
- package/data/pokemon/naganadel.json +87 -0
- package/data/pokemon/natu.json +148 -0
- package/data/pokemon/necrozma-dawn-wings.json +107 -0
- package/data/pokemon/necrozma-dusk-mane.json +107 -0
- package/data/pokemon/necrozma-ultra.json +107 -0
- package/data/pokemon/necrozma.json +105 -0
- package/data/pokemon/nickit.json +85 -0
- package/data/pokemon/nidoking.json +154 -0
- package/data/pokemon/nidoqueen.json +154 -0
- package/data/pokemon/nidoranf.json +151 -0
- package/data/pokemon/nidoranm.json +151 -0
- package/data/pokemon/nidorina.json +153 -0
- package/data/pokemon/nidorino.json +153 -0
- package/data/pokemon/nihilego.json +85 -0
- package/data/pokemon/nincada.json +144 -0
- package/data/pokemon/ninetales-alola.json +137 -0
- package/data/pokemon/ninetales.json +164 -0
- package/data/pokemon/ninjask.json +146 -0
- package/data/pokemon/noctowl.json +149 -0
- package/data/pokemon/noibat.json +113 -0
- package/data/pokemon/noivern.json +116 -0
- package/data/pokemon/nosepass.json +143 -0
- package/data/pokemon/numel-f.json +152 -0
- package/data/pokemon/numel.json +150 -0
- package/data/pokemon/nuzleaf-f.json +157 -0
- package/data/pokemon/nuzleaf.json +155 -0
- package/data/pokemon/nymble.json +82 -0
- package/data/pokemon/obstagoon.json +89 -0
- package/data/pokemon/octillery-f.json +165 -0
- package/data/pokemon/octillery.json +159 -0
- package/data/pokemon/oddish.json +156 -0
- package/data/pokemon/ogerpon-cornerstone.json +98 -0
- package/data/pokemon/ogerpon-hearthflame.json +98 -0
- package/data/pokemon/ogerpon-wellspring.json +98 -0
- package/data/pokemon/ogerpon.json +85 -0
- package/data/pokemon/oinkologne-f.json +103 -0
- package/data/pokemon/oinkologne.json +96 -0
- package/data/pokemon/okidogi.json +81 -0
- package/data/pokemon/omanyte.json +163 -0
- package/data/pokemon/omastar.json +165 -0
- package/data/pokemon/onix.json +160 -0
- package/data/pokemon/oranguru.json +98 -0
- package/data/pokemon/orbeetle-gmax.json +92 -0
- package/data/pokemon/orbeetle.json +88 -0
- package/data/pokemon/oricorio-pau.json +106 -0
- package/data/pokemon/oricorio-pom-pom.json +106 -0
- package/data/pokemon/oricorio-sensu.json +106 -0
- package/data/pokemon/oricorio.json +85 -0
- package/data/pokemon/orthworm.json +82 -0
- package/data/pokemon/oshawott.json +114 -0
- package/data/pokemon/overqwil.json +87 -0
- package/data/pokemon/pachirisu-f.json +143 -0
- package/data/pokemon/pachirisu.json +137 -0
- package/data/pokemon/palafin-hero.json +93 -0
- package/data/pokemon/palafin.json +84 -0
- package/data/pokemon/palkia-origin.json +99 -0
- package/data/pokemon/palkia.json +137 -0
- package/data/pokemon/palossand.json +110 -0
- package/data/pokemon/palpitoad.json +117 -0
- package/data/pokemon/pancham.json +110 -0
- package/data/pokemon/pangoro.json +114 -0
- package/data/pokemon/panpour.json +100 -0
- package/data/pokemon/pansage.json +100 -0
- package/data/pokemon/pansear.json +100 -0
- package/data/pokemon/paras.json +154 -0
- package/data/pokemon/parasect.json +156 -0
- package/data/pokemon/passimian.json +96 -0
- package/data/pokemon/patrat.json +101 -0
- package/data/pokemon/pawmi.json +83 -0
- package/data/pokemon/pawmo.json +86 -0
- package/data/pokemon/pawmot.json +86 -0
- package/data/pokemon/pawniard.json +119 -0
- package/data/pokemon/pecharunt.json +81 -0
- package/data/pokemon/pelipper.json +150 -0
- package/data/pokemon/perrserker.json +87 -0
- package/data/pokemon/persian-alola.json +131 -0
- package/data/pokemon/persian.json +172 -0
- package/data/pokemon/petilil.json +123 -0
- package/data/pokemon/phanpy.json +142 -0
- package/data/pokemon/phantump.json +117 -0
- package/data/pokemon/pheromosa.json +85 -0
- package/data/pokemon/phione.json +120 -0
- package/data/pokemon/pichu.json +155 -0
- package/data/pokemon/pidgeot-mega.json +105 -0
- package/data/pokemon/pidgeot.json +155 -0
- package/data/pokemon/pidgeotto.json +154 -0
- package/data/pokemon/pidgey.json +152 -0
- package/data/pokemon/pidove.json +115 -0
- package/data/pokemon/pignite.json +116 -0
- package/data/pokemon/pikachu-alola.json +116 -0
- package/data/pokemon/pikachu-f.json +172 -0
- package/data/pokemon/pikachu-gmax.json +90 -0
- package/data/pokemon/pikachu-hoenn.json +116 -0
- package/data/pokemon/pikachu-kalos.json +116 -0
- package/data/pokemon/pikachu-original.json +117 -0
- package/data/pokemon/pikachu-partner.json +106 -0
- package/data/pokemon/pikachu-sinnoh.json +116 -0
- package/data/pokemon/pikachu-unova.json +116 -0
- package/data/pokemon/pikachu-world.json +106 -0
- package/data/pokemon/pikachu.json +188 -0
- package/data/pokemon/pikipek.json +86 -0
- package/data/pokemon/piloswine-f.json +165 -0
- package/data/pokemon/piloswine.json +163 -0
- package/data/pokemon/pincurchin.json +84 -0
- package/data/pokemon/pineco.json +143 -0
- package/data/pokemon/pinsir-mega.json +105 -0
- package/data/pokemon/pinsir.json +159 -0
- package/data/pokemon/piplup.json +122 -0
- package/data/pokemon/plusle.json +136 -0
- package/data/pokemon/poipole.json +84 -0
- package/data/pokemon/politoed-f.json +165 -0
- package/data/pokemon/politoed.json +163 -0
- package/data/pokemon/poliwag.json +159 -0
- package/data/pokemon/poliwhirl.json +161 -0
- package/data/pokemon/poliwrath.json +163 -0
- package/data/pokemon/poltchageist-artisan.json +102 -0
- package/data/pokemon/poltchageist.json +81 -0
- package/data/pokemon/polteageist-antique.json +98 -0
- package/data/pokemon/polteageist.json +87 -0
- package/data/pokemon/ponyta-galar.json +107 -0
- package/data/pokemon/ponyta.json +153 -0
- package/data/pokemon/poochyena.json +144 -0
- package/data/pokemon/popplio.json +105 -0
- package/data/pokemon/porygon.json +161 -0
- package/data/pokemon/porygon2.json +153 -0
- package/data/pokemon/porygonz.json +138 -0
- package/data/pokemon/primarina.json +109 -0
- package/data/pokemon/primeape.json +158 -0
- package/data/pokemon/prinplup.json +133 -0
- package/data/pokemon/probopass.json +133 -0
- package/data/pokemon/psyduck.json +165 -0
- package/data/pokemon/pumpkaboo-large.json +122 -0
- package/data/pokemon/pumpkaboo-small.json +122 -0
- package/data/pokemon/pumpkaboo-super.json +122 -0
- package/data/pokemon/pumpkaboo.json +102 -0
- package/data/pokemon/pupitar.json +159 -0
- package/data/pokemon/purrloin.json +103 -0
- package/data/pokemon/purugly.json +120 -0
- package/data/pokemon/pyroar-f.json +115 -0
- package/data/pokemon/pyroar-mega.json +107 -0
- package/data/pokemon/pyroar.json +113 -0
- package/data/pokemon/pyukumuku.json +84 -0
- package/data/pokemon/quagsire-f.json +160 -0
- package/data/pokemon/quagsire.json +158 -0
- package/data/pokemon/quaquaval.json +85 -0
- package/data/pokemon/quaxly.json +82 -0
- package/data/pokemon/quaxwell.json +84 -0
- package/data/pokemon/quilava.json +153 -0
- package/data/pokemon/quilladin.json +100 -0
- package/data/pokemon/qwilfish-hisui.json +98 -0
- package/data/pokemon/qwilfish.json +148 -0
- package/data/pokemon/raboot.json +86 -0
- package/data/pokemon/rabsca.json +85 -0
- package/data/pokemon/ragingbolt.json +83 -0
- package/data/pokemon/raichu-alola.json +134 -0
- package/data/pokemon/raichu-f.json +171 -0
- package/data/pokemon/raichu-mega-x.json +105 -0
- package/data/pokemon/raichu-mega-y.json +105 -0
- package/data/pokemon/raichu.json +174 -0
- package/data/pokemon/raikou.json +154 -0
- package/data/pokemon/ralts.json +148 -0
- package/data/pokemon/rampardos.json +131 -0
- package/data/pokemon/rapidash-galar.json +110 -0
- package/data/pokemon/rapidash.json +156 -0
- package/data/pokemon/raticate-alola.json +111 -0
- package/data/pokemon/raticate-f.json +157 -0
- package/data/pokemon/raticate.json +161 -0
- package/data/pokemon/rattata-alola.json +108 -0
- package/data/pokemon/rattata-f.json +154 -0
- package/data/pokemon/rattata.json +158 -0
- package/data/pokemon/rayquaza-mega.json +105 -0
- package/data/pokemon/rayquaza.json +150 -0
- package/data/pokemon/regice.json +147 -0
- package/data/pokemon/regidrago.json +83 -0
- package/data/pokemon/regieleki.json +83 -0
- package/data/pokemon/regigigas.json +125 -0
- package/data/pokemon/regirock.json +147 -0
- package/data/pokemon/registeel.json +147 -0
- package/data/pokemon/relicanth-f.json +160 -0
- package/data/pokemon/relicanth.json +154 -0
- package/data/pokemon/rellor.json +82 -0
- package/data/pokemon/remoraid.json +146 -0
- package/data/pokemon/reshiram.json +104 -0
- package/data/pokemon/reuniclus.json +107 -0
- package/data/pokemon/revavroom.json +85 -0
- package/data/pokemon/rhydon-f.json +173 -0
- package/data/pokemon/rhydon.json +177 -0
- package/data/pokemon/rhyhorn-f.json +170 -0
- package/data/pokemon/rhyhorn.json +174 -0
- package/data/pokemon/rhyperior-f.json +155 -0
- package/data/pokemon/rhyperior.json +149 -0
- package/data/pokemon/ribombee.json +109 -0
- package/data/pokemon/rillaboom-gmax.json +90 -0
- package/data/pokemon/rillaboom.json +86 -0
- package/data/pokemon/riolu.json +138 -0
- package/data/pokemon/roaringmoon.json +84 -0
- package/data/pokemon/rockruff.json +107 -0
- package/data/pokemon/roggenrola.json +118 -0
- package/data/pokemon/rolycoly.json +85 -0
- package/data/pokemon/rookidee.json +85 -0
- package/data/pokemon/roselia-f.json +158 -0
- package/data/pokemon/roselia.json +156 -0
- package/data/pokemon/roserade-f.json +149 -0
- package/data/pokemon/roserade.json +147 -0
- package/data/pokemon/rotom-fan.json +150 -0
- package/data/pokemon/rotom-frost.json +150 -0
- package/data/pokemon/rotom-heat.json +150 -0
- package/data/pokemon/rotom-mow.json +150 -0
- package/data/pokemon/rotom-wash.json +150 -0
- package/data/pokemon/rotom.json +134 -0
- package/data/pokemon/rowlet.json +109 -0
- package/data/pokemon/rufflet.json +123 -0
- package/data/pokemon/runerigus.json +86 -0
- package/data/pokemon/sableye-mega.json +105 -0
- package/data/pokemon/sableye.json +148 -0
- package/data/pokemon/salamence-mega.json +105 -0
- package/data/pokemon/salamence.json +149 -0
- package/data/pokemon/salandit.json +106 -0
- package/data/pokemon/salazzle.json +109 -0
- package/data/pokemon/samurott-hisui.json +99 -0
- package/data/pokemon/samurott.json +114 -0
- package/data/pokemon/sandaconda-gmax.json +91 -0
- package/data/pokemon/sandaconda.json +87 -0
- package/data/pokemon/sandile.json +125 -0
- package/data/pokemon/sandshrew-alola.json +120 -0
- package/data/pokemon/sandshrew.json +156 -0
- package/data/pokemon/sandslash-alola.json +122 -0
- package/data/pokemon/sandslash.json +158 -0
- package/data/pokemon/sandygast.json +108 -0
- package/data/pokemon/sandyshocks.json +84 -0
- package/data/pokemon/sawk.json +114 -0
- package/data/pokemon/sawsbuck-autumn.json +135 -0
- package/data/pokemon/sawsbuck-summer.json +135 -0
- package/data/pokemon/sawsbuck-winter.json +135 -0
- package/data/pokemon/sawsbuck.json +119 -0
- package/data/pokemon/scatterbug.json +99 -0
- package/data/pokemon/sceptile-mega.json +105 -0
- package/data/pokemon/sceptile.json +151 -0
- package/data/pokemon/scizor-f.json +179 -0
- package/data/pokemon/scizor-mega.json +105 -0
- package/data/pokemon/scizor.json +177 -0
- package/data/pokemon/scolipede-mega.json +107 -0
- package/data/pokemon/scolipede.json +117 -0
- package/data/pokemon/scorbunny.json +84 -0
- package/data/pokemon/scovillain-mega.json +107 -0
- package/data/pokemon/scovillain.json +86 -0
- package/data/pokemon/scrafty-mega.json +107 -0
- package/data/pokemon/scrafty.json +125 -0
- package/data/pokemon/scraggy.json +123 -0
- package/data/pokemon/screamtail.json +84 -0
- package/data/pokemon/scyther-f.json +180 -0
- package/data/pokemon/scyther.json +184 -0
- package/data/pokemon/seadra.json +162 -0
- package/data/pokemon/seaking-f.json +169 -0
- package/data/pokemon/seaking.json +173 -0
- package/data/pokemon/sealeo.json +143 -0
- package/data/pokemon/seedot.json +141 -0
- package/data/pokemon/seel.json +155 -0
- package/data/pokemon/seismitoad.json +117 -0
- package/data/pokemon/sentret.json +141 -0
- package/data/pokemon/serperior.json +114 -0
- package/data/pokemon/servine.json +113 -0
- package/data/pokemon/seviper.json +137 -0
- package/data/pokemon/sewaddle.json +115 -0
- package/data/pokemon/sharpedo-mega.json +105 -0
- package/data/pokemon/sharpedo.json +148 -0
- package/data/pokemon/shaymin-sky.json +131 -0
- package/data/pokemon/shaymin.json +123 -0
- package/data/pokemon/shedinja.json +145 -0
- package/data/pokemon/shelgon.json +147 -0
- package/data/pokemon/shellder.json +158 -0
- package/data/pokemon/shellos-east.json +157 -0
- package/data/pokemon/shellos.json +137 -0
- package/data/pokemon/shelmet.json +112 -0
- package/data/pokemon/shieldon.json +129 -0
- package/data/pokemon/shiftry-f.json +157 -0
- package/data/pokemon/shiftry.json +155 -0
- package/data/pokemon/shiinotic.json +88 -0
- package/data/pokemon/shinx-f.json +145 -0
- package/data/pokemon/shinx.json +143 -0
- package/data/pokemon/shroodle.json +84 -0
- package/data/pokemon/shroomish.json +138 -0
- package/data/pokemon/shuckle.json +143 -0
- package/data/pokemon/shuppet.json +142 -0
- package/data/pokemon/sigilyph.json +113 -0
- package/data/pokemon/silcoon.json +134 -0
- package/data/pokemon/silicobra.json +85 -0
- package/data/pokemon/silvally-bug.json +107 -0
- package/data/pokemon/silvally-dark.json +107 -0
- package/data/pokemon/silvally-dragon.json +107 -0
- package/data/pokemon/silvally-electric.json +107 -0
- package/data/pokemon/silvally-fairy.json +107 -0
- package/data/pokemon/silvally-fighting.json +107 -0
- package/data/pokemon/silvally-fire.json +107 -0
- package/data/pokemon/silvally-flying.json +107 -0
- package/data/pokemon/silvally-ghost.json +107 -0
- package/data/pokemon/silvally-grass.json +107 -0
- package/data/pokemon/silvally-ground.json +107 -0
- package/data/pokemon/silvally-ice.json +107 -0
- package/data/pokemon/silvally-poison.json +107 -0
- package/data/pokemon/silvally-psychic.json +107 -0
- package/data/pokemon/silvally-rock.json +107 -0
- package/data/pokemon/silvally-steel.json +107 -0
- package/data/pokemon/silvally-water.json +107 -0
- package/data/pokemon/silvally.json +103 -0
- package/data/pokemon/simipour.json +103 -0
- package/data/pokemon/simisage.json +103 -0
- package/data/pokemon/simisear.json +103 -0
- package/data/pokemon/sinistcha-masterpiece.json +104 -0
- package/data/pokemon/sinistcha.json +83 -0
- package/data/pokemon/sinistea-antique.json +96 -0
- package/data/pokemon/sinistea.json +85 -0
- package/data/pokemon/sirfetchd.json +86 -0
- package/data/pokemon/sizzlipede.json +86 -0
- package/data/pokemon/skarmory-mega.json +105 -0
- package/data/pokemon/skarmory.json +154 -0
- package/data/pokemon/skeledirge.json +85 -0
- package/data/pokemon/skiddo.json +98 -0
- package/data/pokemon/skiploom.json +146 -0
- package/data/pokemon/skitty.json +131 -0
- package/data/pokemon/skorupi.json +129 -0
- package/data/pokemon/skrelp.json +112 -0
- package/data/pokemon/skuntank.json +139 -0
- package/data/pokemon/skwovet.json +84 -0
- package/data/pokemon/slaking.json +136 -0
- package/data/pokemon/slakoth.json +134 -0
- package/data/pokemon/sliggoo-hisui.json +100 -0
- package/data/pokemon/sliggoo.json +116 -0
- package/data/pokemon/slitherwing.json +84 -0
- package/data/pokemon/slowbro-galar.json +110 -0
- package/data/pokemon/slowbro-mega.json +105 -0
- package/data/pokemon/slowbro.json +165 -0
- package/data/pokemon/slowking-galar.json +110 -0
- package/data/pokemon/slowking.json +155 -0
- package/data/pokemon/slowpoke-galar.json +107 -0
- package/data/pokemon/slowpoke.json +162 -0
- package/data/pokemon/slugma.json +143 -0
- package/data/pokemon/slurpuff.json +101 -0
- package/data/pokemon/smeargle.json +144 -0
- package/data/pokemon/smoliv.json +83 -0
- package/data/pokemon/smoochum.json +153 -0
- package/data/pokemon/sneasel-f.json +165 -0
- package/data/pokemon/sneasel-hisui-f.json +104 -0
- package/data/pokemon/sneasel-hisui.json +104 -0
- package/data/pokemon/sneasel.json +163 -0
- package/data/pokemon/sneasler.json +88 -0
- package/data/pokemon/snivy.json +111 -0
- package/data/pokemon/snom.json +85 -0
- package/data/pokemon/snorlax-gmax.json +91 -0
- package/data/pokemon/snorlax.json +164 -0
- package/data/pokemon/snorunt.json +147 -0
- package/data/pokemon/snover-f.json +143 -0
- package/data/pokemon/snover.json +141 -0
- package/data/pokemon/snubbull.json +154 -0
- package/data/pokemon/sobble.json +84 -0
- package/data/pokemon/solgaleo.json +108 -0
- package/data/pokemon/solosis.json +104 -0
- package/data/pokemon/solrock.json +136 -0
- package/data/pokemon/spearow.json +152 -0
- package/data/pokemon/spectrier.json +84 -0
- package/data/pokemon/spewpa.json +100 -0
- package/data/pokemon/spheal.json +141 -0
- package/data/pokemon/spidops.json +84 -0
- package/data/pokemon/spinarak.json +148 -0
- package/data/pokemon/spinda.json +136 -0
- package/data/pokemon/spiritomb.json +133 -0
- package/data/pokemon/spoink.json +137 -0
- package/data/pokemon/sprigatito.json +82 -0
- package/data/pokemon/spritzee.json +98 -0
- package/data/pokemon/squawkabilly-blue.json +96 -0
- package/data/pokemon/squawkabilly-white.json +96 -0
- package/data/pokemon/squawkabilly-yellow.json +96 -0
- package/data/pokemon/squawkabilly.json +85 -0
- package/data/pokemon/squirtle.json +169 -0
- package/data/pokemon/stakataka.json +84 -0
- package/data/pokemon/stantler.json +152 -0
- package/data/pokemon/staraptor-f.json +147 -0
- package/data/pokemon/staraptor-mega.json +109 -0
- package/data/pokemon/staraptor.json +141 -0
- package/data/pokemon/staravia-f.json +143 -0
- package/data/pokemon/staravia.json +141 -0
- package/data/pokemon/starly-f.json +141 -0
- package/data/pokemon/starly.json +139 -0
- package/data/pokemon/starmie-mega.json +105 -0
- package/data/pokemon/starmie.json +165 -0
- package/data/pokemon/staryu.json +160 -0
- package/data/pokemon/steelix-f.json +166 -0
- package/data/pokemon/steelix-mega.json +105 -0
- package/data/pokemon/steelix.json +164 -0
- package/data/pokemon/steenee.json +108 -0
- package/data/pokemon/stonjourner.json +83 -0
- package/data/pokemon/stoutland.json +120 -0
- package/data/pokemon/stufful.json +86 -0
- package/data/pokemon/stunfisk-galar.json +106 -0
- package/data/pokemon/stunfisk.json +116 -0
- package/data/pokemon/stunky.json +137 -0
- package/data/pokemon/sudowoodo-f.json +179 -0
- package/data/pokemon/sudowoodo.json +173 -0
- package/data/pokemon/suicune.json +154 -0
- package/data/pokemon/sunflora.json +144 -0
- package/data/pokemon/sunkern.json +141 -0
- package/data/pokemon/surskit.json +142 -0
- package/data/pokemon/swablu.json +145 -0
- package/data/pokemon/swadloon.json +117 -0
- package/data/pokemon/swalot-f.json +152 -0
- package/data/pokemon/swalot.json +150 -0
- package/data/pokemon/swampert-mega.json +105 -0
- package/data/pokemon/swampert.json +152 -0
- package/data/pokemon/swanna.json +105 -0
- package/data/pokemon/swellow.json +137 -0
- package/data/pokemon/swinub.json +149 -0
- package/data/pokemon/swirlix.json +98 -0
- package/data/pokemon/swoobat.json +114 -0
- package/data/pokemon/sylveon.json +120 -0
- package/data/pokemon/tadbulb.json +83 -0
- package/data/pokemon/taillow.json +134 -0
- package/data/pokemon/talonflame.json +117 -0
- package/data/pokemon/tandemaus.json +83 -0
- package/data/pokemon/tangela.json +154 -0
- package/data/pokemon/tangrowth-f.json +149 -0
- package/data/pokemon/tangrowth.json +143 -0
- package/data/pokemon/tapubulu.json +86 -0
- package/data/pokemon/tapufini.json +86 -0
- package/data/pokemon/tapukoko.json +86 -0
- package/data/pokemon/tapulele.json +86 -0
- package/data/pokemon/tarountula.json +82 -0
- package/data/pokemon/tatsugiri-droopy-mega.json +107 -0
- package/data/pokemon/tatsugiri-droopy.json +95 -0
- package/data/pokemon/tatsugiri-mega.json +108 -0
- package/data/pokemon/tatsugiri-stretchy-mega.json +107 -0
- package/data/pokemon/tatsugiri-stretchy.json +95 -0
- package/data/pokemon/tatsugiri.json +90 -0
- package/data/pokemon/tauros-paldea-fire.json +98 -0
- package/data/pokemon/tauros-paldea-water.json +98 -0
- package/data/pokemon/tauros-paldea.json +97 -0
- package/data/pokemon/tauros.json +169 -0
- package/data/pokemon/teddiursa.json +152 -0
- package/data/pokemon/tentacool.json +163 -0
- package/data/pokemon/tentacruel.json +165 -0
- package/data/pokemon/tepig.json +114 -0
- package/data/pokemon/terapagos-stellar.json +94 -0
- package/data/pokemon/terapagos-terastal.json +96 -0
- package/data/pokemon/terapagos.json +81 -0
- package/data/pokemon/terrakion.json +118 -0
- package/data/pokemon/thievul.json +87 -0
- package/data/pokemon/throh.json +114 -0
- package/data/pokemon/thundurus-therian.json +125 -0
- package/data/pokemon/thundurus.json +118 -0
- package/data/pokemon/thwackey.json +86 -0
- package/data/pokemon/timburr.json +118 -0
- package/data/pokemon/tinglu.json +83 -0
- package/data/pokemon/tinkatink.json +84 -0
- package/data/pokemon/tinkaton.json +86 -0
- package/data/pokemon/tinkatuff.json +86 -0
- package/data/pokemon/tirtouga.json +118 -0
- package/data/pokemon/toedscool.json +82 -0
- package/data/pokemon/toedscruel.json +84 -0
- package/data/pokemon/togedemaru.json +86 -0
- package/data/pokemon/togekiss.json +133 -0
- package/data/pokemon/togepi.json +146 -0
- package/data/pokemon/togetic.json +149 -0
- package/data/pokemon/torchic-f.json +162 -0
- package/data/pokemon/torchic.json +160 -0
- package/data/pokemon/torkoal.json +153 -0
- package/data/pokemon/tornadus-therian.json +124 -0
- package/data/pokemon/tornadus.json +117 -0
- package/data/pokemon/torracat.json +107 -0
- package/data/pokemon/torterra.json +135 -0
- package/data/pokemon/totodile.json +151 -0
- package/data/pokemon/toucannon.json +88 -0
- package/data/pokemon/toxapex.json +109 -0
- package/data/pokemon/toxel.json +86 -0
- package/data/pokemon/toxicroak-f.json +149 -0
- package/data/pokemon/toxicroak.json +147 -0
- package/data/pokemon/toxtricity-gmax.json +92 -0
- package/data/pokemon/toxtricity-low-key-gmax.json +92 -0
- package/data/pokemon/toxtricity-low-key.json +110 -0
- package/data/pokemon/toxtricity.json +89 -0
- package/data/pokemon/tranquill.json +117 -0
- package/data/pokemon/trapinch.json +146 -0
- package/data/pokemon/treecko.json +149 -0
- package/data/pokemon/trevenant.json +119 -0
- package/data/pokemon/tropius.json +142 -0
- package/data/pokemon/trubbish.json +120 -0
- package/data/pokemon/trumbeak.json +88 -0
- package/data/pokemon/tsareena.json +109 -0
- package/data/pokemon/turtonator.json +84 -0
- package/data/pokemon/turtwig.json +122 -0
- package/data/pokemon/tympole.json +114 -0
- package/data/pokemon/tynamo.json +112 -0
- package/data/pokemon/typenull.json +86 -0
- package/data/pokemon/typhlosion-hisui.json +99 -0
- package/data/pokemon/typhlosion.json +152 -0
- package/data/pokemon/tyranitar-mega.json +105 -0
- package/data/pokemon/tyranitar.json +161 -0
- package/data/pokemon/tyrantrum.json +103 -0
- package/data/pokemon/tyrogue.json +145 -0
- package/data/pokemon/tyrunt.json +99 -0
- package/data/pokemon/umbreon.json +155 -0
- package/data/pokemon/unfezant-f.json +130 -0
- package/data/pokemon/unfezant.json +128 -0
- package/data/pokemon/unown-b.json +154 -0
- package/data/pokemon/unown-c.json +154 -0
- package/data/pokemon/unown-d.json +154 -0
- package/data/pokemon/unown-e.json +154 -0
- package/data/pokemon/unown-exclamation.json +130 -0
- package/data/pokemon/unown-f.json +154 -0
- package/data/pokemon/unown-g.json +154 -0
- package/data/pokemon/unown-h.json +154 -0
- package/data/pokemon/unown-i.json +154 -0
- package/data/pokemon/unown-j.json +154 -0
- package/data/pokemon/unown-k.json +154 -0
- package/data/pokemon/unown-l.json +154 -0
- package/data/pokemon/unown-m.json +154 -0
- package/data/pokemon/unown-n.json +154 -0
- package/data/pokemon/unown-o.json +154 -0
- package/data/pokemon/unown-p.json +154 -0
- package/data/pokemon/unown-q.json +154 -0
- package/data/pokemon/unown-question.json +130 -0
- package/data/pokemon/unown-r.json +154 -0
- package/data/pokemon/unown-s.json +154 -0
- package/data/pokemon/unown-t.json +154 -0
- package/data/pokemon/unown-u.json +154 -0
- package/data/pokemon/unown-v.json +154 -0
- package/data/pokemon/unown-w.json +154 -0
- package/data/pokemon/unown-x.json +154 -0
- package/data/pokemon/unown-y.json +154 -0
- package/data/pokemon/unown-z.json +154 -0
- package/data/pokemon/unown.json +176 -0
- package/data/pokemon/ursaluna-bloodmoon.json +106 -0
- package/data/pokemon/ursaluna.json +87 -0
- package/data/pokemon/ursaring-f.json +167 -0
- package/data/pokemon/ursaring.json +165 -0
- package/data/pokemon/urshifu-gmax.json +91 -0
- package/data/pokemon/urshifu-rapid-strike-gmax.json +91 -0
- package/data/pokemon/urshifu-rapid-strike.json +109 -0
- package/data/pokemon/urshifu.json +88 -0
- package/data/pokemon/uxie.json +125 -0
- package/data/pokemon/vanillish.json +120 -0
- package/data/pokemon/vanillite.json +118 -0
- package/data/pokemon/vanilluxe.json +121 -0
- package/data/pokemon/vaporeon.json +166 -0
- package/data/pokemon/varoom.json +83 -0
- package/data/pokemon/veluza.json +83 -0
- package/data/pokemon/venipede.json +115 -0
- package/data/pokemon/venomoth.json +157 -0
- package/data/pokemon/venonat.json +154 -0
- package/data/pokemon/venusaur-f.json +180 -0
- package/data/pokemon/venusaur-gmax.json +91 -0
- package/data/pokemon/venusaur-mega.json +105 -0
- package/data/pokemon/venusaur.json +184 -0
- package/data/pokemon/vespiquen.json +134 -0
- package/data/pokemon/vibrava.json +148 -0
- package/data/pokemon/victini.json +102 -0
- package/data/pokemon/victreebel-mega.json +105 -0
- package/data/pokemon/victreebel.json +165 -0
- package/data/pokemon/vigoroth.json +136 -0
- package/data/pokemon/vikavolt.json +107 -0
- package/data/pokemon/vileplume-f.json +166 -0
- package/data/pokemon/vileplume.json +169 -0
- package/data/pokemon/virizion.json +118 -0
- package/data/pokemon/vivillon-archipelago.json +99 -0
- package/data/pokemon/vivillon-continental.json +99 -0
- package/data/pokemon/vivillon-elegant.json +99 -0
- package/data/pokemon/vivillon-fancy.json +98 -0
- package/data/pokemon/vivillon-garden.json +99 -0
- package/data/pokemon/vivillon-high-plains.json +99 -0
- package/data/pokemon/vivillon-jungle.json +99 -0
- package/data/pokemon/vivillon-marine.json +99 -0
- package/data/pokemon/vivillon-meadow.json +99 -0
- package/data/pokemon/vivillon-modern.json +99 -0
- package/data/pokemon/vivillon-monsoon.json +99 -0
- package/data/pokemon/vivillon-ocean.json +99 -0
- package/data/pokemon/vivillon-pokeball.json +96 -0
- package/data/pokemon/vivillon-polar.json +99 -0
- package/data/pokemon/vivillon-river.json +99 -0
- package/data/pokemon/vivillon-sandstorm.json +99 -0
- package/data/pokemon/vivillon-savanna.json +99 -0
- package/data/pokemon/vivillon-sun.json +99 -0
- package/data/pokemon/vivillon-tundra.json +99 -0
- package/data/pokemon/vivillon.json +111 -0
- package/data/pokemon/volbeat.json +136 -0
- package/data/pokemon/volcanion.json +101 -0
- package/data/pokemon/volcarona.json +123 -0
- package/data/pokemon/voltorb-hisui.json +98 -0
- package/data/pokemon/voltorb.json +153 -0
- package/data/pokemon/vullaby.json +121 -0
- package/data/pokemon/vulpix-alola.json +133 -0
- package/data/pokemon/vulpix.json +161 -0
- package/data/pokemon/wailmer.json +142 -0
- package/data/pokemon/wailord.json +144 -0
- package/data/pokemon/walkingwake.json +85 -0
- package/data/pokemon/walrein.json +143 -0
- package/data/pokemon/wartortle.json +171 -0
- package/data/pokemon/watchog.json +104 -0
- package/data/pokemon/wattrel.json +84 -0
- package/data/pokemon/weavile-f.json +153 -0
- package/data/pokemon/weavile.json +151 -0
- package/data/pokemon/weedle.json +162 -0
- package/data/pokemon/weepinbell.json +164 -0
- package/data/pokemon/weezing-galar.json +110 -0
- package/data/pokemon/weezing.json +157 -0
- package/data/pokemon/whimsicott.json +123 -0
- package/data/pokemon/whirlipede.json +117 -0
- package/data/pokemon/whiscash.json +151 -0
- package/data/pokemon/whismur.json +135 -0
- package/data/pokemon/wigglytuff.json +169 -0
- package/data/pokemon/wiglett.json +83 -0
- package/data/pokemon/wimpod.json +84 -0
- package/data/pokemon/wingull.json +147 -0
- package/data/pokemon/wishiwashi-school.json +105 -0
- package/data/pokemon/wishiwashi.json +84 -0
- package/data/pokemon/wobbuffet-f.json +164 -0
- package/data/pokemon/wobbuffet.json +158 -0
- package/data/pokemon/wochien.json +83 -0
- package/data/pokemon/woobat.json +113 -0
- package/data/pokemon/wooloo.json +85 -0
- package/data/pokemon/wooper-f.json +168 -0
- package/data/pokemon/wooper-paldea.json +98 -0
- package/data/pokemon/wooper.json +166 -0
- package/data/pokemon/wormadam-sandy.json +144 -0
- package/data/pokemon/wormadam-trash.json +144 -0
- package/data/pokemon/wormadam.json +124 -0
- package/data/pokemon/wugtrio.json +85 -0
- package/data/pokemon/wurmple.json +133 -0
- package/data/pokemon/wynaut.json +139 -0
- package/data/pokemon/wyrdeer.json +87 -0
- package/data/pokemon/xatu-f.json +163 -0
- package/data/pokemon/xatu.json +161 -0
- package/data/pokemon/xerneas-active.json +82 -0
- package/data/pokemon/xerneas.json +86 -0
- package/data/pokemon/xurkitree.json +84 -0
- package/data/pokemon/yamask-galar.json +106 -0
- package/data/pokemon/yamask.json +112 -0
- package/data/pokemon/yamper.json +84 -0
- package/data/pokemon/yanma.json +145 -0
- package/data/pokemon/yanmega.json +131 -0
- package/data/pokemon/yungoos.json +85 -0
- package/data/pokemon/yveltal.json +99 -0
- package/data/pokemon/zacian-crowned.json +108 -0
- package/data/pokemon/zacian.json +85 -0
- package/data/pokemon/zamazenta-crowned.json +108 -0
- package/data/pokemon/zamazenta.json +85 -0
- package/data/pokemon/zangoose.json +137 -0
- package/data/pokemon/zapdos-galar.json +107 -0
- package/data/pokemon/zapdos.json +165 -0
- package/data/pokemon/zarude-dada.json +106 -0
- package/data/pokemon/zarude.json +84 -0
- package/data/pokemon/zebstrika.json +116 -0
- package/data/pokemon/zekrom.json +104 -0
- package/data/pokemon/zeraora-mega.json +109 -0
- package/data/pokemon/zeraora.json +84 -0
- package/data/pokemon/zigzagoon-galar.json +108 -0
- package/data/pokemon/zigzagoon.json +144 -0
- package/data/pokemon/zoroark-hisui.json +98 -0
- package/data/pokemon/zoroark.json +121 -0
- package/data/pokemon/zorua-hisui.json +96 -0
- package/data/pokemon/zorua.json +118 -0
- package/data/pokemon/zubat-f.json +172 -0
- package/data/pokemon/zubat.json +176 -0
- package/data/pokemon/zweilous.json +118 -0
- package/data/pokemon/zygarde-10.json +108 -0
- package/data/pokemon/zygarde-complete-mega.json +110 -0
- package/data/pokemon/zygarde-complete.json +107 -0
- package/data/pokemon/zygarde.json +112 -0
- package/data/regions.json +14 -0
- package/data/ribbons.json +542 -0
- package/data/types.json +21 -0
- package/package.json +50 -0
|
@@ -0,0 +1,2843 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "stench",
|
|
4
|
+
"name": "Stench",
|
|
5
|
+
"psName": "Stench",
|
|
6
|
+
"gen": 3,
|
|
7
|
+
"shortDesc": "This Pokemon's attacks without a chance to flinch gain a 10% chance to flinch.",
|
|
8
|
+
"desc": "This Pokemon's attacks without a chance to make the target flinch gain a 10% chance to make the target flinch.",
|
|
9
|
+
"tags": ["status-trigger"]
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"id": "drizzle",
|
|
13
|
+
"name": "Drizzle",
|
|
14
|
+
"psName": "Drizzle",
|
|
15
|
+
"gen": 3,
|
|
16
|
+
"shortDesc": "On switch-in, this Pokemon summons Rain Dance.",
|
|
17
|
+
"desc": "On switch-in, this Pokemon summons Rain Dance.",
|
|
18
|
+
"tags": ["weather"]
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "speedboost",
|
|
22
|
+
"name": "Speed Boost",
|
|
23
|
+
"psName": "Speed Boost",
|
|
24
|
+
"gen": 3,
|
|
25
|
+
"shortDesc": "This Pokemon's Speed is raised 1 stage at the end of each full turn on the field.",
|
|
26
|
+
"desc": "This Pokemon's Speed is raised by 1 stage at the end of each full turn it has been on the field.",
|
|
27
|
+
"tags": ["stat-boost"]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "battlearmor",
|
|
31
|
+
"name": "Battle Armor",
|
|
32
|
+
"psName": "Battle Armor",
|
|
33
|
+
"gen": 3,
|
|
34
|
+
"shortDesc": "This Pokemon cannot be struck by a critical hit.",
|
|
35
|
+
"desc": "This Pokemon cannot be struck by a critical hit.",
|
|
36
|
+
"tags": ["defense"]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"id": "sturdy",
|
|
40
|
+
"name": "Sturdy",
|
|
41
|
+
"psName": "Sturdy",
|
|
42
|
+
"gen": 3,
|
|
43
|
+
"shortDesc": "If this Pokemon is at full HP, it survives one hit with at least 1 HP. Immune to OHKO.",
|
|
44
|
+
"desc": "If this Pokemon is at full HP, it survives one hit with at least 1 HP. OHKO moves fail when used against this Pokemon.",
|
|
45
|
+
"tags": ["defense"]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "damp",
|
|
49
|
+
"name": "Damp",
|
|
50
|
+
"psName": "Damp",
|
|
51
|
+
"gen": 3,
|
|
52
|
+
"shortDesc": "Prevents Explosion/Mind Blown/Misty Explosion/Self-Destruct/Aftermath while active.",
|
|
53
|
+
"desc": "While this Pokemon is active, Explosion, Mind Blown, Misty Explosion, Self-Destruct, and the Aftermath Ability are prevented from having an effect.",
|
|
54
|
+
"tags": ["defense"]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "limber",
|
|
58
|
+
"name": "Limber",
|
|
59
|
+
"psName": "Limber",
|
|
60
|
+
"gen": 3,
|
|
61
|
+
"shortDesc": "This Pokemon cannot be paralyzed. Gaining this Ability while paralyzed cures it.",
|
|
62
|
+
"desc": "This Pokemon cannot be paralyzed. Gaining this Ability while paralyzed cures it.",
|
|
63
|
+
"tags": ["status-immunity"]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "sandveil",
|
|
67
|
+
"name": "Sand Veil",
|
|
68
|
+
"psName": "Sand Veil",
|
|
69
|
+
"gen": 3,
|
|
70
|
+
"shortDesc": "If Sandstorm is active, this Pokemon's evasiveness is 1.25x; immunity to Sandstorm.",
|
|
71
|
+
"desc": "If Sandstorm is active, the accuracy of moves used against this Pokemon is multiplied by 0.8. This Pokemon takes no damage from Sandstorm.",
|
|
72
|
+
"tags": ["defense", "weather"]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "static",
|
|
76
|
+
"name": "Static",
|
|
77
|
+
"psName": "Static",
|
|
78
|
+
"gen": 3,
|
|
79
|
+
"shortDesc": "30% chance a Pokemon making contact with this Pokemon will be paralyzed.",
|
|
80
|
+
"desc": "30% chance a Pokemon making contact with this Pokemon will be paralyzed.",
|
|
81
|
+
"tags": ["status-trigger"]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "voltabsorb",
|
|
85
|
+
"name": "Volt Absorb",
|
|
86
|
+
"psName": "Volt Absorb",
|
|
87
|
+
"gen": 3,
|
|
88
|
+
"shortDesc": "This Pokemon heals 1/4 of its max HP when hit by Electric moves; Electric immunity.",
|
|
89
|
+
"desc": "This Pokemon is immune to Electric-type moves and restores 1/4 of its maximum HP, rounded down, when hit by an Electric-type move.",
|
|
90
|
+
"immunities": ["electric"],
|
|
91
|
+
"tags": ["heal"]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "waterabsorb",
|
|
95
|
+
"name": "Water Absorb",
|
|
96
|
+
"psName": "Water Absorb",
|
|
97
|
+
"gen": 3,
|
|
98
|
+
"shortDesc": "This Pokemon heals 1/4 of its max HP when hit by Water moves; Water immunity.",
|
|
99
|
+
"desc": "This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move.",
|
|
100
|
+
"immunities": ["water"],
|
|
101
|
+
"tags": ["heal"]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": "oblivious",
|
|
105
|
+
"name": "Oblivious",
|
|
106
|
+
"psName": "Oblivious",
|
|
107
|
+
"gen": 3,
|
|
108
|
+
"shortDesc": "This Pokemon cannot be infatuated or taunted. Immune to Intimidate.",
|
|
109
|
+
"desc": "This Pokemon cannot be infatuated or taunted. Gaining this Ability while infatuated or taunted cures it. This Pokemon is immune to the effect of the Intimidate Ability.",
|
|
110
|
+
"tags": ["status-immunity"]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "cloudnine",
|
|
114
|
+
"name": "Cloud Nine",
|
|
115
|
+
"psName": "Cloud Nine",
|
|
116
|
+
"gen": 3,
|
|
117
|
+
"shortDesc": "While this Pokemon is active, the effects of weather conditions are disabled.",
|
|
118
|
+
"desc": "While this Pokemon is active, the effects of weather conditions are disabled.",
|
|
119
|
+
"tags": ["weather"]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "compoundeyes",
|
|
123
|
+
"name": "Compound Eyes",
|
|
124
|
+
"psName": "Compound Eyes",
|
|
125
|
+
"gen": 3,
|
|
126
|
+
"shortDesc": "This Pokemon's moves have their accuracy multiplied by 1.3.",
|
|
127
|
+
"desc": "This Pokemon's moves have their accuracy multiplied by 1.3.",
|
|
128
|
+
"tags": ["move-boost"]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "insomnia",
|
|
132
|
+
"name": "Insomnia",
|
|
133
|
+
"psName": "Insomnia",
|
|
134
|
+
"gen": 3,
|
|
135
|
+
"shortDesc": "This Pokemon cannot fall asleep. Gaining this Ability while asleep cures it.",
|
|
136
|
+
"desc": "This Pokemon cannot fall asleep. Gaining this Ability while asleep cures it.",
|
|
137
|
+
"tags": ["status-immunity"]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": "colorchange",
|
|
141
|
+
"name": "Color Change",
|
|
142
|
+
"psName": "Color Change",
|
|
143
|
+
"gen": 3,
|
|
144
|
+
"shortDesc": "This Pokemon's type changes to the type of a move it's hit by, unless it has the type.",
|
|
145
|
+
"desc": "This Pokemon's type changes to match the type of the last move that hit it, unless that type is already one of its types. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",
|
|
146
|
+
"tags": ["type-change"]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "immunity",
|
|
150
|
+
"name": "Immunity",
|
|
151
|
+
"psName": "Immunity",
|
|
152
|
+
"gen": 3,
|
|
153
|
+
"shortDesc": "This Pokemon cannot be poisoned. Gaining this Ability while poisoned cures it.",
|
|
154
|
+
"desc": "This Pokemon cannot be poisoned. Gaining this Ability while poisoned cures it.",
|
|
155
|
+
"tags": ["status-immunity"]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"id": "flashfire",
|
|
159
|
+
"name": "Flash Fire",
|
|
160
|
+
"psName": "Flash Fire",
|
|
161
|
+
"gen": 3,
|
|
162
|
+
"shortDesc": "This Pokemon's Fire attacks do 1.5x damage if hit by one Fire move; Fire immunity.",
|
|
163
|
+
"desc": "This Pokemon is immune to Fire-type moves. The first time it is hit by a Fire-type move, its offensive stat is multiplied by 1.5 while using a Fire-type attack as long as it remains active and has this Ability. If this Pokemon is frozen, it cannot be defrosted by Fire-type attacks.",
|
|
164
|
+
"immunities": ["fire"],
|
|
165
|
+
"tags": ["heal", "move-boost"]
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"id": "shielddust",
|
|
169
|
+
"name": "Shield Dust",
|
|
170
|
+
"psName": "Shield Dust",
|
|
171
|
+
"gen": 3,
|
|
172
|
+
"shortDesc": "This Pokemon is not affected by the secondary effect of another Pokemon's attack.",
|
|
173
|
+
"desc": "This Pokemon is not affected by the secondary effect of another Pokemon's attack. Attacks with secondary effects that are prevented include those with a chance (even 100%) to paralyze, sleep, freeze, burn, poison, confuse, cause this Pokemon to flinch, cause this Pokemon's stat stages to be lowered, as well as Anchor Shot, Eerie Spell, Fling, Psychic Noise, Salt Cure, Spirit Shackle, Syrup Bomb, and Throat Chop. The effect of Sparkling Aria is prevented if this Pokemon is the only target. Secondary effects added by King's Rock, Razor Fang, and the Poison Touch, Stench, and Toxic Chain Abilities are also prevented against this Pokemon.",
|
|
174
|
+
"tags": ["status-immunity"]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"id": "owntempo",
|
|
178
|
+
"name": "Own Tempo",
|
|
179
|
+
"psName": "Own Tempo",
|
|
180
|
+
"gen": 3,
|
|
181
|
+
"shortDesc": "This Pokemon cannot be confused. Immune to Intimidate.",
|
|
182
|
+
"desc": "This Pokemon cannot be confused. Gaining this Ability while confused cures it. This Pokemon is immune to the effect of the Intimidate Ability.",
|
|
183
|
+
"tags": ["status-immunity"]
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "suctioncups",
|
|
187
|
+
"name": "Suction Cups",
|
|
188
|
+
"psName": "Suction Cups",
|
|
189
|
+
"gen": 3,
|
|
190
|
+
"shortDesc": "This Pokemon cannot be forced to switch out by another Pokemon's attack or item.",
|
|
191
|
+
"desc": "This Pokemon cannot be forced to switch out by another Pokemon's attack or item.",
|
|
192
|
+
"tags": ["defense"]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "intimidate",
|
|
196
|
+
"name": "Intimidate",
|
|
197
|
+
"psName": "Intimidate",
|
|
198
|
+
"gen": 3,
|
|
199
|
+
"shortDesc": "On switch-in, this Pokemon lowers the Attack of opponents by 1 stage.",
|
|
200
|
+
"desc": "On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon with the Inner Focus, Oblivious, Own Tempo, or Scrappy Abilities and Pokemon behind a substitute are immune.",
|
|
201
|
+
"tags": ["target-weaken", "defense"]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"id": "shadowtag",
|
|
205
|
+
"name": "Shadow Tag",
|
|
206
|
+
"psName": "Shadow Tag",
|
|
207
|
+
"gen": 3,
|
|
208
|
+
"shortDesc": "Prevents foes from choosing to switch unless they also have this Ability.",
|
|
209
|
+
"desc": "Prevents opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell, are a Ghost type, or also have this Ability.",
|
|
210
|
+
"tags": ["trap"]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "roughskin",
|
|
214
|
+
"name": "Rough Skin",
|
|
215
|
+
"psName": "Rough Skin",
|
|
216
|
+
"gen": 3,
|
|
217
|
+
"shortDesc": "Pokemon making contact with this Pokemon lose 1/8 of their max HP.",
|
|
218
|
+
"desc": "Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down.",
|
|
219
|
+
"tags": ["damage"]
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"id": "wonderguard",
|
|
223
|
+
"name": "Wonder Guard",
|
|
224
|
+
"psName": "Wonder Guard",
|
|
225
|
+
"gen": 3,
|
|
226
|
+
"shortDesc": "This Pokemon can only be damaged by supereffective moves and indirect damage.",
|
|
227
|
+
"desc": "This Pokemon can only be damaged by supereffective moves and indirect damage.",
|
|
228
|
+
"tags": ["defense"]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": "levitate",
|
|
232
|
+
"name": "Levitate",
|
|
233
|
+
"psName": "Levitate",
|
|
234
|
+
"gen": 3,
|
|
235
|
+
"shortDesc": "This Pokemon is immune to Ground; Gravity/Ingrain/Smack Down/Iron Ball nullify it.",
|
|
236
|
+
"desc": "This Pokemon is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability. The effects of Gravity, Ingrain, Smack Down, Thousand Arrows, and Iron Ball nullify the immunity. Thousand Arrows can hit this Pokemon as if it did not have this Ability.",
|
|
237
|
+
"immunities": ["ground"],
|
|
238
|
+
"tags": ["defense"]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"id": "effectspore",
|
|
242
|
+
"name": "Effect Spore",
|
|
243
|
+
"psName": "Effect Spore",
|
|
244
|
+
"gen": 3,
|
|
245
|
+
"shortDesc": "30% chance of poison/paralysis/sleep on others making contact with this Pokemon.",
|
|
246
|
+
"desc": "30% chance a Pokemon making contact with this Pokemon will be poisoned, paralyzed, or fall asleep.",
|
|
247
|
+
"tags": ["status-trigger"]
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"id": "synchronize",
|
|
251
|
+
"name": "Synchronize",
|
|
252
|
+
"psName": "Synchronize",
|
|
253
|
+
"gen": 3,
|
|
254
|
+
"shortDesc": "If another Pokemon burns/poisons/paralyzes this Pokemon, it also gets that status.",
|
|
255
|
+
"desc": "If another Pokemon burns, paralyzes, poisons, or badly poisons this Pokemon, that Pokemon receives the same non-volatile status condition.",
|
|
256
|
+
"tags": ["status-trigger"]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "clearbody",
|
|
260
|
+
"name": "Clear Body",
|
|
261
|
+
"psName": "Clear Body",
|
|
262
|
+
"gen": 3,
|
|
263
|
+
"shortDesc": "Prevents other Pokemon from lowering this Pokemon's stat stages.",
|
|
264
|
+
"desc": "Prevents other Pokemon from lowering this Pokemon's stat stages.",
|
|
265
|
+
"tags": ["defense"]
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"id": "naturalcure",
|
|
269
|
+
"name": "Natural Cure",
|
|
270
|
+
"psName": "Natural Cure",
|
|
271
|
+
"gen": 3,
|
|
272
|
+
"shortDesc": "This Pokemon has its non-volatile status condition cured when it switches out.",
|
|
273
|
+
"desc": "This Pokemon has its non-volatile status condition cured when it switches out.",
|
|
274
|
+
"tags": ["status-immunity", "heal"]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"id": "lightningrod",
|
|
278
|
+
"name": "Lightning Rod",
|
|
279
|
+
"psName": "Lightning Rod",
|
|
280
|
+
"gen": 3,
|
|
281
|
+
"shortDesc": "This Pokemon draws Electric moves to itself to raise Sp. Atk by 1; Electric immunity.",
|
|
282
|
+
"desc": "This Pokemon is immune to Electric-type moves and raises its Special Attack by 1 stage when hit by an Electric-type move. If this Pokemon is not the target of a single-target Electric-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer.",
|
|
283
|
+
"immunities": ["electric"],
|
|
284
|
+
"tags": ["ally-helper", "stat-boost"]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "serenegrace",
|
|
288
|
+
"name": "Serene Grace",
|
|
289
|
+
"psName": "Serene Grace",
|
|
290
|
+
"gen": 3,
|
|
291
|
+
"shortDesc": "This Pokemon's moves have their secondary effect chance doubled.",
|
|
292
|
+
"desc": "This Pokemon's moves have their secondary effect chance doubled. This effect stacks with the Rainbow effect, except for secondary effects that cause the target to flinch.",
|
|
293
|
+
"tags": ["move-boost"]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"id": "swiftswim",
|
|
297
|
+
"name": "Swift Swim",
|
|
298
|
+
"psName": "Swift Swim",
|
|
299
|
+
"gen": 3,
|
|
300
|
+
"shortDesc": "If Rain Dance is active, this Pokemon's Speed is doubled.",
|
|
301
|
+
"desc": "If Rain Dance is active, this Pokemon's Speed is doubled. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
|
|
302
|
+
"tags": ["stat-boost", "weather"]
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": "chlorophyll",
|
|
306
|
+
"name": "Chlorophyll",
|
|
307
|
+
"psName": "Chlorophyll",
|
|
308
|
+
"gen": 3,
|
|
309
|
+
"shortDesc": "If Sunny Day is active, this Pokemon's Speed is doubled.",
|
|
310
|
+
"desc": "If Sunny Day is active, this Pokemon's Speed is doubled. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
|
|
311
|
+
"tags": ["stat-boost", "weather"]
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"id": "illuminate",
|
|
315
|
+
"name": "Illuminate",
|
|
316
|
+
"psName": "Illuminate",
|
|
317
|
+
"gen": 3,
|
|
318
|
+
"shortDesc": "This Pokemon's accuracy can't be lowered by others; ignores their evasiveness stat.",
|
|
319
|
+
"desc": "Prevents other Pokemon from lowering this Pokemon's accuracy stat stage. This Pokemon ignores a target's evasiveness stat stage.",
|
|
320
|
+
"tags": ["bypass", "defense"]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": "trace",
|
|
324
|
+
"name": "Trace",
|
|
325
|
+
"psName": "Trace",
|
|
326
|
+
"gen": 3,
|
|
327
|
+
"shortDesc": "On switch-in, or when it can, this Pokemon copies a random adjacent foe's Ability.",
|
|
328
|
+
"desc": "On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Teraform Zero, Tera Shell, Tera Shift, Trace, Zen Mode, and Zero to Hero. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",
|
|
329
|
+
"tags": ["ability-change"]
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"id": "hugepower",
|
|
333
|
+
"name": "Huge Power",
|
|
334
|
+
"psName": "Huge Power",
|
|
335
|
+
"gen": 3,
|
|
336
|
+
"shortDesc": "This Pokemon's Attack is doubled.",
|
|
337
|
+
"desc": "This Pokemon's Attack is doubled.",
|
|
338
|
+
"tags": ["stat-boost"]
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "poisonpoint",
|
|
342
|
+
"name": "Poison Point",
|
|
343
|
+
"psName": "Poison Point",
|
|
344
|
+
"gen": 3,
|
|
345
|
+
"shortDesc": "30% chance a Pokemon making contact with this Pokemon will be poisoned.",
|
|
346
|
+
"desc": "30% chance a Pokemon making contact with this Pokemon will be poisoned.",
|
|
347
|
+
"tags": ["status-trigger"]
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"id": "innerfocus",
|
|
351
|
+
"name": "Inner Focus",
|
|
352
|
+
"psName": "Inner Focus",
|
|
353
|
+
"gen": 3,
|
|
354
|
+
"shortDesc": "This Pokemon cannot be made to flinch. Immune to Intimidate.",
|
|
355
|
+
"desc": "This Pokemon cannot be made to flinch. This Pokemon is immune to the effect of the Intimidate Ability.",
|
|
356
|
+
"tags": ["defense"]
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"id": "magmaarmor",
|
|
360
|
+
"name": "Magma Armor",
|
|
361
|
+
"psName": "Magma Armor",
|
|
362
|
+
"gen": 3,
|
|
363
|
+
"shortDesc": "This Pokemon cannot be frozen. Gaining this Ability while frozen cures it.",
|
|
364
|
+
"desc": "This Pokemon cannot be frozen. Gaining this Ability while frozen cures it.",
|
|
365
|
+
"tags": ["status-immunity"]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"id": "waterveil",
|
|
369
|
+
"name": "Water Veil",
|
|
370
|
+
"psName": "Water Veil",
|
|
371
|
+
"gen": 3,
|
|
372
|
+
"shortDesc": "This Pokemon cannot be burned. Gaining this Ability while burned cures it.",
|
|
373
|
+
"desc": "This Pokemon cannot be burned. Gaining this Ability while burned cures it.",
|
|
374
|
+
"tags": ["status-immunity"]
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"id": "magnetpull",
|
|
378
|
+
"name": "Magnet Pull",
|
|
379
|
+
"psName": "Magnet Pull",
|
|
380
|
+
"gen": 3,
|
|
381
|
+
"shortDesc": "Prevents opposing Steel-type Pokemon from choosing to switch out.",
|
|
382
|
+
"desc": "Prevents opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell or are a Ghost type.",
|
|
383
|
+
"tags": ["trap"]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"id": "soundproof",
|
|
387
|
+
"name": "Soundproof",
|
|
388
|
+
"psName": "Soundproof",
|
|
389
|
+
"gen": 3,
|
|
390
|
+
"shortDesc": "This Pokemon is immune to sound-based moves, unless it used the move.",
|
|
391
|
+
"desc": "This Pokemon is immune to sound-based moves, unless it used the move.",
|
|
392
|
+
"tags": ["defense"]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "raindish",
|
|
396
|
+
"name": "Rain Dish",
|
|
397
|
+
"psName": "Rain Dish",
|
|
398
|
+
"gen": 3,
|
|
399
|
+
"shortDesc": "If Rain Dance is active, this Pokemon heals 1/16 of its max HP each turn.",
|
|
400
|
+
"desc": "If Rain Dance is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
|
|
401
|
+
"tags": ["heal", "weather"]
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"id": "sandstream",
|
|
405
|
+
"name": "Sand Stream",
|
|
406
|
+
"psName": "Sand Stream",
|
|
407
|
+
"gen": 3,
|
|
408
|
+
"shortDesc": "On switch-in, this Pokemon summons Sandstorm.",
|
|
409
|
+
"desc": "On switch-in, this Pokemon summons Sandstorm.",
|
|
410
|
+
"tags": ["weather"]
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"id": "pressure",
|
|
414
|
+
"name": "Pressure",
|
|
415
|
+
"psName": "Pressure",
|
|
416
|
+
"gen": 3,
|
|
417
|
+
"shortDesc": "If this Pokemon is the target of a foe's move, that move loses one additional PP.",
|
|
418
|
+
"desc": "If this Pokemon is the target of an opposing Pokemon's move, that move loses one additional PP. Imprison, Snatch, and Tera Blast also lose one additional PP when used by an opposing Pokemon, but Sticky Web does not.",
|
|
419
|
+
"tags": ["other"]
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"id": "thickfat",
|
|
423
|
+
"name": "Thick Fat",
|
|
424
|
+
"psName": "Thick Fat",
|
|
425
|
+
"gen": 3,
|
|
426
|
+
"shortDesc": "Fire-/Ice-type moves against this Pokemon deal damage with a halved offensive stat.",
|
|
427
|
+
"desc": "If a Pokemon uses a Fire- or Ice-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon.",
|
|
428
|
+
"tags": ["defense"]
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"id": "earlybird",
|
|
432
|
+
"name": "Early Bird",
|
|
433
|
+
"psName": "Early Bird",
|
|
434
|
+
"gen": 3,
|
|
435
|
+
"shortDesc": "This Pokemon's sleep counter drops by 2 instead of 1.",
|
|
436
|
+
"desc": "This Pokemon's sleep counter drops by 2 instead of 1.",
|
|
437
|
+
"tags": ["heal", "status-immunity"]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"id": "flamebody",
|
|
441
|
+
"name": "Flame Body",
|
|
442
|
+
"psName": "Flame Body",
|
|
443
|
+
"gen": 3,
|
|
444
|
+
"shortDesc": "30% chance a Pokemon making contact with this Pokemon will be burned.",
|
|
445
|
+
"desc": "30% chance a Pokemon making contact with this Pokemon will be burned.",
|
|
446
|
+
"tags": ["status-trigger"]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"id": "runaway",
|
|
450
|
+
"name": "Run Away",
|
|
451
|
+
"psName": "Run Away",
|
|
452
|
+
"gen": 3,
|
|
453
|
+
"shortDesc": "No competitive use.",
|
|
454
|
+
"desc": "No competitive use.",
|
|
455
|
+
"tags": ["handicap"]
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"id": "keeneye",
|
|
459
|
+
"name": "Keen Eye",
|
|
460
|
+
"psName": "Keen Eye",
|
|
461
|
+
"gen": 3,
|
|
462
|
+
"shortDesc": "This Pokemon's accuracy can't be lowered by others; ignores their evasiveness stat.",
|
|
463
|
+
"desc": "Prevents other Pokemon from lowering this Pokemon's accuracy stat stage. This Pokemon ignores a target's evasiveness stat stage.",
|
|
464
|
+
"tags": ["bypass", "defense"]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"id": "hypercutter",
|
|
468
|
+
"name": "Hyper Cutter",
|
|
469
|
+
"psName": "Hyper Cutter",
|
|
470
|
+
"gen": 3,
|
|
471
|
+
"shortDesc": "Prevents other Pokemon from lowering this Pokemon's Attack stat stage.",
|
|
472
|
+
"desc": "Prevents other Pokemon from lowering this Pokemon's Attack stat stage.",
|
|
473
|
+
"tags": ["defense"]
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "pickup",
|
|
477
|
+
"name": "Pickup",
|
|
478
|
+
"psName": "Pickup",
|
|
479
|
+
"gen": 3,
|
|
480
|
+
"shortDesc": "If this Pokemon has no item, it finds one used by an adjacent Pokemon this turn.",
|
|
481
|
+
"desc": "At the end of each turn, if this Pokemon is not holding an item and at least one adjacent Pokemon used an item during this turn, one of those Pokemon is selected at random and this Pokemon obtains that Pokemon's last used item. An item is not considered the last used if it was a popped Air Balloon, if the item was picked up by another Pokemon with this Ability, or if the item was lost to Bug Bite, Corrosive Gas, Covet, Incinerate, Knock Off, Pluck, or Thief. Items thrown with Fling can be picked up.",
|
|
482
|
+
"tags": ["items"]
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"id": "truant",
|
|
486
|
+
"name": "Truant",
|
|
487
|
+
"psName": "Truant",
|
|
488
|
+
"gen": 3,
|
|
489
|
+
"shortDesc": "This Pokemon skips every other turn instead of using a move.",
|
|
490
|
+
"desc": "This Pokemon skips every other turn instead of using a move.",
|
|
491
|
+
"tags": ["handicap"]
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "hustle",
|
|
495
|
+
"name": "Hustle",
|
|
496
|
+
"psName": "Hustle",
|
|
497
|
+
"gen": 3,
|
|
498
|
+
"shortDesc": "This Pokemon's Attack is 1.5x and accuracy of its physical attacks is 0.8x.",
|
|
499
|
+
"desc": "This Pokemon's Attack is multiplied by 1.5 and the accuracy of its physical attacks is multiplied by 0.8.",
|
|
500
|
+
"tags": ["move-boost"]
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "cutecharm",
|
|
504
|
+
"name": "Cute Charm",
|
|
505
|
+
"psName": "Cute Charm",
|
|
506
|
+
"gen": 3,
|
|
507
|
+
"shortDesc": "30% chance of infatuating Pokemon of the opposite gender if they make contact.",
|
|
508
|
+
"desc": "There is a 30% chance a Pokemon making contact with this Pokemon will become infatuated if it is of the opposite gender.",
|
|
509
|
+
"tags": ["status-trigger"]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"id": "plus",
|
|
513
|
+
"name": "Plus",
|
|
514
|
+
"psName": "Plus",
|
|
515
|
+
"gen": 3,
|
|
516
|
+
"shortDesc": "If an active ally has this Ability or the Minus Ability, this Pokemon's Sp. Atk is 1.5x.",
|
|
517
|
+
"desc": "If an active ally has this Ability or the Minus Ability, this Pokemon's Special Attack is multiplied by 1.5.",
|
|
518
|
+
"tags": ["ally-helper", "stat-boost"]
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"id": "minus",
|
|
522
|
+
"name": "Minus",
|
|
523
|
+
"psName": "Minus",
|
|
524
|
+
"gen": 3,
|
|
525
|
+
"shortDesc": "If an active ally has this Ability or the Plus Ability, this Pokemon's Sp. Atk is 1.5x.",
|
|
526
|
+
"desc": "If an active ally has this Ability or the Plus Ability, this Pokemon's Special Attack is multiplied by 1.5.",
|
|
527
|
+
"tags": ["ally-helper", "stat-boost"]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"id": "forecast",
|
|
531
|
+
"name": "Forecast",
|
|
532
|
+
"psName": "Forecast",
|
|
533
|
+
"gen": 3,
|
|
534
|
+
"shortDesc": "Castform's type changes to the current weather condition's type, except Sandstorm.",
|
|
535
|
+
"desc": "If this Pokemon is a Castform, its type changes to the current weather condition's type, except Sandstorm. This effect is prevented if this Pokemon is holding a Utility Umbrella and the weather is Rain Dance or Sunny Day.",
|
|
536
|
+
"tags": ["species-specific", "type-change", "weather"]
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"id": "stickyhold",
|
|
540
|
+
"name": "Sticky Hold",
|
|
541
|
+
"psName": "Sticky Hold",
|
|
542
|
+
"gen": 3,
|
|
543
|
+
"shortDesc": "This Pokemon cannot lose its held item due to another Pokemon's Ability or attack.",
|
|
544
|
+
"desc": "This Pokemon cannot lose its held item due to another Pokemon's Ability or attack, unless the attack knocks out this Pokemon. A Sticky Barb will be transferred to other Pokemon regardless of this Ability.",
|
|
545
|
+
"tags": ["defense", "items"]
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"id": "shedskin",
|
|
549
|
+
"name": "Shed Skin",
|
|
550
|
+
"psName": "Shed Skin",
|
|
551
|
+
"gen": 3,
|
|
552
|
+
"shortDesc": "This Pokemon has a 33% chance to have its status cured at the end of each turn.",
|
|
553
|
+
"desc": "This Pokemon has a 33% chance to have its non-volatile status condition cured at the end of each turn.",
|
|
554
|
+
"tags": ["status-immunity", "heal"]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"id": "guts",
|
|
558
|
+
"name": "Guts",
|
|
559
|
+
"psName": "Guts",
|
|
560
|
+
"gen": 3,
|
|
561
|
+
"shortDesc": "If this Pokemon is statused, its Attack is 1.5x; ignores burn halving physical damage.",
|
|
562
|
+
"desc": "If this Pokemon has a non-volatile status condition, its Attack is multiplied by 1.5. This Pokemon's physical attacks ignore the burn effect of halving damage.",
|
|
563
|
+
"tags": ["move-boost", "stat-boost"]
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"id": "marvelscale",
|
|
567
|
+
"name": "Marvel Scale",
|
|
568
|
+
"psName": "Marvel Scale",
|
|
569
|
+
"gen": 3,
|
|
570
|
+
"shortDesc": "If this Pokemon has a non-volatile status condition, its Defense is multiplied by 1.5.",
|
|
571
|
+
"desc": "If this Pokemon has a non-volatile status condition, its Defense is multiplied by 1.5.",
|
|
572
|
+
"tags": ["defense", "stat-boost"]
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"id": "liquidooze",
|
|
576
|
+
"name": "Liquid Ooze",
|
|
577
|
+
"psName": "Liquid Ooze",
|
|
578
|
+
"gen": 3,
|
|
579
|
+
"shortDesc": "This Pokemon damages those draining HP from it for as much as they would heal.",
|
|
580
|
+
"desc": "This Pokemon damages those draining HP from it for as much as they would heal.",
|
|
581
|
+
"tags": ["damage", "defense"]
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"id": "overgrow",
|
|
585
|
+
"name": "Overgrow",
|
|
586
|
+
"psName": "Overgrow",
|
|
587
|
+
"gen": 3,
|
|
588
|
+
"shortDesc": "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Grass attacks.",
|
|
589
|
+
"desc": "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Grass-type attack.",
|
|
590
|
+
"tags": ["move-boost"]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"id": "blaze",
|
|
594
|
+
"name": "Blaze",
|
|
595
|
+
"psName": "Blaze",
|
|
596
|
+
"gen": 3,
|
|
597
|
+
"shortDesc": "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Fire attacks.",
|
|
598
|
+
"desc": "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Fire-type attack.",
|
|
599
|
+
"tags": ["move-boost"]
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"id": "torrent",
|
|
603
|
+
"name": "Torrent",
|
|
604
|
+
"psName": "Torrent",
|
|
605
|
+
"gen": 3,
|
|
606
|
+
"shortDesc": "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Water attacks.",
|
|
607
|
+
"desc": "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Water-type attack.",
|
|
608
|
+
"tags": ["move-boost"]
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"id": "swarm",
|
|
612
|
+
"name": "Swarm",
|
|
613
|
+
"psName": "Swarm",
|
|
614
|
+
"gen": 3,
|
|
615
|
+
"shortDesc": "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Bug attacks.",
|
|
616
|
+
"desc": "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Bug-type attack.",
|
|
617
|
+
"tags": ["move-boost"]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"id": "rockhead",
|
|
621
|
+
"name": "Rock Head",
|
|
622
|
+
"psName": "Rock Head",
|
|
623
|
+
"gen": 3,
|
|
624
|
+
"shortDesc": "This Pokemon does not take recoil damage besides Struggle/Life Orb/crash damage.",
|
|
625
|
+
"desc": "This Pokemon does not take recoil damage, except Struggle. Does not affect Life Orb damage or crash damage.",
|
|
626
|
+
"tags": ["defense"]
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"id": "drought",
|
|
630
|
+
"name": "Drought",
|
|
631
|
+
"psName": "Drought",
|
|
632
|
+
"gen": 3,
|
|
633
|
+
"shortDesc": "On switch-in, this Pokemon summons Sunny Day.",
|
|
634
|
+
"desc": "On switch-in, this Pokemon summons Sunny Day.",
|
|
635
|
+
"tags": ["weather"]
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"id": "arenatrap",
|
|
639
|
+
"name": "Arena Trap",
|
|
640
|
+
"psName": "Arena Trap",
|
|
641
|
+
"gen": 3,
|
|
642
|
+
"shortDesc": "Prevents opposing Pokemon from choosing to switch out unless they are airborne.",
|
|
643
|
+
"desc": "Prevents opposing Pokemon from choosing to switch out unless they are airborne, are holding a Shed Shell, or are a Ghost type.",
|
|
644
|
+
"tags": ["trap"]
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"id": "vitalspirit",
|
|
648
|
+
"name": "Vital Spirit",
|
|
649
|
+
"psName": "Vital Spirit",
|
|
650
|
+
"gen": 3,
|
|
651
|
+
"shortDesc": "This Pokemon cannot fall asleep. Gaining this Ability while asleep cures it.",
|
|
652
|
+
"desc": "This Pokemon cannot fall asleep. Gaining this Ability while asleep cures it.",
|
|
653
|
+
"tags": ["status-immunity"]
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": "whitesmoke",
|
|
657
|
+
"name": "White Smoke",
|
|
658
|
+
"psName": "White Smoke",
|
|
659
|
+
"gen": 3,
|
|
660
|
+
"shortDesc": "Prevents other Pokemon from lowering this Pokemon's stat stages.",
|
|
661
|
+
"desc": "Prevents other Pokemon from lowering this Pokemon's stat stages.",
|
|
662
|
+
"tags": ["defense"]
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"id": "purepower",
|
|
666
|
+
"name": "Pure Power",
|
|
667
|
+
"psName": "Pure Power",
|
|
668
|
+
"gen": 3,
|
|
669
|
+
"shortDesc": "This Pokemon's Attack is doubled.",
|
|
670
|
+
"desc": "This Pokemon's Attack is doubled.",
|
|
671
|
+
"tags": ["stat-boost"]
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"id": "shellarmor",
|
|
675
|
+
"name": "Shell Armor",
|
|
676
|
+
"psName": "Shell Armor",
|
|
677
|
+
"gen": 3,
|
|
678
|
+
"shortDesc": "This Pokemon cannot be struck by a critical hit.",
|
|
679
|
+
"desc": "This Pokemon cannot be struck by a critical hit.",
|
|
680
|
+
"tags": ["defense"]
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"id": "airlock",
|
|
684
|
+
"name": "Air Lock",
|
|
685
|
+
"psName": "Air Lock",
|
|
686
|
+
"gen": 3,
|
|
687
|
+
"shortDesc": "While this Pokemon is active, the effects of weather conditions are disabled.",
|
|
688
|
+
"desc": "While this Pokemon is active, the effects of weather conditions are disabled.",
|
|
689
|
+
"tags": ["weather"]
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"id": "tangledfeet",
|
|
693
|
+
"name": "Tangled Feet",
|
|
694
|
+
"psName": "Tangled Feet",
|
|
695
|
+
"gen": 4,
|
|
696
|
+
"shortDesc": "This Pokemon's evasiveness is doubled as long as it is confused.",
|
|
697
|
+
"desc": "This Pokemon's evasiveness is doubled as long as it is confused.",
|
|
698
|
+
"tags": ["defense", "stat-boost"]
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"id": "motordrive",
|
|
702
|
+
"name": "Motor Drive",
|
|
703
|
+
"psName": "Motor Drive",
|
|
704
|
+
"gen": 4,
|
|
705
|
+
"shortDesc": "This Pokemon's Speed is raised 1 stage if hit by an Electric move; Electric immunity.",
|
|
706
|
+
"desc": "This Pokemon is immune to Electric-type moves and raises its Speed by 1 stage when hit by an Electric-type move.",
|
|
707
|
+
"immunities": ["electric"],
|
|
708
|
+
"tags": ["stat-boost"]
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"id": "rivalry",
|
|
712
|
+
"name": "Rivalry",
|
|
713
|
+
"psName": "Rivalry",
|
|
714
|
+
"gen": 4,
|
|
715
|
+
"shortDesc": "This Pokemon's attacks do 1.25x on same gender targets; 0.75x on opposite gender.",
|
|
716
|
+
"desc": "This Pokemon's attacks have their power multiplied by 1.25 against targets of the same gender or multiplied by 0.75 against targets of the opposite gender. There is no modifier if either this Pokemon or the target is genderless.",
|
|
717
|
+
"tags": ["move-boost"]
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"id": "steadfast",
|
|
721
|
+
"name": "Steadfast",
|
|
722
|
+
"psName": "Steadfast",
|
|
723
|
+
"gen": 4,
|
|
724
|
+
"shortDesc": "If this Pokemon flinches, its Speed is raised by 1 stage.",
|
|
725
|
+
"desc": "If this Pokemon flinches, its Speed is raised by 1 stage.",
|
|
726
|
+
"tags": ["stat-boost"]
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"id": "snowcloak",
|
|
730
|
+
"name": "Snow Cloak",
|
|
731
|
+
"psName": "Snow Cloak",
|
|
732
|
+
"gen": 4,
|
|
733
|
+
"shortDesc": "If Snow is active, this Pokemon's evasiveness is 1.25x.",
|
|
734
|
+
"desc": "If Snow is active, the accuracy of moves used against this Pokemon is multiplied by 0.8.",
|
|
735
|
+
"tags": ["defense", "weather"]
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"id": "gluttony",
|
|
739
|
+
"name": "Gluttony",
|
|
740
|
+
"psName": "Gluttony",
|
|
741
|
+
"gen": 4,
|
|
742
|
+
"shortDesc": "This Pokemon eats Berries at 1/2 max HP or less instead of their usual 1/4 max HP.",
|
|
743
|
+
"desc": "When this Pokemon is holding a Berry that usually activates with 1/4 or less of its maximum HP, it is eaten at 1/2 or less of its maximum HP instead.",
|
|
744
|
+
"tags": ["items"]
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"id": "angerpoint",
|
|
748
|
+
"name": "Anger Point",
|
|
749
|
+
"psName": "Anger Point",
|
|
750
|
+
"gen": 4,
|
|
751
|
+
"shortDesc": "If this Pokemon (not its substitute) takes a critical hit, its Attack is raised 12 stages.",
|
|
752
|
+
"desc": "If this Pokemon, but not its substitute, is struck by a critical hit, its Attack is raised by 12 stages.",
|
|
753
|
+
"tags": ["stat-boost"]
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"id": "unburden",
|
|
757
|
+
"name": "Unburden",
|
|
758
|
+
"psName": "Unburden",
|
|
759
|
+
"gen": 4,
|
|
760
|
+
"shortDesc": "Speed is doubled on held item loss; boost is lost if it switches, gets new item/Ability.",
|
|
761
|
+
"desc": "If this Pokemon loses its held item for any reason, its Speed is doubled as long as it remains active, has this Ability, and is not holding an item.",
|
|
762
|
+
"tags": ["items", "stat-boost"]
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": "heatproof",
|
|
766
|
+
"name": "Heatproof",
|
|
767
|
+
"psName": "Heatproof",
|
|
768
|
+
"gen": 4,
|
|
769
|
+
"shortDesc": "Fire damage against this Pokemon is dealt with 1/2 offensive stat; 1/2 burn damage.",
|
|
770
|
+
"desc": "If a Pokemon uses a Fire-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon. This Pokemon takes half of the usual burn damage, rounded down.",
|
|
771
|
+
"tags": ["defense", "status-immunity"]
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"id": "simple",
|
|
775
|
+
"name": "Simple",
|
|
776
|
+
"psName": "Simple",
|
|
777
|
+
"gen": 4,
|
|
778
|
+
"shortDesc": "When one of this Pokemon's stat stages is raised or lowered, the amount is doubled.",
|
|
779
|
+
"desc": "When one of this Pokemon's stat stages is raised or lowered, the amount is doubled.",
|
|
780
|
+
"tags": ["stat-boost"]
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"id": "dryskin",
|
|
784
|
+
"name": "Dry Skin",
|
|
785
|
+
"psName": "Dry Skin",
|
|
786
|
+
"immunities": ["water"],
|
|
787
|
+
"weaknesses": ["fire"],
|
|
788
|
+
"tags": ["heal", "weather"],
|
|
789
|
+
"gen": 4,
|
|
790
|
+
"shortDesc": "This Pokemon is healed 1/4 by Water, 1/8 by Rain; is hurt 1.25x by Fire, 1/8 by Sun.",
|
|
791
|
+
"desc": "This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move. The power of Fire-type moves is multiplied by 1.25 when used on this Pokemon. At the end of each turn, this Pokemon restores 1/8 of its maximum HP, rounded down, if the weather is Rain Dance, and loses 1/8 of its maximum HP, rounded down, if the weather is Sunny Day. The weather effects are prevented if this Pokemon is holding a Utility Umbrella."
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"id": "download",
|
|
795
|
+
"name": "Download",
|
|
796
|
+
"psName": "Download",
|
|
797
|
+
"tags": ["stat-boost"],
|
|
798
|
+
"gen": 4,
|
|
799
|
+
"shortDesc": "On switch-in, Attack or Sp. Atk is raised 1 stage based on the foes' weaker Defense.",
|
|
800
|
+
"desc": "On switch-in, this Pokemon's Attack or Special Attack is raised by 1 stage based on the weaker combined defensive stat of all opposing Pokemon. Attack is raised if their Defense is lower, and Special Attack is raised if their Special Defense is the same or lower."
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"id": "ironfist",
|
|
804
|
+
"name": "Iron Fist",
|
|
805
|
+
"psName": "Iron Fist",
|
|
806
|
+
"tags": ["move-boost"],
|
|
807
|
+
"gen": 4,
|
|
808
|
+
"shortDesc": "This Pokemon's punch-based attacks have 1.2x power. Sucker Punch is not boosted.",
|
|
809
|
+
"desc": "This Pokemon's punch-based attacks have their power multiplied by 1.2."
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"id": "poisonheal",
|
|
813
|
+
"name": "Poison Heal",
|
|
814
|
+
"psName": "Poison Heal",
|
|
815
|
+
"tags": ["heal"],
|
|
816
|
+
"gen": 4,
|
|
817
|
+
"shortDesc": "This Pokemon is healed by 1/8 of its max HP each turn when poisoned; no HP loss.",
|
|
818
|
+
"desc": "If this Pokemon is poisoned, it restores 1/8 of its maximum HP, rounded down, at the end of each turn instead of losing HP."
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"id": "adaptability",
|
|
822
|
+
"name": "Adaptability",
|
|
823
|
+
"psName": "Adaptability",
|
|
824
|
+
"tags": ["move-boost"],
|
|
825
|
+
"gen": 4,
|
|
826
|
+
"shortDesc": "This Pokemon's same-type attack bonus (STAB) is 2 instead of 1.5.",
|
|
827
|
+
"desc": "This Pokemon's moves that match one of its types have a same-type attack bonus (STAB) of 2 instead of 1.5."
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"id": "skilllink",
|
|
831
|
+
"name": "Skill Link",
|
|
832
|
+
"psName": "Skill Link",
|
|
833
|
+
"tags": ["move-boost"],
|
|
834
|
+
"gen": 4,
|
|
835
|
+
"shortDesc": "This Pokemon's multi-hit attacks always hit the maximum number of times.",
|
|
836
|
+
"desc": "This Pokemon's multi-hit attacks always hit the maximum number of times. Triple Kick and Triple Axel do not check accuracy for the second and third hits."
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"id": "hydration",
|
|
840
|
+
"name": "Hydration",
|
|
841
|
+
"psName": "Hydration",
|
|
842
|
+
"tags": ["status-immunity", "weather"],
|
|
843
|
+
"gen": 4,
|
|
844
|
+
"shortDesc": "This Pokemon has its status cured at the end of each turn if Rain Dance is active.",
|
|
845
|
+
"desc": "This Pokemon has its non-volatile status condition cured at the end of each turn if Rain Dance is active. This effect is prevented if this Pokemon is holding a Utility Umbrella."
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"id": "solarpower",
|
|
849
|
+
"name": "Solar Power",
|
|
850
|
+
"psName": "Solar Power",
|
|
851
|
+
"tags": ["move-boost", "weather"],
|
|
852
|
+
"gen": 4,
|
|
853
|
+
"shortDesc": "If Sunny Day is active, this Pokemon's Sp. Atk is 1.5x; loses 1/8 max HP per turn.",
|
|
854
|
+
"desc": "If Sunny Day is active, this Pokemon's Special Attack is multiplied by 1.5 and it loses 1/8 of its maximum HP, rounded down, at the end of each turn. These effects are prevented if the Pokemon is holding a Utility Umbrella."
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"id": "quickfeet",
|
|
858
|
+
"name": "Quick Feet",
|
|
859
|
+
"psName": "Quick Feet",
|
|
860
|
+
"tags": ["stat-boost"],
|
|
861
|
+
"gen": 4,
|
|
862
|
+
"shortDesc": "If this Pokemon is statused, its Speed is 1.5x; ignores Speed drop from paralysis.",
|
|
863
|
+
"desc": "If this Pokemon has a non-volatile status condition, its Speed is multiplied by 1.5. This Pokemon ignores the paralysis effect of halving Speed."
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"id": "normalize",
|
|
867
|
+
"name": "Normalize",
|
|
868
|
+
"psName": "Normalize",
|
|
869
|
+
"tags": ["move-boost"],
|
|
870
|
+
"gen": 4,
|
|
871
|
+
"shortDesc": "This Pokemon's moves are changed to be Normal type and have 1.2x power.",
|
|
872
|
+
"desc": "This Pokemon's moves are changed to be Normal type and have their power multiplied by 1.2. This effect comes before other effects that change a move's type."
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"id": "sniper",
|
|
876
|
+
"name": "Sniper",
|
|
877
|
+
"psName": "Sniper",
|
|
878
|
+
"tags": ["move-boost"],
|
|
879
|
+
"gen": 4,
|
|
880
|
+
"shortDesc": "If this Pokemon strikes with a critical hit, the damage is multiplied by 1.5.",
|
|
881
|
+
"desc": "If this Pokemon strikes with a critical hit, the damage is multiplied by 1.5."
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"id": "magicguard",
|
|
885
|
+
"name": "Magic Guard",
|
|
886
|
+
"psName": "Magic Guard",
|
|
887
|
+
"tags": ["defense"],
|
|
888
|
+
"gen": 4,
|
|
889
|
+
"shortDesc": "This Pokemon can only be damaged by direct attacks.",
|
|
890
|
+
"desc": "This Pokemon can only be damaged by direct attacks. Curse and Substitute on use, Belly Drum, Pain Split, Struggle recoil, and confusion damage are considered direct damage."
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"id": "noguard",
|
|
894
|
+
"name": "No Guard",
|
|
895
|
+
"psName": "No Guard",
|
|
896
|
+
"tags": ["move-boost"],
|
|
897
|
+
"gen": 4,
|
|
898
|
+
"shortDesc": "Every move used by or against this Pokemon will always hit.",
|
|
899
|
+
"desc": "Every move used by or against this Pokemon will always hit."
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"id": "stall",
|
|
903
|
+
"name": "Stall",
|
|
904
|
+
"psName": "Stall",
|
|
905
|
+
"tags": ["handicap", "priority-control"],
|
|
906
|
+
"gen": 4,
|
|
907
|
+
"shortDesc": "This Pokemon moves last among Pokemon using the same or greater priority moves.",
|
|
908
|
+
"desc": "This Pokemon moves last among Pokemon using the same or greater priority moves."
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"id": "technician",
|
|
912
|
+
"name": "Technician",
|
|
913
|
+
"psName": "Technician",
|
|
914
|
+
"tags": ["move-boost"],
|
|
915
|
+
"gen": 4,
|
|
916
|
+
"shortDesc": "This Pokemon's moves of 60 power or less have 1.5x power, including Struggle.",
|
|
917
|
+
"desc": "This Pokemon's moves of 60 power or less have their power multiplied by 1.5, including Struggle. This effect comes after a move's effect changes its own power."
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "leafguard",
|
|
921
|
+
"name": "Leaf Guard",
|
|
922
|
+
"psName": "Leaf Guard",
|
|
923
|
+
"tags": ["status-immunity", "weather"],
|
|
924
|
+
"gen": 4,
|
|
925
|
+
"shortDesc": "If Sunny Day is active, this Pokemon cannot be statused and Rest will fail for it.",
|
|
926
|
+
"desc": "If Sunny Day is active, this Pokemon cannot become affected by a non-volatile status condition or Yawn, and Rest will fail for it. This effect is prevented if this Pokemon is holding a Utility Umbrella."
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"id": "klutz",
|
|
930
|
+
"name": "Klutz",
|
|
931
|
+
"psName": "Klutz",
|
|
932
|
+
"tags": ["handicap", "items"],
|
|
933
|
+
"gen": 4,
|
|
934
|
+
"shortDesc": "This Pokemon's held item has no effect, except Macho Brace. Fling cannot be used.",
|
|
935
|
+
"desc": "This Pokemon's held item has no effect. This Pokemon cannot use Fling successfully. Macho Brace, Power Anklet, Power Band, Power Belt, Power Bracer, Power Lens, and Power Weight still have their effects."
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"id": "moldbreaker",
|
|
939
|
+
"name": "Mold Breaker",
|
|
940
|
+
"psName": "Mold Breaker",
|
|
941
|
+
"tags": ["bypass"],
|
|
942
|
+
"gen": 4,
|
|
943
|
+
"shortDesc": "This Pokemon's moves and their effects ignore the Abilities of other Pokemon.",
|
|
944
|
+
"desc": "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Armor Tail, Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Earth Eater, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Good as Gold, Grass Pelt, Guard Dog, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Illuminate, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mind's Eye, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Purifying Salt, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Tera Shell, Thermal Exchange, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, Well-Baked Body, White Smoke, Wind Rider, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"id": "superluck",
|
|
948
|
+
"name": "Super Luck",
|
|
949
|
+
"psName": "Super Luck",
|
|
950
|
+
"tags": ["move-boost"],
|
|
951
|
+
"gen": 4,
|
|
952
|
+
"shortDesc": "This Pokemon's critical hit ratio is raised by 1 stage.",
|
|
953
|
+
"desc": "This Pokemon's critical hit ratio is raised by 1 stage."
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"id": "aftermath",
|
|
957
|
+
"name": "Aftermath",
|
|
958
|
+
"psName": "Aftermath",
|
|
959
|
+
"tags": ["damage"],
|
|
960
|
+
"gen": 4,
|
|
961
|
+
"shortDesc": "If this Pokemon is KOed with a contact move, that move's user loses 1/4 its max HP.",
|
|
962
|
+
"desc": "If this Pokemon is knocked out with a contact move, that move's user loses 1/4 of its maximum HP, rounded down. This effect is prevented if the move's user has the Magic Guard Ability or if any active Pokemon has the Damp Ability."
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"id": "anticipation",
|
|
966
|
+
"name": "Anticipation",
|
|
967
|
+
"psName": "Anticipation",
|
|
968
|
+
"tags": ["alert"],
|
|
969
|
+
"gen": 4,
|
|
970
|
+
"shortDesc": "On switch-in, this Pokemon shudders if any foe has a supereffective or OHKO move.",
|
|
971
|
+
"desc": "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attacking move with a type that is super effective against this Pokemon, or any OHKO move. This effect considers Hidden Power to be its determined type, and every other move to be its original type."
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"id": "forewarn",
|
|
975
|
+
"name": "Forewarn",
|
|
976
|
+
"psName": "Forewarn",
|
|
977
|
+
"tags": ["alert"],
|
|
978
|
+
"gen": 4,
|
|
979
|
+
"shortDesc": "On switch-in, this Pokemon is alerted to the foes' move with the highest power.",
|
|
980
|
+
"desc": "On switch-in, this Pokemon is alerted to the move with the highest power, at random, known by an opposing Pokemon. This effect considers OHKO moves to have 150 power, Counter, Mirror Coat, and Metal Burst to have 120 power, every other attacking move with an unspecified power to have 80 power, and non-damaging moves to have 1 power."
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"id": "unaware",
|
|
984
|
+
"name": "Unaware",
|
|
985
|
+
"psName": "Unaware",
|
|
986
|
+
"tags": ["bypass"],
|
|
987
|
+
"gen": 4,
|
|
988
|
+
"shortDesc": "This Pokemon ignores other Pokemon's stat stages when taking or doing damage.",
|
|
989
|
+
"desc": "This Pokemon ignores other Pokemon's Attack, Special Attack, and accuracy stat stages when taking damage, and ignores other Pokemon's Defense, Special Defense, and evasiveness stat stages when dealing damage."
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"id": "tintedlens",
|
|
993
|
+
"name": "Tinted Lens",
|
|
994
|
+
"psName": "Tinted Lens",
|
|
995
|
+
"tags": ["bypass"],
|
|
996
|
+
"gen": 4,
|
|
997
|
+
"shortDesc": "This Pokemon's attacks that are not very effective on a target deal double damage.",
|
|
998
|
+
"desc": "This Pokemon's attacks that are not very effective on a target deal double damage."
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"id": "filter",
|
|
1002
|
+
"name": "Filter",
|
|
1003
|
+
"psName": "Filter",
|
|
1004
|
+
"tags": ["defense"],
|
|
1005
|
+
"gen": 4,
|
|
1006
|
+
"shortDesc": "This Pokemon receives 3/4 damage from supereffective attacks.",
|
|
1007
|
+
"desc": "This Pokemon receives 3/4 damage from supereffective attacks."
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"id": "slowstart",
|
|
1011
|
+
"name": "Slow Start",
|
|
1012
|
+
"psName": "Slow Start",
|
|
1013
|
+
"tags": ["handicap"],
|
|
1014
|
+
"gen": 4,
|
|
1015
|
+
"shortDesc": "On switch-in, this Pokemon's Attack and Speed are halved for 5 turns.",
|
|
1016
|
+
"desc": "On switch-in, this Pokemon's Attack and Speed are halved for 5 turns."
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"id": "scrappy",
|
|
1020
|
+
"name": "Scrappy",
|
|
1021
|
+
"psName": "Scrappy",
|
|
1022
|
+
"tags": ["bypass"],
|
|
1023
|
+
"gen": 4,
|
|
1024
|
+
"shortDesc": "Fighting, Normal moves hit Ghost. Immune to Intimidate.",
|
|
1025
|
+
"desc": "This Pokemon can hit Ghost types with Normal- and Fighting-type moves. This Pokemon is immune to the effect of the Intimidate Ability."
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"id": "stormdrain",
|
|
1029
|
+
"name": "Storm Drain",
|
|
1030
|
+
"psName": "Storm Drain",
|
|
1031
|
+
"immunities": ["water"],
|
|
1032
|
+
"tags": ["ally-helper", "heal", "stat-boost"],
|
|
1033
|
+
"gen": 4,
|
|
1034
|
+
"shortDesc": "This Pokemon draws Water moves to itself to raise Sp. Atk by 1; Water immunity.",
|
|
1035
|
+
"desc": "This Pokemon is immune to Water-type moves and raises its Special Attack by 1 stage when hit by a Water-type move. If this Pokemon is not the target of a single-target Water-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer."
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"id": "icebody",
|
|
1039
|
+
"name": "Ice Body",
|
|
1040
|
+
"psName": "Ice Body",
|
|
1041
|
+
"tags": ["heal", "weather"],
|
|
1042
|
+
"gen": 4,
|
|
1043
|
+
"shortDesc": "If Snow is active, this Pokemon heals 1/16 of its max HP each turn.",
|
|
1044
|
+
"desc": "If Snow is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn."
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"id": "solidrock",
|
|
1048
|
+
"name": "Solid Rock",
|
|
1049
|
+
"psName": "Solid Rock",
|
|
1050
|
+
"tags": ["defense"],
|
|
1051
|
+
"gen": 4,
|
|
1052
|
+
"shortDesc": "This Pokemon receives 3/4 damage from supereffective attacks.",
|
|
1053
|
+
"desc": "This Pokemon receives 3/4 damage from supereffective attacks."
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"id": "snowwarning",
|
|
1057
|
+
"name": "Snow Warning",
|
|
1058
|
+
"psName": "Snow Warning",
|
|
1059
|
+
"tags": ["weather"],
|
|
1060
|
+
"gen": 4,
|
|
1061
|
+
"shortDesc": "On switch-in, this Pokemon summons Snow.",
|
|
1062
|
+
"desc": "On switch-in, this Pokemon summons Snow."
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"id": "honeygather",
|
|
1066
|
+
"name": "Honey Gather",
|
|
1067
|
+
"psName": "Honey Gather",
|
|
1068
|
+
"tags": ["handicap"],
|
|
1069
|
+
"gen": 4,
|
|
1070
|
+
"shortDesc": "No competitive use.",
|
|
1071
|
+
"desc": "No competitive use."
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"id": "frisk",
|
|
1075
|
+
"name": "Frisk",
|
|
1076
|
+
"psName": "Frisk",
|
|
1077
|
+
"tags": ["alert", "items"],
|
|
1078
|
+
"gen": 4,
|
|
1079
|
+
"shortDesc": "On switch-in, this Pokemon identifies the held items of all opposing Pokemon.",
|
|
1080
|
+
"desc": "On switch-in, this Pokemon identifies the held items of all opposing Pokemon."
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"id": "reckless",
|
|
1084
|
+
"name": "Reckless",
|
|
1085
|
+
"psName": "Reckless",
|
|
1086
|
+
"tags": ["move-boost"],
|
|
1087
|
+
"gen": 4,
|
|
1088
|
+
"shortDesc": "This Pokemon's attacks with recoil or crash damage have 1.2x power; not Struggle.",
|
|
1089
|
+
"desc": "This Pokemon's attacks with recoil or crash damage have their power multiplied by 1.2. Does not affect Struggle."
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"id": "multitype",
|
|
1093
|
+
"name": "Multitype",
|
|
1094
|
+
"psName": "Multitype",
|
|
1095
|
+
"tags": ["species-specific", "type-change"],
|
|
1096
|
+
"gen": 4,
|
|
1097
|
+
"shortDesc": "If this Pokemon is an Arceus, its type changes to match its held Plate.",
|
|
1098
|
+
"desc": "If this Pokemon is an Arceus, its type changes to match its held Plate."
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"id": "flowergift",
|
|
1102
|
+
"name": "Flower Gift",
|
|
1103
|
+
"psName": "Flower Gift",
|
|
1104
|
+
"tags": ["ally-helper", "species-specific", "weather"],
|
|
1105
|
+
"gen": 4,
|
|
1106
|
+
"shortDesc": "If user is Cherrim and Sunny Day is active, it and allies' Attack and Sp. Def are 1.5x.",
|
|
1107
|
+
"desc": "If this Pokemon is a Cherrim and Sunny Day is active, it changes to Sunshine Form and the Attack and Special Defense of it and its allies are multiplied by 1.5. These effects are prevented if the Pokemon is holding a Utility Umbrella."
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"id": "baddreams",
|
|
1111
|
+
"name": "Bad Dreams",
|
|
1112
|
+
"psName": "Bad Dreams",
|
|
1113
|
+
"tags": ["damage"],
|
|
1114
|
+
"gen": 4,
|
|
1115
|
+
"shortDesc": "Causes sleeping foes to lose 1/8 of their max HP at the end of each turn.",
|
|
1116
|
+
"desc": "Causes opposing Pokemon to lose 1/8 of their maximum HP, rounded down, at the end of each turn if they are asleep."
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"id": "pickpocket",
|
|
1120
|
+
"name": "Pickpocket",
|
|
1121
|
+
"psName": "Pickpocket",
|
|
1122
|
+
"tags": ["items", "steal"],
|
|
1123
|
+
"gen": 5,
|
|
1124
|
+
"shortDesc": "If this Pokemon has no item and is hit by a contact move, it steals the attacker's item.",
|
|
1125
|
+
"desc": "If this Pokemon has no item and is hit by a contact move, it steals the attacker's item. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability."
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"id": "sheerforce",
|
|
1129
|
+
"name": "Sheer Force",
|
|
1130
|
+
"psName": "Sheer Force",
|
|
1131
|
+
"tags": ["move-boost"],
|
|
1132
|
+
"gen": 5,
|
|
1133
|
+
"shortDesc": "This Pokemon's attacks with secondary effects have 1.3x power; nullifies the effects.",
|
|
1134
|
+
"desc": "This Pokemon's attacks with secondary effects have their power multiplied by 1.3, but the secondary effects are removed. If a secondary effect was removed, it also removes the user's Life Orb recoil and Shell Bell recovery, and prevents the target's Anger Shell, Berserk, Color Change, Emergency Exit, Pickpocket, Wimp Out, Red Card, Eject Button, Kee Berry, and Maranga Berry from activating."
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"id": "contrary",
|
|
1138
|
+
"name": "Contrary",
|
|
1139
|
+
"psName": "Contrary",
|
|
1140
|
+
"tags": ["stat-boost"],
|
|
1141
|
+
"gen": 5,
|
|
1142
|
+
"shortDesc": "If this Pokemon has a stat stage raised it is lowered instead, and vice versa.",
|
|
1143
|
+
"desc": "If this Pokemon has a stat stage raised it is lowered instead, and vice versa."
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"id": "unnerve",
|
|
1147
|
+
"name": "Unnerve",
|
|
1148
|
+
"psName": "Unnerve",
|
|
1149
|
+
"tags": ["items"],
|
|
1150
|
+
"gen": 5,
|
|
1151
|
+
"shortDesc": "While this Pokemon is active, it prevents opposing Pokemon from using their Berries.",
|
|
1152
|
+
"desc": "While this Pokemon is active, it prevents opposing Pokemon from using their Berries. This Ability activates before hazards and other Abilities take effect."
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"id": "defiant",
|
|
1156
|
+
"name": "Defiant",
|
|
1157
|
+
"psName": "Defiant",
|
|
1158
|
+
"tags": ["stat-boost"],
|
|
1159
|
+
"gen": 5,
|
|
1160
|
+
"shortDesc": "This Pokemon's Attack is raised by 2 for each of its stats that is lowered by a foe.",
|
|
1161
|
+
"desc": "This Pokemon's Attack is raised by 2 stages for each of its stat stages that is lowered by an opposing Pokemon."
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"id": "defeatist",
|
|
1165
|
+
"name": "Defeatist",
|
|
1166
|
+
"psName": "Defeatist",
|
|
1167
|
+
"gen": 5,
|
|
1168
|
+
"shortDesc": "While this Pokemon has 1/2 or less of its max HP, its Attack and Sp. Atk are halved.",
|
|
1169
|
+
"desc": "While this Pokemon has 1/2 or less of its maximum HP, its Attack and Special Attack are halved.",
|
|
1170
|
+
"tags": ["handicap"]
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"id": "cursedbody",
|
|
1174
|
+
"name": "Cursed Body",
|
|
1175
|
+
"psName": "Cursed Body",
|
|
1176
|
+
"gen": 5,
|
|
1177
|
+
"shortDesc": "If this Pokemon is hit by an attack, there is a 30% chance that move gets disabled.",
|
|
1178
|
+
"desc": "If this Pokemon is hit by an attack, there is a 30% chance that move gets disabled unless one of the attacker's moves is already disabled.",
|
|
1179
|
+
"tags": ["defense"]
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"id": "healer",
|
|
1183
|
+
"name": "Healer",
|
|
1184
|
+
"psName": "Healer",
|
|
1185
|
+
"gen": 5,
|
|
1186
|
+
"shortDesc": "30% chance this Pokemon's ally has its status cured at the end of each turn.",
|
|
1187
|
+
"desc": "30% chance this Pokemon's ally has its non-volatile status condition cured at the end of each turn.",
|
|
1188
|
+
"tags": ["ally-helper"]
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"id": "friendguard",
|
|
1192
|
+
"name": "Friend Guard",
|
|
1193
|
+
"psName": "Friend Guard",
|
|
1194
|
+
"gen": 5,
|
|
1195
|
+
"shortDesc": "This Pokemon's allies receive 3/4 damage from other Pokemon's attacks.",
|
|
1196
|
+
"desc": "This Pokemon's allies receive 3/4 damage from other Pokemon's attacks.",
|
|
1197
|
+
"tags": ["ally-helper", "defense"]
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"id": "weakarmor",
|
|
1201
|
+
"name": "Weak Armor",
|
|
1202
|
+
"psName": "Weak Armor",
|
|
1203
|
+
"gen": 5,
|
|
1204
|
+
"shortDesc": "If a physical attack hits this Pokemon, Defense is lowered by 1, Speed is raised by 2.",
|
|
1205
|
+
"desc": "If a physical attack hits this Pokemon, its Defense is lowered by 1 stage and its Speed is raised by 2 stages.",
|
|
1206
|
+
"tags": ["stat-boost"]
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"id": "heavymetal",
|
|
1210
|
+
"name": "Heavy Metal",
|
|
1211
|
+
"psName": "Heavy Metal",
|
|
1212
|
+
"gen": 5,
|
|
1213
|
+
"shortDesc": "This Pokemon's weight is doubled.",
|
|
1214
|
+
"desc": "This Pokemon's weight is doubled. This effect is calculated after the effect of Autotomize, and before the effect of Float Stone.",
|
|
1215
|
+
"tags": ["other"]
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"id": "lightmetal",
|
|
1219
|
+
"name": "Light Metal",
|
|
1220
|
+
"psName": "Light Metal",
|
|
1221
|
+
"gen": 5,
|
|
1222
|
+
"shortDesc": "This Pokemon's weight is halved.",
|
|
1223
|
+
"desc": "This Pokemon's weight is halved, rounded down to a tenth of a kilogram. This effect is calculated after the effect of Autotomize, and before the effect of Float Stone. A Pokemon's weight will not drop below 0.1 kg.",
|
|
1224
|
+
"tags": ["other"]
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"id": "multiscale",
|
|
1228
|
+
"name": "Multiscale",
|
|
1229
|
+
"psName": "Multiscale",
|
|
1230
|
+
"gen": 5,
|
|
1231
|
+
"shortDesc": "If this Pokemon is at full HP, damage taken from attacks is halved.",
|
|
1232
|
+
"desc": "If this Pokemon is at full HP, damage taken from attacks is halved.",
|
|
1233
|
+
"tags": ["defense"]
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"id": "toxicboost",
|
|
1237
|
+
"name": "Toxic Boost",
|
|
1238
|
+
"psName": "Toxic Boost",
|
|
1239
|
+
"gen": 5,
|
|
1240
|
+
"shortDesc": "While this Pokemon is poisoned, its physical attacks have 1.5x power.",
|
|
1241
|
+
"desc": "While this Pokemon is poisoned, the power of its physical attacks is multiplied by 1.5.",
|
|
1242
|
+
"tags": ["move-boost"]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"id": "flareboost",
|
|
1246
|
+
"name": "Flare Boost",
|
|
1247
|
+
"psName": "Flare Boost",
|
|
1248
|
+
"gen": 5,
|
|
1249
|
+
"shortDesc": "While this Pokemon is burned, its special attacks have 1.5x power.",
|
|
1250
|
+
"desc": "While this Pokemon is burned, the power of its special attacks is multiplied by 1.5.",
|
|
1251
|
+
"tags": ["move-boost"]
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"id": "harvest",
|
|
1255
|
+
"name": "Harvest",
|
|
1256
|
+
"psName": "Harvest",
|
|
1257
|
+
"gen": 5,
|
|
1258
|
+
"shortDesc": "If last item used is a Berry, 50% chance to restore it each end of turn. 100% in Sun.",
|
|
1259
|
+
"desc": "If the last item this Pokemon used is a Berry, there is a 50% chance it gets restored at the end of each turn. If Sunny Day is active, this chance is 100%.",
|
|
1260
|
+
"tags": ["items", "weather"]
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"id": "telepathy",
|
|
1264
|
+
"name": "Telepathy",
|
|
1265
|
+
"psName": "Telepathy",
|
|
1266
|
+
"gen": 5,
|
|
1267
|
+
"shortDesc": "This Pokemon does not take damage from attacks made by its allies.",
|
|
1268
|
+
"desc": "This Pokemon does not take damage from attacks made by its allies.",
|
|
1269
|
+
"tags": ["defense"]
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"id": "moody",
|
|
1273
|
+
"name": "Moody",
|
|
1274
|
+
"psName": "Moody",
|
|
1275
|
+
"gen": 5,
|
|
1276
|
+
"shortDesc": "Boosts a random stat (except accuracy/evasion) +2 and another stat -1 every turn.",
|
|
1277
|
+
"desc": "This Pokemon has a random stat, other than accuracy or evasiveness, raised by 2 stages and another stat lowered by 1 stage at the end of each turn.",
|
|
1278
|
+
"tags": ["stat-boost"]
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"id": "overcoat",
|
|
1282
|
+
"name": "Overcoat",
|
|
1283
|
+
"psName": "Overcoat",
|
|
1284
|
+
"gen": 5,
|
|
1285
|
+
"shortDesc": "This Pokemon is immune to powder moves, Sandstorm damage, and Effect Spore.",
|
|
1286
|
+
"desc": "This Pokemon is immune to powder moves, damage from Sandstorm, and the effects of Rage Powder and the Effect Spore Ability.",
|
|
1287
|
+
"tags": ["defense", "status-immunity"]
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"id": "poisontouch",
|
|
1291
|
+
"name": "Poison Touch",
|
|
1292
|
+
"psName": "Poison Touch",
|
|
1293
|
+
"gen": 5,
|
|
1294
|
+
"shortDesc": "This Pokemon's contact moves have a 30% chance of poisoning.",
|
|
1295
|
+
"desc": "This Pokemon's contact moves have a 30% chance of poisoning. This effect comes after a move's inherent secondary effect chance.",
|
|
1296
|
+
"tags": ["status-trigger"]
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"id": "regenerator",
|
|
1300
|
+
"name": "Regenerator",
|
|
1301
|
+
"psName": "Regenerator",
|
|
1302
|
+
"gen": 5,
|
|
1303
|
+
"shortDesc": "This Pokemon restores 1/3 of its maximum HP, rounded down, when it switches out.",
|
|
1304
|
+
"desc": "This Pokemon restores 1/3 of its maximum HP, rounded down, when it switches out.",
|
|
1305
|
+
"tags": ["heal"]
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"id": "bigpecks",
|
|
1309
|
+
"name": "Big Pecks",
|
|
1310
|
+
"psName": "Big Pecks",
|
|
1311
|
+
"gen": 5,
|
|
1312
|
+
"shortDesc": "Prevents other Pokemon from lowering this Pokemon's Defense stat stage.",
|
|
1313
|
+
"desc": "Prevents other Pokemon from lowering this Pokemon's Defense stat stage.",
|
|
1314
|
+
"tags": ["defense"]
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"id": "sandrush",
|
|
1318
|
+
"name": "Sand Rush",
|
|
1319
|
+
"psName": "Sand Rush",
|
|
1320
|
+
"gen": 5,
|
|
1321
|
+
"shortDesc": "If Sandstorm is active, this Pokemon's Speed is doubled; immunity to Sandstorm.",
|
|
1322
|
+
"desc": "If Sandstorm is active, this Pokemon's Speed is doubled. This Pokemon takes no damage from Sandstorm.",
|
|
1323
|
+
"tags": ["stat-boost", "weather"]
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"id": "wonderskin",
|
|
1327
|
+
"name": "Wonder Skin",
|
|
1328
|
+
"psName": "Wonder Skin",
|
|
1329
|
+
"gen": 5,
|
|
1330
|
+
"shortDesc": "Status moves with accuracy checks are 50% accurate when used on this Pokemon.",
|
|
1331
|
+
"desc": "Non-damaging moves that check accuracy have their accuracy changed to 50% when used against this Pokemon. This effect comes before other effects that modify accuracy.",
|
|
1332
|
+
"tags": ["defense"]
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"id": "analytic",
|
|
1336
|
+
"name": "Analytic",
|
|
1337
|
+
"psName": "Analytic",
|
|
1338
|
+
"gen": 5,
|
|
1339
|
+
"shortDesc": "This Pokemon's attacks have 1.3x power if it is the last to move in a turn.",
|
|
1340
|
+
"desc": "The power of this Pokemon's move is multiplied by 1.3 if it is the last to move in a turn. Does not affect Doom Desire and Future Sight.",
|
|
1341
|
+
"tags": ["move-boost"]
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"id": "illusion",
|
|
1345
|
+
"name": "Illusion",
|
|
1346
|
+
"psName": "Illusion",
|
|
1347
|
+
"gen": 5,
|
|
1348
|
+
"shortDesc": "This Pokemon appears as the last Pokemon in the party until it takes direct damage.",
|
|
1349
|
+
"desc": "When this Pokemon switches in, it appears as the last unfainted Pokemon in its party until it takes direct damage from another Pokemon's attack. This Pokemon's actual level and HP are displayed instead of those of the mimicked Pokemon.",
|
|
1350
|
+
"tags": ["other"]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"id": "imposter",
|
|
1354
|
+
"name": "Imposter",
|
|
1355
|
+
"psName": "Imposter",
|
|
1356
|
+
"gen": 5,
|
|
1357
|
+
"shortDesc": "On switch-in, this Pokemon Transforms into the opposing Pokemon that is facing it.",
|
|
1358
|
+
"desc": "On switch-in, this Pokemon Transforms into the opposing Pokemon that is facing it. If there is no Pokemon at that position, this Pokemon does not Transform.",
|
|
1359
|
+
"tags": ["type-change"]
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"id": "infiltrator",
|
|
1363
|
+
"name": "Infiltrator",
|
|
1364
|
+
"psName": "Infiltrator",
|
|
1365
|
+
"gen": 5,
|
|
1366
|
+
"shortDesc": "Moves ignore substitutes and foe's Reflect/Light Screen/Safeguard/Mist/Aurora Veil.",
|
|
1367
|
+
"desc": "This Pokemon's moves ignore substitutes and the opposing side's Reflect, Light Screen, Safeguard, Mist, and Aurora Veil.",
|
|
1368
|
+
"tags": ["bypass"]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"id": "mummy",
|
|
1372
|
+
"name": "Mummy",
|
|
1373
|
+
"psName": "Mummy",
|
|
1374
|
+
"gen": 5,
|
|
1375
|
+
"shortDesc": "Pokemon making contact with this Pokemon have their Ability changed to Mummy.",
|
|
1376
|
+
"desc": "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Mummy, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Tera Shift, Zen Mode, or Zero to Hero Abilities.",
|
|
1377
|
+
"tags": ["ability-change"]
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"id": "moxie",
|
|
1381
|
+
"name": "Moxie",
|
|
1382
|
+
"psName": "Moxie",
|
|
1383
|
+
"gen": 5,
|
|
1384
|
+
"shortDesc": "This Pokemon's Attack is raised by 1 stage if it attacks and KOes another Pokemon.",
|
|
1385
|
+
"desc": "This Pokemon's Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",
|
|
1386
|
+
"tags": ["stat-boost"]
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"id": "justified",
|
|
1390
|
+
"name": "Justified",
|
|
1391
|
+
"psName": "Justified",
|
|
1392
|
+
"gen": 5,
|
|
1393
|
+
"shortDesc": "This Pokemon's Attack is raised by 1 stage after it is damaged by a Dark-type move.",
|
|
1394
|
+
"desc": "This Pokemon's Attack is raised by 1 stage after it is damaged by a Dark-type move.",
|
|
1395
|
+
"tags": ["stat-boost"]
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"id": "rattled",
|
|
1399
|
+
"name": "Rattled",
|
|
1400
|
+
"psName": "Rattled",
|
|
1401
|
+
"gen": 5,
|
|
1402
|
+
"shortDesc": "Speed is raised 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or Intimidated.",
|
|
1403
|
+
"desc": "This Pokemon's Speed is raised by 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or if an opposing Pokemon affected this Pokemon with the Intimidate Ability.",
|
|
1404
|
+
"tags": ["stat-boost"]
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"id": "magicbounce",
|
|
1408
|
+
"name": "Magic Bounce",
|
|
1409
|
+
"psName": "Magic Bounce",
|
|
1410
|
+
"gen": 5,
|
|
1411
|
+
"shortDesc": "This Pokemon blocks certain Status moves and bounces them back to the user.",
|
|
1412
|
+
"desc": "This Pokemon is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. Moves reflected in this way are unable to be reflected again by this or Magic Coat's effect. Spikes, Stealth Rock, Sticky Web, and Toxic Spikes can only be reflected once per side, by the leftmost Pokemon under this or Magic Coat's effect. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this Ability takes effect.",
|
|
1413
|
+
"tags": ["defense"]
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"id": "sapsipper",
|
|
1417
|
+
"name": "Sap Sipper",
|
|
1418
|
+
"psName": "Sap Sipper",
|
|
1419
|
+
"gen": 5,
|
|
1420
|
+
"shortDesc": "This Pokemon's Attack is raised 1 stage if hit by a Grass move; Grass immunity.",
|
|
1421
|
+
"desc": "This Pokemon is immune to Grass-type moves and raises its Attack by 1 stage when hit by a Grass-type move.",
|
|
1422
|
+
"immunities": ["grass"],
|
|
1423
|
+
"tags": ["heal", "stat-boost"]
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"id": "prankster",
|
|
1427
|
+
"name": "Prankster",
|
|
1428
|
+
"psName": "Prankster",
|
|
1429
|
+
"gen": 5,
|
|
1430
|
+
"shortDesc": "This Pokemon's Status moves have priority raised by 1, but Dark types are immune.",
|
|
1431
|
+
"desc": "This Pokemon's non-damaging moves have their priority increased by 1. Opposing Dark-type Pokemon are immune to these moves, and any move called by these moves, if the resulting user of the move has this Ability.",
|
|
1432
|
+
"tags": ["priority-control"]
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"id": "sandforce",
|
|
1436
|
+
"name": "Sand Force",
|
|
1437
|
+
"psName": "Sand Force",
|
|
1438
|
+
"gen": 5,
|
|
1439
|
+
"shortDesc": "This Pokemon's Ground/Rock/Steel attacks do 1.3x in Sandstorm; immunity to it.",
|
|
1440
|
+
"desc": "If Sandstorm is active, this Pokemon's Ground-, Rock-, and Steel-type attacks have their power multiplied by 1.3. This Pokemon takes no damage from Sandstorm.",
|
|
1441
|
+
"tags": ["move-boost", "weather"]
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"id": "ironbarbs",
|
|
1445
|
+
"name": "Iron Barbs",
|
|
1446
|
+
"psName": "Iron Barbs",
|
|
1447
|
+
"gen": 5,
|
|
1448
|
+
"shortDesc": "Pokemon making contact with this Pokemon lose 1/8 of their max HP.",
|
|
1449
|
+
"desc": "Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down.",
|
|
1450
|
+
"tags": ["damage"]
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"id": "zenmode",
|
|
1454
|
+
"name": "Zen Mode",
|
|
1455
|
+
"psName": "Zen Mode",
|
|
1456
|
+
"gen": 5,
|
|
1457
|
+
"shortDesc": "If Darmanitan, at end of turn changes Mode to Standard if > 1/2 max HP, else Zen.",
|
|
1458
|
+
"desc": "If this Pokemon is a Darmanitan or Galarian Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode.",
|
|
1459
|
+
"tags": ["species-specific"]
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"id": "victorystar",
|
|
1463
|
+
"name": "Victory Star",
|
|
1464
|
+
"psName": "Victory Star",
|
|
1465
|
+
"gen": 5,
|
|
1466
|
+
"shortDesc": "This Pokemon and its allies' moves have their accuracy multiplied by 1.1.",
|
|
1467
|
+
"desc": "This Pokemon and its allies' moves have their accuracy multiplied by 1.1.",
|
|
1468
|
+
"tags": ["ally-helper", "move-boost"]
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"id": "turboblaze",
|
|
1472
|
+
"name": "Turboblaze",
|
|
1473
|
+
"psName": "Turboblaze",
|
|
1474
|
+
"gen": 5,
|
|
1475
|
+
"shortDesc": "This Pokemon's moves and their effects ignore the Abilities of other Pokemon.",
|
|
1476
|
+
"desc": "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Armor Tail, Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Earth Eater, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Good as Gold, Grass Pelt, Guard Dog, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Illuminate, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mind's Eye, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Purifying Salt, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Tera Shell, Thermal Exchange, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, Well-Baked Body, White Smoke, Wind Rider, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
1477
|
+
"tags": ["bypass"]
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"id": "teravolt",
|
|
1481
|
+
"name": "Teravolt",
|
|
1482
|
+
"psName": "Teravolt",
|
|
1483
|
+
"gen": 5,
|
|
1484
|
+
"shortDesc": "This Pokemon's moves and their effects ignore the Abilities of other Pokemon.",
|
|
1485
|
+
"desc": "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Armor Tail, Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Earth Eater, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Good as Gold, Grass Pelt, Guard Dog, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Illuminate, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mind's Eye, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Purifying Salt, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Tera Shell, Thermal Exchange, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, Well-Baked Body, White Smoke, Wind Rider, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
|
|
1486
|
+
"tags": ["bypass"]
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"id": "aromaveil",
|
|
1490
|
+
"name": "Aroma Veil",
|
|
1491
|
+
"psName": "Aroma Veil",
|
|
1492
|
+
"gen": 6,
|
|
1493
|
+
"shortDesc": "Protects user/allies from Attract, Disable, Encore, Heal Block, Taunt, and Torment.",
|
|
1494
|
+
"desc": "This Pokemon and its allies cannot become affected by Attract, Disable, Encore, Heal Block, Taunt, or Torment.",
|
|
1495
|
+
"tags": ["ally-helper", "defense"]
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"id": "flowerveil",
|
|
1499
|
+
"name": "Flower Veil",
|
|
1500
|
+
"psName": "Flower Veil",
|
|
1501
|
+
"gen": 6,
|
|
1502
|
+
"shortDesc": "This side's Grass types can't have stats lowered or status inflicted by other Pokemon.",
|
|
1503
|
+
"desc": "Grass-type Pokemon on this Pokemon's side cannot have their stat stages lowered by other Pokemon or have a non-volatile status condition inflicted on them by other Pokemon.",
|
|
1504
|
+
"tags": ["ally-helper", "defense", "status-immunity"]
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"id": "cheekpouch",
|
|
1508
|
+
"name": "Cheek Pouch",
|
|
1509
|
+
"psName": "Cheek Pouch",
|
|
1510
|
+
"gen": 6,
|
|
1511
|
+
"shortDesc": "If this Pokemon eats a Berry, it restores 1/3 of its max HP after the Berry's effect.",
|
|
1512
|
+
"desc": "If this Pokemon eats a held Berry, it restores 1/3 of its maximum HP, rounded down, in addition to the Berry's effect. This effect can also activate after the effects of Bug Bite, Fling, Pluck, Stuff Cheeks, and Teatime if the eaten Berry had an effect on this Pokemon.",
|
|
1513
|
+
"tags": ["heal", "items"]
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"id": "protean",
|
|
1517
|
+
"name": "Protean",
|
|
1518
|
+
"psName": "Protean",
|
|
1519
|
+
"gen": 6,
|
|
1520
|
+
"shortDesc": "This Pokemon's type changes to the type of the move it is using. Once per switch-in.",
|
|
1521
|
+
"desc": "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in, and only if this Pokemon is not Terastallized.",
|
|
1522
|
+
"tags": ["type-change"]
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"id": "furcoat",
|
|
1526
|
+
"name": "Fur Coat",
|
|
1527
|
+
"psName": "Fur Coat",
|
|
1528
|
+
"gen": 6,
|
|
1529
|
+
"shortDesc": "This Pokemon's Defense is doubled.",
|
|
1530
|
+
"desc": "This Pokemon's Defense is doubled.",
|
|
1531
|
+
"tags": ["defense"]
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"id": "magician",
|
|
1535
|
+
"name": "Magician",
|
|
1536
|
+
"psName": "Magician",
|
|
1537
|
+
"gen": 6,
|
|
1538
|
+
"shortDesc": "If this Pokemon has no item, it steals the item off a Pokemon it hits with an attack.",
|
|
1539
|
+
"desc": "If this Pokemon has no item, it steals the item off a Pokemon it hits with an attack. Does not affect Doom Desire and Future Sight. If multiple targets are hit by an attack the item is stolen from the fastest Pokemon, while considering the effect of Trick Room and prioritizing opposing Pokemon before allies.",
|
|
1540
|
+
"tags": ["items", "steal"]
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"id": "bulletproof",
|
|
1544
|
+
"name": "Bulletproof",
|
|
1545
|
+
"psName": "Bulletproof",
|
|
1546
|
+
"gen": 6,
|
|
1547
|
+
"shortDesc": "This Pokemon is immune to bullet moves.",
|
|
1548
|
+
"desc": "This Pokemon is immune to bullet moves.",
|
|
1549
|
+
"tags": ["defense"]
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"id": "competitive",
|
|
1553
|
+
"name": "Competitive",
|
|
1554
|
+
"psName": "Competitive",
|
|
1555
|
+
"gen": 6,
|
|
1556
|
+
"shortDesc": "This Pokemon's Sp. Atk is raised by 2 for each of its stats that is lowered by a foe.",
|
|
1557
|
+
"desc": "This Pokemon's Special Attack is raised by 2 stages for each of its stat stages that is lowered by an opposing Pokemon.",
|
|
1558
|
+
"tags": ["stat-boost"]
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"id": "strongjaw",
|
|
1562
|
+
"name": "Strong Jaw",
|
|
1563
|
+
"psName": "Strong Jaw",
|
|
1564
|
+
"gen": 6,
|
|
1565
|
+
"shortDesc": "This Pokemon's bite-based attacks have 1.5x power. Bug Bite is not boosted.",
|
|
1566
|
+
"desc": "This Pokemon's bite-based attacks have their power multiplied by 1.5.",
|
|
1567
|
+
"tags": ["move-boost"]
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"id": "refrigerate",
|
|
1571
|
+
"name": "Refrigerate",
|
|
1572
|
+
"psName": "Refrigerate",
|
|
1573
|
+
"gen": 6,
|
|
1574
|
+
"shortDesc": "This Pokemon's Normal-type moves become Ice type and have 1.2x power.",
|
|
1575
|
+
"desc": "This Pokemon's Normal-type moves become Ice-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
|
|
1576
|
+
"tags": ["move-boost"]
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"id": "sweetveil",
|
|
1580
|
+
"name": "Sweet Veil",
|
|
1581
|
+
"psName": "Sweet Veil",
|
|
1582
|
+
"gen": 6,
|
|
1583
|
+
"shortDesc": "This Pokemon and its allies cannot fall asleep; those already asleep do not wake up.",
|
|
1584
|
+
"desc": "This Pokemon and its allies cannot fall asleep, but those already asleep do not wake up immediately. This Pokemon and its allies cannot use Rest successfully or become affected by Yawn, and those previously affected will not fall asleep.",
|
|
1585
|
+
"tags": ["ally-helper", "status-immunity"]
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"id": "stancechange",
|
|
1589
|
+
"name": "Stance Change",
|
|
1590
|
+
"psName": "Stance Change",
|
|
1591
|
+
"gen": 6,
|
|
1592
|
+
"shortDesc": "If Aegislash, changes Forme to Blade before attacks and Shield before King's Shield.",
|
|
1593
|
+
"desc": "If this Pokemon is an Aegislash, it changes to Blade Forme before using an attacking move, and changes to Shield Forme before using King's Shield.",
|
|
1594
|
+
"tags": ["species-specific"]
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"id": "galewings",
|
|
1598
|
+
"name": "Gale Wings",
|
|
1599
|
+
"psName": "Gale Wings",
|
|
1600
|
+
"gen": 6,
|
|
1601
|
+
"shortDesc": "If this Pokemon is at full HP, its Flying-type moves have their priority increased by 1.",
|
|
1602
|
+
"desc": "If this Pokemon is at full HP, its Flying-type moves have their priority increased by 1.",
|
|
1603
|
+
"tags": ["move-boost", "priority-control"]
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"id": "megalauncher",
|
|
1607
|
+
"name": "Mega Launcher",
|
|
1608
|
+
"psName": "Mega Launcher",
|
|
1609
|
+
"gen": 6,
|
|
1610
|
+
"shortDesc": "This Pokemon's pulse moves have 1.5x power. Heal Pulse heals 3/4 target's max HP.",
|
|
1611
|
+
"desc": "This Pokemon's pulse moves have their power multiplied by 1.5. Heal Pulse restores 3/4 of a target's maximum HP, rounded half down.",
|
|
1612
|
+
"tags": ["ally-helper", "move-boost"]
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"id": "grasspelt",
|
|
1616
|
+
"name": "Grass Pelt",
|
|
1617
|
+
"psName": "Grass Pelt",
|
|
1618
|
+
"gen": 6,
|
|
1619
|
+
"shortDesc": "If Grassy Terrain is active, this Pokemon's Defense is multiplied by 1.5.",
|
|
1620
|
+
"desc": "If Grassy Terrain is active, this Pokemon's Defense is multiplied by 1.5.",
|
|
1621
|
+
"tags": ["stat-boost", "terrain"]
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"id": "symbiosis",
|
|
1625
|
+
"name": "Symbiosis",
|
|
1626
|
+
"psName": "Symbiosis",
|
|
1627
|
+
"gen": 6,
|
|
1628
|
+
"shortDesc": "If an ally uses its item, this Pokemon gives its item to that ally immediately.",
|
|
1629
|
+
"desc": "If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off, or if the ally used an Eject Button or Eject Pack.",
|
|
1630
|
+
"tags": ["ally-helper", "items"]
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"id": "toughclaws",
|
|
1634
|
+
"name": "Tough Claws",
|
|
1635
|
+
"psName": "Tough Claws",
|
|
1636
|
+
"gen": 6,
|
|
1637
|
+
"shortDesc": "This Pokemon's contact moves have their power multiplied by 1.3.",
|
|
1638
|
+
"desc": "This Pokemon's contact moves have their power multiplied by 1.3.",
|
|
1639
|
+
"tags": ["move-boost"]
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"id": "pixilate",
|
|
1643
|
+
"name": "Pixilate",
|
|
1644
|
+
"psName": "Pixilate",
|
|
1645
|
+
"gen": 6,
|
|
1646
|
+
"shortDesc": "This Pokemon's Normal-type moves become Fairy type and have 1.2x power.",
|
|
1647
|
+
"desc": "This Pokemon's Normal-type moves become Fairy-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
|
|
1648
|
+
"tags": ["move-boost"]
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"id": "gooey",
|
|
1652
|
+
"name": "Gooey",
|
|
1653
|
+
"psName": "Gooey",
|
|
1654
|
+
"gen": 6,
|
|
1655
|
+
"shortDesc": "Pokemon making contact with this Pokemon have their Speed lowered by 1 stage.",
|
|
1656
|
+
"desc": "Pokemon making contact with this Pokemon have their Speed lowered by 1 stage.",
|
|
1657
|
+
"tags": ["target-weaken"]
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"id": "aerilate",
|
|
1661
|
+
"name": "Aerilate",
|
|
1662
|
+
"psName": "Aerilate",
|
|
1663
|
+
"gen": 6,
|
|
1664
|
+
"shortDesc": "This Pokemon's Normal-type moves become Flying type and have 1.2x power.",
|
|
1665
|
+
"desc": "This Pokemon's Normal-type moves become Flying-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
|
|
1666
|
+
"tags": ["move-boost"]
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"id": "parentalbond",
|
|
1670
|
+
"name": "Parental Bond",
|
|
1671
|
+
"psName": "Parental Bond",
|
|
1672
|
+
"gen": 6,
|
|
1673
|
+
"shortDesc": "This Pokemon's damaging moves hit twice. The second hit has its damage quartered.",
|
|
1674
|
+
"desc": "This Pokemon's damaging moves become multi-hit moves that hit twice. The second hit has its damage quartered. Does not affect Doom Desire, Dragon Darts, Dynamax Cannon, Endeavor, Explosion, Final Gambit, Fling, Future Sight, Ice Ball, Rollout, Self-Destruct, any multi-hit move, any move that has multiple targets, or any two-turn move.",
|
|
1675
|
+
"tags": ["move-boost"]
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"id": "darkaura",
|
|
1679
|
+
"name": "Dark Aura",
|
|
1680
|
+
"psName": "Dark Aura",
|
|
1681
|
+
"gen": 6,
|
|
1682
|
+
"shortDesc": "While this Pokemon is active, a Dark move used by any Pokemon has 1.33x power.",
|
|
1683
|
+
"desc": "While this Pokemon is active, the power of Dark-type moves used by active Pokemon is multiplied by 1.33.",
|
|
1684
|
+
"tags": ["move-boost"]
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"id": "fairyaura",
|
|
1688
|
+
"name": "Fairy Aura",
|
|
1689
|
+
"psName": "Fairy Aura",
|
|
1690
|
+
"gen": 6,
|
|
1691
|
+
"shortDesc": "While this Pokemon is active, a Fairy move used by any Pokemon has 1.33x power.",
|
|
1692
|
+
"desc": "While this Pokemon is active, the power of Fairy-type moves used by active Pokemon is multiplied by 1.33.",
|
|
1693
|
+
"tags": ["move-boost"]
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"id": "aurabreak",
|
|
1697
|
+
"name": "Aura Break",
|
|
1698
|
+
"psName": "Aura Break",
|
|
1699
|
+
"gen": 6,
|
|
1700
|
+
"shortDesc": "While this Pokemon is active, the Dark Aura and Fairy Aura power modifier is 0.75x.",
|
|
1701
|
+
"desc": "While this Pokemon is active, the effects of the Dark Aura and Fairy Aura Abilities are reversed, multiplying the power of Dark- and Fairy-type moves, respectively, by 3/4 instead of 1.33.",
|
|
1702
|
+
"tags": ["move-boost"]
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"id": "primordialsea",
|
|
1706
|
+
"name": "Primordial Sea",
|
|
1707
|
+
"psName": "Primordial Sea",
|
|
1708
|
+
"gen": 6,
|
|
1709
|
+
"shortDesc": "On switch-in, heavy rain begins until this Ability is not active in battle.",
|
|
1710
|
+
"desc": "On switch-in, the weather becomes Primordial Sea, which includes all the effects of Rain Dance and prevents damaging Fire-type moves from executing. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Delta Stream or Desolate Land Abilities.",
|
|
1711
|
+
"tags": ["defense", "weather"],
|
|
1712
|
+
"immunities": ["fire"]
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"id": "desolateland",
|
|
1716
|
+
"name": "Desolate Land",
|
|
1717
|
+
"psName": "Desolate Land",
|
|
1718
|
+
"gen": 6,
|
|
1719
|
+
"shortDesc": "On switch-in, extremely harsh sunlight begins until this Ability is not active in battle.",
|
|
1720
|
+
"desc": "On switch-in, the weather becomes Desolate Land, which includes all the effects of Sunny Day and prevents damaging Water-type moves from executing. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Delta Stream or Primordial Sea Abilities.",
|
|
1721
|
+
"tags": ["defense", "weather"],
|
|
1722
|
+
"immunities": ["water"]
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"id": "deltastream",
|
|
1726
|
+
"name": "Delta Stream",
|
|
1727
|
+
"psName": "Delta Stream",
|
|
1728
|
+
"gen": 6,
|
|
1729
|
+
"shortDesc": "On switch-in, strong winds begin until this Ability is not active in battle.",
|
|
1730
|
+
"desc": "On switch-in, the weather becomes Delta Stream, which removes the weaknesses of the Flying type from Flying-type Pokemon. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Desolate Land or Primordial Sea Abilities.",
|
|
1731
|
+
"tags": ["defense", "weather"]
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"id": "stamina",
|
|
1735
|
+
"name": "Stamina",
|
|
1736
|
+
"psName": "Stamina",
|
|
1737
|
+
"gen": 7,
|
|
1738
|
+
"shortDesc": "This Pokemon's Defense is raised by 1 stage after it is damaged by a move.",
|
|
1739
|
+
"desc": "This Pokemon's Defense is raised by 1 stage after it is damaged by a move.",
|
|
1740
|
+
"tags": ["stat-boost"]
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"id": "wimpout",
|
|
1744
|
+
"name": "Wimp Out",
|
|
1745
|
+
"psName": "Wimp Out",
|
|
1746
|
+
"gen": 7,
|
|
1747
|
+
"shortDesc": "This Pokemon switches out when it reaches 1/2 or less of its maximum HP.",
|
|
1748
|
+
"desc": "When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability. This effect applies to both direct and indirect damage, except Curse and Substitute on use, Belly Drum, Pain Split, and confusion damage.",
|
|
1749
|
+
"tags": ["handicap"]
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"id": "emergencyexit",
|
|
1753
|
+
"name": "Emergency Exit",
|
|
1754
|
+
"psName": "Emergency Exit",
|
|
1755
|
+
"gen": 7,
|
|
1756
|
+
"shortDesc": "This Pokemon switches out when it reaches 1/2 or less of its maximum HP.",
|
|
1757
|
+
"desc": "When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability. This effect applies to both direct and indirect damage, except Curse and Substitute on use, Belly Drum, Pain Split, and confusion damage.",
|
|
1758
|
+
"tags": ["handicap"]
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"id": "watercompaction",
|
|
1762
|
+
"name": "Water Compaction",
|
|
1763
|
+
"psName": "Water Compaction",
|
|
1764
|
+
"gen": 7,
|
|
1765
|
+
"shortDesc": "This Pokemon's Defense is raised 2 stages after it is damaged by a Water-type move.",
|
|
1766
|
+
"desc": "This Pokemon's Defense is raised 2 stages after it is damaged by a Water-type move.",
|
|
1767
|
+
"tags": ["stat-boost"]
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"id": "merciless",
|
|
1771
|
+
"name": "Merciless",
|
|
1772
|
+
"psName": "Merciless",
|
|
1773
|
+
"gen": 7,
|
|
1774
|
+
"shortDesc": "This Pokemon's attacks are critical hits if the target is poisoned.",
|
|
1775
|
+
"desc": "This Pokemon's attacks are critical hits if the target is poisoned.",
|
|
1776
|
+
"tags": ["move-boost"]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"id": "shieldsdown",
|
|
1780
|
+
"name": "Shields Down",
|
|
1781
|
+
"psName": "Shields Down",
|
|
1782
|
+
"gen": 7,
|
|
1783
|
+
"shortDesc": "If Minior, switch-in/end of turn it changes to Core at 1/2 max HP or less, else Meteor.",
|
|
1784
|
+
"desc": "If this Pokemon is a Minior, it changes to its Core forme if it has 1/2 or less of its maximum HP, and changes to Meteor Form if it has more than 1/2 its maximum HP. This check is done on switch-in and at the end of each turn. While in its Meteor Form, it cannot become affected by a non-volatile status condition or Yawn.",
|
|
1785
|
+
"tags": ["species-specific", "status-immunity"]
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"id": "stakeout",
|
|
1789
|
+
"name": "Stakeout",
|
|
1790
|
+
"psName": "Stakeout",
|
|
1791
|
+
"gen": 7,
|
|
1792
|
+
"shortDesc": "This Pokemon's offensive stat is doubled against a target that switched in this turn.",
|
|
1793
|
+
"desc": "This Pokemon's offensive stat is doubled against a target that switched in this turn.",
|
|
1794
|
+
"tags": ["move-boost"]
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"id": "waterbubble",
|
|
1798
|
+
"name": "Water Bubble",
|
|
1799
|
+
"psName": "Water Bubble",
|
|
1800
|
+
"gen": 7,
|
|
1801
|
+
"shortDesc": "This Pokemon's Water power is 2x; it can't be burned; Fire power against it is halved.",
|
|
1802
|
+
"desc": "This Pokemon's offensive stat is doubled while using a Water-type attack. If a Pokemon uses a Fire-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon. This Pokemon cannot be burned. Gaining this Ability while burned cures it.",
|
|
1803
|
+
"tags": ["defense", "move-boost", "status-immunity"]
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"id": "steelworker",
|
|
1807
|
+
"name": "Steelworker",
|
|
1808
|
+
"psName": "Steelworker",
|
|
1809
|
+
"gen": 7,
|
|
1810
|
+
"shortDesc": "This Pokemon's offensive stat is multiplied by 1.5 while using a Steel-type attack.",
|
|
1811
|
+
"desc": "This Pokemon's offensive stat is multiplied by 1.5 while using a Steel-type attack.",
|
|
1812
|
+
"tags": ["move-boost"]
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"id": "berserk",
|
|
1816
|
+
"name": "Berserk",
|
|
1817
|
+
"psName": "Berserk",
|
|
1818
|
+
"gen": 7,
|
|
1819
|
+
"shortDesc": "This Pokemon's Sp. Atk is raised by 1 when it reaches 1/2 or less of its max HP.",
|
|
1820
|
+
"desc": "When this Pokemon has more than 1/2 its maximum HP and takes damage from an attack bringing it to 1/2 or less of its maximum HP, its Special Attack is raised by 1 stage. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",
|
|
1821
|
+
"tags": ["stat-boost"]
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"id": "slushrush",
|
|
1825
|
+
"name": "Slush Rush",
|
|
1826
|
+
"psName": "Slush Rush",
|
|
1827
|
+
"gen": 7,
|
|
1828
|
+
"shortDesc": "If Snow is active, this Pokemon's Speed is doubled.",
|
|
1829
|
+
"desc": "If Snow is active, this Pokemon's Speed is doubled.",
|
|
1830
|
+
"tags": ["stat-boost", "weather"]
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"id": "longreach",
|
|
1834
|
+
"name": "Long Reach",
|
|
1835
|
+
"psName": "Long Reach",
|
|
1836
|
+
"gen": 7,
|
|
1837
|
+
"shortDesc": "This Pokemon's attacks do not make contact with the target.",
|
|
1838
|
+
"desc": "This Pokemon's attacks do not make contact with the target.",
|
|
1839
|
+
"tags": ["defense"]
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"id": "liquidvoice",
|
|
1843
|
+
"name": "Liquid Voice",
|
|
1844
|
+
"psName": "Liquid Voice",
|
|
1845
|
+
"gen": 7,
|
|
1846
|
+
"shortDesc": "This Pokemon's sound-based moves become Water type.",
|
|
1847
|
+
"desc": "This Pokemon's sound-based moves become Water-type moves. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
|
|
1848
|
+
"tags": ["move-boost"]
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"id": "triage",
|
|
1852
|
+
"name": "Triage",
|
|
1853
|
+
"psName": "Triage",
|
|
1854
|
+
"gen": 7,
|
|
1855
|
+
"shortDesc": "This Pokemon's healing moves have their priority increased by 3.",
|
|
1856
|
+
"desc": "This Pokemon's healing moves have their priority increased by 3.",
|
|
1857
|
+
"tags": ["heal", "priority-control"]
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"id": "galvanize",
|
|
1861
|
+
"name": "Galvanize",
|
|
1862
|
+
"psName": "Galvanize",
|
|
1863
|
+
"gen": 7,
|
|
1864
|
+
"shortDesc": "This Pokemon's Normal-type moves become Electric type and have 1.2x power.",
|
|
1865
|
+
"desc": "This Pokemon's Normal-type moves become Electric-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
|
|
1866
|
+
"tags": ["move-boost"]
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"id": "surgesurfer",
|
|
1870
|
+
"name": "Surge Surfer",
|
|
1871
|
+
"psName": "Surge Surfer",
|
|
1872
|
+
"gen": 7,
|
|
1873
|
+
"shortDesc": "If Electric Terrain is active, this Pokemon's Speed is doubled.",
|
|
1874
|
+
"desc": "If Electric Terrain is active, this Pokemon's Speed is doubled.",
|
|
1875
|
+
"tags": ["stat-boost", "terrain"]
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"id": "schooling",
|
|
1879
|
+
"name": "Schooling",
|
|
1880
|
+
"psName": "Schooling",
|
|
1881
|
+
"gen": 7,
|
|
1882
|
+
"shortDesc": "If user is Wishiwashi, changes to School Form if it has > 1/4 max HP, else Solo Form.",
|
|
1883
|
+
"desc": "On switch-in, if this Pokemon is a Wishiwashi that is level 20 or above and has more than 1/4 of its maximum HP left, it changes to School Form. If it is in School Form and its HP drops to 1/4 of its maximum HP or less, it changes to Solo Form at the end of the turn. If it is in Solo Form and its HP is greater than 1/4 its maximum HP at the end of the turn, it changes to School Form.",
|
|
1884
|
+
"tags": ["species-specific"]
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"id": "disguise",
|
|
1888
|
+
"name": "Disguise",
|
|
1889
|
+
"psName": "Disguise",
|
|
1890
|
+
"gen": 7,
|
|
1891
|
+
"shortDesc": "(Mimikyu only) The first hit it takes is blocked, and it takes 1/8 HP damage instead.",
|
|
1892
|
+
"desc": "If this Pokemon is a Mimikyu, the first hit it takes in battle deals 0 neutral damage. Its disguise is then broken, it changes to Busted Form, and it loses 1/8 of its max HP. Confusion damage also breaks the disguise.",
|
|
1893
|
+
"tags": ["defense", "species-specific"]
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"id": "battlebond",
|
|
1897
|
+
"name": "Battle Bond",
|
|
1898
|
+
"psName": "Battle Bond",
|
|
1899
|
+
"gen": 7,
|
|
1900
|
+
"shortDesc": "After KOing a Pokemon: raises Attack, Sp. Atk, Speed by 1 stage. Once per battle.",
|
|
1901
|
+
"desc": "If this Pokemon is a Greninja, its Attack, Special Attack, and Speed are raised by 1 stage if it attacks and knocks out another Pokemon. This effect can only happen once per battle.",
|
|
1902
|
+
"tags": ["species-specific", "stat-boost"]
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"id": "powerconstruct",
|
|
1906
|
+
"name": "Power Construct",
|
|
1907
|
+
"psName": "Power Construct",
|
|
1908
|
+
"gen": 7,
|
|
1909
|
+
"shortDesc": "If Zygarde 10%/50%, changes to Complete if at 1/2 max HP or less at end of turn.",
|
|
1910
|
+
"desc": "If this Pokemon is a Zygarde in its 10% or 50% Forme, it changes to Complete Forme when it has 1/2 or less of its maximum HP at the end of the turn.",
|
|
1911
|
+
"tags": ["species-specific"]
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"id": "corrosion",
|
|
1915
|
+
"name": "Corrosion",
|
|
1916
|
+
"psName": "Corrosion",
|
|
1917
|
+
"gen": 7,
|
|
1918
|
+
"shortDesc": "This Pokemon can poison or badly poison a Pokemon regardless of its typing.",
|
|
1919
|
+
"desc": "This Pokemon can poison or badly poison a Pokemon regardless of its typing.",
|
|
1920
|
+
"tags": ["bypass"]
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"id": "comatose",
|
|
1924
|
+
"name": "Comatose",
|
|
1925
|
+
"psName": "Comatose",
|
|
1926
|
+
"gen": 7,
|
|
1927
|
+
"shortDesc": "This Pokemon cannot be statused, and is considered to be asleep.",
|
|
1928
|
+
"desc": "This Pokemon is considered to be asleep and cannot become affected by a non-volatile status condition or Yawn.",
|
|
1929
|
+
"tags": ["status-immunity"]
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"id": "queenlymajesty",
|
|
1933
|
+
"name": "Queenly Majesty",
|
|
1934
|
+
"psName": "Queenly Majesty",
|
|
1935
|
+
"gen": 7,
|
|
1936
|
+
"shortDesc": "This Pokemon and its allies are protected from opposing priority moves.",
|
|
1937
|
+
"desc": "Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",
|
|
1938
|
+
"tags": ["ally-helper", "defense"]
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"id": "innardsout",
|
|
1942
|
+
"name": "Innards Out",
|
|
1943
|
+
"psName": "Innards Out",
|
|
1944
|
+
"gen": 7,
|
|
1945
|
+
"shortDesc": "If this Pokemon is KOed with a move, that move's user loses an equal amount of HP.",
|
|
1946
|
+
"desc": "If this Pokemon is knocked out with a move, that move's user loses HP equal to the amount of damage inflicted on this Pokemon.",
|
|
1947
|
+
"tags": ["damage"]
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"id": "dancer",
|
|
1951
|
+
"name": "Dancer",
|
|
1952
|
+
"psName": "Dancer",
|
|
1953
|
+
"gen": 7,
|
|
1954
|
+
"shortDesc": "After another Pokemon uses a dance move, this Pokemon uses the same move.",
|
|
1955
|
+
"desc": "After another Pokemon uses a dance move, this Pokemon uses the same move. The copied move is subject to all effects that can prevent a move from being executed. A move used through this Ability cannot be copied again by other Pokemon with this Ability.",
|
|
1956
|
+
"tags": ["other"]
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"id": "battery",
|
|
1960
|
+
"name": "Battery",
|
|
1961
|
+
"psName": "Battery",
|
|
1962
|
+
"gen": 7,
|
|
1963
|
+
"shortDesc": "This Pokemon's allies have the power of their special attacks multiplied by 1.3.",
|
|
1964
|
+
"desc": "This Pokemon's allies have the power of their special attacks multiplied by 1.3.",
|
|
1965
|
+
"tags": ["ally-helper", "move-boost"]
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"id": "fluffy",
|
|
1969
|
+
"name": "Fluffy",
|
|
1970
|
+
"psName": "Fluffy",
|
|
1971
|
+
"gen": 7,
|
|
1972
|
+
"shortDesc": "This Pokemon takes 1/2 damage from contact moves, 2x damage from Fire moves.",
|
|
1973
|
+
"desc": "This Pokemon receives 1/2 damage from contact moves, but double damage from Fire moves.",
|
|
1974
|
+
"weaknesses": ["fire"],
|
|
1975
|
+
"tags": ["defense"]
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"id": "dazzling",
|
|
1979
|
+
"name": "Dazzling",
|
|
1980
|
+
"psName": "Dazzling",
|
|
1981
|
+
"gen": 7,
|
|
1982
|
+
"shortDesc": "This Pokemon and its allies are protected from opposing priority moves.",
|
|
1983
|
+
"desc": "Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",
|
|
1984
|
+
"tags": ["defense"]
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"id": "soulheart",
|
|
1988
|
+
"name": "Soul-Heart",
|
|
1989
|
+
"psName": "Soul-Heart",
|
|
1990
|
+
"gen": 7,
|
|
1991
|
+
"shortDesc": "This Pokemon's Special Attack is raised by 1 stage when another Pokemon faints.",
|
|
1992
|
+
"desc": "This Pokemon's Special Attack is raised by 1 stage when another Pokemon faints.",
|
|
1993
|
+
"tags": ["stat-boost"]
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"id": "tanglinghair",
|
|
1997
|
+
"name": "Tangling Hair",
|
|
1998
|
+
"psName": "Tangling Hair",
|
|
1999
|
+
"gen": 7,
|
|
2000
|
+
"shortDesc": "Pokemon making contact with this Pokemon have their Speed lowered by 1 stage.",
|
|
2001
|
+
"desc": "Pokemon making contact with this Pokemon have their Speed lowered by 1 stage.",
|
|
2002
|
+
"tags": ["target-weaken"]
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"id": "receiver",
|
|
2006
|
+
"name": "Receiver",
|
|
2007
|
+
"psName": "Receiver",
|
|
2008
|
+
"gen": 7,
|
|
2009
|
+
"shortDesc": "This Pokemon copies the Ability of an ally that faints.",
|
|
2010
|
+
"desc": "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Trace, Wonder Guard, Zen Mode, and Zero to Hero.",
|
|
2011
|
+
"tags": ["ability-change", "ally-helper"]
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"id": "powerofalchemy",
|
|
2015
|
+
"name": "Power of Alchemy",
|
|
2016
|
+
"psName": "Power of Alchemy",
|
|
2017
|
+
"gen": 7,
|
|
2018
|
+
"shortDesc": "This Pokemon copies the Ability of an ally that faints.",
|
|
2019
|
+
"desc": "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Trace, Wonder Guard, Zen Mode, and Zero to Hero.",
|
|
2020
|
+
"tags": ["ability-change", "ally-helper"]
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"id": "beastboost",
|
|
2024
|
+
"name": "Beast Boost",
|
|
2025
|
+
"psName": "Beast Boost",
|
|
2026
|
+
"gen": 7,
|
|
2027
|
+
"shortDesc": "This Pokemon's highest stat is raised by 1 if it attacks and KOes another Pokemon.",
|
|
2028
|
+
"desc": "This Pokemon's highest stat is raised by 1 stage if it attacks and knocks out another Pokemon. Stat stage changes are not considered. If multiple stats are tied, Attack, Defense, Special Attack, Special Defense, and Speed are prioritized in that order.",
|
|
2029
|
+
"tags": ["stat-boost"]
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"id": "rkssystem",
|
|
2033
|
+
"name": "RKS System",
|
|
2034
|
+
"psName": "RKS System",
|
|
2035
|
+
"gen": 7,
|
|
2036
|
+
"shortDesc": "If this Pokemon is a Silvally, its type changes to match its held Memory.",
|
|
2037
|
+
"desc": "If this Pokemon is a Silvally, its type changes to match its held Memory.",
|
|
2038
|
+
"tags": ["items", "species-specific", "type-change"]
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"id": "electricsurge",
|
|
2042
|
+
"name": "Electric Surge",
|
|
2043
|
+
"psName": "Electric Surge",
|
|
2044
|
+
"gen": 7,
|
|
2045
|
+
"shortDesc": "On switch-in, this Pokemon summons Electric Terrain.",
|
|
2046
|
+
"desc": "On switch-in, this Pokemon summons Electric Terrain.",
|
|
2047
|
+
"tags": ["terrain"]
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"id": "psychicsurge",
|
|
2051
|
+
"name": "Psychic Surge",
|
|
2052
|
+
"psName": "Psychic Surge",
|
|
2053
|
+
"gen": 7,
|
|
2054
|
+
"shortDesc": "On switch-in, this Pokemon summons Psychic Terrain.",
|
|
2055
|
+
"desc": "On switch-in, this Pokemon summons Psychic Terrain.",
|
|
2056
|
+
"tags": ["terrain"]
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"id": "mistysurge",
|
|
2060
|
+
"name": "Misty Surge",
|
|
2061
|
+
"psName": "Misty Surge",
|
|
2062
|
+
"gen": 7,
|
|
2063
|
+
"shortDesc": "On switch-in, this Pokemon summons Misty Terrain.",
|
|
2064
|
+
"desc": "On switch-in, this Pokemon summons Misty Terrain.",
|
|
2065
|
+
"tags": ["terrain"]
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"id": "grassysurge",
|
|
2069
|
+
"name": "Grassy Surge",
|
|
2070
|
+
"psName": "Grassy Surge",
|
|
2071
|
+
"gen": 7,
|
|
2072
|
+
"shortDesc": "On switch-in, this Pokemon summons Grassy Terrain.",
|
|
2073
|
+
"desc": "On switch-in, this Pokemon summons Grassy Terrain.",
|
|
2074
|
+
"tags": ["terrain"]
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"id": "fullmetalbody",
|
|
2078
|
+
"name": "Full Metal Body",
|
|
2079
|
+
"psName": "Full Metal Body",
|
|
2080
|
+
"gen": 7,
|
|
2081
|
+
"shortDesc": "Prevents other Pokemon from lowering this Pokemon's stat stages.",
|
|
2082
|
+
"desc": "Prevents other Pokemon from lowering this Pokemon's stat stages.",
|
|
2083
|
+
"tags": ["defense"]
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
"id": "shadowshield",
|
|
2087
|
+
"name": "Shadow Shield",
|
|
2088
|
+
"psName": "Shadow Shield",
|
|
2089
|
+
"gen": 7,
|
|
2090
|
+
"shortDesc": "If this Pokemon is at full HP, damage taken from attacks is halved.",
|
|
2091
|
+
"desc": "If this Pokemon is at full HP, damage taken from attacks is halved.",
|
|
2092
|
+
"tags": ["defense"]
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"id": "prismarmor",
|
|
2096
|
+
"name": "Prism Armor",
|
|
2097
|
+
"psName": "Prism Armor",
|
|
2098
|
+
"gen": 7,
|
|
2099
|
+
"shortDesc": "This Pokemon receives 3/4 damage from supereffective attacks.",
|
|
2100
|
+
"desc": "This Pokemon receives 3/4 damage from supereffective attacks.",
|
|
2101
|
+
"tags": ["defense"]
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"id": "neuroforce",
|
|
2105
|
+
"name": "Neuroforce",
|
|
2106
|
+
"psName": "Neuroforce",
|
|
2107
|
+
"gen": 7,
|
|
2108
|
+
"shortDesc": "This Pokemon's attacks that are super effective against the target do 1.25x damage.",
|
|
2109
|
+
"desc": "This Pokemon's attacks that are super effective against the target have their damage multiplied by 1.25.",
|
|
2110
|
+
"tags": ["move-boost"]
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"id": "intrepidsword",
|
|
2114
|
+
"name": "Intrepid Sword",
|
|
2115
|
+
"psName": "Intrepid Sword",
|
|
2116
|
+
"gen": 8,
|
|
2117
|
+
"shortDesc": "On switch-in, this Pokemon's Attack is raised by 1 stage. Once per battle.",
|
|
2118
|
+
"desc": "On switch-in, this Pokemon's Attack is raised by 1 stage. Once per battle.",
|
|
2119
|
+
"tags": ["stat-boost"]
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"id": "dauntlessshield",
|
|
2123
|
+
"name": "Dauntless Shield",
|
|
2124
|
+
"psName": "Dauntless Shield",
|
|
2125
|
+
"gen": 8,
|
|
2126
|
+
"shortDesc": "On switch-in, this Pokemon's Defense is raised by 1 stage. Once per battle.",
|
|
2127
|
+
"desc": "On switch-in, this Pokemon's Defense is raised by 1 stage. Once per battle.",
|
|
2128
|
+
"tags": ["stat-boost"]
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"id": "libero",
|
|
2132
|
+
"name": "Libero",
|
|
2133
|
+
"psName": "Libero",
|
|
2134
|
+
"gen": 8,
|
|
2135
|
+
"shortDesc": "This Pokemon's type changes to the type of the move it is using. Once per switch-in.",
|
|
2136
|
+
"desc": "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in, and only if this Pokemon is not Terastallized.",
|
|
2137
|
+
"tags": ["type-change"]
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"id": "ballfetch",
|
|
2141
|
+
"name": "Ball Fetch",
|
|
2142
|
+
"psName": "Ball Fetch",
|
|
2143
|
+
"gen": 8,
|
|
2144
|
+
"shortDesc": "No competitive use.",
|
|
2145
|
+
"desc": "No competitive use.",
|
|
2146
|
+
"tags": ["handicap"]
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
"id": "cottondown",
|
|
2150
|
+
"name": "Cotton Down",
|
|
2151
|
+
"psName": "Cotton Down",
|
|
2152
|
+
"gen": 8,
|
|
2153
|
+
"shortDesc": "If this Pokemon is hit, it lowers the Speed of all other Pokemon on the field 1 stage.",
|
|
2154
|
+
"desc": "When this Pokemon is hit by an attack, the Speed of all other Pokemon on the field is lowered by 1 stage.",
|
|
2155
|
+
"tags": ["target-weaken"]
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"id": "propellertail",
|
|
2159
|
+
"name": "Propeller Tail",
|
|
2160
|
+
"psName": "Propeller Tail",
|
|
2161
|
+
"gen": 8,
|
|
2162
|
+
"shortDesc": "This Pokemon's moves cannot be redirected to a different target by any effect.",
|
|
2163
|
+
"desc": "This Pokemon's moves cannot be redirected to a different target by any effect.",
|
|
2164
|
+
"tags": ["defense"]
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"id": "mirrorarmor",
|
|
2168
|
+
"name": "Mirror Armor",
|
|
2169
|
+
"psName": "Mirror Armor",
|
|
2170
|
+
"gen": 8,
|
|
2171
|
+
"shortDesc": "If this Pokemon's stat stages would be lowered, the attacker's are lowered instead.",
|
|
2172
|
+
"desc": "When one of this Pokemon's stat stages would be lowered by another Pokemon, that Pokemon's stat stage is lowered instead. This effect does not happen if this Pokemon's stat stage was already -6. If the other Pokemon has a substitute, neither Pokemon has its stat stage lowered.",
|
|
2173
|
+
"tags": ["defense", "target-weaken"]
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"id": "gulpmissile",
|
|
2177
|
+
"name": "Gulp Missile",
|
|
2178
|
+
"psName": "Gulp Missile",
|
|
2179
|
+
"gen": 8,
|
|
2180
|
+
"shortDesc": "When hit after Surf/Dive, attacker takes 1/4 max HP and -1 Defense or paralysis.",
|
|
2181
|
+
"desc": "If this Pokemon is a Cramorant, it changes forme when it hits a target with Surf or uses the first turn of Dive successfully. It becomes Gulping Form with an Arrokuda in its mouth if it has more than 1/2 of its maximum HP remaining, or Gorging Form with a Pikachu in its mouth if it has 1/2 or less of its maximum HP remaining. If Cramorant gets hit in Gulping or Gorging Form, it spits the Arrokuda or Pikachu at its attacker, even if it has no HP remaining. The projectile deals damage equal to 1/4 of the target's maximum HP, rounded down; this damage is blocked by the Magic Guard Ability but not by a substitute. An Arrokuda also lowers the target's Defense by 1 stage, and a Pikachu paralyzes the target. Cramorant will return to normal if it spits out a projectile, switches out, or Dynamaxes.",
|
|
2182
|
+
"tags": ["damage", "species-specific", "status-trigger", "target-weaken"]
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"id": "stalwart",
|
|
2186
|
+
"name": "Stalwart",
|
|
2187
|
+
"psName": "Stalwart",
|
|
2188
|
+
"gen": 8,
|
|
2189
|
+
"shortDesc": "This Pokemon's moves cannot be redirected to a different target by any effect.",
|
|
2190
|
+
"desc": "This Pokemon's moves cannot be redirected to a different target by any effect.",
|
|
2191
|
+
"tags": ["bypass"]
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
"id": "steamengine",
|
|
2195
|
+
"name": "Steam Engine",
|
|
2196
|
+
"psName": "Steam Engine",
|
|
2197
|
+
"gen": 8,
|
|
2198
|
+
"shortDesc": "This Pokemon's Speed is raised by 6 stages after it is damaged by Fire/Water moves.",
|
|
2199
|
+
"desc": "This Pokemon's Speed is raised by 6 stages after it is damaged by a Fire- or Water-type move.",
|
|
2200
|
+
"tags": ["stat-boost"]
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"id": "punkrock",
|
|
2204
|
+
"name": "Punk Rock",
|
|
2205
|
+
"psName": "Punk Rock",
|
|
2206
|
+
"gen": 8,
|
|
2207
|
+
"shortDesc": "This Pokemon receives 1/2 damage from sound moves. Its own have 1.3x power.",
|
|
2208
|
+
"desc": "This Pokemon's sound-based moves have their power multiplied by 1.3. This Pokemon takes halved damage from sound-based moves.",
|
|
2209
|
+
"tags": ["defense", "move-boost"]
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"id": "sandspit",
|
|
2213
|
+
"name": "Sand Spit",
|
|
2214
|
+
"psName": "Sand Spit",
|
|
2215
|
+
"gen": 8,
|
|
2216
|
+
"shortDesc": "When this Pokemon is hit by an attack, the effect of Sandstorm begins.",
|
|
2217
|
+
"desc": "When this Pokemon is hit by an attack, the effect of Sandstorm begins.",
|
|
2218
|
+
"tags": ["weather"]
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"id": "icescales",
|
|
2222
|
+
"name": "Ice Scales",
|
|
2223
|
+
"psName": "Ice Scales",
|
|
2224
|
+
"gen": 8,
|
|
2225
|
+
"shortDesc": "This Pokemon receives 1/2 damage from special attacks.",
|
|
2226
|
+
"desc": "This Pokemon receives 1/2 damage from special attacks.",
|
|
2227
|
+
"tags": ["defense"]
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"id": "ripen",
|
|
2231
|
+
"name": "Ripen",
|
|
2232
|
+
"psName": "Ripen",
|
|
2233
|
+
"gen": 8,
|
|
2234
|
+
"shortDesc": "When this Pokemon eats certain Berries, the effects are doubled.",
|
|
2235
|
+
"desc": "When this Pokemon eats certain Berries, the effects are doubled. Berries that restore HP or PP have the amount doubled, Berries that raise stat stages have the amount doubled, Berries that halve damage taken quarter it instead, and a Jaboca Berry or Rowap Berry has the attacker lose 1/4 of its maximum HP, rounded down.",
|
|
2236
|
+
"tags": ["items"]
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"id": "iceface",
|
|
2240
|
+
"name": "Ice Face",
|
|
2241
|
+
"psName": "Ice Face",
|
|
2242
|
+
"gen": 8,
|
|
2243
|
+
"shortDesc": "If Eiscue, the first physical hit it takes deals 0 damage. Effect is restored in Snow.",
|
|
2244
|
+
"desc": "If this Pokemon is an Eiscue, the first physical hit it takes in battle deals 0 neutral damage. Its ice face is then broken and it changes forme to Noice Face. Eiscue regains its Ice Face forme when Snow begins or when Eiscue switches in while Snow is active. Confusion damage also breaks the ice face.",
|
|
2245
|
+
"tags": ["defense", "species-specific", "weather"]
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"id": "powerspot",
|
|
2249
|
+
"name": "Power Spot",
|
|
2250
|
+
"psName": "Power Spot",
|
|
2251
|
+
"gen": 8,
|
|
2252
|
+
"shortDesc": "This Pokemon's allies have the power of their moves multiplied by 1.3.",
|
|
2253
|
+
"desc": "This Pokemon's allies have the power of their moves multiplied by 1.3. This affects Doom Desire and Future Sight, even if the user is not on the field.",
|
|
2254
|
+
"tags": ["ally-helper", "move-boost"]
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"id": "mimicry",
|
|
2258
|
+
"name": "Mimicry",
|
|
2259
|
+
"psName": "Mimicry",
|
|
2260
|
+
"gen": 8,
|
|
2261
|
+
"shortDesc": "This Pokemon's types change to match the Terrain. Type reverts when Terrain ends.",
|
|
2262
|
+
"desc": "This Pokemon's types change to match the active Terrain when this Pokemon acquires this Ability, or whenever a Terrain begins. Electric type during Electric Terrain, Grass type during Grassy Terrain, Fairy type during Misty Terrain, and Psychic type during Psychic Terrain. If this Ability is acquired without an active Terrain, or a Terrain ends, this Pokemon's types become the original types for its species.",
|
|
2263
|
+
"tags": ["terrain", "type-change"]
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"id": "screencleaner",
|
|
2267
|
+
"name": "Screen Cleaner",
|
|
2268
|
+
"psName": "Screen Cleaner",
|
|
2269
|
+
"gen": 8,
|
|
2270
|
+
"shortDesc": "On switch-in, the effects of Aurora Veil, Light Screen, and Reflect end for both sides.",
|
|
2271
|
+
"desc": "On switch-in, the effects of Aurora Veil, Light Screen, and Reflect end for both sides.",
|
|
2272
|
+
"tags": ["defense"]
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"id": "steelyspirit",
|
|
2276
|
+
"name": "Steely Spirit",
|
|
2277
|
+
"psName": "Steely Spirit",
|
|
2278
|
+
"gen": 8,
|
|
2279
|
+
"shortDesc": "This Pokemon and its allies' Steel-type moves have their power multiplied by 1.5.",
|
|
2280
|
+
"desc": "This Pokemon and its allies' Steel-type moves have their power multiplied by 1.5. This affects Doom Desire even if the user is not on the field.",
|
|
2281
|
+
"tags": ["ally-helper", "move-boost"]
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"id": "perishbody",
|
|
2285
|
+
"name": "Perish Body",
|
|
2286
|
+
"psName": "Perish Body",
|
|
2287
|
+
"gen": 8,
|
|
2288
|
+
"shortDesc": "Making contact with this Pokemon starts the Perish Song effect for it and the attacker.",
|
|
2289
|
+
"desc": "Making contact with this Pokemon starts the Perish Song effect for it and the attacker. This effect does not happen for this Pokemon if the attacker already has a perish count.",
|
|
2290
|
+
"tags": ["damage"]
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"id": "wanderingspirit",
|
|
2294
|
+
"name": "Wandering Spirit",
|
|
2295
|
+
"psName": "Wandering Spirit",
|
|
2296
|
+
"gen": 8,
|
|
2297
|
+
"shortDesc": "Pokemon making contact with this Pokemon have their Ability swapped with this one.",
|
|
2298
|
+
"desc": "Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect Pokemon with the Abilities As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Wonder Guard, Zen Mode, or Zero to Hero.",
|
|
2299
|
+
"tags": ["ability-change"]
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"id": "gorillatactics",
|
|
2303
|
+
"name": "Gorilla Tactics",
|
|
2304
|
+
"psName": "Gorilla Tactics",
|
|
2305
|
+
"gen": 8,
|
|
2306
|
+
"shortDesc": "This Pokemon's Attack is 1.5x, but it can only select the first move it executes.",
|
|
2307
|
+
"desc": "This Pokemon's Attack is multiplied by 1.5, but it can only select the first move it executes. These effects are prevented while this Pokemon is Dynamaxed.",
|
|
2308
|
+
"tags": ["handicap", "move-boost"]
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"id": "neutralizinggas",
|
|
2312
|
+
"name": "Neutralizing Gas",
|
|
2313
|
+
"psName": "Neutralizing Gas",
|
|
2314
|
+
"gen": 8,
|
|
2315
|
+
"shortDesc": "While this Pokemon is active, Abilities have no effect.",
|
|
2316
|
+
"desc": "While this Pokemon is active, Abilities have no effect. This Ability activates before hazards and other Abilities take effect. Does not affect the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Neutralizing Gas, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Tera Shift, Zen Mode, or Zero to Hero Abilities.",
|
|
2317
|
+
"tags": ["bypass"]
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"id": "pastelveil",
|
|
2321
|
+
"name": "Pastel Veil",
|
|
2322
|
+
"psName": "Pastel Veil",
|
|
2323
|
+
"gen": 8,
|
|
2324
|
+
"shortDesc": "This Pokemon and its allies cannot be poisoned. On switch-in, cures poisoned allies.",
|
|
2325
|
+
"desc": "This Pokemon and its allies cannot be poisoned. Gaining this Ability while this Pokemon or its ally is poisoned cures them. If this Ability is being ignored during an effect that causes poison, this Pokemon is cured immediately but its ally is not.",
|
|
2326
|
+
"tags": ["ally-helper", "status-immunity"]
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"id": "hungerswitch",
|
|
2330
|
+
"name": "Hunger Switch",
|
|
2331
|
+
"psName": "Hunger Switch",
|
|
2332
|
+
"gen": 8,
|
|
2333
|
+
"shortDesc": "If Morpeko, it changes between Full Belly and Hangry Mode at the end of each turn.",
|
|
2334
|
+
"desc": "If this Pokemon is a Morpeko, it changes formes between its Full Belly Mode and Hangry Mode at the end of each turn.",
|
|
2335
|
+
"tags": ["species-specific"]
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"id": "quickdraw",
|
|
2339
|
+
"name": "Quick Draw",
|
|
2340
|
+
"psName": "Quick Draw",
|
|
2341
|
+
"gen": 8,
|
|
2342
|
+
"shortDesc": "This Pokemon has a 30% chance to move first in its priority bracket with attacking moves.",
|
|
2343
|
+
"desc": "This Pokemon has a 30% chance to move first in its priority bracket with attacking moves.",
|
|
2344
|
+
"tags": ["priority-control"]
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"id": "unseenfist",
|
|
2348
|
+
"name": "Unseen Fist",
|
|
2349
|
+
"psName": "Unseen Fist",
|
|
2350
|
+
"gen": 8,
|
|
2351
|
+
"shortDesc": "This Pokemon's contact moves ignore the target's protection, except Max Guard.",
|
|
2352
|
+
"desc": "This Pokemon's contact moves ignore the target's protection, except Max Guard.",
|
|
2353
|
+
"tags": ["bypass"]
|
|
2354
|
+
},
|
|
2355
|
+
{
|
|
2356
|
+
"id": "curiousmedicine",
|
|
2357
|
+
"name": "Curious Medicine",
|
|
2358
|
+
"psName": "Curious Medicine",
|
|
2359
|
+
"gen": 8,
|
|
2360
|
+
"shortDesc": "On switch-in, this Pokemon's allies have their stat stages reset to 0.",
|
|
2361
|
+
"desc": "On switch-in, this Pokemon's allies have their stat stages reset to 0.",
|
|
2362
|
+
"tags": ["ally-helper"]
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"id": "transistor",
|
|
2366
|
+
"name": "Transistor",
|
|
2367
|
+
"psName": "Transistor",
|
|
2368
|
+
"gen": 8,
|
|
2369
|
+
"shortDesc": "This Pokemon's offensive stat is multiplied by 1.3 while using an Electric-type attack.",
|
|
2370
|
+
"desc": "This Pokemon's offensive stat is multiplied by 1.3 while using an Electric-type attack.",
|
|
2371
|
+
"tags": ["move-boost"]
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"id": "dragonsmaw",
|
|
2375
|
+
"name": "Dragon's Maw",
|
|
2376
|
+
"psName": "Dragon's Maw",
|
|
2377
|
+
"gen": 8,
|
|
2378
|
+
"shortDesc": "This Pokemon's offensive stat is multiplied by 1.5 while using a Dragon-type attack.",
|
|
2379
|
+
"desc": "This Pokemon's offensive stat is multiplied by 1.5 while using a Dragon-type attack.",
|
|
2380
|
+
"tags": ["move-boost"]
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"id": "chillingneigh",
|
|
2384
|
+
"name": "Chilling Neigh",
|
|
2385
|
+
"psName": "Chilling Neigh",
|
|
2386
|
+
"gen": 8,
|
|
2387
|
+
"shortDesc": "This Pokemon's Attack is raised by 1 stage if it attacks and KOes another Pokemon.",
|
|
2388
|
+
"desc": "This Pokemon's Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",
|
|
2389
|
+
"tags": ["stat-boost"]
|
|
2390
|
+
},
|
|
2391
|
+
{
|
|
2392
|
+
"id": "grimneigh",
|
|
2393
|
+
"name": "Grim Neigh",
|
|
2394
|
+
"psName": "Grim Neigh",
|
|
2395
|
+
"gen": 8,
|
|
2396
|
+
"shortDesc": "This Pokemon's Sp. Atk is raised by 1 stage if it attacks and KOes another Pokemon.",
|
|
2397
|
+
"desc": "This Pokemon's Special Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",
|
|
2398
|
+
"tags": ["stat-boost"]
|
|
2399
|
+
},
|
|
2400
|
+
{
|
|
2401
|
+
"id": "asoneglastrier",
|
|
2402
|
+
"name": "As One (Glastrier)",
|
|
2403
|
+
"psName": "As One (Glastrier)",
|
|
2404
|
+
"gen": 8,
|
|
2405
|
+
"shortDesc": "Combination of the Unnerve and Chilling Neigh Abilities.",
|
|
2406
|
+
"desc": "Combination of the Unnerve and Chilling Neigh Abilities.",
|
|
2407
|
+
"tags": ["items", "species-specific", "stat-boost"]
|
|
2408
|
+
},
|
|
2409
|
+
{
|
|
2410
|
+
"id": "asonespectrier",
|
|
2411
|
+
"name": "As One (Spectrier)",
|
|
2412
|
+
"psName": "As One (Spectrier)",
|
|
2413
|
+
"gen": 8,
|
|
2414
|
+
"shortDesc": "Combination of the Unnerve and Grim Neigh Abilities.",
|
|
2415
|
+
"desc": "Combination of the Unnerve and Grim Neigh Abilities.",
|
|
2416
|
+
"tags": ["items", "species-specific", "stat-boost"]
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"id": "lingeringaroma",
|
|
2420
|
+
"name": "Lingering Aroma",
|
|
2421
|
+
"psName": "Lingering Aroma",
|
|
2422
|
+
"gen": 9,
|
|
2423
|
+
"shortDesc": "Making contact with this Pokemon has the attacker's Ability become Lingering Aroma.",
|
|
2424
|
+
"desc": "Pokemon making contact with this Pokemon have their Ability changed to Lingering Aroma. Does not affect Pokemon with the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Lingering Aroma, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Tera Shift, Zen Mode, or Zero to Hero Abilities.",
|
|
2425
|
+
"tags": ["ability-change"]
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"id": "seedsower",
|
|
2429
|
+
"name": "Seed Sower",
|
|
2430
|
+
"psName": "Seed Sower",
|
|
2431
|
+
"gen": 9,
|
|
2432
|
+
"shortDesc": "When this Pokemon is hit by an attack, the effect of Grassy Terrain begins.",
|
|
2433
|
+
"desc": "When this Pokemon is hit by an attack, the effect of Grassy Terrain begins.",
|
|
2434
|
+
"tags": ["terrain"]
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"id": "thermalexchange",
|
|
2438
|
+
"name": "Thermal Exchange",
|
|
2439
|
+
"psName": "Thermal Exchange",
|
|
2440
|
+
"gen": 9,
|
|
2441
|
+
"shortDesc": "This Pokemon's Attack is raised by 1 when damaged by Fire moves; can't be burned.",
|
|
2442
|
+
"desc": "This Pokemon's Attack is raised 1 stage after it is damaged by a Fire-type move. This Pokemon cannot be burned. Gaining this Ability while burned cures it.",
|
|
2443
|
+
"tags": ["stat-boost", "status-immunity"]
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"id": "angershell",
|
|
2447
|
+
"name": "Anger Shell",
|
|
2448
|
+
"psName": "Anger Shell",
|
|
2449
|
+
"gen": 9,
|
|
2450
|
+
"shortDesc": "At 1/2 or less of this Pokemon's max HP: +1 Atk, Sp. Atk, Spe, and -1 Def, Sp. Def.",
|
|
2451
|
+
"desc": "When this Pokemon has more than 1/2 its maximum HP and takes damage from an attack bringing it to 1/2 or less of its maximum HP, its Attack, Special Attack, and Speed are raised by 1 stage, and its Defense and Special Defense are lowered by 1 stage. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",
|
|
2452
|
+
"tags": ["stat-boost"]
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"id": "purifyingsalt",
|
|
2456
|
+
"name": "Purifying Salt",
|
|
2457
|
+
"psName": "Purifying Salt",
|
|
2458
|
+
"gen": 9,
|
|
2459
|
+
"shortDesc": "Ghost damage to this Pokemon dealt with a halved offensive stat; can't be statused.",
|
|
2460
|
+
"desc": "This Pokemon cannot become affected by a non-volatile status condition or Yawn. If a Pokemon uses a Ghost-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon.",
|
|
2461
|
+
"tags": ["defense", "status-immunity"]
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"id": "wellbakedbody",
|
|
2465
|
+
"name": "Well-Baked Body",
|
|
2466
|
+
"psName": "Well-Baked Body",
|
|
2467
|
+
"gen": 9,
|
|
2468
|
+
"shortDesc": "This Pokemon's Defense is raised 2 stages if hit by a Fire move; Fire immunity.",
|
|
2469
|
+
"desc": "This Pokemon is immune to Fire-type moves and raises its Defense by 2 stages when hit by a Fire-type move.",
|
|
2470
|
+
"immunities": ["fire"],
|
|
2471
|
+
"tags": ["stat-boost"]
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"id": "windrider",
|
|
2475
|
+
"name": "Wind Rider",
|
|
2476
|
+
"psName": "Wind Rider",
|
|
2477
|
+
"gen": 9,
|
|
2478
|
+
"shortDesc": "Attack raised by 1 if hit by a wind move or Tailwind begins. Wind move immunity.",
|
|
2479
|
+
"desc": "This Pokemon is immune to wind moves and raises its Attack by 1 stage when hit by a wind move or when Tailwind begins on this Pokemon's side.",
|
|
2480
|
+
"tags": ["stat-boost"]
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"id": "guarddog",
|
|
2484
|
+
"name": "Guard Dog",
|
|
2485
|
+
"psName": "Guard Dog",
|
|
2486
|
+
"gen": 9,
|
|
2487
|
+
"shortDesc": "Immune to Intimidate. Intimidated: +1 Attack. Cannot be forced to switch out.",
|
|
2488
|
+
"desc": "This Pokemon is immune to the effect of the Intimidate Ability and raises its Attack by 1 stage instead. This Pokemon cannot be forced to switch out by another Pokemon's attack or item.",
|
|
2489
|
+
"tags": ["defense", "stat-boost"]
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"id": "rockypayload",
|
|
2493
|
+
"name": "Rocky Payload",
|
|
2494
|
+
"psName": "Rocky Payload",
|
|
2495
|
+
"gen": 9,
|
|
2496
|
+
"shortDesc": "This Pokemon's offensive stat is multiplied by 1.5 while using a Rock-type attack.",
|
|
2497
|
+
"desc": "This Pokemon's offensive stat is multiplied by 1.5 while using a Rock-type attack.",
|
|
2498
|
+
"tags": ["move-boost"]
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"id": "windpower",
|
|
2502
|
+
"name": "Wind Power",
|
|
2503
|
+
"psName": "Wind Power",
|
|
2504
|
+
"gen": 9,
|
|
2505
|
+
"shortDesc": "This Pokemon gains the Charge effect when hit by a wind move or Tailwind begins.",
|
|
2506
|
+
"desc": "This Pokemon gains the Charge effect when it takes a hit from a wind move or when Tailwind begins on this Pokemon's side.",
|
|
2507
|
+
"tags": ["move-boost"]
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"id": "zerotohero",
|
|
2511
|
+
"name": "Zero to Hero",
|
|
2512
|
+
"psName": "Zero to Hero",
|
|
2513
|
+
"gen": 9,
|
|
2514
|
+
"shortDesc": "If this Pokemon is a Palafin in Zero Form, switching out has it change to Hero Form.",
|
|
2515
|
+
"desc": "If this Pokemon is a Palafin in Zero Form, switching out has it change to Hero Form.",
|
|
2516
|
+
"tags": ["other", "species-specific"]
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"id": "commander",
|
|
2520
|
+
"name": "Commander",
|
|
2521
|
+
"psName": "Commander",
|
|
2522
|
+
"gen": 9,
|
|
2523
|
+
"shortDesc": "If ally is Dondozo: this Pokemon cannot act or be hit, +2 to all Dondozo's stats.",
|
|
2524
|
+
"desc": "If this Pokemon is a Tatsugiri and a Dondozo is an active ally, this Pokemon goes into the Dondozo's mouth. The Dondozo has its Attack, Special Attack, Speed, Defense, and Special Defense raised by 2 stages. During the effect, the Dondozo cannot be switched out, this Pokemon cannot select an action, and attacks targeted at this Pokemon will be avoided but it will still take indirect damage. If this Pokemon faints during the effect, a Pokemon can be switched in as a replacement but the Dondozo remains unable to be switched out. If the Dondozo faints during the effect, this Pokemon regains the ability to select an action.",
|
|
2525
|
+
"tags": ["ally-helper", "species-specific", "stat-boost"]
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"id": "electromorphosis",
|
|
2529
|
+
"name": "Electromorphosis",
|
|
2530
|
+
"psName": "Electromorphosis",
|
|
2531
|
+
"gen": 9,
|
|
2532
|
+
"shortDesc": "This Pokemon gains the Charge effect when it takes a hit from an attack.",
|
|
2533
|
+
"desc": "This Pokemon gains the Charge effect when it takes a hit from an attack.",
|
|
2534
|
+
"tags": ["move-boost"]
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"id": "protosynthesis",
|
|
2538
|
+
"name": "Protosynthesis",
|
|
2539
|
+
"psName": "Protosynthesis",
|
|
2540
|
+
"gen": 9,
|
|
2541
|
+
"shortDesc": "Sunny Day active or Booster Energy used: highest stat is 1.3x, or 1.5x if Speed.",
|
|
2542
|
+
"desc": "If Sunny Day is active or this Pokemon uses a held Booster Energy, this Pokemon's highest stat is multiplied by 1.3, or by 1.5 if the highest stat is Speed. Stat stage changes are considered at the time this Ability activates. If multiple stats are tied, Attack, Defense, Special Attack, Special Defense, and Speed are prioritized in that order. If this effect was started by Sunny Day, a held Booster Energy will not activate and the effect ends when Sunny Day is no longer active. If this effect was started by a held Booster Energy, it ends when this Pokemon is no longer active.",
|
|
2543
|
+
"tags": ["items", "stat-boost", "weather"]
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"id": "quarkdrive",
|
|
2547
|
+
"name": "Quark Drive",
|
|
2548
|
+
"psName": "Quark Drive",
|
|
2549
|
+
"gen": 9,
|
|
2550
|
+
"shortDesc": "Electric Terrain active or Booster Energy used: highest stat is 1.3x, or 1.5x if Speed.",
|
|
2551
|
+
"desc": "If Electric Terrain is active or this Pokemon uses a held Booster Energy, this Pokemon's highest stat is multiplied by 1.3, or by 1.5 if the highest stat is Speed. Stat stage changes are considered at the time this Ability activates. If multiple stats are tied, Attack, Defense, Special Attack, Special Defense, and Speed are prioritized in that order. If this effect was started by Electric Terrain, a held Booster Energy will not activate and the effect ends when Electric Terrain is no longer active. If this effect was started by a held Booster Energy, it ends when this Pokemon is no longer active.",
|
|
2552
|
+
"tags": ["items", "stat-boost", "terrain"]
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"id": "goodasgold",
|
|
2556
|
+
"name": "Good as Gold",
|
|
2557
|
+
"psName": "Good as Gold",
|
|
2558
|
+
"gen": 9,
|
|
2559
|
+
"shortDesc": "This Pokemon is immune to Status moves.",
|
|
2560
|
+
"desc": "This Pokemon is immune to Status moves.",
|
|
2561
|
+
"tags": ["defense"]
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
"id": "beadsofruin",
|
|
2565
|
+
"name": "Beads of Ruin",
|
|
2566
|
+
"psName": "Beads of Ruin",
|
|
2567
|
+
"gen": 9,
|
|
2568
|
+
"shortDesc": "Active Pokemon without this Ability have their Special Defense multiplied by 0.75.",
|
|
2569
|
+
"desc": "Active Pokemon without this Ability have their Special Defense multiplied by 0.75.",
|
|
2570
|
+
"tags": ["target-weaken"]
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"id": "tabletsofruin",
|
|
2574
|
+
"name": "Tablets of Ruin",
|
|
2575
|
+
"psName": "Tablets of Ruin",
|
|
2576
|
+
"gen": 9,
|
|
2577
|
+
"shortDesc": "Active Pokemon without this Ability have their Attack multiplied by 0.75.",
|
|
2578
|
+
"desc": "Active Pokemon without this Ability have their Attack multiplied by 0.75.",
|
|
2579
|
+
"tags": ["target-weaken"]
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"id": "vesselofruin",
|
|
2583
|
+
"name": "Vessel of Ruin",
|
|
2584
|
+
"psName": "Vessel of Ruin",
|
|
2585
|
+
"gen": 9,
|
|
2586
|
+
"shortDesc": "Active Pokemon without this Ability have their Special Attack multiplied by 0.75.",
|
|
2587
|
+
"desc": "Active Pokemon without this Ability have their Special Attack multiplied by 0.75.",
|
|
2588
|
+
"tags": ["target-weaken"]
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"id": "swordofruin",
|
|
2592
|
+
"name": "Sword of Ruin",
|
|
2593
|
+
"psName": "Sword of Ruin",
|
|
2594
|
+
"gen": 9,
|
|
2595
|
+
"shortDesc": "Active Pokemon without this Ability have their Defense multiplied by 0.75.",
|
|
2596
|
+
"desc": "Active Pokemon without this Ability have their Defense multiplied by 0.75.",
|
|
2597
|
+
"tags": ["target-weaken"]
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"id": "orichalcumpulse",
|
|
2601
|
+
"name": "Orichalcum Pulse",
|
|
2602
|
+
"psName": "Orichalcum Pulse",
|
|
2603
|
+
"gen": 9,
|
|
2604
|
+
"shortDesc": "On switch-in, summons Sunny Day. During Sunny Day, Attack is 1.3333x.",
|
|
2605
|
+
"desc": "On switch-in, summons Sunny Day. During Sunny Day, Attack is 1.3333x.",
|
|
2606
|
+
"tags": ["stat-boost", "weather"]
|
|
2607
|
+
},
|
|
2608
|
+
{
|
|
2609
|
+
"id": "hadronengine",
|
|
2610
|
+
"name": "Hadron Engine",
|
|
2611
|
+
"psName": "Hadron Engine",
|
|
2612
|
+
"gen": 9,
|
|
2613
|
+
"shortDesc": "On switch-in, summons Electric Terrain. During Electric Terrain, Sp. Atk is 1.3333x.",
|
|
2614
|
+
"desc": "On switch-in, summons Electric Terrain. During Electric Terrain, Sp. Atk is 1.3333x.",
|
|
2615
|
+
"tags": ["stat-boost", "terrain"]
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"id": "opportunist",
|
|
2619
|
+
"name": "Opportunist",
|
|
2620
|
+
"psName": "Opportunist",
|
|
2621
|
+
"gen": 9,
|
|
2622
|
+
"shortDesc": "When an opposing Pokemon has a stat stage raised, this Pokemon copies the effect.",
|
|
2623
|
+
"desc": "When an opposing Pokemon has a stat stage raised, this Pokemon copies the effect.",
|
|
2624
|
+
"tags": ["stat-boost"]
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"id": "cudchew",
|
|
2628
|
+
"name": "Cud Chew",
|
|
2629
|
+
"psName": "Cud Chew",
|
|
2630
|
+
"gen": 9,
|
|
2631
|
+
"shortDesc": "If this Pokemon eats a Berry, it will eat that Berry again at the end of the next turn.",
|
|
2632
|
+
"desc": "If this Pokemon eats a Berry, it will eat that Berry again at the end of the next turn.",
|
|
2633
|
+
"tags": ["items"]
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"id": "sharpness",
|
|
2637
|
+
"name": "Sharpness",
|
|
2638
|
+
"psName": "Sharpness",
|
|
2639
|
+
"gen": 9,
|
|
2640
|
+
"shortDesc": "This Pokemon's slicing moves have their power multiplied by 1.5.",
|
|
2641
|
+
"desc": "This Pokemon's slicing moves have their power multiplied by 1.5.",
|
|
2642
|
+
"tags": ["move-boost"]
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"id": "supremeoverlord",
|
|
2646
|
+
"name": "Supreme Overlord",
|
|
2647
|
+
"psName": "Supreme Overlord",
|
|
2648
|
+
"gen": 9,
|
|
2649
|
+
"shortDesc": "This Pokemon's moves have 10% more power for each fainted ally, up to 5 allies.",
|
|
2650
|
+
"desc": "This Pokemon's moves have their power multiplied by 1+(X*0.1), where X is the total number of times any Pokemon has fainted on the user's side when this Ability became active, and X cannot be greater than 5.",
|
|
2651
|
+
"tags": ["move-boost"]
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"id": "costar",
|
|
2655
|
+
"name": "Costar",
|
|
2656
|
+
"psName": "Costar",
|
|
2657
|
+
"gen": 9,
|
|
2658
|
+
"shortDesc": "On switch-in, this Pokemon copies all of its ally's stat stage changes.",
|
|
2659
|
+
"desc": "On switch-in, this Pokemon copies all of its ally's stat stage changes.",
|
|
2660
|
+
"tags": ["ally-helper", "stat-boost"]
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"id": "toxicdebris",
|
|
2664
|
+
"name": "Toxic Debris",
|
|
2665
|
+
"psName": "Toxic Debris",
|
|
2666
|
+
"gen": 9,
|
|
2667
|
+
"shortDesc": "If this Pokemon is hit by a physical attack, Toxic Spikes are set on the opposing side.",
|
|
2668
|
+
"desc": "If this Pokemon is hit by a physical attack, Toxic Spikes are set on the opposing side.",
|
|
2669
|
+
"tags": ["status-trigger"]
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"id": "armortail",
|
|
2673
|
+
"name": "Armor Tail",
|
|
2674
|
+
"psName": "Armor Tail",
|
|
2675
|
+
"gen": 9,
|
|
2676
|
+
"shortDesc": "This Pokemon and its allies are protected from opposing priority moves.",
|
|
2677
|
+
"desc": "Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",
|
|
2678
|
+
"tags": ["ally-helper", "defense", "priority-control"]
|
|
2679
|
+
},
|
|
2680
|
+
{
|
|
2681
|
+
"id": "eartheater",
|
|
2682
|
+
"name": "Earth Eater",
|
|
2683
|
+
"psName": "Earth Eater",
|
|
2684
|
+
"gen": 9,
|
|
2685
|
+
"shortDesc": "This Pokemon heals 1/4 of its max HP when hit by Ground moves; Ground immunity.",
|
|
2686
|
+
"desc": "This Pokemon is immune to Ground-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Ground-type move.",
|
|
2687
|
+
"immunities": ["ground"],
|
|
2688
|
+
"tags": ["heal"]
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"id": "myceliummight",
|
|
2692
|
+
"name": "Mycelium Might",
|
|
2693
|
+
"psName": "Mycelium Might",
|
|
2694
|
+
"gen": 9,
|
|
2695
|
+
"shortDesc": "This Pokemon's Status moves go last in their priority bracket and ignore Abilities.",
|
|
2696
|
+
"desc": "This Pokemon's Status moves ignore certain Abilities of other Pokemon, and go last among Pokemon using the same or greater priority moves.",
|
|
2697
|
+
"tags": ["bypass", "priority-control"]
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"id": "hospitality",
|
|
2701
|
+
"name": "Hospitality",
|
|
2702
|
+
"psName": "Hospitality",
|
|
2703
|
+
"gen": 9,
|
|
2704
|
+
"shortDesc": "On switch-in, this Pokemon restores 1/4 of its ally's maximum HP, rounded down.",
|
|
2705
|
+
"desc": "On switch-in, this Pokemon restores 1/4 of its ally's maximum HP, rounded down.",
|
|
2706
|
+
"tags": ["ally-helper", "heal"]
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"id": "mindseye",
|
|
2710
|
+
"name": "Mind's Eye",
|
|
2711
|
+
"psName": "Mind's Eye",
|
|
2712
|
+
"gen": 9,
|
|
2713
|
+
"shortDesc": "Fighting, Normal moves hit Ghost. Accuracy can't be lowered, ignores evasiveness.",
|
|
2714
|
+
"desc": "This Pokemon can hit Ghost types with Normal- and Fighting-type moves. Prevents other Pokemon from lowering this Pokemon's accuracy stat stage. This Pokemon ignores a target's evasiveness stat stage.",
|
|
2715
|
+
"tags": ["bypass", "defense"]
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"id": "embodyaspectteal",
|
|
2719
|
+
"name": "Embody Aspect (Teal)",
|
|
2720
|
+
"psName": "Embody Aspect (Teal)",
|
|
2721
|
+
"gen": 9,
|
|
2722
|
+
"shortDesc": "On switch-in, this Pokemon's Speed is raised by 1 stage.",
|
|
2723
|
+
"desc": "On switch-in, this Pokemon's Speed is raised by 1 stage.",
|
|
2724
|
+
"tags": ["stat-boost"]
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"id": "embodyaspectwellspring",
|
|
2728
|
+
"name": "Embody Aspect (Wellspring)",
|
|
2729
|
+
"psName": "Embody Aspect (Wellspring)",
|
|
2730
|
+
"gen": 9,
|
|
2731
|
+
"shortDesc": "On switch-in, this Pokemon's Special Defense is raised by 1 stage.",
|
|
2732
|
+
"desc": "On switch-in, this Pokemon's Special Defense is raised by 1 stage.",
|
|
2733
|
+
"tags": ["stat-boost"]
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"id": "embodyaspecthearthflame",
|
|
2737
|
+
"name": "Embody Aspect (Hearthflame)",
|
|
2738
|
+
"psName": "Embody Aspect (Hearthflame)",
|
|
2739
|
+
"gen": 9,
|
|
2740
|
+
"shortDesc": "On switch-in, this Pokemon's Attack is raised by 1 stage.",
|
|
2741
|
+
"desc": "On switch-in, this Pokemon's Attack is raised by 1 stage.",
|
|
2742
|
+
"tags": ["stat-boost"]
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"id": "embodyaspectcornerstone",
|
|
2746
|
+
"name": "Embody Aspect (Cornerstone)",
|
|
2747
|
+
"psName": "Embody Aspect (Cornerstone)",
|
|
2748
|
+
"gen": 9,
|
|
2749
|
+
"shortDesc": "On switch-in, this Pokemon's Defense is raised by 1 stage.",
|
|
2750
|
+
"desc": "On switch-in, this Pokemon's Defense is raised by 1 stage.",
|
|
2751
|
+
"tags": ["stat-boost"]
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"id": "toxicchain",
|
|
2755
|
+
"name": "Toxic Chain",
|
|
2756
|
+
"psName": "Toxic Chain",
|
|
2757
|
+
"gen": 9,
|
|
2758
|
+
"shortDesc": "This Pokemon's attacks have a 30% chance of badly poisoning.",
|
|
2759
|
+
"desc": "This Pokemon's attacks have a 30% chance of badly poisoning. This effect comes before a move's inherent secondary effect chance.",
|
|
2760
|
+
"tags": ["status-trigger"]
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"id": "supersweetsyrup",
|
|
2764
|
+
"name": "Supersweet Syrup",
|
|
2765
|
+
"psName": "Supersweet Syrup",
|
|
2766
|
+
"gen": 9,
|
|
2767
|
+
"shortDesc": "On switch-in, this Pokemon lowers the evasiveness of opponents 1 stage. Once per battle.",
|
|
2768
|
+
"desc": "On switch-in, this Pokemon lowers the evasiveness of opponents 1 stage. Once per battle.",
|
|
2769
|
+
"tags": ["target-weaken"]
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
"id": "terashift",
|
|
2773
|
+
"name": "Tera Shift",
|
|
2774
|
+
"psName": "Tera Shift",
|
|
2775
|
+
"gen": 9,
|
|
2776
|
+
"shortDesc": "If this Pokemon is a Terapagos, it transforms into its Terastal Form on entry.",
|
|
2777
|
+
"desc": "If this Pokemon is a Terapagos, it transforms into its Terastal Form on entry.",
|
|
2778
|
+
"tags": ["species-specific"]
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"id": "terashell",
|
|
2782
|
+
"name": "Tera Shell",
|
|
2783
|
+
"psName": "Tera Shell",
|
|
2784
|
+
"gen": 9,
|
|
2785
|
+
"shortDesc": "Terapagos: If full HP, attacks taken have 0.5x effectiveness unless naturally immune.",
|
|
2786
|
+
"desc": "If this Pokemon is a Terapagos at full HP, the effectiveness of attacks against it is changed to 0.5 unless this Pokemon is immune to the move. Multi-hit moves retain the same effectiveness throughout the attack.",
|
|
2787
|
+
"tags": ["defense", "species-specific"]
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"id": "teraformzero",
|
|
2791
|
+
"name": "Teraform Zero",
|
|
2792
|
+
"psName": "Teraform Zero",
|
|
2793
|
+
"gen": 9,
|
|
2794
|
+
"shortDesc": "Terapagos: Terastallizing ends the effects of weather and terrain. Once per battle.",
|
|
2795
|
+
"desc": "Terapagos: Terastallizing ends the effects of weather and terrain. Once per battle.",
|
|
2796
|
+
"tags": ["species-specific", "terrain", "weather"]
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"id": "poisonpuppeteer",
|
|
2800
|
+
"name": "Poison Puppeteer",
|
|
2801
|
+
"psName": "Poison Puppeteer",
|
|
2802
|
+
"gen": 9,
|
|
2803
|
+
"shortDesc": "Pecharunt: If this Pokemon poisons a target, the target also becomes confused.",
|
|
2804
|
+
"desc": "If this Pokemon is a Pecharunt and poisons or badly poisons a target, the target also becomes confused.",
|
|
2805
|
+
"tags": ["species-specific", "status-trigger"]
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"id": "piercingdrill",
|
|
2809
|
+
"name": "Piercing Drill",
|
|
2810
|
+
"psName": "Piercing Drill",
|
|
2811
|
+
"gen": 9,
|
|
2812
|
+
"shortDesc": "When the Pokémon uses contact moves, it can hit even targets that are protecting themselves at 1/4 of the damage.",
|
|
2813
|
+
"desc": "When the Pokémon uses contact moves, it can hit even targets that are protecting themselves, dealing 1/4 of the damage that the move would otherwise deal. Everything aside from the target's protective effects is still triggered.",
|
|
2814
|
+
"tags": ["bypass"]
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"id": "dragonize",
|
|
2818
|
+
"name": "Dragonize",
|
|
2819
|
+
"psName": "Dragonize",
|
|
2820
|
+
"gen": 9,
|
|
2821
|
+
"shortDesc": "The Pokémon's Normal-type moves become Dragon-type moves and their power is boosted by 20%.",
|
|
2822
|
+
"desc": "The Pokémon's Normal-type moves become Dragon-type moves and their power is boosted by 20%.",
|
|
2823
|
+
"tags": ["move-boost"]
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"id": "megasol",
|
|
2827
|
+
"name": "Mega Sol",
|
|
2828
|
+
"psName": "Mega Sol",
|
|
2829
|
+
"gen": 9,
|
|
2830
|
+
"shortDesc": "The Pokémon can use its moves as if the weather were harsh sunlight.",
|
|
2831
|
+
"desc": "Even when the sunlight has not turned harsh, the Pokémon can use its moves as if the weather were harsh sunlight. The effects also apply to Weather Ball.",
|
|
2832
|
+
"tags": ["weather"]
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"id": "spicyspray",
|
|
2836
|
+
"name": "Spicy Spray",
|
|
2837
|
+
"psName": "Spicy Spray",
|
|
2838
|
+
"gen": 9,
|
|
2839
|
+
"shortDesc": "When the Pokémon takes damage from a move, it burns the attacker.",
|
|
2840
|
+
"desc": "When the Pokémon takes damage from a move, it burns the attacker.",
|
|
2841
|
+
"tags": ["status-trigger"]
|
|
2842
|
+
}
|
|
2843
|
+
]
|