@pokepc/dataset 6.7.0-beta.1 → 6.7.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.
Files changed (36) hide show
  1. package/build/lib/fs.d.mts +4 -4
  2. package/build/lib/schemas.d.mts +1 -1
  3. package/build/lib/types.d.mts +1 -1
  4. package/build/lib-next/schemas.d.mts +8 -8
  5. package/build/{schemas-DZQWOWP4.d.mts → schemas-CDSWgtoj.d.mts} +13 -13
  6. package/build/{schemas-DZQWOWP4.d.mts.map → schemas-CDSWgtoj.d.mts.map} +1 -1
  7. package/data/pokedexes/champions-regular-roster-m-c.json +27 -1
  8. package/data/pokemon/arboliva.json +1 -1
  9. package/data/pokemon/baxcalibur-mega.json +0 -1
  10. package/data/pokemon/cinderace.json +1 -1
  11. package/data/pokemon/farfetchd.json +2 -1
  12. package/data/pokemon/gogoat.json +2 -1
  13. package/data/pokemon/golisopod-mega.json +1 -1
  14. package/data/pokemon/grapploct.json +1 -1
  15. package/data/pokemon/indeedee-f.json +1 -1
  16. package/data/pokemon/indeedee.json +1 -1
  17. package/data/pokemon/inteleon.json +1 -1
  18. package/data/pokemon/mabosstiff.json +1 -1
  19. package/data/pokemon/mrmime.json +2 -1
  20. package/data/pokemon/pawmot.json +1 -1
  21. package/data/pokemon/perrserker.json +1 -1
  22. package/data/pokemon/persian-alola.json +2 -1
  23. package/data/pokemon/persian.json +2 -1
  24. package/data/pokemon/pincurchin.json +1 -1
  25. package/data/pokemon/sirfetchd.json +1 -1
  26. package/data/pokemon/squawkabilly-blue.json +1 -1
  27. package/data/pokemon/squawkabilly-white.json +1 -1
  28. package/data/pokemon/squawkabilly-yellow.json +1 -1
  29. package/data/pokemon/squawkabilly.json +6 -2
  30. package/data/pokemon/swalot-f.json +7 -2
  31. package/data/pokemon/swalot.json +2 -1
  32. package/data/pokemon/thievul.json +1 -1
  33. package/data/pokemon/toxtricity-low-key.json +1 -1
  34. package/data/pokemon/toxtricity.json +1 -1
  35. package/data/pokemon/wigglytuff.json +2 -1
  36. package/package.json +1 -1
@@ -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: "other" | "ball" | "medicine" | "battle" | "berry" | "machine" | "megastone" | "zcrystal" | "treasure" | "ingredient" | "material" | "key";
12
+ category: "berry" | "other" | "ball" | "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: "other" | "regular" | "special" | "hisuian";
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: ("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" | "other")[];
31
+ tags: ("defense" | "other" | "items" | "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: "special" | "physical" | "status";
46
+ category: "physical" | "special" | "status";
47
47
  priority: number;
48
48
  isZ: boolean;
49
49
  isGmax: boolean;
@@ -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-DZQWOWP4.mjs";
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-CDSWgtoj.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 };
@@ -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-DZQWOWP4.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-CDSWgtoj.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
- defense: "defense";
214
- other: "other";
215
- berry: "berry";
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
- defense: "defense";
234
- other: "other";
235
- berry: "berry";
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>>;
@@ -21,15 +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
+ defense: "defense";
25
+ other: "other";
26
+ items: "items";
24
27
  alert: "alert";
25
28
  "ally-helper": "ally-helper";
26
29
  "stat-boost": "stat-boost";
27
30
  "move-boost": "move-boost";
28
31
  bypass: "bypass";
29
- defense: "defense";
30
32
  handicap: "handicap";
31
33
  heal: "heal";
32
- items: "items";
33
34
  "priority-control": "priority-control";
34
35
  damage: "damage";
35
36
  "target-weaken": "target-weaken";
@@ -42,7 +43,6 @@ declare const abilitySchema: z$1.ZodObject<{
42
43
  "ability-change": "ability-change";
43
44
  "type-change": "type-change";
44
45
  "species-specific": "species-specific";
45
- other: "other";
46
46
  }>>;
47
47
  immunities: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
48
48
  normal: "normal";
@@ -136,8 +136,8 @@ declare const onlineFeaturesSchema: z$1.ZodObject<{
136
136
  trades: z$1.ZodBoolean;
137
137
  raids: z$1.ZodBoolean;
138
138
  raidStyles: z$1.ZodArray<z$1.ZodEnum<{
139
- tera: "tera";
140
139
  dynamax: "dynamax";
140
+ tera: "tera";
141
141
  }>>;
142
142
  coop: z$1.ZodBoolean;
143
143
  }, z$1.core.$strip>;
@@ -154,9 +154,9 @@ declare const gameSchema: z$1.ZodObject<{
154
154
  dlc: "dlc";
155
155
  }>;
156
156
  series: z$1.ZodEnum<{
157
- storage: "storage";
158
157
  main: "main";
159
158
  spinoff: "spinoff";
159
+ storage: "storage";
160
160
  legends: "legends";
161
161
  }>;
162
162
  gameSet: z$1.ZodNullable<z$1.ZodString>;
@@ -217,8 +217,8 @@ declare const gameSchema: z$1.ZodObject<{
217
217
  trades: z$1.ZodBoolean;
218
218
  raids: z$1.ZodBoolean;
219
219
  raidStyles: z$1.ZodArray<z$1.ZodEnum<{
220
- tera: "tera";
221
220
  dynamax: "dynamax";
221
+ tera: "tera";
222
222
  }>>;
223
223
  coop: z$1.ZodBoolean;
224
224
  }, z$1.core.$strip>>;
@@ -236,18 +236,18 @@ declare const itemSchema: z$1.ZodObject<{
236
236
  shortDesc: z$1.ZodString;
237
237
  desc: z$1.ZodNullable<z$1.ZodString>;
238
238
  category: z$1.ZodEnum<{
239
+ berry: "berry";
239
240
  other: "other";
240
241
  ball: "ball";
241
242
  medicine: "medicine";
242
243
  battle: "battle";
243
- berry: "berry";
244
244
  machine: "machine";
245
- megastone: "megastone";
246
- zcrystal: "zcrystal";
247
245
  treasure: "treasure";
248
246
  ingredient: "ingredient";
249
247
  material: "material";
250
248
  key: "key";
249
+ megastone: "megastone";
250
+ zcrystal: "zcrystal";
251
251
  }>;
252
252
  unholdable: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
253
253
  }, z$1.core.$strip>;
@@ -258,9 +258,9 @@ declare const pokeballSchema: z$1.ZodObject<{
258
258
  shortDesc: z$1.ZodString;
259
259
  desc: z$1.ZodNullable<z$1.ZodString>;
260
260
  category: z$1.ZodEnum<{
261
+ special: "special";
261
262
  other: "other";
262
263
  regular: "regular";
263
- special: "special";
264
264
  hisuian: "hisuian";
265
265
  }>;
266
266
  unusable: z$1.ZodOptional<z$1.ZodCoercedBoolean<unknown>>;
@@ -407,8 +407,8 @@ declare const moveSchema: z$1.ZodObject<{
407
407
  accuracy: z$1.ZodCoercedNumber<unknown>;
408
408
  pp: z$1.ZodCoercedNumber<unknown>;
409
409
  category: z$1.ZodEnum<{
410
- special: "special";
411
410
  physical: "physical";
411
+ special: "special";
412
412
  status: "status";
413
413
  }>;
414
414
  priority: z$1.ZodCoercedNumber<unknown>;
@@ -772,8 +772,8 @@ declare const modernBoxPresetSchema: z$1.ZodObject<{
772
772
  legacyId: z$1.ZodOptional<z$1.ZodString>;
773
773
  }, z$1.core.$strict>>;
774
774
  tags: z$1.ZodOptional<z$1.ZodArray<z$1.ZodEnum<{
775
- shiny: "shiny";
776
775
  forms: "forms";
776
+ shiny: "shiny";
777
777
  recommended: "recommended";
778
778
  national: "national";
779
779
  grouped: "grouped";
@@ -801,4 +801,4 @@ declare const pokemonSearchFilterSchema: z$1.ZodObject<{
801
801
  }, z$1.core.$strip>;
802
802
  //#endregion
803
803
  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 };
804
- //# sourceMappingURL=schemas-DZQWOWP4.d.mts.map
804
+ //# sourceMappingURL=schemas-CDSWgtoj.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schemas-DZQWOWP4.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;;;;;;;;;;;;;;;;;;;;;;;GAuB7B,IAAA,KAAA;cACW,sBAAoB,IAAA;;;;;;;;;;;;;;;;GAO/B,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoBrB,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"}
1
+ {"version":3,"file":"schemas-CDSWgtoj.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;;;;;;;;;;;;;;;;;;;;;;;GAuB7B,IAAA,KAAA;cACW,sBAAoB,IAAA;;;;;;;;;;;;;;;;GAO/B,IAAA,KAAA;cACW,YAAU,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoBrB,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"}
@@ -2,7 +2,7 @@
2
2
  "id": "champions-regular-roster-m-c",
3
3
  "name": "Recruiting Ranch - Regular Roster M-C",
4
4
  "shortDesc": "List of Pokémon eligible for battle in Pokémon Champions Regulation Set M-C.",
5
- "desc": "Regular Roster M-C features all Pokémon (and forms) eligible for battle in Regulation Set M-C. This includes all recruitable and transfer-only Pokémon in the Regulation Set. This list is preliminary: only part of the Regulation Set M-C additions have been announced, so it grows as the remaining Pokémon are revealed.",
5
+ "desc": "Regular Roster M-C features all Pokémon (and forms) eligible for battle in Regulation Set M-C. This includes all recruitable and transfer-only Pokémon in the Regulation Set.",
6
6
  "gen": 0,
7
7
  "region": null,
8
8
  "isNational": false,
@@ -33,8 +33,11 @@
33
33
  { "pid": "clefable-mega", "dexNum": 36, "isForm": true },
34
34
  { "pid": "ninetales", "dexNum": 38, "isForm": false },
35
35
  { "pid": "ninetales-alola", "dexNum": 38, "isForm": true },
36
+ { "pid": "wigglytuff", "dexNum": 40, "isForm": false },
36
37
  { "pid": "vileplume", "dexNum": 45, "isForm": false },
37
38
  { "pid": "vileplume-f", "dexNum": 45, "isForm": true },
39
+ { "pid": "persian", "dexNum": 53, "isForm": false },
40
+ { "pid": "persian-alola", "dexNum": 53, "isForm": true },
38
41
  { "pid": "arcanine", "dexNum": 59, "isForm": false },
39
42
  { "pid": "arcanine-hisui", "dexNum": 59, "isForm": true },
40
43
  { "pid": "alakazam", "dexNum": 65, "isForm": false },
@@ -46,12 +49,14 @@
46
49
  { "pid": "slowbro", "dexNum": 80, "isForm": false },
47
50
  { "pid": "slowbro-mega", "dexNum": 80, "isForm": true },
48
51
  { "pid": "slowbro-galar", "dexNum": 80, "isForm": true },
52
+ { "pid": "farfetchd", "dexNum": 83, "isForm": false },
49
53
  { "pid": "gengar", "dexNum": 94, "isForm": false },
50
54
  { "pid": "gengar-mega", "dexNum": 94, "isForm": true },
51
55
  { "pid": "kangaskhan", "dexNum": 115, "isForm": false },
52
56
  { "pid": "kangaskhan-mega", "dexNum": 115, "isForm": true },
53
57
  { "pid": "starmie", "dexNum": 121, "isForm": false },
54
58
  { "pid": "starmie-mega", "dexNum": 121, "isForm": true },
59
+ { "pid": "mrmime", "dexNum": 122, "isForm": false },
55
60
  { "pid": "pinsir", "dexNum": 127, "isForm": false },
56
61
  { "pid": "pinsir-mega", "dexNum": 127, "isForm": true },
57
62
  { "pid": "tauros", "dexNum": 128, "isForm": false },
@@ -126,6 +131,8 @@
126
131
  { "pid": "medicham-mega", "dexNum": 308, "isForm": true },
127
132
  { "pid": "manectric", "dexNum": 310, "isForm": false },
128
133
  { "pid": "manectric-mega", "dexNum": 310, "isForm": true },
134
+ { "pid": "swalot", "dexNum": 317, "isForm": false },
135
+ { "pid": "swalot-f", "dexNum": 317, "isForm": true },
129
136
  { "pid": "sharpedo", "dexNum": 319, "isForm": false },
130
137
  { "pid": "sharpedo-mega", "dexNum": 319, "isForm": true },
131
138
  { "pid": "camerupt", "dexNum": 323, "isForm": false },
@@ -279,6 +286,7 @@
279
286
  { "pid": "florges-orange", "dexNum": 671, "isForm": true },
280
287
  { "pid": "florges-blue", "dexNum": 671, "isForm": true },
281
288
  { "pid": "florges-white", "dexNum": 671, "isForm": true },
289
+ { "pid": "gogoat", "dexNum": 673, "isForm": false },
282
290
  { "pid": "pangoro", "dexNum": 675, "isForm": false },
283
291
  { "pid": "furfrou", "dexNum": 676, "isForm": false },
284
292
  { "pid": "furfrou-heart", "dexNum": 676, "isForm": true, "transferOnly": true },
@@ -347,14 +355,22 @@
347
355
  { "pid": "drampa-mega", "dexNum": 780, "isForm": true },
348
356
  { "pid": "kommoo", "dexNum": 784, "isForm": false },
349
357
  { "pid": "rillaboom", "dexNum": 812, "isForm": false },
358
+ { "pid": "cinderace", "dexNum": 815, "isForm": false },
359
+ { "pid": "inteleon", "dexNum": 818, "isForm": false },
350
360
  { "pid": "corviknight", "dexNum": 823, "isForm": false },
361
+ { "pid": "thievul", "dexNum": 828, "isForm": false },
351
362
  { "pid": "flapple", "dexNum": 841, "isForm": false },
352
363
  { "pid": "appletun", "dexNum": 842, "isForm": false },
353
364
  { "pid": "sandaconda", "dexNum": 844, "isForm": false },
365
+ { "pid": "toxtricity", "dexNum": 849, "isForm": false },
366
+ { "pid": "toxtricity-low-key", "dexNum": 849, "isForm": true },
367
+ { "pid": "grapploct", "dexNum": 853, "isForm": false },
354
368
  { "pid": "polteageist", "dexNum": 855, "isForm": false },
355
369
  { "pid": "polteageist-antique", "dexNum": 855, "isForm": true },
356
370
  { "pid": "hatterene", "dexNum": 858, "isForm": false },
357
371
  { "pid": "grimmsnarl", "dexNum": 861, "isForm": false },
372
+ { "pid": "perrserker", "dexNum": 863, "isForm": false },
373
+ { "pid": "sirfetchd", "dexNum": 865, "isForm": false },
358
374
  { "pid": "mrrime", "dexNum": 866, "isForm": false },
359
375
  { "pid": "runerigus", "dexNum": 867, "isForm": false },
360
376
  { "pid": "alcremie", "dexNum": 869, "isForm": false },
@@ -422,6 +438,9 @@
422
438
  { "pid": "alcremie-rainbow-swirl-ribbon", "dexNum": 869, "isForm": true },
423
439
  { "pid": "falinks", "dexNum": 870, "isForm": false },
424
440
  { "pid": "falinks-mega", "dexNum": 870, "isForm": true },
441
+ { "pid": "pincurchin", "dexNum": 871, "isForm": false },
442
+ { "pid": "indeedee", "dexNum": 876, "isForm": false },
443
+ { "pid": "indeedee-f", "dexNum": 876, "isForm": true },
425
444
  { "pid": "morpeko", "dexNum": 877, "isForm": false },
426
445
  { "pid": "morpeko-hangry", "dexNum": 877, "isForm": true },
427
446
  { "pid": "dragapult", "dexNum": 887, "isForm": false },
@@ -434,12 +453,19 @@
434
453
  { "pid": "meowscarada", "dexNum": 908, "isForm": false },
435
454
  { "pid": "skeledirge", "dexNum": 911, "isForm": false },
436
455
  { "pid": "quaquaval", "dexNum": 914, "isForm": false },
456
+ { "pid": "pawmot", "dexNum": 923, "isForm": false },
437
457
  { "pid": "maushold", "dexNum": 925, "isForm": false },
438
458
  { "pid": "maushold-three", "dexNum": 925, "isForm": true },
459
+ { "pid": "arboliva", "dexNum": 930, "isForm": false },
460
+ { "pid": "squawkabilly", "dexNum": 931, "isForm": false },
461
+ { "pid": "squawkabilly-blue", "dexNum": 931, "isForm": true },
462
+ { "pid": "squawkabilly-yellow", "dexNum": 931, "isForm": true },
463
+ { "pid": "squawkabilly-white", "dexNum": 931, "isForm": true },
439
464
  { "pid": "garganacl", "dexNum": 934, "isForm": false },
440
465
  { "pid": "armarouge", "dexNum": 936, "isForm": false },
441
466
  { "pid": "ceruledge", "dexNum": 937, "isForm": false },
442
467
  { "pid": "bellibolt", "dexNum": 939, "isForm": false },
468
+ { "pid": "mabosstiff", "dexNum": 943, "isForm": false },
443
469
  { "pid": "scovillain", "dexNum": 952, "isForm": false },
444
470
  { "pid": "scovillain-mega", "dexNum": 952, "isForm": true },
445
471
  { "pid": "espathra", "dexNum": 956, "isForm": false },
@@ -35,7 +35,7 @@
35
35
  "debutIn": "sv",
36
36
  "obtainableIn": ["go", "sv-s", "sv-v"],
37
37
  "eventOnlyIn": [],
38
- "storableIn": ["go", "home", "sv-s", "sv-v"],
38
+ "storableIn": ["go", "home", "sv-s", "sv-v", "champions"],
39
39
  "shinyReleased": true,
40
40
  "baseHp": 78,
41
41
  "baseAtk": 69,
@@ -9,7 +9,6 @@
9
9
  "type2": "ice",
10
10
  "color": "gray",
11
11
  "ability1": "thermalexchange",
12
- "abilityHidden": "icebody",
13
12
  "isPrerelease": false,
14
13
  "isDefault": false,
15
14
  "isForm": true,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 80,
40
40
  "baseAtk": 116,
@@ -104,7 +104,8 @@
104
104
  "home",
105
105
  "bdsp-bd",
106
106
  "bdsp-sp",
107
- "lza"
107
+ "lza",
108
+ "champions"
108
109
  ],
109
110
  "shinyReleased": true,
110
111
  "baseHp": 52,
@@ -47,7 +47,8 @@
47
47
  "home",
48
48
  "sv-s",
49
49
  "sv-v",
50
- "lza"
50
+ "lza",
51
+ "champions"
51
52
  ],
52
53
  "shinyReleased": true,
53
54
  "baseHp": 123,
@@ -8,7 +8,7 @@
8
8
  "type1": "bug",
9
9
  "type2": "steel",
10
10
  "color": "gray",
11
- "ability1": "emergencyexit",
11
+ "ability1": "toughclaws",
12
12
  "isPrerelease": false,
13
13
  "isDefault": false,
14
14
  "isForm": true,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "lza"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 80,
40
40
  "baseAtk": 118,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "swsh",
38
38
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 70,
43
43
  "baseAtk": 55,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "swsh",
38
38
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 60,
43
43
  "baseAtk": 65,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 70,
40
40
  "baseAtk": 85,
@@ -35,7 +35,7 @@
35
35
  "debutIn": "sv",
36
36
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
37
37
  "eventOnlyIn": [],
38
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
38
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
39
39
  "shinyReleased": true,
40
40
  "baseHp": 80,
41
41
  "baseAtk": 120,
@@ -105,7 +105,8 @@
105
105
  "bdsp-bd",
106
106
  "bdsp-sp",
107
107
  "la",
108
- "lza"
108
+ "lza",
109
+ "champions"
109
110
  ],
110
111
  "shinyReleased": true,
111
112
  "baseHp": 40,
@@ -36,7 +36,7 @@
36
36
  "debutIn": "sv",
37
37
  "obtainableIn": ["go", "sv-s", "sv-v"],
38
38
  "eventOnlyIn": [],
39
- "storableIn": ["go", "home", "sv-s", "sv-v"],
39
+ "storableIn": ["go", "home", "sv-s", "sv-v", "champions"],
40
40
  "shinyReleased": true,
41
41
  "baseHp": 70,
42
42
  "baseAtk": 115,
@@ -35,7 +35,7 @@
35
35
  "debutIn": "swsh",
36
36
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
37
37
  "eventOnlyIn": [],
38
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
38
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
39
39
  "shinyReleased": true,
40
40
  "baseHp": 70,
41
41
  "baseAtk": 110,
@@ -58,7 +58,8 @@
58
58
  "swsh-sw",
59
59
  "swsh-sh",
60
60
  "home",
61
- "lza"
61
+ "lza",
62
+ "champions"
62
63
  ],
63
64
  "shinyReleased": true,
64
65
  "baseHp": 65,
@@ -105,7 +105,8 @@
105
105
  "bdsp-sp",
106
106
  "sv-s",
107
107
  "sv-v",
108
- "lza"
108
+ "lza",
109
+ "champions"
109
110
  ],
110
111
  "shinyReleased": true,
111
112
  "baseHp": 65,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["swsh-sw", "swsh-sh", "sv-s", "sv-v"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["swsh-sw", "swsh-sh", "home", "sv-s", "sv-v"],
37
+ "storableIn": ["swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 48,
40
40
  "baseAtk": 101,
@@ -34,7 +34,7 @@
34
34
  "debutIn": "swsh",
35
35
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "lza"],
36
36
  "eventOnlyIn": [],
37
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza"],
37
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza", "champions"],
38
38
  "shinyReleased": true,
39
39
  "baseHp": 62,
40
40
  "baseAtk": 135,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "sv",
38
38
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 82,
43
43
  "baseAtk": 96,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "sv",
38
38
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 82,
43
43
  "baseAtk": 96,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "sv",
38
38
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 82,
43
43
  "baseAtk": 96,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "sv",
38
38
  "obtainableIn": ["go", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 82,
43
43
  "baseAtk": 96,
@@ -80,6 +80,10 @@
80
80
  "cht": "鸚鵡寶可夢"
81
81
  },
82
82
  "speciesNames": {},
83
- "formNames": { "eng": "Green Plumage", "fra": "Plumage Vert", "deu": "Green Plumage" },
83
+ "formNames": {
84
+ "eng": "Green Plumage",
85
+ "fra": "Plumage Vert",
86
+ "deu": "Green Plumage"
87
+ },
84
88
  "transferOnlyIn": ["home"]
85
89
  }
@@ -87,7 +87,8 @@
87
87
  "bdsp-sp",
88
88
  "sv-s",
89
89
  "sv-v",
90
- "lza"
90
+ "lza",
91
+ "champions"
91
92
  ],
92
93
  "shinyReleased": true,
93
94
  "baseHp": 100,
@@ -115,7 +116,11 @@
115
116
  },
116
117
  "evolvesFrom": "gulpin",
117
118
  "evoFromLevel": 26,
118
- "names": { "eng": "Swalot (Female)", "fra": "Avaltout (Female)", "deu": "Schlukwech (Female)" },
119
+ "names": {
120
+ "eng": "Swalot (Female)",
121
+ "fra": "Avaltout (Female)",
122
+ "deu": "Schlukwech (Female)"
123
+ },
119
124
  "genus": {
120
125
  "eng": "Poison Bag Pokémon",
121
126
  "esp": "Pokémon Bolsa Veneno",
@@ -86,7 +86,8 @@
86
86
  "bdsp-sp",
87
87
  "sv-s",
88
88
  "sv-v",
89
- "lza"
89
+ "lza",
90
+ "champions"
90
91
  ],
91
92
  "shinyReleased": true,
92
93
  "baseHp": 100,
@@ -35,7 +35,7 @@
35
35
  "debutIn": "swsh",
36
36
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "lza"],
37
37
  "eventOnlyIn": [],
38
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza"],
38
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "lza", "champions"],
39
39
  "shinyReleased": true,
40
40
  "baseHp": 70,
41
41
  "baseAtk": 58,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "swsh",
38
38
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 75,
43
43
  "baseAtk": 98,
@@ -37,7 +37,7 @@
37
37
  "debutIn": "swsh",
38
38
  "obtainableIn": ["go", "swsh-sw", "swsh-sh", "sv-s", "sv-v", "lza"],
39
39
  "eventOnlyIn": [],
40
- "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza"],
40
+ "storableIn": ["go", "swsh-sw", "swsh-sh", "home", "sv-s", "sv-v", "lza", "champions"],
41
41
  "shinyReleased": true,
42
42
  "baseHp": 75,
43
43
  "baseAtk": 98,
@@ -116,7 +116,8 @@
116
116
  "bdsp-sp",
117
117
  "sv-s",
118
118
  "sv-v",
119
- "lza"
119
+ "lza",
120
+ "champions"
120
121
  ],
121
122
  "shinyReleased": true,
122
123
  "baseHp": 140,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pokepc/dataset",
3
- "version": "6.7.0-beta.1",
3
+ "version": "6.7.0",
4
4
  "homepage": "https://pokepc.github.io/dataset",
5
5
  "license": "MIT",
6
6
  "repository": {