@pokepc/dataset 7.0.0 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +57 -1
- package/build/{box-preset-sanitizer-BE4i0vEj.mjs → box-preset-sanitizer-DRi4Ayrn.mjs} +2 -2
- package/build/{box-preset-sanitizer-BE4i0vEj.mjs.map → box-preset-sanitizer-DRi4Ayrn.mjs.map} +1 -1
- package/build/enums-Ajt5avHN.mjs +488 -0
- package/build/enums-Ajt5avHN.mjs.map +1 -0
- package/build/enums-DCL82p1t.d.mts +66 -0
- package/build/enums-DCL82p1t.d.mts.map +1 -0
- package/build/{evolution-schemas-BZQILLSQ.mjs → evolution-schemas-Db7-jivr.mjs} +2 -2
- package/build/{evolution-schemas-BZQILLSQ.mjs.map → evolution-schemas-Db7-jivr.mjs.map} +1 -1
- package/build/form-schemas-BjyAMPZU.mjs +166 -0
- package/build/form-schemas-BjyAMPZU.mjs.map +1 -0
- package/build/form-schemas-Bq10Ac7d.d.mts +1407 -0
- package/build/form-schemas-Bq10Ac7d.d.mts.map +1 -0
- package/build/lib/availability-sources.mjs +1 -1
- package/build/lib/availability-sources.mjs.map +1 -1
- package/build/lib/box-preset-sanitizer.mjs +1 -1
- package/build/lib/box-preset-transform.mjs +2 -2
- package/build/lib/enums.d.mts +2 -2
- package/build/lib/enums.mjs +2 -2
- package/build/lib/evolution-schemas.mjs +1 -1
- package/build/lib/form-methods.d.mts +11 -0
- package/build/lib/form-methods.d.mts.map +1 -0
- package/build/lib/form-methods.mjs +56 -0
- package/build/lib/form-methods.mjs.map +1 -0
- package/build/lib/form-schemas.d.mts +2 -0
- package/build/lib/form-schemas.mjs +2 -0
- package/build/lib/fs.d.mts +6 -6
- package/build/lib/schemas.d.mts +3 -2
- package/build/lib/schemas.mjs +4 -3
- package/build/lib/types.d.mts +7 -2
- package/build/lib/types.d.mts.map +1 -1
- package/build/lib-next/schemas.d.mts +8 -8
- package/build/{schemas-30DCmCcg.mjs → schemas-Bl5_UJHu.mjs} +6 -4
- package/build/schemas-Bl5_UJHu.mjs.map +1 -0
- package/build/{schemas-D2xLu3LV.d.mts → schemas-Cw4Mrff5.d.mts} +589 -11
- package/build/schemas-Cw4Mrff5.d.mts.map +1 -0
- package/data/items.json +140 -0
- package/data/pokedexes/xd.json +16 -1
- package/data/pokemon/abomasnow-mega.json +26 -1
- package/data/pokemon/absol-mega-z.json +18 -1
- package/data/pokemon/absol-mega.json +26 -1
- package/data/pokemon/aegislash-blade.json +66 -0
- package/data/pokemon/aerodactyl-mega.json +34 -1
- package/data/pokemon/aggron-mega.json +26 -1
- package/data/pokemon/alakazam-mega.json +34 -1
- package/data/pokemon/alcremie-gmax.json +76 -0
- package/data/pokemon/altaria-mega.json +26 -1
- package/data/pokemon/ampharos-mega.json +26 -1
- package/data/pokemon/appletun-gmax.json +12 -0
- package/data/pokemon/arceus-bug.json +145 -1
- package/data/pokemon/arceus-dark.json +145 -1
- package/data/pokemon/arceus-dragon.json +145 -1
- package/data/pokemon/arceus-electric.json +145 -1
- package/data/pokemon/arceus-fairy.json +121 -1
- package/data/pokemon/arceus-fighting.json +145 -1
- package/data/pokemon/arceus-fire.json +145 -1
- package/data/pokemon/arceus-flying.json +145 -1
- package/data/pokemon/arceus-ghost.json +145 -1
- package/data/pokemon/arceus-grass.json +145 -1
- package/data/pokemon/arceus-ground.json +145 -1
- package/data/pokemon/arceus-ice.json +145 -1
- package/data/pokemon/arceus-legendary.json +55 -1
- package/data/pokemon/arceus-poison.json +145 -1
- package/data/pokemon/arceus-psychic.json +145 -1
- package/data/pokemon/arceus-rock.json +145 -1
- package/data/pokemon/arceus-steel.json +145 -1
- package/data/pokemon/arceus-water.json +145 -1
- package/data/pokemon/arceus.json +263 -0
- package/data/pokemon/audino-mega.json +26 -1
- package/data/pokemon/banette-mega.json +26 -1
- package/data/pokemon/barbaracle-mega.json +18 -1
- package/data/pokemon/basculin-blue-striped.json +1 -0
- package/data/pokemon/baxcalibur-mega.json +18 -1
- package/data/pokemon/beedrill-mega.json +34 -1
- package/data/pokemon/blastoise-gmax.json +12 -0
- package/data/pokemon/blastoise-mega.json +34 -1
- package/data/pokemon/blaziken-mega.json +26 -1
- package/data/pokemon/burmy-sandy.json +95 -0
- package/data/pokemon/burmy-trash.json +52 -0
- package/data/pokemon/burmy.json +52 -0
- package/data/pokemon/butterfree-gmax.json +12 -0
- package/data/pokemon/calyrex-ice.json +18 -0
- package/data/pokemon/calyrex-shadow.json +18 -0
- package/data/pokemon/camerupt-mega.json +26 -1
- package/data/pokemon/castform-rainy.json +64 -0
- package/data/pokemon/castform-snowy.json +64 -0
- package/data/pokemon/castform-sunny.json +64 -0
- package/data/pokemon/centiskorch-gmax.json +12 -0
- package/data/pokemon/chandelure-mega.json +18 -1
- package/data/pokemon/charizard-gmax.json +12 -0
- package/data/pokemon/charizard-mega-x.json +34 -1
- package/data/pokemon/charizard-mega-y.json +34 -1
- package/data/pokemon/cherrim-sunshine.json +219 -0
- package/data/pokemon/chesnaught-mega.json +18 -1
- package/data/pokemon/chimecho-mega.json +18 -1
- package/data/pokemon/cinderace-gmax.json +12 -0
- package/data/pokemon/clefable-mega.json +18 -1
- package/data/pokemon/coalossal-gmax.json +12 -0
- package/data/pokemon/copperajah-gmax.json +12 -0
- package/data/pokemon/corviknight-gmax.json +12 -0
- package/data/pokemon/crabominable-mega.json +18 -1
- package/data/pokemon/cramorant-gorging.json +67 -0
- package/data/pokemon/cramorant-gulping.json +67 -0
- package/data/pokemon/darkrai-mega.json +18 -0
- package/data/pokemon/darmanitan-galar-zen.json +24 -0
- package/data/pokemon/darmanitan-zen.json +31 -0
- package/data/pokemon/deerling-autumn.json +47 -0
- package/data/pokemon/deerling-summer.json +36 -0
- package/data/pokemon/deerling-winter.json +47 -0
- package/data/pokemon/deerling.json +47 -0
- package/data/pokemon/delphox-mega.json +18 -1
- package/data/pokemon/deoxys-attack.json +90 -0
- package/data/pokemon/deoxys-defense.json +90 -0
- package/data/pokemon/deoxys-speed.json +90 -0
- package/data/pokemon/deoxys.json +117 -0
- package/data/pokemon/dialga-origin.json +40 -1
- package/data/pokemon/diancie-mega.json +26 -1
- package/data/pokemon/dragalge-mega.json +18 -1
- package/data/pokemon/dragonite-mega.json +18 -1
- package/data/pokemon/drampa-mega.json +18 -1
- package/data/pokemon/drednaw-gmax.json +12 -0
- package/data/pokemon/duraludon-gmax.json +12 -0
- package/data/pokemon/eelektross-mega.json +18 -1
- package/data/pokemon/eevee-gmax.json +12 -0
- package/data/pokemon/eiscue-noice.json +32 -0
- package/data/pokemon/emboar-mega.json +18 -1
- package/data/pokemon/empoleon.json +1 -0
- package/data/pokemon/enamorus-therian.json +16 -0
- package/data/pokemon/excadrill-mega.json +18 -1
- package/data/pokemon/falinks-mega.json +18 -1
- package/data/pokemon/feraligatr-mega.json +18 -1
- package/data/pokemon/flapple-gmax.json +12 -0
- package/data/pokemon/floette-eternal-mega.json +18 -1
- package/data/pokemon/froslass-mega.json +18 -1
- package/data/pokemon/furfrou-dandy.json +191 -0
- package/data/pokemon/furfrou-debutante.json +191 -0
- package/data/pokemon/furfrou-diamond.json +191 -0
- package/data/pokemon/furfrou-heart.json +191 -0
- package/data/pokemon/furfrou-kabuki.json +191 -0
- package/data/pokemon/furfrou-la-reine.json +191 -0
- package/data/pokemon/furfrou-matron.json +191 -0
- package/data/pokemon/furfrou-pharaoh.json +191 -0
- package/data/pokemon/furfrou-star.json +191 -0
- package/data/pokemon/furfrou.json +99 -0
- package/data/pokemon/gallade-mega.json +26 -1
- package/data/pokemon/garbodor-gmax.json +12 -0
- package/data/pokemon/garchomp-mega-z.json +18 -1
- package/data/pokemon/garchomp-mega.json +26 -1
- package/data/pokemon/gardevoir-mega.json +26 -1
- package/data/pokemon/genesect-burn.json +25 -1
- package/data/pokemon/genesect-chill.json +25 -1
- package/data/pokemon/genesect-douse.json +25 -1
- package/data/pokemon/genesect-shock.json +25 -1
- package/data/pokemon/genesect.json +29 -0
- package/data/pokemon/gengar-gmax.json +12 -0
- package/data/pokemon/gengar-mega.json +34 -1
- package/data/pokemon/gengar.json +1 -0
- package/data/pokemon/giratina-origin.json +118 -1
- package/data/pokemon/glalie-mega.json +26 -1
- package/data/pokemon/glimmora-mega.json +18 -1
- package/data/pokemon/golisopod-mega.json +18 -1
- package/data/pokemon/golurk-mega.json +18 -1
- package/data/pokemon/greninja-ash.json +25 -0
- package/data/pokemon/greninja-mega.json +18 -1
- package/data/pokemon/grimmsnarl-gmax.json +12 -0
- package/data/pokemon/groudon-primal.json +40 -0
- package/data/pokemon/gyarados-mega.json +34 -1
- package/data/pokemon/hatterene-gmax.json +12 -0
- package/data/pokemon/hawlucha-mega.json +18 -1
- package/data/pokemon/heatran-mega.json +18 -0
- package/data/pokemon/heracross-mega.json +26 -1
- package/data/pokemon/hoopa-unbound.json +60 -0
- package/data/pokemon/houndoom-mega.json +26 -1
- package/data/pokemon/inteleon-gmax.json +12 -0
- package/data/pokemon/kangaskhan-mega.json +34 -1
- package/data/pokemon/keldeo-resolute.json +92 -0
- package/data/pokemon/kingler-gmax.json +12 -0
- package/data/pokemon/kyogre-primal.json +40 -0
- package/data/pokemon/kyurem-black.json +33 -0
- package/data/pokemon/kyurem-white.json +33 -0
- package/data/pokemon/landorus-therian.json +32 -0
- package/data/pokemon/lapras-gmax.json +12 -0
- package/data/pokemon/latias-mega.json +26 -1
- package/data/pokemon/latios-mega.json +26 -1
- package/data/pokemon/lopunny-mega.json +26 -1
- package/data/pokemon/lucario-mega-z.json +18 -1
- package/data/pokemon/lucario-mega.json +26 -1
- package/data/pokemon/machamp-gmax.json +12 -0
- package/data/pokemon/magearna-mega.json +18 -1
- package/data/pokemon/magearna-original-mega.json +18 -1
- package/data/pokemon/malamar-mega.json +18 -1
- package/data/pokemon/manectric-mega.json +26 -1
- package/data/pokemon/mawile-mega.json +26 -1
- package/data/pokemon/mawile.json +0 -1
- package/data/pokemon/medicham-mega.json +26 -1
- package/data/pokemon/meganium-mega.json +18 -1
- package/data/pokemon/melmetal-gmax.json +12 -0
- package/data/pokemon/meloetta-pirouette.json +29 -0
- package/data/pokemon/meowstic-mega.json +18 -1
- package/data/pokemon/meowth-alola.json +2 -0
- package/data/pokemon/meowth-gmax.json +12 -0
- package/data/pokemon/metagross-mega.json +26 -1
- package/data/pokemon/mewtwo-mega-x.json +34 -1
- package/data/pokemon/mewtwo-mega-y.json +34 -1
- package/data/pokemon/mimikyu-busted.json +53 -0
- package/data/pokemon/minior-blue.json +53 -0
- package/data/pokemon/minior-green.json +53 -0
- package/data/pokemon/minior-indigo.json +53 -0
- package/data/pokemon/minior-orange.json +53 -0
- package/data/pokemon/minior-red.json +53 -0
- package/data/pokemon/minior-violet.json +53 -0
- package/data/pokemon/minior-yellow.json +53 -0
- package/data/pokemon/morpeko-hangry.json +57 -0
- package/data/pokemon/necrozma-dawn-wings.json +18 -0
- package/data/pokemon/necrozma-dusk-mane.json +18 -0
- package/data/pokemon/necrozma-ultra.json +21 -0
- package/data/pokemon/ogerpon-cornerstone.json +9 -1
- package/data/pokemon/ogerpon-hearthflame.json +9 -1
- package/data/pokemon/ogerpon-wellspring.json +9 -1
- package/data/pokemon/ogerpon.json +13 -0
- package/data/pokemon/orbeetle-gmax.json +12 -0
- package/data/pokemon/oricorio-pau.json +9 -0
- package/data/pokemon/oricorio-pom-pom.json +9 -0
- package/data/pokemon/oricorio-sensu.json +9 -0
- package/data/pokemon/oricorio.json +9 -0
- package/data/pokemon/palafin-hero.json +16 -0
- package/data/pokemon/palkia-origin.json +40 -1
- package/data/pokemon/persian-alola.json +2 -0
- package/data/pokemon/pidgeot-mega.json +34 -1
- package/data/pokemon/pikachu-gmax.json +12 -0
- package/data/pokemon/pinsir-mega.json +34 -1
- package/data/pokemon/piplup.json +1 -0
- package/data/pokemon/prinplup.json +1 -0
- package/data/pokemon/pyroar-mega.json +18 -1
- package/data/pokemon/raichu-mega-x.json +18 -1
- package/data/pokemon/raichu-mega-y.json +18 -1
- package/data/pokemon/rayquaza-mega.json +29 -0
- package/data/pokemon/rillaboom-gmax.json +12 -0
- package/data/pokemon/rotom-fan.json +94 -0
- package/data/pokemon/rotom-frost.json +94 -0
- package/data/pokemon/rotom-heat.json +94 -0
- package/data/pokemon/rotom-mow.json +94 -0
- package/data/pokemon/rotom-wash.json +94 -0
- package/data/pokemon/rotom.json +112 -0
- package/data/pokemon/sableye-mega.json +26 -1
- package/data/pokemon/salamence-mega.json +26 -1
- package/data/pokemon/sandaconda-gmax.json +12 -0
- package/data/pokemon/sawsbuck-autumn.json +47 -0
- package/data/pokemon/sawsbuck-summer.json +36 -0
- package/data/pokemon/sawsbuck-winter.json +47 -0
- package/data/pokemon/sawsbuck.json +47 -0
- package/data/pokemon/sceptile-mega.json +26 -1
- package/data/pokemon/scizor-mega.json +26 -1
- package/data/pokemon/scolipede-mega.json +18 -1
- package/data/pokemon/scolipede.json +1 -0
- package/data/pokemon/scovillain-mega.json +18 -1
- package/data/pokemon/scrafty-mega.json +18 -1
- package/data/pokemon/sharpedo-mega.json +26 -1
- package/data/pokemon/shaymin-sky.json +151 -0
- package/data/pokemon/shiftry-f.json +1 -0
- package/data/pokemon/shiftry.json +1 -0
- package/data/pokemon/silvally-bug.json +27 -1
- package/data/pokemon/silvally-dark.json +27 -1
- package/data/pokemon/silvally-dragon.json +27 -1
- package/data/pokemon/silvally-electric.json +27 -1
- package/data/pokemon/silvally-fairy.json +27 -1
- package/data/pokemon/silvally-fighting.json +27 -1
- package/data/pokemon/silvally-fire.json +27 -1
- package/data/pokemon/silvally-flying.json +27 -1
- package/data/pokemon/silvally-ghost.json +27 -1
- package/data/pokemon/silvally-grass.json +27 -1
- package/data/pokemon/silvally-ground.json +27 -1
- package/data/pokemon/silvally-ice.json +27 -1
- package/data/pokemon/silvally-poison.json +27 -1
- package/data/pokemon/silvally-psychic.json +27 -1
- package/data/pokemon/silvally-rock.json +27 -1
- package/data/pokemon/silvally-steel.json +27 -1
- package/data/pokemon/silvally-water.json +27 -1
- package/data/pokemon/silvally.json +50 -0
- package/data/pokemon/skarmory-mega.json +18 -1
- package/data/pokemon/slowbro-mega.json +34 -1
- package/data/pokemon/snorlax-gmax.json +12 -0
- package/data/pokemon/staraptor-mega.json +18 -0
- package/data/pokemon/starmie-mega.json +18 -1
- package/data/pokemon/steelix-mega.json +26 -1
- package/data/pokemon/swampert-mega.json +26 -1
- package/data/pokemon/tatsugiri-droopy-mega.json +18 -1
- package/data/pokemon/tatsugiri-mega.json +18 -1
- package/data/pokemon/tatsugiri-stretchy-mega.json +18 -1
- package/data/pokemon/terapagos-stellar.json +15 -0
- package/data/pokemon/terapagos-terastal.json +15 -0
- package/data/pokemon/thundurus-therian.json +32 -0
- package/data/pokemon/tornadus-therian.json +32 -0
- package/data/pokemon/toxtricity-gmax.json +12 -0
- package/data/pokemon/toxtricity-low-key-gmax.json +12 -0
- package/data/pokemon/tyranitar-mega.json +26 -1
- package/data/pokemon/urshifu-gmax.json +12 -0
- package/data/pokemon/urshifu-rapid-strike-gmax.json +12 -0
- package/data/pokemon/venipede.json +1 -0
- package/data/pokemon/venusaur-gmax.json +12 -0
- package/data/pokemon/venusaur-mega.json +34 -1
- package/data/pokemon/victreebel-mega.json +18 -1
- package/data/pokemon/whirlipede.json +1 -0
- package/data/pokemon/wishiwashi-school.json +24 -0
- package/data/pokemon/xerneas-active.json +11 -0
- package/data/pokemon/zacian-crowned.json +19 -1
- package/data/pokemon/zamazenta-crowned.json +19 -1
- package/data/pokemon/zeraora-mega.json +18 -1
- package/data/pokemon/zygarde-10.json +19 -0
- package/data/pokemon/zygarde-complete-mega.json +18 -1
- package/data/pokemon/zygarde-complete.json +36 -0
- package/data/pokemon/zygarde.json +33 -0
- package/package.json +4 -1
- package/build/enums-CXl-yCW7.mjs +0 -274
- package/build/enums-CXl-yCW7.mjs.map +0 -1
- package/build/enums-DNGH357y.d.mts +0 -43
- package/build/enums-DNGH357y.d.mts.map +0 -1
- package/build/schemas-30DCmCcg.mjs.map +0 -1
- package/build/schemas-D2xLu3LV.d.mts.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import "./evolution-schemas-BGAv7bJJ.mjs";
|
|
2
|
+
import "./form-schemas-Bq10Ac7d.mjs";
|
|
2
3
|
import { z as z$1 } from "zod";
|
|
3
4
|
//#region src/lib/schemas.d.ts
|
|
4
5
|
declare const i18nTextSchema: z$1.ZodRecord<z$1.ZodEnum<{
|
|
@@ -22,13 +23,13 @@ declare const abilitySchema: z$1.ZodObject<{
|
|
|
22
23
|
shortDesc: z$1.ZodString;
|
|
23
24
|
desc: z$1.ZodNullable<z$1.ZodString>;
|
|
24
25
|
tags: z$1.ZodArray<z$1.ZodEnum<{
|
|
25
|
-
defense: "defense";
|
|
26
26
|
other: "other";
|
|
27
27
|
alert: "alert";
|
|
28
28
|
"ally-helper": "ally-helper";
|
|
29
29
|
"stat-boost": "stat-boost";
|
|
30
30
|
"move-boost": "move-boost";
|
|
31
31
|
bypass: "bypass";
|
|
32
|
+
defense: "defense";
|
|
32
33
|
handicap: "handicap";
|
|
33
34
|
heal: "heal";
|
|
34
35
|
items: "items";
|
|
@@ -153,8 +154,8 @@ declare const gameSchema: z$1.ZodObject<{
|
|
|
153
154
|
pokeApiGameVersionGroupId: z$1.ZodNullable<z$1.ZodNumber>;
|
|
154
155
|
codename: z$1.ZodNullable<z$1.ZodString>;
|
|
155
156
|
type: z$1.ZodEnum<{
|
|
156
|
-
set: "set";
|
|
157
157
|
superset: "superset";
|
|
158
|
+
set: "set";
|
|
158
159
|
game: "game";
|
|
159
160
|
dlc: "dlc";
|
|
160
161
|
}>;
|
|
@@ -245,11 +246,10 @@ declare const itemSchema: z$1.ZodObject<{
|
|
|
245
246
|
shortDesc: z$1.ZodString;
|
|
246
247
|
desc: z$1.ZodNullable<z$1.ZodString>;
|
|
247
248
|
category: z$1.ZodEnum<{
|
|
248
|
-
berry: "berry";
|
|
249
|
-
other: "other";
|
|
250
249
|
ball: "ball";
|
|
251
250
|
medicine: "medicine";
|
|
252
251
|
battle: "battle";
|
|
252
|
+
berry: "berry";
|
|
253
253
|
machine: "machine";
|
|
254
254
|
megastone: "megastone";
|
|
255
255
|
zcrystal: "zcrystal";
|
|
@@ -257,6 +257,7 @@ declare const itemSchema: z$1.ZodObject<{
|
|
|
257
257
|
ingredient: "ingredient";
|
|
258
258
|
material: "material";
|
|
259
259
|
key: "key";
|
|
260
|
+
other: "other";
|
|
260
261
|
}>;
|
|
261
262
|
unholdable: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
262
263
|
}, z$1.core.$strip>;
|
|
@@ -267,9 +268,9 @@ declare const pokeballSchema: z$1.ZodObject<{
|
|
|
267
268
|
shortDesc: z$1.ZodString;
|
|
268
269
|
desc: z$1.ZodNullable<z$1.ZodString>;
|
|
269
270
|
category: z$1.ZodEnum<{
|
|
270
|
-
special: "special";
|
|
271
271
|
other: "other";
|
|
272
272
|
regular: "regular";
|
|
273
|
+
special: "special";
|
|
273
274
|
hisuian: "hisuian";
|
|
274
275
|
}>;
|
|
275
276
|
unusable: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
@@ -371,9 +372,9 @@ declare const natureSchema: z$1.ZodObject<{
|
|
|
371
372
|
id: z$1.ZodString;
|
|
372
373
|
name: z$1.ZodString;
|
|
373
374
|
raises: z$1.ZodNullable<z$1.ZodEnum<{
|
|
374
|
-
def: "def";
|
|
375
375
|
hp: "hp";
|
|
376
376
|
atk: "atk";
|
|
377
|
+
def: "def";
|
|
377
378
|
spa: "spa";
|
|
378
379
|
spd: "spd";
|
|
379
380
|
spe: "spe";
|
|
@@ -381,9 +382,9 @@ declare const natureSchema: z$1.ZodObject<{
|
|
|
381
382
|
eva: "eva";
|
|
382
383
|
}>>;
|
|
383
384
|
lowers: z$1.ZodNullable<z$1.ZodEnum<{
|
|
384
|
-
def: "def";
|
|
385
385
|
hp: "hp";
|
|
386
386
|
atk: "atk";
|
|
387
|
+
def: "def";
|
|
387
388
|
spa: "spa";
|
|
388
389
|
spd: "spd";
|
|
389
390
|
spe: "spe";
|
|
@@ -423,8 +424,8 @@ declare const moveSchema: z$1.ZodObject<{
|
|
|
423
424
|
accuracy: z$1.ZodCoercedNumber<unknown>;
|
|
424
425
|
pp: z$1.ZodCoercedNumber<unknown>;
|
|
425
426
|
category: z$1.ZodEnum<{
|
|
426
|
-
physical: "physical";
|
|
427
427
|
special: "special";
|
|
428
|
+
physical: "physical";
|
|
428
429
|
status: "status";
|
|
429
430
|
}>;
|
|
430
431
|
priority: z$1.ZodCoercedNumber<unknown>;
|
|
@@ -577,10 +578,10 @@ declare const pokemonSchema: z$1.ZodObject<{
|
|
|
577
578
|
ability2: z$1.ZodOptional<z$1.ZodString>;
|
|
578
579
|
abilityHidden: z$1.ZodOptional<z$1.ZodString>;
|
|
579
580
|
abilitySpecial: z$1.ZodOptional<z$1.ZodString>;
|
|
581
|
+
legacyAbilities: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
580
582
|
isPrerelease: z$1.ZodCoercedBoolean<unknown>;
|
|
581
583
|
isDefault: z$1.ZodCoercedBoolean<unknown>;
|
|
582
584
|
isForm: z$1.ZodCoercedBoolean<unknown>;
|
|
583
|
-
formItem: z$1.ZodOptional<z$1.ZodString>;
|
|
584
585
|
isLegendary: z$1.ZodCoercedBoolean<unknown>;
|
|
585
586
|
isMythical: z$1.ZodCoercedBoolean<unknown>;
|
|
586
587
|
isBaby: z$1.ZodCoercedBoolean<unknown>;
|
|
@@ -863,6 +864,583 @@ declare const pokemonSchema: z$1.ZodObject<{
|
|
|
863
864
|
por: "por";
|
|
864
865
|
}> & z$1.core.$partial, z$1.ZodString>>;
|
|
865
866
|
}, z$1.core.$strict>>>;
|
|
867
|
+
formMethods: z$1.ZodOptional<z$1.ZodArray<z$1.ZodObject<{
|
|
868
|
+
revert: z$1.ZodOptional<z$1.ZodArray<z$1.ZodUnion<readonly [z$1.ZodEnum<{
|
|
869
|
+
battle_start: "battle_start";
|
|
870
|
+
battle_end: "battle_end";
|
|
871
|
+
switch_in: "switch_in";
|
|
872
|
+
switch_out: "switch_out";
|
|
873
|
+
end_of_turn: "end_of_turn";
|
|
874
|
+
before_move: "before_move";
|
|
875
|
+
after_move: "after_move";
|
|
876
|
+
damaging_hit: "damaging_hit";
|
|
877
|
+
physical_hit: "physical_hit";
|
|
878
|
+
faint: "faint";
|
|
879
|
+
}>, z$1.ZodObject<{
|
|
880
|
+
afterTurns: z$1.ZodNumber;
|
|
881
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
882
|
+
trigger: z$1.ZodEnum<{
|
|
883
|
+
special: "special";
|
|
884
|
+
use_item: "use_item";
|
|
885
|
+
automatic: "automatic";
|
|
886
|
+
use_move: "use_move";
|
|
887
|
+
equip_item: "equip_item";
|
|
888
|
+
remove_item: "remove_item";
|
|
889
|
+
learn_move: "learn_move";
|
|
890
|
+
forget_move: "forget_move";
|
|
891
|
+
interact: "interact";
|
|
892
|
+
fuse: "fuse";
|
|
893
|
+
separate: "separate";
|
|
894
|
+
}>;
|
|
895
|
+
minLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
896
|
+
item: z$1.ZodOptional<z$1.ZodObject<{
|
|
897
|
+
id: z$1.ZodString;
|
|
898
|
+
role: z$1.ZodEnum<{
|
|
899
|
+
held: "held";
|
|
900
|
+
used: "used";
|
|
901
|
+
bag: "bag";
|
|
902
|
+
}>;
|
|
903
|
+
consumed: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
904
|
+
}, z$1.core.$strict>>;
|
|
905
|
+
conditions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
906
|
+
key: z$1.ZodLiteral<"ability">;
|
|
907
|
+
abilities: z$1.ZodArray<z$1.ZodString>;
|
|
908
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
909
|
+
key: z$1.ZodLiteral<"known_move">;
|
|
910
|
+
move: z$1.ZodString;
|
|
911
|
+
relation: z$1.ZodOptional<z$1.ZodEnum<{
|
|
912
|
+
knows: "knows";
|
|
913
|
+
does_not_know: "does_not_know";
|
|
914
|
+
}>>;
|
|
915
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
916
|
+
key: z$1.ZodLiteral<"move_used">;
|
|
917
|
+
move: z$1.ZodString;
|
|
918
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
919
|
+
key: z$1.ZodLiteral<"move_category">;
|
|
920
|
+
categories: z$1.ZodArray<z$1.ZodEnum<{
|
|
921
|
+
special: "special";
|
|
922
|
+
physical: "physical";
|
|
923
|
+
status: "status";
|
|
924
|
+
}>>;
|
|
925
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
926
|
+
key: z$1.ZodLiteral<"time_of_day">;
|
|
927
|
+
time: z$1.ZodEnum<{
|
|
928
|
+
day: "day";
|
|
929
|
+
night: "night";
|
|
930
|
+
dusk: "dusk";
|
|
931
|
+
morning: "morning";
|
|
932
|
+
evening: "evening";
|
|
933
|
+
}>;
|
|
934
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
935
|
+
key: z$1.ZodLiteral<"status">;
|
|
936
|
+
status: z$1.ZodEnum<{
|
|
937
|
+
frozen: "frozen";
|
|
938
|
+
frostbite: "frostbite";
|
|
939
|
+
fainted: "fainted";
|
|
940
|
+
}>;
|
|
941
|
+
relation: z$1.ZodEnum<{
|
|
942
|
+
is: "is";
|
|
943
|
+
not: "not";
|
|
944
|
+
}>;
|
|
945
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
946
|
+
key: z$1.ZodLiteral<"fusion_partner">;
|
|
947
|
+
pokemon: z$1.ZodString;
|
|
948
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
949
|
+
key: z$1.ZodLiteral<"interaction">;
|
|
950
|
+
interaction: z$1.ZodEnum<{
|
|
951
|
+
contest_spectacular_ends: "contest_spectacular_ends";
|
|
952
|
+
deoxys_meteorite: "deoxys_meteorite";
|
|
953
|
+
electric_fan: "electric_fan";
|
|
954
|
+
enter_contest_spectacular: "enter_contest_spectacular";
|
|
955
|
+
enter_union_room: "enter_union_room";
|
|
956
|
+
enter_wifi_club: "enter_wifi_club";
|
|
957
|
+
furfrou_groom: "furfrou_groom";
|
|
958
|
+
furfrou_restore_natural: "furfrou_restore_natural";
|
|
959
|
+
lawn_mower: "lawn_mower";
|
|
960
|
+
leave_distortion_world: "leave_distortion_world";
|
|
961
|
+
light_bulb: "light_bulb";
|
|
962
|
+
load_game: "load_game";
|
|
963
|
+
microwave_oven: "microwave_oven";
|
|
964
|
+
reassembly_unit: "reassembly_unit";
|
|
965
|
+
recall_outside_battle: "recall_outside_battle";
|
|
966
|
+
refrigerator: "refrigerator";
|
|
967
|
+
return_appliance: "return_appliance";
|
|
968
|
+
washing_machine: "washing_machine";
|
|
969
|
+
}>;
|
|
970
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
971
|
+
key: z$1.ZodLiteral<"location">;
|
|
972
|
+
location: z$1.ZodEnum<{
|
|
973
|
+
alabaster_icelands: "alabaster_icelands";
|
|
974
|
+
ambrette_fossil_lab_meteorites: "ambrette_fossil_lab_meteorites";
|
|
975
|
+
bell_tower: "bell_tower";
|
|
976
|
+
burned_tower: "burned_tower";
|
|
977
|
+
cobalt_coastlands: "cobalt_coastlands";
|
|
978
|
+
coronet_highlands: "coronet_highlands";
|
|
979
|
+
crimson_mirelands: "crimson_mirelands";
|
|
980
|
+
dalizapa_passage: "dalizapa_passage";
|
|
981
|
+
distortion_world: "distortion_world";
|
|
982
|
+
east_province_area_one: "east_province_area_one";
|
|
983
|
+
east_province_area_two: "east_province_area_two";
|
|
984
|
+
friseur_furfrou: "friseur_furfrou";
|
|
985
|
+
glaseado_mountain: "glaseado_mountain";
|
|
986
|
+
hauoli_city_salon: "hauoli_city_salon";
|
|
987
|
+
hokulani_observatory_meteorite: "hokulani_observatory_meteorite";
|
|
988
|
+
jaune_sector_6: "jaune_sector_6";
|
|
989
|
+
jubilife_village: "jubilife_village";
|
|
990
|
+
jubilife_village_player_quarters: "jubilife_village_player_quarters";
|
|
991
|
+
kanto_route_3_meteorites: "kanto_route_3_meteorites";
|
|
992
|
+
malie_city_salon: "malie_city_salon";
|
|
993
|
+
nacrene_museum_meteorite: "nacrene_museum_meteorite";
|
|
994
|
+
north_province_area_one: "north_province_area_one";
|
|
995
|
+
obsidian_fieldlands: "obsidian_fieldlands";
|
|
996
|
+
professor_birchs_lab: "professor_birchs_lab";
|
|
997
|
+
professor_cozmos_house_meteorite: "professor_cozmos_house_meteorite";
|
|
998
|
+
professor_kukuis_lab: "professor_kukuis_lab";
|
|
999
|
+
shopping_mall_nine_basement: "shopping_mall_nine_basement";
|
|
1000
|
+
silph_co_rotom_room: "silph_co_rotom_room";
|
|
1001
|
+
slateport_pokemon_fan_club: "slateport_pokemon_fan_club";
|
|
1002
|
+
socarrat_trail: "socarrat_trail";
|
|
1003
|
+
south_province_area_five: "south_province_area_five";
|
|
1004
|
+
south_province_area_four: "south_province_area_four";
|
|
1005
|
+
south_province_area_one: "south_province_area_one";
|
|
1006
|
+
sprout_tower: "sprout_tower";
|
|
1007
|
+
sycamore_pokemon_lab: "sycamore_pokemon_lab";
|
|
1008
|
+
team_galactic_eterna_building_rotom_room: "team_galactic_eterna_building_rotom_room";
|
|
1009
|
+
veilstone_city_meteorites: "veilstone_city_meteorites";
|
|
1010
|
+
west_province_area_three: "west_province_area_three";
|
|
1011
|
+
west_province_area_two: "west_province_area_two";
|
|
1012
|
+
}>;
|
|
1013
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1014
|
+
key: z$1.ZodLiteral<"environment">;
|
|
1015
|
+
environment: z$1.ZodEnum<{
|
|
1016
|
+
building: "building";
|
|
1017
|
+
cave_or_beach: "cave_or_beach";
|
|
1018
|
+
outdoors_or_tall_grass: "outdoors_or_tall_grass";
|
|
1019
|
+
outside_distortion_world: "outside_distortion_world";
|
|
1020
|
+
snowstorm: "snowstorm";
|
|
1021
|
+
}>;
|
|
1022
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1023
|
+
key: z$1.ZodLiteral<"season">;
|
|
1024
|
+
season: z$1.ZodEnum<{
|
|
1025
|
+
spring: "spring";
|
|
1026
|
+
summer: "summer";
|
|
1027
|
+
autumn: "autumn";
|
|
1028
|
+
winter: "winter";
|
|
1029
|
+
}>;
|
|
1030
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1031
|
+
key: z$1.ZodLiteral<"elapsed_time">;
|
|
1032
|
+
amount: z$1.ZodNumber;
|
|
1033
|
+
unit: z$1.ZodEnum<{
|
|
1034
|
+
turns: "turns";
|
|
1035
|
+
days: "days";
|
|
1036
|
+
seconds: "seconds";
|
|
1037
|
+
}>;
|
|
1038
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1039
|
+
key: z$1.ZodLiteral<"storage_event">;
|
|
1040
|
+
event: z$1.ZodEnum<{
|
|
1041
|
+
deposit: "deposit";
|
|
1042
|
+
withdrawal: "withdrawal";
|
|
1043
|
+
}>;
|
|
1044
|
+
service: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1045
|
+
bank: "bank";
|
|
1046
|
+
day_care: "day_care";
|
|
1047
|
+
home: "home";
|
|
1048
|
+
nursery: "nursery";
|
|
1049
|
+
pc: "pc";
|
|
1050
|
+
}>>;
|
|
1051
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1052
|
+
key: z$1.ZodLiteral<"transfer">;
|
|
1053
|
+
destination: z$1.ZodString;
|
|
1054
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1055
|
+
key: z$1.ZodLiteral<"battle_event">;
|
|
1056
|
+
events: z$1.ZodArray<z$1.ZodEnum<{
|
|
1057
|
+
battle_start: "battle_start";
|
|
1058
|
+
battle_end: "battle_end";
|
|
1059
|
+
switch_in: "switch_in";
|
|
1060
|
+
switch_out: "switch_out";
|
|
1061
|
+
end_of_turn: "end_of_turn";
|
|
1062
|
+
before_move: "before_move";
|
|
1063
|
+
after_move: "after_move";
|
|
1064
|
+
damaging_hit: "damaging_hit";
|
|
1065
|
+
physical_hit: "physical_hit";
|
|
1066
|
+
faint: "faint";
|
|
1067
|
+
}>>;
|
|
1068
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1069
|
+
key: z$1.ZodLiteral<"original_form">;
|
|
1070
|
+
forms: z$1.ZodArray<z$1.ZodString>;
|
|
1071
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1072
|
+
key: z$1.ZodLiteral<"intrinsic_form">;
|
|
1073
|
+
forms: z$1.ZodArray<z$1.ZodString>;
|
|
1074
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1075
|
+
key: z$1.ZodLiteral<"spare_party_slot">;
|
|
1076
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1077
|
+
key: z$1.ZodLiteral<"mechanic">;
|
|
1078
|
+
mechanic: z$1.ZodEnum<{
|
|
1079
|
+
dynamax: "dynamax";
|
|
1080
|
+
change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
|
|
1081
|
+
gigantamax: "gigantamax";
|
|
1082
|
+
in_party: "in_party";
|
|
1083
|
+
legend_plate: "legend_plate";
|
|
1084
|
+
mega_evolution: "mega_evolution";
|
|
1085
|
+
not_holding_griseous_orb: "not_holding_griseous_orb";
|
|
1086
|
+
participated_in_battle: "participated_in_battle";
|
|
1087
|
+
terastallization: "terastallization";
|
|
1088
|
+
ultra_burst: "ultra_burst";
|
|
1089
|
+
}>;
|
|
1090
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1091
|
+
key: z$1.ZodLiteral<"hp">;
|
|
1092
|
+
comparison: z$1.ZodEnum<{
|
|
1093
|
+
lt: "lt";
|
|
1094
|
+
eq: "eq";
|
|
1095
|
+
gt: "gt";
|
|
1096
|
+
lte: "lte";
|
|
1097
|
+
gte: "gte";
|
|
1098
|
+
}>;
|
|
1099
|
+
percent: z$1.ZodNumber;
|
|
1100
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1101
|
+
key: z$1.ZodLiteral<"weather">;
|
|
1102
|
+
weather: z$1.ZodArray<z$1.ZodEnum<{
|
|
1103
|
+
rain: "rain";
|
|
1104
|
+
sun: "sun";
|
|
1105
|
+
hail: "hail";
|
|
1106
|
+
snow: "snow";
|
|
1107
|
+
none: "none";
|
|
1108
|
+
}>>;
|
|
1109
|
+
relation: z$1.ZodEnum<{
|
|
1110
|
+
in: "in";
|
|
1111
|
+
outside: "outside";
|
|
1112
|
+
}>;
|
|
1113
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1114
|
+
key: z$1.ZodLiteral<"held_item_absent">;
|
|
1115
|
+
items: z$1.ZodArray<z$1.ZodString>;
|
|
1116
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1117
|
+
key: z$1.ZodLiteral<"battle_condition">;
|
|
1118
|
+
condition: z$1.ZodEnum<{
|
|
1119
|
+
ability_is_not_sheer_force: "ability_is_not_sheer_force";
|
|
1120
|
+
at_least_40_additional_zygarde_cells: "at_least_40_additional_zygarde_cells";
|
|
1121
|
+
battle_bond_not_previously_used: "battle_bond_not_previously_used";
|
|
1122
|
+
battle_continues: "battle_continues";
|
|
1123
|
+
confusion_self_hit: "confusion_self_hit";
|
|
1124
|
+
directly_knock_out_opponent: "directly_knock_out_opponent";
|
|
1125
|
+
disguise_not_bypassed: "disguise_not_bypassed";
|
|
1126
|
+
forecast_suppressed_or_replaced: "forecast_suppressed_or_replaced";
|
|
1127
|
+
gigantamax_factor: "gigantamax_factor";
|
|
1128
|
+
hail_or_snow_begins: "hail_or_snow_begins";
|
|
1129
|
+
ice_face_not_bypassed: "ice_face_not_bypassed";
|
|
1130
|
+
in_battle: "in_battle";
|
|
1131
|
+
judgment_type_match: "judgment_type_match";
|
|
1132
|
+
legends_arceus_sunshine_conditions_ended: "legends_arceus_sunshine_conditions_ended";
|
|
1133
|
+
mega_gauge_full: "mega_gauge_full";
|
|
1134
|
+
mega_power_depleted: "mega_power_depleted";
|
|
1135
|
+
move_affects_at_least_one_target: "move_affects_at_least_one_target";
|
|
1136
|
+
move_deals_damage: "move_deals_damage";
|
|
1137
|
+
not_dynamaxed: "not_dynamaxed";
|
|
1138
|
+
not_terastallized: "not_terastallized";
|
|
1139
|
+
rayquaza_mega_eligible: "rayquaza_mega_eligible";
|
|
1140
|
+
sunlight_effect_or_flower_gift_inactive: "sunlight_effect_or_flower_gift_inactive";
|
|
1141
|
+
ultra_burst_unused_by_trainer: "ultra_burst_unused_by_trainer";
|
|
1142
|
+
weather_effects_active: "weather_effects_active";
|
|
1143
|
+
weather_effects_negated: "weather_effects_negated";
|
|
1144
|
+
zen_mode_suppressed_or_replaced: "zen_mode_suppressed_or_replaced";
|
|
1145
|
+
}>;
|
|
1146
|
+
}, z$1.core.$strict>], "key">>;
|
|
1147
|
+
notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
|
|
1148
|
+
esla: "esla";
|
|
1149
|
+
chs: "chs";
|
|
1150
|
+
cht: "cht";
|
|
1151
|
+
eng: "eng";
|
|
1152
|
+
esp: "esp";
|
|
1153
|
+
fra: "fra";
|
|
1154
|
+
deu: "deu";
|
|
1155
|
+
ita: "ita";
|
|
1156
|
+
jap: "jap";
|
|
1157
|
+
kor: "kor";
|
|
1158
|
+
por: "por";
|
|
1159
|
+
}> & z$1.core.$partial, z$1.ZodString>>;
|
|
1160
|
+
to: z$1.ZodOptional<z$1.ZodString>;
|
|
1161
|
+
games: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodArray<z$1.ZodString>>>;
|
|
1162
|
+
}, z$1.core.$strict>]>>>;
|
|
1163
|
+
trigger: z$1.ZodEnum<{
|
|
1164
|
+
special: "special";
|
|
1165
|
+
use_item: "use_item";
|
|
1166
|
+
automatic: "automatic";
|
|
1167
|
+
use_move: "use_move";
|
|
1168
|
+
equip_item: "equip_item";
|
|
1169
|
+
remove_item: "remove_item";
|
|
1170
|
+
learn_move: "learn_move";
|
|
1171
|
+
forget_move: "forget_move";
|
|
1172
|
+
interact: "interact";
|
|
1173
|
+
fuse: "fuse";
|
|
1174
|
+
separate: "separate";
|
|
1175
|
+
}>;
|
|
1176
|
+
minLevel: z$1.ZodOptional<z$1.ZodNumber>;
|
|
1177
|
+
item: z$1.ZodOptional<z$1.ZodObject<{
|
|
1178
|
+
id: z$1.ZodString;
|
|
1179
|
+
role: z$1.ZodEnum<{
|
|
1180
|
+
held: "held";
|
|
1181
|
+
used: "used";
|
|
1182
|
+
bag: "bag";
|
|
1183
|
+
}>;
|
|
1184
|
+
consumed: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
1185
|
+
}, z$1.core.$strict>>;
|
|
1186
|
+
conditions: z$1.ZodArray<z$1.ZodDiscriminatedUnion<[z$1.ZodObject<{
|
|
1187
|
+
key: z$1.ZodLiteral<"ability">;
|
|
1188
|
+
abilities: z$1.ZodArray<z$1.ZodString>;
|
|
1189
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1190
|
+
key: z$1.ZodLiteral<"known_move">;
|
|
1191
|
+
move: z$1.ZodString;
|
|
1192
|
+
relation: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1193
|
+
knows: "knows";
|
|
1194
|
+
does_not_know: "does_not_know";
|
|
1195
|
+
}>>;
|
|
1196
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1197
|
+
key: z$1.ZodLiteral<"move_used">;
|
|
1198
|
+
move: z$1.ZodString;
|
|
1199
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1200
|
+
key: z$1.ZodLiteral<"move_category">;
|
|
1201
|
+
categories: z$1.ZodArray<z$1.ZodEnum<{
|
|
1202
|
+
special: "special";
|
|
1203
|
+
physical: "physical";
|
|
1204
|
+
status: "status";
|
|
1205
|
+
}>>;
|
|
1206
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1207
|
+
key: z$1.ZodLiteral<"time_of_day">;
|
|
1208
|
+
time: z$1.ZodEnum<{
|
|
1209
|
+
day: "day";
|
|
1210
|
+
night: "night";
|
|
1211
|
+
dusk: "dusk";
|
|
1212
|
+
morning: "morning";
|
|
1213
|
+
evening: "evening";
|
|
1214
|
+
}>;
|
|
1215
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1216
|
+
key: z$1.ZodLiteral<"status">;
|
|
1217
|
+
status: z$1.ZodEnum<{
|
|
1218
|
+
frozen: "frozen";
|
|
1219
|
+
frostbite: "frostbite";
|
|
1220
|
+
fainted: "fainted";
|
|
1221
|
+
}>;
|
|
1222
|
+
relation: z$1.ZodEnum<{
|
|
1223
|
+
is: "is";
|
|
1224
|
+
not: "not";
|
|
1225
|
+
}>;
|
|
1226
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1227
|
+
key: z$1.ZodLiteral<"fusion_partner">;
|
|
1228
|
+
pokemon: z$1.ZodString;
|
|
1229
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1230
|
+
key: z$1.ZodLiteral<"interaction">;
|
|
1231
|
+
interaction: z$1.ZodEnum<{
|
|
1232
|
+
contest_spectacular_ends: "contest_spectacular_ends";
|
|
1233
|
+
deoxys_meteorite: "deoxys_meteorite";
|
|
1234
|
+
electric_fan: "electric_fan";
|
|
1235
|
+
enter_contest_spectacular: "enter_contest_spectacular";
|
|
1236
|
+
enter_union_room: "enter_union_room";
|
|
1237
|
+
enter_wifi_club: "enter_wifi_club";
|
|
1238
|
+
furfrou_groom: "furfrou_groom";
|
|
1239
|
+
furfrou_restore_natural: "furfrou_restore_natural";
|
|
1240
|
+
lawn_mower: "lawn_mower";
|
|
1241
|
+
leave_distortion_world: "leave_distortion_world";
|
|
1242
|
+
light_bulb: "light_bulb";
|
|
1243
|
+
load_game: "load_game";
|
|
1244
|
+
microwave_oven: "microwave_oven";
|
|
1245
|
+
reassembly_unit: "reassembly_unit";
|
|
1246
|
+
recall_outside_battle: "recall_outside_battle";
|
|
1247
|
+
refrigerator: "refrigerator";
|
|
1248
|
+
return_appliance: "return_appliance";
|
|
1249
|
+
washing_machine: "washing_machine";
|
|
1250
|
+
}>;
|
|
1251
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1252
|
+
key: z$1.ZodLiteral<"location">;
|
|
1253
|
+
location: z$1.ZodEnum<{
|
|
1254
|
+
alabaster_icelands: "alabaster_icelands";
|
|
1255
|
+
ambrette_fossil_lab_meteorites: "ambrette_fossil_lab_meteorites";
|
|
1256
|
+
bell_tower: "bell_tower";
|
|
1257
|
+
burned_tower: "burned_tower";
|
|
1258
|
+
cobalt_coastlands: "cobalt_coastlands";
|
|
1259
|
+
coronet_highlands: "coronet_highlands";
|
|
1260
|
+
crimson_mirelands: "crimson_mirelands";
|
|
1261
|
+
dalizapa_passage: "dalizapa_passage";
|
|
1262
|
+
distortion_world: "distortion_world";
|
|
1263
|
+
east_province_area_one: "east_province_area_one";
|
|
1264
|
+
east_province_area_two: "east_province_area_two";
|
|
1265
|
+
friseur_furfrou: "friseur_furfrou";
|
|
1266
|
+
glaseado_mountain: "glaseado_mountain";
|
|
1267
|
+
hauoli_city_salon: "hauoli_city_salon";
|
|
1268
|
+
hokulani_observatory_meteorite: "hokulani_observatory_meteorite";
|
|
1269
|
+
jaune_sector_6: "jaune_sector_6";
|
|
1270
|
+
jubilife_village: "jubilife_village";
|
|
1271
|
+
jubilife_village_player_quarters: "jubilife_village_player_quarters";
|
|
1272
|
+
kanto_route_3_meteorites: "kanto_route_3_meteorites";
|
|
1273
|
+
malie_city_salon: "malie_city_salon";
|
|
1274
|
+
nacrene_museum_meteorite: "nacrene_museum_meteorite";
|
|
1275
|
+
north_province_area_one: "north_province_area_one";
|
|
1276
|
+
obsidian_fieldlands: "obsidian_fieldlands";
|
|
1277
|
+
professor_birchs_lab: "professor_birchs_lab";
|
|
1278
|
+
professor_cozmos_house_meteorite: "professor_cozmos_house_meteorite";
|
|
1279
|
+
professor_kukuis_lab: "professor_kukuis_lab";
|
|
1280
|
+
shopping_mall_nine_basement: "shopping_mall_nine_basement";
|
|
1281
|
+
silph_co_rotom_room: "silph_co_rotom_room";
|
|
1282
|
+
slateport_pokemon_fan_club: "slateport_pokemon_fan_club";
|
|
1283
|
+
socarrat_trail: "socarrat_trail";
|
|
1284
|
+
south_province_area_five: "south_province_area_five";
|
|
1285
|
+
south_province_area_four: "south_province_area_four";
|
|
1286
|
+
south_province_area_one: "south_province_area_one";
|
|
1287
|
+
sprout_tower: "sprout_tower";
|
|
1288
|
+
sycamore_pokemon_lab: "sycamore_pokemon_lab";
|
|
1289
|
+
team_galactic_eterna_building_rotom_room: "team_galactic_eterna_building_rotom_room";
|
|
1290
|
+
veilstone_city_meteorites: "veilstone_city_meteorites";
|
|
1291
|
+
west_province_area_three: "west_province_area_three";
|
|
1292
|
+
west_province_area_two: "west_province_area_two";
|
|
1293
|
+
}>;
|
|
1294
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1295
|
+
key: z$1.ZodLiteral<"environment">;
|
|
1296
|
+
environment: z$1.ZodEnum<{
|
|
1297
|
+
building: "building";
|
|
1298
|
+
cave_or_beach: "cave_or_beach";
|
|
1299
|
+
outdoors_or_tall_grass: "outdoors_or_tall_grass";
|
|
1300
|
+
outside_distortion_world: "outside_distortion_world";
|
|
1301
|
+
snowstorm: "snowstorm";
|
|
1302
|
+
}>;
|
|
1303
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1304
|
+
key: z$1.ZodLiteral<"season">;
|
|
1305
|
+
season: z$1.ZodEnum<{
|
|
1306
|
+
spring: "spring";
|
|
1307
|
+
summer: "summer";
|
|
1308
|
+
autumn: "autumn";
|
|
1309
|
+
winter: "winter";
|
|
1310
|
+
}>;
|
|
1311
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1312
|
+
key: z$1.ZodLiteral<"elapsed_time">;
|
|
1313
|
+
amount: z$1.ZodNumber;
|
|
1314
|
+
unit: z$1.ZodEnum<{
|
|
1315
|
+
turns: "turns";
|
|
1316
|
+
days: "days";
|
|
1317
|
+
seconds: "seconds";
|
|
1318
|
+
}>;
|
|
1319
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1320
|
+
key: z$1.ZodLiteral<"storage_event">;
|
|
1321
|
+
event: z$1.ZodEnum<{
|
|
1322
|
+
deposit: "deposit";
|
|
1323
|
+
withdrawal: "withdrawal";
|
|
1324
|
+
}>;
|
|
1325
|
+
service: z$1.ZodOptional<z$1.ZodEnum<{
|
|
1326
|
+
bank: "bank";
|
|
1327
|
+
day_care: "day_care";
|
|
1328
|
+
home: "home";
|
|
1329
|
+
nursery: "nursery";
|
|
1330
|
+
pc: "pc";
|
|
1331
|
+
}>>;
|
|
1332
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1333
|
+
key: z$1.ZodLiteral<"transfer">;
|
|
1334
|
+
destination: z$1.ZodString;
|
|
1335
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1336
|
+
key: z$1.ZodLiteral<"battle_event">;
|
|
1337
|
+
events: z$1.ZodArray<z$1.ZodEnum<{
|
|
1338
|
+
battle_start: "battle_start";
|
|
1339
|
+
battle_end: "battle_end";
|
|
1340
|
+
switch_in: "switch_in";
|
|
1341
|
+
switch_out: "switch_out";
|
|
1342
|
+
end_of_turn: "end_of_turn";
|
|
1343
|
+
before_move: "before_move";
|
|
1344
|
+
after_move: "after_move";
|
|
1345
|
+
damaging_hit: "damaging_hit";
|
|
1346
|
+
physical_hit: "physical_hit";
|
|
1347
|
+
faint: "faint";
|
|
1348
|
+
}>>;
|
|
1349
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1350
|
+
key: z$1.ZodLiteral<"original_form">;
|
|
1351
|
+
forms: z$1.ZodArray<z$1.ZodString>;
|
|
1352
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1353
|
+
key: z$1.ZodLiteral<"intrinsic_form">;
|
|
1354
|
+
forms: z$1.ZodArray<z$1.ZodString>;
|
|
1355
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1356
|
+
key: z$1.ZodLiteral<"spare_party_slot">;
|
|
1357
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1358
|
+
key: z$1.ZodLiteral<"mechanic">;
|
|
1359
|
+
mechanic: z$1.ZodEnum<{
|
|
1360
|
+
dynamax: "dynamax";
|
|
1361
|
+
change_a_move_other_than_secret_sword: "change_a_move_other_than_secret_sword";
|
|
1362
|
+
gigantamax: "gigantamax";
|
|
1363
|
+
in_party: "in_party";
|
|
1364
|
+
legend_plate: "legend_plate";
|
|
1365
|
+
mega_evolution: "mega_evolution";
|
|
1366
|
+
not_holding_griseous_orb: "not_holding_griseous_orb";
|
|
1367
|
+
participated_in_battle: "participated_in_battle";
|
|
1368
|
+
terastallization: "terastallization";
|
|
1369
|
+
ultra_burst: "ultra_burst";
|
|
1370
|
+
}>;
|
|
1371
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1372
|
+
key: z$1.ZodLiteral<"hp">;
|
|
1373
|
+
comparison: z$1.ZodEnum<{
|
|
1374
|
+
lt: "lt";
|
|
1375
|
+
eq: "eq";
|
|
1376
|
+
gt: "gt";
|
|
1377
|
+
lte: "lte";
|
|
1378
|
+
gte: "gte";
|
|
1379
|
+
}>;
|
|
1380
|
+
percent: z$1.ZodNumber;
|
|
1381
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1382
|
+
key: z$1.ZodLiteral<"weather">;
|
|
1383
|
+
weather: z$1.ZodArray<z$1.ZodEnum<{
|
|
1384
|
+
rain: "rain";
|
|
1385
|
+
sun: "sun";
|
|
1386
|
+
hail: "hail";
|
|
1387
|
+
snow: "snow";
|
|
1388
|
+
none: "none";
|
|
1389
|
+
}>>;
|
|
1390
|
+
relation: z$1.ZodEnum<{
|
|
1391
|
+
in: "in";
|
|
1392
|
+
outside: "outside";
|
|
1393
|
+
}>;
|
|
1394
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1395
|
+
key: z$1.ZodLiteral<"held_item_absent">;
|
|
1396
|
+
items: z$1.ZodArray<z$1.ZodString>;
|
|
1397
|
+
}, z$1.core.$strict>, z$1.ZodObject<{
|
|
1398
|
+
key: z$1.ZodLiteral<"battle_condition">;
|
|
1399
|
+
condition: z$1.ZodEnum<{
|
|
1400
|
+
ability_is_not_sheer_force: "ability_is_not_sheer_force";
|
|
1401
|
+
at_least_40_additional_zygarde_cells: "at_least_40_additional_zygarde_cells";
|
|
1402
|
+
battle_bond_not_previously_used: "battle_bond_not_previously_used";
|
|
1403
|
+
battle_continues: "battle_continues";
|
|
1404
|
+
confusion_self_hit: "confusion_self_hit";
|
|
1405
|
+
directly_knock_out_opponent: "directly_knock_out_opponent";
|
|
1406
|
+
disguise_not_bypassed: "disguise_not_bypassed";
|
|
1407
|
+
forecast_suppressed_or_replaced: "forecast_suppressed_or_replaced";
|
|
1408
|
+
gigantamax_factor: "gigantamax_factor";
|
|
1409
|
+
hail_or_snow_begins: "hail_or_snow_begins";
|
|
1410
|
+
ice_face_not_bypassed: "ice_face_not_bypassed";
|
|
1411
|
+
in_battle: "in_battle";
|
|
1412
|
+
judgment_type_match: "judgment_type_match";
|
|
1413
|
+
legends_arceus_sunshine_conditions_ended: "legends_arceus_sunshine_conditions_ended";
|
|
1414
|
+
mega_gauge_full: "mega_gauge_full";
|
|
1415
|
+
mega_power_depleted: "mega_power_depleted";
|
|
1416
|
+
move_affects_at_least_one_target: "move_affects_at_least_one_target";
|
|
1417
|
+
move_deals_damage: "move_deals_damage";
|
|
1418
|
+
not_dynamaxed: "not_dynamaxed";
|
|
1419
|
+
not_terastallized: "not_terastallized";
|
|
1420
|
+
rayquaza_mega_eligible: "rayquaza_mega_eligible";
|
|
1421
|
+
sunlight_effect_or_flower_gift_inactive: "sunlight_effect_or_flower_gift_inactive";
|
|
1422
|
+
ultra_burst_unused_by_trainer: "ultra_burst_unused_by_trainer";
|
|
1423
|
+
weather_effects_active: "weather_effects_active";
|
|
1424
|
+
weather_effects_negated: "weather_effects_negated";
|
|
1425
|
+
zen_mode_suppressed_or_replaced: "zen_mode_suppressed_or_replaced";
|
|
1426
|
+
}>;
|
|
1427
|
+
}, z$1.core.$strict>], "key">>;
|
|
1428
|
+
notes: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
|
|
1429
|
+
esla: "esla";
|
|
1430
|
+
chs: "chs";
|
|
1431
|
+
cht: "cht";
|
|
1432
|
+
eng: "eng";
|
|
1433
|
+
esp: "esp";
|
|
1434
|
+
fra: "fra";
|
|
1435
|
+
deu: "deu";
|
|
1436
|
+
ita: "ita";
|
|
1437
|
+
jap: "jap";
|
|
1438
|
+
kor: "kor";
|
|
1439
|
+
por: "por";
|
|
1440
|
+
}> & z$1.core.$partial, z$1.ZodString>>;
|
|
1441
|
+
from: z$1.ZodArray<z$1.ZodString>;
|
|
1442
|
+
games: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
|
|
1443
|
+
}, z$1.core.$strict>>>;
|
|
866
1444
|
names: z$1.ZodRecord<z$1.ZodEnum<{
|
|
867
1445
|
esla: "esla";
|
|
868
1446
|
chs: "chs";
|
|
@@ -1005,8 +1583,8 @@ declare const modernBoxPresetSchema: z$1.ZodObject<{
|
|
|
1005
1583
|
legacyId: z$1.ZodOptional<z$1.ZodString>;
|
|
1006
1584
|
}, z$1.core.$strict>>;
|
|
1007
1585
|
tags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
|
|
1008
|
-
shiny: "shiny";
|
|
1009
1586
|
forms: "forms";
|
|
1587
|
+
shiny: "shiny";
|
|
1010
1588
|
recommended: "recommended";
|
|
1011
1589
|
national: "national";
|
|
1012
1590
|
grouped: "grouped";
|
|
@@ -1034,4 +1612,4 @@ declare const pokemonSearchFilterSchema: z$1.ZodObject<{
|
|
|
1034
1612
|
}, z$1.core.$strip>;
|
|
1035
1613
|
//#endregion
|
|
1036
1614
|
export { pokemonRefsSchema as A, natureSchema as C, pokeballSchema as D, personalitySchema as E, typeSchema as F, pokemonSearchFilterSchema as M, regionSchema as N, pokedexEntrySchema as O, ribbonSchema as P, moveSchema as S, originMarkSchema as T, modernBoxPresetBoxSchema as _, boxPresetMapSchema as a, modernBoxPresetSlotSchema as b, colorSchema as c, generationSchema as d, i18nTextSchema as f, markSchema as g, locationSchema as h, boxPresetIndexItemSchema as i, pokemonSchema as j, pokedexSchema as k, gameFeaturesSchema as l, languageSchema as m, boxPresetBoxPokemonSchema as n, boxPresetSchema as o, itemSchema as p, boxPresetBoxSchema as r, characterSchema as s, abilitySchema as t, gameSchema as u, modernBoxPresetIndexSchema as v, onlineFeaturesSchema as w, modernBoxPresetTags as x, modernBoxPresetSchema as y };
|
|
1037
|
-
//# sourceMappingURL=schemas-
|
|
1615
|
+
//# sourceMappingURL=schemas-Cw4Mrff5.d.mts.map
|