@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
package/data/items.json
ADDED
|
@@ -0,0 +1,4702 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "masterball",
|
|
4
|
+
"name": "Master Ball",
|
|
5
|
+
"psName": "Master Ball",
|
|
6
|
+
"gen": 1,
|
|
7
|
+
"shortDesc": "The best Ball with the ultimate performance. It will catch any wild Pokemon.",
|
|
8
|
+
"desc": "The best Ball with the ultimate performance. It will catch any wild Pokemon.",
|
|
9
|
+
"category": "ball",
|
|
10
|
+
"unholdable": false
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"id": "ultraball",
|
|
14
|
+
"name": "Ultra Ball",
|
|
15
|
+
"psName": "Ultra Ball",
|
|
16
|
+
"gen": 1,
|
|
17
|
+
"shortDesc": "An ultra-performance Ball that provides a higher catch rate than a Great Ball.",
|
|
18
|
+
"desc": "An ultra-performance Ball that provides a higher catch rate than a Great Ball.",
|
|
19
|
+
"category": "ball",
|
|
20
|
+
"unholdable": false
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "greatball",
|
|
24
|
+
"name": "Great Ball",
|
|
25
|
+
"psName": "Great Ball",
|
|
26
|
+
"gen": 1,
|
|
27
|
+
"shortDesc": "A high-performance Ball that provides a higher catch rate than a Poké Ball.",
|
|
28
|
+
"desc": "A high-performance Ball that provides a higher catch rate than a Poké Ball.",
|
|
29
|
+
"category": "ball",
|
|
30
|
+
"unholdable": false
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "pokeball",
|
|
34
|
+
"name": "Poké Ball",
|
|
35
|
+
"psName": "Poke Ball",
|
|
36
|
+
"gen": 1,
|
|
37
|
+
"shortDesc": "A device for catching wild Pokemon. It is designed as a capsule system.",
|
|
38
|
+
"desc": "A device for catching wild Pokemon. It is designed as a capsule system.",
|
|
39
|
+
"category": "ball",
|
|
40
|
+
"unholdable": false
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "safariball",
|
|
44
|
+
"name": "Safari Ball",
|
|
45
|
+
"psName": "Safari Ball",
|
|
46
|
+
"gen": 1,
|
|
47
|
+
"shortDesc": "A special Poké Ball that is used only in the Safari Zone and Great Marsh.",
|
|
48
|
+
"desc": "A special Poké Ball that is used only in the Safari Zone and Great Marsh.",
|
|
49
|
+
"category": "ball",
|
|
50
|
+
"unholdable": false
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "netball",
|
|
54
|
+
"name": "Net Ball",
|
|
55
|
+
"psName": "Net Ball",
|
|
56
|
+
"gen": 3,
|
|
57
|
+
"shortDesc": "A Poké Ball that works especially well on Water- and Bug-type Pokemon.",
|
|
58
|
+
"desc": "A Poké Ball that works especially well on Water- and Bug-type Pokemon.",
|
|
59
|
+
"category": "ball",
|
|
60
|
+
"unholdable": false
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "diveball",
|
|
64
|
+
"name": "Dive Ball",
|
|
65
|
+
"psName": "Dive Ball",
|
|
66
|
+
"gen": 3,
|
|
67
|
+
"shortDesc": "A Poké Ball that works especially well on Pokemon that live underwater.",
|
|
68
|
+
"desc": "A Poké Ball that works especially well on Pokemon that live underwater.",
|
|
69
|
+
"category": "ball",
|
|
70
|
+
"unholdable": false
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": "nestball",
|
|
74
|
+
"name": "Nest Ball",
|
|
75
|
+
"psName": "Nest Ball",
|
|
76
|
+
"gen": 3,
|
|
77
|
+
"shortDesc": "A Poké Ball that works especially well on weaker Pokemon in the wild.",
|
|
78
|
+
"desc": "A Poké Ball that works especially well on weaker Pokemon in the wild.",
|
|
79
|
+
"category": "ball",
|
|
80
|
+
"unholdable": false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "repeatball",
|
|
84
|
+
"name": "Repeat Ball",
|
|
85
|
+
"psName": "Repeat Ball",
|
|
86
|
+
"gen": 3,
|
|
87
|
+
"shortDesc": "A Poké Ball that works well on Pokemon species that were previously caught.",
|
|
88
|
+
"desc": "A Poké Ball that works well on Pokemon species that were previously caught.",
|
|
89
|
+
"category": "ball",
|
|
90
|
+
"unholdable": false
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": "timerball",
|
|
94
|
+
"name": "Timer Ball",
|
|
95
|
+
"psName": "Timer Ball",
|
|
96
|
+
"gen": 3,
|
|
97
|
+
"shortDesc": "A Poké Ball that becomes better the more turns there are in a battle.",
|
|
98
|
+
"desc": "A Poké Ball that becomes better the more turns there are in a battle.",
|
|
99
|
+
"category": "ball",
|
|
100
|
+
"unholdable": false
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": "luxuryball",
|
|
104
|
+
"name": "Luxury Ball",
|
|
105
|
+
"psName": "Luxury Ball",
|
|
106
|
+
"gen": 3,
|
|
107
|
+
"shortDesc": "A comfortable Poké Ball that makes a caught wild Pokemon quickly grow friendly.",
|
|
108
|
+
"desc": "A comfortable Poké Ball that makes a caught wild Pokemon quickly grow friendly.",
|
|
109
|
+
"category": "ball",
|
|
110
|
+
"unholdable": false
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "premierball",
|
|
114
|
+
"name": "Premier Ball",
|
|
115
|
+
"psName": "Premier Ball",
|
|
116
|
+
"gen": 3,
|
|
117
|
+
"shortDesc": "A rare Poké Ball that has been crafted to commemorate an event.",
|
|
118
|
+
"desc": "A rare Poké Ball that has been crafted to commemorate an event.",
|
|
119
|
+
"category": "ball",
|
|
120
|
+
"unholdable": false
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "duskball",
|
|
124
|
+
"name": "Dusk Ball",
|
|
125
|
+
"psName": "Dusk Ball",
|
|
126
|
+
"gen": 4,
|
|
127
|
+
"shortDesc": "A Poké Ball that makes it easier to catch wild Pokemon at night or in caves.",
|
|
128
|
+
"desc": "A Poké Ball that makes it easier to catch wild Pokemon at night or in caves.",
|
|
129
|
+
"category": "ball",
|
|
130
|
+
"unholdable": false
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "healball",
|
|
134
|
+
"name": "Heal Ball",
|
|
135
|
+
"psName": "Heal Ball",
|
|
136
|
+
"gen": 4,
|
|
137
|
+
"shortDesc": "A remedial Poké Ball that restores the caught Pokemon's HP and status problem.",
|
|
138
|
+
"desc": "A remedial Poké Ball that restores the caught Pokemon's HP and status problem.",
|
|
139
|
+
"category": "ball",
|
|
140
|
+
"unholdable": false
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": "quickball",
|
|
144
|
+
"name": "Quick Ball",
|
|
145
|
+
"psName": "Quick Ball",
|
|
146
|
+
"gen": 4,
|
|
147
|
+
"shortDesc": "A Poké Ball that provides a better catch rate at the start of a wild encounter.",
|
|
148
|
+
"desc": "A Poké Ball that provides a better catch rate at the start of a wild encounter.",
|
|
149
|
+
"category": "ball",
|
|
150
|
+
"unholdable": false
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"id": "cherishball",
|
|
154
|
+
"name": "Cherish Ball",
|
|
155
|
+
"psName": "Cherish Ball",
|
|
156
|
+
"gen": 4,
|
|
157
|
+
"shortDesc": "A rare Poké Ball that has been crafted to commemorate an occasion.",
|
|
158
|
+
"desc": "A rare Poké Ball that has been crafted to commemorate an occasion.",
|
|
159
|
+
"category": "ball",
|
|
160
|
+
"unholdable": true
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "berryjuice",
|
|
164
|
+
"name": "Berry Juice",
|
|
165
|
+
"psName": "Berry Juice",
|
|
166
|
+
"gen": 2,
|
|
167
|
+
"shortDesc": "Restores 20 HP when at 1/2 max HP or less. Single use.",
|
|
168
|
+
"desc": "Restores 20 HP when at 1/2 max HP or less. Single use.",
|
|
169
|
+
"category": "other",
|
|
170
|
+
"unholdable": false
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "sunstone",
|
|
174
|
+
"name": "Sun Stone",
|
|
175
|
+
"psName": "Sun Stone",
|
|
176
|
+
"gen": 2,
|
|
177
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
178
|
+
"desc": "Evolves Gloom into Bellossom, Sunkern into Sunflora, Cottonee into Whimsicott, Petilil into Lilligant, and Helioptile into Heliolisk when used.",
|
|
179
|
+
"category": "other",
|
|
180
|
+
"unholdable": false
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": "moonstone",
|
|
184
|
+
"name": "Moon Stone",
|
|
185
|
+
"psName": "Moon Stone",
|
|
186
|
+
"gen": 1,
|
|
187
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
188
|
+
"desc": "Evolves Nidorina into Nidoqueen, Nidorino into Nidoking, Clefairy into Clefable, Jigglypuff into Wigglytuff, Skitty into Delcatty, and Munna into Musharna when used.",
|
|
189
|
+
"category": "other",
|
|
190
|
+
"unholdable": false
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"id": "firestone",
|
|
194
|
+
"name": "Fire Stone",
|
|
195
|
+
"psName": "Fire Stone",
|
|
196
|
+
"gen": 1,
|
|
197
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
198
|
+
"desc": "Evolves Vulpix into Ninetales, Growlithe into Arcanine, Eevee into Flareon, and Pansear into Simisear when used.",
|
|
199
|
+
"category": "other",
|
|
200
|
+
"unholdable": false
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "thunderstone",
|
|
204
|
+
"name": "Thunder Stone",
|
|
205
|
+
"psName": "Thunder Stone",
|
|
206
|
+
"gen": 1,
|
|
207
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
208
|
+
"desc": "Evolves Pikachu into Raichu or Alolan Raichu, Eevee into Jolteon, Eelektrik into Eelektross, and Charjabug into Vikavolt when used.",
|
|
209
|
+
"category": "other",
|
|
210
|
+
"unholdable": false
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"id": "waterstone",
|
|
214
|
+
"name": "Water Stone",
|
|
215
|
+
"psName": "Water Stone",
|
|
216
|
+
"gen": 1,
|
|
217
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
218
|
+
"desc": "Evolves Poliwhirl into Poliwrath, Shellder into Cloyster, Staryu into Starmie, Eevee into Vaporeon, Lombre into Ludicolo, and Panpour into Simipour when used.",
|
|
219
|
+
"category": "other",
|
|
220
|
+
"unholdable": false
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"id": "leafstone",
|
|
224
|
+
"name": "Leaf Stone",
|
|
225
|
+
"psName": "Leaf Stone",
|
|
226
|
+
"gen": 1,
|
|
227
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
228
|
+
"desc": "Evolves Gloom into Vileplume, Weepinbell into Victreebel, Exeggcute into Exeggutor or Alolan Exeggutor, Eevee into Leafeon, Nuzleaf into Shiftry, and Pansage into Simisage when used.",
|
|
229
|
+
"category": "other",
|
|
230
|
+
"unholdable": false
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"id": "rootfossil",
|
|
234
|
+
"name": "Root Fossil",
|
|
235
|
+
"psName": "Root Fossil",
|
|
236
|
+
"gen": 3,
|
|
237
|
+
"shortDesc": "Can be revived into Lileep.",
|
|
238
|
+
"desc": "Can be revived into Lileep.",
|
|
239
|
+
"category": "other",
|
|
240
|
+
"unholdable": false
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "clawfossil",
|
|
244
|
+
"name": "Claw Fossil",
|
|
245
|
+
"psName": "Claw Fossil",
|
|
246
|
+
"gen": 3,
|
|
247
|
+
"shortDesc": "Can be revived into Anorith.",
|
|
248
|
+
"desc": "Can be revived into Anorith.",
|
|
249
|
+
"category": "other",
|
|
250
|
+
"unholdable": false
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"id": "helixfossil",
|
|
254
|
+
"name": "Helix Fossil",
|
|
255
|
+
"psName": "Helix Fossil",
|
|
256
|
+
"gen": 3,
|
|
257
|
+
"shortDesc": "Can be revived into Omanyte.",
|
|
258
|
+
"desc": "Can be revived into Omanyte.",
|
|
259
|
+
"category": "other",
|
|
260
|
+
"unholdable": false
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": "domefossil",
|
|
264
|
+
"name": "Dome Fossil",
|
|
265
|
+
"psName": "Dome Fossil",
|
|
266
|
+
"gen": 3,
|
|
267
|
+
"shortDesc": "Can be revived into Kabuto.",
|
|
268
|
+
"desc": "Can be revived into Kabuto.",
|
|
269
|
+
"category": "other",
|
|
270
|
+
"unholdable": false
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "oldamber",
|
|
274
|
+
"name": "Old Amber",
|
|
275
|
+
"psName": "Old Amber",
|
|
276
|
+
"gen": 3,
|
|
277
|
+
"shortDesc": "Can be revived into Aerodactyl.",
|
|
278
|
+
"desc": "Can be revived into Aerodactyl.",
|
|
279
|
+
"category": "other",
|
|
280
|
+
"unholdable": false
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "armorfossil",
|
|
284
|
+
"name": "Armor Fossil",
|
|
285
|
+
"psName": "Armor Fossil",
|
|
286
|
+
"gen": 4,
|
|
287
|
+
"shortDesc": "Can be revived into Shieldon.",
|
|
288
|
+
"desc": "Can be revived into Shieldon.",
|
|
289
|
+
"category": "other",
|
|
290
|
+
"unholdable": false
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "skullfossil",
|
|
294
|
+
"name": "Skull Fossil",
|
|
295
|
+
"psName": "Skull Fossil",
|
|
296
|
+
"gen": 4,
|
|
297
|
+
"shortDesc": "Can be revived into Cranidos.",
|
|
298
|
+
"desc": "Can be revived into Cranidos.",
|
|
299
|
+
"category": "other",
|
|
300
|
+
"unholdable": false
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"id": "rarebone",
|
|
304
|
+
"name": "Rare Bone",
|
|
305
|
+
"psName": "Rare Bone",
|
|
306
|
+
"gen": 4,
|
|
307
|
+
"shortDesc": "No competitive use other than when used with Fling.",
|
|
308
|
+
"desc": "No competitive use other than when used with Fling.",
|
|
309
|
+
"category": "other",
|
|
310
|
+
"unholdable": false
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"id": "shinystone",
|
|
314
|
+
"name": "Shiny Stone",
|
|
315
|
+
"psName": "Shiny Stone",
|
|
316
|
+
"gen": 4,
|
|
317
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
318
|
+
"desc": "Evolves Togetic into Togekiss, Roselia into Roserade, Minccino into Cinccino, and Floette into Florges when used.",
|
|
319
|
+
"category": "other",
|
|
320
|
+
"unholdable": false
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": "duskstone",
|
|
324
|
+
"name": "Dusk Stone",
|
|
325
|
+
"psName": "Dusk Stone",
|
|
326
|
+
"gen": 4,
|
|
327
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
328
|
+
"desc": "Evolves Murkrow into Honchkrow, Misdreavus into Mismagius, Lampent into Chandelure, and Doublade into Aegislash when used.",
|
|
329
|
+
"category": "other",
|
|
330
|
+
"unholdable": false
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": "dawnstone",
|
|
334
|
+
"name": "Dawn Stone",
|
|
335
|
+
"psName": "Dawn Stone",
|
|
336
|
+
"gen": 4,
|
|
337
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
338
|
+
"desc": "Evolves male Kirlia into Gallade and female Snorunt into Froslass when used.",
|
|
339
|
+
"category": "other",
|
|
340
|
+
"unholdable": false
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"id": "ovalstone",
|
|
344
|
+
"name": "Oval Stone",
|
|
345
|
+
"psName": "Oval Stone",
|
|
346
|
+
"gen": 4,
|
|
347
|
+
"shortDesc": "Evolves Happiny into Chansey when held and leveled up during the day.",
|
|
348
|
+
"desc": "Evolves Happiny into Chansey when held and leveled up during the day.",
|
|
349
|
+
"category": "other",
|
|
350
|
+
"unholdable": false
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"id": "griseousorb",
|
|
354
|
+
"name": "Griseous Orb",
|
|
355
|
+
"psName": "Griseous Orb",
|
|
356
|
+
"gen": 4,
|
|
357
|
+
"shortDesc": "If held by a Giratina, its Ghost- and Dragon-type attacks have 1.2x power.",
|
|
358
|
+
"desc": "If held by a Giratina, its Ghost- and Dragon-type attacks have 1.2x power.",
|
|
359
|
+
"category": "other",
|
|
360
|
+
"unholdable": false
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "dousedrive",
|
|
364
|
+
"name": "Douse Drive",
|
|
365
|
+
"psName": "Douse Drive",
|
|
366
|
+
"gen": 5,
|
|
367
|
+
"shortDesc": "Holder's Techno Blast is Water type.",
|
|
368
|
+
"desc": "Holder's Techno Blast is Water type.",
|
|
369
|
+
"category": "other",
|
|
370
|
+
"unholdable": false
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"id": "shockdrive",
|
|
374
|
+
"name": "Shock Drive",
|
|
375
|
+
"psName": "Shock Drive",
|
|
376
|
+
"gen": 5,
|
|
377
|
+
"shortDesc": "Holder's Techno Blast is Electric type.",
|
|
378
|
+
"desc": "Holder's Techno Blast is Electric type.",
|
|
379
|
+
"category": "other",
|
|
380
|
+
"unholdable": false
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": "burndrive",
|
|
384
|
+
"name": "Burn Drive",
|
|
385
|
+
"psName": "Burn Drive",
|
|
386
|
+
"gen": 5,
|
|
387
|
+
"shortDesc": "Holder's Techno Blast is Fire type.",
|
|
388
|
+
"desc": "Holder's Techno Blast is Fire type.",
|
|
389
|
+
"category": "other",
|
|
390
|
+
"unholdable": false
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"id": "chilldrive",
|
|
394
|
+
"name": "Chill Drive",
|
|
395
|
+
"psName": "Chill Drive",
|
|
396
|
+
"gen": 5,
|
|
397
|
+
"shortDesc": "Holder's Techno Blast is Ice type.",
|
|
398
|
+
"desc": "Holder's Techno Blast is Ice type.",
|
|
399
|
+
"category": "other",
|
|
400
|
+
"unholdable": false
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "adamantorb",
|
|
404
|
+
"name": "Adamant Orb",
|
|
405
|
+
"psName": "Adamant Orb",
|
|
406
|
+
"gen": 4,
|
|
407
|
+
"shortDesc": "If held by a Dialga, its Steel- and Dragon-type attacks have 1.2x power.",
|
|
408
|
+
"desc": "If held by a Dialga, its Steel- and Dragon-type attacks have 1.2x power.",
|
|
409
|
+
"category": "other",
|
|
410
|
+
"unholdable": false
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"id": "lustrousorb",
|
|
414
|
+
"name": "Lustrous Orb",
|
|
415
|
+
"psName": "Lustrous Orb",
|
|
416
|
+
"gen": 4,
|
|
417
|
+
"shortDesc": "If held by a Palkia, its Water- and Dragon-type attacks have 1.2x power.",
|
|
418
|
+
"desc": "If held by a Palkia, its Water- and Dragon-type attacks have 1.2x power.",
|
|
419
|
+
"category": "other",
|
|
420
|
+
"unholdable": false
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"id": "mail",
|
|
424
|
+
"name": "Mail",
|
|
425
|
+
"psName": "Mail",
|
|
426
|
+
"gen": 2,
|
|
427
|
+
"shortDesc": "Cannot be given to or taken from a Pokemon, except by Covet/Knock Off/Thief.",
|
|
428
|
+
"desc": "Cannot be given to or taken from a Pokemon, except by Covet/Knock Off/Thief.",
|
|
429
|
+
"category": "other",
|
|
430
|
+
"unholdable": true
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"id": "cheriberry",
|
|
434
|
+
"name": "Cheri Berry",
|
|
435
|
+
"psName": "Cheri Berry",
|
|
436
|
+
"gen": 3,
|
|
437
|
+
"shortDesc": "Holder cures itself if it is paralyzed. Single use.",
|
|
438
|
+
"desc": "Holder cures itself if it is paralyzed. Single use.",
|
|
439
|
+
"category": "berry",
|
|
440
|
+
"unholdable": false
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"id": "chestoberry",
|
|
444
|
+
"name": "Chesto Berry",
|
|
445
|
+
"psName": "Chesto Berry",
|
|
446
|
+
"gen": 3,
|
|
447
|
+
"shortDesc": "Holder wakes up if it is asleep. Single use.",
|
|
448
|
+
"desc": "Holder wakes up if it is asleep. Single use.",
|
|
449
|
+
"category": "berry",
|
|
450
|
+
"unholdable": false
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"id": "pechaberry",
|
|
454
|
+
"name": "Pecha Berry",
|
|
455
|
+
"psName": "Pecha Berry",
|
|
456
|
+
"gen": 3,
|
|
457
|
+
"shortDesc": "Holder is cured if it is poisoned. Single use.",
|
|
458
|
+
"desc": "Holder is cured if it is poisoned. Single use.",
|
|
459
|
+
"category": "berry",
|
|
460
|
+
"unholdable": false
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"id": "rawstberry",
|
|
464
|
+
"name": "Rawst Berry",
|
|
465
|
+
"psName": "Rawst Berry",
|
|
466
|
+
"gen": 3,
|
|
467
|
+
"shortDesc": "Holder is cured if it is burned. Single use.",
|
|
468
|
+
"desc": "Holder is cured if it is burned. Single use.",
|
|
469
|
+
"category": "berry",
|
|
470
|
+
"unholdable": false
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"id": "aspearberry",
|
|
474
|
+
"name": "Aspear Berry",
|
|
475
|
+
"psName": "Aspear Berry",
|
|
476
|
+
"gen": 3,
|
|
477
|
+
"shortDesc": "Holder is cured if it is frozen. Single use.",
|
|
478
|
+
"desc": "Holder is cured if it is frozen. Single use.",
|
|
479
|
+
"category": "berry",
|
|
480
|
+
"unholdable": false
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"id": "leppaberry",
|
|
484
|
+
"name": "Leppa Berry",
|
|
485
|
+
"psName": "Leppa Berry",
|
|
486
|
+
"gen": 3,
|
|
487
|
+
"shortDesc": "Restores 10 PP to the first of the holder's moves to reach 0 PP. Single use.",
|
|
488
|
+
"desc": "Restores 10 PP to the first of the holder's moves to reach 0 PP. Single use.",
|
|
489
|
+
"category": "berry",
|
|
490
|
+
"unholdable": false
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"id": "oranberry",
|
|
494
|
+
"name": "Oran Berry",
|
|
495
|
+
"psName": "Oran Berry",
|
|
496
|
+
"gen": 3,
|
|
497
|
+
"shortDesc": "Restores 10 HP when at 1/2 max HP or less. Single use.",
|
|
498
|
+
"desc": "Restores 10 HP when at 1/2 max HP or less. Single use.",
|
|
499
|
+
"category": "berry",
|
|
500
|
+
"unholdable": false
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "persimberry",
|
|
504
|
+
"name": "Persim Berry",
|
|
505
|
+
"psName": "Persim Berry",
|
|
506
|
+
"gen": 3,
|
|
507
|
+
"shortDesc": "Holder is cured if it is confused. Single use.",
|
|
508
|
+
"desc": "Holder is cured if it is confused. Single use.",
|
|
509
|
+
"category": "berry",
|
|
510
|
+
"unholdable": false
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": "lumberry",
|
|
514
|
+
"name": "Lum Berry",
|
|
515
|
+
"psName": "Lum Berry",
|
|
516
|
+
"gen": 3,
|
|
517
|
+
"shortDesc": "Holder cures itself if it has a non-volatile status or is confused. Single use.",
|
|
518
|
+
"desc": "Holder cures itself if it has a non-volatile status or is confused. Single use.",
|
|
519
|
+
"category": "berry",
|
|
520
|
+
"unholdable": false
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"id": "sitrusberry",
|
|
524
|
+
"name": "Sitrus Berry",
|
|
525
|
+
"psName": "Sitrus Berry",
|
|
526
|
+
"gen": 3,
|
|
527
|
+
"shortDesc": "Restores 1/4 max HP when at 1/2 max HP or less. Single use.",
|
|
528
|
+
"desc": "Restores 1/4 max HP when at 1/2 max HP or less. Single use.",
|
|
529
|
+
"category": "berry",
|
|
530
|
+
"unholdable": false
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"id": "figyberry",
|
|
534
|
+
"name": "Figy Berry",
|
|
535
|
+
"psName": "Figy Berry",
|
|
536
|
+
"gen": 3,
|
|
537
|
+
"shortDesc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use.",
|
|
538
|
+
"desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use.",
|
|
539
|
+
"category": "berry",
|
|
540
|
+
"unholdable": false
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"id": "wikiberry",
|
|
544
|
+
"name": "Wiki Berry",
|
|
545
|
+
"psName": "Wiki Berry",
|
|
546
|
+
"gen": 3,
|
|
547
|
+
"shortDesc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use.",
|
|
548
|
+
"desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use.",
|
|
549
|
+
"category": "berry",
|
|
550
|
+
"unholdable": false
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"id": "magoberry",
|
|
554
|
+
"name": "Mago Berry",
|
|
555
|
+
"psName": "Mago Berry",
|
|
556
|
+
"gen": 3,
|
|
557
|
+
"shortDesc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use.",
|
|
558
|
+
"desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use.",
|
|
559
|
+
"category": "berry",
|
|
560
|
+
"unholdable": false
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"id": "aguavberry",
|
|
564
|
+
"name": "Aguav Berry",
|
|
565
|
+
"psName": "Aguav Berry",
|
|
566
|
+
"gen": 3,
|
|
567
|
+
"shortDesc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use.",
|
|
568
|
+
"desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use.",
|
|
569
|
+
"category": "berry",
|
|
570
|
+
"unholdable": false
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"id": "iapapaberry",
|
|
574
|
+
"name": "Iapapa Berry",
|
|
575
|
+
"psName": "Iapapa Berry",
|
|
576
|
+
"gen": 3,
|
|
577
|
+
"shortDesc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Def Nature. Single use.",
|
|
578
|
+
"desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Def Nature. Single use.",
|
|
579
|
+
"category": "berry",
|
|
580
|
+
"unholdable": false
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"id": "razzberry",
|
|
584
|
+
"name": "Razz Berry",
|
|
585
|
+
"psName": "Razz Berry",
|
|
586
|
+
"gen": 3,
|
|
587
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
588
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
589
|
+
"category": "berry",
|
|
590
|
+
"unholdable": false
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"id": "blukberry",
|
|
594
|
+
"name": "Bluk Berry",
|
|
595
|
+
"psName": "Bluk Berry",
|
|
596
|
+
"gen": 3,
|
|
597
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
598
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
599
|
+
"category": "berry",
|
|
600
|
+
"unholdable": false
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"id": "nanabberry",
|
|
604
|
+
"name": "Nanab Berry",
|
|
605
|
+
"psName": "Nanab Berry",
|
|
606
|
+
"gen": 3,
|
|
607
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
608
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
609
|
+
"category": "berry",
|
|
610
|
+
"unholdable": false
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"id": "wepearberry",
|
|
614
|
+
"name": "Wepear Berry",
|
|
615
|
+
"psName": "Wepear Berry",
|
|
616
|
+
"gen": 3,
|
|
617
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
618
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
619
|
+
"category": "berry",
|
|
620
|
+
"unholdable": false
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"id": "pinapberry",
|
|
624
|
+
"name": "Pinap Berry",
|
|
625
|
+
"psName": "Pinap Berry",
|
|
626
|
+
"gen": 3,
|
|
627
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
628
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
629
|
+
"category": "berry",
|
|
630
|
+
"unholdable": false
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"id": "pomegberry",
|
|
634
|
+
"name": "Pomeg Berry",
|
|
635
|
+
"psName": "Pomeg Berry",
|
|
636
|
+
"gen": 3,
|
|
637
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
638
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
639
|
+
"category": "berry",
|
|
640
|
+
"unholdable": false
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"id": "kelpsyberry",
|
|
644
|
+
"name": "Kelpsy Berry",
|
|
645
|
+
"psName": "Kelpsy Berry",
|
|
646
|
+
"gen": 3,
|
|
647
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
648
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
649
|
+
"category": "berry",
|
|
650
|
+
"unholdable": false
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"id": "qualotberry",
|
|
654
|
+
"name": "Qualot Berry",
|
|
655
|
+
"psName": "Qualot Berry",
|
|
656
|
+
"gen": 3,
|
|
657
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
658
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
659
|
+
"category": "berry",
|
|
660
|
+
"unholdable": false
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
"id": "hondewberry",
|
|
664
|
+
"name": "Hondew Berry",
|
|
665
|
+
"psName": "Hondew Berry",
|
|
666
|
+
"gen": 3,
|
|
667
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
668
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
669
|
+
"category": "berry",
|
|
670
|
+
"unholdable": false
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"id": "grepaberry",
|
|
674
|
+
"name": "Grepa Berry",
|
|
675
|
+
"psName": "Grepa Berry",
|
|
676
|
+
"gen": 3,
|
|
677
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
678
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
679
|
+
"category": "berry",
|
|
680
|
+
"unholdable": false
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"id": "tamatoberry",
|
|
684
|
+
"name": "Tamato Berry",
|
|
685
|
+
"psName": "Tamato Berry",
|
|
686
|
+
"gen": 3,
|
|
687
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
688
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
689
|
+
"category": "berry",
|
|
690
|
+
"unholdable": false
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"id": "cornnberry",
|
|
694
|
+
"name": "Cornn Berry",
|
|
695
|
+
"psName": "Cornn Berry",
|
|
696
|
+
"gen": 3,
|
|
697
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
698
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
699
|
+
"category": "berry",
|
|
700
|
+
"unholdable": false
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"id": "magostberry",
|
|
704
|
+
"name": "Magost Berry",
|
|
705
|
+
"psName": "Magost Berry",
|
|
706
|
+
"gen": 3,
|
|
707
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
708
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
709
|
+
"category": "berry",
|
|
710
|
+
"unholdable": false
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"id": "rabutaberry",
|
|
714
|
+
"name": "Rabuta Berry",
|
|
715
|
+
"psName": "Rabuta Berry",
|
|
716
|
+
"gen": 3,
|
|
717
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
718
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
719
|
+
"category": "berry",
|
|
720
|
+
"unholdable": false
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"id": "nomelberry",
|
|
724
|
+
"name": "Nomel Berry",
|
|
725
|
+
"psName": "Nomel Berry",
|
|
726
|
+
"gen": 3,
|
|
727
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
728
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
729
|
+
"category": "berry",
|
|
730
|
+
"unholdable": false
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"id": "spelonberry",
|
|
734
|
+
"name": "Spelon Berry",
|
|
735
|
+
"psName": "Spelon Berry",
|
|
736
|
+
"gen": 3,
|
|
737
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
738
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
739
|
+
"category": "berry",
|
|
740
|
+
"unholdable": false
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"id": "pamtreberry",
|
|
744
|
+
"name": "Pamtre Berry",
|
|
745
|
+
"psName": "Pamtre Berry",
|
|
746
|
+
"gen": 3,
|
|
747
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
748
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
749
|
+
"category": "berry",
|
|
750
|
+
"unholdable": false
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"id": "watmelberry",
|
|
754
|
+
"name": "Watmel Berry",
|
|
755
|
+
"psName": "Watmel Berry",
|
|
756
|
+
"gen": 3,
|
|
757
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
758
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
759
|
+
"category": "berry",
|
|
760
|
+
"unholdable": false
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"id": "durinberry",
|
|
764
|
+
"name": "Durin Berry",
|
|
765
|
+
"psName": "Durin Berry",
|
|
766
|
+
"gen": 3,
|
|
767
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
768
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
769
|
+
"category": "berry",
|
|
770
|
+
"unholdable": false
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": "belueberry",
|
|
774
|
+
"name": "Belue Berry",
|
|
775
|
+
"psName": "Belue Berry",
|
|
776
|
+
"gen": 3,
|
|
777
|
+
"shortDesc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
778
|
+
"desc": "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck.",
|
|
779
|
+
"category": "berry",
|
|
780
|
+
"unholdable": false
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"id": "occaberry",
|
|
784
|
+
"name": "Occa Berry",
|
|
785
|
+
"psName": "Occa Berry",
|
|
786
|
+
"gen": 4,
|
|
787
|
+
"shortDesc": "Halves damage taken from a supereffective Fire-type attack. Single use.",
|
|
788
|
+
"desc": "Halves damage taken from a supereffective Fire-type attack. Single use.",
|
|
789
|
+
"category": "berry",
|
|
790
|
+
"unholdable": false
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"id": "passhoberry",
|
|
794
|
+
"name": "Passho Berry",
|
|
795
|
+
"psName": "Passho Berry",
|
|
796
|
+
"gen": 4,
|
|
797
|
+
"shortDesc": "Halves damage taken from a supereffective Water-type attack. Single use.",
|
|
798
|
+
"desc": "Halves damage taken from a supereffective Water-type attack. Single use.",
|
|
799
|
+
"category": "berry",
|
|
800
|
+
"unholdable": false
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"id": "wacanberry",
|
|
804
|
+
"name": "Wacan Berry",
|
|
805
|
+
"psName": "Wacan Berry",
|
|
806
|
+
"gen": 4,
|
|
807
|
+
"shortDesc": "Halves damage taken from a supereffective Electric-type attack. Single use.",
|
|
808
|
+
"desc": "Halves damage taken from a supereffective Electric-type attack. Single use.",
|
|
809
|
+
"category": "berry",
|
|
810
|
+
"unholdable": false
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"id": "rindoberry",
|
|
814
|
+
"name": "Rindo Berry",
|
|
815
|
+
"psName": "Rindo Berry",
|
|
816
|
+
"gen": 4,
|
|
817
|
+
"shortDesc": "Halves damage taken from a supereffective Grass-type attack. Single use.",
|
|
818
|
+
"desc": "Halves damage taken from a supereffective Grass-type attack. Single use.",
|
|
819
|
+
"category": "berry",
|
|
820
|
+
"unholdable": false
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"id": "yacheberry",
|
|
824
|
+
"name": "Yache Berry",
|
|
825
|
+
"psName": "Yache Berry",
|
|
826
|
+
"gen": 4,
|
|
827
|
+
"shortDesc": "Halves damage taken from a supereffective Ice-type attack. Single use.",
|
|
828
|
+
"desc": "Halves damage taken from a supereffective Ice-type attack. Single use.",
|
|
829
|
+
"category": "berry",
|
|
830
|
+
"unholdable": false
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"id": "chopleberry",
|
|
834
|
+
"name": "Chople Berry",
|
|
835
|
+
"psName": "Chople Berry",
|
|
836
|
+
"gen": 4,
|
|
837
|
+
"shortDesc": "Halves damage taken from a supereffective Fighting-type attack. Single use.",
|
|
838
|
+
"desc": "Halves damage taken from a supereffective Fighting-type attack. Single use.",
|
|
839
|
+
"category": "berry",
|
|
840
|
+
"unholdable": false
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "kebiaberry",
|
|
844
|
+
"name": "Kebia Berry",
|
|
845
|
+
"psName": "Kebia Berry",
|
|
846
|
+
"gen": 4,
|
|
847
|
+
"shortDesc": "Halves damage taken from a supereffective Poison-type attack. Single use.",
|
|
848
|
+
"desc": "Halves damage taken from a supereffective Poison-type attack. Single use.",
|
|
849
|
+
"category": "berry",
|
|
850
|
+
"unholdable": false
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"id": "shucaberry",
|
|
854
|
+
"name": "Shuca Berry",
|
|
855
|
+
"psName": "Shuca Berry",
|
|
856
|
+
"gen": 4,
|
|
857
|
+
"shortDesc": "Halves damage taken from a supereffective Ground-type attack. Single use.",
|
|
858
|
+
"desc": "Halves damage taken from a supereffective Ground-type attack. Single use.",
|
|
859
|
+
"category": "berry",
|
|
860
|
+
"unholdable": false
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"id": "cobaberry",
|
|
864
|
+
"name": "Coba Berry",
|
|
865
|
+
"psName": "Coba Berry",
|
|
866
|
+
"gen": 4,
|
|
867
|
+
"shortDesc": "Halves damage taken from a supereffective Flying-type attack. Single use.",
|
|
868
|
+
"desc": "Halves damage taken from a supereffective Flying-type attack. Single use.",
|
|
869
|
+
"category": "berry",
|
|
870
|
+
"unholdable": false
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"id": "payapaberry",
|
|
874
|
+
"name": "Payapa Berry",
|
|
875
|
+
"psName": "Payapa Berry",
|
|
876
|
+
"gen": 4,
|
|
877
|
+
"shortDesc": "Halves damage taken from a supereffective Psychic-type attack. Single use.",
|
|
878
|
+
"desc": "Halves damage taken from a supereffective Psychic-type attack. Single use.",
|
|
879
|
+
"category": "berry",
|
|
880
|
+
"unholdable": false
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"id": "tangaberry",
|
|
884
|
+
"name": "Tanga Berry",
|
|
885
|
+
"psName": "Tanga Berry",
|
|
886
|
+
"gen": 4,
|
|
887
|
+
"shortDesc": "Halves damage taken from a supereffective Bug-type attack. Single use.",
|
|
888
|
+
"desc": "Halves damage taken from a supereffective Bug-type attack. Single use.",
|
|
889
|
+
"category": "berry",
|
|
890
|
+
"unholdable": false
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"id": "chartiberry",
|
|
894
|
+
"name": "Charti Berry",
|
|
895
|
+
"psName": "Charti Berry",
|
|
896
|
+
"gen": 4,
|
|
897
|
+
"shortDesc": "Halves damage taken from a supereffective Rock-type attack. Single use.",
|
|
898
|
+
"desc": "Halves damage taken from a supereffective Rock-type attack. Single use.",
|
|
899
|
+
"category": "berry",
|
|
900
|
+
"unholdable": false
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"id": "kasibberry",
|
|
904
|
+
"name": "Kasib Berry",
|
|
905
|
+
"psName": "Kasib Berry",
|
|
906
|
+
"gen": 4,
|
|
907
|
+
"shortDesc": "Halves damage taken from a supereffective Ghost-type attack. Single use.",
|
|
908
|
+
"desc": "Halves damage taken from a supereffective Ghost-type attack. Single use.",
|
|
909
|
+
"category": "berry",
|
|
910
|
+
"unholdable": false
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"id": "habanberry",
|
|
914
|
+
"name": "Haban Berry",
|
|
915
|
+
"psName": "Haban Berry",
|
|
916
|
+
"gen": 4,
|
|
917
|
+
"shortDesc": "Halves damage taken from a supereffective Dragon-type attack. Single use.",
|
|
918
|
+
"desc": "Halves damage taken from a supereffective Dragon-type attack. Single use.",
|
|
919
|
+
"category": "berry",
|
|
920
|
+
"unholdable": false
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"id": "colburberry",
|
|
924
|
+
"name": "Colbur Berry",
|
|
925
|
+
"psName": "Colbur Berry",
|
|
926
|
+
"gen": 4,
|
|
927
|
+
"shortDesc": "Halves damage taken from a supereffective Dark-type attack. Single use.",
|
|
928
|
+
"desc": "Halves damage taken from a supereffective Dark-type attack. Single use.",
|
|
929
|
+
"category": "berry",
|
|
930
|
+
"unholdable": false
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"id": "babiriberry",
|
|
934
|
+
"name": "Babiri Berry",
|
|
935
|
+
"psName": "Babiri Berry",
|
|
936
|
+
"gen": 4,
|
|
937
|
+
"shortDesc": "Halves damage taken from a supereffective Steel-type attack. Single use.",
|
|
938
|
+
"desc": "Halves damage taken from a supereffective Steel-type attack. Single use.",
|
|
939
|
+
"category": "berry",
|
|
940
|
+
"unholdable": false
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"id": "chilanberry",
|
|
944
|
+
"name": "Chilan Berry",
|
|
945
|
+
"psName": "Chilan Berry",
|
|
946
|
+
"gen": 4,
|
|
947
|
+
"shortDesc": "Halves damage taken from a Normal-type attack. Single use.",
|
|
948
|
+
"desc": "Halves damage taken from a Normal-type attack. Single use.",
|
|
949
|
+
"category": "berry",
|
|
950
|
+
"unholdable": false
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"id": "liechiberry",
|
|
954
|
+
"name": "Liechi Berry",
|
|
955
|
+
"psName": "Liechi Berry",
|
|
956
|
+
"gen": 3,
|
|
957
|
+
"shortDesc": "Raises holder's Attack by 1 stage when at 1/4 max HP or less. Single use.",
|
|
958
|
+
"desc": "Raises holder's Attack by 1 stage when at 1/4 max HP or less. Single use.",
|
|
959
|
+
"category": "berry",
|
|
960
|
+
"unholdable": false
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"id": "ganlonberry",
|
|
964
|
+
"name": "Ganlon Berry",
|
|
965
|
+
"psName": "Ganlon Berry",
|
|
966
|
+
"gen": 3,
|
|
967
|
+
"shortDesc": "Raises holder's Defense by 1 stage when at 1/4 max HP or less. Single use.",
|
|
968
|
+
"desc": "Raises holder's Defense by 1 stage when at 1/4 max HP or less. Single use.",
|
|
969
|
+
"category": "berry",
|
|
970
|
+
"unholdable": false
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"id": "salacberry",
|
|
974
|
+
"name": "Salac Berry",
|
|
975
|
+
"psName": "Salac Berry",
|
|
976
|
+
"gen": 3,
|
|
977
|
+
"shortDesc": "Raises holder's Speed by 1 stage when at 1/4 max HP or less. Single use.",
|
|
978
|
+
"desc": "Raises holder's Speed by 1 stage when at 1/4 max HP or less. Single use.",
|
|
979
|
+
"category": "berry",
|
|
980
|
+
"unholdable": false
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"id": "petayaberry",
|
|
984
|
+
"name": "Petaya Berry",
|
|
985
|
+
"psName": "Petaya Berry",
|
|
986
|
+
"gen": 3,
|
|
987
|
+
"shortDesc": "Raises holder's Sp. Atk by 1 stage when at 1/4 max HP or less. Single use.",
|
|
988
|
+
"desc": "Raises holder's Sp. Atk by 1 stage when at 1/4 max HP or less. Single use.",
|
|
989
|
+
"category": "berry",
|
|
990
|
+
"unholdable": false
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"id": "apicotberry",
|
|
994
|
+
"name": "Apicot Berry",
|
|
995
|
+
"psName": "Apicot Berry",
|
|
996
|
+
"gen": 3,
|
|
997
|
+
"shortDesc": "Raises holder's Sp. Def by 1 stage when at 1/4 max HP or less. Single use.",
|
|
998
|
+
"desc": "Raises holder's Sp. Def by 1 stage when at 1/4 max HP or less. Single use.",
|
|
999
|
+
"category": "berry",
|
|
1000
|
+
"unholdable": false
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"id": "lansatberry",
|
|
1004
|
+
"name": "Lansat Berry",
|
|
1005
|
+
"psName": "Lansat Berry",
|
|
1006
|
+
"gen": 3,
|
|
1007
|
+
"shortDesc": "Holder gains the Focus Energy effect when at 1/4 max HP or less. Single use.",
|
|
1008
|
+
"desc": "Holder gains the Focus Energy effect when at 1/4 max HP or less. Single use.",
|
|
1009
|
+
"category": "berry",
|
|
1010
|
+
"unholdable": false
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"id": "starfberry",
|
|
1014
|
+
"name": "Starf Berry",
|
|
1015
|
+
"psName": "Starf Berry",
|
|
1016
|
+
"gen": 3,
|
|
1017
|
+
"shortDesc": "Raises a random stat by 2 when at 1/4 max HP or less (not acc/eva). Single use.",
|
|
1018
|
+
"desc": "Raises a random stat by 2 when at 1/4 max HP or less (not acc/eva). Single use.",
|
|
1019
|
+
"category": "berry",
|
|
1020
|
+
"unholdable": false
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"id": "enigmaberry",
|
|
1024
|
+
"name": "Enigma Berry",
|
|
1025
|
+
"psName": "Enigma Berry",
|
|
1026
|
+
"gen": 3,
|
|
1027
|
+
"shortDesc": "Restores 1/4 max HP after holder is hit by a supereffective move. Single use.",
|
|
1028
|
+
"desc": "Restores 1/4 max HP after holder is hit by a supereffective move. Single use.",
|
|
1029
|
+
"category": "berry",
|
|
1030
|
+
"unholdable": false
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"id": "micleberry",
|
|
1034
|
+
"name": "Micle Berry",
|
|
1035
|
+
"psName": "Micle Berry",
|
|
1036
|
+
"gen": 4,
|
|
1037
|
+
"shortDesc": "Holder's next move has 1.2x accuracy when at 1/4 max HP or less. Single use.",
|
|
1038
|
+
"desc": "Holder's next move has 1.2x accuracy when at 1/4 max HP or less. Single use.",
|
|
1039
|
+
"category": "berry",
|
|
1040
|
+
"unholdable": false
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"id": "custapberry",
|
|
1044
|
+
"name": "Custap Berry",
|
|
1045
|
+
"psName": "Custap Berry",
|
|
1046
|
+
"gen": 4,
|
|
1047
|
+
"shortDesc": "Holder moves first in its priority bracket when at 1/4 max HP or less. Single use.",
|
|
1048
|
+
"desc": "Holder moves first in its priority bracket when at 1/4 max HP or less. Single use.",
|
|
1049
|
+
"category": "berry",
|
|
1050
|
+
"unholdable": false
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"id": "jabocaberry",
|
|
1054
|
+
"name": "Jaboca Berry",
|
|
1055
|
+
"psName": "Jaboca Berry",
|
|
1056
|
+
"gen": 4,
|
|
1057
|
+
"shortDesc": "If holder is hit by a physical move, attacker loses 1/8 of its max HP. Single use.",
|
|
1058
|
+
"desc": "If holder is hit by a physical move, attacker loses 1/8 of its max HP. Single use.",
|
|
1059
|
+
"category": "berry",
|
|
1060
|
+
"unholdable": false
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"id": "rowapberry",
|
|
1064
|
+
"name": "Rowap Berry",
|
|
1065
|
+
"psName": "Rowap Berry",
|
|
1066
|
+
"gen": 4,
|
|
1067
|
+
"shortDesc": "If holder is hit by a special move, attacker loses 1/8 of its max HP. Single use.",
|
|
1068
|
+
"desc": "If holder is hit by a special move, attacker loses 1/8 of its max HP. Single use.",
|
|
1069
|
+
"category": "berry",
|
|
1070
|
+
"unholdable": false
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"id": "brightpowder",
|
|
1074
|
+
"name": "Bright Powder",
|
|
1075
|
+
"psName": "Bright Powder",
|
|
1076
|
+
"gen": 2,
|
|
1077
|
+
"shortDesc": "The accuracy of attacks against the holder is 0.9x.",
|
|
1078
|
+
"desc": "The accuracy of attacks against the holder is 0.9x.",
|
|
1079
|
+
"category": "other",
|
|
1080
|
+
"unholdable": false
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"id": "whiteherb",
|
|
1084
|
+
"name": "White Herb",
|
|
1085
|
+
"psName": "White Herb",
|
|
1086
|
+
"gen": 3,
|
|
1087
|
+
"shortDesc": "Restores all lowered stat stages to 0 when one is less than 0. Single use.",
|
|
1088
|
+
"desc": "Restores all lowered stat stages to 0 when one is less than 0. Single use.",
|
|
1089
|
+
"category": "other",
|
|
1090
|
+
"unholdable": false
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": "machobrace",
|
|
1094
|
+
"name": "Macho Brace",
|
|
1095
|
+
"psName": "Macho Brace",
|
|
1096
|
+
"gen": 3,
|
|
1097
|
+
"shortDesc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1098
|
+
"desc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1099
|
+
"category": "other",
|
|
1100
|
+
"unholdable": false
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"id": "quickclaw",
|
|
1104
|
+
"name": "Quick Claw",
|
|
1105
|
+
"psName": "Quick Claw",
|
|
1106
|
+
"gen": 2,
|
|
1107
|
+
"shortDesc": "Each turn, holder has a 20% chance to move first in its priority bracket.",
|
|
1108
|
+
"desc": "Each turn, holder has a 20% chance to move first in its priority bracket.",
|
|
1109
|
+
"category": "other",
|
|
1110
|
+
"unholdable": false
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"id": "mentalherb",
|
|
1114
|
+
"name": "Mental Herb",
|
|
1115
|
+
"psName": "Mental Herb",
|
|
1116
|
+
"gen": 3,
|
|
1117
|
+
"shortDesc": "Cures holder of Attract, Disable, Encore, Heal Block, Taunt, Torment. Single use.",
|
|
1118
|
+
"desc": "Cures holder of Attract, Disable, Encore, Heal Block, Taunt, Torment. Single use.",
|
|
1119
|
+
"category": "other",
|
|
1120
|
+
"unholdable": false
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"id": "choiceband",
|
|
1124
|
+
"name": "Choice Band",
|
|
1125
|
+
"psName": "Choice Band",
|
|
1126
|
+
"gen": 3,
|
|
1127
|
+
"shortDesc": "Holder's Attack is 1.5x, but it can only select the first move it executes.",
|
|
1128
|
+
"desc": "Holder's Attack is 1.5x, but it can only select the first move it executes.",
|
|
1129
|
+
"category": "other",
|
|
1130
|
+
"unholdable": false
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"id": "kingsrock",
|
|
1134
|
+
"name": "King's Rock",
|
|
1135
|
+
"psName": "King's Rock",
|
|
1136
|
+
"gen": 2,
|
|
1137
|
+
"shortDesc": "Holder's attacks without a chance to flinch gain a 10% chance to flinch.",
|
|
1138
|
+
"desc": "Holder's attacks without a chance to make the target flinch gain a 10% chance to make the target flinch. Evolves Poliwhirl into Politoed and Slowpoke into Slowking when traded.",
|
|
1139
|
+
"category": "other",
|
|
1140
|
+
"unholdable": false
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"id": "silverpowder",
|
|
1144
|
+
"name": "Silver Powder",
|
|
1145
|
+
"psName": "Silver Powder",
|
|
1146
|
+
"gen": 2,
|
|
1147
|
+
"shortDesc": "Holder's Bug-type attacks have 1.2x power.",
|
|
1148
|
+
"desc": "Holder's Bug-type attacks have 1.2x power.",
|
|
1149
|
+
"category": "other",
|
|
1150
|
+
"unholdable": false
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"id": "souldew",
|
|
1154
|
+
"name": "Soul Dew",
|
|
1155
|
+
"psName": "Soul Dew",
|
|
1156
|
+
"gen": 3,
|
|
1157
|
+
"shortDesc": "If held by a Latias/Latios, its Dragon- and Psychic-type moves have 1.2x power.",
|
|
1158
|
+
"desc": "If held by a Latias/Latios, its Dragon- and Psychic-type moves have 1.2x power.",
|
|
1159
|
+
"category": "other",
|
|
1160
|
+
"unholdable": false
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"id": "deepseatooth",
|
|
1164
|
+
"name": "Deep Sea Tooth",
|
|
1165
|
+
"psName": "Deep Sea Tooth",
|
|
1166
|
+
"gen": 3,
|
|
1167
|
+
"shortDesc": "If held by a Clamperl, its Sp. Atk is doubled.",
|
|
1168
|
+
"desc": "If held by a Clamperl, its Sp. Atk is doubled. Evolves Clamperl into Huntail when traded.",
|
|
1169
|
+
"category": "other",
|
|
1170
|
+
"unholdable": false
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"id": "deepseascale",
|
|
1174
|
+
"name": "Deep Sea Scale",
|
|
1175
|
+
"psName": "Deep Sea Scale",
|
|
1176
|
+
"gen": 3,
|
|
1177
|
+
"shortDesc": "If held by a Clamperl, its Sp. Def is doubled.",
|
|
1178
|
+
"desc": "If held by a Clamperl, its Sp. Def is doubled. Evolves Clamperl into Gorebyss when traded.",
|
|
1179
|
+
"category": "other",
|
|
1180
|
+
"unholdable": false
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"id": "focusband",
|
|
1184
|
+
"name": "Focus Band",
|
|
1185
|
+
"psName": "Focus Band",
|
|
1186
|
+
"gen": 2,
|
|
1187
|
+
"shortDesc": "Holder has a 10% chance to survive an attack that would KO it with 1 HP.",
|
|
1188
|
+
"desc": "Holder has a 10% chance to survive an attack that would KO it with 1 HP.",
|
|
1189
|
+
"category": "other",
|
|
1190
|
+
"unholdable": false
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"id": "scopelens",
|
|
1194
|
+
"name": "Scope Lens",
|
|
1195
|
+
"psName": "Scope Lens",
|
|
1196
|
+
"gen": 2,
|
|
1197
|
+
"shortDesc": "Holder's critical hit ratio is raised by 1 stage.",
|
|
1198
|
+
"desc": "Holder's critical hit ratio is raised by 1 stage.",
|
|
1199
|
+
"category": "other",
|
|
1200
|
+
"unholdable": false
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"id": "metalcoat",
|
|
1204
|
+
"name": "Metal Coat",
|
|
1205
|
+
"psName": "Metal Coat",
|
|
1206
|
+
"gen": 2,
|
|
1207
|
+
"shortDesc": "Holder's Steel-type attacks have 1.2x power.",
|
|
1208
|
+
"desc": "Holder's Steel-type attacks have 1.2x power. Evolves Onix into Steelix and Scyther into Scizor when traded.",
|
|
1209
|
+
"category": "other",
|
|
1210
|
+
"unholdable": false
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"id": "leftovers",
|
|
1214
|
+
"name": "Leftovers",
|
|
1215
|
+
"psName": "Leftovers",
|
|
1216
|
+
"gen": 2,
|
|
1217
|
+
"shortDesc": "At the end of every turn, holder restores 1/16 of its max HP.",
|
|
1218
|
+
"desc": "At the end of every turn, holder restores 1/16 of its max HP.",
|
|
1219
|
+
"category": "other",
|
|
1220
|
+
"unholdable": false
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"id": "dragonscale",
|
|
1224
|
+
"name": "Dragon Scale",
|
|
1225
|
+
"psName": "Dragon Scale",
|
|
1226
|
+
"gen": 2,
|
|
1227
|
+
"shortDesc": "Evolves Seadra into Kingdra when traded.",
|
|
1228
|
+
"desc": "Evolves Seadra into Kingdra when traded.",
|
|
1229
|
+
"category": "other",
|
|
1230
|
+
"unholdable": false
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"id": "lightball",
|
|
1234
|
+
"name": "Light Ball",
|
|
1235
|
+
"psName": "Light Ball",
|
|
1236
|
+
"gen": 2,
|
|
1237
|
+
"shortDesc": "If held by a Pikachu, its Attack and Sp. Atk are doubled.",
|
|
1238
|
+
"desc": "If held by a Pikachu, its Attack and Sp. Atk are doubled.",
|
|
1239
|
+
"category": "other",
|
|
1240
|
+
"unholdable": false
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"id": "softsand",
|
|
1244
|
+
"name": "Soft Sand",
|
|
1245
|
+
"psName": "Soft Sand",
|
|
1246
|
+
"gen": 2,
|
|
1247
|
+
"shortDesc": "Holder's Ground-type attacks have 1.2x power.",
|
|
1248
|
+
"desc": "Holder's Ground-type attacks have 1.2x power.",
|
|
1249
|
+
"category": "other",
|
|
1250
|
+
"unholdable": false
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"id": "hardstone",
|
|
1254
|
+
"name": "Hard Stone",
|
|
1255
|
+
"psName": "Hard Stone",
|
|
1256
|
+
"gen": 2,
|
|
1257
|
+
"shortDesc": "Holder's Rock-type attacks have 1.2x power.",
|
|
1258
|
+
"desc": "Holder's Rock-type attacks have 1.2x power.",
|
|
1259
|
+
"category": "other",
|
|
1260
|
+
"unholdable": false
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"id": "miracleseed",
|
|
1264
|
+
"name": "Miracle Seed",
|
|
1265
|
+
"psName": "Miracle Seed",
|
|
1266
|
+
"gen": 2,
|
|
1267
|
+
"shortDesc": "Holder's Grass-type attacks have 1.2x power.",
|
|
1268
|
+
"desc": "Holder's Grass-type attacks have 1.2x power.",
|
|
1269
|
+
"category": "other",
|
|
1270
|
+
"unholdable": false
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"id": "blackglasses",
|
|
1274
|
+
"name": "Black Glasses",
|
|
1275
|
+
"psName": "Black Glasses",
|
|
1276
|
+
"gen": 2,
|
|
1277
|
+
"shortDesc": "Holder's Dark-type attacks have 1.2x power.",
|
|
1278
|
+
"desc": "Holder's Dark-type attacks have 1.2x power.",
|
|
1279
|
+
"category": "other",
|
|
1280
|
+
"unholdable": false
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"id": "blackbelt",
|
|
1284
|
+
"name": "Black Belt",
|
|
1285
|
+
"psName": "Black Belt",
|
|
1286
|
+
"gen": 2,
|
|
1287
|
+
"shortDesc": "Holder's Fighting-type attacks have 1.2x power.",
|
|
1288
|
+
"desc": "Holder's Fighting-type attacks have 1.2x power.",
|
|
1289
|
+
"category": "other",
|
|
1290
|
+
"unholdable": false
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"id": "magnet",
|
|
1294
|
+
"name": "Magnet",
|
|
1295
|
+
"psName": "Magnet",
|
|
1296
|
+
"gen": 2,
|
|
1297
|
+
"shortDesc": "Holder's Electric-type attacks have 1.2x power.",
|
|
1298
|
+
"desc": "Holder's Electric-type attacks have 1.2x power.",
|
|
1299
|
+
"category": "other",
|
|
1300
|
+
"unholdable": false
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"id": "mysticwater",
|
|
1304
|
+
"name": "Mystic Water",
|
|
1305
|
+
"psName": "Mystic Water",
|
|
1306
|
+
"gen": 2,
|
|
1307
|
+
"shortDesc": "Holder's Water-type attacks have 1.2x power.",
|
|
1308
|
+
"desc": "Holder's Water-type attacks have 1.2x power.",
|
|
1309
|
+
"category": "other",
|
|
1310
|
+
"unholdable": false
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"id": "sharpbeak",
|
|
1314
|
+
"name": "Sharp Beak",
|
|
1315
|
+
"psName": "Sharp Beak",
|
|
1316
|
+
"gen": 2,
|
|
1317
|
+
"shortDesc": "Holder's Flying-type attacks have 1.2x power.",
|
|
1318
|
+
"desc": "Holder's Flying-type attacks have 1.2x power.",
|
|
1319
|
+
"category": "other",
|
|
1320
|
+
"unholdable": false
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"id": "poisonbarb",
|
|
1324
|
+
"name": "Poison Barb",
|
|
1325
|
+
"psName": "Poison Barb",
|
|
1326
|
+
"gen": 2,
|
|
1327
|
+
"shortDesc": "Holder's Poison-type attacks have 1.2x power.",
|
|
1328
|
+
"desc": "Holder's Poison-type attacks have 1.2x power.",
|
|
1329
|
+
"category": "other",
|
|
1330
|
+
"unholdable": false
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"id": "nevermeltice",
|
|
1334
|
+
"name": "Never-Melt Ice",
|
|
1335
|
+
"psName": "Never-Melt Ice",
|
|
1336
|
+
"gen": 2,
|
|
1337
|
+
"shortDesc": "Holder's Ice-type attacks have 1.2x power.",
|
|
1338
|
+
"desc": "Holder's Ice-type attacks have 1.2x power.",
|
|
1339
|
+
"category": "other",
|
|
1340
|
+
"unholdable": false
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"id": "spelltag",
|
|
1344
|
+
"name": "Spell Tag",
|
|
1345
|
+
"psName": "Spell Tag",
|
|
1346
|
+
"gen": 2,
|
|
1347
|
+
"shortDesc": "Holder's Ghost-type attacks have 1.2x power.",
|
|
1348
|
+
"desc": "Holder's Ghost-type attacks have 1.2x power.",
|
|
1349
|
+
"category": "other",
|
|
1350
|
+
"unholdable": false
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"id": "twistedspoon",
|
|
1354
|
+
"name": "Twisted Spoon",
|
|
1355
|
+
"psName": "Twisted Spoon",
|
|
1356
|
+
"gen": 2,
|
|
1357
|
+
"shortDesc": "Holder's Psychic-type attacks have 1.2x power.",
|
|
1358
|
+
"desc": "Holder's Psychic-type attacks have 1.2x power.",
|
|
1359
|
+
"category": "other",
|
|
1360
|
+
"unholdable": false
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"id": "charcoal",
|
|
1364
|
+
"name": "Charcoal",
|
|
1365
|
+
"psName": "Charcoal",
|
|
1366
|
+
"gen": 2,
|
|
1367
|
+
"shortDesc": "Holder's Fire-type attacks have 1.2x power.",
|
|
1368
|
+
"desc": "Holder's Fire-type attacks have 1.2x power.",
|
|
1369
|
+
"category": "other",
|
|
1370
|
+
"unholdable": false
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"id": "dragonfang",
|
|
1374
|
+
"name": "Dragon Fang",
|
|
1375
|
+
"psName": "Dragon Fang",
|
|
1376
|
+
"gen": 2,
|
|
1377
|
+
"shortDesc": "Holder's Dragon-type attacks have 1.2x power.",
|
|
1378
|
+
"desc": "Holder's Dragon-type attacks have 1.2x power.",
|
|
1379
|
+
"category": "other",
|
|
1380
|
+
"unholdable": false
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"id": "silkscarf",
|
|
1384
|
+
"name": "Silk Scarf",
|
|
1385
|
+
"psName": "Silk Scarf",
|
|
1386
|
+
"gen": 3,
|
|
1387
|
+
"shortDesc": "Holder's Normal-type attacks have 1.2x power.",
|
|
1388
|
+
"desc": "Holder's Normal-type attacks have 1.2x power.",
|
|
1389
|
+
"category": "other",
|
|
1390
|
+
"unholdable": false
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"id": "upgrade",
|
|
1394
|
+
"name": "Up-Grade",
|
|
1395
|
+
"psName": "Up-Grade",
|
|
1396
|
+
"gen": 2,
|
|
1397
|
+
"shortDesc": "Evolves Porygon into Porygon2 when traded.",
|
|
1398
|
+
"desc": "Evolves Porygon into Porygon2 when traded.",
|
|
1399
|
+
"category": "other",
|
|
1400
|
+
"unholdable": false
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"id": "shellbell",
|
|
1404
|
+
"name": "Shell Bell",
|
|
1405
|
+
"psName": "Shell Bell",
|
|
1406
|
+
"gen": 3,
|
|
1407
|
+
"shortDesc": "After an attack, holder gains 1/8 of the damage in HP dealt to other Pokemon.",
|
|
1408
|
+
"desc": "After an attack, holder gains 1/8 of the damage in HP dealt to other Pokemon.",
|
|
1409
|
+
"category": "other",
|
|
1410
|
+
"unholdable": false
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"id": "seaincense",
|
|
1414
|
+
"name": "Sea Incense",
|
|
1415
|
+
"psName": "Sea Incense",
|
|
1416
|
+
"gen": 3,
|
|
1417
|
+
"shortDesc": "Holder's Water-type attacks have 1.2x power.",
|
|
1418
|
+
"desc": "Holder's Water-type attacks have 1.2x power.",
|
|
1419
|
+
"category": "other",
|
|
1420
|
+
"unholdable": false
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"id": "laxincense",
|
|
1424
|
+
"name": "Lax Incense",
|
|
1425
|
+
"psName": "Lax Incense",
|
|
1426
|
+
"gen": 3,
|
|
1427
|
+
"shortDesc": "The accuracy of attacks against the holder is 0.9x.",
|
|
1428
|
+
"desc": "The accuracy of attacks against the holder is 0.9x.",
|
|
1429
|
+
"category": "other",
|
|
1430
|
+
"unholdable": false
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"id": "luckypunch",
|
|
1434
|
+
"name": "Lucky Punch",
|
|
1435
|
+
"psName": "Lucky Punch",
|
|
1436
|
+
"gen": 2,
|
|
1437
|
+
"shortDesc": "If held by a Chansey, its critical hit ratio is raised by 2 stages.",
|
|
1438
|
+
"desc": "If held by a Chansey, its critical hit ratio is raised by 2 stages.",
|
|
1439
|
+
"category": "other",
|
|
1440
|
+
"unholdable": false
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"id": "metalpowder",
|
|
1444
|
+
"name": "Metal Powder",
|
|
1445
|
+
"psName": "Metal Powder",
|
|
1446
|
+
"gen": 2,
|
|
1447
|
+
"shortDesc": "If held by a Ditto that hasn't Transformed, its Defense is doubled.",
|
|
1448
|
+
"desc": "If held by a Ditto that hasn't Transformed, its Defense is doubled.",
|
|
1449
|
+
"category": "other",
|
|
1450
|
+
"unholdable": false
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"id": "thickclub",
|
|
1454
|
+
"name": "Thick Club",
|
|
1455
|
+
"psName": "Thick Club",
|
|
1456
|
+
"gen": 2,
|
|
1457
|
+
"shortDesc": "If held by a Cubone or a Marowak, its Attack is doubled.",
|
|
1458
|
+
"desc": "If held by a Cubone or a Marowak, its Attack is doubled.",
|
|
1459
|
+
"category": "other",
|
|
1460
|
+
"unholdable": false
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"id": "leek",
|
|
1464
|
+
"name": "Leek",
|
|
1465
|
+
"psName": "Leek",
|
|
1466
|
+
"gen": 8,
|
|
1467
|
+
"shortDesc": "If held by a Farfetch’d or Sirfetch’d, its critical hit ratio is raised by 2 stages.",
|
|
1468
|
+
"desc": "If held by a Farfetch’d or Sirfetch’d, its critical hit ratio is raised by 2 stages.",
|
|
1469
|
+
"category": "other",
|
|
1470
|
+
"unholdable": false
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"id": "stick",
|
|
1474
|
+
"name": "Stick",
|
|
1475
|
+
"psName": "Stick",
|
|
1476
|
+
"gen": 2,
|
|
1477
|
+
"shortDesc": "If held by a Farfetch’d, its critical hit ratio is raised by 2 stages.",
|
|
1478
|
+
"desc": "If held by a Farfetch’d, its critical hit ratio is raised by 2 stages.",
|
|
1479
|
+
"category": "other",
|
|
1480
|
+
"unholdable": true
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"id": "widelens",
|
|
1484
|
+
"name": "Wide Lens",
|
|
1485
|
+
"psName": "Wide Lens",
|
|
1486
|
+
"gen": 4,
|
|
1487
|
+
"shortDesc": "The accuracy of attacks by the holder is 1.1x.",
|
|
1488
|
+
"desc": "The accuracy of attacks by the holder is 1.1x.",
|
|
1489
|
+
"category": "other",
|
|
1490
|
+
"unholdable": false
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"id": "muscleband",
|
|
1494
|
+
"name": "Muscle Band",
|
|
1495
|
+
"psName": "Muscle Band",
|
|
1496
|
+
"gen": 4,
|
|
1497
|
+
"shortDesc": "Holder's physical attacks have 1.1x power.",
|
|
1498
|
+
"desc": "Holder's physical attacks have 1.1x power.",
|
|
1499
|
+
"category": "other",
|
|
1500
|
+
"unholdable": false
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"id": "wiseglasses",
|
|
1504
|
+
"name": "Wise Glasses",
|
|
1505
|
+
"psName": "Wise Glasses",
|
|
1506
|
+
"gen": 4,
|
|
1507
|
+
"shortDesc": "Holder's special attacks have 1.1x power.",
|
|
1508
|
+
"desc": "Holder's special attacks have 1.1x power.",
|
|
1509
|
+
"category": "other",
|
|
1510
|
+
"unholdable": false
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"id": "expertbelt",
|
|
1514
|
+
"name": "Expert Belt",
|
|
1515
|
+
"psName": "Expert Belt",
|
|
1516
|
+
"gen": 4,
|
|
1517
|
+
"shortDesc": "Holder's attacks that are super effective against the target do 1.2x damage.",
|
|
1518
|
+
"desc": "Holder's attacks that are super effective against the target do 1.2x damage.",
|
|
1519
|
+
"category": "other",
|
|
1520
|
+
"unholdable": false
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"id": "lightclay",
|
|
1524
|
+
"name": "Light Clay",
|
|
1525
|
+
"psName": "Light Clay",
|
|
1526
|
+
"gen": 4,
|
|
1527
|
+
"shortDesc": "Holder's use of Aurora Veil, Light Screen, or Reflect lasts 8 turns instead of 5.",
|
|
1528
|
+
"desc": "Holder's use of Aurora Veil, Light Screen, or Reflect lasts 8 turns instead of 5.",
|
|
1529
|
+
"category": "other",
|
|
1530
|
+
"unholdable": false
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"id": "lifeorb",
|
|
1534
|
+
"name": "Life Orb",
|
|
1535
|
+
"psName": "Life Orb",
|
|
1536
|
+
"gen": 4,
|
|
1537
|
+
"shortDesc": "Holder's attacks do 1.3x damage, and it loses 1/10 its max HP after the attack.",
|
|
1538
|
+
"desc": "Holder's attacks do 1.3x damage, and it loses 1/10 its max HP after the attack.",
|
|
1539
|
+
"category": "other",
|
|
1540
|
+
"unholdable": false
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"id": "powerherb",
|
|
1544
|
+
"name": "Power Herb",
|
|
1545
|
+
"psName": "Power Herb",
|
|
1546
|
+
"gen": 4,
|
|
1547
|
+
"shortDesc": "Holder's two-turn moves complete in one turn (except Sky Drop). Single use.",
|
|
1548
|
+
"desc": "Holder's two-turn moves complete in one turn (except Sky Drop). Single use.",
|
|
1549
|
+
"category": "other",
|
|
1550
|
+
"unholdable": false
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"id": "toxicorb",
|
|
1554
|
+
"name": "Toxic Orb",
|
|
1555
|
+
"psName": "Toxic Orb",
|
|
1556
|
+
"gen": 4,
|
|
1557
|
+
"shortDesc": "At the end of every turn, this item attempts to badly poison the holder.",
|
|
1558
|
+
"desc": "At the end of every turn, this item attempts to badly poison the holder.",
|
|
1559
|
+
"category": "other",
|
|
1560
|
+
"unholdable": false
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"id": "flameorb",
|
|
1564
|
+
"name": "Flame Orb",
|
|
1565
|
+
"psName": "Flame Orb",
|
|
1566
|
+
"gen": 4,
|
|
1567
|
+
"shortDesc": "At the end of every turn, this item attempts to burn the holder.",
|
|
1568
|
+
"desc": "At the end of every turn, this item attempts to burn the holder.",
|
|
1569
|
+
"category": "other",
|
|
1570
|
+
"unholdable": false
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"id": "quickpowder",
|
|
1574
|
+
"name": "Quick Powder",
|
|
1575
|
+
"psName": "Quick Powder",
|
|
1576
|
+
"gen": 4,
|
|
1577
|
+
"shortDesc": "If held by a Ditto that hasn't Transformed, its Speed is doubled.",
|
|
1578
|
+
"desc": "If held by a Ditto that hasn't Transformed, its Speed is doubled.",
|
|
1579
|
+
"category": "other",
|
|
1580
|
+
"unholdable": false
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"id": "focussash",
|
|
1584
|
+
"name": "Focus Sash",
|
|
1585
|
+
"psName": "Focus Sash",
|
|
1586
|
+
"gen": 4,
|
|
1587
|
+
"shortDesc": "If holder's HP is full, will survive an attack that would KO it with 1 HP. Single use.",
|
|
1588
|
+
"desc": "If holder's HP is full, will survive an attack that would KO it with 1 HP. Single use.",
|
|
1589
|
+
"category": "other",
|
|
1590
|
+
"unholdable": false
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
"id": "zoomlens",
|
|
1594
|
+
"name": "Zoom Lens",
|
|
1595
|
+
"psName": "Zoom Lens",
|
|
1596
|
+
"gen": 4,
|
|
1597
|
+
"shortDesc": "The accuracy of attacks by the holder is 1.2x if it moves after its target.",
|
|
1598
|
+
"desc": "The accuracy of attacks by the holder is 1.2x if it moves after its target.",
|
|
1599
|
+
"category": "other",
|
|
1600
|
+
"unholdable": false
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": "metronome",
|
|
1604
|
+
"name": "Metronome",
|
|
1605
|
+
"psName": "Metronome",
|
|
1606
|
+
"gen": 4,
|
|
1607
|
+
"shortDesc": "Damage of moves used on consecutive turns is increased. Max 2x after 5 turns.",
|
|
1608
|
+
"desc": "Damage of moves used on consecutive turns is increased. Max 2x after 5 turns.",
|
|
1609
|
+
"category": "other",
|
|
1610
|
+
"unholdable": false
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"id": "ironball",
|
|
1614
|
+
"name": "Iron Ball",
|
|
1615
|
+
"psName": "Iron Ball",
|
|
1616
|
+
"gen": 4,
|
|
1617
|
+
"shortDesc": "Holder is grounded, Speed halved. If Flying type, takes neutral Ground damage.",
|
|
1618
|
+
"desc": "Holder is grounded, Speed halved. If Flying type, takes neutral Ground damage.",
|
|
1619
|
+
"category": "other",
|
|
1620
|
+
"unholdable": false
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"id": "laggingtail",
|
|
1624
|
+
"name": "Lagging Tail",
|
|
1625
|
+
"psName": "Lagging Tail",
|
|
1626
|
+
"gen": 4,
|
|
1627
|
+
"shortDesc": "Holder moves last in its priority bracket.",
|
|
1628
|
+
"desc": "Holder moves last in its priority bracket.",
|
|
1629
|
+
"category": "other",
|
|
1630
|
+
"unholdable": false
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"id": "destinyknot",
|
|
1634
|
+
"name": "Destiny Knot",
|
|
1635
|
+
"psName": "Destiny Knot",
|
|
1636
|
+
"gen": 4,
|
|
1637
|
+
"shortDesc": "If holder becomes infatuated, the other Pokemon also becomes infatuated.",
|
|
1638
|
+
"desc": "If holder becomes infatuated, the other Pokemon also becomes infatuated.",
|
|
1639
|
+
"category": "other",
|
|
1640
|
+
"unholdable": false
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"id": "blacksludge",
|
|
1644
|
+
"name": "Black Sludge",
|
|
1645
|
+
"psName": "Black Sludge",
|
|
1646
|
+
"gen": 4,
|
|
1647
|
+
"shortDesc": "Each turn, if holder is a Poison type, restores 1/16 max HP; loses 1/8 if not.",
|
|
1648
|
+
"desc": "Each turn, if holder is a Poison type, restores 1/16 max HP; loses 1/8 if not.",
|
|
1649
|
+
"category": "other",
|
|
1650
|
+
"unholdable": false
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"id": "icyrock",
|
|
1654
|
+
"name": "Icy Rock",
|
|
1655
|
+
"psName": "Icy Rock",
|
|
1656
|
+
"gen": 4,
|
|
1657
|
+
"shortDesc": "Holder's use of Snowscape lasts 8 turns instead of 5.",
|
|
1658
|
+
"desc": "Holder's use of Snowscape lasts 8 turns instead of 5.",
|
|
1659
|
+
"category": "other",
|
|
1660
|
+
"unholdable": false
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "smoothrock",
|
|
1664
|
+
"name": "Smooth Rock",
|
|
1665
|
+
"psName": "Smooth Rock",
|
|
1666
|
+
"gen": 4,
|
|
1667
|
+
"shortDesc": "Holder's use of Sandstorm lasts 8 turns instead of 5.",
|
|
1668
|
+
"desc": "Holder's use of Sandstorm lasts 8 turns instead of 5.",
|
|
1669
|
+
"category": "other",
|
|
1670
|
+
"unholdable": false
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"id": "heatrock",
|
|
1674
|
+
"name": "Heat Rock",
|
|
1675
|
+
"psName": "Heat Rock",
|
|
1676
|
+
"gen": 4,
|
|
1677
|
+
"shortDesc": "Holder's use of Sunny Day lasts 8 turns instead of 5.",
|
|
1678
|
+
"desc": "Holder's use of Sunny Day lasts 8 turns instead of 5.",
|
|
1679
|
+
"category": "other",
|
|
1680
|
+
"unholdable": false
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"id": "damprock",
|
|
1684
|
+
"name": "Damp Rock",
|
|
1685
|
+
"psName": "Damp Rock",
|
|
1686
|
+
"gen": 4,
|
|
1687
|
+
"shortDesc": "Holder's use of Rain Dance lasts 8 turns instead of 5.",
|
|
1688
|
+
"desc": "Holder's use of Rain Dance lasts 8 turns instead of 5.",
|
|
1689
|
+
"category": "other",
|
|
1690
|
+
"unholdable": false
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"id": "gripclaw",
|
|
1694
|
+
"name": "Grip Claw",
|
|
1695
|
+
"psName": "Grip Claw",
|
|
1696
|
+
"gen": 4,
|
|
1697
|
+
"shortDesc": "Holder's partial-trapping moves always last 7 turns.",
|
|
1698
|
+
"desc": "Holder's partial-trapping moves always last 7 turns.",
|
|
1699
|
+
"category": "other",
|
|
1700
|
+
"unholdable": false
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"id": "choicescarf",
|
|
1704
|
+
"name": "Choice Scarf",
|
|
1705
|
+
"psName": "Choice Scarf",
|
|
1706
|
+
"gen": 4,
|
|
1707
|
+
"shortDesc": "Holder's Speed is 1.5x, but it can only select the first move it executes.",
|
|
1708
|
+
"desc": "Holder's Speed is 1.5x, but it can only select the first move it executes.",
|
|
1709
|
+
"category": "other",
|
|
1710
|
+
"unholdable": false
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"id": "stickybarb",
|
|
1714
|
+
"name": "Sticky Barb",
|
|
1715
|
+
"psName": "Sticky Barb",
|
|
1716
|
+
"gen": 4,
|
|
1717
|
+
"shortDesc": "Each turn, holder loses 1/8 max HP. An attacker making contact can receive it.",
|
|
1718
|
+
"desc": "Each turn, holder loses 1/8 max HP. An attacker making contact can receive it.",
|
|
1719
|
+
"category": "other",
|
|
1720
|
+
"unholdable": false
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"id": "powerbracer",
|
|
1724
|
+
"name": "Power Bracer",
|
|
1725
|
+
"psName": "Power Bracer",
|
|
1726
|
+
"gen": 4,
|
|
1727
|
+
"shortDesc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1728
|
+
"desc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1729
|
+
"category": "other",
|
|
1730
|
+
"unholdable": false
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"id": "powerbelt",
|
|
1734
|
+
"name": "Power Belt",
|
|
1735
|
+
"psName": "Power Belt",
|
|
1736
|
+
"gen": 4,
|
|
1737
|
+
"shortDesc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1738
|
+
"desc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1739
|
+
"category": "other",
|
|
1740
|
+
"unholdable": false
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"id": "powerlens",
|
|
1744
|
+
"name": "Power Lens",
|
|
1745
|
+
"psName": "Power Lens",
|
|
1746
|
+
"gen": 4,
|
|
1747
|
+
"shortDesc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1748
|
+
"desc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1749
|
+
"category": "other",
|
|
1750
|
+
"unholdable": false
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"id": "powerband",
|
|
1754
|
+
"name": "Power Band",
|
|
1755
|
+
"psName": "Power Band",
|
|
1756
|
+
"gen": 4,
|
|
1757
|
+
"shortDesc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1758
|
+
"desc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1759
|
+
"category": "other",
|
|
1760
|
+
"unholdable": false
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"id": "poweranklet",
|
|
1764
|
+
"name": "Power Anklet",
|
|
1765
|
+
"psName": "Power Anklet",
|
|
1766
|
+
"gen": 4,
|
|
1767
|
+
"shortDesc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1768
|
+
"desc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1769
|
+
"category": "other",
|
|
1770
|
+
"unholdable": false
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"id": "powerweight",
|
|
1774
|
+
"name": "Power Weight",
|
|
1775
|
+
"psName": "Power Weight",
|
|
1776
|
+
"gen": 4,
|
|
1777
|
+
"shortDesc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1778
|
+
"desc": "Holder's Speed is halved. The Klutz Ability does not ignore this effect.",
|
|
1779
|
+
"category": "other",
|
|
1780
|
+
"unholdable": false
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"id": "shedshell",
|
|
1784
|
+
"name": "Shed Shell",
|
|
1785
|
+
"psName": "Shed Shell",
|
|
1786
|
+
"gen": 4,
|
|
1787
|
+
"shortDesc": "Holder cannot be prevented from choosing to switch out by any effect.",
|
|
1788
|
+
"desc": "Holder cannot be prevented from choosing to switch out by any effect.",
|
|
1789
|
+
"category": "other",
|
|
1790
|
+
"unholdable": false
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"id": "bigroot",
|
|
1794
|
+
"name": "Big Root",
|
|
1795
|
+
"psName": "Big Root",
|
|
1796
|
+
"gen": 4,
|
|
1797
|
+
"shortDesc": "Holder gains 1.3x HP from draining/Aqua Ring/Ingrain/Leech Seed/Strength Sap.",
|
|
1798
|
+
"desc": "Holder gains 1.3x HP from draining/Aqua Ring/Ingrain/Leech Seed/Strength Sap.",
|
|
1799
|
+
"category": "other",
|
|
1800
|
+
"unholdable": false
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"id": "choicespecs",
|
|
1804
|
+
"name": "Choice Specs",
|
|
1805
|
+
"psName": "Choice Specs",
|
|
1806
|
+
"gen": 4,
|
|
1807
|
+
"shortDesc": "Holder's Sp. Atk is 1.5x, but it can only select the first move it executes.",
|
|
1808
|
+
"desc": "Holder's Sp. Atk is 1.5x, but it can only select the first move it executes.",
|
|
1809
|
+
"category": "other",
|
|
1810
|
+
"unholdable": false
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"id": "blankplate",
|
|
1814
|
+
"name": "Blank Plate",
|
|
1815
|
+
"psName": "Blank Plate",
|
|
1816
|
+
"gen": 8,
|
|
1817
|
+
"shortDesc": "A stone tablet imbued with the essence of normalcy. When used on a certain Pokémon, it allows that Pokémon to gain the power of the Normal type.",
|
|
1818
|
+
"desc": "A stone tablet imbued with the essence of normalcy. When used on a certain Pokémon, it allows that Pokémon to gain the power of the Normal type.",
|
|
1819
|
+
"category": "other",
|
|
1820
|
+
"unholdable": false
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"id": "flameplate",
|
|
1824
|
+
"name": "Flame Plate",
|
|
1825
|
+
"psName": "Flame Plate",
|
|
1826
|
+
"gen": 4,
|
|
1827
|
+
"shortDesc": "Holder's Fire-type attacks have 1.2x power. Judgment is Fire type.",
|
|
1828
|
+
"desc": "Holder's Fire-type attacks have 1.2x power. Judgment is Fire type.",
|
|
1829
|
+
"category": "other",
|
|
1830
|
+
"unholdable": false
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"id": "splashplate",
|
|
1834
|
+
"name": "Splash Plate",
|
|
1835
|
+
"psName": "Splash Plate",
|
|
1836
|
+
"gen": 4,
|
|
1837
|
+
"shortDesc": "Holder's Water-type attacks have 1.2x power. Judgment is Water type.",
|
|
1838
|
+
"desc": "Holder's Water-type attacks have 1.2x power. Judgment is Water type.",
|
|
1839
|
+
"category": "other",
|
|
1840
|
+
"unholdable": false
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"id": "zapplate",
|
|
1844
|
+
"name": "Zap Plate",
|
|
1845
|
+
"psName": "Zap Plate",
|
|
1846
|
+
"gen": 4,
|
|
1847
|
+
"shortDesc": "Holder's Electric-type attacks have 1.2x power. Judgment is Electric type.",
|
|
1848
|
+
"desc": "Holder's Electric-type attacks have 1.2x power. Judgment is Electric type.",
|
|
1849
|
+
"category": "other",
|
|
1850
|
+
"unholdable": false
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"id": "meadowplate",
|
|
1854
|
+
"name": "Meadow Plate",
|
|
1855
|
+
"psName": "Meadow Plate",
|
|
1856
|
+
"gen": 4,
|
|
1857
|
+
"shortDesc": "Holder's Grass-type attacks have 1.2x power. Judgment is Grass type.",
|
|
1858
|
+
"desc": "Holder's Grass-type attacks have 1.2x power. Judgment is Grass type.",
|
|
1859
|
+
"category": "other",
|
|
1860
|
+
"unholdable": false
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"id": "icicleplate",
|
|
1864
|
+
"name": "Icicle Plate",
|
|
1865
|
+
"psName": "Icicle Plate",
|
|
1866
|
+
"gen": 4,
|
|
1867
|
+
"shortDesc": "Holder's Ice-type attacks have 1.2x power. Judgment is Ice type.",
|
|
1868
|
+
"desc": "Holder's Ice-type attacks have 1.2x power. Judgment is Ice type.",
|
|
1869
|
+
"category": "other",
|
|
1870
|
+
"unholdable": false
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"id": "fistplate",
|
|
1874
|
+
"name": "Fist Plate",
|
|
1875
|
+
"psName": "Fist Plate",
|
|
1876
|
+
"gen": 4,
|
|
1877
|
+
"shortDesc": "Holder's Fighting-type attacks have 1.2x power. Judgment is Fighting type.",
|
|
1878
|
+
"desc": "Holder's Fighting-type attacks have 1.2x power. Judgment is Fighting type.",
|
|
1879
|
+
"category": "other",
|
|
1880
|
+
"unholdable": false
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"id": "toxicplate",
|
|
1884
|
+
"name": "Toxic Plate",
|
|
1885
|
+
"psName": "Toxic Plate",
|
|
1886
|
+
"gen": 4,
|
|
1887
|
+
"shortDesc": "Holder's Poison-type attacks have 1.2x power. Judgment is Poison type.",
|
|
1888
|
+
"desc": "Holder's Poison-type attacks have 1.2x power. Judgment is Poison type.",
|
|
1889
|
+
"category": "other",
|
|
1890
|
+
"unholdable": false
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"id": "earthplate",
|
|
1894
|
+
"name": "Earth Plate",
|
|
1895
|
+
"psName": "Earth Plate",
|
|
1896
|
+
"gen": 4,
|
|
1897
|
+
"shortDesc": "Holder's Ground-type attacks have 1.2x power. Judgment is Ground type.",
|
|
1898
|
+
"desc": "Holder's Ground-type attacks have 1.2x power. Judgment is Ground type.",
|
|
1899
|
+
"category": "other",
|
|
1900
|
+
"unholdable": false
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"id": "skyplate",
|
|
1904
|
+
"name": "Sky Plate",
|
|
1905
|
+
"psName": "Sky Plate",
|
|
1906
|
+
"gen": 4,
|
|
1907
|
+
"shortDesc": "Holder's Flying-type attacks have 1.2x power. Judgment is Flying type.",
|
|
1908
|
+
"desc": "Holder's Flying-type attacks have 1.2x power. Judgment is Flying type.",
|
|
1909
|
+
"category": "other",
|
|
1910
|
+
"unholdable": false
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"id": "mindplate",
|
|
1914
|
+
"name": "Mind Plate",
|
|
1915
|
+
"psName": "Mind Plate",
|
|
1916
|
+
"gen": 4,
|
|
1917
|
+
"shortDesc": "Holder's Psychic-type attacks have 1.2x power. Judgment is Psychic type.",
|
|
1918
|
+
"desc": "Holder's Psychic-type attacks have 1.2x power. Judgment is Psychic type.",
|
|
1919
|
+
"category": "other",
|
|
1920
|
+
"unholdable": false
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"id": "insectplate",
|
|
1924
|
+
"name": "Insect Plate",
|
|
1925
|
+
"psName": "Insect Plate",
|
|
1926
|
+
"gen": 4,
|
|
1927
|
+
"shortDesc": "Holder's Bug-type attacks have 1.2x power. Judgment is Bug type.",
|
|
1928
|
+
"desc": "Holder's Bug-type attacks have 1.2x power. Judgment is Bug type.",
|
|
1929
|
+
"category": "other",
|
|
1930
|
+
"unholdable": false
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"id": "stoneplate",
|
|
1934
|
+
"name": "Stone Plate",
|
|
1935
|
+
"psName": "Stone Plate",
|
|
1936
|
+
"gen": 4,
|
|
1937
|
+
"shortDesc": "Holder's Rock-type attacks have 1.2x power. Judgment is Rock type.",
|
|
1938
|
+
"desc": "Holder's Rock-type attacks have 1.2x power. Judgment is Rock type.",
|
|
1939
|
+
"category": "other",
|
|
1940
|
+
"unholdable": false
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"id": "spookyplate",
|
|
1944
|
+
"name": "Spooky Plate",
|
|
1945
|
+
"psName": "Spooky Plate",
|
|
1946
|
+
"gen": 4,
|
|
1947
|
+
"shortDesc": "Holder's Ghost-type attacks have 1.2x power. Judgment is Ghost type.",
|
|
1948
|
+
"desc": "Holder's Ghost-type attacks have 1.2x power. Judgment is Ghost type.",
|
|
1949
|
+
"category": "other",
|
|
1950
|
+
"unholdable": false
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"id": "dracoplate",
|
|
1954
|
+
"name": "Draco Plate",
|
|
1955
|
+
"psName": "Draco Plate",
|
|
1956
|
+
"gen": 4,
|
|
1957
|
+
"shortDesc": "Holder's Dragon-type attacks have 1.2x power. Judgment is Dragon type.",
|
|
1958
|
+
"desc": "Holder's Dragon-type attacks have 1.2x power. Judgment is Dragon type.",
|
|
1959
|
+
"category": "other",
|
|
1960
|
+
"unholdable": false
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"id": "dreadplate",
|
|
1964
|
+
"name": "Dread Plate",
|
|
1965
|
+
"psName": "Dread Plate",
|
|
1966
|
+
"gen": 4,
|
|
1967
|
+
"shortDesc": "Holder's Dark-type attacks have 1.2x power. Judgment is Dark type.",
|
|
1968
|
+
"desc": "Holder's Dark-type attacks have 1.2x power. Judgment is Dark type.",
|
|
1969
|
+
"category": "other",
|
|
1970
|
+
"unholdable": false
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"id": "ironplate",
|
|
1974
|
+
"name": "Iron Plate",
|
|
1975
|
+
"psName": "Iron Plate",
|
|
1976
|
+
"gen": 4,
|
|
1977
|
+
"shortDesc": "Holder's Steel-type attacks have 1.2x power. Judgment is Steel type.",
|
|
1978
|
+
"desc": "Holder's Steel-type attacks have 1.2x power. Judgment is Steel type.",
|
|
1979
|
+
"category": "other",
|
|
1980
|
+
"unholdable": false
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"id": "oddincense",
|
|
1984
|
+
"name": "Odd Incense",
|
|
1985
|
+
"psName": "Odd Incense",
|
|
1986
|
+
"gen": 4,
|
|
1987
|
+
"shortDesc": "Holder's Psychic-type attacks have 1.2x power.",
|
|
1988
|
+
"desc": "Holder's Psychic-type attacks have 1.2x power.",
|
|
1989
|
+
"category": "other",
|
|
1990
|
+
"unholdable": false
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"id": "rockincense",
|
|
1994
|
+
"name": "Rock Incense",
|
|
1995
|
+
"psName": "Rock Incense",
|
|
1996
|
+
"gen": 4,
|
|
1997
|
+
"shortDesc": "Holder's Rock-type attacks have 1.2x power.",
|
|
1998
|
+
"desc": "Holder's Rock-type attacks have 1.2x power.",
|
|
1999
|
+
"category": "other",
|
|
2000
|
+
"unholdable": false
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"id": "fullincense",
|
|
2004
|
+
"name": "Full Incense",
|
|
2005
|
+
"psName": "Full Incense",
|
|
2006
|
+
"gen": 4,
|
|
2007
|
+
"shortDesc": "Holder moves last in its priority bracket.",
|
|
2008
|
+
"desc": "Holder moves last in its priority bracket.",
|
|
2009
|
+
"category": "other",
|
|
2010
|
+
"unholdable": false
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
"id": "waveincense",
|
|
2014
|
+
"name": "Wave Incense",
|
|
2015
|
+
"psName": "Wave Incense",
|
|
2016
|
+
"gen": 4,
|
|
2017
|
+
"shortDesc": "Holder's Water-type attacks have 1.2x power.",
|
|
2018
|
+
"desc": "Holder's Water-type attacks have 1.2x power.",
|
|
2019
|
+
"category": "other",
|
|
2020
|
+
"unholdable": false
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"id": "roseincense",
|
|
2024
|
+
"name": "Rose Incense",
|
|
2025
|
+
"psName": "Rose Incense",
|
|
2026
|
+
"gen": 4,
|
|
2027
|
+
"shortDesc": "Holder's Grass-type attacks have 1.2x power.",
|
|
2028
|
+
"desc": "Holder's Grass-type attacks have 1.2x power.",
|
|
2029
|
+
"category": "other",
|
|
2030
|
+
"unholdable": false
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"id": "protector",
|
|
2034
|
+
"name": "Protector",
|
|
2035
|
+
"psName": "Protector",
|
|
2036
|
+
"gen": 4,
|
|
2037
|
+
"shortDesc": "Evolves Rhydon into Rhyperior when traded.",
|
|
2038
|
+
"desc": "Evolves Rhydon into Rhyperior when traded.",
|
|
2039
|
+
"category": "other",
|
|
2040
|
+
"unholdable": false
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"id": "electirizer",
|
|
2044
|
+
"name": "Electirizer",
|
|
2045
|
+
"psName": "Electirizer",
|
|
2046
|
+
"gen": 4,
|
|
2047
|
+
"shortDesc": "Evolves Electabuzz into Electivire when traded.",
|
|
2048
|
+
"desc": "Evolves Electabuzz into Electivire when traded.",
|
|
2049
|
+
"category": "other",
|
|
2050
|
+
"unholdable": false
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"id": "magmarizer",
|
|
2054
|
+
"name": "Magmarizer",
|
|
2055
|
+
"psName": "Magmarizer",
|
|
2056
|
+
"gen": 4,
|
|
2057
|
+
"shortDesc": "Evolves Magmar into Magmortar when traded.",
|
|
2058
|
+
"desc": "Evolves Magmar into Magmortar when traded.",
|
|
2059
|
+
"category": "other",
|
|
2060
|
+
"unholdable": false
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"id": "dubiousdisc",
|
|
2064
|
+
"name": "Dubious Disc",
|
|
2065
|
+
"psName": "Dubious Disc",
|
|
2066
|
+
"gen": 4,
|
|
2067
|
+
"shortDesc": "Evolves Porygon2 into Porygon-Z when traded.",
|
|
2068
|
+
"desc": "Evolves Porygon2 into Porygon-Z when traded.",
|
|
2069
|
+
"category": "other",
|
|
2070
|
+
"unholdable": false
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"id": "reapercloth",
|
|
2074
|
+
"name": "Reaper Cloth",
|
|
2075
|
+
"psName": "Reaper Cloth",
|
|
2076
|
+
"gen": 4,
|
|
2077
|
+
"shortDesc": "Evolves Dusclops into Dusknoir when traded.",
|
|
2078
|
+
"desc": "Evolves Dusclops into Dusknoir when traded.",
|
|
2079
|
+
"category": "other",
|
|
2080
|
+
"unholdable": false
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"id": "razorclaw",
|
|
2084
|
+
"name": "Razor Claw",
|
|
2085
|
+
"psName": "Razor Claw",
|
|
2086
|
+
"gen": 4,
|
|
2087
|
+
"shortDesc": "Holder's critical hit ratio is raised by 1 stage.",
|
|
2088
|
+
"desc": "Holder's critical hit ratio is raised by 1 stage. Evolves Sneasel into Weavile when held and leveled up during the night.",
|
|
2089
|
+
"category": "other",
|
|
2090
|
+
"unholdable": false
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"id": "razorfang",
|
|
2094
|
+
"name": "Razor Fang",
|
|
2095
|
+
"psName": "Razor Fang",
|
|
2096
|
+
"gen": 4,
|
|
2097
|
+
"shortDesc": "Holder's attacks without a chance to flinch gain a 10% chance to flinch.",
|
|
2098
|
+
"desc": "Holder's attacks without a chance to make the target flinch gain a 10% chance to make the target flinch. Evolves Gligar into Gliscor when held and leveled up during the night.",
|
|
2099
|
+
"category": "other",
|
|
2100
|
+
"unholdable": false
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"id": "fastball",
|
|
2104
|
+
"name": "Fast Ball",
|
|
2105
|
+
"psName": "Fast Ball",
|
|
2106
|
+
"gen": 2,
|
|
2107
|
+
"shortDesc": "A Poké Ball that makes it easier to catch Pokemon which are quick to run away.",
|
|
2108
|
+
"desc": "A Poké Ball that makes it easier to catch Pokemon which are quick to run away.",
|
|
2109
|
+
"category": "ball",
|
|
2110
|
+
"unholdable": false
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"id": "levelball",
|
|
2114
|
+
"name": "Level Ball",
|
|
2115
|
+
"psName": "Level Ball",
|
|
2116
|
+
"gen": 2,
|
|
2117
|
+
"shortDesc": "A Poké Ball for catching Pokemon that are a lower level than your own.",
|
|
2118
|
+
"desc": "A Poké Ball for catching Pokemon that are a lower level than your own.",
|
|
2119
|
+
"category": "ball",
|
|
2120
|
+
"unholdable": false
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"id": "lureball",
|
|
2124
|
+
"name": "Lure Ball",
|
|
2125
|
+
"psName": "Lure Ball",
|
|
2126
|
+
"gen": 2,
|
|
2127
|
+
"shortDesc": "A Poké Ball for catching Pokemon hooked by a Rod when fishing.",
|
|
2128
|
+
"desc": "A Poké Ball for catching Pokemon hooked by a Rod when fishing.",
|
|
2129
|
+
"category": "ball",
|
|
2130
|
+
"unholdable": false
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"id": "heavyball",
|
|
2134
|
+
"name": "Heavy Ball",
|
|
2135
|
+
"psName": "Heavy Ball",
|
|
2136
|
+
"gen": 2,
|
|
2137
|
+
"shortDesc": "A Poké Ball for catching very heavy Pokemon.",
|
|
2138
|
+
"desc": "A Poké Ball for catching very heavy Pokemon.",
|
|
2139
|
+
"category": "ball",
|
|
2140
|
+
"unholdable": false
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"id": "loveball",
|
|
2144
|
+
"name": "Love Ball",
|
|
2145
|
+
"psName": "Love Ball",
|
|
2146
|
+
"gen": 2,
|
|
2147
|
+
"shortDesc": "Poké Ball for catching Pokemon that are the opposite gender of your Pokemon.",
|
|
2148
|
+
"desc": "Poké Ball for catching Pokemon that are the opposite gender of your Pokemon.",
|
|
2149
|
+
"category": "ball",
|
|
2150
|
+
"unholdable": false
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
"id": "friendball",
|
|
2154
|
+
"name": "Friend Ball",
|
|
2155
|
+
"psName": "Friend Ball",
|
|
2156
|
+
"gen": 2,
|
|
2157
|
+
"shortDesc": "A Poké Ball that makes caught Pokemon more friendly.",
|
|
2158
|
+
"desc": "A Poké Ball that makes caught Pokemon more friendly.",
|
|
2159
|
+
"category": "ball",
|
|
2160
|
+
"unholdable": false
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"id": "moonball",
|
|
2164
|
+
"name": "Moon Ball",
|
|
2165
|
+
"psName": "Moon Ball",
|
|
2166
|
+
"gen": 2,
|
|
2167
|
+
"shortDesc": "A Poké Ball for catching Pokemon that evolve using the Moon Stone.",
|
|
2168
|
+
"desc": "A Poké Ball for catching Pokemon that evolve using the Moon Stone.",
|
|
2169
|
+
"category": "ball",
|
|
2170
|
+
"unholdable": false
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"id": "sportball",
|
|
2174
|
+
"name": "Sport Ball",
|
|
2175
|
+
"psName": "Sport Ball",
|
|
2176
|
+
"gen": 2,
|
|
2177
|
+
"shortDesc": "A special Poké Ball for the Bug-Catching Contest.",
|
|
2178
|
+
"desc": "A special Poké Ball for the Bug-Catching Contest.",
|
|
2179
|
+
"category": "ball",
|
|
2180
|
+
"unholdable": false
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"id": "parkball",
|
|
2184
|
+
"name": "Park Ball",
|
|
2185
|
+
"psName": "Park Ball",
|
|
2186
|
+
"gen": 4,
|
|
2187
|
+
"shortDesc": "A special Poké Ball for the Pal Park.",
|
|
2188
|
+
"desc": "A special Poké Ball for the Pal Park.",
|
|
2189
|
+
"category": "ball",
|
|
2190
|
+
"unholdable": true
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"id": "redorb",
|
|
2194
|
+
"name": "Red Orb",
|
|
2195
|
+
"psName": "Red Orb",
|
|
2196
|
+
"gen": 6,
|
|
2197
|
+
"shortDesc": "If held by a Groudon, this item triggers its Primal Reversion in battle.",
|
|
2198
|
+
"desc": "If held by a Groudon, this item triggers its Primal Reversion in battle.",
|
|
2199
|
+
"category": "other",
|
|
2200
|
+
"unholdable": false
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"id": "blueorb",
|
|
2204
|
+
"name": "Blue Orb",
|
|
2205
|
+
"psName": "Blue Orb",
|
|
2206
|
+
"gen": 6,
|
|
2207
|
+
"shortDesc": "If held by a Kyogre, this item triggers its Primal Reversion in battle.",
|
|
2208
|
+
"desc": "If held by a Kyogre, this item triggers its Primal Reversion in battle.",
|
|
2209
|
+
"category": "other",
|
|
2210
|
+
"unholdable": false
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"id": "prismscale",
|
|
2214
|
+
"name": "Prism Scale",
|
|
2215
|
+
"psName": "Prism Scale",
|
|
2216
|
+
"gen": 5,
|
|
2217
|
+
"shortDesc": "Evolves Feebas into Milotic when traded.",
|
|
2218
|
+
"desc": "Evolves Feebas into Milotic when traded.",
|
|
2219
|
+
"category": "other",
|
|
2220
|
+
"unholdable": false
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"id": "eviolite",
|
|
2224
|
+
"name": "Eviolite",
|
|
2225
|
+
"psName": "Eviolite",
|
|
2226
|
+
"gen": 5,
|
|
2227
|
+
"shortDesc": "If holder's species can evolve, its Defense and Sp. Def are 1.5x.",
|
|
2228
|
+
"desc": "If holder's species can evolve, its Defense and Sp. Def are 1.5x.",
|
|
2229
|
+
"category": "other",
|
|
2230
|
+
"unholdable": false
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"id": "floatstone",
|
|
2234
|
+
"name": "Float Stone",
|
|
2235
|
+
"psName": "Float Stone",
|
|
2236
|
+
"gen": 5,
|
|
2237
|
+
"shortDesc": "Holder's weight is halved.",
|
|
2238
|
+
"desc": "Holder's weight is halved.",
|
|
2239
|
+
"category": "other",
|
|
2240
|
+
"unholdable": false
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"id": "rockyhelmet",
|
|
2244
|
+
"name": "Rocky Helmet",
|
|
2245
|
+
"psName": "Rocky Helmet",
|
|
2246
|
+
"gen": 5,
|
|
2247
|
+
"shortDesc": "If holder is hit by a contact move, the attacker loses 1/6 of its max HP.",
|
|
2248
|
+
"desc": "If holder is hit by a contact move, the attacker loses 1/6 of its max HP.",
|
|
2249
|
+
"category": "other",
|
|
2250
|
+
"unholdable": false
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"id": "airballoon",
|
|
2254
|
+
"name": "Air Balloon",
|
|
2255
|
+
"psName": "Air Balloon",
|
|
2256
|
+
"gen": 5,
|
|
2257
|
+
"shortDesc": "Holder is immune to Ground-type attacks. Pops when holder is hit.",
|
|
2258
|
+
"desc": "Holder is immune to Ground-type attacks. Pops when holder is hit.",
|
|
2259
|
+
"category": "other",
|
|
2260
|
+
"unholdable": false
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"id": "redcard",
|
|
2264
|
+
"name": "Red Card",
|
|
2265
|
+
"psName": "Red Card",
|
|
2266
|
+
"gen": 5,
|
|
2267
|
+
"shortDesc": "If holder survives a hit, attacker is forced to switch to a random ally. Single use.",
|
|
2268
|
+
"desc": "If holder survives a hit, attacker is forced to switch to a random ally. Single use.",
|
|
2269
|
+
"category": "other",
|
|
2270
|
+
"unholdable": false
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"id": "ringtarget",
|
|
2274
|
+
"name": "Ring Target",
|
|
2275
|
+
"psName": "Ring Target",
|
|
2276
|
+
"gen": 5,
|
|
2277
|
+
"shortDesc": "The holder's type immunities granted solely by its typing are negated.",
|
|
2278
|
+
"desc": "The holder's type immunities granted solely by its typing are negated.",
|
|
2279
|
+
"category": "other",
|
|
2280
|
+
"unholdable": false
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"id": "bindingband",
|
|
2284
|
+
"name": "Binding Band",
|
|
2285
|
+
"psName": "Binding Band",
|
|
2286
|
+
"gen": 5,
|
|
2287
|
+
"shortDesc": "Holder's partial-trapping moves deal 1/6 max HP per turn instead of 1/8.",
|
|
2288
|
+
"desc": "Holder's partial-trapping moves deal 1/6 max HP per turn instead of 1/8.",
|
|
2289
|
+
"category": "other",
|
|
2290
|
+
"unholdable": false
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"id": "absorbbulb",
|
|
2294
|
+
"name": "Absorb Bulb",
|
|
2295
|
+
"psName": "Absorb Bulb",
|
|
2296
|
+
"gen": 5,
|
|
2297
|
+
"shortDesc": "Raises holder's Sp. Atk by 1 stage if hit by a Water-type attack. Single use.",
|
|
2298
|
+
"desc": "Raises holder's Sp. Atk by 1 stage if hit by a Water-type attack. Single use.",
|
|
2299
|
+
"category": "other",
|
|
2300
|
+
"unholdable": false
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"id": "cellbattery",
|
|
2304
|
+
"name": "Cell Battery",
|
|
2305
|
+
"psName": "Cell Battery",
|
|
2306
|
+
"gen": 5,
|
|
2307
|
+
"shortDesc": "Raises holder's Attack by 1 if hit by an Electric-type attack. Single use.",
|
|
2308
|
+
"desc": "Raises holder's Attack by 1 if hit by an Electric-type attack. Single use.",
|
|
2309
|
+
"category": "other",
|
|
2310
|
+
"unholdable": false
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"id": "ejectbutton",
|
|
2314
|
+
"name": "Eject Button",
|
|
2315
|
+
"psName": "Eject Button",
|
|
2316
|
+
"gen": 5,
|
|
2317
|
+
"shortDesc": "If holder survives a hit, it immediately switches out to a chosen ally. Single use.",
|
|
2318
|
+
"desc": "If holder survives a hit, it immediately switches out to a chosen ally. Single use.",
|
|
2319
|
+
"category": "other",
|
|
2320
|
+
"unholdable": false
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"id": "firegem",
|
|
2324
|
+
"name": "Fire Gem",
|
|
2325
|
+
"psName": "Fire Gem",
|
|
2326
|
+
"gen": 5,
|
|
2327
|
+
"shortDesc": "Holder's first successful Fire-type attack will have 1.3x power. Single use.",
|
|
2328
|
+
"desc": "Holder's first successful Fire-type attack will have 1.3x power. Single use.",
|
|
2329
|
+
"category": "other",
|
|
2330
|
+
"unholdable": false
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"id": "watergem",
|
|
2334
|
+
"name": "Water Gem",
|
|
2335
|
+
"psName": "Water Gem",
|
|
2336
|
+
"gen": 5,
|
|
2337
|
+
"shortDesc": "Holder's first successful Water-type attack will have 1.3x power. Single use.",
|
|
2338
|
+
"desc": "Holder's first successful Water-type attack will have 1.3x power. Single use.",
|
|
2339
|
+
"category": "other",
|
|
2340
|
+
"unholdable": false
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"id": "electricgem",
|
|
2344
|
+
"name": "Electric Gem",
|
|
2345
|
+
"psName": "Electric Gem",
|
|
2346
|
+
"gen": 5,
|
|
2347
|
+
"shortDesc": "Holder's first successful Electric-type attack will have 1.3x power. Single use.",
|
|
2348
|
+
"desc": "Holder's first successful Electric-type attack will have 1.3x power. Single use.",
|
|
2349
|
+
"category": "other",
|
|
2350
|
+
"unholdable": false
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"id": "grassgem",
|
|
2354
|
+
"name": "Grass Gem",
|
|
2355
|
+
"psName": "Grass Gem",
|
|
2356
|
+
"gen": 5,
|
|
2357
|
+
"shortDesc": "Holder's first successful Grass-type attack will have 1.3x power. Single use.",
|
|
2358
|
+
"desc": "Holder's first successful Grass-type attack will have 1.3x power. Single use.",
|
|
2359
|
+
"category": "other",
|
|
2360
|
+
"unholdable": false
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"id": "icegem",
|
|
2364
|
+
"name": "Ice Gem",
|
|
2365
|
+
"psName": "Ice Gem",
|
|
2366
|
+
"gen": 5,
|
|
2367
|
+
"shortDesc": "Holder's first successful Ice-type attack will have 1.3x power. Single use.",
|
|
2368
|
+
"desc": "Holder's first successful Ice-type attack will have 1.3x power. Single use.",
|
|
2369
|
+
"category": "other",
|
|
2370
|
+
"unholdable": false
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"id": "fightinggem",
|
|
2374
|
+
"name": "Fighting Gem",
|
|
2375
|
+
"psName": "Fighting Gem",
|
|
2376
|
+
"gen": 5,
|
|
2377
|
+
"shortDesc": "Holder's first successful Fighting-type attack will have 1.3x power. Single use.",
|
|
2378
|
+
"desc": "Holder's first successful Fighting-type attack will have 1.3x power. Single use.",
|
|
2379
|
+
"category": "other",
|
|
2380
|
+
"unholdable": false
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"id": "poisongem",
|
|
2384
|
+
"name": "Poison Gem",
|
|
2385
|
+
"psName": "Poison Gem",
|
|
2386
|
+
"gen": 5,
|
|
2387
|
+
"shortDesc": "Holder's first successful Poison-type attack will have 1.3x power. Single use.",
|
|
2388
|
+
"desc": "Holder's first successful Poison-type attack will have 1.3x power. Single use.",
|
|
2389
|
+
"category": "other",
|
|
2390
|
+
"unholdable": false
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"id": "groundgem",
|
|
2394
|
+
"name": "Ground Gem",
|
|
2395
|
+
"psName": "Ground Gem",
|
|
2396
|
+
"gen": 5,
|
|
2397
|
+
"shortDesc": "Holder's first successful Ground-type attack will have 1.3x power. Single use.",
|
|
2398
|
+
"desc": "Holder's first successful Ground-type attack will have 1.3x power. Single use.",
|
|
2399
|
+
"category": "other",
|
|
2400
|
+
"unholdable": false
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"id": "flyinggem",
|
|
2404
|
+
"name": "Flying Gem",
|
|
2405
|
+
"psName": "Flying Gem",
|
|
2406
|
+
"gen": 5,
|
|
2407
|
+
"shortDesc": "Holder's first successful Flying-type attack will have 1.3x power. Single use.",
|
|
2408
|
+
"desc": "Holder's first successful Flying-type attack will have 1.3x power. Single use.",
|
|
2409
|
+
"category": "other",
|
|
2410
|
+
"unholdable": false
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"id": "psychicgem",
|
|
2414
|
+
"name": "Psychic Gem",
|
|
2415
|
+
"psName": "Psychic Gem",
|
|
2416
|
+
"gen": 5,
|
|
2417
|
+
"shortDesc": "Holder's first successful Psychic-type attack will have 1.3x power. Single use.",
|
|
2418
|
+
"desc": "Holder's first successful Psychic-type attack will have 1.3x power. Single use.",
|
|
2419
|
+
"category": "other",
|
|
2420
|
+
"unholdable": false
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"id": "buggem",
|
|
2424
|
+
"name": "Bug Gem",
|
|
2425
|
+
"psName": "Bug Gem",
|
|
2426
|
+
"gen": 5,
|
|
2427
|
+
"shortDesc": "Holder's first successful Bug-type attack will have 1.3x power. Single use.",
|
|
2428
|
+
"desc": "Holder's first successful Bug-type attack will have 1.3x power. Single use.",
|
|
2429
|
+
"category": "other",
|
|
2430
|
+
"unholdable": false
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"id": "rockgem",
|
|
2434
|
+
"name": "Rock Gem",
|
|
2435
|
+
"psName": "Rock Gem",
|
|
2436
|
+
"gen": 5,
|
|
2437
|
+
"shortDesc": "Holder's first successful Rock-type attack will have 1.3x power. Single use.",
|
|
2438
|
+
"desc": "Holder's first successful Rock-type attack will have 1.3x power. Single use.",
|
|
2439
|
+
"category": "other",
|
|
2440
|
+
"unholdable": false
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"id": "ghostgem",
|
|
2444
|
+
"name": "Ghost Gem",
|
|
2445
|
+
"psName": "Ghost Gem",
|
|
2446
|
+
"gen": 5,
|
|
2447
|
+
"shortDesc": "Holder's first successful Ghost-type attack will have 1.3x power. Single use.",
|
|
2448
|
+
"desc": "Holder's first successful Ghost-type attack will have 1.3x power. Single use.",
|
|
2449
|
+
"category": "other",
|
|
2450
|
+
"unholdable": false
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"id": "dragongem",
|
|
2454
|
+
"name": "Dragon Gem",
|
|
2455
|
+
"psName": "Dragon Gem",
|
|
2456
|
+
"gen": 5,
|
|
2457
|
+
"shortDesc": "Holder's first successful Dragon-type attack will have 1.3x power. Single use.",
|
|
2458
|
+
"desc": "Holder's first successful Dragon-type attack will have 1.3x power. Single use.",
|
|
2459
|
+
"category": "other",
|
|
2460
|
+
"unholdable": false
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"id": "darkgem",
|
|
2464
|
+
"name": "Dark Gem",
|
|
2465
|
+
"psName": "Dark Gem",
|
|
2466
|
+
"gen": 5,
|
|
2467
|
+
"shortDesc": "Holder's first successful Dark-type attack will have 1.3x power. Single use.",
|
|
2468
|
+
"desc": "Holder's first successful Dark-type attack will have 1.3x power. Single use.",
|
|
2469
|
+
"category": "other",
|
|
2470
|
+
"unholdable": false
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"id": "steelgem",
|
|
2474
|
+
"name": "Steel Gem",
|
|
2475
|
+
"psName": "Steel Gem",
|
|
2476
|
+
"gen": 5,
|
|
2477
|
+
"shortDesc": "Holder's first successful Steel-type attack will have 1.3x power. Single use.",
|
|
2478
|
+
"desc": "Holder's first successful Steel-type attack will have 1.3x power. Single use.",
|
|
2479
|
+
"category": "other",
|
|
2480
|
+
"unholdable": false
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"id": "normalgem",
|
|
2484
|
+
"name": "Normal Gem",
|
|
2485
|
+
"psName": "Normal Gem",
|
|
2486
|
+
"gen": 5,
|
|
2487
|
+
"shortDesc": "Holder's first successful Normal-type attack will have 1.3x power. Single use.",
|
|
2488
|
+
"desc": "Holder's first successful Normal-type attack will have 1.3x power. Single use.",
|
|
2489
|
+
"category": "other",
|
|
2490
|
+
"unholdable": false
|
|
2491
|
+
},
|
|
2492
|
+
{
|
|
2493
|
+
"id": "prettyfeather",
|
|
2494
|
+
"name": "Pretty Feather",
|
|
2495
|
+
"psName": "Pretty Feather",
|
|
2496
|
+
"gen": 5,
|
|
2497
|
+
"shortDesc": "Though this feather is beautiful, it's just a regular feather and has no effect.",
|
|
2498
|
+
"desc": "Though this feather is beautiful, it's just a regular feather and has no effect.",
|
|
2499
|
+
"category": "other",
|
|
2500
|
+
"unholdable": false
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"id": "coverfossil",
|
|
2504
|
+
"name": "Cover Fossil",
|
|
2505
|
+
"psName": "Cover Fossil",
|
|
2506
|
+
"gen": 5,
|
|
2507
|
+
"shortDesc": "Can be revived into Tirtouga.",
|
|
2508
|
+
"desc": "Can be revived into Tirtouga.",
|
|
2509
|
+
"category": "other",
|
|
2510
|
+
"unholdable": false
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"id": "plumefossil",
|
|
2514
|
+
"name": "Plume Fossil",
|
|
2515
|
+
"psName": "Plume Fossil",
|
|
2516
|
+
"gen": 5,
|
|
2517
|
+
"shortDesc": "Can be revived into Archen.",
|
|
2518
|
+
"desc": "Can be revived into Archen.",
|
|
2519
|
+
"category": "other",
|
|
2520
|
+
"unholdable": false
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"id": "dreamball",
|
|
2524
|
+
"name": "Dream Ball",
|
|
2525
|
+
"psName": "Dream Ball",
|
|
2526
|
+
"gen": 5,
|
|
2527
|
+
"shortDesc": "A Poké Ball that makes it easier to catch wild Pokémon while they're asleep.",
|
|
2528
|
+
"desc": "A Poké Ball that makes it easier to catch wild Pokémon while they're asleep.",
|
|
2529
|
+
"category": "ball",
|
|
2530
|
+
"unholdable": false
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"id": "bignugget",
|
|
2534
|
+
"name": "Big Nugget",
|
|
2535
|
+
"psName": "Big Nugget",
|
|
2536
|
+
"gen": 5,
|
|
2537
|
+
"shortDesc": "A big nugget of pure gold that gives off a lustrous gleam.",
|
|
2538
|
+
"desc": "A big nugget of pure gold that gives off a lustrous gleam.",
|
|
2539
|
+
"category": "other",
|
|
2540
|
+
"unholdable": false
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"id": "weaknesspolicy",
|
|
2544
|
+
"name": "Weakness Policy",
|
|
2545
|
+
"psName": "Weakness Policy",
|
|
2546
|
+
"gen": 6,
|
|
2547
|
+
"shortDesc": "If holder is hit super effectively, raises Attack, Sp. Atk by 2 stages. Single use.",
|
|
2548
|
+
"desc": "If holder is hit super effectively, raises Attack, Sp. Atk by 2 stages. Single use.",
|
|
2549
|
+
"category": "other",
|
|
2550
|
+
"unholdable": false
|
|
2551
|
+
},
|
|
2552
|
+
{
|
|
2553
|
+
"id": "assaultvest",
|
|
2554
|
+
"name": "Assault Vest",
|
|
2555
|
+
"psName": "Assault Vest",
|
|
2556
|
+
"gen": 6,
|
|
2557
|
+
"shortDesc": "Holder's Sp. Def is 1.5x, but it can only select damaging moves.",
|
|
2558
|
+
"desc": "Holder's Sp. Def is 1.5x, but it can only select damaging moves.",
|
|
2559
|
+
"category": "other",
|
|
2560
|
+
"unholdable": false
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"id": "pixieplate",
|
|
2564
|
+
"name": "Pixie Plate",
|
|
2565
|
+
"psName": "Pixie Plate",
|
|
2566
|
+
"gen": 6,
|
|
2567
|
+
"shortDesc": "Holder's Fairy-type attacks have 1.2x power. Judgment is Fairy type.",
|
|
2568
|
+
"desc": "Holder's Fairy-type attacks have 1.2x power. Judgment is Fairy type.",
|
|
2569
|
+
"category": "other",
|
|
2570
|
+
"unholdable": false
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"id": "whippeddream",
|
|
2574
|
+
"name": "Whipped Dream",
|
|
2575
|
+
"psName": "Whipped Dream",
|
|
2576
|
+
"gen": 6,
|
|
2577
|
+
"shortDesc": "Evolves Swirlix into Slurpuff when traded.",
|
|
2578
|
+
"desc": "Evolves Swirlix into Slurpuff when traded.",
|
|
2579
|
+
"category": "other",
|
|
2580
|
+
"unholdable": false
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"id": "legendplate",
|
|
2584
|
+
"name": "Legend Plate",
|
|
2585
|
+
"psName": "Legend Plate",
|
|
2586
|
+
"gen": 8,
|
|
2587
|
+
"shortDesc": "A stone tablet imbued with the essence of all creation. When used on a certain Pokémon, it allows that Pokémon to gain the power of every type there is.",
|
|
2588
|
+
"desc": "A stone tablet imbued with the essence of all creation. When used on a certain Pokémon, it allows that Pokémon to gain the power of every type there is.",
|
|
2589
|
+
"category": "other",
|
|
2590
|
+
"unholdable": false
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"id": "sachet",
|
|
2594
|
+
"name": "Sachet",
|
|
2595
|
+
"psName": "Sachet",
|
|
2596
|
+
"gen": 6,
|
|
2597
|
+
"shortDesc": "Evolves Spritzee into Aromatisse when traded.",
|
|
2598
|
+
"desc": "Evolves Spritzee into Aromatisse when traded.",
|
|
2599
|
+
"category": "other",
|
|
2600
|
+
"unholdable": false
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"id": "luminousmoss",
|
|
2604
|
+
"name": "Luminous Moss",
|
|
2605
|
+
"psName": "Luminous Moss",
|
|
2606
|
+
"gen": 6,
|
|
2607
|
+
"shortDesc": "Raises holder's Sp. Def by 1 stage if hit by a Water-type attack. Single use.",
|
|
2608
|
+
"desc": "Raises holder's Sp. Def by 1 stage if hit by a Water-type attack. Single use.",
|
|
2609
|
+
"category": "other",
|
|
2610
|
+
"unholdable": false
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"id": "snowball",
|
|
2614
|
+
"name": "Snowball",
|
|
2615
|
+
"psName": "Snowball",
|
|
2616
|
+
"gen": 6,
|
|
2617
|
+
"shortDesc": "Raises holder's Attack by 1 if hit by an Ice-type attack. Single use.",
|
|
2618
|
+
"desc": "Raises holder's Attack by 1 if hit by an Ice-type attack. Single use.",
|
|
2619
|
+
"category": "other",
|
|
2620
|
+
"unholdable": false
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"id": "safetygoggles",
|
|
2624
|
+
"name": "Safety Goggles",
|
|
2625
|
+
"psName": "Safety Goggles",
|
|
2626
|
+
"gen": 6,
|
|
2627
|
+
"shortDesc": "Holder is immune to powder moves and damage from Sandstorm or Hail.",
|
|
2628
|
+
"desc": "Holder is immune to powder moves and damage from Sandstorm or Hail.",
|
|
2629
|
+
"category": "other",
|
|
2630
|
+
"unholdable": false
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"id": "gengarite",
|
|
2634
|
+
"name": "Gengarite",
|
|
2635
|
+
"psName": "Gengarite",
|
|
2636
|
+
"gen": 6,
|
|
2637
|
+
"shortDesc": "If held by a Gengar, this item allows it to Mega Evolve in battle.",
|
|
2638
|
+
"desc": "If held by a Gengar, this item allows it to Mega Evolve in battle.",
|
|
2639
|
+
"category": "other",
|
|
2640
|
+
"unholdable": false
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"id": "gardevoirite",
|
|
2644
|
+
"name": "Gardevoirite",
|
|
2645
|
+
"psName": "Gardevoirite",
|
|
2646
|
+
"gen": 6,
|
|
2647
|
+
"shortDesc": "If held by a Gardevoir, this item allows it to Mega Evolve in battle.",
|
|
2648
|
+
"desc": "If held by a Gardevoir, this item allows it to Mega Evolve in battle.",
|
|
2649
|
+
"category": "other",
|
|
2650
|
+
"unholdable": false
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"id": "ampharosite",
|
|
2654
|
+
"name": "Ampharosite",
|
|
2655
|
+
"psName": "Ampharosite",
|
|
2656
|
+
"gen": 6,
|
|
2657
|
+
"shortDesc": "If held by an Ampharos, this item allows it to Mega Evolve in battle.",
|
|
2658
|
+
"desc": "If held by an Ampharos, this item allows it to Mega Evolve in battle.",
|
|
2659
|
+
"category": "other",
|
|
2660
|
+
"unholdable": false
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"id": "venusaurite",
|
|
2664
|
+
"name": "Venusaurite",
|
|
2665
|
+
"psName": "Venusaurite",
|
|
2666
|
+
"gen": 6,
|
|
2667
|
+
"shortDesc": "If held by a Venusaur, this item allows it to Mega Evolve in battle.",
|
|
2668
|
+
"desc": "If held by a Venusaur, this item allows it to Mega Evolve in battle.",
|
|
2669
|
+
"category": "other",
|
|
2670
|
+
"unholdable": false
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
"id": "charizarditex",
|
|
2674
|
+
"name": "Charizardite X",
|
|
2675
|
+
"psName": "Charizardite X",
|
|
2676
|
+
"gen": 6,
|
|
2677
|
+
"shortDesc": "If held by a Charizard, this item allows it to Mega Evolve in battle.",
|
|
2678
|
+
"desc": "If held by a Charizard, this item allows it to Mega Evolve in battle.",
|
|
2679
|
+
"category": "other",
|
|
2680
|
+
"unholdable": false
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"id": "blastoisinite",
|
|
2684
|
+
"name": "Blastoisinite",
|
|
2685
|
+
"psName": "Blastoisinite",
|
|
2686
|
+
"gen": 6,
|
|
2687
|
+
"shortDesc": "If held by a Blastoise, this item allows it to Mega Evolve in battle.",
|
|
2688
|
+
"desc": "If held by a Blastoise, this item allows it to Mega Evolve in battle.",
|
|
2689
|
+
"category": "other",
|
|
2690
|
+
"unholdable": false
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"id": "mewtwonitex",
|
|
2694
|
+
"name": "Mewtwonite X",
|
|
2695
|
+
"psName": "Mewtwonite X",
|
|
2696
|
+
"gen": 6,
|
|
2697
|
+
"shortDesc": "If held by a Mewtwo, this item allows it to Mega Evolve in battle.",
|
|
2698
|
+
"desc": "If held by a Mewtwo, this item allows it to Mega Evolve in battle.",
|
|
2699
|
+
"category": "other",
|
|
2700
|
+
"unholdable": false
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"id": "mewtwonitey",
|
|
2704
|
+
"name": "Mewtwonite Y",
|
|
2705
|
+
"psName": "Mewtwonite Y",
|
|
2706
|
+
"gen": 6,
|
|
2707
|
+
"shortDesc": "If held by a Mewtwo, this item allows it to Mega Evolve in battle.",
|
|
2708
|
+
"desc": "If held by a Mewtwo, this item allows it to Mega Evolve in battle.",
|
|
2709
|
+
"category": "other",
|
|
2710
|
+
"unholdable": false
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"id": "blazikenite",
|
|
2714
|
+
"name": "Blazikenite",
|
|
2715
|
+
"psName": "Blazikenite",
|
|
2716
|
+
"gen": 6,
|
|
2717
|
+
"shortDesc": "If held by a Blaziken, this item allows it to Mega Evolve in battle.",
|
|
2718
|
+
"desc": "If held by a Blaziken, this item allows it to Mega Evolve in battle.",
|
|
2719
|
+
"category": "other",
|
|
2720
|
+
"unholdable": false
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"id": "medichamite",
|
|
2724
|
+
"name": "Medichamite",
|
|
2725
|
+
"psName": "Medichamite",
|
|
2726
|
+
"gen": 6,
|
|
2727
|
+
"shortDesc": "If held by a Medicham, this item allows it to Mega Evolve in battle.",
|
|
2728
|
+
"desc": "If held by a Medicham, this item allows it to Mega Evolve in battle.",
|
|
2729
|
+
"category": "other",
|
|
2730
|
+
"unholdable": false
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"id": "houndoominite",
|
|
2734
|
+
"name": "Houndoominite",
|
|
2735
|
+
"psName": "Houndoominite",
|
|
2736
|
+
"gen": 6,
|
|
2737
|
+
"shortDesc": "If held by a Houndoom, this item allows it to Mega Evolve in battle.",
|
|
2738
|
+
"desc": "If held by a Houndoom, this item allows it to Mega Evolve in battle.",
|
|
2739
|
+
"category": "other",
|
|
2740
|
+
"unholdable": false
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"id": "aggronite",
|
|
2744
|
+
"name": "Aggronite",
|
|
2745
|
+
"psName": "Aggronite",
|
|
2746
|
+
"gen": 6,
|
|
2747
|
+
"shortDesc": "If held by an Aggron, this item allows it to Mega Evolve in battle.",
|
|
2748
|
+
"desc": "If held by an Aggron, this item allows it to Mega Evolve in battle.",
|
|
2749
|
+
"category": "other",
|
|
2750
|
+
"unholdable": false
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"id": "banettite",
|
|
2754
|
+
"name": "Banettite",
|
|
2755
|
+
"psName": "Banettite",
|
|
2756
|
+
"gen": 6,
|
|
2757
|
+
"shortDesc": "If held by a Banette, this item allows it to Mega Evolve in battle.",
|
|
2758
|
+
"desc": "If held by a Banette, this item allows it to Mega Evolve in battle.",
|
|
2759
|
+
"category": "other",
|
|
2760
|
+
"unholdable": false
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"id": "tyranitarite",
|
|
2764
|
+
"name": "Tyranitarite",
|
|
2765
|
+
"psName": "Tyranitarite",
|
|
2766
|
+
"gen": 6,
|
|
2767
|
+
"shortDesc": "If held by a Tyranitar, this item allows it to Mega Evolve in battle.",
|
|
2768
|
+
"desc": "If held by a Tyranitar, this item allows it to Mega Evolve in battle.",
|
|
2769
|
+
"category": "other",
|
|
2770
|
+
"unholdable": false
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"id": "scizorite",
|
|
2774
|
+
"name": "Scizorite",
|
|
2775
|
+
"psName": "Scizorite",
|
|
2776
|
+
"gen": 6,
|
|
2777
|
+
"shortDesc": "If held by a Scizor, this item allows it to Mega Evolve in battle.",
|
|
2778
|
+
"desc": "If held by a Scizor, this item allows it to Mega Evolve in battle.",
|
|
2779
|
+
"category": "other",
|
|
2780
|
+
"unholdable": false
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"id": "pinsirite",
|
|
2784
|
+
"name": "Pinsirite",
|
|
2785
|
+
"psName": "Pinsirite",
|
|
2786
|
+
"gen": 6,
|
|
2787
|
+
"shortDesc": "If held by a Pinsir, this item allows it to Mega Evolve in battle.",
|
|
2788
|
+
"desc": "If held by a Pinsir, this item allows it to Mega Evolve in battle.",
|
|
2789
|
+
"category": "other",
|
|
2790
|
+
"unholdable": false
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"id": "aerodactylite",
|
|
2794
|
+
"name": "Aerodactylite",
|
|
2795
|
+
"psName": "Aerodactylite",
|
|
2796
|
+
"gen": 6,
|
|
2797
|
+
"shortDesc": "If held by an Aerodactyl, this item allows it to Mega Evolve in battle.",
|
|
2798
|
+
"desc": "If held by an Aerodactyl, this item allows it to Mega Evolve in battle.",
|
|
2799
|
+
"category": "other",
|
|
2800
|
+
"unholdable": false
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"id": "lucarionite",
|
|
2804
|
+
"name": "Lucarionite",
|
|
2805
|
+
"psName": "Lucarionite",
|
|
2806
|
+
"gen": 6,
|
|
2807
|
+
"shortDesc": "If held by a Lucario, this item allows it to Mega Evolve in battle.",
|
|
2808
|
+
"desc": "If held by a Lucario, this item allows it to Mega Evolve in battle.",
|
|
2809
|
+
"category": "other",
|
|
2810
|
+
"unholdable": false
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"id": "abomasite",
|
|
2814
|
+
"name": "Abomasite",
|
|
2815
|
+
"psName": "Abomasite",
|
|
2816
|
+
"gen": 6,
|
|
2817
|
+
"shortDesc": "If held by an Abomasnow, this item allows it to Mega Evolve in battle.",
|
|
2818
|
+
"desc": "If held by an Abomasnow, this item allows it to Mega Evolve in battle.",
|
|
2819
|
+
"category": "other",
|
|
2820
|
+
"unholdable": false
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
"id": "kangaskhanite",
|
|
2824
|
+
"name": "Kangaskhanite",
|
|
2825
|
+
"psName": "Kangaskhanite",
|
|
2826
|
+
"gen": 6,
|
|
2827
|
+
"shortDesc": "If held by a Kangaskhan, this item allows it to Mega Evolve in battle.",
|
|
2828
|
+
"desc": "If held by a Kangaskhan, this item allows it to Mega Evolve in battle.",
|
|
2829
|
+
"category": "other",
|
|
2830
|
+
"unholdable": false
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"id": "gyaradosite",
|
|
2834
|
+
"name": "Gyaradosite",
|
|
2835
|
+
"psName": "Gyaradosite",
|
|
2836
|
+
"gen": 6,
|
|
2837
|
+
"shortDesc": "If held by a Gyarados, this item allows it to Mega Evolve in battle.",
|
|
2838
|
+
"desc": "If held by a Gyarados, this item allows it to Mega Evolve in battle.",
|
|
2839
|
+
"category": "other",
|
|
2840
|
+
"unholdable": false
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"id": "absolite",
|
|
2844
|
+
"name": "Absolite",
|
|
2845
|
+
"psName": "Absolite",
|
|
2846
|
+
"gen": 6,
|
|
2847
|
+
"shortDesc": "If held by an Absol, this item allows it to Mega Evolve in battle.",
|
|
2848
|
+
"desc": "If held by an Absol, this item allows it to Mega Evolve in battle.",
|
|
2849
|
+
"category": "other",
|
|
2850
|
+
"unholdable": false
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"id": "charizarditey",
|
|
2854
|
+
"name": "Charizardite Y",
|
|
2855
|
+
"psName": "Charizardite Y",
|
|
2856
|
+
"gen": 6,
|
|
2857
|
+
"shortDesc": "If held by a Charizard, this item allows it to Mega Evolve in battle.",
|
|
2858
|
+
"desc": "If held by a Charizard, this item allows it to Mega Evolve in battle.",
|
|
2859
|
+
"category": "other",
|
|
2860
|
+
"unholdable": false
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"id": "alakazite",
|
|
2864
|
+
"name": "Alakazite",
|
|
2865
|
+
"psName": "Alakazite",
|
|
2866
|
+
"gen": 6,
|
|
2867
|
+
"shortDesc": "If held by an Alakazam, this item allows it to Mega Evolve in battle.",
|
|
2868
|
+
"desc": "If held by an Alakazam, this item allows it to Mega Evolve in battle.",
|
|
2869
|
+
"category": "other",
|
|
2870
|
+
"unholdable": false
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"id": "heracronite",
|
|
2874
|
+
"name": "Heracronite",
|
|
2875
|
+
"psName": "Heracronite",
|
|
2876
|
+
"gen": 6,
|
|
2877
|
+
"shortDesc": "If held by a Heracross, this item allows it to Mega Evolve in battle.",
|
|
2878
|
+
"desc": "If held by a Heracross, this item allows it to Mega Evolve in battle.",
|
|
2879
|
+
"category": "other",
|
|
2880
|
+
"unholdable": false
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"id": "mawilite",
|
|
2884
|
+
"name": "Mawilite",
|
|
2885
|
+
"psName": "Mawilite",
|
|
2886
|
+
"gen": 6,
|
|
2887
|
+
"shortDesc": "If held by a Mawile, this item allows it to Mega Evolve in battle.",
|
|
2888
|
+
"desc": "If held by a Mawile, this item allows it to Mega Evolve in battle.",
|
|
2889
|
+
"category": "other",
|
|
2890
|
+
"unholdable": false
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"id": "manectite",
|
|
2894
|
+
"name": "Manectite",
|
|
2895
|
+
"psName": "Manectite",
|
|
2896
|
+
"gen": 6,
|
|
2897
|
+
"shortDesc": "If held by a Manectric, this item allows it to Mega Evolve in battle.",
|
|
2898
|
+
"desc": "If held by a Manectric, this item allows it to Mega Evolve in battle.",
|
|
2899
|
+
"category": "other",
|
|
2900
|
+
"unholdable": false
|
|
2901
|
+
},
|
|
2902
|
+
{
|
|
2903
|
+
"id": "garchompite",
|
|
2904
|
+
"name": "Garchompite",
|
|
2905
|
+
"psName": "Garchompite",
|
|
2906
|
+
"gen": 6,
|
|
2907
|
+
"shortDesc": "If held by a Garchomp, this item allows it to Mega Evolve in battle.",
|
|
2908
|
+
"desc": "If held by a Garchomp, this item allows it to Mega Evolve in battle.",
|
|
2909
|
+
"category": "other",
|
|
2910
|
+
"unholdable": false
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"id": "latiasite",
|
|
2914
|
+
"name": "Latiasite",
|
|
2915
|
+
"psName": "Latiasite",
|
|
2916
|
+
"gen": 6,
|
|
2917
|
+
"shortDesc": "If held by a Latias, this item allows it to Mega Evolve in battle.",
|
|
2918
|
+
"desc": "If held by a Latias, this item allows it to Mega Evolve in battle.",
|
|
2919
|
+
"category": "other",
|
|
2920
|
+
"unholdable": false
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"id": "latiosite",
|
|
2924
|
+
"name": "Latiosite",
|
|
2925
|
+
"psName": "Latiosite",
|
|
2926
|
+
"gen": 6,
|
|
2927
|
+
"shortDesc": "If held by a Latios, this item allows it to Mega Evolve in battle.",
|
|
2928
|
+
"desc": "If held by a Latios, this item allows it to Mega Evolve in battle.",
|
|
2929
|
+
"category": "other",
|
|
2930
|
+
"unholdable": false
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"id": "roseliberry",
|
|
2934
|
+
"name": "Roseli Berry",
|
|
2935
|
+
"psName": "Roseli Berry",
|
|
2936
|
+
"gen": 6,
|
|
2937
|
+
"shortDesc": "Halves damage taken from a supereffective Fairy-type attack. Single use.",
|
|
2938
|
+
"desc": "Halves damage taken from a supereffective Fairy-type attack. Single use.",
|
|
2939
|
+
"category": "berry",
|
|
2940
|
+
"unholdable": false
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"id": "keeberry",
|
|
2944
|
+
"name": "Kee Berry",
|
|
2945
|
+
"psName": "Kee Berry",
|
|
2946
|
+
"gen": 6,
|
|
2947
|
+
"shortDesc": "Raises holder's Defense by 1 stage after it is hit by a physical attack. Single use.",
|
|
2948
|
+
"desc": "Raises holder's Defense by 1 stage after it is hit by a physical attack. Single use.",
|
|
2949
|
+
"category": "berry",
|
|
2950
|
+
"unholdable": false
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"id": "marangaberry",
|
|
2954
|
+
"name": "Maranga Berry",
|
|
2955
|
+
"psName": "Maranga Berry",
|
|
2956
|
+
"gen": 6,
|
|
2957
|
+
"shortDesc": "Raises holder's Sp. Def by 1 stage after it is hit by a special attack. Single use.",
|
|
2958
|
+
"desc": "Raises holder's Sp. Def by 1 stage after it is hit by a special attack. Single use.",
|
|
2959
|
+
"category": "berry",
|
|
2960
|
+
"unholdable": false
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"id": "jawfossil",
|
|
2964
|
+
"name": "Jaw Fossil",
|
|
2965
|
+
"psName": "Jaw Fossil",
|
|
2966
|
+
"gen": 6,
|
|
2967
|
+
"shortDesc": "Can be revived into Tyrunt.",
|
|
2968
|
+
"desc": "Can be revived into Tyrunt.",
|
|
2969
|
+
"category": "other",
|
|
2970
|
+
"unholdable": false
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"id": "sailfossil",
|
|
2974
|
+
"name": "Sail Fossil",
|
|
2975
|
+
"psName": "Sail Fossil",
|
|
2976
|
+
"gen": 6,
|
|
2977
|
+
"shortDesc": "Can be revived into Amaura.",
|
|
2978
|
+
"desc": "Can be revived into Amaura.",
|
|
2979
|
+
"category": "other",
|
|
2980
|
+
"unholdable": false
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"id": "fairygem",
|
|
2984
|
+
"name": "Fairy Gem",
|
|
2985
|
+
"psName": "Fairy Gem",
|
|
2986
|
+
"gen": 6,
|
|
2987
|
+
"shortDesc": "Holder's first successful Fairy-type attack will have 1.3x power. Single use.",
|
|
2988
|
+
"desc": "Holder's first successful Fairy-type attack will have 1.3x power. Single use.",
|
|
2989
|
+
"category": "other",
|
|
2990
|
+
"unholdable": false
|
|
2991
|
+
},
|
|
2992
|
+
{
|
|
2993
|
+
"id": "swampertite",
|
|
2994
|
+
"name": "Swampertite",
|
|
2995
|
+
"psName": "Swampertite",
|
|
2996
|
+
"gen": 6,
|
|
2997
|
+
"shortDesc": "If held by a Swampert, this item allows it to Mega Evolve in battle.",
|
|
2998
|
+
"desc": "If held by a Swampert, this item allows it to Mega Evolve in battle.",
|
|
2999
|
+
"category": "other",
|
|
3000
|
+
"unholdable": false
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"id": "sceptilite",
|
|
3004
|
+
"name": "Sceptilite",
|
|
3005
|
+
"psName": "Sceptilite",
|
|
3006
|
+
"gen": 6,
|
|
3007
|
+
"shortDesc": "If held by a Sceptile, this item allows it to Mega Evolve in battle.",
|
|
3008
|
+
"desc": "If held by a Sceptile, this item allows it to Mega Evolve in battle.",
|
|
3009
|
+
"category": "other",
|
|
3010
|
+
"unholdable": false
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"id": "sablenite",
|
|
3014
|
+
"name": "Sablenite",
|
|
3015
|
+
"psName": "Sablenite",
|
|
3016
|
+
"gen": 6,
|
|
3017
|
+
"shortDesc": "If held by a Sableye, this item allows it to Mega Evolve in battle.",
|
|
3018
|
+
"desc": "If held by a Sableye, this item allows it to Mega Evolve in battle.",
|
|
3019
|
+
"category": "other",
|
|
3020
|
+
"unholdable": false
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"id": "altarianite",
|
|
3024
|
+
"name": "Altarianite",
|
|
3025
|
+
"psName": "Altarianite",
|
|
3026
|
+
"gen": 6,
|
|
3027
|
+
"shortDesc": "If held by an Altaria, this item allows it to Mega Evolve in battle.",
|
|
3028
|
+
"desc": "If held by an Altaria, this item allows it to Mega Evolve in battle.",
|
|
3029
|
+
"category": "other",
|
|
3030
|
+
"unholdable": false
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"id": "galladite",
|
|
3034
|
+
"name": "Galladite",
|
|
3035
|
+
"psName": "Galladite",
|
|
3036
|
+
"gen": 6,
|
|
3037
|
+
"shortDesc": "If held by a Gallade, this item allows it to Mega Evolve in battle.",
|
|
3038
|
+
"desc": "If held by a Gallade, this item allows it to Mega Evolve in battle.",
|
|
3039
|
+
"category": "other",
|
|
3040
|
+
"unholdable": false
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"id": "audinite",
|
|
3044
|
+
"name": "Audinite",
|
|
3045
|
+
"psName": "Audinite",
|
|
3046
|
+
"gen": 6,
|
|
3047
|
+
"shortDesc": "If held by an Audino, this item allows it to Mega Evolve in battle.",
|
|
3048
|
+
"desc": "If held by an Audino, this item allows it to Mega Evolve in battle.",
|
|
3049
|
+
"category": "other",
|
|
3050
|
+
"unholdable": false
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"id": "metagrossite",
|
|
3054
|
+
"name": "Metagrossite",
|
|
3055
|
+
"psName": "Metagrossite",
|
|
3056
|
+
"gen": 6,
|
|
3057
|
+
"shortDesc": "If held by a Metagross, this item allows it to Mega Evolve in battle.",
|
|
3058
|
+
"desc": "If held by a Metagross, this item allows it to Mega Evolve in battle.",
|
|
3059
|
+
"category": "other",
|
|
3060
|
+
"unholdable": false
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"id": "sharpedonite",
|
|
3064
|
+
"name": "Sharpedonite",
|
|
3065
|
+
"psName": "Sharpedonite",
|
|
3066
|
+
"gen": 6,
|
|
3067
|
+
"shortDesc": "If held by a Sharpedo, this item allows it to Mega Evolve in battle.",
|
|
3068
|
+
"desc": "If held by a Sharpedo, this item allows it to Mega Evolve in battle.",
|
|
3069
|
+
"category": "other",
|
|
3070
|
+
"unholdable": false
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"id": "slowbronite",
|
|
3074
|
+
"name": "Slowbronite",
|
|
3075
|
+
"psName": "Slowbronite",
|
|
3076
|
+
"gen": 6,
|
|
3077
|
+
"shortDesc": "If held by a Slowbro, this item allows it to Mega Evolve in battle.",
|
|
3078
|
+
"desc": "If held by a Slowbro, this item allows it to Mega Evolve in battle.",
|
|
3079
|
+
"category": "other",
|
|
3080
|
+
"unholdable": false
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"id": "steelixite",
|
|
3084
|
+
"name": "Steelixite",
|
|
3085
|
+
"psName": "Steelixite",
|
|
3086
|
+
"gen": 6,
|
|
3087
|
+
"shortDesc": "If held by a Steelix, this item allows it to Mega Evolve in battle.",
|
|
3088
|
+
"desc": "If held by a Steelix, this item allows it to Mega Evolve in battle.",
|
|
3089
|
+
"category": "other",
|
|
3090
|
+
"unholdable": false
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"id": "pidgeotite",
|
|
3094
|
+
"name": "Pidgeotite",
|
|
3095
|
+
"psName": "Pidgeotite",
|
|
3096
|
+
"gen": 6,
|
|
3097
|
+
"shortDesc": "If held by a Pidgeot, this item allows it to Mega Evolve in battle.",
|
|
3098
|
+
"desc": "If held by a Pidgeot, this item allows it to Mega Evolve in battle.",
|
|
3099
|
+
"category": "other",
|
|
3100
|
+
"unholdable": false
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"id": "glalitite",
|
|
3104
|
+
"name": "Glalitite",
|
|
3105
|
+
"psName": "Glalitite",
|
|
3106
|
+
"gen": 6,
|
|
3107
|
+
"shortDesc": "If held by a Glalie, this item allows it to Mega Evolve in battle.",
|
|
3108
|
+
"desc": "If held by a Glalie, this item allows it to Mega Evolve in battle.",
|
|
3109
|
+
"category": "other",
|
|
3110
|
+
"unholdable": false
|
|
3111
|
+
},
|
|
3112
|
+
{
|
|
3113
|
+
"id": "diancite",
|
|
3114
|
+
"name": "Diancite",
|
|
3115
|
+
"psName": "Diancite",
|
|
3116
|
+
"gen": 6,
|
|
3117
|
+
"shortDesc": "If held by a Diancie, this item allows it to Mega Evolve in battle.",
|
|
3118
|
+
"desc": "If held by a Diancie, this item allows it to Mega Evolve in battle.",
|
|
3119
|
+
"category": "other",
|
|
3120
|
+
"unholdable": false
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"id": "cameruptite",
|
|
3124
|
+
"name": "Cameruptite",
|
|
3125
|
+
"psName": "Cameruptite",
|
|
3126
|
+
"gen": 6,
|
|
3127
|
+
"shortDesc": "If held by a Camerupt, this item allows it to Mega Evolve in battle.",
|
|
3128
|
+
"desc": "If held by a Camerupt, this item allows it to Mega Evolve in battle.",
|
|
3129
|
+
"category": "other",
|
|
3130
|
+
"unholdable": false
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"id": "lopunnite",
|
|
3134
|
+
"name": "Lopunnite",
|
|
3135
|
+
"psName": "Lopunnite",
|
|
3136
|
+
"gen": 6,
|
|
3137
|
+
"shortDesc": "If held by a Lopunny, this item allows it to Mega Evolve in battle.",
|
|
3138
|
+
"desc": "If held by a Lopunny, this item allows it to Mega Evolve in battle.",
|
|
3139
|
+
"category": "other",
|
|
3140
|
+
"unholdable": false
|
|
3141
|
+
},
|
|
3142
|
+
{
|
|
3143
|
+
"id": "salamencite",
|
|
3144
|
+
"name": "Salamencite",
|
|
3145
|
+
"psName": "Salamencite",
|
|
3146
|
+
"gen": 6,
|
|
3147
|
+
"shortDesc": "If held by a Salamence, this item allows it to Mega Evolve in battle.",
|
|
3148
|
+
"desc": "If held by a Salamence, this item allows it to Mega Evolve in battle.",
|
|
3149
|
+
"category": "other",
|
|
3150
|
+
"unholdable": false
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"id": "beedrillite",
|
|
3154
|
+
"name": "Beedrillite",
|
|
3155
|
+
"psName": "Beedrillite",
|
|
3156
|
+
"gen": 6,
|
|
3157
|
+
"shortDesc": "If held by a Beedrill, this item allows it to Mega Evolve in battle.",
|
|
3158
|
+
"desc": "If held by a Beedrill, this item allows it to Mega Evolve in battle.",
|
|
3159
|
+
"category": "other",
|
|
3160
|
+
"unholdable": false
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"id": "normaliumz",
|
|
3164
|
+
"name": "Normalium Z",
|
|
3165
|
+
"psName": "Normalium Z",
|
|
3166
|
+
"gen": 7,
|
|
3167
|
+
"shortDesc": "If holder has a Normal move, this item allows it to use a Normal Z-Move.",
|
|
3168
|
+
"desc": "If holder has a Normal move, this item allows it to use a Normal Z-Move.",
|
|
3169
|
+
"category": "other",
|
|
3170
|
+
"unholdable": false
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
"id": "firiumz",
|
|
3174
|
+
"name": "Firium Z",
|
|
3175
|
+
"psName": "Firium Z",
|
|
3176
|
+
"gen": 7,
|
|
3177
|
+
"shortDesc": "If holder has a Fire move, this item allows it to use a Fire Z-Move.",
|
|
3178
|
+
"desc": "If holder has a Fire move, this item allows it to use a Fire Z-Move.",
|
|
3179
|
+
"category": "other",
|
|
3180
|
+
"unholdable": false
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"id": "wateriumz",
|
|
3184
|
+
"name": "Waterium Z",
|
|
3185
|
+
"psName": "Waterium Z",
|
|
3186
|
+
"gen": 7,
|
|
3187
|
+
"shortDesc": "If holder has a Water move, this item allows it to use a Water Z-Move.",
|
|
3188
|
+
"desc": "If holder has a Water move, this item allows it to use a Water Z-Move.",
|
|
3189
|
+
"category": "other",
|
|
3190
|
+
"unholdable": false
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"id": "electriumz",
|
|
3194
|
+
"name": "Electrium Z",
|
|
3195
|
+
"psName": "Electrium Z",
|
|
3196
|
+
"gen": 7,
|
|
3197
|
+
"shortDesc": "If holder has an Electric move, this item allows it to use an Electric Z-Move.",
|
|
3198
|
+
"desc": "If holder has an Electric move, this item allows it to use an Electric Z-Move.",
|
|
3199
|
+
"category": "other",
|
|
3200
|
+
"unholdable": false
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"id": "grassiumz",
|
|
3204
|
+
"name": "Grassium Z",
|
|
3205
|
+
"psName": "Grassium Z",
|
|
3206
|
+
"gen": 7,
|
|
3207
|
+
"shortDesc": "If holder has a Grass move, this item allows it to use a Grass Z-Move.",
|
|
3208
|
+
"desc": "If holder has a Grass move, this item allows it to use a Grass Z-Move.",
|
|
3209
|
+
"category": "other",
|
|
3210
|
+
"unholdable": false
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"id": "iciumz",
|
|
3214
|
+
"name": "Icium Z",
|
|
3215
|
+
"psName": "Icium Z",
|
|
3216
|
+
"gen": 7,
|
|
3217
|
+
"shortDesc": "If holder has an Ice move, this item allows it to use an Ice Z-Move.",
|
|
3218
|
+
"desc": "If holder has an Ice move, this item allows it to use an Ice Z-Move.",
|
|
3219
|
+
"category": "other",
|
|
3220
|
+
"unholdable": false
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"id": "fightiniumz",
|
|
3224
|
+
"name": "Fightinium Z",
|
|
3225
|
+
"psName": "Fightinium Z",
|
|
3226
|
+
"gen": 7,
|
|
3227
|
+
"shortDesc": "If holder has a Fighting move, this item allows it to use a Fighting Z-Move.",
|
|
3228
|
+
"desc": "If holder has a Fighting move, this item allows it to use a Fighting Z-Move.",
|
|
3229
|
+
"category": "other",
|
|
3230
|
+
"unholdable": false
|
|
3231
|
+
},
|
|
3232
|
+
{
|
|
3233
|
+
"id": "poisoniumz",
|
|
3234
|
+
"name": "Poisonium Z",
|
|
3235
|
+
"psName": "Poisonium Z",
|
|
3236
|
+
"gen": 7,
|
|
3237
|
+
"shortDesc": "If holder has a Poison move, this item allows it to use a Poison Z-Move.",
|
|
3238
|
+
"desc": "If holder has a Poison move, this item allows it to use a Poison Z-Move.",
|
|
3239
|
+
"category": "other",
|
|
3240
|
+
"unholdable": false
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"id": "groundiumz",
|
|
3244
|
+
"name": "Groundium Z",
|
|
3245
|
+
"psName": "Groundium Z",
|
|
3246
|
+
"gen": 7,
|
|
3247
|
+
"shortDesc": "If holder has a Ground move, this item allows it to use a Ground Z-Move.",
|
|
3248
|
+
"desc": "If holder has a Ground move, this item allows it to use a Ground Z-Move.",
|
|
3249
|
+
"category": "other",
|
|
3250
|
+
"unholdable": false
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"id": "flyiniumz",
|
|
3254
|
+
"name": "Flyinium Z",
|
|
3255
|
+
"psName": "Flyinium Z",
|
|
3256
|
+
"gen": 7,
|
|
3257
|
+
"shortDesc": "If holder has a Flying move, this item allows it to use a Flying Z-Move.",
|
|
3258
|
+
"desc": "If holder has a Flying move, this item allows it to use a Flying Z-Move.",
|
|
3259
|
+
"category": "other",
|
|
3260
|
+
"unholdable": false
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"id": "psychiumz",
|
|
3264
|
+
"name": "Psychium Z",
|
|
3265
|
+
"psName": "Psychium Z",
|
|
3266
|
+
"gen": 7,
|
|
3267
|
+
"shortDesc": "If holder has a Psychic move, this item allows it to use a Psychic Z-Move.",
|
|
3268
|
+
"desc": "If holder has a Psychic move, this item allows it to use a Psychic Z-Move.",
|
|
3269
|
+
"category": "other",
|
|
3270
|
+
"unholdable": false
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"id": "buginiumz",
|
|
3274
|
+
"name": "Buginium Z",
|
|
3275
|
+
"psName": "Buginium Z",
|
|
3276
|
+
"gen": 7,
|
|
3277
|
+
"shortDesc": "If holder has a Bug move, this item allows it to use a Bug Z-Move.",
|
|
3278
|
+
"desc": "If holder has a Bug move, this item allows it to use a Bug Z-Move.",
|
|
3279
|
+
"category": "other",
|
|
3280
|
+
"unholdable": false
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"id": "rockiumz",
|
|
3284
|
+
"name": "Rockium Z",
|
|
3285
|
+
"psName": "Rockium Z",
|
|
3286
|
+
"gen": 7,
|
|
3287
|
+
"shortDesc": "If holder has a Rock move, this item allows it to use a Rock Z-Move.",
|
|
3288
|
+
"desc": "If holder has a Rock move, this item allows it to use a Rock Z-Move.",
|
|
3289
|
+
"category": "other",
|
|
3290
|
+
"unholdable": false
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
"id": "ghostiumz",
|
|
3294
|
+
"name": "Ghostium Z",
|
|
3295
|
+
"psName": "Ghostium Z",
|
|
3296
|
+
"gen": 7,
|
|
3297
|
+
"shortDesc": "If holder has a Ghost move, this item allows it to use a Ghost Z-Move.",
|
|
3298
|
+
"desc": "If holder has a Ghost move, this item allows it to use a Ghost Z-Move.",
|
|
3299
|
+
"category": "other",
|
|
3300
|
+
"unholdable": false
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"id": "dragoniumz",
|
|
3304
|
+
"name": "Dragonium Z",
|
|
3305
|
+
"psName": "Dragonium Z",
|
|
3306
|
+
"gen": 7,
|
|
3307
|
+
"shortDesc": "If holder has a Dragon move, this item allows it to use a Dragon Z-Move.",
|
|
3308
|
+
"desc": "If holder has a Dragon move, this item allows it to use a Dragon Z-Move.",
|
|
3309
|
+
"category": "other",
|
|
3310
|
+
"unholdable": false
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"id": "darkiniumz",
|
|
3314
|
+
"name": "Darkinium Z",
|
|
3315
|
+
"psName": "Darkinium Z",
|
|
3316
|
+
"gen": 7,
|
|
3317
|
+
"shortDesc": "If holder has a Dark move, this item allows it to use a Dark Z-Move.",
|
|
3318
|
+
"desc": "If holder has a Dark move, this item allows it to use a Dark Z-Move.",
|
|
3319
|
+
"category": "other",
|
|
3320
|
+
"unholdable": false
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"id": "steeliumz",
|
|
3324
|
+
"name": "Steelium Z",
|
|
3325
|
+
"psName": "Steelium Z",
|
|
3326
|
+
"gen": 7,
|
|
3327
|
+
"shortDesc": "If holder has a Steel move, this item allows it to use a Steel Z-Move.",
|
|
3328
|
+
"desc": "If holder has a Steel move, this item allows it to use a Steel Z-Move.",
|
|
3329
|
+
"category": "other",
|
|
3330
|
+
"unholdable": false
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"id": "fairiumz",
|
|
3334
|
+
"name": "Fairium Z",
|
|
3335
|
+
"psName": "Fairium Z",
|
|
3336
|
+
"gen": 7,
|
|
3337
|
+
"shortDesc": "If holder has a Fairy move, this item allows it to use a Fairy Z-Move.",
|
|
3338
|
+
"desc": "If holder has a Fairy move, this item allows it to use a Fairy Z-Move.",
|
|
3339
|
+
"category": "other",
|
|
3340
|
+
"unholdable": false
|
|
3341
|
+
},
|
|
3342
|
+
{
|
|
3343
|
+
"id": "pikaniumz",
|
|
3344
|
+
"name": "Pikanium Z",
|
|
3345
|
+
"psName": "Pikanium Z",
|
|
3346
|
+
"gen": 7,
|
|
3347
|
+
"shortDesc": "If held by a Pikachu with Volt Tackle, it can use Catastropika.",
|
|
3348
|
+
"desc": "If held by a Pikachu with Volt Tackle, it can use Catastropika.",
|
|
3349
|
+
"category": "other",
|
|
3350
|
+
"unholdable": false
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"id": "bottlecap",
|
|
3354
|
+
"name": "Bottle Cap",
|
|
3355
|
+
"psName": "Bottle Cap",
|
|
3356
|
+
"gen": 7,
|
|
3357
|
+
"shortDesc": "Used for Hyper Training. One of a Pokemon's stats is calculated with an IV of 31.",
|
|
3358
|
+
"desc": "Used for Hyper Training. One of a Pokemon's stats is calculated with an IV of 31.",
|
|
3359
|
+
"category": "other",
|
|
3360
|
+
"unholdable": false
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"id": "goldbottlecap",
|
|
3364
|
+
"name": "Gold Bottle Cap",
|
|
3365
|
+
"psName": "Gold Bottle Cap",
|
|
3366
|
+
"gen": 7,
|
|
3367
|
+
"shortDesc": "Used for Hyper Training. All of a Pokemon's stats are calculated with an IV of 31.",
|
|
3368
|
+
"desc": "Used for Hyper Training. All of a Pokemon's stats are calculated with an IV of 31.",
|
|
3369
|
+
"category": "other",
|
|
3370
|
+
"unholdable": false
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
"id": "decidiumz",
|
|
3374
|
+
"name": "Decidium Z",
|
|
3375
|
+
"psName": "Decidium Z",
|
|
3376
|
+
"gen": 7,
|
|
3377
|
+
"shortDesc": "If held by a Decidueye with Spirit Shackle, it can use Sinister Arrow Raid.",
|
|
3378
|
+
"desc": "If held by a Decidueye with Spirit Shackle, it can use Sinister Arrow Raid.",
|
|
3379
|
+
"category": "other",
|
|
3380
|
+
"unholdable": false
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
"id": "inciniumz",
|
|
3384
|
+
"name": "Incinium Z",
|
|
3385
|
+
"psName": "Incinium Z",
|
|
3386
|
+
"gen": 7,
|
|
3387
|
+
"shortDesc": "If held by an Incineroar with Darkest Lariat, it can use Malicious Moonsault.",
|
|
3388
|
+
"desc": "If held by an Incineroar with Darkest Lariat, it can use Malicious Moonsault.",
|
|
3389
|
+
"category": "other",
|
|
3390
|
+
"unholdable": false
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"id": "primariumz",
|
|
3394
|
+
"name": "Primarium Z",
|
|
3395
|
+
"psName": "Primarium Z",
|
|
3396
|
+
"gen": 7,
|
|
3397
|
+
"shortDesc": "If held by a Primarina with Sparkling Aria, it can use Oceanic Operetta.",
|
|
3398
|
+
"desc": "If held by a Primarina with Sparkling Aria, it can use Oceanic Operetta.",
|
|
3399
|
+
"category": "other",
|
|
3400
|
+
"unholdable": false
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"id": "tapuniumz",
|
|
3404
|
+
"name": "Tapunium Z",
|
|
3405
|
+
"psName": "Tapunium Z",
|
|
3406
|
+
"gen": 7,
|
|
3407
|
+
"shortDesc": "If held by a Tapu with Nature's Madness, it can use Guardian of Alola.",
|
|
3408
|
+
"desc": "If held by a Tapu with Nature's Madness, it can use Guardian of Alola.",
|
|
3409
|
+
"category": "other",
|
|
3410
|
+
"unholdable": false
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"id": "marshadiumz",
|
|
3414
|
+
"name": "Marshadium Z",
|
|
3415
|
+
"psName": "Marshadium Z",
|
|
3416
|
+
"gen": 7,
|
|
3417
|
+
"shortDesc": "If held by Marshadow with Spectral Thief, it can use Soul-Stealing 7-Star Strike.",
|
|
3418
|
+
"desc": "If held by Marshadow with Spectral Thief, it can use Soul-Stealing 7-Star Strike.",
|
|
3419
|
+
"category": "other",
|
|
3420
|
+
"unholdable": false
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"id": "aloraichiumz",
|
|
3424
|
+
"name": "Aloraichium Z",
|
|
3425
|
+
"psName": "Aloraichium Z",
|
|
3426
|
+
"gen": 7,
|
|
3427
|
+
"shortDesc": "If held by an Alolan Raichu with Thunderbolt, it can use Stoked Sparksurfer.",
|
|
3428
|
+
"desc": "If held by an Alolan Raichu with Thunderbolt, it can use Stoked Sparksurfer.",
|
|
3429
|
+
"category": "other",
|
|
3430
|
+
"unholdable": false
|
|
3431
|
+
},
|
|
3432
|
+
{
|
|
3433
|
+
"id": "snorliumz",
|
|
3434
|
+
"name": "Snorlium Z",
|
|
3435
|
+
"psName": "Snorlium Z",
|
|
3436
|
+
"gen": 7,
|
|
3437
|
+
"shortDesc": "If held by a Snorlax with Giga Impact, it can use Pulverizing Pancake.",
|
|
3438
|
+
"desc": "If held by a Snorlax with Giga Impact, it can use Pulverizing Pancake.",
|
|
3439
|
+
"category": "other",
|
|
3440
|
+
"unholdable": false
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"id": "eeviumz",
|
|
3444
|
+
"name": "Eevium Z",
|
|
3445
|
+
"psName": "Eevium Z",
|
|
3446
|
+
"gen": 7,
|
|
3447
|
+
"shortDesc": "If held by an Eevee with Last Resort, it can use Extreme Evoboost.",
|
|
3448
|
+
"desc": "If held by an Eevee with Last Resort, it can use Extreme Evoboost.",
|
|
3449
|
+
"category": "other",
|
|
3450
|
+
"unholdable": false
|
|
3451
|
+
},
|
|
3452
|
+
{
|
|
3453
|
+
"id": "mewniumz",
|
|
3454
|
+
"name": "Mewnium Z",
|
|
3455
|
+
"psName": "Mewnium Z",
|
|
3456
|
+
"gen": 7,
|
|
3457
|
+
"shortDesc": "If held by a Mew with Psychic, it can use Genesis Supernova.",
|
|
3458
|
+
"desc": "If held by a Mew with Psychic, it can use Genesis Supernova.",
|
|
3459
|
+
"category": "other",
|
|
3460
|
+
"unholdable": false
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"id": "pikashuniumz",
|
|
3464
|
+
"name": "Pikashunium Z",
|
|
3465
|
+
"psName": "Pikashunium Z",
|
|
3466
|
+
"gen": 7,
|
|
3467
|
+
"shortDesc": "If held by cap Pikachu with Thunderbolt, it can use 10,000,000 Volt Thunderbolt.",
|
|
3468
|
+
"desc": "If held by cap Pikachu with Thunderbolt, it can use 10,000,000 Volt Thunderbolt.",
|
|
3469
|
+
"category": "other",
|
|
3470
|
+
"unholdable": false
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"id": "adrenalineorb",
|
|
3474
|
+
"name": "Adrenaline Orb",
|
|
3475
|
+
"psName": "Adrenaline Orb",
|
|
3476
|
+
"gen": 7,
|
|
3477
|
+
"shortDesc": "Raises holder's Speed by 1 stage if it gets affected by Intimidate. Single use.",
|
|
3478
|
+
"desc": "Raises holder's Speed by 1 stage if it gets affected by Intimidate. Single use.",
|
|
3479
|
+
"category": "other",
|
|
3480
|
+
"unholdable": false
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"id": "icestone",
|
|
3484
|
+
"name": "Ice Stone",
|
|
3485
|
+
"psName": "Ice Stone",
|
|
3486
|
+
"gen": 7,
|
|
3487
|
+
"shortDesc": "Evolves certain species of Pokemon when used.",
|
|
3488
|
+
"desc": "Evolves Alolan Sandshrew into Alolan Sandslash, Alolan Vulpix into Alolan Ninetales, Eevee into Glaceon, and Galarian Darumaka into Galarian Darmanitan when used.",
|
|
3489
|
+
"category": "other",
|
|
3490
|
+
"unholdable": false
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"id": "beastball",
|
|
3494
|
+
"name": "Beast Ball",
|
|
3495
|
+
"psName": "Beast Ball",
|
|
3496
|
+
"gen": 7,
|
|
3497
|
+
"shortDesc": "A special Poké Ball designed to catch Ultra Beasts.",
|
|
3498
|
+
"desc": "A special Poké Ball designed to catch Ultra Beasts.",
|
|
3499
|
+
"category": "ball",
|
|
3500
|
+
"unholdable": false
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"id": "terrainextender",
|
|
3504
|
+
"name": "Terrain Extender",
|
|
3505
|
+
"psName": "Terrain Extender",
|
|
3506
|
+
"gen": 7,
|
|
3507
|
+
"shortDesc": "Holder's use of Electric/Grassy/Misty/Psychic Terrain lasts 8 turns instead of 5.",
|
|
3508
|
+
"desc": "Holder's use of Electric/Grassy/Misty/Psychic Terrain lasts 8 turns instead of 5.",
|
|
3509
|
+
"category": "other",
|
|
3510
|
+
"unholdable": false
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"id": "protectivepads",
|
|
3514
|
+
"name": "Protective Pads",
|
|
3515
|
+
"psName": "Protective Pads",
|
|
3516
|
+
"gen": 7,
|
|
3517
|
+
"shortDesc": "Holder's moves are protected from adverse contact effects, except Pickpocket.",
|
|
3518
|
+
"desc": "Holder's moves are protected from adverse contact effects, except Pickpocket.",
|
|
3519
|
+
"category": "other",
|
|
3520
|
+
"unholdable": false
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"id": "electricseed",
|
|
3524
|
+
"name": "Electric Seed",
|
|
3525
|
+
"psName": "Electric Seed",
|
|
3526
|
+
"gen": 7,
|
|
3527
|
+
"shortDesc": "If the terrain is Electric Terrain, raises holder's Defense by 1 stage. Single use.",
|
|
3528
|
+
"desc": "If the terrain is Electric Terrain, raises holder's Defense by 1 stage. Single use.",
|
|
3529
|
+
"category": "other",
|
|
3530
|
+
"unholdable": false
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"id": "psychicseed",
|
|
3534
|
+
"name": "Psychic Seed",
|
|
3535
|
+
"psName": "Psychic Seed",
|
|
3536
|
+
"gen": 7,
|
|
3537
|
+
"shortDesc": "If the terrain is Psychic Terrain, raises holder's Sp. Def by 1 stage. Single use.",
|
|
3538
|
+
"desc": "If the terrain is Psychic Terrain, raises holder's Sp. Def by 1 stage. Single use.",
|
|
3539
|
+
"category": "other",
|
|
3540
|
+
"unholdable": false
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"id": "mistyseed",
|
|
3544
|
+
"name": "Misty Seed",
|
|
3545
|
+
"psName": "Misty Seed",
|
|
3546
|
+
"gen": 7,
|
|
3547
|
+
"shortDesc": "If the terrain is Misty Terrain, raises holder's Sp. Def by 1 stage. Single use.",
|
|
3548
|
+
"desc": "If the terrain is Misty Terrain, raises holder's Sp. Def by 1 stage. Single use.",
|
|
3549
|
+
"category": "other",
|
|
3550
|
+
"unholdable": false
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"id": "grassyseed",
|
|
3554
|
+
"name": "Grassy Seed",
|
|
3555
|
+
"psName": "Grassy Seed",
|
|
3556
|
+
"gen": 7,
|
|
3557
|
+
"shortDesc": "If the terrain is Grassy Terrain, raises holder's Defense by 1 stage. Single use.",
|
|
3558
|
+
"desc": "If the terrain is Grassy Terrain, raises holder's Defense by 1 stage. Single use.",
|
|
3559
|
+
"category": "other",
|
|
3560
|
+
"unholdable": false
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"id": "fightingmemory",
|
|
3564
|
+
"name": "Fighting Memory",
|
|
3565
|
+
"psName": "Fighting Memory",
|
|
3566
|
+
"gen": 7,
|
|
3567
|
+
"shortDesc": "Holder's Multi-Attack is Fighting type.",
|
|
3568
|
+
"desc": "Holder's Multi-Attack is Fighting type.",
|
|
3569
|
+
"category": "other",
|
|
3570
|
+
"unholdable": false
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"id": "flyingmemory",
|
|
3574
|
+
"name": "Flying Memory",
|
|
3575
|
+
"psName": "Flying Memory",
|
|
3576
|
+
"gen": 7,
|
|
3577
|
+
"shortDesc": "Holder's Multi-Attack is Flying type.",
|
|
3578
|
+
"desc": "Holder's Multi-Attack is Flying type.",
|
|
3579
|
+
"category": "other",
|
|
3580
|
+
"unholdable": false
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"id": "poisonmemory",
|
|
3584
|
+
"name": "Poison Memory",
|
|
3585
|
+
"psName": "Poison Memory",
|
|
3586
|
+
"gen": 7,
|
|
3587
|
+
"shortDesc": "Holder's Multi-Attack is Poison type.",
|
|
3588
|
+
"desc": "Holder's Multi-Attack is Poison type.",
|
|
3589
|
+
"category": "other",
|
|
3590
|
+
"unholdable": false
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"id": "groundmemory",
|
|
3594
|
+
"name": "Ground Memory",
|
|
3595
|
+
"psName": "Ground Memory",
|
|
3596
|
+
"gen": 7,
|
|
3597
|
+
"shortDesc": "Holder's Multi-Attack is Ground type.",
|
|
3598
|
+
"desc": "Holder's Multi-Attack is Ground type.",
|
|
3599
|
+
"category": "other",
|
|
3600
|
+
"unholdable": false
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"id": "rockmemory",
|
|
3604
|
+
"name": "Rock Memory",
|
|
3605
|
+
"psName": "Rock Memory",
|
|
3606
|
+
"gen": 7,
|
|
3607
|
+
"shortDesc": "Holder's Multi-Attack is Rock type.",
|
|
3608
|
+
"desc": "Holder's Multi-Attack is Rock type.",
|
|
3609
|
+
"category": "other",
|
|
3610
|
+
"unholdable": false
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"id": "bugmemory",
|
|
3614
|
+
"name": "Bug Memory",
|
|
3615
|
+
"psName": "Bug Memory",
|
|
3616
|
+
"gen": 7,
|
|
3617
|
+
"shortDesc": "Holder's Multi-Attack is Bug type.",
|
|
3618
|
+
"desc": "Holder's Multi-Attack is Bug type.",
|
|
3619
|
+
"category": "other",
|
|
3620
|
+
"unholdable": false
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"id": "ghostmemory",
|
|
3624
|
+
"name": "Ghost Memory",
|
|
3625
|
+
"psName": "Ghost Memory",
|
|
3626
|
+
"gen": 7,
|
|
3627
|
+
"shortDesc": "Holder's Multi-Attack is Ghost type.",
|
|
3628
|
+
"desc": "Holder's Multi-Attack is Ghost type.",
|
|
3629
|
+
"category": "other",
|
|
3630
|
+
"unholdable": false
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"id": "steelmemory",
|
|
3634
|
+
"name": "Steel Memory",
|
|
3635
|
+
"psName": "Steel Memory",
|
|
3636
|
+
"gen": 7,
|
|
3637
|
+
"shortDesc": "Holder's Multi-Attack is Steel type.",
|
|
3638
|
+
"desc": "Holder's Multi-Attack is Steel type.",
|
|
3639
|
+
"category": "other",
|
|
3640
|
+
"unholdable": false
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"id": "firememory",
|
|
3644
|
+
"name": "Fire Memory",
|
|
3645
|
+
"psName": "Fire Memory",
|
|
3646
|
+
"gen": 7,
|
|
3647
|
+
"shortDesc": "Holder's Multi-Attack is Fire type.",
|
|
3648
|
+
"desc": "Holder's Multi-Attack is Fire type.",
|
|
3649
|
+
"category": "other",
|
|
3650
|
+
"unholdable": false
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"id": "watermemory",
|
|
3654
|
+
"name": "Water Memory",
|
|
3655
|
+
"psName": "Water Memory",
|
|
3656
|
+
"gen": 7,
|
|
3657
|
+
"shortDesc": "Holder's Multi-Attack is Water type.",
|
|
3658
|
+
"desc": "Holder's Multi-Attack is Water type.",
|
|
3659
|
+
"category": "other",
|
|
3660
|
+
"unholdable": false
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"id": "grassmemory",
|
|
3664
|
+
"name": "Grass Memory",
|
|
3665
|
+
"psName": "Grass Memory",
|
|
3666
|
+
"gen": 7,
|
|
3667
|
+
"shortDesc": "Holder's Multi-Attack is Grass type.",
|
|
3668
|
+
"desc": "Holder's Multi-Attack is Grass type.",
|
|
3669
|
+
"category": "other",
|
|
3670
|
+
"unholdable": false
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"id": "electricmemory",
|
|
3674
|
+
"name": "Electric Memory",
|
|
3675
|
+
"psName": "Electric Memory",
|
|
3676
|
+
"gen": 7,
|
|
3677
|
+
"shortDesc": "Holder's Multi-Attack is Electric type.",
|
|
3678
|
+
"desc": "Holder's Multi-Attack is Electric type.",
|
|
3679
|
+
"category": "other",
|
|
3680
|
+
"unholdable": false
|
|
3681
|
+
},
|
|
3682
|
+
{
|
|
3683
|
+
"id": "psychicmemory",
|
|
3684
|
+
"name": "Psychic Memory",
|
|
3685
|
+
"psName": "Psychic Memory",
|
|
3686
|
+
"gen": 7,
|
|
3687
|
+
"shortDesc": "Holder's Multi-Attack is Psychic type.",
|
|
3688
|
+
"desc": "Holder's Multi-Attack is Psychic type.",
|
|
3689
|
+
"category": "other",
|
|
3690
|
+
"unholdable": false
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"id": "icememory",
|
|
3694
|
+
"name": "Ice Memory",
|
|
3695
|
+
"psName": "Ice Memory",
|
|
3696
|
+
"gen": 7,
|
|
3697
|
+
"shortDesc": "Holder's Multi-Attack is Ice type.",
|
|
3698
|
+
"desc": "Holder's Multi-Attack is Ice type.",
|
|
3699
|
+
"category": "other",
|
|
3700
|
+
"unholdable": false
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"id": "dragonmemory",
|
|
3704
|
+
"name": "Dragon Memory",
|
|
3705
|
+
"psName": "Dragon Memory",
|
|
3706
|
+
"gen": 7,
|
|
3707
|
+
"shortDesc": "Holder's Multi-Attack is Dragon type.",
|
|
3708
|
+
"desc": "Holder's Multi-Attack is Dragon type.",
|
|
3709
|
+
"category": "other",
|
|
3710
|
+
"unholdable": false
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"id": "darkmemory",
|
|
3714
|
+
"name": "Dark Memory",
|
|
3715
|
+
"psName": "Dark Memory",
|
|
3716
|
+
"gen": 7,
|
|
3717
|
+
"shortDesc": "Holder's Multi-Attack is Dark type.",
|
|
3718
|
+
"desc": "Holder's Multi-Attack is Dark type.",
|
|
3719
|
+
"category": "other",
|
|
3720
|
+
"unholdable": false
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"id": "fairymemory",
|
|
3724
|
+
"name": "Fairy Memory",
|
|
3725
|
+
"psName": "Fairy Memory",
|
|
3726
|
+
"gen": 7,
|
|
3727
|
+
"shortDesc": "Holder's Multi-Attack is Fairy type.",
|
|
3728
|
+
"desc": "Holder's Multi-Attack is Fairy type.",
|
|
3729
|
+
"category": "other",
|
|
3730
|
+
"unholdable": false
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"id": "solganiumz",
|
|
3734
|
+
"name": "Solganium Z",
|
|
3735
|
+
"psName": "Solganium Z",
|
|
3736
|
+
"gen": 7,
|
|
3737
|
+
"shortDesc": "Solgaleo or Dusk Mane Necrozma with Sunsteel Strike can use a special Z-Move.",
|
|
3738
|
+
"desc": "Solgaleo or Dusk Mane Necrozma with Sunsteel Strike can use a special Z-Move.",
|
|
3739
|
+
"category": "other",
|
|
3740
|
+
"unholdable": false
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"id": "lunaliumz",
|
|
3744
|
+
"name": "Lunalium Z",
|
|
3745
|
+
"psName": "Lunalium Z",
|
|
3746
|
+
"gen": 7,
|
|
3747
|
+
"shortDesc": "Lunala or Dawn Wings Necrozma with Moongeist Beam can use a special Z-Move.",
|
|
3748
|
+
"desc": "Lunala or Dawn Wings Necrozma with Moongeist Beam can use a special Z-Move.",
|
|
3749
|
+
"category": "other",
|
|
3750
|
+
"unholdable": false
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"id": "ultranecroziumz",
|
|
3754
|
+
"name": "Ultranecrozium Z",
|
|
3755
|
+
"psName": "Ultranecrozium Z",
|
|
3756
|
+
"gen": 7,
|
|
3757
|
+
"shortDesc": "Dusk Mane/Dawn Wings Necrozma: Ultra Burst, then Z-Move w/ Photon Geyser.",
|
|
3758
|
+
"desc": "Dusk Mane/Dawn Wings Necrozma: Ultra Burst, then Z-Move w/ Photon Geyser.",
|
|
3759
|
+
"category": "other",
|
|
3760
|
+
"unholdable": false
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"id": "mimikiumz",
|
|
3764
|
+
"name": "Mimikium Z",
|
|
3765
|
+
"psName": "Mimikium Z",
|
|
3766
|
+
"gen": 7,
|
|
3767
|
+
"shortDesc": "If held by a Mimikyu with Play Rough, it can use Let's Snuggle Forever.",
|
|
3768
|
+
"desc": "If held by a Mimikyu with Play Rough, it can use Let's Snuggle Forever.",
|
|
3769
|
+
"category": "other",
|
|
3770
|
+
"unholdable": false
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"id": "lycaniumz",
|
|
3774
|
+
"name": "Lycanium Z",
|
|
3775
|
+
"psName": "Lycanium Z",
|
|
3776
|
+
"gen": 7,
|
|
3777
|
+
"shortDesc": "If held by a Lycanroc forme with Stone Edge, it can use Splintered Stormshards.",
|
|
3778
|
+
"desc": "If held by a Lycanroc forme with Stone Edge, it can use Splintered Stormshards.",
|
|
3779
|
+
"category": "other",
|
|
3780
|
+
"unholdable": false
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"id": "kommoniumz",
|
|
3784
|
+
"name": "Kommonium Z",
|
|
3785
|
+
"psName": "Kommonium Z",
|
|
3786
|
+
"gen": 7,
|
|
3787
|
+
"shortDesc": "If held by a Kommo-o with Clanging Scales, it can use Clangorous Soulblaze.",
|
|
3788
|
+
"desc": "If held by a Kommo-o with Clanging Scales, it can use Clangorous Soulblaze.",
|
|
3789
|
+
"category": "other",
|
|
3790
|
+
"unholdable": false
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"id": "rustedsword",
|
|
3794
|
+
"name": "Rusted Sword",
|
|
3795
|
+
"psName": "Rusted Sword",
|
|
3796
|
+
"gen": 8,
|
|
3797
|
+
"shortDesc": "If held by a Zacian, this item changes its forme to Crowned Sword.",
|
|
3798
|
+
"desc": "If held by a Zacian, this item changes its forme to Crowned Sword.",
|
|
3799
|
+
"category": "other",
|
|
3800
|
+
"unholdable": false
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"id": "rustedshield",
|
|
3804
|
+
"name": "Rusted Shield",
|
|
3805
|
+
"psName": "Rusted Shield",
|
|
3806
|
+
"gen": 8,
|
|
3807
|
+
"shortDesc": "If held by a Zamazenta, this item changes its forme to Crowned Shield.",
|
|
3808
|
+
"desc": "If held by a Zamazenta, this item changes its forme to Crowned Shield.",
|
|
3809
|
+
"category": "other",
|
|
3810
|
+
"unholdable": false
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"id": "fossilizedbird",
|
|
3814
|
+
"name": "Fossilized Bird",
|
|
3815
|
+
"psName": "Fossilized Bird",
|
|
3816
|
+
"gen": 8,
|
|
3817
|
+
"shortDesc": "Can revive into Dracozolt with Fossilized Drake or Arctozolt with Fossilized Dino.",
|
|
3818
|
+
"desc": "Can revive into Dracozolt with Fossilized Drake or Arctozolt with Fossilized Dino.",
|
|
3819
|
+
"category": "other",
|
|
3820
|
+
"unholdable": false
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"id": "fossilizedfish",
|
|
3824
|
+
"name": "Fossilized Fish",
|
|
3825
|
+
"psName": "Fossilized Fish",
|
|
3826
|
+
"gen": 8,
|
|
3827
|
+
"shortDesc": "Can revive into Dracovish with Fossilized Drake or Arctovish with Fossilized Dino.",
|
|
3828
|
+
"desc": "Can revive into Dracovish with Fossilized Drake or Arctovish with Fossilized Dino.",
|
|
3829
|
+
"category": "other",
|
|
3830
|
+
"unholdable": false
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"id": "fossilizeddrake",
|
|
3834
|
+
"name": "Fossilized Drake",
|
|
3835
|
+
"psName": "Fossilized Drake",
|
|
3836
|
+
"gen": 8,
|
|
3837
|
+
"shortDesc": "Can revive into Dracozolt with Fossilized Bird or Dracovish with Fossilized Fish.",
|
|
3838
|
+
"desc": "Can revive into Dracozolt with Fossilized Bird or Dracovish with Fossilized Fish.",
|
|
3839
|
+
"category": "other",
|
|
3840
|
+
"unholdable": false
|
|
3841
|
+
},
|
|
3842
|
+
{
|
|
3843
|
+
"id": "fossilizeddino",
|
|
3844
|
+
"name": "Fossilized Dino",
|
|
3845
|
+
"psName": "Fossilized Dino",
|
|
3846
|
+
"gen": 8,
|
|
3847
|
+
"shortDesc": "Can revive into Arctovish with Fossilized Fish or Arctozolt with Fossilized Bird.",
|
|
3848
|
+
"desc": "Can revive into Arctovish with Fossilized Fish or Arctozolt with Fossilized Bird.",
|
|
3849
|
+
"category": "other",
|
|
3850
|
+
"unholdable": false
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"id": "strawberrysweet",
|
|
3854
|
+
"name": "Strawberry Sweet",
|
|
3855
|
+
"psName": "Strawberry Sweet",
|
|
3856
|
+
"gen": 8,
|
|
3857
|
+
"shortDesc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3858
|
+
"desc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3859
|
+
"category": "other",
|
|
3860
|
+
"unholdable": false
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"id": "lovesweet",
|
|
3864
|
+
"name": "Love Sweet",
|
|
3865
|
+
"psName": "Love Sweet",
|
|
3866
|
+
"gen": 8,
|
|
3867
|
+
"shortDesc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3868
|
+
"desc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3869
|
+
"category": "other",
|
|
3870
|
+
"unholdable": false
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"id": "berrysweet",
|
|
3874
|
+
"name": "Berry Sweet",
|
|
3875
|
+
"psName": "Berry Sweet",
|
|
3876
|
+
"gen": 8,
|
|
3877
|
+
"shortDesc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3878
|
+
"desc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3879
|
+
"category": "other",
|
|
3880
|
+
"unholdable": false
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"id": "cloversweet",
|
|
3884
|
+
"name": "Clover Sweet",
|
|
3885
|
+
"psName": "Clover Sweet",
|
|
3886
|
+
"gen": 8,
|
|
3887
|
+
"shortDesc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3888
|
+
"desc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3889
|
+
"category": "other",
|
|
3890
|
+
"unholdable": false
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"id": "flowersweet",
|
|
3894
|
+
"name": "Flower Sweet",
|
|
3895
|
+
"psName": "Flower Sweet",
|
|
3896
|
+
"gen": 8,
|
|
3897
|
+
"shortDesc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3898
|
+
"desc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3899
|
+
"category": "other",
|
|
3900
|
+
"unholdable": false
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"id": "starsweet",
|
|
3904
|
+
"name": "Star Sweet",
|
|
3905
|
+
"psName": "Star Sweet",
|
|
3906
|
+
"gen": 8,
|
|
3907
|
+
"shortDesc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3908
|
+
"desc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3909
|
+
"category": "other",
|
|
3910
|
+
"unholdable": false
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"id": "ribbonsweet",
|
|
3914
|
+
"name": "Ribbon Sweet",
|
|
3915
|
+
"psName": "Ribbon Sweet",
|
|
3916
|
+
"gen": 8,
|
|
3917
|
+
"shortDesc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3918
|
+
"desc": "Evolves Milcery into Alcremie when held and spun around.",
|
|
3919
|
+
"category": "other",
|
|
3920
|
+
"unholdable": false
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"id": "sweetapple",
|
|
3924
|
+
"name": "Sweet Apple",
|
|
3925
|
+
"psName": "Sweet Apple",
|
|
3926
|
+
"gen": 8,
|
|
3927
|
+
"shortDesc": "Evolves Applin into Appletun when used.",
|
|
3928
|
+
"desc": "Evolves Applin into Appletun when used.",
|
|
3929
|
+
"category": "other",
|
|
3930
|
+
"unholdable": false
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"id": "tartapple",
|
|
3934
|
+
"name": "Tart Apple",
|
|
3935
|
+
"psName": "Tart Apple",
|
|
3936
|
+
"gen": 8,
|
|
3937
|
+
"shortDesc": "Evolves Applin into Flapple when used.",
|
|
3938
|
+
"desc": "Evolves Applin into Flapple when used.",
|
|
3939
|
+
"category": "other",
|
|
3940
|
+
"unholdable": false
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"id": "throatspray",
|
|
3944
|
+
"name": "Throat Spray",
|
|
3945
|
+
"psName": "Throat Spray",
|
|
3946
|
+
"gen": 8,
|
|
3947
|
+
"shortDesc": "Raises holder's Special Attack by 1 stage after it uses a sound move. Single use.",
|
|
3948
|
+
"desc": "Raises holder's Special Attack by 1 stage after it uses a sound move. Single use.",
|
|
3949
|
+
"category": "other",
|
|
3950
|
+
"unholdable": false
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"id": "ejectpack",
|
|
3954
|
+
"name": "Eject Pack",
|
|
3955
|
+
"psName": "Eject Pack",
|
|
3956
|
+
"gen": 8,
|
|
3957
|
+
"shortDesc": "If the holder's stat stages are lowered, it switches to a chosen ally. Single use.",
|
|
3958
|
+
"desc": "If the holder's stat stages are lowered, it switches to a chosen ally. Single use.",
|
|
3959
|
+
"category": "other",
|
|
3960
|
+
"unholdable": false
|
|
3961
|
+
},
|
|
3962
|
+
{
|
|
3963
|
+
"id": "heavydutyboots",
|
|
3964
|
+
"name": "Heavy-Duty Boots",
|
|
3965
|
+
"psName": "Heavy-Duty Boots",
|
|
3966
|
+
"gen": 8,
|
|
3967
|
+
"shortDesc": "When switching in, the holder is unaffected by hazards on its side of the field.",
|
|
3968
|
+
"desc": "When switching in, the holder is unaffected by hazards on its side of the field.",
|
|
3969
|
+
"category": "other",
|
|
3970
|
+
"unholdable": false
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"id": "blunderpolicy",
|
|
3974
|
+
"name": "Blunder Policy",
|
|
3975
|
+
"psName": "Blunder Policy",
|
|
3976
|
+
"gen": 8,
|
|
3977
|
+
"shortDesc": "If the holder misses due to accuracy, its Speed is raised by 2 stages. Single use.",
|
|
3978
|
+
"desc": "If the holder misses due to accuracy, its Speed is raised by 2 stages. Single use.",
|
|
3979
|
+
"category": "other",
|
|
3980
|
+
"unholdable": false
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
"id": "roomservice",
|
|
3984
|
+
"name": "Room Service",
|
|
3985
|
+
"psName": "Room Service",
|
|
3986
|
+
"gen": 8,
|
|
3987
|
+
"shortDesc": "If Trick Room is active, the holder's Speed is lowered by 1 stage. Single use.",
|
|
3988
|
+
"desc": "If Trick Room is active, the holder's Speed is lowered by 1 stage. Single use.",
|
|
3989
|
+
"category": "other",
|
|
3990
|
+
"unholdable": false
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"id": "utilityumbrella",
|
|
3994
|
+
"name": "Utility Umbrella",
|
|
3995
|
+
"psName": "Utility Umbrella",
|
|
3996
|
+
"gen": 8,
|
|
3997
|
+
"shortDesc": "The holder ignores rain- and sun-based effects.",
|
|
3998
|
+
"desc": "The holder ignores rain- and sun-based effects, including those of its Ability unless it is Orichalcum Pulse or Protosynthesis. Damage and accuracy calculations from attacks used by the holder are affected by rain and sun, but not attacks used against the holder.",
|
|
3999
|
+
"category": "other",
|
|
4000
|
+
"unholdable": false
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"id": "crackedpot",
|
|
4004
|
+
"name": "Cracked Pot",
|
|
4005
|
+
"psName": "Cracked Pot",
|
|
4006
|
+
"gen": 8,
|
|
4007
|
+
"shortDesc": "Evolves Sinistea into Polteageist when used.",
|
|
4008
|
+
"desc": "Evolves Sinistea into Polteageist when used.",
|
|
4009
|
+
"category": "other",
|
|
4010
|
+
"unholdable": false
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"id": "chippedpot",
|
|
4014
|
+
"name": "Chipped Pot",
|
|
4015
|
+
"psName": "Chipped Pot",
|
|
4016
|
+
"gen": 8,
|
|
4017
|
+
"shortDesc": "Evolves Sinistea-Antique into Polteageist-Antique when used.",
|
|
4018
|
+
"desc": "Evolves Sinistea-Antique into Polteageist-Antique when used.",
|
|
4019
|
+
"category": "other",
|
|
4020
|
+
"unholdable": false
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"id": "galaricacuff",
|
|
4024
|
+
"name": "Galarica Cuff",
|
|
4025
|
+
"psName": "Galarica Cuff",
|
|
4026
|
+
"gen": 8,
|
|
4027
|
+
"shortDesc": "Evolves Galarian Slowpoke into Galarian Slowbro when used.",
|
|
4028
|
+
"desc": "Evolves Galarian Slowpoke into Galarian Slowbro when used.",
|
|
4029
|
+
"category": "other",
|
|
4030
|
+
"unholdable": false
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"id": "galaricawreath",
|
|
4034
|
+
"name": "Galarica Wreath",
|
|
4035
|
+
"psName": "Galarica Wreath",
|
|
4036
|
+
"gen": 8,
|
|
4037
|
+
"shortDesc": "Evolves Galarian Slowpoke into Galarian Slowking when used.",
|
|
4038
|
+
"desc": "Evolves Galarian Slowpoke into Galarian Slowking when used.",
|
|
4039
|
+
"category": "other",
|
|
4040
|
+
"unholdable": false
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"id": "adamantcrystal",
|
|
4044
|
+
"name": "Adamant Crystal",
|
|
4045
|
+
"psName": "Adamant Crystal",
|
|
4046
|
+
"gen": 8,
|
|
4047
|
+
"shortDesc": "If held by a Dialga, its Steel- and Dragon-type attacks have 1.2x power.",
|
|
4048
|
+
"desc": "If held by a Dialga, its Steel- and Dragon-type attacks have 1.2x power.",
|
|
4049
|
+
"category": "other",
|
|
4050
|
+
"unholdable": false
|
|
4051
|
+
},
|
|
4052
|
+
{
|
|
4053
|
+
"id": "lustrousglobe",
|
|
4054
|
+
"name": "Lustrous Globe",
|
|
4055
|
+
"psName": "Lustrous Globe",
|
|
4056
|
+
"gen": 8,
|
|
4057
|
+
"shortDesc": "If held by a Palkia, its Water- and Dragon-type attacks have 1.2x power.",
|
|
4058
|
+
"desc": "If held by a Palkia, its Water- and Dragon-type attacks have 1.2x power.",
|
|
4059
|
+
"category": "other",
|
|
4060
|
+
"unholdable": false
|
|
4061
|
+
},
|
|
4062
|
+
{
|
|
4063
|
+
"id": "griseouscore",
|
|
4064
|
+
"name": "Griseous Core",
|
|
4065
|
+
"psName": "Griseous Core",
|
|
4066
|
+
"gen": 8,
|
|
4067
|
+
"shortDesc": "If held by a Giratina, its Ghost- and Dragon-type attacks have 1.2x power.",
|
|
4068
|
+
"desc": "If held by a Giratina, its Ghost- and Dragon-type attacks have 1.2x power.",
|
|
4069
|
+
"category": "other",
|
|
4070
|
+
"unholdable": false
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"id": "strangeball",
|
|
4074
|
+
"name": "Strange Ball",
|
|
4075
|
+
"psName": "Strange Ball",
|
|
4076
|
+
"gen": 8,
|
|
4077
|
+
"shortDesc": "Placeholder if caught in Poké Ball not in current game.",
|
|
4078
|
+
"desc": "Placeholder if caught in Poké Ball not in current game.",
|
|
4079
|
+
"category": "ball",
|
|
4080
|
+
"unholdable": true
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"id": "maliciousarmor",
|
|
4084
|
+
"name": "Malicious Armor",
|
|
4085
|
+
"psName": "Malicious Armor",
|
|
4086
|
+
"gen": 9,
|
|
4087
|
+
"shortDesc": "Evolves Charcadet into Ceruledge when used.",
|
|
4088
|
+
"desc": "Evolves Charcadet into Ceruledge when used.",
|
|
4089
|
+
"category": "other",
|
|
4090
|
+
"unholdable": false
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"id": "boosterenergy",
|
|
4094
|
+
"name": "Booster Energy",
|
|
4095
|
+
"psName": "Booster Energy",
|
|
4096
|
+
"gen": 9,
|
|
4097
|
+
"shortDesc": "Activates the Protosynthesis or Quark Drive Abilities. Single use.",
|
|
4098
|
+
"desc": "Activates the Protosynthesis or Quark Drive Abilities. Single use.",
|
|
4099
|
+
"category": "other",
|
|
4100
|
+
"unholdable": false
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"id": "abilityshield",
|
|
4104
|
+
"name": "Ability Shield",
|
|
4105
|
+
"psName": "Ability Shield",
|
|
4106
|
+
"gen": 9,
|
|
4107
|
+
"shortDesc": "Holder's Ability cannot be changed, suppressed, or ignored by any effect.",
|
|
4108
|
+
"desc": "Holder's Ability cannot be changed, suppressed, or ignored by any effect.",
|
|
4109
|
+
"category": "other",
|
|
4110
|
+
"unholdable": false
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"id": "clearamulet",
|
|
4114
|
+
"name": "Clear Amulet",
|
|
4115
|
+
"psName": "Clear Amulet",
|
|
4116
|
+
"gen": 9,
|
|
4117
|
+
"shortDesc": "Prevents other Pokemon from lowering the holder's stat stages.",
|
|
4118
|
+
"desc": "Prevents other Pokemon from lowering the holder's stat stages.",
|
|
4119
|
+
"category": "other",
|
|
4120
|
+
"unholdable": false
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"id": "mirrorherb",
|
|
4124
|
+
"name": "Mirror Herb",
|
|
4125
|
+
"psName": "Mirror Herb",
|
|
4126
|
+
"gen": 9,
|
|
4127
|
+
"shortDesc": "When an opposing Pokemon raises a stat stage, the holder copies it. Single use.",
|
|
4128
|
+
"desc": "When an opposing Pokemon raises a stat stage, the holder copies it. Single use.",
|
|
4129
|
+
"category": "other",
|
|
4130
|
+
"unholdable": false
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"id": "punchingglove",
|
|
4134
|
+
"name": "Punching Glove",
|
|
4135
|
+
"psName": "Punching Glove",
|
|
4136
|
+
"gen": 9,
|
|
4137
|
+
"shortDesc": "Holder's punch-based attacks have 1.1x power and do not make contact.",
|
|
4138
|
+
"desc": "Holder's punch-based attacks have 1.1x power and do not make contact.",
|
|
4139
|
+
"category": "other",
|
|
4140
|
+
"unholdable": false
|
|
4141
|
+
},
|
|
4142
|
+
{
|
|
4143
|
+
"id": "covertcloak",
|
|
4144
|
+
"name": "Covert Cloak",
|
|
4145
|
+
"psName": "Covert Cloak",
|
|
4146
|
+
"gen": 9,
|
|
4147
|
+
"shortDesc": "Holder is not affected by the secondary effect of another Pokemon's attack.",
|
|
4148
|
+
"desc": "The holder 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 the holder to flinch, cause the holder'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 the holder 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 the holder.",
|
|
4149
|
+
"category": "other",
|
|
4150
|
+
"unholdable": false
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"id": "loadeddice",
|
|
4154
|
+
"name": "Loaded Dice",
|
|
4155
|
+
"psName": "Loaded Dice",
|
|
4156
|
+
"gen": 9,
|
|
4157
|
+
"shortDesc": "Holder's moves that hit 2-5 times hit 4-5 times; Population Bomb hits 4-10 times.",
|
|
4158
|
+
"desc": "The holder's moves that normally hit 2 to 5 times instead hit 4 or 5 times. If the first hit is successful, the holder's use of Triple Kick or Triple Axel hits 3 times, and Population Bomb hits 4 to 10 times, at random.",
|
|
4159
|
+
"category": "other",
|
|
4160
|
+
"unholdable": false
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"id": "auspiciousarmor",
|
|
4164
|
+
"name": "Auspicious Armor",
|
|
4165
|
+
"psName": "Auspicious Armor",
|
|
4166
|
+
"gen": 9,
|
|
4167
|
+
"shortDesc": "Evolves Charcadet into Armarouge when used.",
|
|
4168
|
+
"desc": "Evolves Charcadet into Armarouge when used.",
|
|
4169
|
+
"category": "other",
|
|
4170
|
+
"unholdable": false
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"id": "fairyfeather",
|
|
4174
|
+
"name": "Fairy Feather",
|
|
4175
|
+
"psName": "Fairy Feather",
|
|
4176
|
+
"gen": 9,
|
|
4177
|
+
"shortDesc": "Holder's Fairy-type attacks have 1.2x power.",
|
|
4178
|
+
"desc": "Holder's Fairy-type attacks have 1.2x power.",
|
|
4179
|
+
"category": "other",
|
|
4180
|
+
"unholdable": false
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"id": "syrupyapple",
|
|
4184
|
+
"name": "Syrupy Apple",
|
|
4185
|
+
"psName": "Syrupy Apple",
|
|
4186
|
+
"gen": 9,
|
|
4187
|
+
"shortDesc": "Evolves Applin into Dipplin when used.",
|
|
4188
|
+
"desc": "Evolves Applin into Dipplin when used.",
|
|
4189
|
+
"category": "other",
|
|
4190
|
+
"unholdable": false
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"id": "unremarkableteacup",
|
|
4194
|
+
"name": "Unremarkable Teacup",
|
|
4195
|
+
"psName": "Unremarkable Teacup",
|
|
4196
|
+
"gen": 9,
|
|
4197
|
+
"shortDesc": "Evolves Poltchageist into Sinistcha when used.",
|
|
4198
|
+
"desc": "Evolves Poltchageist into Sinistcha when used.",
|
|
4199
|
+
"category": "other",
|
|
4200
|
+
"unholdable": false
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"id": "masterpieceteacup",
|
|
4204
|
+
"name": "Masterpiece Teacup",
|
|
4205
|
+
"psName": "Masterpiece Teacup",
|
|
4206
|
+
"gen": 9,
|
|
4207
|
+
"shortDesc": "Evolves Poltchageist-Artisan into Sinistcha-Masterpiece when used.",
|
|
4208
|
+
"desc": "Evolves Poltchageist-Artisan into Sinistcha-Masterpiece when used.",
|
|
4209
|
+
"category": "other",
|
|
4210
|
+
"unholdable": false
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"id": "cornerstonemask",
|
|
4214
|
+
"name": "Cornerstone Mask",
|
|
4215
|
+
"psName": "Cornerstone Mask",
|
|
4216
|
+
"gen": 9,
|
|
4217
|
+
"shortDesc": "Ogerpon-Cornerstone: 1.2x power attacks; Terastallize to gain Embody Aspect.",
|
|
4218
|
+
"desc": "Ogerpon-Cornerstone: 1.2x power attacks; Terastallize to gain Embody Aspect.",
|
|
4219
|
+
"category": "other",
|
|
4220
|
+
"unholdable": false
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"id": "wellspringmask",
|
|
4224
|
+
"name": "Wellspring Mask",
|
|
4225
|
+
"psName": "Wellspring Mask",
|
|
4226
|
+
"gen": 9,
|
|
4227
|
+
"shortDesc": "Ogerpon-Wellspring: 1.2x power attacks; Terastallize to gain Embody Aspect.",
|
|
4228
|
+
"desc": "Ogerpon-Wellspring: 1.2x power attacks; Terastallize to gain Embody Aspect.",
|
|
4229
|
+
"category": "other",
|
|
4230
|
+
"unholdable": false
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
"id": "hearthflamemask",
|
|
4234
|
+
"name": "Hearthflame Mask",
|
|
4235
|
+
"psName": "Hearthflame Mask",
|
|
4236
|
+
"gen": 9,
|
|
4237
|
+
"shortDesc": "Ogerpon-Hearthflame: 1.2x power attacks; Terastallize to gain Embody Aspect.",
|
|
4238
|
+
"desc": "Ogerpon-Hearthflame: 1.2x power attacks; Terastallize to gain Embody Aspect.",
|
|
4239
|
+
"category": "other",
|
|
4240
|
+
"unholdable": false
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"id": "metalalloy",
|
|
4244
|
+
"name": "Metal Alloy",
|
|
4245
|
+
"psName": "Metal Alloy",
|
|
4246
|
+
"gen": 9,
|
|
4247
|
+
"shortDesc": "Evolves Duraludon into Archaludon when used.",
|
|
4248
|
+
"desc": "Evolves Duraludon into Archaludon when used.",
|
|
4249
|
+
"category": "other",
|
|
4250
|
+
"unholdable": false
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"id": "clefablite",
|
|
4254
|
+
"name": "Clefablite",
|
|
4255
|
+
"psName": "Clefablite",
|
|
4256
|
+
"gen": 9,
|
|
4257
|
+
"shortDesc": "If held by a Clefable, this item allows it to Mega Evolve in battle.",
|
|
4258
|
+
"desc": "If held by a Clefable, this item allows it to Mega Evolve in battle.",
|
|
4259
|
+
"category": "other",
|
|
4260
|
+
"unholdable": false
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"id": "victreebelite",
|
|
4264
|
+
"name": "Victreebelite",
|
|
4265
|
+
"psName": "Victreebelite",
|
|
4266
|
+
"gen": 9,
|
|
4267
|
+
"shortDesc": "If held by a Victreebel, this item allows it to Mega Evolve in battle.",
|
|
4268
|
+
"desc": "If held by a Victreebel, this item allows it to Mega Evolve in battle.",
|
|
4269
|
+
"category": "other",
|
|
4270
|
+
"unholdable": false
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"id": "starminite",
|
|
4274
|
+
"name": "Starminite",
|
|
4275
|
+
"psName": "Starminite",
|
|
4276
|
+
"gen": 9,
|
|
4277
|
+
"shortDesc": "If held by a Starmie, this item allows it to Mega Evolve in battle.",
|
|
4278
|
+
"desc": "If held by a Starmie, this item allows it to Mega Evolve in battle.",
|
|
4279
|
+
"category": "other",
|
|
4280
|
+
"unholdable": false
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"id": "dragoninite",
|
|
4284
|
+
"name": "Dragoninite",
|
|
4285
|
+
"psName": "Dragoninite",
|
|
4286
|
+
"gen": 9,
|
|
4287
|
+
"shortDesc": "If held by a Dragonite, this item allows it to Mega Evolve in battle.",
|
|
4288
|
+
"desc": "If held by a Dragonite, this item allows it to Mega Evolve in battle.",
|
|
4289
|
+
"category": "other",
|
|
4290
|
+
"unholdable": false
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"id": "meganiumite",
|
|
4294
|
+
"name": "Meganiumite",
|
|
4295
|
+
"psName": "Meganiumite",
|
|
4296
|
+
"gen": 9,
|
|
4297
|
+
"shortDesc": "If held by a Meganium, this item allows it to Mega Evolve in battle.",
|
|
4298
|
+
"desc": "If held by a Meganium, this item allows it to Mega Evolve in battle.",
|
|
4299
|
+
"category": "other",
|
|
4300
|
+
"unholdable": false
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"id": "feraligite",
|
|
4304
|
+
"name": "Feraligite",
|
|
4305
|
+
"psName": "Feraligite",
|
|
4306
|
+
"gen": 9,
|
|
4307
|
+
"shortDesc": "If held by a Feraligatr, this item allows it to Mega Evolve in battle.",
|
|
4308
|
+
"desc": "If held by a Feraligatr, this item allows it to Mega Evolve in battle.",
|
|
4309
|
+
"category": "other",
|
|
4310
|
+
"unholdable": false
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"id": "skarmorite",
|
|
4314
|
+
"name": "Skarmorite",
|
|
4315
|
+
"psName": "Skarmorite",
|
|
4316
|
+
"gen": 9,
|
|
4317
|
+
"shortDesc": "If held by a Skarmory, this item allows it to Mega Evolve in battle.",
|
|
4318
|
+
"desc": "If held by a Skarmory, this item allows it to Mega Evolve in battle.",
|
|
4319
|
+
"category": "other",
|
|
4320
|
+
"unholdable": false
|
|
4321
|
+
},
|
|
4322
|
+
{
|
|
4323
|
+
"id": "froslassite",
|
|
4324
|
+
"name": "Froslassite",
|
|
4325
|
+
"psName": "Froslassite",
|
|
4326
|
+
"gen": 9,
|
|
4327
|
+
"shortDesc": "If held by a Froslass, this item allows it to Mega Evolve in battle.",
|
|
4328
|
+
"desc": "If held by a Froslass, this item allows it to Mega Evolve in battle.",
|
|
4329
|
+
"category": "other",
|
|
4330
|
+
"unholdable": false
|
|
4331
|
+
},
|
|
4332
|
+
{
|
|
4333
|
+
"id": "emboarite",
|
|
4334
|
+
"name": "Emboarite",
|
|
4335
|
+
"psName": "Emboarite",
|
|
4336
|
+
"gen": 9,
|
|
4337
|
+
"shortDesc": "If held by an Emboar, this item allows it to Mega Evolve in battle.",
|
|
4338
|
+
"desc": "If held by an Emboar, this item allows it to Mega Evolve in battle.",
|
|
4339
|
+
"category": "other",
|
|
4340
|
+
"unholdable": false
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"id": "excadrite",
|
|
4344
|
+
"name": "Excadrite",
|
|
4345
|
+
"psName": "Excadrite",
|
|
4346
|
+
"gen": 9,
|
|
4347
|
+
"shortDesc": "If held by an Excadrill, this item allows it to Mega Evolve in battle.",
|
|
4348
|
+
"desc": "If held by an Excadrill, this item allows it to Mega Evolve in battle.",
|
|
4349
|
+
"category": "other",
|
|
4350
|
+
"unholdable": false
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"id": "scolipite",
|
|
4354
|
+
"name": "Scolipite",
|
|
4355
|
+
"psName": "Scolipite",
|
|
4356
|
+
"gen": 9,
|
|
4357
|
+
"shortDesc": "If held by a Scolipede, this item allows it to Mega Evolve in battle.",
|
|
4358
|
+
"desc": "If held by a Scolipede, this item allows it to Mega Evolve in battle.",
|
|
4359
|
+
"category": "other",
|
|
4360
|
+
"unholdable": false
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
"id": "scraftinite",
|
|
4364
|
+
"name": "Scraftinite",
|
|
4365
|
+
"psName": "Scraftinite",
|
|
4366
|
+
"gen": 9,
|
|
4367
|
+
"shortDesc": "If held by a Scrafty, this item allows it to Mega Evolve in battle.",
|
|
4368
|
+
"desc": "If held by a Scrafty, this item allows it to Mega Evolve in battle.",
|
|
4369
|
+
"category": "other",
|
|
4370
|
+
"unholdable": false
|
|
4371
|
+
},
|
|
4372
|
+
{
|
|
4373
|
+
"id": "eelektrossite",
|
|
4374
|
+
"name": "Eelektrossite",
|
|
4375
|
+
"psName": "Eelektrossite",
|
|
4376
|
+
"gen": 9,
|
|
4377
|
+
"shortDesc": "If held by an Eelektross, this item allows it to Mega Evolve in battle.",
|
|
4378
|
+
"desc": "If held by an Eelektross, this item allows it to Mega Evolve in battle.",
|
|
4379
|
+
"category": "other",
|
|
4380
|
+
"unholdable": false
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"id": "chandelurite",
|
|
4384
|
+
"name": "Chandelurite",
|
|
4385
|
+
"psName": "Chandelurite",
|
|
4386
|
+
"gen": 9,
|
|
4387
|
+
"shortDesc": "If held by a Chandelure, this item allows it to Mega Evolve in battle.",
|
|
4388
|
+
"desc": "If held by a Chandelure, this item allows it to Mega Evolve in battle.",
|
|
4389
|
+
"category": "other",
|
|
4390
|
+
"unholdable": false
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"id": "chesnaughtite",
|
|
4394
|
+
"name": "Chesnaughtite",
|
|
4395
|
+
"psName": "Chesnaughtite",
|
|
4396
|
+
"gen": 9,
|
|
4397
|
+
"shortDesc": "If held by a Chesnaught, this item allows it to Mega Evolve in battle.",
|
|
4398
|
+
"desc": "If held by a Chesnaught, this item allows it to Mega Evolve in battle.",
|
|
4399
|
+
"category": "other",
|
|
4400
|
+
"unholdable": false
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"id": "delphoxite",
|
|
4404
|
+
"name": "Delphoxite",
|
|
4405
|
+
"psName": "Delphoxite",
|
|
4406
|
+
"gen": 9,
|
|
4407
|
+
"shortDesc": "If held by a Delphox, this item allows it to Mega Evolve in battle.",
|
|
4408
|
+
"desc": "If held by a Delphox, this item allows it to Mega Evolve in battle.",
|
|
4409
|
+
"category": "other",
|
|
4410
|
+
"unholdable": false
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"id": "greninjite",
|
|
4414
|
+
"name": "Greninjite",
|
|
4415
|
+
"psName": "Greninjite",
|
|
4416
|
+
"gen": 9,
|
|
4417
|
+
"shortDesc": "If held by a Greninja, this item allows it to Mega Evolve in battle.",
|
|
4418
|
+
"desc": "If held by a Greninja, this item allows it to Mega Evolve in battle.",
|
|
4419
|
+
"category": "other",
|
|
4420
|
+
"unholdable": false
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"id": "pyroarite",
|
|
4424
|
+
"name": "Pyroarite",
|
|
4425
|
+
"psName": "Pyroarite",
|
|
4426
|
+
"gen": 9,
|
|
4427
|
+
"shortDesc": "If held by a Pyroar, this item allows it to Mega Evolve in battle.",
|
|
4428
|
+
"desc": "If held by a Pyroar, this item allows it to Mega Evolve in battle.",
|
|
4429
|
+
"category": "other",
|
|
4430
|
+
"unholdable": false
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"id": "floettite",
|
|
4434
|
+
"name": "Floettite",
|
|
4435
|
+
"psName": "Floettite",
|
|
4436
|
+
"gen": 9,
|
|
4437
|
+
"shortDesc": "If held by an Eternal Flower Floette, this item allows it to Mega Evolve in battle.",
|
|
4438
|
+
"desc": "If held by an Eternal Flower Floette, this item allows it to Mega Evolve in battle.",
|
|
4439
|
+
"category": "other",
|
|
4440
|
+
"unholdable": false
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"id": "malamarite",
|
|
4444
|
+
"name": "Malamarite",
|
|
4445
|
+
"psName": "Malamarite",
|
|
4446
|
+
"gen": 9,
|
|
4447
|
+
"shortDesc": "If held by a Malamar, this item allows it to Mega Evolve in battle.",
|
|
4448
|
+
"desc": "If held by a Malamar, this item allows it to Mega Evolve in battle.",
|
|
4449
|
+
"category": "other",
|
|
4450
|
+
"unholdable": false
|
|
4451
|
+
},
|
|
4452
|
+
{
|
|
4453
|
+
"id": "barbaracite",
|
|
4454
|
+
"name": "Barbaracite",
|
|
4455
|
+
"psName": "Barbaracite",
|
|
4456
|
+
"gen": 9,
|
|
4457
|
+
"shortDesc": "If held by a Barbaracle, this item allows it to Mega Evolve in battle.",
|
|
4458
|
+
"desc": "If held by a Barbaracle, this item allows it to Mega Evolve in battle.",
|
|
4459
|
+
"category": "other",
|
|
4460
|
+
"unholdable": false
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"id": "dragalgite",
|
|
4464
|
+
"name": "Dragalgite",
|
|
4465
|
+
"psName": "Dragalgite",
|
|
4466
|
+
"gen": 9,
|
|
4467
|
+
"shortDesc": "If held by a Dragalge, this item allows it to Mega Evolve in battle.",
|
|
4468
|
+
"desc": "If held by a Dragalge, this item allows it to Mega Evolve in battle.",
|
|
4469
|
+
"category": "other",
|
|
4470
|
+
"unholdable": false
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"id": "hawluchanite",
|
|
4474
|
+
"name": "Hawluchanite",
|
|
4475
|
+
"psName": "Hawluchanite",
|
|
4476
|
+
"gen": 9,
|
|
4477
|
+
"shortDesc": "If held by a Hawlucha, this item allows it to Mega Evolve in battle.",
|
|
4478
|
+
"desc": "If held by a Hawlucha, this item allows it to Mega Evolve in battle.",
|
|
4479
|
+
"category": "other",
|
|
4480
|
+
"unholdable": false
|
|
4481
|
+
},
|
|
4482
|
+
{
|
|
4483
|
+
"id": "zygardite",
|
|
4484
|
+
"name": "Zygardite",
|
|
4485
|
+
"psName": "Zygardite",
|
|
4486
|
+
"gen": 9,
|
|
4487
|
+
"shortDesc": "If held by a Zygarde in Complete Forme, this item allows it to Mega Evolve in battle.",
|
|
4488
|
+
"desc": "If held by a Zygarde in Complete Forme, this item allows it to Mega Evolve in battle.",
|
|
4489
|
+
"category": "other",
|
|
4490
|
+
"unholdable": false
|
|
4491
|
+
},
|
|
4492
|
+
{
|
|
4493
|
+
"id": "drampanite",
|
|
4494
|
+
"name": "Drampanite",
|
|
4495
|
+
"psName": "Drampanite",
|
|
4496
|
+
"gen": 9,
|
|
4497
|
+
"shortDesc": "If held by a Drampa, this item allows it to Mega Evolve in battle.",
|
|
4498
|
+
"desc": "If held by a Drampa, this item allows it to Mega Evolve in battle.",
|
|
4499
|
+
"category": "other",
|
|
4500
|
+
"unholdable": false
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"id": "falinksite",
|
|
4504
|
+
"name": "Falinksite",
|
|
4505
|
+
"psName": "Falinksite",
|
|
4506
|
+
"gen": 9,
|
|
4507
|
+
"shortDesc": "If held by a Falinks, this item allows it to Mega Evolve in battle.",
|
|
4508
|
+
"desc": "If held by a Falinks, this item allows it to Mega Evolve in battle.",
|
|
4509
|
+
"category": "other",
|
|
4510
|
+
"unholdable": false
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"id": "heatranite",
|
|
4514
|
+
"name": "Heatranite",
|
|
4515
|
+
"psName": "Heatranite",
|
|
4516
|
+
"gen": 9,
|
|
4517
|
+
"shortDesc": "If held by a Heatran, this item allows it to Mega Evolve in battle.",
|
|
4518
|
+
"desc": "If held by a Heatran, this item allows it to Mega Evolve in battle.",
|
|
4519
|
+
"category": "other",
|
|
4520
|
+
"unholdable": false
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"id": "darkranite",
|
|
4524
|
+
"name": "Darkranite",
|
|
4525
|
+
"psName": "Darkranite",
|
|
4526
|
+
"gen": 9,
|
|
4527
|
+
"shortDesc": "If held by a Darkrai, this item allows it to Mega Evolve in battle.",
|
|
4528
|
+
"desc": "If held by a Darkrai, this item allows it to Mega Evolve in battle.",
|
|
4529
|
+
"category": "other",
|
|
4530
|
+
"unholdable": false
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"id": "zeraorite",
|
|
4534
|
+
"name": "Zeraorite",
|
|
4535
|
+
"psName": "Zeraorite",
|
|
4536
|
+
"gen": 9,
|
|
4537
|
+
"shortDesc": "If held by a Zeraora, this item allows it to Mega Evolve in battle.",
|
|
4538
|
+
"desc": "If held by a Zeraora, this item allows it to Mega Evolve in battle.",
|
|
4539
|
+
"category": "other",
|
|
4540
|
+
"unholdable": false
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"id": "raichunitex",
|
|
4544
|
+
"name": "Raichunite X",
|
|
4545
|
+
"psName": "Raichunite X",
|
|
4546
|
+
"gen": 9,
|
|
4547
|
+
"shortDesc": "If held by a Raichu, this item allows it to Mega Evolve in battle.",
|
|
4548
|
+
"desc": "If held by a Raichu, this item allows it to Mega Evolve in battle.",
|
|
4549
|
+
"category": "other",
|
|
4550
|
+
"unholdable": false
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"id": "raichunitey",
|
|
4554
|
+
"name": "Raichunite Y",
|
|
4555
|
+
"psName": "Raichunite Y",
|
|
4556
|
+
"gen": 9,
|
|
4557
|
+
"shortDesc": "If held by a Raichu, this item allows it to Mega Evolve in battle.",
|
|
4558
|
+
"desc": "If held by a Raichu, this item allows it to Mega Evolve in battle.",
|
|
4559
|
+
"category": "other",
|
|
4560
|
+
"unholdable": false
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"id": "chimechite",
|
|
4564
|
+
"name": "Chimechite",
|
|
4565
|
+
"psName": "Chimechite",
|
|
4566
|
+
"gen": 9,
|
|
4567
|
+
"shortDesc": "If held by a Chimecho, this item allows it to Mega Evolve in battle.",
|
|
4568
|
+
"desc": "If held by a Chimecho, this item allows it to Mega Evolve in battle.",
|
|
4569
|
+
"category": "other",
|
|
4570
|
+
"unholdable": false
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"id": "absolitez",
|
|
4574
|
+
"name": "Absolite Z",
|
|
4575
|
+
"psName": "Absolite Z",
|
|
4576
|
+
"gen": 9,
|
|
4577
|
+
"shortDesc": "If held by an Absol, this item allows it to Mega Evolve in battle.",
|
|
4578
|
+
"desc": "If held by an Absol, this item allows it to Mega Evolve in battle.",
|
|
4579
|
+
"category": "other",
|
|
4580
|
+
"unholdable": false
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"id": "staraptite",
|
|
4584
|
+
"name": "Staraptite",
|
|
4585
|
+
"psName": "Staraptite",
|
|
4586
|
+
"gen": 9,
|
|
4587
|
+
"shortDesc": "If held by a Staraptor, this item allows it to Mega Evolve in battle.",
|
|
4588
|
+
"desc": "If held by a Staraptor, this item allows it to Mega Evolve in battle.",
|
|
4589
|
+
"category": "other",
|
|
4590
|
+
"unholdable": false
|
|
4591
|
+
},
|
|
4592
|
+
{
|
|
4593
|
+
"id": "garchompitez",
|
|
4594
|
+
"name": "Garchompite Z",
|
|
4595
|
+
"psName": "Garchompite Z",
|
|
4596
|
+
"gen": 9,
|
|
4597
|
+
"shortDesc": "If held by a Garchomp, this item allows it to Mega Evolve in battle.",
|
|
4598
|
+
"desc": "If held by a Garchomp, this item allows it to Mega Evolve in battle.",
|
|
4599
|
+
"category": "other",
|
|
4600
|
+
"unholdable": false
|
|
4601
|
+
},
|
|
4602
|
+
{
|
|
4603
|
+
"id": "lucarionitez",
|
|
4604
|
+
"name": "Lucarionite Z",
|
|
4605
|
+
"psName": "Lucarionite Z",
|
|
4606
|
+
"gen": 9,
|
|
4607
|
+
"shortDesc": "If held by a Lucario, this item allows it to Mega Evolve in battle.",
|
|
4608
|
+
"desc": "If held by a Lucario, this item allows it to Mega Evolve in battle.",
|
|
4609
|
+
"category": "other",
|
|
4610
|
+
"unholdable": false
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
"id": "golurkite",
|
|
4614
|
+
"name": "Golurkite",
|
|
4615
|
+
"psName": "Golurkite",
|
|
4616
|
+
"gen": 9,
|
|
4617
|
+
"shortDesc": "If held by a Golurk, this item allows it to Mega Evolve in battle.",
|
|
4618
|
+
"desc": "If held by a Golurk, this item allows it to Mega Evolve in battle.",
|
|
4619
|
+
"category": "other",
|
|
4620
|
+
"unholdable": false
|
|
4621
|
+
},
|
|
4622
|
+
{
|
|
4623
|
+
"id": "meowsticite",
|
|
4624
|
+
"name": "Meowsticite",
|
|
4625
|
+
"psName": "Meowsticite",
|
|
4626
|
+
"gen": 9,
|
|
4627
|
+
"shortDesc": "If held by a Meowstic, this item allows it to Mega Evolve in battle.",
|
|
4628
|
+
"desc": "If held by a Meowstic, this item allows it to Mega Evolve in battle.",
|
|
4629
|
+
"category": "other",
|
|
4630
|
+
"unholdable": false
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"id": "crabominite",
|
|
4634
|
+
"name": "Crabominite",
|
|
4635
|
+
"psName": "Crabominite",
|
|
4636
|
+
"gen": 9,
|
|
4637
|
+
"shortDesc": "If held by a Crabominable, this item allows it to Mega Evolve in battle.",
|
|
4638
|
+
"desc": "If held by a Crabominable, this item allows it to Mega Evolve in battle.",
|
|
4639
|
+
"category": "other",
|
|
4640
|
+
"unholdable": false
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"id": "golisopite",
|
|
4644
|
+
"name": "Golisopite",
|
|
4645
|
+
"psName": "Golisopite",
|
|
4646
|
+
"gen": 9,
|
|
4647
|
+
"shortDesc": "If held by a Golisopod, this item allows it to Mega Evolve in battle.",
|
|
4648
|
+
"desc": "If held by a Golisopod, this item allows it to Mega Evolve in battle.",
|
|
4649
|
+
"category": "other",
|
|
4650
|
+
"unholdable": false
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"id": "magearnite",
|
|
4654
|
+
"name": "Magearnite",
|
|
4655
|
+
"psName": "Magearnite",
|
|
4656
|
+
"gen": 9,
|
|
4657
|
+
"shortDesc": "If held by a Magearna, this item allows it to Mega Evolve in battle.",
|
|
4658
|
+
"desc": "If held by a Magearna, this item allows it to Mega Evolve in battle.",
|
|
4659
|
+
"category": "other",
|
|
4660
|
+
"unholdable": false
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
"id": "scovillainite",
|
|
4664
|
+
"name": "Scovillainite",
|
|
4665
|
+
"psName": "Scovillainite",
|
|
4666
|
+
"gen": 9,
|
|
4667
|
+
"shortDesc": "If held by a Scovillain, this item allows it to Mega Evolve in battle.",
|
|
4668
|
+
"desc": "If held by a Scovillain, this item allows it to Mega Evolve in battle.",
|
|
4669
|
+
"category": "other",
|
|
4670
|
+
"unholdable": false
|
|
4671
|
+
},
|
|
4672
|
+
{
|
|
4673
|
+
"id": "baxcalibrite",
|
|
4674
|
+
"name": "Baxcalibrite",
|
|
4675
|
+
"psName": "Baxcalibrite",
|
|
4676
|
+
"gen": 9,
|
|
4677
|
+
"shortDesc": "If held by a Baxcalibur, this item allows it to Mega Evolve in battle.",
|
|
4678
|
+
"desc": "If held by a Baxcalibur, this item allows it to Mega Evolve in battle.",
|
|
4679
|
+
"category": "other",
|
|
4680
|
+
"unholdable": false
|
|
4681
|
+
},
|
|
4682
|
+
{
|
|
4683
|
+
"id": "tatsugirinite",
|
|
4684
|
+
"name": "Tatsugirinite",
|
|
4685
|
+
"psName": "Tatsugirinite",
|
|
4686
|
+
"gen": 9,
|
|
4687
|
+
"shortDesc": "If held by a Tatsugiri, this item allows it to Mega Evolve in battle.",
|
|
4688
|
+
"desc": "If held by a Tatsugiri, this item allows it to Mega Evolve in battle.",
|
|
4689
|
+
"category": "other",
|
|
4690
|
+
"unholdable": false
|
|
4691
|
+
},
|
|
4692
|
+
{
|
|
4693
|
+
"id": "glimmoranite",
|
|
4694
|
+
"name": "Glimmoranite",
|
|
4695
|
+
"psName": "Glimmoranite",
|
|
4696
|
+
"gen": 9,
|
|
4697
|
+
"shortDesc": "If held by a Glimmora, this item allows it to Mega Evolve in battle.",
|
|
4698
|
+
"desc": "If held by a Glimmora, this item allows it to Mega Evolve in battle.",
|
|
4699
|
+
"category": "other",
|
|
4700
|
+
"unholdable": false
|
|
4701
|
+
}
|
|
4702
|
+
]
|