@pokepc/dataset 6.8.0 → 6.8.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.
- package/build/lib/fs.d.mts +6 -6
- package/build/lib/schemas.d.mts +1 -1
- package/build/lib/types.d.mts +1 -1
- package/build/lib-next/schemas.d.mts +8 -8
- package/build/{schemas-jxei_N2z.d.mts → schemas-DA3qZ10-.d.mts} +52 -52
- package/build/{schemas-jxei_N2z.d.mts.map → schemas-DA3qZ10-.d.mts.map} +1 -1
- package/data/games/champions.json +2 -2
- package/data/games/go.json +2 -2
- package/data/games/home.json +1 -1
- package/data/games/lgpe-lge.json +2 -2
- package/data/games/lgpe-lgp.json +2 -2
- package/data/games/lgpe.json +2 -2
- package/data/games/pokopia.json +2 -2
- package/package.json +1 -1
package/build/lib/fs.d.mts
CHANGED
|
@@ -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: "ball" | "
|
|
12
|
+
category: "ball" | "berry" | "other" | "medicine" | "battle" | "machine" | "treasure" | "ingredient" | "material" | "key" | "megastone" | "zcrystal";
|
|
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: "
|
|
21
|
+
category: "special" | "other" | "regular" | "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: ("other" | "alert" | "ally-helper" | "stat-boost" | "move-boost" | "bypass" | "
|
|
31
|
+
tags: ("items" | "defense" | "other" | "alert" | "ally-helper" | "stat-boost" | "move-boost" | "bypass" | "handicap" | "heal" | "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: "
|
|
46
|
+
category: "physical" | "special" | "status";
|
|
47
47
|
priority: number;
|
|
48
48
|
isZ: boolean;
|
|
49
49
|
isGmax: boolean;
|
|
@@ -102,10 +102,10 @@ export declare const colorsFs: import("yolodb").YoloDbTable<{
|
|
|
102
102
|
color: string;
|
|
103
103
|
}>;
|
|
104
104
|
export declare const languagesFs: import("yolodb").YoloDbTable<{
|
|
105
|
-
id: "
|
|
105
|
+
id: "esla" | "chs" | "cht" | "en" | "es" | "de" | "it" | "fr" | "ko" | "ja" | "pt";
|
|
106
106
|
name: string;
|
|
107
107
|
nameEng: string;
|
|
108
|
-
alpha3: "
|
|
108
|
+
alpha3: "eng" | "esp" | "esla" | "fra" | "deu" | "ita" | "jap" | "kor" | "chs" | "cht" | "por";
|
|
109
109
|
inGameCode: "ENG" | "ES-ES" | "ES-LA" | "FRA" | "DEU" | "ITA" | "JPN" | "KOR" | "CHT" | "CHS" | "PT-BR";
|
|
110
110
|
locale: string;
|
|
111
111
|
flag: string;
|
package/build/lib/schemas.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as pokemonSchema, C as onlineFeaturesSchema, D as pokedexEntrySchema, E as pokeballSchema, M as regionSchema, N as ribbonSchema, O as pokedexSchema, P as typeSchema, S as natureSchema, T as personalitySchema, _ as modernBoxPresetIndexSchema, a as boxPresetMapSchema, b as modernBoxPresetTags, c as colorSchema, d as generationSchema, f as i18nTextSchema, g as modernBoxPresetBoxSchema, h as markSchema, i as boxPresetIndexItemSchema, j as pokemonSearchFilterSchema, k as pokemonRefsSchema, 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 modernBoxPresetSchema, w as originMarkSchema, x as moveSchema, y as modernBoxPresetSlotSchema } from "../schemas-
|
|
1
|
+
import { A as pokemonSchema, C as onlineFeaturesSchema, D as pokedexEntrySchema, E as pokeballSchema, M as regionSchema, N as ribbonSchema, O as pokedexSchema, P as typeSchema, S as natureSchema, T as personalitySchema, _ as modernBoxPresetIndexSchema, a as boxPresetMapSchema, b as modernBoxPresetTags, c as colorSchema, d as generationSchema, f as i18nTextSchema, g as modernBoxPresetBoxSchema, h as markSchema, i as boxPresetIndexItemSchema, j as pokemonSearchFilterSchema, k as pokemonRefsSchema, 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 modernBoxPresetSchema, w as originMarkSchema, x as moveSchema, y as modernBoxPresetSlotSchema } from "../schemas-DA3qZ10-.mjs";
|
|
2
2
|
export { abilitySchema, boxPresetBoxPokemonSchema, boxPresetBoxSchema, boxPresetIndexItemSchema, boxPresetMapSchema, boxPresetSchema, characterSchema, colorSchema, gameFeaturesSchema, gameSchema, generationSchema, i18nTextSchema, itemSchema, languageSchema, markSchema, modernBoxPresetBoxSchema, modernBoxPresetIndexSchema, modernBoxPresetSchema, modernBoxPresetSlotSchema, modernBoxPresetTags, moveSchema, natureSchema, onlineFeaturesSchema, originMarkSchema, personalitySchema, pokeballSchema, pokedexEntrySchema, pokedexSchema, pokemonRefsSchema, pokemonSchema, pokemonSearchFilterSchema, regionSchema, ribbonSchema, typeSchema };
|
package/build/lib/types.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { _ as statIds, a as gameType, c as ivJudgeValues, d as languageInGameCodes, f as moveCategory, g as ribbonCategory, h as raidStyles, i as gameSeries, l as languageAlpha3Codes, m as pokemonSizes, n as battleStyles, o as genders, p as pokeballCategory, r as gamePlatforms, s as itemCategory, t as abilityTagIds, u as languageIds, v as titleTypes, y as typeIds } from "../enums-CCbmORM6.mjs";
|
|
2
|
-
import { A as pokemonSchema, C as onlineFeaturesSchema, D as pokedexEntrySchema, E as pokeballSchema, M as regionSchema, N as ribbonSchema, O as pokedexSchema, P as typeSchema, S as natureSchema, T as personalitySchema, _ as modernBoxPresetIndexSchema, b as modernBoxPresetTags, c as colorSchema, d as generationSchema, f as i18nTextSchema, g as modernBoxPresetBoxSchema, h as markSchema, j as pokemonSearchFilterSchema, k as pokemonRefsSchema, 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 modernBoxPresetSchema, w as originMarkSchema, x as moveSchema, y as modernBoxPresetSlotSchema } from "../schemas-
|
|
2
|
+
import { A as pokemonSchema, C as onlineFeaturesSchema, D as pokedexEntrySchema, E as pokeballSchema, M as regionSchema, N as ribbonSchema, O as pokedexSchema, P as typeSchema, S as natureSchema, T as personalitySchema, _ as modernBoxPresetIndexSchema, b as modernBoxPresetTags, c as colorSchema, d as generationSchema, f as i18nTextSchema, g as modernBoxPresetBoxSchema, h as markSchema, j as pokemonSearchFilterSchema, k as pokemonRefsSchema, 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 modernBoxPresetSchema, w as originMarkSchema, x as moveSchema, y as modernBoxPresetSlotSchema } from "../schemas-DA3qZ10-.mjs";
|
|
3
3
|
import z from "zod";
|
|
4
4
|
//#region src/lib/types.d.ts
|
|
5
5
|
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
|
-
special: "special";
|
|
81
80
|
physical: "physical";
|
|
81
|
+
special: "special";
|
|
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
|
-
special: "special";
|
|
148
147
|
physical: "physical";
|
|
148
|
+
special: "special";
|
|
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";
|
|
216
213
|
power_boost: "power_boost";
|
|
217
214
|
recovery: "recovery";
|
|
215
|
+
defense: "defense";
|
|
218
216
|
stat_boost: "stat_boost";
|
|
219
217
|
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";
|
|
236
233
|
power_boost: "power_boost";
|
|
237
234
|
recovery: "recovery";
|
|
235
|
+
defense: "defense";
|
|
238
236
|
stat_boost: "stat_boost";
|
|
239
237
|
effect_extend: "effect_extend";
|
|
238
|
+
berry: "berry";
|
|
239
|
+
other: "other";
|
|
240
240
|
mega_stone: "mega_stone";
|
|
241
241
|
}>>;
|
|
242
242
|
}, z$1.core.$strip>>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { z as z$1 } from "zod";
|
|
2
2
|
//#region src/lib/schemas.d.ts
|
|
3
3
|
declare const i18nTextSchema: z$1.ZodRecord<z$1.ZodEnum<{
|
|
4
|
-
esla: "esla";
|
|
5
|
-
chs: "chs";
|
|
6
|
-
cht: "cht";
|
|
7
4
|
eng: "eng";
|
|
8
5
|
esp: "esp";
|
|
6
|
+
esla: "esla";
|
|
9
7
|
fra: "fra";
|
|
10
8
|
deu: "deu";
|
|
11
9
|
ita: "ita";
|
|
12
10
|
jap: "jap";
|
|
13
11
|
kor: "kor";
|
|
12
|
+
chs: "chs";
|
|
13
|
+
cht: "cht";
|
|
14
14
|
por: "por";
|
|
15
15
|
}>, z$1.ZodOptional<z$1.ZodString>>;
|
|
16
16
|
declare const abilitySchema: z$1.ZodObject<{
|
|
@@ -21,16 +21,16 @@ declare const abilitySchema: z$1.ZodObject<{
|
|
|
21
21
|
shortDesc: z$1.ZodString;
|
|
22
22
|
desc: z$1.ZodNullable<z$1.ZodString>;
|
|
23
23
|
tags: z$1.ZodArray<z$1.ZodEnum<{
|
|
24
|
+
items: "items";
|
|
25
|
+
defense: "defense";
|
|
24
26
|
other: "other";
|
|
25
27
|
alert: "alert";
|
|
26
28
|
"ally-helper": "ally-helper";
|
|
27
29
|
"stat-boost": "stat-boost";
|
|
28
30
|
"move-boost": "move-boost";
|
|
29
31
|
bypass: "bypass";
|
|
30
|
-
defense: "defense";
|
|
31
32
|
handicap: "handicap";
|
|
32
33
|
heal: "heal";
|
|
33
|
-
items: "items";
|
|
34
34
|
"priority-control": "priority-control";
|
|
35
35
|
damage: "damage";
|
|
36
36
|
"target-weaken": "target-weaken";
|
|
@@ -138,8 +138,8 @@ declare const onlineFeaturesSchema: z$1.ZodObject<{
|
|
|
138
138
|
trades: z$1.ZodBoolean;
|
|
139
139
|
raids: z$1.ZodBoolean;
|
|
140
140
|
raidStyles: z$1.ZodArray<z$1.ZodEnum<{
|
|
141
|
-
dynamax: "dynamax";
|
|
142
141
|
tera: "tera";
|
|
142
|
+
dynamax: "dynamax";
|
|
143
143
|
}>>;
|
|
144
144
|
coop: z$1.ZodBoolean;
|
|
145
145
|
}, z$1.core.$strip>;
|
|
@@ -223,8 +223,8 @@ declare const gameSchema: z$1.ZodObject<{
|
|
|
223
223
|
trades: z$1.ZodBoolean;
|
|
224
224
|
raids: z$1.ZodBoolean;
|
|
225
225
|
raidStyles: z$1.ZodArray<z$1.ZodEnum<{
|
|
226
|
-
dynamax: "dynamax";
|
|
227
226
|
tera: "tera";
|
|
227
|
+
dynamax: "dynamax";
|
|
228
228
|
}>>;
|
|
229
229
|
coop: z$1.ZodBoolean;
|
|
230
230
|
}, z$1.core.$strip>>;
|
|
@@ -243,17 +243,17 @@ declare const itemSchema: z$1.ZodObject<{
|
|
|
243
243
|
desc: z$1.ZodNullable<z$1.ZodString>;
|
|
244
244
|
category: z$1.ZodEnum<{
|
|
245
245
|
ball: "ball";
|
|
246
|
+
berry: "berry";
|
|
247
|
+
other: "other";
|
|
246
248
|
medicine: "medicine";
|
|
247
249
|
battle: "battle";
|
|
248
|
-
berry: "berry";
|
|
249
250
|
machine: "machine";
|
|
250
|
-
megastone: "megastone";
|
|
251
|
-
zcrystal: "zcrystal";
|
|
252
251
|
treasure: "treasure";
|
|
253
252
|
ingredient: "ingredient";
|
|
254
253
|
material: "material";
|
|
255
254
|
key: "key";
|
|
256
|
-
|
|
255
|
+
megastone: "megastone";
|
|
256
|
+
zcrystal: "zcrystal";
|
|
257
257
|
}>;
|
|
258
258
|
unholdable: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
259
259
|
}, z$1.core.$strip>;
|
|
@@ -264,40 +264,40 @@ declare const pokeballSchema: z$1.ZodObject<{
|
|
|
264
264
|
shortDesc: z$1.ZodString;
|
|
265
265
|
desc: z$1.ZodNullable<z$1.ZodString>;
|
|
266
266
|
category: z$1.ZodEnum<{
|
|
267
|
+
special: "special";
|
|
267
268
|
other: "other";
|
|
268
269
|
regular: "regular";
|
|
269
|
-
special: "special";
|
|
270
270
|
hisuian: "hisuian";
|
|
271
271
|
}>;
|
|
272
272
|
unusable: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
273
273
|
}, z$1.core.$strip>;
|
|
274
274
|
declare const languageSchema: z$1.ZodObject<{
|
|
275
275
|
id: z$1.ZodEnum<{
|
|
276
|
+
esla: "esla";
|
|
277
|
+
chs: "chs";
|
|
278
|
+
cht: "cht";
|
|
276
279
|
en: "en";
|
|
277
280
|
es: "es";
|
|
278
|
-
esla: "esla";
|
|
279
|
-
fr: "fr";
|
|
280
281
|
de: "de";
|
|
281
282
|
it: "it";
|
|
282
|
-
|
|
283
|
+
fr: "fr";
|
|
283
284
|
ko: "ko";
|
|
284
|
-
|
|
285
|
-
cht: "cht";
|
|
285
|
+
ja: "ja";
|
|
286
286
|
pt: "pt";
|
|
287
287
|
}>;
|
|
288
288
|
name: z$1.ZodString;
|
|
289
289
|
nameEng: z$1.ZodString;
|
|
290
290
|
alpha3: z$1.ZodEnum<{
|
|
291
|
-
esla: "esla";
|
|
292
|
-
chs: "chs";
|
|
293
|
-
cht: "cht";
|
|
294
291
|
eng: "eng";
|
|
295
292
|
esp: "esp";
|
|
293
|
+
esla: "esla";
|
|
296
294
|
fra: "fra";
|
|
297
295
|
deu: "deu";
|
|
298
296
|
ita: "ita";
|
|
299
297
|
jap: "jap";
|
|
300
298
|
kor: "kor";
|
|
299
|
+
chs: "chs";
|
|
300
|
+
cht: "cht";
|
|
301
301
|
por: "por";
|
|
302
302
|
}>;
|
|
303
303
|
inGameCode: z$1.ZodEnum<{
|
|
@@ -413,8 +413,8 @@ declare const moveSchema: z$1.ZodObject<{
|
|
|
413
413
|
accuracy: z$1.ZodCoercedNumber<unknown>;
|
|
414
414
|
pp: z$1.ZodCoercedNumber<unknown>;
|
|
415
415
|
category: z$1.ZodEnum<{
|
|
416
|
-
special: "special";
|
|
417
416
|
physical: "physical";
|
|
417
|
+
special: "special";
|
|
418
418
|
status: "status";
|
|
419
419
|
}>;
|
|
420
420
|
priority: z$1.ZodCoercedNumber<unknown>;
|
|
@@ -430,42 +430,42 @@ declare const pokedexEntrySchema: z$1.ZodObject<{
|
|
|
430
430
|
isNonCanonical: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
431
431
|
meta: z$1.ZodOptional<z$1.ZodObject<{
|
|
432
432
|
names: z$1.ZodRecord<z$1.ZodEnum<{
|
|
433
|
-
esla: "esla";
|
|
434
|
-
chs: "chs";
|
|
435
|
-
cht: "cht";
|
|
436
433
|
eng: "eng";
|
|
437
434
|
esp: "esp";
|
|
435
|
+
esla: "esla";
|
|
438
436
|
fra: "fra";
|
|
439
437
|
deu: "deu";
|
|
440
438
|
ita: "ita";
|
|
441
439
|
jap: "jap";
|
|
442
440
|
kor: "kor";
|
|
441
|
+
chs: "chs";
|
|
442
|
+
cht: "cht";
|
|
443
443
|
por: "por";
|
|
444
444
|
}>, z$1.ZodOptional<z$1.ZodString>>;
|
|
445
445
|
speciesNames: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
|
|
446
|
-
esla: "esla";
|
|
447
|
-
chs: "chs";
|
|
448
|
-
cht: "cht";
|
|
449
446
|
eng: "eng";
|
|
450
447
|
esp: "esp";
|
|
448
|
+
esla: "esla";
|
|
451
449
|
fra: "fra";
|
|
452
450
|
deu: "deu";
|
|
453
451
|
ita: "ita";
|
|
454
452
|
jap: "jap";
|
|
455
453
|
kor: "kor";
|
|
454
|
+
chs: "chs";
|
|
455
|
+
cht: "cht";
|
|
456
456
|
por: "por";
|
|
457
457
|
}>, z$1.ZodOptional<z$1.ZodString>>>;
|
|
458
458
|
formNames: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
|
|
459
|
-
esla: "esla";
|
|
460
|
-
chs: "chs";
|
|
461
|
-
cht: "cht";
|
|
462
459
|
eng: "eng";
|
|
463
460
|
esp: "esp";
|
|
461
|
+
esla: "esla";
|
|
464
462
|
fra: "fra";
|
|
465
463
|
deu: "deu";
|
|
466
464
|
ita: "ita";
|
|
467
465
|
jap: "jap";
|
|
468
466
|
kor: "kor";
|
|
467
|
+
chs: "chs";
|
|
468
|
+
cht: "cht";
|
|
469
469
|
por: "por";
|
|
470
470
|
}>, z$1.ZodOptional<z$1.ZodString>>>;
|
|
471
471
|
type1: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -495,42 +495,42 @@ declare const pokedexSchema: z$1.ZodObject<{
|
|
|
495
495
|
isNonCanonical: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
496
496
|
meta: z$1.ZodOptional<z$1.ZodObject<{
|
|
497
497
|
names: z$1.ZodRecord<z$1.ZodEnum<{
|
|
498
|
-
esla: "esla";
|
|
499
|
-
chs: "chs";
|
|
500
|
-
cht: "cht";
|
|
501
498
|
eng: "eng";
|
|
502
499
|
esp: "esp";
|
|
500
|
+
esla: "esla";
|
|
503
501
|
fra: "fra";
|
|
504
502
|
deu: "deu";
|
|
505
503
|
ita: "ita";
|
|
506
504
|
jap: "jap";
|
|
507
505
|
kor: "kor";
|
|
506
|
+
chs: "chs";
|
|
507
|
+
cht: "cht";
|
|
508
508
|
por: "por";
|
|
509
509
|
}>, z$1.ZodOptional<z$1.ZodString>>;
|
|
510
510
|
speciesNames: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
|
|
511
|
-
esla: "esla";
|
|
512
|
-
chs: "chs";
|
|
513
|
-
cht: "cht";
|
|
514
511
|
eng: "eng";
|
|
515
512
|
esp: "esp";
|
|
513
|
+
esla: "esla";
|
|
516
514
|
fra: "fra";
|
|
517
515
|
deu: "deu";
|
|
518
516
|
ita: "ita";
|
|
519
517
|
jap: "jap";
|
|
520
518
|
kor: "kor";
|
|
519
|
+
chs: "chs";
|
|
520
|
+
cht: "cht";
|
|
521
521
|
por: "por";
|
|
522
522
|
}>, z$1.ZodOptional<z$1.ZodString>>>;
|
|
523
523
|
formNames: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodEnum<{
|
|
524
|
-
esla: "esla";
|
|
525
|
-
chs: "chs";
|
|
526
|
-
cht: "cht";
|
|
527
524
|
eng: "eng";
|
|
528
525
|
esp: "esp";
|
|
526
|
+
esla: "esla";
|
|
529
527
|
fra: "fra";
|
|
530
528
|
deu: "deu";
|
|
531
529
|
ita: "ita";
|
|
532
530
|
jap: "jap";
|
|
533
531
|
kor: "kor";
|
|
532
|
+
chs: "chs";
|
|
533
|
+
cht: "cht";
|
|
534
534
|
por: "por";
|
|
535
535
|
}>, z$1.ZodOptional<z$1.ZodString>>>;
|
|
536
536
|
type1: z$1.ZodOptional<z$1.ZodString>;
|
|
@@ -637,55 +637,55 @@ declare const pokemonSchema: z$1.ZodObject<{
|
|
|
637
637
|
evoFromFriendship: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
|
|
638
638
|
evoFromCondition: z$1.ZodOptional<z$1.ZodString>;
|
|
639
639
|
names: z$1.ZodRecord<z$1.ZodEnum<{
|
|
640
|
-
esla: "esla";
|
|
641
|
-
chs: "chs";
|
|
642
|
-
cht: "cht";
|
|
643
640
|
eng: "eng";
|
|
644
641
|
esp: "esp";
|
|
642
|
+
esla: "esla";
|
|
645
643
|
fra: "fra";
|
|
646
644
|
deu: "deu";
|
|
647
645
|
ita: "ita";
|
|
648
646
|
jap: "jap";
|
|
649
647
|
kor: "kor";
|
|
648
|
+
chs: "chs";
|
|
649
|
+
cht: "cht";
|
|
650
650
|
por: "por";
|
|
651
651
|
}>, z$1.ZodOptional<z$1.ZodString>>;
|
|
652
652
|
genus: z$1.ZodRecord<z$1.ZodEnum<{
|
|
653
|
-
esla: "esla";
|
|
654
|
-
chs: "chs";
|
|
655
|
-
cht: "cht";
|
|
656
653
|
eng: "eng";
|
|
657
654
|
esp: "esp";
|
|
655
|
+
esla: "esla";
|
|
658
656
|
fra: "fra";
|
|
659
657
|
deu: "deu";
|
|
660
658
|
ita: "ita";
|
|
661
659
|
jap: "jap";
|
|
662
660
|
kor: "kor";
|
|
661
|
+
chs: "chs";
|
|
662
|
+
cht: "cht";
|
|
663
663
|
por: "por";
|
|
664
664
|
}>, z$1.ZodOptional<z$1.ZodString>>;
|
|
665
665
|
speciesNames: z$1.ZodRecord<z$1.ZodEnum<{
|
|
666
|
-
esla: "esla";
|
|
667
|
-
chs: "chs";
|
|
668
|
-
cht: "cht";
|
|
669
666
|
eng: "eng";
|
|
670
667
|
esp: "esp";
|
|
668
|
+
esla: "esla";
|
|
671
669
|
fra: "fra";
|
|
672
670
|
deu: "deu";
|
|
673
671
|
ita: "ita";
|
|
674
672
|
jap: "jap";
|
|
675
673
|
kor: "kor";
|
|
674
|
+
chs: "chs";
|
|
675
|
+
cht: "cht";
|
|
676
676
|
por: "por";
|
|
677
677
|
}>, z$1.ZodOptional<z$1.ZodString>>;
|
|
678
678
|
formNames: z$1.ZodRecord<z$1.ZodEnum<{
|
|
679
|
-
esla: "esla";
|
|
680
|
-
chs: "chs";
|
|
681
|
-
cht: "cht";
|
|
682
679
|
eng: "eng";
|
|
683
680
|
esp: "esp";
|
|
681
|
+
esla: "esla";
|
|
684
682
|
fra: "fra";
|
|
685
683
|
deu: "deu";
|
|
686
684
|
ita: "ita";
|
|
687
685
|
jap: "jap";
|
|
688
686
|
kor: "kor";
|
|
687
|
+
chs: "chs";
|
|
688
|
+
cht: "cht";
|
|
689
689
|
por: "por";
|
|
690
690
|
}>, z$1.ZodOptional<z$1.ZodString>>;
|
|
691
691
|
}, z$1.core.$strip>;
|
|
@@ -807,4 +807,4 @@ declare const pokemonSearchFilterSchema: z$1.ZodObject<{
|
|
|
807
807
|
}, z$1.core.$strip>;
|
|
808
808
|
//#endregion
|
|
809
809
|
export { pokemonSchema as A, onlineFeaturesSchema as C, pokedexEntrySchema as D, pokeballSchema as E, regionSchema as M, ribbonSchema as N, pokedexSchema as O, typeSchema as P, natureSchema as S, personalitySchema as T, modernBoxPresetIndexSchema as _, boxPresetMapSchema as a, modernBoxPresetTags as b, colorSchema as c, generationSchema as d, i18nTextSchema as f, modernBoxPresetBoxSchema as g, markSchema as h, boxPresetIndexItemSchema as i, pokemonSearchFilterSchema as j, pokemonRefsSchema 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, modernBoxPresetSchema as v, originMarkSchema as w, moveSchema as x, modernBoxPresetSlotSchema as y };
|
|
810
|
-
//# sourceMappingURL=schemas-
|
|
810
|
+
//# sourceMappingURL=schemas-DA3qZ10-.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas-
|
|
1
|
+
{"version":3,"file":"schemas-DA3qZ10-.d.mts","names":[],"sources":["../src/lib/schemas.ts"],"mappings":";;cAkEa,gBAAc,IAAA,UAAA,IAAA;;;;;;;;;;;;IAA+D,IAAA,YAAA,IAAA;cAE7E,eAAa,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIxB,IAAA,KAAA;cACW,mBAAiB,IAAA;;;GAI5B,IAAA,KAAA;cACW,iBAAe,IAAA;;;GAE1B,IAAA,KAAA;cACW,aAAW,IAAA;;;;GAEtB,IAAA,KAAA;cACW,oBAAkB,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyB7B,IAAA,KAAA;cACW,sBAAoB,IAAA;;;;;;;;;;;;;;;;GAO/B,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsBrB,IAAA,KAAA;cACW,kBAAgB,IAAA;;;;GAI3B,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;;;;;;;;;;;;;GAIrB,IAAA,KAAA;cACW,gBAAc,IAAA;;;;;;;;;;;;;GAGzB,IAAA,KAAA;cACW,gBAAc,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASzB,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;GAMrB,IAAA,KAAA;cACW,cAAY,IAAA;;;;;;;;;;;;;;GAIvB,IAAA,KAAA;cACW,kBAAgB,IAAA;;;GAAc,IAAA,KAAA;cAC9B,cAAY,IAAA;;;GAAc,IAAA,KAAA;cAC1B,YAAU,IAAA;;;;;GAGrB,IAAA,KAAA;cACW,cAAY,IAAA;;;;;;;;;;;;;;;;;;;;;;;GAGvB,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASrB,IAAA,KAAA;cAEW,oBAAkB,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuB7B,IAAA,KAAA;cAEW,eAAa,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUxB,IAAA,KAAA;cAEW,mBAAiB,IAAA;;;;;;;;;GAS5B,IAAA,KAAA;cAEW,eAAa,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmFxB,IAAA,KAAA;cAIW,0BAAwB,IAAA;;;;;;GAQ1B,IAAA,KAAA;cAEE,2BAAyB,IAAA,UAAA,IAAA,YAAA,IAAA,YAAA,IAAA;;;;;GAOrC,IAAA,KAAA;cAEY,oBAAkB,IAAA;;;;;;;;GAG7B,IAAA,KAAA;cAEW,iBAAe,IAAA;;;;;;;;;;;;;;;;;GAS1B,IAAA,KAAA;cAEW,oBAAkB,IAAA,UAAA,IAAA,WAAA,IAAA,UAAA,IAAA,WAAA,IAAA;;;;;;;;;;;;;;;;;GAA8D,IAAA,KAAA;cAEhF;cAUA,4BAA0B,IAAA,SAAA,IAAA;cAE1B,2BAAyB,IAAA,UAAA,IAAA,YAAA,IAAA,YAAA,IAAA;;;;;GASrC,IAAA,KAAA;cAEY,0BAAwB,IAAA;;;;;;;;GAK1B,IAAA,KAAA;cAEE,uBAAqB,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoBvB,IAAA,KAAA;cAEE,2BAAyB,IAAA;;;;;;;;GASpC,IAAA,KAAA"}
|
package/data/games/go.json
CHANGED
package/data/games/home.json
CHANGED
package/data/games/lgpe-lge.json
CHANGED
package/data/games/lgpe-lgp.json
CHANGED
package/data/games/lgpe.json
CHANGED
package/data/games/pokopia.json
CHANGED
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"pokedexes": ["pokopia", "pokopia-event", "pokopia-basin"],
|
|
15
15
|
"maxBoxes": 0,
|
|
16
16
|
"maxBoxSize": 0,
|
|
17
|
-
"maxPartySize":
|
|
17
|
+
"maxPartySize": 0,
|
|
18
18
|
"maxBattleTeams": 0,
|
|
19
19
|
"platforms": ["switch2"],
|
|
20
20
|
"features": {
|
|
21
21
|
"storage": false,
|
|
22
|
-
"party":
|
|
22
|
+
"party": false,
|
|
23
23
|
"battleTeams": false,
|
|
24
24
|
"pokedex": true,
|
|
25
25
|
"training": false,
|