@pkmn/dex 0.5.27 → 0.5.28

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.
@@ -1022,7 +1022,7 @@
1022
1022
  "naturalGift": { "basePower": 80, "type": "Dragon" },
1023
1023
  "num": 162,
1024
1024
  "gen": 3,
1025
- "desc": "Restores 33% max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use."
1025
+ "desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpD Nature. Single use."
1026
1026
  },
1027
1027
  "airballoon": {
1028
1028
  "name": "Air Balloon",
@@ -1913,7 +1913,7 @@
1913
1913
  "naturalGift": { "basePower": 80, "type": "Bug" },
1914
1914
  "num": 159,
1915
1915
  "gen": 3,
1916
- "desc": "Restores 33% max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use."
1916
+ "desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Atk Nature. Single use."
1917
1917
  },
1918
1918
  "firegem": {
1919
1919
  "name": "Fire Gem",
@@ -2387,7 +2387,7 @@
2387
2387
  "naturalGift": { "basePower": 80, "type": "Dark" },
2388
2388
  "num": 163,
2389
2389
  "gen": 3,
2390
- "desc": "Restores 33% max HP at 1/4 max HP or less; confuses if -Def Nature. Single use."
2390
+ "desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Def Nature. Single use."
2391
2391
  },
2392
2392
  "icegem": {
2393
2393
  "name": "Ice Gem",
@@ -2827,7 +2827,7 @@
2827
2827
  "naturalGift": { "basePower": 80, "type": "Ghost" },
2828
2828
  "num": 161,
2829
2829
  "gen": 3,
2830
- "desc": "Restores 33% max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use."
2830
+ "desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -Spe Nature. Single use."
2831
2831
  },
2832
2832
  "magostberry": {
2833
2833
  "name": "Magost Berry",
@@ -5099,7 +5099,7 @@
5099
5099
  "naturalGift": { "basePower": 80, "type": "Rock" },
5100
5100
  "num": 160,
5101
5101
  "gen": 3,
5102
- "desc": "Restores 33% max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use."
5102
+ "desc": "Restores 1/3 max HP at 1/4 max HP or less; confuses if -SpA Nature. Single use."
5103
5103
  },
5104
5104
  "wiseglasses": {
5105
5105
  "name": "Wise Glasses",
@@ -126227,6 +126227,7 @@
126227
126227
  "flashcannon": ["8M"],
126228
126228
  "focusblast": ["8M"],
126229
126229
  "gigaimpact": ["8M", "8L58"],
126230
+ "gunkshot": ["8M"],
126230
126231
  "haze": ["8L28"],
126231
126232
  "highhorsepower": ["8M"],
126232
126233
  "hyperbeam": ["8M"],
@@ -126264,6 +126265,8 @@
126264
126265
  "thunderbolt": ["8M"],
126265
126266
  "thunderfang": ["8M"],
126266
126267
  "uproar": ["8M"],
126268
+ "uturn": ["8M"],
126269
+ "wildcharge": ["8M"],
126267
126270
  "workup": ["8M"],
126268
126271
  "xscissor": ["8M"]
126269
126272
  }
@@ -129929,7 +129932,6 @@
129929
129932
  "darkpulse": ["8M"],
129930
129933
  "drillpeck": ["8L35"],
129931
129934
  "dualwingbeat": ["8T"],
129932
- "earthpower": ["8M"],
129933
129935
  "endure": ["8M"],
129934
129936
  "facade": ["8M"],
129935
129937
  "fly": ["8M"],
@@ -129949,7 +129951,6 @@
129949
129951
  "magicalleaf": ["8M"],
129950
129952
  "meanlook": ["8E"],
129951
129953
  "memento": ["8E"],
129952
- "mysticalfire": ["8M"],
129953
129954
  "nastyplot": ["8M"],
129954
129955
  "payback": ["8M"],
129955
129956
  "peck": ["8L1"],
@@ -129996,23 +129997,17 @@
129996
129997
  "facade": ["8M"],
129997
129998
  "healbell": ["8L1"],
129998
129999
  "hornleech": ["8L1"],
129999
- "leechseed": ["8L1"],
130000
130000
  "painsplit": ["8L1"],
130001
- "poisonjab": ["8M"],
130002
- "powerwhip": ["8M"],
130003
130001
  "protect": ["8M"],
130004
130002
  "rapidspin": ["8L1"],
130005
130003
  "rest": ["8M"],
130006
- "rockslide": ["8M"],
130007
130004
  "round": ["8M"],
130008
130005
  "sleeptalk": ["8M"],
130009
130006
  "snore": ["8M"],
130010
130007
  "stealthrock": ["8M"],
130011
130008
  "substitute": ["8M"],
130012
- "suckerpunch": ["8L1"],
130013
130009
  "swordsdance": ["8M"],
130014
- "taunt": ["8M"],
130015
- "thunderwave": ["8M"]
130010
+ "taunt": ["8M"]
130016
130011
  }
130017
130012
  },
130018
130013
  "pokestarsmeargle": {
@@ -26837,9 +26837,9 @@
26837
26837
  "hp": 85,
26838
26838
  "atk": 135,
26839
26839
  "def": 60,
26840
- "spa": 115,
26841
- "spd": 85,
26842
- "spe": 92
26840
+ "spa": 88,
26841
+ "spd": 105,
26842
+ "spe": 99
26843
26843
  },
26844
26844
  "abilities": {
26845
26845
  "0": "Neutralizing Gas",
@@ -26970,7 +26970,7 @@
26970
26970
  "gender": "N",
26971
26971
  "baseStats": {
26972
26972
  "hp": 85,
26973
- "atk": 70,
26973
+ "atk": 50,
26974
26974
  "def": 113,
26975
26975
  "spa": 118,
26976
26976
  "spd": 90,
@@ -26978,7 +26978,7 @@
26978
26978
  },
26979
26979
  "abilities": { "0": "Stamina", "H": "Power of Alchemy" },
26980
26980
  "weightkg": 11.5,
26981
- "eggGroups": ["Undiscovered"],
26981
+ "eggGroups": ["Amorphous"],
26982
26982
  "otherFormes": ["Venomicon-Epilogue"],
26983
26983
  "formeOrder": ["Venomicon", "Venomicon-Epilogue"],
26984
26984
  "gen": 8
@@ -26994,13 +26994,13 @@
26994
26994
  "hp": 85,
26995
26995
  "atk": 102,
26996
26996
  "def": 85,
26997
- "spa": 63,
26997
+ "spa": 62,
26998
26998
  "spd": 85,
26999
- "spe": 120
26999
+ "spe": 101
27000
27000
  },
27001
27001
  "abilities": { "0": "Tinted Lens" },
27002
27002
  "weightkg": 12.4,
27003
- "eggGroups": ["Undiscovered"],
27003
+ "eggGroups": ["Amorphous"],
27004
27004
  "requiredItem": "Vile Vial",
27005
27005
  "changesFrom": "Venomicon",
27006
27006
  "gen": 8
@@ -27011,11 +27011,11 @@
27011
27011
  "types": ["Ground"],
27012
27012
  "baseStats": {
27013
27013
  "hp": 70,
27014
- "atk": 120,
27014
+ "atk": 112,
27015
27015
  "def": 105,
27016
27016
  "spa": 65,
27017
- "spd": 130,
27018
- "spe": 90
27017
+ "spd": 123,
27018
+ "spe": 78
27019
27019
  },
27020
27020
  "abilities": { "0": "Water Absorb", "1": "Serene Grace" },
27021
27021
  "weightkg": 303.9,