@pokepc/dataset 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +18 -0
- package/README.md +161 -0
- package/build/lib/box-preset-sanitizer.d.mts +31 -0
- package/build/lib/box-preset-sanitizer.d.mts.map +1 -0
- package/build/lib/box-preset-sanitizer.mjs +54 -0
- package/build/lib/box-preset-sanitizer.mjs.map +1 -0
- package/build/lib/box-preset-transform.d.mts +20 -0
- package/build/lib/box-preset-transform.d.mts.map +1 -0
- package/build/lib/box-preset-transform.mjs +128 -0
- package/build/lib/box-preset-transform.mjs.map +1 -0
- package/build/lib/constants.d.mts +7 -0
- package/build/lib/constants.d.mts.map +1 -0
- package/build/lib/constants.mjs +20 -0
- package/build/lib/constants.mjs.map +1 -0
- package/build/lib/enums.d.mts +24 -0
- package/build/lib/enums.d.mts.map +1 -0
- package/build/lib/enums.mjs +186 -0
- package/build/lib/enums.mjs.map +1 -0
- package/build/lib/fs.d.mts +147 -0
- package/build/lib/fs.d.mts.map +1 -0
- package/build/lib/fs.mjs +251 -0
- package/build/lib/fs.mjs.map +1 -0
- package/build/lib/languages.d.mts +26 -0
- package/build/lib/languages.d.mts.map +1 -0
- package/build/lib/languages.mjs +255 -0
- package/build/lib/languages.mjs.map +1 -0
- package/build/lib/schemas.d.mts +805 -0
- package/build/lib/schemas.d.mts.map +1 -0
- package/build/lib/schemas.mjs +349 -0
- package/build/lib/schemas.mjs.map +1 -0
- package/build/lib/search.d.mts +6 -0
- package/build/lib/search.d.mts.map +1 -0
- package/build/lib/search.mjs +45 -0
- package/build/lib/search.mjs.map +1 -0
- package/build/lib/types.d.mts +197 -0
- package/build/lib/types.d.mts.map +1 -0
- package/build/lib/types.mjs +1 -0
- package/build/lib/utils.d.mts +22 -0
- package/build/lib/utils.d.mts.map +1 -0
- package/build/lib/utils.mjs +180 -0
- package/build/lib/utils.mjs.map +1 -0
- package/build/lib/validators.d.mts +1 -0
- package/build/lib/validators.mjs +1 -0
- package/build/utils-internal-Czgdbnkv.mjs +33 -0
- package/build/utils-internal-Czgdbnkv.mjs.map +1 -0
- package/data/abilities.json +2843 -0
- package/data/boxpresets/classic/b2w2.json +3668 -0
- package/data/boxpresets/classic/bdsp.json +2896 -0
- package/data/boxpresets/classic/bw.json +3652 -0
- package/data/boxpresets/classic/c.json +682 -0
- package/data/boxpresets/classic/champions.json +1 -0
- package/data/boxpresets/classic/col.json +1 -0
- package/data/boxpresets/classic/dp.json +2870 -0
- package/data/boxpresets/classic/e.json +1924 -0
- package/data/boxpresets/classic/frlg.json +1922 -0
- package/data/boxpresets/classic/go.json +5506 -0
- package/data/boxpresets/classic/gs.json +682 -0
- package/data/boxpresets/classic/hgss.json +2892 -0
- package/data/boxpresets/classic/home.json +11769 -0
- package/data/boxpresets/classic/la.json +2395 -0
- package/data/boxpresets/classic/lgpe.json +420 -0
- package/data/boxpresets/classic/lza.json +2043 -0
- package/data/boxpresets/classic/oras.json +4210 -0
- package/data/boxpresets/classic/pt.json +2892 -0
- package/data/boxpresets/classic/rb.json +388 -0
- package/data/boxpresets/classic/rs.json +960 -0
- package/data/boxpresets/classic/sm.json +4754 -0
- package/data/boxpresets/classic/sv.json +5038 -0
- package/data/boxpresets/classic/swsh.json +5960 -0
- package/data/boxpresets/classic/usum.json +4794 -0
- package/data/boxpresets/classic/xd.json +1 -0
- package/data/boxpresets/classic/xy.json +4208 -0
- package/data/boxpresets/classic/y.json +388 -0
- package/data/boxpresets/modern/b2w2/fully-sorted-minimal.json +914 -0
- package/data/boxpresets/modern/b2w2/fully-sorted.json +929 -0
- package/data/boxpresets/modern/b2w2/sorted-species-minimal.json +914 -0
- package/data/boxpresets/modern/b2w2/sorted-species.json +933 -0
- package/data/boxpresets/modern/b2w2.json +1 -0
- package/data/boxpresets/modern/bdsp/fully-sorted-minimal.json +725 -0
- package/data/boxpresets/modern/bdsp/fully-sorted.json +730 -0
- package/data/boxpresets/modern/bdsp/sorted-species-minimal.json +729 -0
- package/data/boxpresets/modern/bdsp/sorted-species.json +734 -0
- package/data/boxpresets/modern/bdsp.json +1 -0
- package/data/boxpresets/modern/bw/fully-sorted-minimal.json +914 -0
- package/data/boxpresets/modern/bw/fully-sorted.json +923 -0
- package/data/boxpresets/modern/bw/sorted-species-minimal.json +914 -0
- package/data/boxpresets/modern/bw/sorted-species.json +923 -0
- package/data/boxpresets/modern/bw.json +1 -0
- package/data/boxpresets/modern/c/fully-sorted.json +348 -0
- package/data/boxpresets/modern/c/sorted-species.json +346 -0
- package/data/boxpresets/modern/c.json +1 -0
- package/data/boxpresets/modern/champions.json +1 -0
- package/data/boxpresets/modern/col.json +1 -0
- package/data/boxpresets/modern/dp/fully-sorted-minimal.json +719 -0
- package/data/boxpresets/modern/dp/fully-sorted.json +723 -0
- package/data/boxpresets/modern/dp/sorted-species-minimal.json +716 -0
- package/data/boxpresets/modern/dp/sorted-species.json +727 -0
- package/data/boxpresets/modern/dp.json +1 -0
- package/data/boxpresets/modern/e/fully-sorted-minimal.json +485 -0
- package/data/boxpresets/modern/e/fully-sorted.json +488 -0
- package/data/boxpresets/modern/e/sorted-species-minimal.json +485 -0
- package/data/boxpresets/modern/e/sorted-species.json +488 -0
- package/data/boxpresets/modern/e.json +1 -0
- package/data/boxpresets/modern/frlg/fully-sorted-minimal.json +485 -0
- package/data/boxpresets/modern/frlg/fully-sorted.json +487 -0
- package/data/boxpresets/modern/frlg/sorted-species-minimal.json +485 -0
- package/data/boxpresets/modern/frlg/sorted-species.json +487 -0
- package/data/boxpresets/modern/frlg.json +1 -0
- package/data/boxpresets/modern/go/fully-sorted-minimal.json +1214 -0
- package/data/boxpresets/modern/go/fully-sorted.json +1550 -0
- package/data/boxpresets/modern/go/sorted-species-minimal.json +1214 -0
- package/data/boxpresets/modern/go/sorted-species.json +1550 -0
- package/data/boxpresets/modern/go.json +1 -0
- package/data/boxpresets/modern/gs/fully-sorted.json +348 -0
- package/data/boxpresets/modern/gs/sorted-species.json +346 -0
- package/data/boxpresets/modern/gs.json +1 -0
- package/data/boxpresets/modern/hgss/fully-sorted-minimal.json +724 -0
- package/data/boxpresets/modern/hgss/fully-sorted.json +729 -0
- package/data/boxpresets/modern/hgss/sorted-species-minimal.json +728 -0
- package/data/boxpresets/modern/hgss/sorted-species.json +733 -0
- package/data/boxpresets/modern/hgss.json +1 -0
- package/data/boxpresets/modern/home/fully-sorted-minimal.json +1575 -0
- package/data/boxpresets/modern/home/fully-sorted.json +1601 -0
- package/data/boxpresets/modern/home/grouped-balanced.json +1670 -0
- package/data/boxpresets/modern/home/grouped-region.json +1858 -0
- package/data/boxpresets/modern/home/sorted-species-minimal.json +1576 -0
- package/data/boxpresets/modern/home/sorted-species.json +1590 -0
- package/data/boxpresets/modern/home/species-first.json +1916 -0
- package/data/boxpresets/modern/home.json +9 -0
- package/data/boxpresets/modern/la/fully-sorted-hisui.json +414 -0
- package/data/boxpresets/modern/la/fully-sorted-minimal.json +418 -0
- package/data/boxpresets/modern/la/fully-sorted.json +414 -0
- package/data/boxpresets/modern/la/grouped.json +437 -0
- package/data/boxpresets/modern/la/minimal-hisui.json +313 -0
- package/data/boxpresets/modern/la/sorted-species.json +437 -0
- package/data/boxpresets/modern/la.json +8 -0
- package/data/boxpresets/modern/lgpe/fully-sorted.json +213 -0
- package/data/boxpresets/modern/lgpe/sorted-species.json +217 -0
- package/data/boxpresets/modern/lgpe.json +1 -0
- package/data/boxpresets/modern/lza/fully-sorted-no-cosmetic-forms.json +488 -0
- package/data/boxpresets/modern/lza/fully-sorted-no-forms.json +441 -0
- package/data/boxpresets/modern/lza/fully-sorted.json +567 -0
- package/data/boxpresets/modern/lza/grouped-region.json +579 -0
- package/data/boxpresets/modern/lza.json +1 -0
- package/data/boxpresets/modern/oras/fully-sorted-minimal.json +1050 -0
- package/data/boxpresets/modern/oras/fully-sorted.json +1066 -0
- package/data/boxpresets/modern/oras/sorted-species-minimal.json +1052 -0
- package/data/boxpresets/modern/oras/sorted-species.json +1068 -0
- package/data/boxpresets/modern/oras.json +1 -0
- package/data/boxpresets/modern/pt/fully-sorted-minimal.json +724 -0
- package/data/boxpresets/modern/pt/fully-sorted.json +729 -0
- package/data/boxpresets/modern/pt/sorted-species-minimal.json +728 -0
- package/data/boxpresets/modern/pt/sorted-species.json +733 -0
- package/data/boxpresets/modern/pt.json +1 -0
- package/data/boxpresets/modern/rb/fully-sorted.json +199 -0
- package/data/boxpresets/modern/rb/sorted-species.json +199 -0
- package/data/boxpresets/modern/rb.json +1 -0
- package/data/boxpresets/modern/rs/fully-sorted.json +485 -0
- package/data/boxpresets/modern/rs/sorted-species.json +485 -0
- package/data/boxpresets/modern/rs.json +1 -0
- package/data/boxpresets/modern/sm/fully-sorted-minimal.json +1183 -0
- package/data/boxpresets/modern/sm/fully-sorted.json +1203 -0
- package/data/boxpresets/modern/sm/sorted-species-minimal.json +1183 -0
- package/data/boxpresets/modern/sm/sorted-species.json +1207 -0
- package/data/boxpresets/modern/sm.json +1 -0
- package/data/boxpresets/modern/sv/fully-grouped-paldea.json +894 -0
- package/data/boxpresets/modern/sv/minimal-paldea.json +826 -0
- package/data/boxpresets/modern/sv.json +1 -0
- package/data/boxpresets/modern/swsh/fully-sorted-minimal.json +971 -0
- package/data/boxpresets/modern/swsh/fully-sorted-regional.json +1024 -0
- package/data/boxpresets/modern/swsh/fully-sorted.json +999 -0
- package/data/boxpresets/modern/swsh/sorted-regional.json +1038 -0
- package/data/boxpresets/modern/swsh/sorted-species-minimal.json +970 -0
- package/data/boxpresets/modern/swsh/sorted-species.json +998 -0
- package/data/boxpresets/modern/swsh.json +8 -0
- package/data/boxpresets/modern/usum/fully-sorted-minimal.json +1191 -0
- package/data/boxpresets/modern/usum/fully-sorted.json +1217 -0
- package/data/boxpresets/modern/usum/sorted-species-minimal.json +1191 -0
- package/data/boxpresets/modern/usum/sorted-species.json +1217 -0
- package/data/boxpresets/modern/usum.json +1 -0
- package/data/boxpresets/modern/xd.json +1 -0
- package/data/boxpresets/modern/xy/fully-sorted-minimal.json +1050 -0
- package/data/boxpresets/modern/xy/fully-sorted.json +1065 -0
- package/data/boxpresets/modern/xy/sorted-species-minimal.json +1052 -0
- package/data/boxpresets/modern/xy/sorted-species.json +1067 -0
- package/data/boxpresets/modern/xy.json +1 -0
- package/data/boxpresets/modern/y/fully-sorted.json +199 -0
- package/data/boxpresets/modern/y/sorted-species.json +199 -0
- package/data/boxpresets/modern/y.json +1 -0
- package/data/characters.json +778 -0
- package/data/colors.json +12 -0
- package/data/games/b2w2-b2.json +50 -0
- package/data/games/b2w2-w2.json +50 -0
- package/data/games/b2w2.json +42 -0
- package/data/games/bdsp-bd.json +50 -0
- package/data/games/bdsp-sp.json +50 -0
- package/data/games/bdsp.json +42 -0
- package/data/games/bw-b.json +50 -0
- package/data/games/bw-w.json +50 -0
- package/data/games/bw.json +42 -0
- package/data/games/bwb2w2.json +42 -0
- package/data/games/c.json +42 -0
- package/data/games/champions.json +42 -0
- package/data/games/col.json +42 -0
- package/data/games/dp-d.json +50 -0
- package/data/games/dp-p.json +50 -0
- package/data/games/dp.json +42 -0
- package/data/games/dppt.json +42 -0
- package/data/games/e.json +42 -0
- package/data/games/frlg-fr.json +42 -0
- package/data/games/frlg-lg.json +42 -0
- package/data/games/frlg.json +42 -0
- package/data/games/go.json +42 -0
- package/data/games/gs-g.json +42 -0
- package/data/games/gs-s.json +42 -0
- package/data/games/gs.json +42 -0
- package/data/games/gsc.json +42 -0
- package/data/games/hgss-hg.json +50 -0
- package/data/games/hgss-ss.json +50 -0
- package/data/games/hgss.json +42 -0
- package/data/games/home.json +42 -0
- package/data/games/la.json +57 -0
- package/data/games/lgpe-lge.json +50 -0
- package/data/games/lgpe-lgp.json +50 -0
- package/data/games/lgpe.json +42 -0
- package/data/games/lza-megadimension.json +42 -0
- package/data/games/lza.json +50 -0
- package/data/games/oras-as.json +50 -0
- package/data/games/oras-or.json +50 -0
- package/data/games/oras.json +42 -0
- package/data/games/pokopia.json +50 -0
- package/data/games/pt.json +50 -0
- package/data/games/rb-b.json +42 -0
- package/data/games/rb-r.json +42 -0
- package/data/games/rb.json +42 -0
- package/data/games/rby.json +42 -0
- package/data/games/rs-r.json +42 -0
- package/data/games/rs-s.json +42 -0
- package/data/games/rs.json +42 -0
- package/data/games/rse.json +42 -0
- package/data/games/sm-m.json +57 -0
- package/data/games/sm-s.json +57 -0
- package/data/games/sm.json +49 -0
- package/data/games/smusum.json +42 -0
- package/data/games/sv-indigodisk.json +42 -0
- package/data/games/sv-s.json +50 -0
- package/data/games/sv-tealmask.json +42 -0
- package/data/games/sv-v.json +50 -0
- package/data/games/sv.json +42 -0
- package/data/games/swsh-crowntundra.json +42 -0
- package/data/games/swsh-islearmor.json +42 -0
- package/data/games/swsh-sh.json +50 -0
- package/data/games/swsh-sw.json +50 -0
- package/data/games/swsh.json +42 -0
- package/data/games/usum-um.json +57 -0
- package/data/games/usum-us.json +57 -0
- package/data/games/usum.json +49 -0
- package/data/games/wiwa-wa.json +42 -0
- package/data/games/wiwa-wi.json +42 -0
- package/data/games/wiwa.json +42 -0
- package/data/games/xd.json +42 -0
- package/data/games/xy-x.json +50 -0
- package/data/games/xy-y.json +50 -0
- package/data/games/xy.json +42 -0
- package/data/games/y.json +42 -0
- package/data/generations.json +12 -0
- package/data/indices/games.json +76 -0
- package/data/indices/pokedexes.json +60 -0
- package/data/indices/pokemon.json +1597 -0
- package/data/items.json +4702 -0
- package/data/languages.json +112 -0
- package/data/locations.json +4 -0
- package/data/marks.json +585 -0
- package/data/metadata/pokemon-mugshots.json +238 -0
- package/data/moves.json +14962 -0
- package/data/natures.json +27 -0
- package/data/originmarks.json +13 -0
- package/data/personalities.json +32 -0
- package/data/pokeballs.json +362 -0
- package/data/pokedexes/alola-akala-usum.json +197 -0
- package/data/pokedexes/alola-akala.json +164 -0
- package/data/pokedexes/alola-melemele-usum.json +223 -0
- package/data/pokedexes/alola-melemele.json +168 -0
- package/data/pokedexes/alola-poni-usum.json +191 -0
- package/data/pokedexes/alola-poni.json +135 -0
- package/data/pokedexes/alola-ulaula-usum.json +232 -0
- package/data/pokedexes/alola-ulaula.json +186 -0
- package/data/pokedexes/alola-usum.json +539 -0
- package/data/pokedexes/alola.json +402 -0
- package/data/pokedexes/champions-regular-roster-m-a.json +411 -0
- package/data/pokedexes/col.json +63 -0
- package/data/pokedexes/galar-crown-tundra.json +267 -0
- package/data/pokedexes/galar-isle-armor.json +285 -0
- package/data/pokedexes/galar.json +619 -0
- package/data/pokedexes/hisui-alabaster.json +10 -0
- package/data/pokedexes/hisui-cobalt.json +10 -0
- package/data/pokedexes/hisui-coronet.json +10 -0
- package/data/pokedexes/hisui-crimson.json +10 -0
- package/data/pokedexes/hisui-obsidian.json +10 -0
- package/data/pokedexes/hisui.json +380 -0
- package/data/pokedexes/hoenn-oras.json +284 -0
- package/data/pokedexes/hoenn.json +219 -0
- package/data/pokedexes/johto-hgss.json +341 -0
- package/data/pokedexes/johto.json +287 -0
- package/data/pokedexes/kalos-central.json +246 -0
- package/data/pokedexes/kalos-coastal.json +188 -0
- package/data/pokedexes/kalos-hyperspace.json +208 -0
- package/data/pokedexes/kalos-lumiose.json +388 -0
- package/data/pokedexes/kalos-mega.json +127 -0
- package/data/pokedexes/kalos-mountain.json +205 -0
- package/data/pokedexes/kanto-lgpe.json +208 -0
- package/data/pokedexes/kanto.json +162 -0
- package/data/pokedexes/national-b2w2.json +834 -0
- package/data/pokedexes/national-bdsp.json +662 -0
- package/data/pokedexes/national-bw.json +827 -0
- package/data/pokedexes/national-dp.json +651 -0
- package/data/pokedexes/national-e.json +430 -0
- package/data/pokedexes/national-frlg.json +426 -0
- package/data/pokedexes/national-gsc.json +287 -0
- package/data/pokedexes/national-hgss.json +656 -0
- package/data/pokedexes/national-oras.json +981 -0
- package/data/pokedexes/national-pt.json +657 -0
- package/data/pokedexes/national-rs.json +427 -0
- package/data/pokedexes/national-sm.json +1095 -0
- package/data/pokedexes/national-usum.json +1107 -0
- package/data/pokedexes/national-xy.json +983 -0
- package/data/pokedexes/national.json +1606 -0
- package/data/pokedexes/paldea-blueberry.json +362 -0
- package/data/pokedexes/paldea-kitakami.json +267 -0
- package/data/pokedexes/paldea.json +535 -0
- package/data/pokedexes/pokopia-event.json +14 -0
- package/data/pokedexes/pokopia.json +391 -0
- package/data/pokedexes/sinnoh-pt.json +325 -0
- package/data/pokedexes/sinnoh.json +250 -0
- package/data/pokedexes/unova-b2w2.json +356 -0
- package/data/pokedexes/unova.json +182 -0
- package/data/pokedexes/xd.json +96 -0
- package/data/pokemon/abomasnow-f.json +154 -0
- package/data/pokemon/abomasnow-mega.json +105 -0
- package/data/pokemon/abomasnow.json +144 -0
- package/data/pokemon/abra.json +164 -0
- package/data/pokemon/absol-mega-z.json +111 -0
- package/data/pokemon/absol-mega.json +104 -0
- package/data/pokemon/absol.json +146 -0
- package/data/pokemon/accelgor.json +114 -0
- package/data/pokemon/aegislash-blade.json +106 -0
- package/data/pokemon/aegislash.json +103 -0
- package/data/pokemon/aerodactyl-mega.json +105 -0
- package/data/pokemon/aerodactyl.json +161 -0
- package/data/pokemon/aggron-mega.json +104 -0
- package/data/pokemon/aggron.json +143 -0
- package/data/pokemon/aipom-f.json +158 -0
- package/data/pokemon/aipom.json +156 -0
- package/data/pokemon/alakazam-f.json +173 -0
- package/data/pokemon/alakazam-mega.json +104 -0
- package/data/pokemon/alakazam.json +177 -0
- package/data/pokemon/alcremie-caramel-swirl-berry.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-clover.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-flower.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-love.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-ribbon.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-star.json +97 -0
- package/data/pokemon/alcremie-caramel-swirl-strawberry.json +109 -0
- package/data/pokemon/alcremie-gmax.json +154 -0
- package/data/pokemon/alcremie-lemon-cream-berry.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-clover.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-flower.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-love.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-star.json +97 -0
- package/data/pokemon/alcremie-lemon-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-matcha-cream-berry.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-clover.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-flower.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-love.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-star.json +97 -0
- package/data/pokemon/alcremie-matcha-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-mint-cream-berry.json +97 -0
- package/data/pokemon/alcremie-mint-cream-clover.json +97 -0
- package/data/pokemon/alcremie-mint-cream-flower.json +97 -0
- package/data/pokemon/alcremie-mint-cream-love.json +97 -0
- package/data/pokemon/alcremie-mint-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-mint-cream-star.json +97 -0
- package/data/pokemon/alcremie-mint-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-rainbow-swirl-berry.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-clover.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-flower.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-love.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-ribbon.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-star.json +97 -0
- package/data/pokemon/alcremie-rainbow-swirl-strawberry.json +109 -0
- package/data/pokemon/alcremie-ruby-cream-berry.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-clover.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-flower.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-love.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-star.json +97 -0
- package/data/pokemon/alcremie-ruby-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-ruby-swirl-berry.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-clover.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-flower.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-love.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-ribbon.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-star.json +97 -0
- package/data/pokemon/alcremie-ruby-swirl-strawberry.json +109 -0
- package/data/pokemon/alcremie-salted-cream-berry.json +97 -0
- package/data/pokemon/alcremie-salted-cream-clover.json +97 -0
- package/data/pokemon/alcremie-salted-cream-flower.json +97 -0
- package/data/pokemon/alcremie-salted-cream-love.json +97 -0
- package/data/pokemon/alcremie-salted-cream-ribbon.json +97 -0
- package/data/pokemon/alcremie-salted-cream-star.json +97 -0
- package/data/pokemon/alcremie-salted-cream-strawberry.json +109 -0
- package/data/pokemon/alcremie-vanilla-cream-berry.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-clover.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-flower.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-love.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-ribbon.json +96 -0
- package/data/pokemon/alcremie-vanilla-cream-star.json +96 -0
- package/data/pokemon/alcremie.json +151 -0
- package/data/pokemon/alomomola.json +118 -0
- package/data/pokemon/altaria-mega.json +105 -0
- package/data/pokemon/altaria.json +149 -0
- package/data/pokemon/amaura.json +99 -0
- package/data/pokemon/ambipom-f.json +148 -0
- package/data/pokemon/ambipom.json +142 -0
- package/data/pokemon/amoonguss.json +120 -0
- package/data/pokemon/ampharos-mega.json +105 -0
- package/data/pokemon/ampharos.json +146 -0
- package/data/pokemon/annihilape.json +86 -0
- package/data/pokemon/anorith.json +139 -0
- package/data/pokemon/appletun-gmax.json +92 -0
- package/data/pokemon/appletun.json +88 -0
- package/data/pokemon/applin.json +86 -0
- package/data/pokemon/araquanid.json +109 -0
- package/data/pokemon/arbok.json +165 -0
- package/data/pokemon/arboliva.json +85 -0
- package/data/pokemon/arcanine-hisui.json +100 -0
- package/data/pokemon/arcanine.json +171 -0
- package/data/pokemon/arceus-bug.json +135 -0
- package/data/pokemon/arceus-dark.json +135 -0
- package/data/pokemon/arceus-dragon.json +135 -0
- package/data/pokemon/arceus-electric.json +135 -0
- package/data/pokemon/arceus-fairy.json +115 -0
- package/data/pokemon/arceus-fighting.json +135 -0
- package/data/pokemon/arceus-fire.json +135 -0
- package/data/pokemon/arceus-flying.json +135 -0
- package/data/pokemon/arceus-ghost.json +135 -0
- package/data/pokemon/arceus-grass.json +135 -0
- package/data/pokemon/arceus-ground.json +135 -0
- package/data/pokemon/arceus-ice.json +135 -0
- package/data/pokemon/arceus-legendary.json +101 -0
- package/data/pokemon/arceus-poison.json +135 -0
- package/data/pokemon/arceus-psychic.json +135 -0
- package/data/pokemon/arceus-rock.json +135 -0
- package/data/pokemon/arceus-steel.json +135 -0
- package/data/pokemon/arceus-water.json +135 -0
- package/data/pokemon/arceus.json +141 -0
- package/data/pokemon/archaludon.json +84 -0
- package/data/pokemon/archen.json +116 -0
- package/data/pokemon/archeops.json +118 -0
- package/data/pokemon/arctibax.json +85 -0
- package/data/pokemon/arctovish.json +86 -0
- package/data/pokemon/arctozolt.json +86 -0
- package/data/pokemon/ariados.json +152 -0
- package/data/pokemon/armaldo.json +141 -0
- package/data/pokemon/armarouge.json +85 -0
- package/data/pokemon/aromatisse.json +101 -0
- package/data/pokemon/aron.json +140 -0
- package/data/pokemon/arrokuda.json +84 -0
- package/data/pokemon/articuno-galar.json +107 -0
- package/data/pokemon/articuno.json +165 -0
- package/data/pokemon/audino-mega.json +105 -0
- package/data/pokemon/audino.json +117 -0
- package/data/pokemon/aurorus.json +103 -0
- package/data/pokemon/avalugg-hisui.json +100 -0
- package/data/pokemon/avalugg.json +104 -0
- package/data/pokemon/axew.json +118 -0
- package/data/pokemon/azelf.json +125 -0
- package/data/pokemon/azumarill.json +153 -0
- package/data/pokemon/azurill.json +144 -0
- package/data/pokemon/bagon.json +145 -0
- package/data/pokemon/baltoy.json +137 -0
- package/data/pokemon/banette-mega.json +104 -0
- package/data/pokemon/banette.json +146 -0
- package/data/pokemon/barbaracle-mega.json +107 -0
- package/data/pokemon/barbaracle.json +102 -0
- package/data/pokemon/barboach.json +149 -0
- package/data/pokemon/barraskewda.json +86 -0
- package/data/pokemon/basculegion-f.json +105 -0
- package/data/pokemon/basculegion.json +98 -0
- package/data/pokemon/basculin-blue-striped.json +140 -0
- package/data/pokemon/basculin-white-striped.json +97 -0
- package/data/pokemon/basculin.json +130 -0
- package/data/pokemon/bastiodon.json +132 -0
- package/data/pokemon/baxcalibur-mega.json +108 -0
- package/data/pokemon/baxcalibur.json +85 -0
- package/data/pokemon/bayleef.json +153 -0
- package/data/pokemon/beartic.json +121 -0
- package/data/pokemon/beautifly-f.json +153 -0
- package/data/pokemon/beautifly.json +147 -0
- package/data/pokemon/beedrill-mega.json +105 -0
- package/data/pokemon/beedrill.json +165 -0
- package/data/pokemon/beheeyem.json +116 -0
- package/data/pokemon/beldum.json +148 -0
- package/data/pokemon/bellibolt.json +85 -0
- package/data/pokemon/bellossom.json +148 -0
- package/data/pokemon/bellsprout.json +162 -0
- package/data/pokemon/bergmite.json +102 -0
- package/data/pokemon/bewear.json +88 -0
- package/data/pokemon/bibarel-f.json +140 -0
- package/data/pokemon/bibarel.json +138 -0
- package/data/pokemon/bidoof-f.json +137 -0
- package/data/pokemon/bidoof.json +135 -0
- package/data/pokemon/binacle.json +100 -0
- package/data/pokemon/bisharp.json +121 -0
- package/data/pokemon/blacephalon.json +84 -0
- package/data/pokemon/blastoise-gmax.json +90 -0
- package/data/pokemon/blastoise-mega.json +104 -0
- package/data/pokemon/blastoise.json +172 -0
- package/data/pokemon/blaziken-f.json +165 -0
- package/data/pokemon/blaziken-mega.json +105 -0
- package/data/pokemon/blaziken.json +163 -0
- package/data/pokemon/blipbug.json +85 -0
- package/data/pokemon/blissey.json +154 -0
- package/data/pokemon/blitzle.json +114 -0
- package/data/pokemon/boldore.json +120 -0
- package/data/pokemon/boltund.json +86 -0
- package/data/pokemon/bombirdier.json +84 -0
- package/data/pokemon/bonsly.json +133 -0
- package/data/pokemon/bouffalant.json +112 -0
- package/data/pokemon/bounsweet.json +106 -0
- package/data/pokemon/braixen.json +100 -0
- package/data/pokemon/brambleghast.json +85 -0
- package/data/pokemon/bramblin.json +83 -0
- package/data/pokemon/braviary-hisui.json +100 -0
- package/data/pokemon/braviary.json +123 -0
- package/data/pokemon/breloom.json +141 -0
- package/data/pokemon/brionne.json +107 -0
- package/data/pokemon/bronzong.json +137 -0
- package/data/pokemon/bronzor.json +135 -0
- package/data/pokemon/brutebonnet.json +84 -0
- package/data/pokemon/bruxish.json +86 -0
- package/data/pokemon/budew.json +133 -0
- package/data/pokemon/buizel-f.json +140 -0
- package/data/pokemon/buizel.json +138 -0
- package/data/pokemon/bulbasaur.json +170 -0
- package/data/pokemon/buneary.json +129 -0
- package/data/pokemon/bunnelby.json +99 -0
- package/data/pokemon/burmy-sandy.json +137 -0
- package/data/pokemon/burmy-trash.json +137 -0
- package/data/pokemon/burmy.json +121 -0
- package/data/pokemon/butterfree-f.json +177 -0
- package/data/pokemon/butterfree-gmax.json +91 -0
- package/data/pokemon/butterfree.json +177 -0
- package/data/pokemon/buzzwole.json +85 -0
- package/data/pokemon/cacnea.json +135 -0
- package/data/pokemon/cacturne-f.json +151 -0
- package/data/pokemon/cacturne.json +149 -0
- package/data/pokemon/calyrex-ice.json +107 -0
- package/data/pokemon/calyrex-shadow.json +107 -0
- package/data/pokemon/calyrex.json +85 -0
- package/data/pokemon/camerupt-f.json +155 -0
- package/data/pokemon/camerupt-mega.json +105 -0
- package/data/pokemon/camerupt.json +153 -0
- package/data/pokemon/capsakid.json +83 -0
- package/data/pokemon/carbink.json +114 -0
- package/data/pokemon/carkol.json +88 -0
- package/data/pokemon/carnivine.json +120 -0
- package/data/pokemon/carracosta.json +120 -0
- package/data/pokemon/carvanha.json +145 -0
- package/data/pokemon/cascoon.json +134 -0
- package/data/pokemon/castform-rainy.json +121 -0
- package/data/pokemon/castform-snowy.json +121 -0
- package/data/pokemon/castform-sunny.json +121 -0
- package/data/pokemon/castform.json +134 -0
- package/data/pokemon/caterpie.json +163 -0
- package/data/pokemon/celebi.json +138 -0
- package/data/pokemon/celesteela.json +85 -0
- package/data/pokemon/centiskorch-gmax.json +92 -0
- package/data/pokemon/centiskorch.json +88 -0
- package/data/pokemon/ceruledge.json +85 -0
- package/data/pokemon/cetitan.json +85 -0
- package/data/pokemon/cetoddle.json +83 -0
- package/data/pokemon/chandelure-mega.json +105 -0
- package/data/pokemon/chandelure.json +122 -0
- package/data/pokemon/chansey.json +167 -0
- package/data/pokemon/charcadet.json +82 -0
- package/data/pokemon/charizard-gmax.json +91 -0
- package/data/pokemon/charizard-mega-x.json +105 -0
- package/data/pokemon/charizard-mega-y.json +105 -0
- package/data/pokemon/charizard.json +173 -0
- package/data/pokemon/charjabug.json +107 -0
- package/data/pokemon/charmander.json +169 -0
- package/data/pokemon/charmeleon.json +171 -0
- package/data/pokemon/chatot.json +125 -0
- package/data/pokemon/cherrim-sunshine.json +123 -0
- package/data/pokemon/cherrim.json +128 -0
- package/data/pokemon/cherubi.json +124 -0
- package/data/pokemon/chesnaught-mega.json +105 -0
- package/data/pokemon/chesnaught.json +102 -0
- package/data/pokemon/chespin.json +98 -0
- package/data/pokemon/chewtle.json +85 -0
- package/data/pokemon/chienpao.json +83 -0
- package/data/pokemon/chikorita.json +151 -0
- package/data/pokemon/chimchar.json +122 -0
- package/data/pokemon/chimecho-mega.json +109 -0
- package/data/pokemon/chimecho.json +141 -0
- package/data/pokemon/chinchou.json +153 -0
- package/data/pokemon/chingling.json +128 -0
- package/data/pokemon/chiyu.json +83 -0
- package/data/pokemon/cinccino.json +122 -0
- package/data/pokemon/cinderace-gmax.json +90 -0
- package/data/pokemon/cinderace.json +86 -0
- package/data/pokemon/clamperl.json +134 -0
- package/data/pokemon/clauncher.json +109 -0
- package/data/pokemon/clawitzer.json +112 -0
- package/data/pokemon/claydol.json +139 -0
- package/data/pokemon/clefable-mega.json +105 -0
- package/data/pokemon/clefable.json +168 -0
- package/data/pokemon/clefairy.json +166 -0
- package/data/pokemon/cleffa.json +155 -0
- package/data/pokemon/clobbopus.json +84 -0
- package/data/pokemon/clodsire.json +86 -0
- package/data/pokemon/cloyster.json +161 -0
- package/data/pokemon/coalossal-gmax.json +92 -0
- package/data/pokemon/coalossal.json +88 -0
- package/data/pokemon/cobalion.json +118 -0
- package/data/pokemon/cofagrigus.json +115 -0
- package/data/pokemon/combee-f.json +145 -0
- package/data/pokemon/combee.json +143 -0
- package/data/pokemon/combusken-f.json +165 -0
- package/data/pokemon/combusken.json +163 -0
- package/data/pokemon/comfey.json +106 -0
- package/data/pokemon/conkeldurr.json +120 -0
- package/data/pokemon/copperajah-gmax.json +90 -0
- package/data/pokemon/copperajah.json +86 -0
- package/data/pokemon/corphish.json +144 -0
- package/data/pokemon/corsola-galar.json +106 -0
- package/data/pokemon/corsola.json +149 -0
- package/data/pokemon/corviknight-gmax.json +92 -0
- package/data/pokemon/corviknight.json +88 -0
- package/data/pokemon/corvisquire.json +87 -0
- package/data/pokemon/cosmoem.json +97 -0
- package/data/pokemon/cosmog.json +95 -0
- package/data/pokemon/cottonee.json +120 -0
- package/data/pokemon/crabominable-mega.json +109 -0
- package/data/pokemon/crabominable.json +99 -0
- package/data/pokemon/crabrawler.json +85 -0
- package/data/pokemon/cradily.json +141 -0
- package/data/pokemon/cramorant-gorging.json +106 -0
- package/data/pokemon/cramorant-gulping.json +106 -0
- package/data/pokemon/cramorant.json +84 -0
- package/data/pokemon/cranidos.json +128 -0
- package/data/pokemon/crawdaunt.json +147 -0
- package/data/pokemon/cresselia.json +125 -0
- package/data/pokemon/croagunk-f.json +146 -0
- package/data/pokemon/croagunk.json +144 -0
- package/data/pokemon/crobat.json +155 -0
- package/data/pokemon/crocalor.json +84 -0
- package/data/pokemon/croconaw.json +153 -0
- package/data/pokemon/crustle.json +117 -0
- package/data/pokemon/cryogonal.json +116 -0
- package/data/pokemon/cubchoo.json +118 -0
- package/data/pokemon/cubone.json +166 -0
- package/data/pokemon/cufant.json +84 -0
- package/data/pokemon/cursola.json +86 -0
- package/data/pokemon/cutiefly.json +107 -0
- package/data/pokemon/cyclizar.json +83 -0
- package/data/pokemon/cyndaquil.json +151 -0
- package/data/pokemon/dachsbun.json +84 -0
- package/data/pokemon/darkrai-mega.json +107 -0
- package/data/pokemon/darkrai.json +124 -0
- package/data/pokemon/darmanitan-galar-zen.json +106 -0
- package/data/pokemon/darmanitan-galar.json +108 -0
- package/data/pokemon/darmanitan-zen.json +115 -0
- package/data/pokemon/darmanitan.json +115 -0
- package/data/pokemon/dartrix.json +110 -0
- package/data/pokemon/darumaka-galar.json +106 -0
- package/data/pokemon/darumaka.json +111 -0
- package/data/pokemon/decidueye-hisui.json +99 -0
- package/data/pokemon/decidueye.json +109 -0
- package/data/pokemon/dedenne.json +114 -0
- package/data/pokemon/deerling-autumn.json +133 -0
- package/data/pokemon/deerling-summer.json +133 -0
- package/data/pokemon/deerling-winter.json +133 -0
- package/data/pokemon/deerling.json +117 -0
- package/data/pokemon/deino.json +116 -0
- package/data/pokemon/delcatty.json +134 -0
- package/data/pokemon/delibird.json +152 -0
- package/data/pokemon/delphox-mega.json +105 -0
- package/data/pokemon/delphox.json +102 -0
- package/data/pokemon/deoxys-attack.json +146 -0
- package/data/pokemon/deoxys-defense.json +146 -0
- package/data/pokemon/deoxys-speed.json +146 -0
- package/data/pokemon/deoxys.json +131 -0
- package/data/pokemon/dewgong.json +158 -0
- package/data/pokemon/dewott.json +115 -0
- package/data/pokemon/dewpider.json +106 -0
- package/data/pokemon/dhelmise.json +84 -0
- package/data/pokemon/dialga-origin.json +99 -0
- package/data/pokemon/dialga.json +137 -0
- package/data/pokemon/diancie-mega.json +106 -0
- package/data/pokemon/diancie.json +101 -0
- package/data/pokemon/diggersby.json +103 -0
- package/data/pokemon/diglett-alola.json +133 -0
- package/data/pokemon/diglett.json +157 -0
- package/data/pokemon/dipplin.json +83 -0
- package/data/pokemon/ditto.json +161 -0
- package/data/pokemon/dodrio-f.json +167 -0
- package/data/pokemon/dodrio.json +171 -0
- package/data/pokemon/doduo-f.json +164 -0
- package/data/pokemon/doduo.json +168 -0
- package/data/pokemon/dolliv.json +85 -0
- package/data/pokemon/dondozo.json +83 -0
- package/data/pokemon/donphan-f.json +157 -0
- package/data/pokemon/donphan.json +155 -0
- package/data/pokemon/dottler.json +88 -0
- package/data/pokemon/doublade.json +100 -0
- package/data/pokemon/dracovish.json +86 -0
- package/data/pokemon/dracozolt.json +86 -0
- package/data/pokemon/dragalge-mega.json +107 -0
- package/data/pokemon/dragalge.json +114 -0
- package/data/pokemon/dragapult.json +88 -0
- package/data/pokemon/dragonair.json +162 -0
- package/data/pokemon/dragonite-mega.json +105 -0
- package/data/pokemon/dragonite.json +165 -0
- package/data/pokemon/drakloak.json +88 -0
- package/data/pokemon/drampa-mega.json +105 -0
- package/data/pokemon/drampa.json +97 -0
- package/data/pokemon/drapion.json +131 -0
- package/data/pokemon/dratini.json +160 -0
- package/data/pokemon/drednaw-gmax.json +92 -0
- package/data/pokemon/drednaw.json +88 -0
- package/data/pokemon/dreepy.json +86 -0
- package/data/pokemon/drifblim.json +138 -0
- package/data/pokemon/drifloon.json +136 -0
- package/data/pokemon/drilbur.json +120 -0
- package/data/pokemon/drizzile.json +86 -0
- package/data/pokemon/drowzee.json +155 -0
- package/data/pokemon/druddigon.json +116 -0
- package/data/pokemon/dubwool.json +87 -0
- package/data/pokemon/ducklett.json +103 -0
- package/data/pokemon/dudunsparce-three-segment.json +97 -0
- package/data/pokemon/dudunsparce.json +86 -0
- package/data/pokemon/dugtrio-alola.json +135 -0
- package/data/pokemon/dugtrio.json +160 -0
- package/data/pokemon/dunsparce.json +148 -0
- package/data/pokemon/duosion.json +106 -0
- package/data/pokemon/duraludon-gmax.json +92 -0
- package/data/pokemon/duraludon.json +86 -0
- package/data/pokemon/durant.json +113 -0
- package/data/pokemon/dusclops.json +142 -0
- package/data/pokemon/dusknoir.json +131 -0
- package/data/pokemon/duskull.json +140 -0
- package/data/pokemon/dustox-f.json +149 -0
- package/data/pokemon/dustox.json +147 -0
- package/data/pokemon/dwebble.json +115 -0
- package/data/pokemon/eelektrik.json +114 -0
- package/data/pokemon/eelektross-mega.json +104 -0
- package/data/pokemon/eelektross.json +114 -0
- package/data/pokemon/eevee-f.json +166 -0
- package/data/pokemon/eevee-gmax.json +91 -0
- package/data/pokemon/eevee.json +176 -0
- package/data/pokemon/eiscue-noice.json +105 -0
- package/data/pokemon/eiscue.json +84 -0
- package/data/pokemon/ekans.json +162 -0
- package/data/pokemon/eldegoss.json +87 -0
- package/data/pokemon/electabuzz.json +161 -0
- package/data/pokemon/electivire.json +138 -0
- package/data/pokemon/electrike.json +139 -0
- package/data/pokemon/electrode-hisui.json +100 -0
- package/data/pokemon/electrode.json +155 -0
- package/data/pokemon/elekid.json +151 -0
- package/data/pokemon/elgyem.json +114 -0
- package/data/pokemon/emboar-mega.json +105 -0
- package/data/pokemon/emboar.json +117 -0
- package/data/pokemon/emolga.json +119 -0
- package/data/pokemon/empoleon.json +135 -0
- package/data/pokemon/enamorus-therian.json +96 -0
- package/data/pokemon/enamorus.json +86 -0
- package/data/pokemon/entei.json +154 -0
- package/data/pokemon/escavalier.json +115 -0
- package/data/pokemon/espathra.json +85 -0
- package/data/pokemon/espeon.json +155 -0
- package/data/pokemon/espurr.json +101 -0
- package/data/pokemon/eternatus-eternamax.json +107 -0
- package/data/pokemon/eternatus.json +85 -0
- package/data/pokemon/excadrill-mega.json +105 -0
- package/data/pokemon/excadrill.json +124 -0
- package/data/pokemon/exeggcute.json +168 -0
- package/data/pokemon/exeggutor-alola.json +134 -0
- package/data/pokemon/exeggutor.json +160 -0
- package/data/pokemon/exploud.json +137 -0
- package/data/pokemon/falinks-mega.json +105 -0
- package/data/pokemon/falinks.json +84 -0
- package/data/pokemon/farfetchd-galar.json +106 -0
- package/data/pokemon/farfetchd.json +155 -0
- package/data/pokemon/farigiraf.json +86 -0
- package/data/pokemon/fearow.json +154 -0
- package/data/pokemon/feebas.json +146 -0
- package/data/pokemon/fennekin.json +98 -0
- package/data/pokemon/feraligatr-mega.json +105 -0
- package/data/pokemon/feraligatr.json +154 -0
- package/data/pokemon/ferroseed.json +111 -0
- package/data/pokemon/ferrothorn.json +114 -0
- package/data/pokemon/fezandipiti.json +81 -0
- package/data/pokemon/fidough.json +82 -0
- package/data/pokemon/finizen.json +81 -0
- package/data/pokemon/finneon-f.json +145 -0
- package/data/pokemon/finneon.json +143 -0
- package/data/pokemon/flaaffy.json +145 -0
- package/data/pokemon/flabebe-blue.json +116 -0
- package/data/pokemon/flabebe-orange.json +116 -0
- package/data/pokemon/flabebe-white.json +116 -0
- package/data/pokemon/flabebe-yellow.json +116 -0
- package/data/pokemon/flabebe.json +110 -0
- package/data/pokemon/flamigo.json +84 -0
- package/data/pokemon/flapple-gmax.json +92 -0
- package/data/pokemon/flapple.json +88 -0
- package/data/pokemon/flareon.json +166 -0
- package/data/pokemon/fletchinder.json +116 -0
- package/data/pokemon/fletchling.json +114 -0
- package/data/pokemon/flittle.json +83 -0
- package/data/pokemon/floatzel-f.json +142 -0
- package/data/pokemon/floatzel.json +140 -0
- package/data/pokemon/floette-blue.json +118 -0
- package/data/pokemon/floette-eternal-mega.json +105 -0
- package/data/pokemon/floette-eternal.json +105 -0
- package/data/pokemon/floette-orange.json +118 -0
- package/data/pokemon/floette-white.json +118 -0
- package/data/pokemon/floette-yellow.json +118 -0
- package/data/pokemon/floette.json +112 -0
- package/data/pokemon/floragato.json +84 -0
- package/data/pokemon/florges-blue.json +119 -0
- package/data/pokemon/florges-orange.json +119 -0
- package/data/pokemon/florges-white.json +119 -0
- package/data/pokemon/florges-yellow.json +119 -0
- package/data/pokemon/florges.json +113 -0
- package/data/pokemon/fluttermane.json +84 -0
- package/data/pokemon/flygon.json +148 -0
- package/data/pokemon/fomantis.json +105 -0
- package/data/pokemon/foongus.json +118 -0
- package/data/pokemon/forretress.json +148 -0
- package/data/pokemon/fraxure.json +120 -0
- package/data/pokemon/frigibax.json +83 -0
- package/data/pokemon/frillish-f.json +128 -0
- package/data/pokemon/frillish.json +126 -0
- package/data/pokemon/froakie.json +98 -0
- package/data/pokemon/frogadier.json +100 -0
- package/data/pokemon/froslass-mega.json +105 -0
- package/data/pokemon/froslass.json +139 -0
- package/data/pokemon/frosmoth.json +87 -0
- package/data/pokemon/fuecoco.json +82 -0
- package/data/pokemon/furfrou-dandy.json +114 -0
- package/data/pokemon/furfrou-debutante.json +114 -0
- package/data/pokemon/furfrou-diamond.json +114 -0
- package/data/pokemon/furfrou-heart.json +114 -0
- package/data/pokemon/furfrou-kabuki.json +114 -0
- package/data/pokemon/furfrou-la-reine.json +114 -0
- package/data/pokemon/furfrou-matron.json +114 -0
- package/data/pokemon/furfrou-pharaoh.json +114 -0
- package/data/pokemon/furfrou-star.json +114 -0
- package/data/pokemon/furfrou.json +108 -0
- package/data/pokemon/furret.json +144 -0
- package/data/pokemon/gabite-f.json +152 -0
- package/data/pokemon/gabite.json +150 -0
- package/data/pokemon/gallade-mega.json +105 -0
- package/data/pokemon/gallade.json +140 -0
- package/data/pokemon/galvantula.json +121 -0
- package/data/pokemon/garbodor-gmax.json +91 -0
- package/data/pokemon/garbodor.json +123 -0
- package/data/pokemon/garchomp-f.json +153 -0
- package/data/pokemon/garchomp-mega-z.json +108 -0
- package/data/pokemon/garchomp-mega.json +105 -0
- package/data/pokemon/garchomp.json +151 -0
- package/data/pokemon/gardevoir-mega.json +105 -0
- package/data/pokemon/gardevoir.json +151 -0
- package/data/pokemon/garganacl.json +85 -0
- package/data/pokemon/gastly.json +171 -0
- package/data/pokemon/gastrodon-east.json +160 -0
- package/data/pokemon/gastrodon.json +140 -0
- package/data/pokemon/genesect-burn.json +121 -0
- package/data/pokemon/genesect-chill.json +121 -0
- package/data/pokemon/genesect-douse.json +121 -0
- package/data/pokemon/genesect-shock.json +121 -0
- package/data/pokemon/genesect.json +104 -0
- package/data/pokemon/gengar-gmax.json +90 -0
- package/data/pokemon/gengar-mega.json +105 -0
- package/data/pokemon/gengar.json +173 -0
- package/data/pokemon/geodude-alola.json +129 -0
- package/data/pokemon/geodude.json +161 -0
- package/data/pokemon/gholdengo.json +85 -0
- package/data/pokemon/gible-f.json +150 -0
- package/data/pokemon/gible.json +148 -0
- package/data/pokemon/gigalith.json +119 -0
- package/data/pokemon/gimmighoul-roaming.json +93 -0
- package/data/pokemon/gimmighoul.json +83 -0
- package/data/pokemon/girafarig-f.json +159 -0
- package/data/pokemon/girafarig.json +153 -0
- package/data/pokemon/giratina-origin.json +144 -0
- package/data/pokemon/giratina.json +129 -0
- package/data/pokemon/glaceon.json +138 -0
- package/data/pokemon/glalie-mega.json +104 -0
- package/data/pokemon/glalie.json +150 -0
- package/data/pokemon/glameow.json +118 -0
- package/data/pokemon/glastrier.json +84 -0
- package/data/pokemon/gligar-f.json +166 -0
- package/data/pokemon/gligar.json +164 -0
- package/data/pokemon/glimmet.json +83 -0
- package/data/pokemon/glimmora-mega.json +107 -0
- package/data/pokemon/glimmora.json +85 -0
- package/data/pokemon/gliscor.json +131 -0
- package/data/pokemon/gloom-f.json +166 -0
- package/data/pokemon/gloom.json +169 -0
- package/data/pokemon/gogoat.json +100 -0
- package/data/pokemon/golbat-f.json +174 -0
- package/data/pokemon/golbat.json +178 -0
- package/data/pokemon/goldeen-f.json +167 -0
- package/data/pokemon/goldeen.json +171 -0
- package/data/pokemon/golduck.json +168 -0
- package/data/pokemon/golem-alola.json +130 -0
- package/data/pokemon/golem.json +162 -0
- package/data/pokemon/golett.json +121 -0
- package/data/pokemon/golisopod-mega.json +109 -0
- package/data/pokemon/golisopod.json +86 -0
- package/data/pokemon/golurk-mega.json +109 -0
- package/data/pokemon/golurk.json +124 -0
- package/data/pokemon/goodra-hisui.json +101 -0
- package/data/pokemon/goodra.json +118 -0
- package/data/pokemon/goomy.json +116 -0
- package/data/pokemon/gorebyss.json +136 -0
- package/data/pokemon/gossifleur.json +85 -0
- package/data/pokemon/gothita.json +116 -0
- package/data/pokemon/gothitelle.json +118 -0
- package/data/pokemon/gothorita.json +118 -0
- package/data/pokemon/gougingfire.json +83 -0
- package/data/pokemon/gourgeist-large.json +124 -0
- package/data/pokemon/gourgeist-small.json +124 -0
- package/data/pokemon/gourgeist-super.json +124 -0
- package/data/pokemon/gourgeist.json +104 -0
- package/data/pokemon/grafaiai.json +86 -0
- package/data/pokemon/granbull.json +156 -0
- package/data/pokemon/grapploct.json +86 -0
- package/data/pokemon/graveler-alola.json +131 -0
- package/data/pokemon/graveler.json +163 -0
- package/data/pokemon/greattusk.json +84 -0
- package/data/pokemon/greavard.json +82 -0
- package/data/pokemon/greedent.json +86 -0
- package/data/pokemon/greninja-ash.json +106 -0
- package/data/pokemon/greninja-mega.json +105 -0
- package/data/pokemon/greninja.json +103 -0
- package/data/pokemon/grimer-alola.json +129 -0
- package/data/pokemon/grimer.json +159 -0
- package/data/pokemon/grimmsnarl-gmax.json +92 -0
- package/data/pokemon/grimmsnarl.json +88 -0
- package/data/pokemon/grookey.json +84 -0
- package/data/pokemon/grotle.json +133 -0
- package/data/pokemon/groudon-primal.json +107 -0
- package/data/pokemon/groudon.json +149 -0
- package/data/pokemon/grovyle.json +151 -0
- package/data/pokemon/growlithe-hisui.json +98 -0
- package/data/pokemon/growlithe.json +168 -0
- package/data/pokemon/grubbin.json +104 -0
- package/data/pokemon/grumpig.json +139 -0
- package/data/pokemon/gulpin-f.json +150 -0
- package/data/pokemon/gulpin.json +148 -0
- package/data/pokemon/gumshoos.json +88 -0
- package/data/pokemon/gurdurr.json +120 -0
- package/data/pokemon/guzzlord.json +85 -0
- package/data/pokemon/gyarados-f.json +178 -0
- package/data/pokemon/gyarados-mega.json +105 -0
- package/data/pokemon/gyarados.json +182 -0
- package/data/pokemon/hakamoo.json +109 -0
- package/data/pokemon/happiny.json +138 -0
- package/data/pokemon/hariyama.json +144 -0
- package/data/pokemon/hatenna.json +85 -0
- package/data/pokemon/hatterene-gmax.json +92 -0
- package/data/pokemon/hatterene.json +88 -0
- package/data/pokemon/hattrem.json +87 -0
- package/data/pokemon/haunter.json +173 -0
- package/data/pokemon/hawlucha-mega.json +105 -0
- package/data/pokemon/hawlucha.json +114 -0
- package/data/pokemon/haxorus.json +120 -0
- package/data/pokemon/heatmor.json +112 -0
- package/data/pokemon/heatran-mega.json +109 -0
- package/data/pokemon/heatran.json +129 -0
- package/data/pokemon/heliolisk.json +103 -0
- package/data/pokemon/helioptile.json +100 -0
- package/data/pokemon/heracross-f.json +170 -0
- package/data/pokemon/heracross-mega.json +105 -0
- package/data/pokemon/heracross.json +168 -0
- package/data/pokemon/herdier.json +120 -0
- package/data/pokemon/hippopotas-f.json +150 -0
- package/data/pokemon/hippopotas.json +144 -0
- package/data/pokemon/hippowdon-f.json +153 -0
- package/data/pokemon/hippowdon.json +147 -0
- package/data/pokemon/hitmonchan.json +159 -0
- package/data/pokemon/hitmonlee.json +159 -0
- package/data/pokemon/hitmontop.json +149 -0
- package/data/pokemon/honchkrow.json +134 -0
- package/data/pokemon/honedge.json +98 -0
- package/data/pokemon/hooh.json +153 -0
- package/data/pokemon/hoopa-unbound.json +119 -0
- package/data/pokemon/hoopa.json +100 -0
- package/data/pokemon/hoothoot.json +157 -0
- package/data/pokemon/hoppip.json +143 -0
- package/data/pokemon/horsea.json +160 -0
- package/data/pokemon/houndoom-f.json +171 -0
- package/data/pokemon/houndoom-mega.json +105 -0
- package/data/pokemon/houndoom.json +169 -0
- package/data/pokemon/houndour.json +155 -0
- package/data/pokemon/houndstone.json +85 -0
- package/data/pokemon/huntail.json +136 -0
- package/data/pokemon/hydrapple.json +84 -0
- package/data/pokemon/hydreigon.json +119 -0
- package/data/pokemon/hypno-f.json +165 -0
- package/data/pokemon/hypno.json +169 -0
- package/data/pokemon/igglybuff.json +157 -0
- package/data/pokemon/illumise.json +136 -0
- package/data/pokemon/impidimp.json +86 -0
- package/data/pokemon/incineroar.json +109 -0
- package/data/pokemon/indeedee-f.json +109 -0
- package/data/pokemon/indeedee.json +98 -0
- package/data/pokemon/infernape.json +135 -0
- package/data/pokemon/inkay.json +113 -0
- package/data/pokemon/inteleon-gmax.json +90 -0
- package/data/pokemon/inteleon.json +86 -0
- package/data/pokemon/ironboulder.json +83 -0
- package/data/pokemon/ironbundle.json +84 -0
- package/data/pokemon/ironcrown.json +83 -0
- package/data/pokemon/ironhands.json +84 -0
- package/data/pokemon/ironjugulis.json +84 -0
- package/data/pokemon/ironleaves.json +85 -0
- package/data/pokemon/ironmoth.json +84 -0
- package/data/pokemon/ironthorns.json +84 -0
- package/data/pokemon/irontreads.json +84 -0
- package/data/pokemon/ironvaliant.json +84 -0
- package/data/pokemon/ivysaur.json +172 -0
- package/data/pokemon/jangmoo.json +106 -0
- package/data/pokemon/jellicent-f.json +130 -0
- package/data/pokemon/jellicent.json +128 -0
- package/data/pokemon/jigglypuff.json +168 -0
- package/data/pokemon/jirachi.json +137 -0
- package/data/pokemon/jolteon.json +166 -0
- package/data/pokemon/joltik.json +119 -0
- package/data/pokemon/jumpluff.json +146 -0
- package/data/pokemon/jynx.json +165 -0
- package/data/pokemon/kabuto.json +163 -0
- package/data/pokemon/kabutops.json +165 -0
- package/data/pokemon/kadabra-f.json +173 -0
- package/data/pokemon/kadabra.json +177 -0
- package/data/pokemon/kakuna.json +163 -0
- package/data/pokemon/kangaskhan-mega.json +104 -0
- package/data/pokemon/kangaskhan.json +157 -0
- package/data/pokemon/karrablast.json +112 -0
- package/data/pokemon/kartana.json +85 -0
- package/data/pokemon/kecleon.json +134 -0
- package/data/pokemon/keldeo-resolute.json +125 -0
- package/data/pokemon/keldeo.json +107 -0
- package/data/pokemon/kilowattrel.json +86 -0
- package/data/pokemon/kingambit.json +86 -0
- package/data/pokemon/kingdra.json +153 -0
- package/data/pokemon/kingler-gmax.json +91 -0
- package/data/pokemon/kingler.json +155 -0
- package/data/pokemon/kirlia.json +150 -0
- package/data/pokemon/klang.json +116 -0
- package/data/pokemon/klawf.json +83 -0
- package/data/pokemon/kleavor.json +87 -0
- package/data/pokemon/klefki.json +117 -0
- package/data/pokemon/klink.json +114 -0
- package/data/pokemon/klinklang.json +116 -0
- package/data/pokemon/koffing.json +155 -0
- package/data/pokemon/komala.json +83 -0
- package/data/pokemon/kommoo.json +110 -0
- package/data/pokemon/koraidon.json +83 -0
- package/data/pokemon/krabby.json +153 -0
- package/data/pokemon/kricketot-f.json +138 -0
- package/data/pokemon/kricketot.json +136 -0
- package/data/pokemon/kricketune-f.json +140 -0
- package/data/pokemon/kricketune.json +138 -0
- package/data/pokemon/krokorok.json +127 -0
- package/data/pokemon/krookodile.json +128 -0
- package/data/pokemon/kubfu.json +84 -0
- package/data/pokemon/kyogre-primal.json +106 -0
- package/data/pokemon/kyogre.json +149 -0
- package/data/pokemon/kyurem-black.json +123 -0
- package/data/pokemon/kyurem-white.json +123 -0
- package/data/pokemon/kyurem.json +117 -0
- package/data/pokemon/lairon.json +142 -0
- package/data/pokemon/lampent.json +121 -0
- package/data/pokemon/landorus-therian.json +125 -0
- package/data/pokemon/landorus.json +108 -0
- package/data/pokemon/lanturn.json +155 -0
- package/data/pokemon/lapras-gmax.json +92 -0
- package/data/pokemon/lapras.json +161 -0
- package/data/pokemon/larvesta.json +120 -0
- package/data/pokemon/larvitar.json +158 -0
- package/data/pokemon/latias-mega.json +105 -0
- package/data/pokemon/latias.json +150 -0
- package/data/pokemon/latios-mega.json +105 -0
- package/data/pokemon/latios.json +150 -0
- package/data/pokemon/leafeon.json +138 -0
- package/data/pokemon/leavanny.json +116 -0
- package/data/pokemon/lechonk.json +83 -0
- package/data/pokemon/ledian-f.json +166 -0
- package/data/pokemon/ledian.json +164 -0
- package/data/pokemon/ledyba-f.json +164 -0
- package/data/pokemon/ledyba.json +162 -0
- package/data/pokemon/lickilicky.json +132 -0
- package/data/pokemon/lickitung.json +156 -0
- package/data/pokemon/liepard.json +106 -0
- package/data/pokemon/lileep.json +139 -0
- package/data/pokemon/lilligant-hisui.json +100 -0
- package/data/pokemon/lilligant.json +123 -0
- package/data/pokemon/lillipup.json +118 -0
- package/data/pokemon/linoone-galar.json +110 -0
- package/data/pokemon/linoone.json +146 -0
- package/data/pokemon/litleo.json +100 -0
- package/data/pokemon/litten.json +105 -0
- package/data/pokemon/litwick.json +119 -0
- package/data/pokemon/lokix.json +85 -0
- package/data/pokemon/lombre.json +143 -0
- package/data/pokemon/lopunny-mega.json +105 -0
- package/data/pokemon/lopunny.json +131 -0
- package/data/pokemon/lotad.json +141 -0
- package/data/pokemon/loudred.json +137 -0
- package/data/pokemon/lucario-mega-z.json +111 -0
- package/data/pokemon/lucario-mega.json +105 -0
- package/data/pokemon/lucario.json +142 -0
- package/data/pokemon/ludicolo-f.json +156 -0
- package/data/pokemon/ludicolo.json +154 -0
- package/data/pokemon/lugia.json +153 -0
- package/data/pokemon/lumineon-f.json +147 -0
- package/data/pokemon/lumineon.json +145 -0
- package/data/pokemon/lunala.json +108 -0
- package/data/pokemon/lunatone.json +135 -0
- package/data/pokemon/lurantis.json +108 -0
- package/data/pokemon/luvdisc.json +141 -0
- package/data/pokemon/luxio-f.json +147 -0
- package/data/pokemon/luxio.json +145 -0
- package/data/pokemon/luxray-f.json +148 -0
- package/data/pokemon/luxray.json +146 -0
- package/data/pokemon/lycanroc-dusk.json +118 -0
- package/data/pokemon/lycanroc-midnight.json +132 -0
- package/data/pokemon/lycanroc.json +111 -0
- package/data/pokemon/mabosstiff.json +85 -0
- package/data/pokemon/machamp-gmax.json +91 -0
- package/data/pokemon/machamp.json +164 -0
- package/data/pokemon/machoke.json +164 -0
- package/data/pokemon/machop.json +162 -0
- package/data/pokemon/magby.json +150 -0
- package/data/pokemon/magcargo.json +147 -0
- package/data/pokemon/magearna-mega.json +110 -0
- package/data/pokemon/magearna-original-mega.json +109 -0
- package/data/pokemon/magearna-original.json +117 -0
- package/data/pokemon/magearna.json +96 -0
- package/data/pokemon/magikarp-f.json +174 -0
- package/data/pokemon/magikarp.json +178 -0
- package/data/pokemon/magmar.json +161 -0
- package/data/pokemon/magmortar.json +138 -0
- package/data/pokemon/magnemite.json +167 -0
- package/data/pokemon/magneton.json +170 -0
- package/data/pokemon/magnezone.json +139 -0
- package/data/pokemon/makuhita.json +142 -0
- package/data/pokemon/malamar-mega.json +107 -0
- package/data/pokemon/malamar.json +116 -0
- package/data/pokemon/mamoswine-f.json +149 -0
- package/data/pokemon/mamoswine.json +147 -0
- package/data/pokemon/manaphy.json +119 -0
- package/data/pokemon/mandibuzz.json +123 -0
- package/data/pokemon/manectric-mega.json +104 -0
- package/data/pokemon/manectric.json +143 -0
- package/data/pokemon/mankey.json +155 -0
- package/data/pokemon/mantine.json +148 -0
- package/data/pokemon/mantyke.json +132 -0
- package/data/pokemon/maractus.json +114 -0
- package/data/pokemon/mareanie.json +108 -0
- package/data/pokemon/mareep.json +153 -0
- package/data/pokemon/marill.json +151 -0
- package/data/pokemon/marowak-alola.json +134 -0
- package/data/pokemon/marowak.json +158 -0
- package/data/pokemon/marshadow.json +85 -0
- package/data/pokemon/marshtomp.json +152 -0
- package/data/pokemon/maschiff.json +83 -0
- package/data/pokemon/masquerain.json +144 -0
- package/data/pokemon/maushold-three.json +97 -0
- package/data/pokemon/maushold.json +86 -0
- package/data/pokemon/mawile-mega.json +104 -0
- package/data/pokemon/mawile.json +142 -0
- package/data/pokemon/medicham-f.json +154 -0
- package/data/pokemon/medicham-mega.json +105 -0
- package/data/pokemon/medicham.json +152 -0
- package/data/pokemon/meditite-f.json +151 -0
- package/data/pokemon/meditite.json +149 -0
- package/data/pokemon/meganium-f.json +167 -0
- package/data/pokemon/meganium-mega.json +105 -0
- package/data/pokemon/meganium.json +165 -0
- package/data/pokemon/melmetal-gmax.json +89 -0
- package/data/pokemon/melmetal.json +84 -0
- package/data/pokemon/meloetta-pirouette.json +107 -0
- package/data/pokemon/meloetta.json +105 -0
- package/data/pokemon/meltan.json +84 -0
- package/data/pokemon/meowscarada.json +85 -0
- package/data/pokemon/meowstic-f.json +127 -0
- package/data/pokemon/meowstic-mega.json +108 -0
- package/data/pokemon/meowstic.json +117 -0
- package/data/pokemon/meowth-alola.json +130 -0
- package/data/pokemon/meowth-galar.json +107 -0
- package/data/pokemon/meowth-gmax.json +91 -0
- package/data/pokemon/meowth.json +170 -0
- package/data/pokemon/mesprit.json +125 -0
- package/data/pokemon/metagross-mega.json +105 -0
- package/data/pokemon/metagross.json +151 -0
- package/data/pokemon/metang.json +150 -0
- package/data/pokemon/metapod.json +164 -0
- package/data/pokemon/mew.json +158 -0
- package/data/pokemon/mewtwo-mega-x.json +106 -0
- package/data/pokemon/mewtwo-mega-y.json +105 -0
- package/data/pokemon/mewtwo.json +167 -0
- package/data/pokemon/mienfoo.json +118 -0
- package/data/pokemon/mienshao.json +120 -0
- package/data/pokemon/mightyena.json +146 -0
- package/data/pokemon/milcery.json +84 -0
- package/data/pokemon/milotic-f.json +162 -0
- package/data/pokemon/milotic.json +160 -0
- package/data/pokemon/miltank.json +154 -0
- package/data/pokemon/mimejr.json +130 -0
- package/data/pokemon/mimikyu-busted.json +117 -0
- package/data/pokemon/mimikyu.json +109 -0
- package/data/pokemon/minccino.json +120 -0
- package/data/pokemon/minior-blue.json +107 -0
- package/data/pokemon/minior-green.json +107 -0
- package/data/pokemon/minior-indigo.json +107 -0
- package/data/pokemon/minior-orange.json +107 -0
- package/data/pokemon/minior-red.json +113 -0
- package/data/pokemon/minior-violet.json +107 -0
- package/data/pokemon/minior-yellow.json +107 -0
- package/data/pokemon/minior.json +115 -0
- package/data/pokemon/minun.json +135 -0
- package/data/pokemon/miraidon.json +83 -0
- package/data/pokemon/misdreavus.json +154 -0
- package/data/pokemon/mismagius.json +126 -0
- package/data/pokemon/moltres-galar.json +107 -0
- package/data/pokemon/moltres.json +165 -0
- package/data/pokemon/monferno.json +134 -0
- package/data/pokemon/morelull.json +86 -0
- package/data/pokemon/morgrem.json +88 -0
- package/data/pokemon/morpeko-hangry.json +106 -0
- package/data/pokemon/morpeko.json +85 -0
- package/data/pokemon/mothim.json +122 -0
- package/data/pokemon/mrmime-galar.json +110 -0
- package/data/pokemon/mrmime.json +169 -0
- package/data/pokemon/mrrime.json +88 -0
- package/data/pokemon/mudbray.json +106 -0
- package/data/pokemon/mudkip.json +149 -0
- package/data/pokemon/mudsdale.json +109 -0
- package/data/pokemon/muk-alola.json +131 -0
- package/data/pokemon/muk.json +161 -0
- package/data/pokemon/munchlax.json +136 -0
- package/data/pokemon/munkidori.json +81 -0
- package/data/pokemon/munna.json +116 -0
- package/data/pokemon/murkrow-f.json +160 -0
- package/data/pokemon/murkrow.json +158 -0
- package/data/pokemon/musharna.json +118 -0
- package/data/pokemon/nacli.json +83 -0
- package/data/pokemon/naclstack.json +85 -0
- package/data/pokemon/naganadel.json +87 -0
- package/data/pokemon/natu.json +148 -0
- package/data/pokemon/necrozma-dawn-wings.json +107 -0
- package/data/pokemon/necrozma-dusk-mane.json +107 -0
- package/data/pokemon/necrozma-ultra.json +107 -0
- package/data/pokemon/necrozma.json +105 -0
- package/data/pokemon/nickit.json +85 -0
- package/data/pokemon/nidoking.json +154 -0
- package/data/pokemon/nidoqueen.json +154 -0
- package/data/pokemon/nidoranf.json +151 -0
- package/data/pokemon/nidoranm.json +151 -0
- package/data/pokemon/nidorina.json +153 -0
- package/data/pokemon/nidorino.json +153 -0
- package/data/pokemon/nihilego.json +85 -0
- package/data/pokemon/nincada.json +144 -0
- package/data/pokemon/ninetales-alola.json +137 -0
- package/data/pokemon/ninetales.json +164 -0
- package/data/pokemon/ninjask.json +146 -0
- package/data/pokemon/noctowl.json +149 -0
- package/data/pokemon/noibat.json +113 -0
- package/data/pokemon/noivern.json +116 -0
- package/data/pokemon/nosepass.json +143 -0
- package/data/pokemon/numel-f.json +152 -0
- package/data/pokemon/numel.json +150 -0
- package/data/pokemon/nuzleaf-f.json +157 -0
- package/data/pokemon/nuzleaf.json +155 -0
- package/data/pokemon/nymble.json +82 -0
- package/data/pokemon/obstagoon.json +89 -0
- package/data/pokemon/octillery-f.json +165 -0
- package/data/pokemon/octillery.json +159 -0
- package/data/pokemon/oddish.json +156 -0
- package/data/pokemon/ogerpon-cornerstone.json +98 -0
- package/data/pokemon/ogerpon-hearthflame.json +98 -0
- package/data/pokemon/ogerpon-wellspring.json +98 -0
- package/data/pokemon/ogerpon.json +85 -0
- package/data/pokemon/oinkologne-f.json +103 -0
- package/data/pokemon/oinkologne.json +96 -0
- package/data/pokemon/okidogi.json +81 -0
- package/data/pokemon/omanyte.json +163 -0
- package/data/pokemon/omastar.json +165 -0
- package/data/pokemon/onix.json +160 -0
- package/data/pokemon/oranguru.json +98 -0
- package/data/pokemon/orbeetle-gmax.json +92 -0
- package/data/pokemon/orbeetle.json +88 -0
- package/data/pokemon/oricorio-pau.json +106 -0
- package/data/pokemon/oricorio-pom-pom.json +106 -0
- package/data/pokemon/oricorio-sensu.json +106 -0
- package/data/pokemon/oricorio.json +85 -0
- package/data/pokemon/orthworm.json +82 -0
- package/data/pokemon/oshawott.json +114 -0
- package/data/pokemon/overqwil.json +87 -0
- package/data/pokemon/pachirisu-f.json +143 -0
- package/data/pokemon/pachirisu.json +137 -0
- package/data/pokemon/palafin-hero.json +93 -0
- package/data/pokemon/palafin.json +84 -0
- package/data/pokemon/palkia-origin.json +99 -0
- package/data/pokemon/palkia.json +137 -0
- package/data/pokemon/palossand.json +110 -0
- package/data/pokemon/palpitoad.json +117 -0
- package/data/pokemon/pancham.json +110 -0
- package/data/pokemon/pangoro.json +114 -0
- package/data/pokemon/panpour.json +100 -0
- package/data/pokemon/pansage.json +100 -0
- package/data/pokemon/pansear.json +100 -0
- package/data/pokemon/paras.json +154 -0
- package/data/pokemon/parasect.json +156 -0
- package/data/pokemon/passimian.json +96 -0
- package/data/pokemon/patrat.json +101 -0
- package/data/pokemon/pawmi.json +83 -0
- package/data/pokemon/pawmo.json +86 -0
- package/data/pokemon/pawmot.json +86 -0
- package/data/pokemon/pawniard.json +119 -0
- package/data/pokemon/pecharunt.json +81 -0
- package/data/pokemon/pelipper.json +150 -0
- package/data/pokemon/perrserker.json +87 -0
- package/data/pokemon/persian-alola.json +131 -0
- package/data/pokemon/persian.json +172 -0
- package/data/pokemon/petilil.json +123 -0
- package/data/pokemon/phanpy.json +142 -0
- package/data/pokemon/phantump.json +117 -0
- package/data/pokemon/pheromosa.json +85 -0
- package/data/pokemon/phione.json +120 -0
- package/data/pokemon/pichu.json +155 -0
- package/data/pokemon/pidgeot-mega.json +105 -0
- package/data/pokemon/pidgeot.json +155 -0
- package/data/pokemon/pidgeotto.json +154 -0
- package/data/pokemon/pidgey.json +152 -0
- package/data/pokemon/pidove.json +115 -0
- package/data/pokemon/pignite.json +116 -0
- package/data/pokemon/pikachu-alola.json +116 -0
- package/data/pokemon/pikachu-f.json +172 -0
- package/data/pokemon/pikachu-gmax.json +90 -0
- package/data/pokemon/pikachu-hoenn.json +116 -0
- package/data/pokemon/pikachu-kalos.json +116 -0
- package/data/pokemon/pikachu-original.json +117 -0
- package/data/pokemon/pikachu-partner.json +106 -0
- package/data/pokemon/pikachu-sinnoh.json +116 -0
- package/data/pokemon/pikachu-unova.json +116 -0
- package/data/pokemon/pikachu-world.json +106 -0
- package/data/pokemon/pikachu.json +188 -0
- package/data/pokemon/pikipek.json +86 -0
- package/data/pokemon/piloswine-f.json +165 -0
- package/data/pokemon/piloswine.json +163 -0
- package/data/pokemon/pincurchin.json +84 -0
- package/data/pokemon/pineco.json +143 -0
- package/data/pokemon/pinsir-mega.json +105 -0
- package/data/pokemon/pinsir.json +159 -0
- package/data/pokemon/piplup.json +122 -0
- package/data/pokemon/plusle.json +136 -0
- package/data/pokemon/poipole.json +84 -0
- package/data/pokemon/politoed-f.json +165 -0
- package/data/pokemon/politoed.json +163 -0
- package/data/pokemon/poliwag.json +159 -0
- package/data/pokemon/poliwhirl.json +161 -0
- package/data/pokemon/poliwrath.json +163 -0
- package/data/pokemon/poltchageist-artisan.json +102 -0
- package/data/pokemon/poltchageist.json +81 -0
- package/data/pokemon/polteageist-antique.json +98 -0
- package/data/pokemon/polteageist.json +87 -0
- package/data/pokemon/ponyta-galar.json +107 -0
- package/data/pokemon/ponyta.json +153 -0
- package/data/pokemon/poochyena.json +144 -0
- package/data/pokemon/popplio.json +105 -0
- package/data/pokemon/porygon.json +161 -0
- package/data/pokemon/porygon2.json +153 -0
- package/data/pokemon/porygonz.json +138 -0
- package/data/pokemon/primarina.json +109 -0
- package/data/pokemon/primeape.json +158 -0
- package/data/pokemon/prinplup.json +133 -0
- package/data/pokemon/probopass.json +133 -0
- package/data/pokemon/psyduck.json +165 -0
- package/data/pokemon/pumpkaboo-large.json +122 -0
- package/data/pokemon/pumpkaboo-small.json +122 -0
- package/data/pokemon/pumpkaboo-super.json +122 -0
- package/data/pokemon/pumpkaboo.json +102 -0
- package/data/pokemon/pupitar.json +159 -0
- package/data/pokemon/purrloin.json +103 -0
- package/data/pokemon/purugly.json +120 -0
- package/data/pokemon/pyroar-f.json +115 -0
- package/data/pokemon/pyroar-mega.json +107 -0
- package/data/pokemon/pyroar.json +113 -0
- package/data/pokemon/pyukumuku.json +84 -0
- package/data/pokemon/quagsire-f.json +160 -0
- package/data/pokemon/quagsire.json +158 -0
- package/data/pokemon/quaquaval.json +85 -0
- package/data/pokemon/quaxly.json +82 -0
- package/data/pokemon/quaxwell.json +84 -0
- package/data/pokemon/quilava.json +153 -0
- package/data/pokemon/quilladin.json +100 -0
- package/data/pokemon/qwilfish-hisui.json +98 -0
- package/data/pokemon/qwilfish.json +148 -0
- package/data/pokemon/raboot.json +86 -0
- package/data/pokemon/rabsca.json +85 -0
- package/data/pokemon/ragingbolt.json +83 -0
- package/data/pokemon/raichu-alola.json +134 -0
- package/data/pokemon/raichu-f.json +171 -0
- package/data/pokemon/raichu-mega-x.json +105 -0
- package/data/pokemon/raichu-mega-y.json +105 -0
- package/data/pokemon/raichu.json +174 -0
- package/data/pokemon/raikou.json +154 -0
- package/data/pokemon/ralts.json +148 -0
- package/data/pokemon/rampardos.json +131 -0
- package/data/pokemon/rapidash-galar.json +110 -0
- package/data/pokemon/rapidash.json +156 -0
- package/data/pokemon/raticate-alola.json +111 -0
- package/data/pokemon/raticate-f.json +157 -0
- package/data/pokemon/raticate.json +161 -0
- package/data/pokemon/rattata-alola.json +108 -0
- package/data/pokemon/rattata-f.json +154 -0
- package/data/pokemon/rattata.json +158 -0
- package/data/pokemon/rayquaza-mega.json +105 -0
- package/data/pokemon/rayquaza.json +150 -0
- package/data/pokemon/regice.json +147 -0
- package/data/pokemon/regidrago.json +83 -0
- package/data/pokemon/regieleki.json +83 -0
- package/data/pokemon/regigigas.json +125 -0
- package/data/pokemon/regirock.json +147 -0
- package/data/pokemon/registeel.json +147 -0
- package/data/pokemon/relicanth-f.json +160 -0
- package/data/pokemon/relicanth.json +154 -0
- package/data/pokemon/rellor.json +82 -0
- package/data/pokemon/remoraid.json +146 -0
- package/data/pokemon/reshiram.json +104 -0
- package/data/pokemon/reuniclus.json +107 -0
- package/data/pokemon/revavroom.json +85 -0
- package/data/pokemon/rhydon-f.json +173 -0
- package/data/pokemon/rhydon.json +177 -0
- package/data/pokemon/rhyhorn-f.json +170 -0
- package/data/pokemon/rhyhorn.json +174 -0
- package/data/pokemon/rhyperior-f.json +155 -0
- package/data/pokemon/rhyperior.json +149 -0
- package/data/pokemon/ribombee.json +109 -0
- package/data/pokemon/rillaboom-gmax.json +90 -0
- package/data/pokemon/rillaboom.json +86 -0
- package/data/pokemon/riolu.json +138 -0
- package/data/pokemon/roaringmoon.json +84 -0
- package/data/pokemon/rockruff.json +107 -0
- package/data/pokemon/roggenrola.json +118 -0
- package/data/pokemon/rolycoly.json +85 -0
- package/data/pokemon/rookidee.json +85 -0
- package/data/pokemon/roselia-f.json +158 -0
- package/data/pokemon/roselia.json +156 -0
- package/data/pokemon/roserade-f.json +149 -0
- package/data/pokemon/roserade.json +147 -0
- package/data/pokemon/rotom-fan.json +150 -0
- package/data/pokemon/rotom-frost.json +150 -0
- package/data/pokemon/rotom-heat.json +150 -0
- package/data/pokemon/rotom-mow.json +150 -0
- package/data/pokemon/rotom-wash.json +150 -0
- package/data/pokemon/rotom.json +134 -0
- package/data/pokemon/rowlet.json +109 -0
- package/data/pokemon/rufflet.json +123 -0
- package/data/pokemon/runerigus.json +86 -0
- package/data/pokemon/sableye-mega.json +105 -0
- package/data/pokemon/sableye.json +148 -0
- package/data/pokemon/salamence-mega.json +105 -0
- package/data/pokemon/salamence.json +149 -0
- package/data/pokemon/salandit.json +106 -0
- package/data/pokemon/salazzle.json +109 -0
- package/data/pokemon/samurott-hisui.json +99 -0
- package/data/pokemon/samurott.json +114 -0
- package/data/pokemon/sandaconda-gmax.json +91 -0
- package/data/pokemon/sandaconda.json +87 -0
- package/data/pokemon/sandile.json +125 -0
- package/data/pokemon/sandshrew-alola.json +120 -0
- package/data/pokemon/sandshrew.json +156 -0
- package/data/pokemon/sandslash-alola.json +122 -0
- package/data/pokemon/sandslash.json +158 -0
- package/data/pokemon/sandygast.json +108 -0
- package/data/pokemon/sandyshocks.json +84 -0
- package/data/pokemon/sawk.json +114 -0
- package/data/pokemon/sawsbuck-autumn.json +135 -0
- package/data/pokemon/sawsbuck-summer.json +135 -0
- package/data/pokemon/sawsbuck-winter.json +135 -0
- package/data/pokemon/sawsbuck.json +119 -0
- package/data/pokemon/scatterbug.json +99 -0
- package/data/pokemon/sceptile-mega.json +105 -0
- package/data/pokemon/sceptile.json +151 -0
- package/data/pokemon/scizor-f.json +179 -0
- package/data/pokemon/scizor-mega.json +105 -0
- package/data/pokemon/scizor.json +177 -0
- package/data/pokemon/scolipede-mega.json +107 -0
- package/data/pokemon/scolipede.json +117 -0
- package/data/pokemon/scorbunny.json +84 -0
- package/data/pokemon/scovillain-mega.json +107 -0
- package/data/pokemon/scovillain.json +86 -0
- package/data/pokemon/scrafty-mega.json +107 -0
- package/data/pokemon/scrafty.json +125 -0
- package/data/pokemon/scraggy.json +123 -0
- package/data/pokemon/screamtail.json +84 -0
- package/data/pokemon/scyther-f.json +180 -0
- package/data/pokemon/scyther.json +184 -0
- package/data/pokemon/seadra.json +162 -0
- package/data/pokemon/seaking-f.json +169 -0
- package/data/pokemon/seaking.json +173 -0
- package/data/pokemon/sealeo.json +143 -0
- package/data/pokemon/seedot.json +141 -0
- package/data/pokemon/seel.json +155 -0
- package/data/pokemon/seismitoad.json +117 -0
- package/data/pokemon/sentret.json +141 -0
- package/data/pokemon/serperior.json +114 -0
- package/data/pokemon/servine.json +113 -0
- package/data/pokemon/seviper.json +137 -0
- package/data/pokemon/sewaddle.json +115 -0
- package/data/pokemon/sharpedo-mega.json +105 -0
- package/data/pokemon/sharpedo.json +148 -0
- package/data/pokemon/shaymin-sky.json +131 -0
- package/data/pokemon/shaymin.json +123 -0
- package/data/pokemon/shedinja.json +145 -0
- package/data/pokemon/shelgon.json +147 -0
- package/data/pokemon/shellder.json +158 -0
- package/data/pokemon/shellos-east.json +157 -0
- package/data/pokemon/shellos.json +137 -0
- package/data/pokemon/shelmet.json +112 -0
- package/data/pokemon/shieldon.json +129 -0
- package/data/pokemon/shiftry-f.json +157 -0
- package/data/pokemon/shiftry.json +155 -0
- package/data/pokemon/shiinotic.json +88 -0
- package/data/pokemon/shinx-f.json +145 -0
- package/data/pokemon/shinx.json +143 -0
- package/data/pokemon/shroodle.json +84 -0
- package/data/pokemon/shroomish.json +138 -0
- package/data/pokemon/shuckle.json +143 -0
- package/data/pokemon/shuppet.json +142 -0
- package/data/pokemon/sigilyph.json +113 -0
- package/data/pokemon/silcoon.json +134 -0
- package/data/pokemon/silicobra.json +85 -0
- package/data/pokemon/silvally-bug.json +107 -0
- package/data/pokemon/silvally-dark.json +107 -0
- package/data/pokemon/silvally-dragon.json +107 -0
- package/data/pokemon/silvally-electric.json +107 -0
- package/data/pokemon/silvally-fairy.json +107 -0
- package/data/pokemon/silvally-fighting.json +107 -0
- package/data/pokemon/silvally-fire.json +107 -0
- package/data/pokemon/silvally-flying.json +107 -0
- package/data/pokemon/silvally-ghost.json +107 -0
- package/data/pokemon/silvally-grass.json +107 -0
- package/data/pokemon/silvally-ground.json +107 -0
- package/data/pokemon/silvally-ice.json +107 -0
- package/data/pokemon/silvally-poison.json +107 -0
- package/data/pokemon/silvally-psychic.json +107 -0
- package/data/pokemon/silvally-rock.json +107 -0
- package/data/pokemon/silvally-steel.json +107 -0
- package/data/pokemon/silvally-water.json +107 -0
- package/data/pokemon/silvally.json +103 -0
- package/data/pokemon/simipour.json +103 -0
- package/data/pokemon/simisage.json +103 -0
- package/data/pokemon/simisear.json +103 -0
- package/data/pokemon/sinistcha-masterpiece.json +104 -0
- package/data/pokemon/sinistcha.json +83 -0
- package/data/pokemon/sinistea-antique.json +96 -0
- package/data/pokemon/sinistea.json +85 -0
- package/data/pokemon/sirfetchd.json +86 -0
- package/data/pokemon/sizzlipede.json +86 -0
- package/data/pokemon/skarmory-mega.json +105 -0
- package/data/pokemon/skarmory.json +154 -0
- package/data/pokemon/skeledirge.json +85 -0
- package/data/pokemon/skiddo.json +98 -0
- package/data/pokemon/skiploom.json +146 -0
- package/data/pokemon/skitty.json +131 -0
- package/data/pokemon/skorupi.json +129 -0
- package/data/pokemon/skrelp.json +112 -0
- package/data/pokemon/skuntank.json +139 -0
- package/data/pokemon/skwovet.json +84 -0
- package/data/pokemon/slaking.json +136 -0
- package/data/pokemon/slakoth.json +134 -0
- package/data/pokemon/sliggoo-hisui.json +100 -0
- package/data/pokemon/sliggoo.json +116 -0
- package/data/pokemon/slitherwing.json +84 -0
- package/data/pokemon/slowbro-galar.json +110 -0
- package/data/pokemon/slowbro-mega.json +105 -0
- package/data/pokemon/slowbro.json +165 -0
- package/data/pokemon/slowking-galar.json +110 -0
- package/data/pokemon/slowking.json +155 -0
- package/data/pokemon/slowpoke-galar.json +107 -0
- package/data/pokemon/slowpoke.json +162 -0
- package/data/pokemon/slugma.json +143 -0
- package/data/pokemon/slurpuff.json +101 -0
- package/data/pokemon/smeargle.json +144 -0
- package/data/pokemon/smoliv.json +83 -0
- package/data/pokemon/smoochum.json +153 -0
- package/data/pokemon/sneasel-f.json +165 -0
- package/data/pokemon/sneasel-hisui-f.json +104 -0
- package/data/pokemon/sneasel-hisui.json +104 -0
- package/data/pokemon/sneasel.json +163 -0
- package/data/pokemon/sneasler.json +88 -0
- package/data/pokemon/snivy.json +111 -0
- package/data/pokemon/snom.json +85 -0
- package/data/pokemon/snorlax-gmax.json +91 -0
- package/data/pokemon/snorlax.json +164 -0
- package/data/pokemon/snorunt.json +147 -0
- package/data/pokemon/snover-f.json +143 -0
- package/data/pokemon/snover.json +141 -0
- package/data/pokemon/snubbull.json +154 -0
- package/data/pokemon/sobble.json +84 -0
- package/data/pokemon/solgaleo.json +108 -0
- package/data/pokemon/solosis.json +104 -0
- package/data/pokemon/solrock.json +136 -0
- package/data/pokemon/spearow.json +152 -0
- package/data/pokemon/spectrier.json +84 -0
- package/data/pokemon/spewpa.json +100 -0
- package/data/pokemon/spheal.json +141 -0
- package/data/pokemon/spidops.json +84 -0
- package/data/pokemon/spinarak.json +148 -0
- package/data/pokemon/spinda.json +136 -0
- package/data/pokemon/spiritomb.json +133 -0
- package/data/pokemon/spoink.json +137 -0
- package/data/pokemon/sprigatito.json +82 -0
- package/data/pokemon/spritzee.json +98 -0
- package/data/pokemon/squawkabilly-blue.json +96 -0
- package/data/pokemon/squawkabilly-white.json +96 -0
- package/data/pokemon/squawkabilly-yellow.json +96 -0
- package/data/pokemon/squawkabilly.json +85 -0
- package/data/pokemon/squirtle.json +169 -0
- package/data/pokemon/stakataka.json +84 -0
- package/data/pokemon/stantler.json +152 -0
- package/data/pokemon/staraptor-f.json +147 -0
- package/data/pokemon/staraptor-mega.json +109 -0
- package/data/pokemon/staraptor.json +141 -0
- package/data/pokemon/staravia-f.json +143 -0
- package/data/pokemon/staravia.json +141 -0
- package/data/pokemon/starly-f.json +141 -0
- package/data/pokemon/starly.json +139 -0
- package/data/pokemon/starmie-mega.json +105 -0
- package/data/pokemon/starmie.json +165 -0
- package/data/pokemon/staryu.json +160 -0
- package/data/pokemon/steelix-f.json +166 -0
- package/data/pokemon/steelix-mega.json +105 -0
- package/data/pokemon/steelix.json +164 -0
- package/data/pokemon/steenee.json +108 -0
- package/data/pokemon/stonjourner.json +83 -0
- package/data/pokemon/stoutland.json +120 -0
- package/data/pokemon/stufful.json +86 -0
- package/data/pokemon/stunfisk-galar.json +106 -0
- package/data/pokemon/stunfisk.json +116 -0
- package/data/pokemon/stunky.json +137 -0
- package/data/pokemon/sudowoodo-f.json +179 -0
- package/data/pokemon/sudowoodo.json +173 -0
- package/data/pokemon/suicune.json +154 -0
- package/data/pokemon/sunflora.json +144 -0
- package/data/pokemon/sunkern.json +141 -0
- package/data/pokemon/surskit.json +142 -0
- package/data/pokemon/swablu.json +145 -0
- package/data/pokemon/swadloon.json +117 -0
- package/data/pokemon/swalot-f.json +152 -0
- package/data/pokemon/swalot.json +150 -0
- package/data/pokemon/swampert-mega.json +105 -0
- package/data/pokemon/swampert.json +152 -0
- package/data/pokemon/swanna.json +105 -0
- package/data/pokemon/swellow.json +137 -0
- package/data/pokemon/swinub.json +149 -0
- package/data/pokemon/swirlix.json +98 -0
- package/data/pokemon/swoobat.json +114 -0
- package/data/pokemon/sylveon.json +120 -0
- package/data/pokemon/tadbulb.json +83 -0
- package/data/pokemon/taillow.json +134 -0
- package/data/pokemon/talonflame.json +117 -0
- package/data/pokemon/tandemaus.json +83 -0
- package/data/pokemon/tangela.json +154 -0
- package/data/pokemon/tangrowth-f.json +149 -0
- package/data/pokemon/tangrowth.json +143 -0
- package/data/pokemon/tapubulu.json +86 -0
- package/data/pokemon/tapufini.json +86 -0
- package/data/pokemon/tapukoko.json +86 -0
- package/data/pokemon/tapulele.json +86 -0
- package/data/pokemon/tarountula.json +82 -0
- package/data/pokemon/tatsugiri-droopy-mega.json +107 -0
- package/data/pokemon/tatsugiri-droopy.json +95 -0
- package/data/pokemon/tatsugiri-mega.json +108 -0
- package/data/pokemon/tatsugiri-stretchy-mega.json +107 -0
- package/data/pokemon/tatsugiri-stretchy.json +95 -0
- package/data/pokemon/tatsugiri.json +90 -0
- package/data/pokemon/tauros-paldea-fire.json +98 -0
- package/data/pokemon/tauros-paldea-water.json +98 -0
- package/data/pokemon/tauros-paldea.json +97 -0
- package/data/pokemon/tauros.json +169 -0
- package/data/pokemon/teddiursa.json +152 -0
- package/data/pokemon/tentacool.json +163 -0
- package/data/pokemon/tentacruel.json +165 -0
- package/data/pokemon/tepig.json +114 -0
- package/data/pokemon/terapagos-stellar.json +94 -0
- package/data/pokemon/terapagos-terastal.json +96 -0
- package/data/pokemon/terapagos.json +81 -0
- package/data/pokemon/terrakion.json +118 -0
- package/data/pokemon/thievul.json +87 -0
- package/data/pokemon/throh.json +114 -0
- package/data/pokemon/thundurus-therian.json +125 -0
- package/data/pokemon/thundurus.json +118 -0
- package/data/pokemon/thwackey.json +86 -0
- package/data/pokemon/timburr.json +118 -0
- package/data/pokemon/tinglu.json +83 -0
- package/data/pokemon/tinkatink.json +84 -0
- package/data/pokemon/tinkaton.json +86 -0
- package/data/pokemon/tinkatuff.json +86 -0
- package/data/pokemon/tirtouga.json +118 -0
- package/data/pokemon/toedscool.json +82 -0
- package/data/pokemon/toedscruel.json +84 -0
- package/data/pokemon/togedemaru.json +86 -0
- package/data/pokemon/togekiss.json +133 -0
- package/data/pokemon/togepi.json +146 -0
- package/data/pokemon/togetic.json +149 -0
- package/data/pokemon/torchic-f.json +162 -0
- package/data/pokemon/torchic.json +160 -0
- package/data/pokemon/torkoal.json +153 -0
- package/data/pokemon/tornadus-therian.json +124 -0
- package/data/pokemon/tornadus.json +117 -0
- package/data/pokemon/torracat.json +107 -0
- package/data/pokemon/torterra.json +135 -0
- package/data/pokemon/totodile.json +151 -0
- package/data/pokemon/toucannon.json +88 -0
- package/data/pokemon/toxapex.json +109 -0
- package/data/pokemon/toxel.json +86 -0
- package/data/pokemon/toxicroak-f.json +149 -0
- package/data/pokemon/toxicroak.json +147 -0
- package/data/pokemon/toxtricity-gmax.json +92 -0
- package/data/pokemon/toxtricity-low-key-gmax.json +92 -0
- package/data/pokemon/toxtricity-low-key.json +110 -0
- package/data/pokemon/toxtricity.json +89 -0
- package/data/pokemon/tranquill.json +117 -0
- package/data/pokemon/trapinch.json +146 -0
- package/data/pokemon/treecko.json +149 -0
- package/data/pokemon/trevenant.json +119 -0
- package/data/pokemon/tropius.json +142 -0
- package/data/pokemon/trubbish.json +120 -0
- package/data/pokemon/trumbeak.json +88 -0
- package/data/pokemon/tsareena.json +109 -0
- package/data/pokemon/turtonator.json +84 -0
- package/data/pokemon/turtwig.json +122 -0
- package/data/pokemon/tympole.json +114 -0
- package/data/pokemon/tynamo.json +112 -0
- package/data/pokemon/typenull.json +86 -0
- package/data/pokemon/typhlosion-hisui.json +99 -0
- package/data/pokemon/typhlosion.json +152 -0
- package/data/pokemon/tyranitar-mega.json +105 -0
- package/data/pokemon/tyranitar.json +161 -0
- package/data/pokemon/tyrantrum.json +103 -0
- package/data/pokemon/tyrogue.json +145 -0
- package/data/pokemon/tyrunt.json +99 -0
- package/data/pokemon/umbreon.json +155 -0
- package/data/pokemon/unfezant-f.json +130 -0
- package/data/pokemon/unfezant.json +128 -0
- package/data/pokemon/unown-b.json +154 -0
- package/data/pokemon/unown-c.json +154 -0
- package/data/pokemon/unown-d.json +154 -0
- package/data/pokemon/unown-e.json +154 -0
- package/data/pokemon/unown-exclamation.json +130 -0
- package/data/pokemon/unown-f.json +154 -0
- package/data/pokemon/unown-g.json +154 -0
- package/data/pokemon/unown-h.json +154 -0
- package/data/pokemon/unown-i.json +154 -0
- package/data/pokemon/unown-j.json +154 -0
- package/data/pokemon/unown-k.json +154 -0
- package/data/pokemon/unown-l.json +154 -0
- package/data/pokemon/unown-m.json +154 -0
- package/data/pokemon/unown-n.json +154 -0
- package/data/pokemon/unown-o.json +154 -0
- package/data/pokemon/unown-p.json +154 -0
- package/data/pokemon/unown-q.json +154 -0
- package/data/pokemon/unown-question.json +130 -0
- package/data/pokemon/unown-r.json +154 -0
- package/data/pokemon/unown-s.json +154 -0
- package/data/pokemon/unown-t.json +154 -0
- package/data/pokemon/unown-u.json +154 -0
- package/data/pokemon/unown-v.json +154 -0
- package/data/pokemon/unown-w.json +154 -0
- package/data/pokemon/unown-x.json +154 -0
- package/data/pokemon/unown-y.json +154 -0
- package/data/pokemon/unown-z.json +154 -0
- package/data/pokemon/unown.json +176 -0
- package/data/pokemon/ursaluna-bloodmoon.json +106 -0
- package/data/pokemon/ursaluna.json +87 -0
- package/data/pokemon/ursaring-f.json +167 -0
- package/data/pokemon/ursaring.json +165 -0
- package/data/pokemon/urshifu-gmax.json +91 -0
- package/data/pokemon/urshifu-rapid-strike-gmax.json +91 -0
- package/data/pokemon/urshifu-rapid-strike.json +109 -0
- package/data/pokemon/urshifu.json +88 -0
- package/data/pokemon/uxie.json +125 -0
- package/data/pokemon/vanillish.json +120 -0
- package/data/pokemon/vanillite.json +118 -0
- package/data/pokemon/vanilluxe.json +121 -0
- package/data/pokemon/vaporeon.json +166 -0
- package/data/pokemon/varoom.json +83 -0
- package/data/pokemon/veluza.json +83 -0
- package/data/pokemon/venipede.json +115 -0
- package/data/pokemon/venomoth.json +157 -0
- package/data/pokemon/venonat.json +154 -0
- package/data/pokemon/venusaur-f.json +180 -0
- package/data/pokemon/venusaur-gmax.json +91 -0
- package/data/pokemon/venusaur-mega.json +105 -0
- package/data/pokemon/venusaur.json +184 -0
- package/data/pokemon/vespiquen.json +134 -0
- package/data/pokemon/vibrava.json +148 -0
- package/data/pokemon/victini.json +102 -0
- package/data/pokemon/victreebel-mega.json +105 -0
- package/data/pokemon/victreebel.json +165 -0
- package/data/pokemon/vigoroth.json +136 -0
- package/data/pokemon/vikavolt.json +107 -0
- package/data/pokemon/vileplume-f.json +166 -0
- package/data/pokemon/vileplume.json +169 -0
- package/data/pokemon/virizion.json +118 -0
- package/data/pokemon/vivillon-archipelago.json +99 -0
- package/data/pokemon/vivillon-continental.json +99 -0
- package/data/pokemon/vivillon-elegant.json +99 -0
- package/data/pokemon/vivillon-fancy.json +98 -0
- package/data/pokemon/vivillon-garden.json +99 -0
- package/data/pokemon/vivillon-high-plains.json +99 -0
- package/data/pokemon/vivillon-jungle.json +99 -0
- package/data/pokemon/vivillon-marine.json +99 -0
- package/data/pokemon/vivillon-meadow.json +99 -0
- package/data/pokemon/vivillon-modern.json +99 -0
- package/data/pokemon/vivillon-monsoon.json +99 -0
- package/data/pokemon/vivillon-ocean.json +99 -0
- package/data/pokemon/vivillon-pokeball.json +96 -0
- package/data/pokemon/vivillon-polar.json +99 -0
- package/data/pokemon/vivillon-river.json +99 -0
- package/data/pokemon/vivillon-sandstorm.json +99 -0
- package/data/pokemon/vivillon-savanna.json +99 -0
- package/data/pokemon/vivillon-sun.json +99 -0
- package/data/pokemon/vivillon-tundra.json +99 -0
- package/data/pokemon/vivillon.json +111 -0
- package/data/pokemon/volbeat.json +136 -0
- package/data/pokemon/volcanion.json +101 -0
- package/data/pokemon/volcarona.json +123 -0
- package/data/pokemon/voltorb-hisui.json +98 -0
- package/data/pokemon/voltorb.json +153 -0
- package/data/pokemon/vullaby.json +121 -0
- package/data/pokemon/vulpix-alola.json +133 -0
- package/data/pokemon/vulpix.json +161 -0
- package/data/pokemon/wailmer.json +142 -0
- package/data/pokemon/wailord.json +144 -0
- package/data/pokemon/walkingwake.json +85 -0
- package/data/pokemon/walrein.json +143 -0
- package/data/pokemon/wartortle.json +171 -0
- package/data/pokemon/watchog.json +104 -0
- package/data/pokemon/wattrel.json +84 -0
- package/data/pokemon/weavile-f.json +153 -0
- package/data/pokemon/weavile.json +151 -0
- package/data/pokemon/weedle.json +162 -0
- package/data/pokemon/weepinbell.json +164 -0
- package/data/pokemon/weezing-galar.json +110 -0
- package/data/pokemon/weezing.json +157 -0
- package/data/pokemon/whimsicott.json +123 -0
- package/data/pokemon/whirlipede.json +117 -0
- package/data/pokemon/whiscash.json +151 -0
- package/data/pokemon/whismur.json +135 -0
- package/data/pokemon/wigglytuff.json +169 -0
- package/data/pokemon/wiglett.json +83 -0
- package/data/pokemon/wimpod.json +84 -0
- package/data/pokemon/wingull.json +147 -0
- package/data/pokemon/wishiwashi-school.json +105 -0
- package/data/pokemon/wishiwashi.json +84 -0
- package/data/pokemon/wobbuffet-f.json +164 -0
- package/data/pokemon/wobbuffet.json +158 -0
- package/data/pokemon/wochien.json +83 -0
- package/data/pokemon/woobat.json +113 -0
- package/data/pokemon/wooloo.json +85 -0
- package/data/pokemon/wooper-f.json +168 -0
- package/data/pokemon/wooper-paldea.json +98 -0
- package/data/pokemon/wooper.json +166 -0
- package/data/pokemon/wormadam-sandy.json +144 -0
- package/data/pokemon/wormadam-trash.json +144 -0
- package/data/pokemon/wormadam.json +124 -0
- package/data/pokemon/wugtrio.json +85 -0
- package/data/pokemon/wurmple.json +133 -0
- package/data/pokemon/wynaut.json +139 -0
- package/data/pokemon/wyrdeer.json +87 -0
- package/data/pokemon/xatu-f.json +163 -0
- package/data/pokemon/xatu.json +161 -0
- package/data/pokemon/xerneas-active.json +82 -0
- package/data/pokemon/xerneas.json +86 -0
- package/data/pokemon/xurkitree.json +84 -0
- package/data/pokemon/yamask-galar.json +106 -0
- package/data/pokemon/yamask.json +112 -0
- package/data/pokemon/yamper.json +84 -0
- package/data/pokemon/yanma.json +145 -0
- package/data/pokemon/yanmega.json +131 -0
- package/data/pokemon/yungoos.json +85 -0
- package/data/pokemon/yveltal.json +99 -0
- package/data/pokemon/zacian-crowned.json +108 -0
- package/data/pokemon/zacian.json +85 -0
- package/data/pokemon/zamazenta-crowned.json +108 -0
- package/data/pokemon/zamazenta.json +85 -0
- package/data/pokemon/zangoose.json +137 -0
- package/data/pokemon/zapdos-galar.json +107 -0
- package/data/pokemon/zapdos.json +165 -0
- package/data/pokemon/zarude-dada.json +106 -0
- package/data/pokemon/zarude.json +84 -0
- package/data/pokemon/zebstrika.json +116 -0
- package/data/pokemon/zekrom.json +104 -0
- package/data/pokemon/zeraora-mega.json +109 -0
- package/data/pokemon/zeraora.json +84 -0
- package/data/pokemon/zigzagoon-galar.json +108 -0
- package/data/pokemon/zigzagoon.json +144 -0
- package/data/pokemon/zoroark-hisui.json +98 -0
- package/data/pokemon/zoroark.json +121 -0
- package/data/pokemon/zorua-hisui.json +96 -0
- package/data/pokemon/zorua.json +118 -0
- package/data/pokemon/zubat-f.json +172 -0
- package/data/pokemon/zubat.json +176 -0
- package/data/pokemon/zweilous.json +118 -0
- package/data/pokemon/zygarde-10.json +108 -0
- package/data/pokemon/zygarde-complete-mega.json +110 -0
- package/data/pokemon/zygarde-complete.json +107 -0
- package/data/pokemon/zygarde.json +112 -0
- package/data/regions.json +14 -0
- package/data/ribbons.json +542 -0
- package/data/types.json +21 -0
- package/package.json +50 -0
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
//#region src/lib/enums.ts
|
|
2
|
+
const gameType = [
|
|
3
|
+
"superset",
|
|
4
|
+
"set",
|
|
5
|
+
"game",
|
|
6
|
+
"dlc"
|
|
7
|
+
];
|
|
8
|
+
const gamePlatforms = [
|
|
9
|
+
"gb",
|
|
10
|
+
"gbc",
|
|
11
|
+
"gba",
|
|
12
|
+
"nds",
|
|
13
|
+
"3ds",
|
|
14
|
+
"mobile",
|
|
15
|
+
"ngc",
|
|
16
|
+
"wii",
|
|
17
|
+
"wiiu",
|
|
18
|
+
"switch",
|
|
19
|
+
"switch2"
|
|
20
|
+
];
|
|
21
|
+
const gameSeries = [
|
|
22
|
+
"main",
|
|
23
|
+
"spinoff",
|
|
24
|
+
"storage",
|
|
25
|
+
"legends"
|
|
26
|
+
];
|
|
27
|
+
const itemCategory = [
|
|
28
|
+
"ball",
|
|
29
|
+
"medicine",
|
|
30
|
+
"battle",
|
|
31
|
+
"berry",
|
|
32
|
+
"machine",
|
|
33
|
+
"megastone",
|
|
34
|
+
"zcrystal",
|
|
35
|
+
"treasure",
|
|
36
|
+
"ingredient",
|
|
37
|
+
"material",
|
|
38
|
+
"key",
|
|
39
|
+
"other"
|
|
40
|
+
];
|
|
41
|
+
const pokeballCategory = [
|
|
42
|
+
"regular",
|
|
43
|
+
"special",
|
|
44
|
+
"hisuian",
|
|
45
|
+
"other"
|
|
46
|
+
];
|
|
47
|
+
const languageIds = [
|
|
48
|
+
"en",
|
|
49
|
+
"es",
|
|
50
|
+
"esla",
|
|
51
|
+
"fr",
|
|
52
|
+
"de",
|
|
53
|
+
"it",
|
|
54
|
+
"ja",
|
|
55
|
+
"ko",
|
|
56
|
+
"chs",
|
|
57
|
+
"cht",
|
|
58
|
+
"pt"
|
|
59
|
+
];
|
|
60
|
+
const languageAlpha3Codes = [
|
|
61
|
+
"eng",
|
|
62
|
+
"esp",
|
|
63
|
+
"esla",
|
|
64
|
+
"fra",
|
|
65
|
+
"deu",
|
|
66
|
+
"ita",
|
|
67
|
+
"jap",
|
|
68
|
+
"kor",
|
|
69
|
+
"chs",
|
|
70
|
+
"cht",
|
|
71
|
+
"por"
|
|
72
|
+
];
|
|
73
|
+
const languageInGameCodes = [
|
|
74
|
+
"ENG",
|
|
75
|
+
"ES-ES",
|
|
76
|
+
"ES-LA",
|
|
77
|
+
"FRA",
|
|
78
|
+
"DEU",
|
|
79
|
+
"ITA",
|
|
80
|
+
"JPN",
|
|
81
|
+
"KOR",
|
|
82
|
+
"CHT",
|
|
83
|
+
"CHS",
|
|
84
|
+
"PT-BR"
|
|
85
|
+
];
|
|
86
|
+
const ribbonCategory = [
|
|
87
|
+
"league",
|
|
88
|
+
"contest",
|
|
89
|
+
"tower",
|
|
90
|
+
"memory",
|
|
91
|
+
"gift"
|
|
92
|
+
];
|
|
93
|
+
const typeIds = [
|
|
94
|
+
"normal",
|
|
95
|
+
"fire",
|
|
96
|
+
"water",
|
|
97
|
+
"electric",
|
|
98
|
+
"grass",
|
|
99
|
+
"ice",
|
|
100
|
+
"fighting",
|
|
101
|
+
"poison",
|
|
102
|
+
"ground",
|
|
103
|
+
"flying",
|
|
104
|
+
"psychic",
|
|
105
|
+
"bug",
|
|
106
|
+
"rock",
|
|
107
|
+
"ghost",
|
|
108
|
+
"dragon",
|
|
109
|
+
"dark",
|
|
110
|
+
"steel",
|
|
111
|
+
"fairy",
|
|
112
|
+
"stellar"
|
|
113
|
+
];
|
|
114
|
+
/** Category tags on abilities (data/abilities.json `tags`). */
|
|
115
|
+
const abilityTagIds = [
|
|
116
|
+
"alert",
|
|
117
|
+
"ally-helper",
|
|
118
|
+
"stat-boost",
|
|
119
|
+
"move-boost",
|
|
120
|
+
"bypass",
|
|
121
|
+
"defense",
|
|
122
|
+
"handicap",
|
|
123
|
+
"heal",
|
|
124
|
+
"items",
|
|
125
|
+
"priority-control",
|
|
126
|
+
"damage",
|
|
127
|
+
"target-weaken",
|
|
128
|
+
"status-trigger",
|
|
129
|
+
"status-immunity",
|
|
130
|
+
"steal",
|
|
131
|
+
"weather",
|
|
132
|
+
"terrain",
|
|
133
|
+
"trap",
|
|
134
|
+
"ability-change",
|
|
135
|
+
"type-change",
|
|
136
|
+
"species-specific",
|
|
137
|
+
"other"
|
|
138
|
+
];
|
|
139
|
+
const statIds = [
|
|
140
|
+
"hp",
|
|
141
|
+
"atk",
|
|
142
|
+
"def",
|
|
143
|
+
"spa",
|
|
144
|
+
"spd",
|
|
145
|
+
"spe",
|
|
146
|
+
"acc",
|
|
147
|
+
"eva"
|
|
148
|
+
];
|
|
149
|
+
const moveCategory = [
|
|
150
|
+
"physical",
|
|
151
|
+
"special",
|
|
152
|
+
"status"
|
|
153
|
+
];
|
|
154
|
+
const genders = ["m", "f"];
|
|
155
|
+
const titleTypes = [
|
|
156
|
+
"ribbon",
|
|
157
|
+
"mark",
|
|
158
|
+
"custom"
|
|
159
|
+
];
|
|
160
|
+
const pokemonSizes = [
|
|
161
|
+
"xs",
|
|
162
|
+
"s",
|
|
163
|
+
"m",
|
|
164
|
+
"l",
|
|
165
|
+
"xl"
|
|
166
|
+
];
|
|
167
|
+
const ivJudgeValues = [
|
|
168
|
+
"nogood",
|
|
169
|
+
"decent",
|
|
170
|
+
"good",
|
|
171
|
+
"verygood",
|
|
172
|
+
"fantastic",
|
|
173
|
+
"best"
|
|
174
|
+
];
|
|
175
|
+
const battleStyles = [
|
|
176
|
+
"singles",
|
|
177
|
+
"doubles",
|
|
178
|
+
"triples",
|
|
179
|
+
"rotation",
|
|
180
|
+
"royale"
|
|
181
|
+
];
|
|
182
|
+
const raidStyles = ["dynamax", "tera"];
|
|
183
|
+
//#endregion
|
|
184
|
+
export { abilityTagIds, battleStyles, gamePlatforms, gameSeries, gameType, genders, itemCategory, ivJudgeValues, languageAlpha3Codes, languageIds, languageInGameCodes, moveCategory, pokeballCategory, pokemonSizes, raidStyles, ribbonCategory, statIds, titleTypes, typeIds };
|
|
185
|
+
|
|
186
|
+
//# sourceMappingURL=enums.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enums.mjs","names":[],"sources":["../../src/lib/enums.ts"],"sourcesContent":["export const gameType = ['superset', 'set', 'game', 'dlc'] as const\nexport const gamePlatforms = [\n 'gb',\n 'gbc',\n 'gba',\n 'nds',\n '3ds',\n 'mobile',\n 'ngc',\n 'wii',\n 'wiiu',\n 'switch',\n 'switch2',\n] as const\nexport const gameSeries = ['main', 'spinoff', 'storage', 'legends'] as const\nexport const itemCategory = [\n 'ball',\n 'medicine',\n 'battle',\n 'berry',\n 'machine',\n 'megastone',\n 'zcrystal',\n 'treasure',\n 'ingredient',\n 'material',\n 'key',\n 'other',\n] as const\nexport const pokeballCategory = ['regular', 'special', 'hisuian', 'other'] as const\nexport const languageIds = [\n 'en',\n 'es',\n 'esla',\n 'fr',\n 'de',\n 'it',\n 'ja',\n 'ko',\n 'chs',\n 'cht',\n 'pt',\n] as const\nexport const languageAlpha3Codes = [\n 'eng',\n 'esp',\n 'esla',\n 'fra',\n 'deu',\n 'ita',\n 'jap',\n 'kor',\n 'chs',\n 'cht',\n 'por',\n] as const\nexport const languageInGameCodes = [\n 'ENG',\n 'ES-ES',\n 'ES-LA',\n 'FRA',\n 'DEU',\n 'ITA',\n 'JPN',\n 'KOR',\n 'CHT',\n 'CHS',\n 'PT-BR',\n] as const\n\nexport const ribbonCategory = ['league', 'contest', 'tower', 'memory', 'gift'] as const\nexport const typeIds = [\n 'normal',\n 'fire',\n 'water',\n 'electric',\n 'grass',\n 'ice',\n 'fighting',\n 'poison',\n 'ground',\n 'flying',\n 'psychic',\n 'bug',\n 'rock',\n 'ghost',\n 'dragon',\n 'dark',\n 'steel',\n 'fairy',\n // Special types:\n // 'shadow', // Shadow pokemon in Colosseum and XD\n 'stellar', // keep. it can be used as Tera type and move damage in Scarlet and Violet\n] as const\n\n/** Category tags on abilities (data/abilities.json `tags`). */\nexport const abilityTagIds = [\n 'alert',\n 'ally-helper',\n 'stat-boost',\n 'move-boost',\n 'bypass',\n 'defense',\n 'handicap',\n 'heal',\n 'items',\n 'priority-control',\n 'damage',\n 'target-weaken',\n 'status-trigger',\n 'status-immunity',\n 'steal',\n 'weather',\n 'terrain',\n 'trap',\n 'ability-change',\n 'type-change',\n 'species-specific',\n 'other',\n] as const\n\nexport const statIds = ['hp', 'atk', 'def', 'spa', 'spd', 'spe', 'acc', 'eva'] as const\nexport const moveCategory = ['physical', 'special', 'status'] as const\nexport const genders = ['m', 'f'] as const // m: male, f: female, null/undefined: genderless\nexport const titleTypes = ['ribbon', 'mark', 'custom'] as const\nexport const pokemonSizes = ['xs', 's', 'm', 'l', 'xl'] as const\n\n/*\nIn most core series games:\nIV of 0: \"No good\" (or \"Not So Good\" in Let's GO)\nIV range of 1-15: \"Decent\" (or \"OK\" in Let's GO)\nIV range of 16-25: \"Pretty good\" (or \"Good\" in Let's GO)\nIV range 26-29: \"Very good\"\nIV of 30: \"Fantastic\"\nIV of 31: \"Best\"\n */\nexport const ivJudgeValues = ['nogood', 'decent', 'good', 'verygood', 'fantastic', 'best'] as const\n\nexport const battleStyles = ['singles', 'doubles', 'triples', 'rotation', 'royale'] as const\nexport const raidStyles = ['dynamax', 'tera'] as const\n"],"mappings":";AAAA,MAAa,WAAW;CAAC;CAAY;CAAO;CAAQ;AAAK;AACzD,MAAa,gBAAgB;CAC3B;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AACA,MAAa,aAAa;CAAC;CAAQ;CAAW;CAAW;AAAS;AAClE,MAAa,eAAe;CAC1B;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AACA,MAAa,mBAAmB;CAAC;CAAW;CAAW;CAAW;AAAO;AACzE,MAAa,cAAc;CACzB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AACA,MAAa,sBAAsB;CACjC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AACA,MAAa,sBAAsB;CACjC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,iBAAiB;CAAC;CAAU;CAAW;CAAS;CAAU;AAAM;AAC7E,MAAa,UAAU;CACrB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CAGA;AACF;;AAGA,MAAa,gBAAgB;CAC3B;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAa,UAAU;CAAC;CAAM;CAAO;CAAO;CAAO;CAAO;CAAO;CAAO;AAAK;AAC7E,MAAa,eAAe;CAAC;CAAY;CAAW;AAAQ;AAC5D,MAAa,UAAU,CAAC,KAAK,GAAG;AAChC,MAAa,aAAa;CAAC;CAAU;CAAQ;AAAQ;AACrD,MAAa,eAAe;CAAC;CAAM;CAAK;CAAK;CAAK;AAAI;AAWtD,MAAa,gBAAgB;CAAC;CAAU;CAAU;CAAQ;CAAY;CAAa;AAAM;AAEzF,MAAa,eAAe;CAAC;CAAW;CAAW;CAAW;CAAY;AAAQ;AAClF,MAAa,aAAa,CAAC,WAAW,MAAM"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
//#region src/lib/fs.d.ts
|
|
2
|
+
declare function absDatasetFile(fileName: string): string;
|
|
3
|
+
declare function readDatasetFile<T>(filePath: string): T;
|
|
4
|
+
declare function writeDatasetFile(data: any, filePath: string, minified?: boolean): void;
|
|
5
|
+
declare const itemsFs: import("yolodb").YoloDbTable<{
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
psName: string;
|
|
9
|
+
gen: number;
|
|
10
|
+
shortDesc: string;
|
|
11
|
+
desc: string | null;
|
|
12
|
+
category: "ball" | "medicine" | "battle" | "berry" | "machine" | "megastone" | "zcrystal" | "treasure" | "ingredient" | "material" | "key" | "other";
|
|
13
|
+
unholdable?: boolean | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
declare const pokeballsFs: import("yolodb").YoloDbTable<{
|
|
16
|
+
id: string;
|
|
17
|
+
name: string;
|
|
18
|
+
gen: number;
|
|
19
|
+
shortDesc: string;
|
|
20
|
+
desc: string | null;
|
|
21
|
+
category: "other" | "regular" | "special" | "hisuian";
|
|
22
|
+
unusable?: boolean | undefined;
|
|
23
|
+
}>;
|
|
24
|
+
declare const abilitiesFs: import("yolodb").YoloDbTable<{
|
|
25
|
+
id: string;
|
|
26
|
+
name: string;
|
|
27
|
+
psName: string;
|
|
28
|
+
gen: number;
|
|
29
|
+
shortDesc: string;
|
|
30
|
+
desc: string | null;
|
|
31
|
+
tags: ("other" | "alert" | "ally-helper" | "stat-boost" | "move-boost" | "bypass" | "defense" | "handicap" | "heal" | "items" | "priority-control" | "damage" | "target-weaken" | "status-trigger" | "status-immunity" | "steal" | "weather" | "terrain" | "trap" | "ability-change" | "type-change" | "species-specific")[];
|
|
32
|
+
immunities?: ("normal" | "fire" | "water" | "electric" | "grass" | "ice" | "fighting" | "poison" | "ground" | "flying" | "psychic" | "bug" | "rock" | "ghost" | "dragon" | "dark" | "steel" | "fairy" | "stellar")[] | undefined;
|
|
33
|
+
weaknesses?: ("normal" | "fire" | "water" | "electric" | "grass" | "ice" | "fighting" | "poison" | "ground" | "flying" | "psychic" | "bug" | "rock" | "ghost" | "dragon" | "dark" | "steel" | "fairy" | "stellar")[] | undefined;
|
|
34
|
+
}>;
|
|
35
|
+
declare const movesFs: import("yolodb").YoloDbTable<{
|
|
36
|
+
id: string;
|
|
37
|
+
name: string;
|
|
38
|
+
psName: string;
|
|
39
|
+
gen: number;
|
|
40
|
+
shortDesc: string;
|
|
41
|
+
desc: string | null;
|
|
42
|
+
type: "normal" | "fire" | "water" | "electric" | "grass" | "ice" | "fighting" | "poison" | "ground" | "flying" | "psychic" | "bug" | "rock" | "ghost" | "dragon" | "dark" | "steel" | "fairy" | "stellar";
|
|
43
|
+
power: number;
|
|
44
|
+
accuracy: number;
|
|
45
|
+
pp: number;
|
|
46
|
+
category: "special" | "physical" | "status";
|
|
47
|
+
priority: number;
|
|
48
|
+
isZ: boolean;
|
|
49
|
+
isGmax: boolean;
|
|
50
|
+
}>;
|
|
51
|
+
declare const charactersFs: import("yolodb").YoloDbTable<{
|
|
52
|
+
id: string;
|
|
53
|
+
name: string;
|
|
54
|
+
}>;
|
|
55
|
+
declare const ribbonsFs: import("yolodb").YoloDbTable<{
|
|
56
|
+
id: string;
|
|
57
|
+
name: string;
|
|
58
|
+
gen: number;
|
|
59
|
+
shortDesc: string;
|
|
60
|
+
desc: string | null;
|
|
61
|
+
title: string;
|
|
62
|
+
category: "league" | "contest" | "tower" | "memory" | "gift";
|
|
63
|
+
}>;
|
|
64
|
+
declare const marksFs: import("yolodb").YoloDbTable<{
|
|
65
|
+
id: string;
|
|
66
|
+
name: string;
|
|
67
|
+
gen: number;
|
|
68
|
+
shortDesc: string;
|
|
69
|
+
desc: string | null;
|
|
70
|
+
title: string;
|
|
71
|
+
conditions: string;
|
|
72
|
+
chance: string;
|
|
73
|
+
chanceCharm: string;
|
|
74
|
+
}>;
|
|
75
|
+
declare const originMarksFs: import("yolodb").YoloDbTable<{
|
|
76
|
+
id: string;
|
|
77
|
+
name: string;
|
|
78
|
+
}>;
|
|
79
|
+
declare const typesFs: import("yolodb").YoloDbTable<{
|
|
80
|
+
id: string;
|
|
81
|
+
name: string;
|
|
82
|
+
color: string;
|
|
83
|
+
isCanonical: boolean;
|
|
84
|
+
}>;
|
|
85
|
+
declare const naturesFs: import("yolodb").YoloDbTable<{
|
|
86
|
+
id: string;
|
|
87
|
+
name: string;
|
|
88
|
+
raises: "def" | "hp" | "atk" | "spa" | "spd" | "spe" | "acc" | "eva" | null;
|
|
89
|
+
lowers: "def" | "hp" | "atk" | "spa" | "spd" | "spe" | "acc" | "eva" | null;
|
|
90
|
+
}>;
|
|
91
|
+
declare const personalitiesFs: import("yolodb").YoloDbTable<{
|
|
92
|
+
id: string;
|
|
93
|
+
shortDesc: string;
|
|
94
|
+
}>;
|
|
95
|
+
declare const regionsFs: import("yolodb").YoloDbTable<{
|
|
96
|
+
id: string;
|
|
97
|
+
name: string;
|
|
98
|
+
}>;
|
|
99
|
+
declare const colorsFs: import("yolodb").YoloDbTable<{
|
|
100
|
+
id: string;
|
|
101
|
+
name: string;
|
|
102
|
+
color: string;
|
|
103
|
+
}>;
|
|
104
|
+
declare const languagesFs: import("yolodb").YoloDbTable<{
|
|
105
|
+
id: "en" | "es" | "esla" | "fr" | "de" | "it" | "ja" | "ko" | "chs" | "cht" | "pt";
|
|
106
|
+
name: string;
|
|
107
|
+
nameEng: string;
|
|
108
|
+
alpha3: "esla" | "chs" | "cht" | "eng" | "esp" | "fra" | "deu" | "ita" | "jap" | "kor" | "por";
|
|
109
|
+
inGameCode: "ENG" | "ES-ES" | "ES-LA" | "FRA" | "DEU" | "ITA" | "JPN" | "KOR" | "CHT" | "CHS" | "PT-BR";
|
|
110
|
+
locale: string;
|
|
111
|
+
flag: string;
|
|
112
|
+
pkApiId: string | null;
|
|
113
|
+
}>;
|
|
114
|
+
declare const generationsFs: import("yolodb").YoloDbTable<{
|
|
115
|
+
id: number;
|
|
116
|
+
minDexNum: number;
|
|
117
|
+
maxDexNum: number;
|
|
118
|
+
}>;
|
|
119
|
+
declare function joinPokemonFilesFromIndex(index: string[]): Pkds.Pokemon[];
|
|
120
|
+
declare function joinGamesFilesFromIndex(index: string[]): Pkds.Game[];
|
|
121
|
+
declare function joinPokedexesFilesFromIndex(index: string[]): Pkds.Pokedex[];
|
|
122
|
+
declare function joinBoxPresetFilesFromIndex(index: string[], variant?: 'classic' | 'modern'): Array<Pkds.LegacyBoxPresetByGameset>;
|
|
123
|
+
declare function readIndexFile(indexName: 'pokemon' | 'games' | 'pokedexes'): string[];
|
|
124
|
+
declare function regeneratePokemonIndexFile(): string[];
|
|
125
|
+
declare function loadAllPokemon(): Pkds.Pokemon[];
|
|
126
|
+
declare function loadAllGameSets(): Pkds.Game[];
|
|
127
|
+
declare function loadAllBoxPresets(variant?: 'classic' | 'modern'): Array<Pkds.LegacyBoxPresetByGameset>;
|
|
128
|
+
declare function loadAllGames(): Pkds.Game[];
|
|
129
|
+
declare function loadAllPokedexes(): Pkds.Pokedex[];
|
|
130
|
+
declare function loadAllCharacters(): Pkds.Character[];
|
|
131
|
+
declare function loadAllItems(): Pkds.Item[];
|
|
132
|
+
declare function loadAllPokeballs(): Pkds.Pokeball[];
|
|
133
|
+
declare function loadAllAbilities(): Pkds.Ability[];
|
|
134
|
+
declare function loadAllMoves(): Pkds.Move[];
|
|
135
|
+
declare function loadAllRibbons(): Pkds.Ribbon[];
|
|
136
|
+
declare function loadAllMarks(): Pkds.Mark[];
|
|
137
|
+
declare function loadAllOriginMarks(): Pkds.OriginMark[];
|
|
138
|
+
declare function loadAllTypes(): Pkds.Type[];
|
|
139
|
+
declare function loadAllNatures(): Pkds.Nature[];
|
|
140
|
+
declare function loadAllPersonalities(): Pkds.Personality[];
|
|
141
|
+
declare function loadAllRegions(): Pkds.Region[];
|
|
142
|
+
declare function loadAllColors(): Pkds.Color[];
|
|
143
|
+
declare function loadAllLanguages(): Pkds.Language[];
|
|
144
|
+
declare function loadAllGenerations(): Pkds.Generation[];
|
|
145
|
+
//#endregion
|
|
146
|
+
export { abilitiesFs, absDatasetFile, charactersFs, colorsFs, generationsFs, itemsFs, joinBoxPresetFilesFromIndex, joinGamesFilesFromIndex, joinPokedexesFilesFromIndex, joinPokemonFilesFromIndex, languagesFs, loadAllAbilities, loadAllBoxPresets, loadAllCharacters, loadAllColors, loadAllGameSets, loadAllGames, loadAllGenerations, loadAllItems, loadAllLanguages, loadAllMarks, loadAllMoves, loadAllNatures, loadAllOriginMarks, loadAllPersonalities, loadAllPokeballs, loadAllPokedexes, loadAllPokemon, loadAllRegions, loadAllRibbons, loadAllTypes, marksFs, movesFs, naturesFs, originMarksFs, personalitiesFs, pokeballsFs, readDatasetFile, readIndexFile, regeneratePokemonIndexFile, regionsFs, ribbonsFs, typesFs, writeDatasetFile };
|
|
147
|
+
//# sourceMappingURL=fs.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fs.d.mts","names":[],"sources":["../../src/lib/fs.ts"],"mappings":";iBA8DgB,cAAA,CAAe,QAAgB;AAAA,iBAI/B,eAAA,IAAmB,QAAA,WAAmB,CAAC;AAAA,iBAMvC,gBAAA,CAAiB,IAAA,OAAW,QAAA,UAAkB,QAAA;AAAA,cAOjD,OAAA,mBAAO,WAAA;;;;;;;;;;cAIP,WAAA,mBAAW,WAAA;;;;;;;;;cAIX,WAAA,mBAAW,WAAA;;;;;;;;;;;cAIX,OAAA,mBAAO,WAAA;;;;;;;;;;;;;;;;cAIP,YAAA,mBAAY,WAAA;;;;cAIZ,SAAA,mBAAS,WAAA;;;;;;;;;cAIT,OAAA,mBAAO,WAAA;;;;;;;;;;;cAIP,aAAA,mBAAa,WAAA;;;;cAIb,OAAA,mBAAO,WAAA;;;;;;cAIP,SAAA,mBAAS,WAAA;;;;;;cAIT,eAAA,mBAAe,WAAA;;;;cASf,SAAA,mBAAS,WAAA;;;;cAIT,QAAA,mBAAQ,WAAA;;;;;cAIR,WAAA,mBAAW,WAAA;;;;;;;;;;cAIX,aAAA,mBAAa,WAAA;;;;;iBAIV,yBAAA,CAA0B,KAAA,aAAkB,IAAA,CAAK,OAAO;AAAA,iBAexD,uBAAA,CAAwB,KAAA,aAAkB,IAAA,CAAK,IAAI;AAAA,iBAenD,2BAAA,CAA4B,KAAA,aAAkB,IAAA,CAAK,OAAO;AAAA,iBAe1D,2BAAA,CACd,KAAA,YACA,OAAA,0BACC,KAAK,CAAC,IAAA,CAAK,wBAAA;AAAA,iBAgBE,aAAA,CAAc,SAA4C;AAAA,iBAQ1D,0BAAA;AAAA,iBAOA,cAAA,IAAkB,IAAA,CAAK,OAAO;AAAA,iBAO9B,eAAA,IAAmB,IAAA,CAAK,IAAI;AAAA,iBAY5B,iBAAA,CACd,OAAA,0BACC,KAAK,CAAC,IAAA,CAAK,wBAAA;AAAA,iBAOE,YAAA,IAAgB,IAAA,CAAK,IAAI;AAAA,iBAOzB,gBAAA,IAAoB,IAAA,CAAK,OAAO;AAAA,iBAOhC,iBAAA,IAAqB,IAAA,CAAK,SAAS;AAAA,iBAInC,YAAA,IAAgB,IAAA,CAAK,IAAI;AAAA,iBAIzB,gBAAA,IAAoB,IAAA,CAAK,QAAQ;AAAA,iBAIjC,gBAAA,IAAoB,IAAA,CAAK,OAAO;AAAA,iBAIhC,YAAA,IAAgB,IAAA,CAAK,IAAI;AAAA,iBAIzB,cAAA,IAAkB,IAAA,CAAK,MAAM;AAAA,iBAI7B,YAAA,IAAgB,IAAA,CAAK,IAAI;AAAA,iBAIzB,kBAAA,IAAsB,IAAA,CAAK,UAAU;AAAA,iBAIrC,YAAA,IAAgB,IAAA,CAAK,IAAI;AAAA,iBAIzB,cAAA,IAAkB,IAAA,CAAK,MAAM;AAAA,iBAI7B,oBAAA,IAAwB,IAAA,CAAK,WAAW;AAAA,iBAIxC,cAAA,IAAkB,IAAA,CAAK,MAAM;AAAA,iBAI7B,aAAA,IAAiB,IAAA,CAAK,KAAK;AAAA,iBAI3B,gBAAA,IAAoB,IAAA,CAAK,QAAQ;AAAA,iBAIjC,kBAAA,IAAsB,IAAA,CAAK,UAAU"}
|
package/build/lib/fs.mjs
ADDED
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
import { t as arrayUnique } from "../utils-internal-Czgdbnkv.mjs";
|
|
2
|
+
import fs from "node:fs";
|
|
3
|
+
import path from "node:path";
|
|
4
|
+
import { fileURLToPath } from "node:url";
|
|
5
|
+
import { yolodb } from "yolodb";
|
|
6
|
+
//#region src/utils/memory-cache.ts
|
|
7
|
+
var MemoryCache = class {
|
|
8
|
+
defaultTTL = 1e3 * 60;
|
|
9
|
+
constructor(defaultTTL = 1e3 * 10) {
|
|
10
|
+
this.defaultTTL = defaultTTL;
|
|
11
|
+
}
|
|
12
|
+
#cache = /* @__PURE__ */ new Map();
|
|
13
|
+
get(key) {
|
|
14
|
+
const value = this.#cache.get(key);
|
|
15
|
+
if (!value) return;
|
|
16
|
+
if (value.exptime > Date.now() || value.exptime === 0) return value.value;
|
|
17
|
+
this.#cache.delete(key);
|
|
18
|
+
}
|
|
19
|
+
set(key, value, ttl = this.defaultTTL) {
|
|
20
|
+
this.#cache.set(key, {
|
|
21
|
+
exptime: ttl === 0 ? 0 : Date.now() + ttl,
|
|
22
|
+
value
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
delete(key) {
|
|
26
|
+
this.#cache.delete(key);
|
|
27
|
+
}
|
|
28
|
+
has(key) {
|
|
29
|
+
const value = this.#cache.get(key);
|
|
30
|
+
return Boolean(value && (value.exptime > Date.now() || value.exptime === 0));
|
|
31
|
+
}
|
|
32
|
+
clear() {
|
|
33
|
+
this.#cache.clear();
|
|
34
|
+
}
|
|
35
|
+
keys() {
|
|
36
|
+
return Array.from(this.#cache.keys());
|
|
37
|
+
}
|
|
38
|
+
values() {
|
|
39
|
+
return Array.from(this.#cache.values()).map((value) => value.value);
|
|
40
|
+
}
|
|
41
|
+
entries() {
|
|
42
|
+
return Array.from(this.#cache.entries()).map(([key, value]) => [key, value.value]);
|
|
43
|
+
}
|
|
44
|
+
size() {
|
|
45
|
+
return this.#cache.size;
|
|
46
|
+
}
|
|
47
|
+
cached(key, fn, ttl = this.defaultTTL) {
|
|
48
|
+
const value = this.get(key);
|
|
49
|
+
if (value) return value;
|
|
50
|
+
const result = fn();
|
|
51
|
+
this.set(key, result, ttl);
|
|
52
|
+
return result;
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
//#endregion
|
|
56
|
+
//#region src/lib/fs.ts
|
|
57
|
+
const DATASET_PACKAGE_ROOT = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
|
|
58
|
+
const MONOREPO_ROOT = path.resolve(DATASET_PACKAGE_ROOT, "..", "..");
|
|
59
|
+
function uniquePaths(paths) {
|
|
60
|
+
return Array.from(new Set(paths));
|
|
61
|
+
}
|
|
62
|
+
function resolveDatasetDirCandidates(value) {
|
|
63
|
+
if (!value) return uniquePaths([
|
|
64
|
+
path.join(DATASET_PACKAGE_ROOT, "data"),
|
|
65
|
+
path.join(process.cwd(), "data"),
|
|
66
|
+
path.join(MONOREPO_ROOT, "packages/dataset/data")
|
|
67
|
+
]);
|
|
68
|
+
if (path.isAbsolute(value)) return [value];
|
|
69
|
+
return uniquePaths([
|
|
70
|
+
path.resolve(process.cwd(), value),
|
|
71
|
+
path.resolve(MONOREPO_ROOT, value),
|
|
72
|
+
path.resolve(DATASET_PACKAGE_ROOT, value)
|
|
73
|
+
]);
|
|
74
|
+
}
|
|
75
|
+
const DATASET_DIR_CANDIDATES = [...resolveDatasetDirCandidates(process.env.POKEPC_DATASET_DIR)];
|
|
76
|
+
const RESOLVED_DATASET_DIR = DATASET_DIR_CANDIDATES.find((candidate) => fs.existsSync(path.join(candidate, "types.json")));
|
|
77
|
+
if (!RESOLVED_DATASET_DIR) {
|
|
78
|
+
const errMsg = "Could not find dataset directory. Set POKEPC_DATASET_DIR and try again. Tried: " + DATASET_DIR_CANDIDATES.join(", ");
|
|
79
|
+
console.error(errMsg);
|
|
80
|
+
throw new Error(errMsg);
|
|
81
|
+
}
|
|
82
|
+
const DATASET_DIR = RESOLVED_DATASET_DIR;
|
|
83
|
+
console.debug("Resolved POKEPC dataset directory:", DATASET_DIR);
|
|
84
|
+
const DEFAULT_CACHE_TTL = 1e3 * 10;
|
|
85
|
+
const memoryCache = new MemoryCache(DEFAULT_CACHE_TTL);
|
|
86
|
+
const MEMORY_CACHE_DISABLED = process.env.POKEPC_DISABLE_MEMORY_CACHE === "1";
|
|
87
|
+
function cached(key, fn, ttl = DEFAULT_CACHE_TTL) {
|
|
88
|
+
if (MEMORY_CACHE_DISABLED) return fn();
|
|
89
|
+
return memoryCache.cached(key, fn, ttl);
|
|
90
|
+
}
|
|
91
|
+
function absDatasetFile(fileName) {
|
|
92
|
+
return path.join(DATASET_DIR, fileName);
|
|
93
|
+
}
|
|
94
|
+
function readDatasetFile(filePath) {
|
|
95
|
+
const absFilePath = absDatasetFile(filePath);
|
|
96
|
+
const data = fs.readFileSync(absFilePath, "utf8");
|
|
97
|
+
return JSON.parse(data);
|
|
98
|
+
}
|
|
99
|
+
function writeDatasetFile(data, filePath, minified = false) {
|
|
100
|
+
const absFilePath = absDatasetFile(filePath);
|
|
101
|
+
let jsonData = typeof data === "string" ? data : JSON.stringify(data, null, minified ? 0 : 2);
|
|
102
|
+
fs.mkdirSync(path.dirname(absFilePath), { recursive: true });
|
|
103
|
+
fs.writeFileSync(absFilePath, jsonData);
|
|
104
|
+
}
|
|
105
|
+
const itemsFs = yolodb(absDatasetFile("items.json"), "id", [], { superjsonEnabled: false });
|
|
106
|
+
const pokeballsFs = yolodb(absDatasetFile("pokeballs.json"), "id", [], { superjsonEnabled: false });
|
|
107
|
+
const abilitiesFs = yolodb(absDatasetFile("abilities.json"), "id", [], { superjsonEnabled: false });
|
|
108
|
+
const movesFs = yolodb(absDatasetFile("moves.json"), "id", [], { superjsonEnabled: false });
|
|
109
|
+
const charactersFs = yolodb(absDatasetFile("characters.json"), "id", [], { superjsonEnabled: false });
|
|
110
|
+
const ribbonsFs = yolodb(absDatasetFile("ribbons.json"), "id", [], { superjsonEnabled: false });
|
|
111
|
+
const marksFs = yolodb(absDatasetFile("marks.json"), "id", [], { superjsonEnabled: false });
|
|
112
|
+
const originMarksFs = yolodb(absDatasetFile("originmarks.json"), "id", [], { superjsonEnabled: false });
|
|
113
|
+
const typesFs = yolodb(absDatasetFile("types.json"), "id", [], { superjsonEnabled: false });
|
|
114
|
+
const naturesFs = yolodb(absDatasetFile("natures.json"), "id", [], { superjsonEnabled: false });
|
|
115
|
+
const personalitiesFs = yolodb(absDatasetFile("personalities.json"), "id", [], { superjsonEnabled: false });
|
|
116
|
+
const regionsFs = yolodb(absDatasetFile("regions.json"), "id", [], { superjsonEnabled: false });
|
|
117
|
+
const colorsFs = yolodb(absDatasetFile("colors.json"), "id", [], { superjsonEnabled: false });
|
|
118
|
+
const languagesFs = yolodb(absDatasetFile("languages.json"), "id", [], { superjsonEnabled: false });
|
|
119
|
+
const generationsFs = yolodb(absDatasetFile("generations.json"), "id", [], { superjsonEnabled: false });
|
|
120
|
+
function joinPokemonFilesFromIndex(index) {
|
|
121
|
+
const pokemon = [];
|
|
122
|
+
for (const item of index) {
|
|
123
|
+
const filePath = absDatasetFile(`pokemon/${item}.json`);
|
|
124
|
+
if (!fs.existsSync(filePath)) throw new Error(`Pokemon ${item} not found at ${filePath}`);
|
|
125
|
+
const pkm = JSON.parse(fs.readFileSync(filePath, "utf8"));
|
|
126
|
+
pokemon.push(pkm);
|
|
127
|
+
}
|
|
128
|
+
return pokemon;
|
|
129
|
+
}
|
|
130
|
+
function joinGamesFilesFromIndex(index) {
|
|
131
|
+
const games = [];
|
|
132
|
+
for (const item of index) {
|
|
133
|
+
const filePath = absDatasetFile(`games/${item}.json`);
|
|
134
|
+
if (!fs.existsSync(filePath)) throw new Error(`Game ${item} not found at ${filePath}`);
|
|
135
|
+
const game = JSON.parse(fs.readFileSync(filePath, "utf8"));
|
|
136
|
+
games.push(game);
|
|
137
|
+
}
|
|
138
|
+
return games;
|
|
139
|
+
}
|
|
140
|
+
function joinPokedexesFilesFromIndex(index) {
|
|
141
|
+
const pokedexes = [];
|
|
142
|
+
for (const item of index) {
|
|
143
|
+
const filePath = absDatasetFile(`pokedexes/${item}.json`);
|
|
144
|
+
if (!fs.existsSync(filePath)) throw new Error(`Pokedex ${item} not found at ${filePath}`);
|
|
145
|
+
const pokedex = JSON.parse(fs.readFileSync(filePath, "utf8"));
|
|
146
|
+
pokedexes.push(pokedex);
|
|
147
|
+
}
|
|
148
|
+
return pokedexes;
|
|
149
|
+
}
|
|
150
|
+
function joinBoxPresetFilesFromIndex(index, variant = "classic") {
|
|
151
|
+
const boxPresetGroups = [];
|
|
152
|
+
for (const item of index) {
|
|
153
|
+
const filePath = absDatasetFile(`boxpresets/${variant}/${item}.json`);
|
|
154
|
+
if (!fs.existsSync(filePath)) {
|
|
155
|
+
console.error(`Box preset ${item} not found at ${filePath}`);
|
|
156
|
+
continue;
|
|
157
|
+
}
|
|
158
|
+
const boxPresets = JSON.parse(fs.readFileSync(filePath, "utf8"));
|
|
159
|
+
boxPresetGroups.push({
|
|
160
|
+
gameset: item,
|
|
161
|
+
presets: Object.values(boxPresets)
|
|
162
|
+
});
|
|
163
|
+
}
|
|
164
|
+
return boxPresetGroups;
|
|
165
|
+
}
|
|
166
|
+
function readIndexFile(indexName) {
|
|
167
|
+
const indexFilePath = absDatasetFile(`indices/${indexName}.json`);
|
|
168
|
+
if (!fs.existsSync(indexFilePath)) throw new Error(`Index file ${indexName} not found at ${indexFilePath}`);
|
|
169
|
+
return JSON.parse(fs.readFileSync(indexFilePath, "utf8"));
|
|
170
|
+
}
|
|
171
|
+
function regeneratePokemonIndexFile() {
|
|
172
|
+
const index = loadAllPokemon().flatMap((pkm) => [pkm.id, ...pkm.forms.map((form) => form)]);
|
|
173
|
+
writeDatasetFile(arrayUnique(index), "indices/pokemon.json", false);
|
|
174
|
+
return index;
|
|
175
|
+
}
|
|
176
|
+
function loadAllPokemon() {
|
|
177
|
+
return cached("allPokemon", () => {
|
|
178
|
+
return joinPokemonFilesFromIndex(readIndexFile("pokemon"));
|
|
179
|
+
});
|
|
180
|
+
}
|
|
181
|
+
function loadAllGameSets() {
|
|
182
|
+
return loadAllGames().filter((game) => {
|
|
183
|
+
if (game.type === "set") return true;
|
|
184
|
+
if (game.type === "game" && !game.gameSet) return true;
|
|
185
|
+
return false;
|
|
186
|
+
});
|
|
187
|
+
}
|
|
188
|
+
function loadAllBoxPresets(variant = "classic") {
|
|
189
|
+
return cached(`allBoxPresets-${variant}`, () => {
|
|
190
|
+
return joinBoxPresetFilesFromIndex(loadAllGameSets().map((game) => game.id), variant);
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
function loadAllGames() {
|
|
194
|
+
return cached("allGames", () => {
|
|
195
|
+
return joinGamesFilesFromIndex(readIndexFile("games"));
|
|
196
|
+
});
|
|
197
|
+
}
|
|
198
|
+
function loadAllPokedexes() {
|
|
199
|
+
return cached("allPokedexes", () => {
|
|
200
|
+
return joinPokedexesFilesFromIndex(readIndexFile("pokedexes"));
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
function loadAllCharacters() {
|
|
204
|
+
return charactersFs.all();
|
|
205
|
+
}
|
|
206
|
+
function loadAllItems() {
|
|
207
|
+
return itemsFs.all();
|
|
208
|
+
}
|
|
209
|
+
function loadAllPokeballs() {
|
|
210
|
+
return pokeballsFs.all();
|
|
211
|
+
}
|
|
212
|
+
function loadAllAbilities() {
|
|
213
|
+
return abilitiesFs.all();
|
|
214
|
+
}
|
|
215
|
+
function loadAllMoves() {
|
|
216
|
+
return movesFs.all();
|
|
217
|
+
}
|
|
218
|
+
function loadAllRibbons() {
|
|
219
|
+
return ribbonsFs.all();
|
|
220
|
+
}
|
|
221
|
+
function loadAllMarks() {
|
|
222
|
+
return marksFs.all();
|
|
223
|
+
}
|
|
224
|
+
function loadAllOriginMarks() {
|
|
225
|
+
return originMarksFs.all();
|
|
226
|
+
}
|
|
227
|
+
function loadAllTypes() {
|
|
228
|
+
return typesFs.all();
|
|
229
|
+
}
|
|
230
|
+
function loadAllNatures() {
|
|
231
|
+
return naturesFs.all();
|
|
232
|
+
}
|
|
233
|
+
function loadAllPersonalities() {
|
|
234
|
+
return personalitiesFs.all();
|
|
235
|
+
}
|
|
236
|
+
function loadAllRegions() {
|
|
237
|
+
return regionsFs.all();
|
|
238
|
+
}
|
|
239
|
+
function loadAllColors() {
|
|
240
|
+
return colorsFs.all();
|
|
241
|
+
}
|
|
242
|
+
function loadAllLanguages() {
|
|
243
|
+
return languagesFs.all();
|
|
244
|
+
}
|
|
245
|
+
function loadAllGenerations() {
|
|
246
|
+
return generationsFs.all();
|
|
247
|
+
}
|
|
248
|
+
//#endregion
|
|
249
|
+
export { abilitiesFs, absDatasetFile, charactersFs, colorsFs, generationsFs, itemsFs, joinBoxPresetFilesFromIndex, joinGamesFilesFromIndex, joinPokedexesFilesFromIndex, joinPokemonFilesFromIndex, languagesFs, loadAllAbilities, loadAllBoxPresets, loadAllCharacters, loadAllColors, loadAllGameSets, loadAllGames, loadAllGenerations, loadAllItems, loadAllLanguages, loadAllMarks, loadAllMoves, loadAllNatures, loadAllOriginMarks, loadAllPersonalities, loadAllPokeballs, loadAllPokedexes, loadAllPokemon, loadAllRegions, loadAllRibbons, loadAllTypes, marksFs, movesFs, naturesFs, originMarksFs, personalitiesFs, pokeballsFs, readDatasetFile, readIndexFile, regeneratePokemonIndexFile, regionsFs, ribbonsFs, typesFs, writeDatasetFile };
|
|
250
|
+
|
|
251
|
+
//# sourceMappingURL=fs.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fs.mjs","names":["#cache"],"sources":["../../src/utils/memory-cache.ts","../../src/lib/fs.ts"],"sourcesContent":["export class MemoryCache {\n defaultTTL: number = 1000 * 60\n\n constructor(defaultTTL: number = 1000 * 10) {\n this.defaultTTL = defaultTTL\n }\n\n #cache: Map<string, { exptime: number; value: any }> = new Map()\n\n get<T>(key: string): T | undefined {\n const value = this.#cache.get(key)\n if (!value) {\n return undefined\n }\n if (value.exptime > Date.now() || value.exptime === 0) {\n return value.value\n }\n this.#cache.delete(key)\n return undefined\n }\n\n set(key: string, value: any, ttl: number = this.defaultTTL) {\n this.#cache.set(key, { exptime: ttl === 0 ? 0 : Date.now() + ttl, value })\n }\n\n delete(key: string) {\n this.#cache.delete(key)\n }\n\n has(key: string) {\n const value = this.#cache.get(key)\n return Boolean(value && (value.exptime > Date.now() || value.exptime === 0))\n }\n\n clear() {\n this.#cache.clear()\n }\n\n keys() {\n return Array.from(this.#cache.keys())\n }\n\n values() {\n return Array.from(this.#cache.values()).map((value) => value.value)\n }\n\n entries() {\n return Array.from(this.#cache.entries()).map(([key, value]) => [key, value.value])\n }\n\n size() {\n return this.#cache.size\n }\n\n cached<T>(key: string, fn: () => T, ttl: number = this.defaultTTL): T {\n const value = this.get<T>(key)\n if (value) {\n return value\n }\n const result = fn()\n this.set(key, result, ttl)\n return result\n }\n}\n","import { MemoryCache } from '../utils/memory-cache'\nimport { arrayUnique } from '../utils/utils-internal'\nimport fs from 'node:fs'\nimport path from 'node:path'\nimport { fileURLToPath } from 'node:url'\nimport { yolodb } from 'yolodb'\n\nconst DATASET_PACKAGE_ROOT = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..')\nconst MONOREPO_ROOT = path.resolve(DATASET_PACKAGE_ROOT, '..', '..')\n\nfunction uniquePaths(paths: string[]) {\n return Array.from(new Set(paths))\n}\n\nfunction resolveDatasetDirCandidates(value: string | undefined) {\n if (!value) {\n return uniquePaths([\n path.join(DATASET_PACKAGE_ROOT, 'data'),\n path.join(process.cwd(), 'data'),\n path.join(MONOREPO_ROOT, 'packages/dataset/data'),\n ])\n }\n\n if (path.isAbsolute(value)) {\n return [value]\n }\n\n return uniquePaths([\n path.resolve(process.cwd(), value),\n path.resolve(MONOREPO_ROOT, value),\n path.resolve(DATASET_PACKAGE_ROOT, value),\n ])\n}\n\nconst DATASET_DIR_CANDIDATES = [...resolveDatasetDirCandidates(process.env.POKEPC_DATASET_DIR)]\nconst RESOLVED_DATASET_DIR = DATASET_DIR_CANDIDATES.find((candidate) =>\n fs.existsSync(path.join(candidate, 'types.json')),\n)\n\nif (!RESOLVED_DATASET_DIR) {\n const errMsg =\n 'Could not find dataset directory. Set POKEPC_DATASET_DIR and try again. Tried: ' +\n DATASET_DIR_CANDIDATES.join(', ')\n console.error(errMsg)\n throw new Error(errMsg)\n}\n\nconst DATASET_DIR = RESOLVED_DATASET_DIR\n\nconsole.debug('Resolved POKEPC dataset directory:', DATASET_DIR)\n\nconst DEFAULT_CACHE_TTL = 1000 * 10 // 10 seconds\nconst memoryCache = new MemoryCache(DEFAULT_CACHE_TTL)\nconst MEMORY_CACHE_DISABLED = process.env.POKEPC_DISABLE_MEMORY_CACHE === '1'\n\nfunction cached<T>(key: string, fn: () => T, ttl: number = DEFAULT_CACHE_TTL): T {\n if (MEMORY_CACHE_DISABLED) {\n return fn()\n }\n return memoryCache.cached(key, fn, ttl)\n}\n\nexport function absDatasetFile(fileName: string) {\n return path.join(DATASET_DIR, fileName)\n}\n\nexport function readDatasetFile<T>(filePath: string): T {\n const absFilePath = absDatasetFile(filePath)\n const data = fs.readFileSync(absFilePath, 'utf8')\n return JSON.parse(data)\n}\n\nexport function writeDatasetFile(data: any, filePath: string, minified: boolean = false) {\n const absFilePath = absDatasetFile(filePath)\n let jsonData = typeof data === 'string' ? data : JSON.stringify(data, null, minified ? 0 : 2)\n fs.mkdirSync(path.dirname(absFilePath), { recursive: true })\n fs.writeFileSync(absFilePath, jsonData)\n}\n\nexport const itemsFs = yolodb<Pkds.Item>(absDatasetFile('items.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const pokeballsFs = yolodb<Pkds.Pokeball>(absDatasetFile('pokeballs.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const abilitiesFs = yolodb<Pkds.Ability>(absDatasetFile('abilities.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const movesFs = yolodb<Pkds.Move>(absDatasetFile('moves.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const charactersFs = yolodb<Pkds.Character>(absDatasetFile('characters.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const ribbonsFs = yolodb<Pkds.Ribbon>(absDatasetFile('ribbons.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const marksFs = yolodb<Pkds.Mark>(absDatasetFile('marks.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const originMarksFs = yolodb<Pkds.OriginMark>(absDatasetFile('originmarks.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const typesFs = yolodb<Pkds.Type>(absDatasetFile('types.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const naturesFs = yolodb<Pkds.Nature>(absDatasetFile('natures.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const personalitiesFs = yolodb<Pkds.Personality>(\n absDatasetFile('personalities.json'),\n 'id',\n [],\n {\n superjsonEnabled: false,\n },\n)\n\nexport const regionsFs = yolodb<Pkds.Region>(absDatasetFile('regions.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const colorsFs = yolodb<Pkds.Color>(absDatasetFile('colors.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const languagesFs = yolodb<Pkds.Language>(absDatasetFile('languages.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport const generationsFs = yolodb<Pkds.Generation>(absDatasetFile('generations.json'), 'id', [], {\n superjsonEnabled: false,\n})\n\nexport function joinPokemonFilesFromIndex(index: string[]): Pkds.Pokemon[] {\n const pokemon: Pkds.Pokemon[] = []\n for (const item of index) {\n const filePath = absDatasetFile(`pokemon/${item}.json`)\n if (!fs.existsSync(filePath)) {\n throw new Error(`Pokemon ${item} not found at ${filePath}`)\n }\n const pkm = JSON.parse(fs.readFileSync(filePath, 'utf8'))\n // const parsed = pokemonSchema.parse(pkm)\n pokemon.push(pkm)\n }\n\n return pokemon\n}\n\nexport function joinGamesFilesFromIndex(index: string[]): Pkds.Game[] {\n const games: Pkds.Game[] = []\n for (const item of index) {\n const filePath = absDatasetFile(`games/${item}.json`)\n if (!fs.existsSync(filePath)) {\n throw new Error(`Game ${item} not found at ${filePath}`)\n }\n const game = JSON.parse(fs.readFileSync(filePath, 'utf8'))\n // const parsed = gameSchema.parse(game)\n games.push(game)\n }\n\n return games\n}\n\nexport function joinPokedexesFilesFromIndex(index: string[]): Pkds.Pokedex[] {\n const pokedexes: Pkds.Pokedex[] = []\n for (const item of index) {\n const filePath = absDatasetFile(`pokedexes/${item}.json`)\n if (!fs.existsSync(filePath)) {\n throw new Error(`Pokedex ${item} not found at ${filePath}`)\n }\n const pokedex = JSON.parse(fs.readFileSync(filePath, 'utf8'))\n // const parsed = pokedexSchema.parse(pokedex)\n pokedexes.push(pokedex)\n }\n\n return pokedexes\n}\n\nexport function joinBoxPresetFilesFromIndex(\n index: string[],\n variant: 'classic' | 'modern' = 'classic',\n): Array<Pkds.LegacyBoxPresetByGameset> {\n const boxPresetGroups: Array<Pkds.LegacyBoxPresetByGameset> = []\n for (const item of index) {\n const filePath = absDatasetFile(`boxpresets/${variant}/${item}.json`)\n if (!fs.existsSync(filePath)) {\n console.error(`Box preset ${item} not found at ${filePath}`)\n continue\n }\n const boxPresets = JSON.parse(fs.readFileSync(filePath, 'utf8'))\n // const parsed = legacyBoxPresetSchema.parse(boxPreset)\n boxPresetGroups.push({ gameset: item, presets: Object.values(boxPresets) })\n }\n\n return boxPresetGroups\n}\n\nexport function readIndexFile(indexName: 'pokemon' | 'games' | 'pokedexes'): string[] {\n const indexFilePath = absDatasetFile(`indices/${indexName}.json`)\n if (!fs.existsSync(indexFilePath)) {\n throw new Error(`Index file ${indexName} not found at ${indexFilePath}`)\n }\n return JSON.parse(fs.readFileSync(indexFilePath, 'utf8'))\n}\n\nexport function regeneratePokemonIndexFile(): string[] {\n const allPokemon = loadAllPokemon()\n const index = allPokemon.flatMap((pkm) => [pkm.id, ...pkm.forms.map((form) => form)])\n writeDatasetFile(arrayUnique(index), 'indices/pokemon.json', false)\n return index\n}\n\nexport function loadAllPokemon(): Pkds.Pokemon[] {\n return cached('allPokemon', () => {\n const index = readIndexFile('pokemon')\n return joinPokemonFilesFromIndex(index)\n })\n}\n\nexport function loadAllGameSets(): Pkds.Game[] {\n return loadAllGames().filter((game) => {\n if (game.type === 'set') {\n return true\n }\n if (game.type === 'game' && !game.gameSet) {\n return true\n }\n return false\n })\n}\n\nexport function loadAllBoxPresets(\n variant: 'classic' | 'modern' = 'classic',\n): Array<Pkds.LegacyBoxPresetByGameset> {\n return cached(`allBoxPresets-${variant}`, () => {\n const filenames = loadAllGameSets().map((game) => game.id)\n return joinBoxPresetFilesFromIndex(filenames, variant)\n })\n}\n\nexport function loadAllGames(): Pkds.Game[] {\n return cached('allGames', () => {\n const index = readIndexFile('games')\n return joinGamesFilesFromIndex(index)\n })\n}\n\nexport function loadAllPokedexes(): Pkds.Pokedex[] {\n return cached('allPokedexes', () => {\n const index = readIndexFile('pokedexes')\n return joinPokedexesFilesFromIndex(index)\n })\n}\n\nexport function loadAllCharacters(): Pkds.Character[] {\n return charactersFs.all()\n}\n\nexport function loadAllItems(): Pkds.Item[] {\n return itemsFs.all()\n}\n\nexport function loadAllPokeballs(): Pkds.Pokeball[] {\n return pokeballsFs.all()\n}\n\nexport function loadAllAbilities(): Pkds.Ability[] {\n return abilitiesFs.all()\n}\n\nexport function loadAllMoves(): Pkds.Move[] {\n return movesFs.all()\n}\n\nexport function loadAllRibbons(): Pkds.Ribbon[] {\n return ribbonsFs.all()\n}\n\nexport function loadAllMarks(): Pkds.Mark[] {\n return marksFs.all()\n}\n\nexport function loadAllOriginMarks(): Pkds.OriginMark[] {\n return originMarksFs.all()\n}\n\nexport function loadAllTypes(): Pkds.Type[] {\n return typesFs.all()\n}\n\nexport function loadAllNatures(): Pkds.Nature[] {\n return naturesFs.all()\n}\n\nexport function loadAllPersonalities(): Pkds.Personality[] {\n return personalitiesFs.all()\n}\n\nexport function loadAllRegions(): Pkds.Region[] {\n return regionsFs.all()\n}\n\nexport function loadAllColors(): Pkds.Color[] {\n return colorsFs.all()\n}\n\nexport function loadAllLanguages(): Pkds.Language[] {\n return languagesFs.all()\n}\n\nexport function loadAllGenerations(): Pkds.Generation[] {\n return generationsFs.all()\n}\n"],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region src/lib/languages.d.ts
|
|
2
|
+
type SupportedPokeLang2Char = Exclude<Pkds.LanguageAlpha2, 'esla'>;
|
|
3
|
+
type SupportedPokeLang3Char = Exclude<Pkds.LanguageAlpha3, 'esla'>;
|
|
4
|
+
type SupportedPokeLang = SupportedPokeLang2Char | SupportedPokeLang3Char;
|
|
5
|
+
type PokeLangData = {
|
|
6
|
+
flag: string;
|
|
7
|
+
code2Char: Pkds.LanguageAlpha2;
|
|
8
|
+
code3Char: Pkds.LanguageAlpha3;
|
|
9
|
+
locale: string;
|
|
10
|
+
title: string;
|
|
11
|
+
fullTitle: string;
|
|
12
|
+
synonyms: string[];
|
|
13
|
+
};
|
|
14
|
+
declare const pokeLangData: Record<`${SupportedPokeLang2Char}`, PokeLangData>;
|
|
15
|
+
type PokemonGameLocaleData = {
|
|
16
|
+
id: Pkds.LanguageInGameCode;
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
declare const pokemonGameLocales: Array<PokemonGameLocaleData>;
|
|
20
|
+
declare const pokemonLangToGameLocale: Record<Pkds.LanguageAlpha2 | Pkds.LanguageAlpha3, Pkds.LanguageInGameCode>;
|
|
21
|
+
declare const supportedPokeLangs: Record<SupportedPokeLang, PokeLangData>;
|
|
22
|
+
declare const supportedPokeLangIds2Char: SupportedPokeLang2Char[];
|
|
23
|
+
declare const supportedPokeLangIds3Char: SupportedPokeLang3Char[];
|
|
24
|
+
//#endregion
|
|
25
|
+
export { PokeLangData, PokemonGameLocaleData, SupportedPokeLang, SupportedPokeLang2Char, SupportedPokeLang3Char, pokeLangData, pokemonGameLocales, pokemonLangToGameLocale, supportedPokeLangIds2Char, supportedPokeLangIds3Char, supportedPokeLangs };
|
|
26
|
+
//# sourceMappingURL=languages.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"languages.d.mts","names":[],"sources":["../../src/lib/languages.ts"],"mappings":";KAAY,sBAAA,GAAyB,OAAO,CAAC,IAAA,CAAK,cAAA;AAAA,KACtC,sBAAA,GAAyB,OAAO,CAAC,IAAA,CAAK,cAAA;AAAA,KACtC,iBAAA,GAAoB,sBAAA,GAAyB,sBAAsB;AAAA,KAEnE,YAAA;EACV,IAAA;EACA,SAAA,EAAW,IAAA,CAAK,cAAA;EAChB,SAAA,EAAW,IAAA,CAAK,cAAc;EAC9B,MAAA;EACA,KAAA;EACA,SAAA;EACA,QAAA;AAAA;AAAA,cAGW,YAAA,EAAc,MAAA,IAAU,sBAAA,IAA0B,YAAA;AAAA,KA6FnD,qBAAA;EACV,EAAA,EAAI,IAAA,CAAK,kBAAkB;EAC3B,IAAA;AAAA;AAAA,cAGW,kBAAA,EAAoB,KAAK,CAAC,qBAAA;AAAA,cAc1B,uBAAA,EAAyB,MAAA,CACpC,IAAA,CAAK,cAAA,GAAiB,IAAA,CAAK,cAAA,EAC3B,IAAA,CAAK,kBAAA;AAAA,cAuBM,kBAAA,EAAoB,MAAA,CAAO,iBAAA,EAAmB,YAAA;AAAA,cAqB9C,yBAAA,EAA2B,sBAAsB;AAAA,cAajD,yBAAA,EAA2B,sBAAsB"}
|