@pkmn/dex 0.9.5 → 0.9.7

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/index.mjs CHANGED
@@ -163,6 +163,7 @@ var _2 = {
163
163
  inherit: true,
164
164
  desc: "There is a 30% chance a Pokemon making contact with this Pokemon will become infatuated if it is of the opposite gender. This effect does not happen if this Pokemon did not lose HP from the attack."
165
165
  },
166
+ download: { inherit: true },
166
167
  effectspore: {
167
168
  inherit: true,
168
169
  desc: "30% chance a Pokemon making contact with this Pokemon will be poisoned, paralyzed, or fall asleep. This effect does not happen if this Pokemon did not lose HP from the attack."
@@ -4159,6 +4160,7 @@ __export(aliases_exports, {
4159
4160
  gen7bss: () => gen7bss,
4160
4161
  gen7bssf: () => gen7bssf,
4161
4162
  gen7mono: () => gen7mono,
4163
+ gen8bssf: () => gen8bssf,
4162
4164
  gen8natdex: () => gen8natdex,
4163
4165
  gen8nd: () => gen8nd,
4164
4166
  gen8ndou: () => gen8ndou,
@@ -5579,7 +5581,7 @@ var cc2v2 = "[Gen 9] Challenge Cup 2v2";
5579
5581
  var hc = "[Gen 9] Hackmons Cup";
5580
5582
  var monorandom = "[Gen 8] Monotype Random Battle";
5581
5583
  var bf = "[Gen 7] Battle Factory";
5582
- var bssf = "[Gen 8] BSS Factory";
5584
+ var bssf = "[Gen 9] BSS Factory";
5583
5585
  var ssb = "[Gen 9] Super Staff Bros Ultimate";
5584
5586
  var ssbu = "[Gen 9] Super Staff Bros Ultimate";
5585
5587
  var lgrandom = "[Gen 7] Let's Go Random Battle";
@@ -5588,6 +5590,7 @@ var gen7mono = "[Gen 7] Monotype";
5588
5590
  var gen7ag = "[Gen 7] Anything Goes";
5589
5591
  var gen7bss = "[Gen 7] Battle Spot Singles";
5590
5592
  var gen7bssf = "[Gen 7] BSS Factory";
5593
+ var gen8bssf = "[Gen 8] BSS Factory";
5591
5594
  var lgpeou = "[Gen 7 Let's Go] OU";
5592
5595
  var lgou = "[Gen 7 Let's Go] Let's Go OU";
5593
5596
  var lgdou = "[Gen 7 Let's Go] Doubles OU";
@@ -5601,8 +5604,8 @@ var gen6mono = "[Gen 6] Monotype";
5601
5604
  var gen6ag = "[Gen 6] Anything Goes";
5602
5605
  var crossevo = "[Gen 9] Cross Evolution";
5603
5606
  var mayhem = "[Gen 9] Random Battle Mayhem";
5604
- var omotm = "[Gen 9] Pokebilities";
5605
- var lcotm = "[Gen 9] The Loser's Game";
5607
+ var omotm = "[Gen 9] Fervent Impersonation";
5608
+ var lcotm = "[Gen 9] 350 Cup";
5606
5609
  var fabio = "Ampharos-Mega";
5607
5610
  var maero = "Aerodactyl-Mega";
5608
5611
  var megabunny = "Lopunny-Mega";
@@ -7413,6 +7416,7 @@ var aliases_default = {
7413
7416
  gen7ag,
7414
7417
  gen7bss,
7415
7418
  gen7bssf,
7419
+ gen8bssf,
7416
7420
  lgpeou,
7417
7421
  lgou,
7418
7422
  lgdou,
@@ -14774,7 +14778,7 @@ var _23 = {
14774
14778
  cleffa: { tier: "LC" },
14775
14779
  clefairy: { tier: "NFE", doublesTier: "DUU" },
14776
14780
  clefable: { tier: "OU", doublesTier: "(DUU)" },
14777
- vulpix: { tier: "NFE" },
14781
+ vulpix: { tier: "ZUBL", doublesTier: "NFE" },
14778
14782
  vulpixalola: { tier: "NFE" },
14779
14783
  ninetales: { tier: "NU", doublesTier: "DUU" },
14780
14784
  ninetalesalola: { tier: "UU", doublesTier: "DOU" },