@pokepc/dataset 7.1.0 → 7.1.2

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.
@@ -1,2 +1,2 @@
1
- import { i as evolutionMethodSchema, n as EvolutionMethod, r as evolutionConditionSchema, t as EvolutionCondition } from "../evolution-schemas-DSBLBAnK.mjs";
1
+ import { i as evolutionMethodSchema, n as EvolutionMethod, r as evolutionConditionSchema, t as EvolutionCondition } from "../evolution-schemas-BGAv7bJJ.mjs";
2
2
  export { EvolutionCondition, EvolutionMethod, evolutionConditionSchema, evolutionMethodSchema };
@@ -1,4 +1,4 @@
1
- import { i as FormRevertDetail, n as FormMethod, r as FormRevert } from "../form-schemas-Cy2ODtBA.mjs";
1
+ import { i as FormRevertDetail, n as FormMethod, r as FormRevert } from "../form-schemas-Bq10Ac7d.mjs";
2
2
  //#region src/lib/form-methods.d.ts
3
3
  /** Expand shorthand without inheriting forward items, conditions, notes, or level requirements. */
4
4
  export declare function resolveFormRevert(rule: FormRevert, method: FormMethod): FormRevertDetail;
@@ -1,2 +1,2 @@
1
- import { a as formConditionSchema, c as formRevertSchema, i as FormRevertDetail, n as FormMethod, o as formMethodSchema, r as FormRevert, s as formRevertDetailSchema, t as FormCondition } from "../form-schemas-Cy2ODtBA.mjs";
1
+ import { a as formConditionSchema, c as formRevertSchema, i as FormRevertDetail, n as FormMethod, o as formMethodSchema, r as FormRevert, s as formRevertDetailSchema, t as FormCondition } from "../form-schemas-Bq10Ac7d.mjs";
2
2
  export { FormCondition, FormMethod, FormRevert, FormRevertDetail, formConditionSchema, formMethodSchema, formRevertDetailSchema, formRevertSchema };
@@ -9,7 +9,7 @@ export declare const itemsFs: import("yolodb").YoloDbTable<{
9
9
  gen: number;
10
10
  shortDesc: string;
11
11
  desc: string | null;
12
- category: "berry" | "other" | "key" | "ball" | "medicine" | "battle" | "machine" | "megastone" | "zcrystal" | "treasure" | "ingredient" | "material";
12
+ category: "ball" | "medicine" | "battle" | "berry" | "machine" | "megastone" | "zcrystal" | "treasure" | "ingredient" | "material" | "key" | "other";
13
13
  unholdable?: boolean | undefined;
14
14
  }>;
15
15
  export declare const pokeballsFs: import("yolodb").YoloDbTable<{
@@ -18,7 +18,7 @@ export declare const pokeballsFs: import("yolodb").YoloDbTable<{
18
18
  gen: number;
19
19
  shortDesc: string;
20
20
  desc: string | null;
21
- category: "special" | "other" | "regular" | "hisuian";
21
+ category: "other" | "regular" | "special" | "hisuian";
22
22
  unusable?: boolean | undefined;
23
23
  }>;
24
24
  export declare const abilitiesFs: import("yolodb").YoloDbTable<{
@@ -28,7 +28,7 @@ export declare const abilitiesFs: import("yolodb").YoloDbTable<{
28
28
  gen: number;
29
29
  shortDesc: string;
30
30
  desc: string | null;
31
- tags: ("defense" | "other" | "weather" | "items" | "alert" | "ally-helper" | "stat-boost" | "move-boost" | "bypass" | "handicap" | "heal" | "priority-control" | "damage" | "target-weaken" | "status-trigger" | "status-immunity" | "steal" | "terrain" | "trap" | "ability-change" | "type-change" | "species-specific")[];
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
32
  immunities?: ("normal" | "fire" | "water" | "electric" | "grass" | "ice" | "fighting" | "poison" | "ground" | "flying" | "psychic" | "bug" | "rock" | "ghost" | "dragon" | "dark" | "steel" | "fairy" | "stellar")[] | undefined;
33
33
  weaknesses?: ("normal" | "fire" | "water" | "electric" | "grass" | "ice" | "fighting" | "poison" | "ground" | "flying" | "psychic" | "bug" | "rock" | "ghost" | "dragon" | "dark" | "steel" | "fairy" | "stellar")[] | undefined;
34
34
  }>;
@@ -43,7 +43,7 @@ export declare const movesFs: import("yolodb").YoloDbTable<{
43
43
  power: number;
44
44
  accuracy: number;
45
45
  pp: number;
46
- category: "physical" | "special" | "status";
46
+ category: "special" | "physical" | "status";
47
47
  priority: number;
48
48
  isZ: boolean;
49
49
  isGmax: boolean;
@@ -85,8 +85,8 @@ export declare const typesFs: import("yolodb").YoloDbTable<{
85
85
  export declare const naturesFs: import("yolodb").YoloDbTable<{
86
86
  id: string;
87
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;
88
+ raises: "hp" | "atk" | "def" | "spa" | "spd" | "spe" | "acc" | "eva" | null;
89
+ lowers: "hp" | "atk" | "def" | "spa" | "spd" | "spe" | "acc" | "eva" | null;
90
90
  }>;
91
91
  export declare const personalitiesFs: import("yolodb").YoloDbTable<{
92
92
  id: string;
@@ -109,10 +109,10 @@ export declare const colorsFs: import("yolodb").YoloDbTable<{
109
109
  color: string;
110
110
  }>;
111
111
  export declare const languagesFs: import("yolodb").YoloDbTable<{
112
- id: "esla" | "chs" | "cht" | "en" | "es" | "fr" | "de" | "it" | "ja" | "ko" | "pt";
112
+ id: "en" | "es" | "esla" | "fr" | "de" | "it" | "ja" | "ko" | "chs" | "cht" | "pt";
113
113
  name: string;
114
114
  nameEng: string;
115
- alpha3: "eng" | "esp" | "esla" | "fra" | "deu" | "ita" | "jap" | "kor" | "chs" | "cht" | "por";
115
+ alpha3: "esla" | "chs" | "cht" | "eng" | "esp" | "fra" | "deu" | "ita" | "jap" | "kor" | "por";
116
116
  inGameCode: "ENG" | "ES-ES" | "ES-LA" | "FRA" | "DEU" | "ITA" | "JPN" | "KOR" | "CHT" | "CHS" | "PT-BR";
117
117
  locale: string;
118
118
  flag: string;
@@ -1,4 +1,4 @@
1
- import { i as evolutionMethodSchema, r as evolutionConditionSchema } from "../evolution-schemas-DSBLBAnK.mjs";
2
- import { a as formConditionSchema, c as formRevertSchema, o as formMethodSchema, s as formRevertDetailSchema } from "../form-schemas-Cy2ODtBA.mjs";
3
- import { A as pokemonRefsSchema, C as natureSchema, D as pokeballSchema, E as personalitySchema, F as typeSchema, M as pokemonSearchFilterSchema, N as regionSchema, O as pokedexEntrySchema, P as ribbonSchema, S as moveSchema, T as originMarkSchema, _ as modernBoxPresetBoxSchema, a as boxPresetMapSchema, b as modernBoxPresetSlotSchema, c as colorSchema, d as generationSchema, f as i18nTextSchema, g as markSchema, h as locationSchema, i as boxPresetIndexItemSchema, j as pokemonSchema, k as pokedexSchema, l as gameFeaturesSchema, m as languageSchema, n as boxPresetBoxPokemonSchema, o as boxPresetSchema, p as itemSchema, r as boxPresetBoxSchema, s as characterSchema, t as abilitySchema, u as gameSchema, v as modernBoxPresetIndexSchema, w as onlineFeaturesSchema, x as modernBoxPresetTags, y as modernBoxPresetSchema } from "../schemas-CxAD9vC9.mjs";
1
+ import { i as evolutionMethodSchema, r as evolutionConditionSchema } from "../evolution-schemas-BGAv7bJJ.mjs";
2
+ import { a as formConditionSchema, c as formRevertSchema, o as formMethodSchema, s as formRevertDetailSchema } from "../form-schemas-Bq10Ac7d.mjs";
3
+ import { A as pokemonRefsSchema, C as natureSchema, D as pokeballSchema, E as personalitySchema, F as typeSchema, M as pokemonSearchFilterSchema, N as regionSchema, O as pokedexEntrySchema, P as ribbonSchema, S as moveSchema, T as originMarkSchema, _ as modernBoxPresetBoxSchema, a as boxPresetMapSchema, b as modernBoxPresetSlotSchema, c as colorSchema, d as generationSchema, f as i18nTextSchema, g as markSchema, h as locationSchema, i as boxPresetIndexItemSchema, j as pokemonSchema, k as pokedexSchema, l as gameFeaturesSchema, m as languageSchema, n as boxPresetBoxPokemonSchema, o as boxPresetSchema, p as itemSchema, r as boxPresetBoxSchema, s as characterSchema, t as abilitySchema, u as gameSchema, v as modernBoxPresetIndexSchema, w as onlineFeaturesSchema, x as modernBoxPresetTags, y as modernBoxPresetSchema } from "../schemas-BSQxFKfR.mjs";
4
4
  export { abilitySchema, boxPresetBoxPokemonSchema, boxPresetBoxSchema, boxPresetIndexItemSchema, boxPresetMapSchema, boxPresetSchema, characterSchema, colorSchema, evolutionConditionSchema, evolutionMethodSchema, formConditionSchema, formMethodSchema, formRevertDetailSchema, formRevertSchema, gameFeaturesSchema, gameSchema, generationSchema, i18nTextSchema, itemSchema, languageSchema, locationSchema, markSchema, modernBoxPresetBoxSchema, modernBoxPresetIndexSchema, modernBoxPresetSchema, modernBoxPresetSlotSchema, modernBoxPresetTags, moveSchema, natureSchema, onlineFeaturesSchema, originMarkSchema, personalitySchema, pokeballSchema, pokedexEntrySchema, pokedexSchema, pokemonRefsSchema, pokemonSchema, pokemonSearchFilterSchema, regionSchema, ribbonSchema, typeSchema };
@@ -1,7 +1,7 @@
1
1
  import { $ as statIds, B as gameSeries, G as languageAlpha3Codes, H as genders, J as moveCategory, K as languageIds, Q as ribbonCategory, U as itemCategory, V as gameType, W as ivJudgeValues, X as pokemonSizes, Y as pokeballCategory, Z as raidStyles, et as titleTypes, n as battleStyles, q as languageInGameCodes, t as abilityTagIds, tt as typeIds, z as gamePlatforms } from "../enums-DCL82p1t.mjs";
2
- import { i as evolutionMethodSchema, r as evolutionConditionSchema } from "../evolution-schemas-DSBLBAnK.mjs";
3
- import { a as formConditionSchema, c as formRevertSchema, o as formMethodSchema, s as formRevertDetailSchema } from "../form-schemas-Cy2ODtBA.mjs";
4
- import { A as pokemonRefsSchema, C as natureSchema, D as pokeballSchema, E as personalitySchema, F as typeSchema, M as pokemonSearchFilterSchema, N as regionSchema, O as pokedexEntrySchema, P as ribbonSchema, S as moveSchema, T as originMarkSchema, _ as modernBoxPresetBoxSchema, b as modernBoxPresetSlotSchema, c as colorSchema, d as generationSchema, f as i18nTextSchema, g as markSchema, h as locationSchema, j as pokemonSchema, k as pokedexSchema, l as gameFeaturesSchema, m as languageSchema, n as boxPresetBoxPokemonSchema, o as boxPresetSchema, p as itemSchema, r as boxPresetBoxSchema, s as characterSchema, t as abilitySchema, u as gameSchema, v as modernBoxPresetIndexSchema, w as onlineFeaturesSchema, x as modernBoxPresetTags, y as modernBoxPresetSchema } from "../schemas-CxAD9vC9.mjs";
2
+ import { i as evolutionMethodSchema, r as evolutionConditionSchema } from "../evolution-schemas-BGAv7bJJ.mjs";
3
+ import { a as formConditionSchema, c as formRevertSchema, o as formMethodSchema, s as formRevertDetailSchema } from "../form-schemas-Bq10Ac7d.mjs";
4
+ import { A as pokemonRefsSchema, C as natureSchema, D as pokeballSchema, E as personalitySchema, F as typeSchema, M as pokemonSearchFilterSchema, N as regionSchema, O as pokedexEntrySchema, P as ribbonSchema, S as moveSchema, T as originMarkSchema, _ as modernBoxPresetBoxSchema, b as modernBoxPresetSlotSchema, c as colorSchema, d as generationSchema, f as i18nTextSchema, g as markSchema, h as locationSchema, j as pokemonSchema, k as pokedexSchema, l as gameFeaturesSchema, m as languageSchema, n as boxPresetBoxPokemonSchema, o as boxPresetSchema, p as itemSchema, r as boxPresetBoxSchema, s as characterSchema, t as abilitySchema, u as gameSchema, v as modernBoxPresetIndexSchema, w as onlineFeaturesSchema, x as modernBoxPresetTags, y as modernBoxPresetSchema } from "../schemas-BSQxFKfR.mjs";
5
5
  import z from "zod";
6
6
  //#region src/lib/types.d.ts
7
7
  declare global {
@@ -77,8 +77,8 @@ export declare const moveSchema: z$1.ZodObject<{
77
77
  fairy: "fairy";
78
78
  }>;
79
79
  category: z$1.ZodEnum<{
80
- physical: "physical";
81
80
  special: "special";
81
+ physical: "physical";
82
82
  status: "status";
83
83
  }>;
84
84
  power: z$1.ZodNumber;
@@ -144,8 +144,8 @@ export declare const movesSchema: z$1.ZodArray<z$1.ZodObject<{
144
144
  fairy: "fairy";
145
145
  }>;
146
146
  category: z$1.ZodEnum<{
147
- physical: "physical";
148
147
  special: "special";
148
+ physical: "physical";
149
149
  status: "status";
150
150
  }>;
151
151
  power: z$1.ZodNumber;
@@ -210,13 +210,13 @@ export declare const itemSchema: z$1.ZodObject<{
210
210
  description: z$1.ZodString;
211
211
  pluralName: z$1.ZodString;
212
212
  categories: z$1.ZodArray<z$1.ZodEnum<{
213
+ berry: "berry";
214
+ other: "other";
215
+ defense: "defense";
213
216
  power_boost: "power_boost";
214
217
  recovery: "recovery";
215
- defense: "defense";
216
218
  stat_boost: "stat_boost";
217
219
  effect_extend: "effect_extend";
218
- berry: "berry";
219
- other: "other";
220
220
  mega_stone: "mega_stone";
221
221
  }>>;
222
222
  }, z$1.core.$strip>;
@@ -230,13 +230,13 @@ export declare const itemsSchema: z$1.ZodArray<z$1.ZodObject<{
230
230
  description: z$1.ZodString;
231
231
  pluralName: z$1.ZodString;
232
232
  categories: z$1.ZodArray<z$1.ZodEnum<{
233
+ berry: "berry";
234
+ other: "other";
235
+ defense: "defense";
233
236
  power_boost: "power_boost";
234
237
  recovery: "recovery";
235
- defense: "defense";
236
238
  stat_boost: "stat_boost";
237
239
  effect_extend: "effect_extend";
238
- berry: "berry";
239
- other: "other";
240
240
  mega_stone: "mega_stone";
241
241
  }>>;
242
242
  }, z$1.core.$strip>>;