@pkmn/dex 0.4.25 → 0.4.26

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.
@@ -5215,6 +5215,8 @@
5215
5215
  "miasmite": { "isNonstandard": "CAP", "tier": "CAP LC" },
5216
5216
  "miasmaw": { "isNonstandard": "CAP", "tier": "CAP" },
5217
5217
  "chromera": { "isNonstandard": "CAP", "tier": "CAP" },
5218
+ "venomicon": { "isNonstandard": "CAP", "tier": "CAP" },
5219
+ "venomiconepilogue": { "isNonstandard": "CAP", "tier": "CAP" },
5218
5220
  "pokestarsmeargle": { "isNonstandard": "Custom", "tier": "Illegal" },
5219
5221
  "pokestarufo": { "isNonstandard": "Custom", "tier": "Illegal" },
5220
5222
  "pokestarufo2": { "isNonstandard": "Custom", "tier": "Illegal" },
@@ -5229,6 +5229,17 @@
5229
5229
  "gen": 6,
5230
5230
  "isNonstandard": "CAP",
5231
5231
  "desc": "If held by a Crucibelle, this item allows it to Mega Evolve in battle."
5232
+ },
5233
+ "vilevial": {
5234
+ "name": "Vile Vial",
5235
+ "fling": { "basePower": 60 },
5236
+ "onBasePowerPriority": 15,
5237
+ "forcedForme": "Venomicon-Epilogue",
5238
+ "itemUser": ["Venomicon-Epilogue"],
5239
+ "num": 112,
5240
+ "gen": 8,
5241
+ "isNonstandard": "CAP",
5242
+ "desc": "If held by a Venomicon, its Poison- and Flying-type attacks have 1.2x power."
5232
5243
  }
5233
5244
  }
5234
5245
  }
@@ -129716,6 +129716,40 @@
129716
129716
  "watergun": ["8L1"]
129717
129717
  }
129718
129718
  },
129719
+ "venomicon": {
129720
+ "learnset": {
129721
+ "acidarmor": ["8L1"],
129722
+ "attract": ["8M"],
129723
+ "bodypress": ["8M"],
129724
+ "bravebird": ["8M"],
129725
+ "coil": ["8L1"],
129726
+ "discharge": ["8L1"],
129727
+ "drillpeck": ["8L1"],
129728
+ "earthpower": ["8M"],
129729
+ "endure": ["8M"],
129730
+ "facade": ["8M"],
129731
+ "gunkshot": ["8M"],
129732
+ "hurricane": ["8M"],
129733
+ "imprison": ["8M"],
129734
+ "knockoff": ["8L1"],
129735
+ "mysticalfire": ["8M"],
129736
+ "nastyplot": ["8M"],
129737
+ "poisonjab": ["8M"],
129738
+ "protect": ["8M"],
129739
+ "rest": ["8M"],
129740
+ "roost": ["8L1"],
129741
+ "round": ["8M"],
129742
+ "sleeptalk": ["8M"],
129743
+ "sludgebomb": ["8M"],
129744
+ "snore": ["8M"],
129745
+ "stealthrock": ["8M"],
129746
+ "substitute": ["8M"],
129747
+ "swordsdance": ["8M"],
129748
+ "thunderwave": ["8M"],
129749
+ "toxic": ["8L1"],
129750
+ "uturn": ["8M"]
129751
+ }
129752
+ },
129719
129753
  "pokestarsmeargle": {
129720
129754
  "eventData": [
129721
129755
  {
@@ -26338,6 +26338,49 @@
26338
26338
  "eggGroups": ["Water 1", "Fairy"],
26339
26339
  "gen": 4
26340
26340
  },
26341
+ "venomicon": {
26342
+ "num": -67,
26343
+ "name": "Venomicon",
26344
+ "baseForme": "Prologue",
26345
+ "types": ["Poison", "Flying"],
26346
+ "gender": "N",
26347
+ "baseStats": {
26348
+ "hp": 85,
26349
+ "atk": 70,
26350
+ "def": 113,
26351
+ "spa": 118,
26352
+ "spd": 90,
26353
+ "spe": 64
26354
+ },
26355
+ "abilities": { "0": "Stamina" },
26356
+ "weightkg": 11.5,
26357
+ "eggGroups": ["Undiscovered"],
26358
+ "otherFormes": ["Venomicon-Epilogue"],
26359
+ "formeOrder": ["Venomicon", "Venomicon-Epilogue"],
26360
+ "gen": 8
26361
+ },
26362
+ "venomiconepilogue": {
26363
+ "num": -67,
26364
+ "name": "Venomicon-Epilogue",
26365
+ "baseSpecies": "Venomicon",
26366
+ "forme": "Epilogue",
26367
+ "types": ["Poison", "Flying"],
26368
+ "gender": "N",
26369
+ "baseStats": {
26370
+ "hp": 85,
26371
+ "atk": 110,
26372
+ "def": 85,
26373
+ "spa": 55,
26374
+ "spd": 85,
26375
+ "spe": 120
26376
+ },
26377
+ "abilities": { "0": "Tinted Lens" },
26378
+ "weightkg": 12.4,
26379
+ "eggGroups": ["Undiscovered"],
26380
+ "requiredItem": "Vile Vial",
26381
+ "changesFrom": "Venomicon",
26382
+ "gen": 8
26383
+ },
26341
26384
  "pokestarsmeargle": {
26342
26385
  "num": -5000,
26343
26386
  "name": "Pokestar Smeargle",