@pkmn/dex 0.7.16 → 0.7.18

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.js CHANGED
@@ -1489,6 +1489,11 @@ var _7 = {
1489
1489
  desc: "This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move. The power of Fire-type moves is multiplied by 1.25 when used on this Pokemon. At the end of each turn, this Pokemon restores 1/8 of its maximum HP, rounded down, if the weather is Rain Dance, and loses 1/8 of its maximum HP, rounded down, if the weather is Sunny Day. The weather effects are prevented if this Pokemon is holding a Utility Umbrella.",
1490
1490
  shortDesc: "This Pokemon is healed 1/4 by Water, 1/8 by Rain; is hurt 1.25x by Fire, 1/8 by Sun."
1491
1491
  },
1492
+ earlybird: {
1493
+ name: "Early Bird",
1494
+ num: 48,
1495
+ shortDesc: "This Pokemon's sleep counter drops by 2 instead of 1."
1496
+ },
1492
1497
  eartheater: {
1493
1498
  isBreakable: true,
1494
1499
  name: "Earth Eater",
@@ -1496,11 +1501,6 @@ var _7 = {
1496
1501
  desc: "This Pokemon is immune to Ground-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Ground-type move.",
1497
1502
  shortDesc: "This Pokemon heals 1/4 of its max HP when hit by Ground moves; Ground immunity."
1498
1503
  },
1499
- earlybird: {
1500
- name: "Early Bird",
1501
- num: 48,
1502
- shortDesc: "This Pokemon's sleep counter drops by 2 instead of 1."
1503
- },
1504
1504
  effectspore: {
1505
1505
  name: "Effect Spore",
1506
1506
  num: 27,
@@ -1903,7 +1903,7 @@ var _7 = {
1903
1903
  libero: {
1904
1904
  name: "Libero",
1905
1905
  num: 236,
1906
- desc: "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in.",
1906
+ desc: "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in, and only if this Pokemon is not Terastallized.",
1907
1907
  shortDesc: "This Pokemon's type changes to the type of the move it is using. Once per switch-in."
1908
1908
  },
1909
1909
  lightmetal: {
@@ -1920,18 +1920,18 @@ var _7 = {
1920
1920
  desc: "This Pokemon is immune to Electric-type moves and raises its Special Attack by 1 stage when hit by an Electric-type move. If this Pokemon is not the target of a single-target Electric-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer.",
1921
1921
  shortDesc: "This Pokemon draws Electric moves to itself to raise Sp. Atk by 1; Electric immunity."
1922
1922
  },
1923
- lingeringaroma: {
1924
- name: "Lingering Aroma",
1925
- num: 268,
1926
- desc: "Pokemon making contact with this Pokemon have their Ability changed to Lingering Aroma. Does not affect Pokemon with the As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Lingering Aroma, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, or Zero to Hero Abilities.",
1927
- shortDesc: "Making contact with this Pokemon has the attacker's Ability become Lingering Aroma."
1928
- },
1929
1923
  limber: {
1930
1924
  isBreakable: true,
1931
1925
  name: "Limber",
1932
1926
  num: 7,
1933
1927
  shortDesc: "This Pokemon cannot be paralyzed. Gaining this Ability while paralyzed cures it."
1934
1928
  },
1929
+ lingeringaroma: {
1930
+ name: "Lingering Aroma",
1931
+ num: 268,
1932
+ desc: "Pokemon making contact with this Pokemon have their Ability changed to Lingering Aroma. Does not affect Pokemon with the As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Lingering Aroma, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, or Zero to Hero Abilities.",
1933
+ shortDesc: "Making contact with this Pokemon has the attacker's Ability become Lingering Aroma."
1934
+ },
1935
1935
  liquidooze: {
1936
1936
  name: "Liquid Ooze",
1937
1937
  num: 64,
@@ -2268,7 +2268,7 @@ var _7 = {
2268
2268
  protean: {
2269
2269
  name: "Protean",
2270
2270
  num: 168,
2271
- desc: "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in.",
2271
+ desc: "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in, and only if this Pokemon is not Terastallized.",
2272
2272
  shortDesc: "This Pokemon's type changes to the type of the move it is using. Once per switch-in."
2273
2273
  },
2274
2274
  protosynthesis: {
@@ -2310,8 +2310,8 @@ var _7 = {
2310
2310
  isBreakable: true,
2311
2311
  name: "Purifying Salt",
2312
2312
  num: 272,
2313
- desc: "This Pokemon cannot become affected by a non-volatile status condition or Yawn. This Pokemon receives 1/2 damage from Ghost-type moves.",
2314
- shortDesc: "This Pokemon takes 1/2 damage from Ghost moves and it cannot become statused."
2313
+ desc: "This Pokemon cannot become affected by a non-volatile status condition or Yawn. If a Pokemon uses a Ghost-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon.",
2314
+ shortDesc: "Ghost damage to this Pokemon dealt with a halved offensive stat; can't be statused."
2315
2315
  },
2316
2316
  quarkdrive: {
2317
2317
  condition: {
@@ -2748,7 +2748,7 @@ var _7 = {
2748
2748
  name: "Supreme Overlord",
2749
2749
  num: 293,
2750
2750
  desc: "This Pokemon's moves have their power multiplied by 1+(X*0.1), where X is the total number of times any Pokemon has fainted on the user's side when this Ability became active, and X cannot be greater than 5.",
2751
- shortDesc: "This Pokemon's moves have 0.1x more power for each fainted ally, maximum 1.5x."
2751
+ shortDesc: "This Pokemon's moves have 10% more power for each fainted ally, up to 5 allies."
2752
2752
  },
2753
2753
  surgesurfer: {
2754
2754
  name: "Surge Surfer",
@@ -3050,6 +3050,7 @@ var _7 = {
3050
3050
  shortDesc: "If Darmanitan, at end of turn changes Mode to Standard if > 1/2 max HP, else Zen."
3051
3051
  },
3052
3052
  zerotohero: {
3053
+ isPermanent: true,
3053
3054
  name: "Zero to Hero",
3054
3055
  num: 278,
3055
3056
  shortDesc: "If this Pokemon is a Palafin in Zero Form, switching out has it change to Hero Form."
@@ -4488,6 +4489,9 @@ _chunkJC4IRQULjs.__export.call(void 0, aliases_exports, {
4488
4489
  tatsugiridroopy: () => tatsugiridroopy,
4489
4490
  tatsugiristretchy: () => tatsugiristretchy,
4490
4491
  tattsuu: () => tattsuu,
4492
+ taurospaldea: () => taurospaldea,
4493
+ taurospaldeafire: () => taurospaldeafire,
4494
+ taurospaldeawater: () => taurospaldeawater,
4491
4495
  tbolt: () => tbolt,
4492
4496
  teerunaa: () => teerunaa,
4493
4497
  tekkaguya: () => tekkaguya,
@@ -5175,6 +5179,9 @@ var urshifurs = "Urshifu-Rapid-Strike";
5175
5179
  var urshifurapid = "Urshifu-Rapid-Strike";
5176
5180
  var calyrexir = "Calyrex-Ice";
5177
5181
  var calyrexsr = "Calyrex-Shadow";
5182
+ var taurospaldea = "Tauros-Paldea-Combat";
5183
+ var taurospaldeafire = "Tauros-Paldea-Blaze";
5184
+ var taurospaldeawater = "Tauros-Paldea-Aqua";
5178
5185
  var nidoranfemale = "Nidoran-F";
5179
5186
  var nidoranmale = "Nidoran-M";
5180
5187
  var wormadamgrass = "Wormadam";
@@ -6984,6 +6991,9 @@ var aliases_default = {
6984
6991
  urshifurapid,
6985
6992
  calyrexir,
6986
6993
  calyrexsr,
6994
+ taurospaldea,
6995
+ taurospaldeafire,
6996
+ taurospaldeawater,
6987
6997
  nidoranfemale,
6988
6998
  nidoranmale,
6989
6999
  wormadamgrass,
@@ -8563,7 +8573,7 @@ var _8 = {
8563
8573
  },
8564
8574
  partialtrappinglock: { name: "partialtrappinglock" },
8565
8575
  mustrecharge: { inherit: true, duration: 0 },
8566
- lockedmove: { inherit: true },
8576
+ lockedmove: { name: "lockedmove" },
8567
8577
  twoturnmove: { name: "twoturnmove" },
8568
8578
  invulnerability: { name: "invulnerability" }
8569
8579
  };
@@ -9969,7 +9979,6 @@ var _22 = {
9969
9979
  adrenalineorb: {
9970
9980
  name: "Adrenaline Orb",
9971
9981
  fling: { basePower: 30 },
9972
- onBoostPriority: 1,
9973
9982
  boosts: { spe: 1 },
9974
9983
  num: 846,
9975
9984
  gen: 7,
@@ -10183,6 +10192,14 @@ var _22 = {
10183
10192
  gen: 2,
10184
10193
  desc: "Holder's Fighting-type attacks have 1.2x power."
10185
10194
  },
10195
+ blackglasses: {
10196
+ name: "Black Glasses",
10197
+ fling: { basePower: 30 },
10198
+ onBasePowerPriority: 15,
10199
+ num: 240,
10200
+ gen: 2,
10201
+ desc: "Holder's Dark-type attacks have 1.2x power."
10202
+ },
10186
10203
  blacksludge: {
10187
10204
  name: "Black Sludge",
10188
10205
  fling: { basePower: 30 },
@@ -10192,14 +10209,6 @@ var _22 = {
10192
10209
  gen: 4,
10193
10210
  desc: "Each turn, if holder is a Poison type, restores 1/16 max HP; loses 1/8 if not."
10194
10211
  },
10195
- blackglasses: {
10196
- name: "Black Glasses",
10197
- fling: { basePower: 30 },
10198
- onBasePowerPriority: 15,
10199
- num: 240,
10200
- gen: 2,
10201
- desc: "Holder's Dark-type attacks have 1.2x power."
10202
- },
10203
10212
  blastoisinite: {
10204
10213
  name: "Blastoisinite",
10205
10214
  megaStone: "Blastoise-Mega",
@@ -14744,7 +14753,7 @@ var _23 = {
14744
14753
  },
14745
14754
  mirrormove: {
14746
14755
  inherit: true,
14747
- desc: "The user uses the last move used by the target. Fails if the target has not made a move, or if the last move used was Mirror Move."
14756
+ desc: "The user uses the last move used by the target. Fails if the target has not made a move since the user switched in, or if the last move used was Mirror Move."
14748
14757
  },
14749
14758
  mist: {
14750
14759
  inherit: true,
@@ -14758,6 +14767,11 @@ var _23 = {
14758
14767
  desc: "Deals damage to the target equal to the user's level. This move ignores type immunity.",
14759
14768
  shortDesc: "Damage = user's level. Can hit Normal types."
14760
14769
  },
14770
+ petaldance: {
14771
+ inherit: true,
14772
+ desc: "Whether or not this move is successful, the user spends three or four turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. During the effect, this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",
14773
+ shortDesc: "Lasts 3-4 turns. Confuses the user afterwards."
14774
+ },
14761
14775
  poisonsting: {
14762
14776
  inherit: true,
14763
14777
  secondary: { chance: 20, status: "psn" },
@@ -14774,7 +14788,7 @@ var _23 = {
14774
14788
  rage: {
14775
14789
  inherit: true,
14776
14790
  self: { volatileStatus: "rage" },
14777
- condition: { duration: 255, onLockMove: "rage" },
14791
+ condition: { onLockMove: "rage" },
14778
14792
  desc: "Once this move is successfully used, the user automatically uses this move every turn and can no longer switch out. During the effect, the user's Attack is raised by 1 stage every time it is hit by the opposing Pokemon, and this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",
14779
14793
  shortDesc: "Lasts forever. Raises user's Attack by 1 when hit."
14780
14794
  },
@@ -14901,6 +14915,11 @@ var _23 = {
14901
14915
  desc: "Deals damage to the target equal to half of its current HP, rounded down, but not less than 1 HP. This move ignores type immunity.",
14902
14916
  shortDesc: "Damage = 1/2 target's current HP. Hits Ghosts."
14903
14917
  },
14918
+ thrash: {
14919
+ inherit: true,
14920
+ desc: "Whether or not this move is successful, the user spends three or four turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. During the effect, this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",
14921
+ shortDesc: "Lasts 3-4 turns. Confuses the user afterwards."
14922
+ },
14904
14923
  thunder: {
14905
14924
  inherit: true,
14906
14925
  secondary: { chance: 10, status: "par" },
@@ -15000,11 +15019,6 @@ var _23 = {
15000
15019
  inherit: true,
15001
15020
  desc: "Raises the user's evasiveness by 1 stage."
15002
15021
  },
15003
- petaldance: {
15004
- inherit: true,
15005
- desc: "Whether or not this move is successful, the user spends three or four turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. During the effect, this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",
15006
- shortDesc: "Lasts 3-4 turns. Confuses the user afterwards."
15007
- },
15008
15022
  pinmissile: {
15009
15023
  inherit: true,
15010
15024
  desc: "Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."
@@ -15031,11 +15045,6 @@ var _23 = {
15031
15045
  inherit: true,
15032
15046
  desc: "If the target lost HP, the user takes recoil damage equal to 1/4 the HP lost by the target, rounded down, but not less than 1 HP. If this move breaks the target's substitute, the user does not take any recoil damage."
15033
15047
  },
15034
- thrash: {
15035
- inherit: true,
15036
- desc: "Whether or not this move is successful, the user spends three or four turns locked into this move and becomes confused immediately after its move on the last turn of the effect, even if it is already confused. If the user is prevented from moving, the effect ends without causing confusion. During the effect, this move's accuracy is overwritten every turn with the current calculated accuracy including stat stage changes, but not to less than 1/256 or more than 255/256.",
15037
- shortDesc: "Lasts 3-4 turns. Confuses the user afterwards."
15038
- },
15039
15048
  transform: {
15040
15049
  inherit: true,
15041
15050
  desc: "The user transforms into the target. The target's current stats, stat stages, types, moves, DVs, species, and sprite are copied. The user's level and HP remain the same and each copied move receives only 5 PP. This move can hit a target using Dig or Fly."
@@ -15205,7 +15214,7 @@ var _24 = {
15205
15214
  mirrormove: {
15206
15215
  inherit: true,
15207
15216
  noSketch: true,
15208
- desc: "The user uses the last move used by the target. Fails if the target has not made a move, or if the last move used was Metronome, Mimic, Mirror Move, Sketch, Sleep Talk, Transform, or any move the user knows."
15217
+ desc: "The user uses the last move used by the target. Fails if the target has not made a move since the user switched in, or if the last move used was Metronome, Mimic, Mirror Move, Sketch, Sleep Talk, Transform, or any move the user knows."
15209
15218
  },
15210
15219
  mist: {
15211
15220
  num: 54,
@@ -18582,11 +18591,11 @@ var _29 = {
18582
18591
  },
18583
18592
  solarbeam: {
18584
18593
  inherit: true,
18585
- desc: "This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn."
18594
+ desc: "This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn."
18586
18595
  },
18587
18596
  solarblade: {
18588
18597
  inherit: true,
18589
- desc: "This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn."
18598
+ desc: "This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn."
18590
18599
  },
18591
18600
  spikyshield: {
18592
18601
  inherit: true,
@@ -18631,13 +18640,26 @@ var _29 = {
18631
18640
  };
18632
18641
  var _30 = {
18633
18642
  aeroblast: { inherit: true, isNonstandard: null },
18634
- allyswitch: { inherit: true, stallingMove: false },
18643
+ allyswitch: {
18644
+ inherit: true,
18645
+ stallingMove: false,
18646
+ desc: "The user swaps positions with its ally. Fails if the user is the only Pokemon on its side.",
18647
+ shortDesc: "The user swaps positions with its ally."
18648
+ },
18635
18649
  anchorshot: { inherit: true, isNonstandard: null },
18636
18650
  aromatherapy: { inherit: true, isNonstandard: null },
18637
18651
  aurawheel: { inherit: true, isNonstandard: null },
18638
- auroraveil: { inherit: true },
18652
+ auroraveil: {
18653
+ inherit: true,
18654
+ desc: "For 5 turns, the user and its party members take 0.5x damage from physical and special attacks, or 0.66x damage if in a Double Battle; does not reduce damage further with Reflect or Light Screen. Critical hits ignore this protection. It is removed from the user's side if the user or an ally is successfully hit by Brick Break, Psychic Fangs, or Defog. Brick Break and Psychic Fangs remove the effect before damage is calculated. Lasts for 8 turns if the user is holding Light Clay. Fails unless the weather is Hail.",
18655
+ shortDesc: "For 5 turns, damage to allies is halved. Hail only."
18656
+ },
18639
18657
  autotomize: { inherit: true, isNonstandard: null },
18640
- blizzard: { inherit: true },
18658
+ blizzard: {
18659
+ inherit: true,
18660
+ desc: "Has a 10% chance to freeze the target. If the weather is Hail, this move does not check accuracy.",
18661
+ shortDesc: "10% chance to freeze foe(s). Can't miss in Hail."
18662
+ },
18641
18663
  blueflare: { inherit: true, isNonstandard: null },
18642
18664
  boltbeak: { inherit: true, isNonstandard: null },
18643
18665
  boltstrike: { inherit: true, isNonstandard: null },
@@ -18671,6 +18693,7 @@ var _30 = {
18671
18693
  fishiousrend: { inherit: true, isNonstandard: null },
18672
18694
  floralhealing: { inherit: true, isNonstandard: null },
18673
18695
  flowershield: { inherit: true, isNonstandard: null },
18696
+ fly: { inherit: true },
18674
18697
  forestscurse: { inherit: true, isNonstandard: null },
18675
18698
  freezeshock: { inherit: true, isNonstandard: null },
18676
18699
  fusionbolt: { inherit: true, isNonstandard: null },
@@ -18752,7 +18775,11 @@ var _30 = {
18752
18775
  revelationdance: { inherit: true, isNonstandard: "Past" },
18753
18776
  revenge: { inherit: true, isNonstandard: null },
18754
18777
  rockwrecker: { inherit: true, isNonstandard: null },
18755
- roost: { inherit: true, pp: 10 },
18778
+ roost: {
18779
+ inherit: true,
18780
+ pp: 10,
18781
+ desc: "The user restores 1/2 of its maximum HP, rounded half up. Until the end of the turn, Flying-type users lose their Flying type and pure Flying-type users become Normal type. Does nothing if the user's HP is full."
18782
+ },
18756
18783
  sacredfire: { inherit: true, isNonstandard: null },
18757
18784
  searingshot: { inherit: true, isNonstandard: null },
18758
18785
  secretsword: { inherit: true, isNonstandard: null },
@@ -18791,10 +18818,22 @@ var _30 = {
18791
18818
  inherit: true,
18792
18819
  desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user become poisoned. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."
18793
18820
  },
18821
+ behemothbash: {
18822
+ inherit: true,
18823
+ shortDesc: "Damage doubles if the target is Dynamaxed."
18824
+ },
18825
+ behemothblade: {
18826
+ inherit: true,
18827
+ shortDesc: "Damage doubles if the target is Dynamaxed."
18828
+ },
18794
18829
  bind: {
18795
18830
  inherit: true,
18796
18831
  desc: "Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
18797
18832
  },
18833
+ burnup: {
18834
+ inherit: true,
18835
+ desc: "Fails unless the user is a Fire type. If this move is successful, the user's Fire type becomes typeless as long as it remains active."
18836
+ },
18798
18837
  clamp: {
18799
18838
  inherit: true,
18800
18839
  desc: "Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
@@ -18803,6 +18842,10 @@ var _30 = {
18803
18842
  inherit: true,
18804
18843
  desc: "The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."
18805
18844
  },
18845
+ dynamaxcannon: {
18846
+ inherit: true,
18847
+ shortDesc: "Damage doubles if the target is Dynamaxed."
18848
+ },
18806
18849
  endure: {
18807
18850
  inherit: true,
18808
18851
  desc: "The user will survive attacks made by other Pokemon during this turn with at least 1 HP. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."
@@ -18827,6 +18870,10 @@ var _30 = {
18827
18870
  inherit: true,
18828
18871
  desc: "The Pokemon at the user's position steals 1/8 of the target's maximum HP, rounded down, at the end of each turn. If Big Root is held by the recipient, the HP recovered is 1.3x normal, rounded half down. If the target uses Baton Pass, the replacement will continue being leeched. If the target switches out or uses Rapid Spin successfully, the effect ends. Grass-type Pokemon are immune to this move on use, but not its effect."
18829
18872
  },
18873
+ magicpowder: {
18874
+ inherit: true,
18875
+ desc: "Causes the target to become a Psychic type. Fails if the target is an Arceus or a Silvally, or if the target is already purely Psychic type."
18876
+ },
18830
18877
  magmastorm: {
18831
18878
  inherit: true,
18832
18879
  desc: "Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
@@ -18835,6 +18882,14 @@ var _30 = {
18835
18882
  inherit: true,
18836
18883
  desc: "A random move is selected for use, other than After You, Apple Acid, Assist, Astral Barrage, Aura Wheel, Baneful Bunker, Beak Blast, Behemoth Bash, Behemoth Blade, Belch, Bestow, Body Press, Branch Poke, Breaking Swipe, Celebrate, Chatter, Clangorous Soul, Copycat, Counter, Covet, Crafty Shield, Decorate, Destiny Bond, Detect, Diamond Storm, Double Iron Bash, Dragon Ascent, Dragon Energy, Dragon Hammer, Drum Beating, Dynamax Cannon, Endure, Eternabeam, False Surrender, Feint, Fiery Wrath, Fleur Cannon, Focus Punch, Follow Me, Freeze Shock, Freezing Glare, Glacial Lance, Grav Apple, Helping Hand, Hold Hands, Hyperspace Fury, Hyperspace Hole, Ice Burn, Instruct, Jungle Healing, King's Shield, Life Dew, Light of Ruin, Mat Block, Me First, Meteor Assault, Metronome, Mimic, Mind Blown, Mirror Coat, Mirror Move, Moongeist Beam, Nature Power, Nature's Madness, Obstruct, Origin Pulse, Overdrive, Photon Geyser, Plasma Fists, Precipice Blades, Protect, Pyro Ball, Quash, Quick Guard, Rage Powder, Relic Song, Secret Sword, Shell Trap, Sketch, Sleep Talk, Snap Trap, Snarl, Snatch, Snore, Spectral Thief, Spiky Shield, Spirit Break, Spotlight, Steam Eruption, Steel Beam, Strange Steam, Struggle, Sunsteel Strike, Surging Strikes, Switcheroo, Techno Blast, Thief, Thousand Arrows, Thousand Waves, Thunder Cage, Thunderous Kick, Transform, Trick, V-create, Wicked Blow, or Wide Guard."
18837
18884
  },
18885
+ moonlight: {
18886
+ inherit: true,
18887
+ desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down."
18888
+ },
18889
+ morningsun: {
18890
+ inherit: true,
18891
+ desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down."
18892
+ },
18838
18893
  protect: {
18839
18894
  inherit: true,
18840
18895
  desc: "The user is protected from most attacks made by other Pokemon during this turn. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn."
@@ -18843,6 +18898,10 @@ var _30 = {
18843
18898
  inherit: true,
18844
18899
  desc: "The user and its party members are protected from attacks with original or altered priority greater than 0 made by other Pokemon, including allies, during this turn. This move modifies the same 1/X chance of being successful used by other protection moves, where X starts at 1 and triples each time this move is successfully used, but does not use the chance to check for failure. X resets to 1 if this move fails, if the user's last move used is not Baneful Bunker, Detect, Endure, King's Shield, Max Guard, Obstruct, Protect, Quick Guard, Spiky Shield, or Wide Guard, or if it was one of those moves and the user's protection was broken. Fails if the user moves last this turn or if this move is already in effect for the user's side."
18845
18900
  },
18901
+ reflecttype: {
18902
+ inherit: true,
18903
+ desc: "Causes the user's types to become the same as the current types of the target. If the target's current types include typeless and a non-added type, typeless is ignored. If the target's current types include typeless and an added type from Forest's Curse or Trick-or-Treat, typeless is copied as the Normal type instead. Fails if the user is an Arceus or a Silvally, or if the target's current type is typeless alone."
18904
+ },
18846
18905
  roleplay: {
18847
18906
  inherit: true,
18848
18907
  desc: "The user's Ability changes to match the target's Ability. Fails if the user's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, or already matches the target, or if the target's Ability is As One, Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Gulp Missile, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, or Zen Mode."
@@ -18855,6 +18914,18 @@ var _30 = {
18855
18914
  inherit: true,
18856
18915
  desc: "The user swaps its Ability with the target's Ability. Fails if either the user or the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Wonder Guard, or Zen Mode."
18857
18916
  },
18917
+ soak: {
18918
+ inherit: true,
18919
+ desc: "Causes the target to become a Water type. Fails if the target is an Arceus or a Silvally, or if the target is already purely Water type."
18920
+ },
18921
+ solarbeam: {
18922
+ inherit: true,
18923
+ desc: "This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn. If the user is holding Utility Umbrella and the weather is Desolate Land or Sunny Day, the move still requires a turn to charge."
18924
+ },
18925
+ solarblade: {
18926
+ inherit: true,
18927
+ desc: "This attack charges on the first turn and executes on the second. Power is halved if the weather is Primordial Sea, Rain Dance, Sandstorm, or Snow and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn. If the user is holding Utility Umbrella and the weather is Desolate Land or Sunny Day, the move still requires a turn to charge."
18928
+ },
18858
18929
  spikes: {
18859
18930
  inherit: true,
18860
18931
  desc: "Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be used up to three times before failing. Opponents lose 1/8 of their maximum HP with one layer, 1/6 of their maximum HP with two layers, and 1/4 of their maximum HP with three layers, all rounded down. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog."
@@ -18871,6 +18942,10 @@ var _30 = {
18871
18942
  inherit: true,
18872
18943
  desc: "Sets up a hazard on the opposing side of the field, lowering the Speed by 1 stage of each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Fails if the effect is already active on the opposing side. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog."
18873
18944
  },
18945
+ synthesis: {
18946
+ inherit: true,
18947
+ desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down."
18948
+ },
18874
18949
  thundercage: {
18875
18950
  inherit: true,
18876
18951
  desc: "Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
@@ -18879,6 +18954,10 @@ var _30 = {
18879
18954
  inherit: true,
18880
18955
  desc: "Sets up a hazard on the opposing side of the field, poisoning each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be used up to two times before failing. Opposing Pokemon become poisoned with one layer and badly poisoned with two layers. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, is hit by Defog, or a grounded Poison-type Pokemon switches in. Safeguard prevents the opposing party from being poisoned on switch-in, but a substitute does not."
18881
18956
  },
18957
+ weatherball: {
18958
+ inherit: true,
18959
+ desc: "Power doubles if a weather condition other than Delta Stream is active, and this move's type changes to match. Ice type during Hail, Water type during Primordial Sea or Rain Dance, Rock type during Sandstorm, and Fire type during Desolate Land or Sunny Day. If the user is holding Utility Umbrella and uses Weather Ball during Primordial Sea, Rain Dance, Desolate Land, or Sunny Day, this move remains Normal type and does not double in power."
18960
+ },
18882
18961
  whirlpool: {
18883
18962
  inherit: true,
18884
18963
  desc: "Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Flip Turn, Parting Shot, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
@@ -19170,8 +19249,8 @@ var _31 = {
19170
19249
  target: "self",
19171
19250
  type: "Psychic",
19172
19251
  zMove: { boost: { spe: 2 } },
19173
- desc: "The user swaps positions with its ally. Fails if the user is the only Pokemon on its side.",
19174
- shortDesc: "The user swaps positions with its ally."
19252
+ desc: "The user swaps positions with its ally. Fails if the user is the only Pokemon on its side. This move has a 1/X chance of being successful, where X starts at 1 and triples each time this move is successfully used. X resets to 1 if this move fails or if the user's last move used is not Ally Switch.",
19253
+ shortDesc: "User and ally swap positions; using again can fail."
19175
19254
  },
19176
19255
  amnesia: {
19177
19256
  num: 133,
@@ -19548,7 +19627,7 @@ var _31 = {
19548
19627
  type: "Ice",
19549
19628
  zMove: { boost: { spe: 1 } },
19550
19629
  desc: "For 5 turns, the user and its party members take 0.5x damage from physical and special attacks, or 0.66x damage if in a Double Battle; does not reduce damage further with Reflect or Light Screen. Critical hits ignore this protection. It is removed from the user's side if the user or an ally is successfully hit by Brick Break, Psychic Fangs, or Defog. Brick Break and Psychic Fangs remove the effect before damage is calculated. Lasts for 8 turns if the user is holding Light Clay. Fails unless the weather is Hail.",
19551
- shortDesc: "For 5 turns, damage to allies is halved. Hail only."
19630
+ shortDesc: "For 5 turns, damage to allies halved. Snow only."
19552
19631
  },
19553
19632
  autotomize: {
19554
19633
  num: 475,
@@ -19765,7 +19844,7 @@ var _31 = {
19765
19844
  secondary: null,
19766
19845
  target: "normal",
19767
19846
  type: "Steel",
19768
- shortDesc: "Damage doubles if the target is Dynamaxed."
19847
+ shortDesc: "No additional effect."
19769
19848
  },
19770
19849
  behemothblade: {
19771
19850
  num: 781,
@@ -19779,7 +19858,7 @@ var _31 = {
19779
19858
  secondary: null,
19780
19859
  target: "normal",
19781
19860
  type: "Steel",
19782
- shortDesc: "Damage doubles if the target is Dynamaxed."
19861
+ shortDesc: "No additional effect."
19783
19862
  },
19784
19863
  belch: {
19785
19864
  num: 562,
@@ -20007,8 +20086,8 @@ var _31 = {
20007
20086
  secondary: { chance: 10, status: "frz" },
20008
20087
  target: "allAdjacentFoes",
20009
20088
  type: "Ice",
20010
- desc: "Has a 10% chance to freeze the target. If the weather is Hail, this move does not check accuracy.",
20011
- shortDesc: "10% chance to freeze foe(s). Can't miss in hail."
20089
+ desc: "Has a 10% chance to freeze the target. If the weather is Snow, this move does not check accuracy.",
20090
+ shortDesc: "10% chance to freeze foe(s). Can't miss in Snow."
20012
20091
  },
20013
20092
  block: {
20014
20093
  num: 335,
@@ -20489,7 +20568,7 @@ var _31 = {
20489
20568
  secondary: null,
20490
20569
  target: "normal",
20491
20570
  type: "Fire",
20492
- desc: "Fails unless the user is a Fire type. If this move is successful, the user's Fire type becomes typeless as long as it remains active.",
20571
+ desc: "Fails unless the user is a Fire type. If this move is successful and the user is not Terastallized, the user's Fire type becomes typeless as long as it remains active.",
20493
20572
  shortDesc: "User's Fire type becomes typeless; must be Fire."
20494
20573
  },
20495
20574
  buzzybuzz: {
@@ -20624,7 +20703,7 @@ var _31 = {
20624
20703
  target: "self",
20625
20704
  type: "Electric",
20626
20705
  zMove: { boost: { spd: 1 } },
20627
- desc: "Raises the user's Special Defense by 1 stage. The user's next Electric-type attack will have its power doubled.",
20706
+ desc: "Raises the user's Special Defense by 1 stage. The user's next Electric-type attack will have its power doubled; the effect ends when the user is no longer active, or after the user attempts to use any Electric-type move besides Charge, even if it is not successful.",
20628
20707
  shortDesc: "+1 SpD, user's next Electric move 2x power."
20629
20708
  },
20630
20709
  chargebeam: {
@@ -21839,7 +21918,7 @@ var _31 = {
21839
21918
  secondary: null,
21840
21919
  target: "normal",
21841
21920
  type: "Electric",
21842
- desc: "Fails unless the user is an Electric type. If this move is successful, the user's Electric type becomes typeless as long as it remains active.",
21921
+ desc: "Fails unless the user is an Electric type. If this move is successful and the user is not Terastallized, the user's Electric type becomes typeless as long as it remains active.",
21843
21922
  shortDesc: "User's Electric type: typeless; must be Electric."
21844
21923
  },
21845
21924
  doubleslap: {
@@ -22201,7 +22280,7 @@ var _31 = {
22201
22280
  secondary: null,
22202
22281
  target: "normal",
22203
22282
  type: "Dragon",
22204
- shortDesc: "Damage doubles if the target is Dynamaxed."
22283
+ shortDesc: "No additional effect."
22205
22284
  },
22206
22285
  dynamicpunch: {
22207
22286
  num: 223,
@@ -26896,7 +26975,7 @@ var _31 = {
26896
26975
  secondary: null,
26897
26976
  target: "normal",
26898
26977
  type: "Psychic",
26899
- desc: "Causes the target to become a Psychic type. Fails if the target is an Arceus or a Silvally, or if the target is already purely Psychic type.",
26978
+ desc: "Causes the target to become a Psychic type. Fails if the target is an Arceus or a Silvally, if the target is already purely Psychic type, or if the target is Terastallized.",
26900
26979
  shortDesc: "Changes the target's type to Psychic."
26901
26980
  },
26902
26981
  magicroom: {
@@ -28068,7 +28147,7 @@ var _31 = {
28068
28147
  target: "self",
28069
28148
  type: "Fairy",
28070
28149
  zMove: { effect: "clearnegativeboost" },
28071
- desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down.",
28150
+ desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Primordial Sea, Rain Dance, Sandstorm, or Snow, all rounded half down.",
28072
28151
  shortDesc: "Heals the user by a weather-dependent amount."
28073
28152
  },
28074
28153
  morningsun: {
@@ -28084,7 +28163,7 @@ var _31 = {
28084
28163
  target: "self",
28085
28164
  type: "Normal",
28086
28165
  zMove: { effect: "clearnegativeboost" },
28087
- desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down.",
28166
+ desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Primordial Sea, Rain Dance, Sandstorm, or Snow, all rounded half down.",
28088
28167
  shortDesc: "Heals the user by a weather-dependent amount."
28089
28168
  },
28090
28169
  mortalspin: {
@@ -29974,7 +30053,7 @@ var _31 = {
29974
30053
  target: "normal",
29975
30054
  type: "Normal",
29976
30055
  zMove: { boost: { spa: 1 } },
29977
- desc: "Causes the user's types to become the same as the current types of the target. If the target's current types include typeless and a non-added type, typeless is ignored. If the target's current types include typeless and an added type from Forest's Curse or Trick-or-Treat, typeless is copied as the Normal type instead. Fails if the user is an Arceus or a Silvally, or if the target's current type is typeless alone.",
30056
+ desc: "Causes the user's types to become the same as the current types of the target. If the target's current types include typeless and a non-added type, typeless is ignored. If the target's current types include typeless and an added type from Forest's Curse or Trick-or-Treat, typeless is copied as the Normal type instead. Fails if the user is an Arceus or a Silvally, if the user is Terastallized, or if the target's current type is typeless alone.",
29978
30057
  shortDesc: "User becomes the same type as the target."
29979
30058
  },
29980
30059
  refresh: {
@@ -30370,7 +30449,7 @@ var _31 = {
30370
30449
  target: "self",
30371
30450
  type: "Flying",
30372
30451
  zMove: { effect: "clearnegativeboost" },
30373
- desc: "The user restores 1/2 of its maximum HP, rounded half up. Until the end of the turn, Flying-type users lose their Flying type and pure Flying-type users become Normal type. Does nothing if the user's HP is full.",
30452
+ desc: "The user restores 1/2 of its maximum HP, rounded half up. If the user is not Terastallized, until the end of the turn Flying-type users lose their Flying type and pure Flying-type users become Normal type. Does nothing if the user's HP is full.",
30374
30453
  shortDesc: "Heals 50% HP. Flying-type removed 'til turn ends."
30375
30454
  },
30376
30455
  rototiller: {
@@ -30484,7 +30563,7 @@ var _31 = {
30484
30563
  pp: 15,
30485
30564
  priority: 0,
30486
30565
  flags: { protect: 1, mirror: 1 },
30487
- condition: { onResidualOrder: 13 },
30566
+ condition: { noCopy: true, onResidualOrder: 13 },
30488
30567
  secondary: { chance: 100, volatileStatus: "saltcure" },
30489
30568
  target: "normal",
30490
30569
  type: "Rock",
@@ -31686,7 +31765,7 @@ var _31 = {
31686
31765
  target: "normal",
31687
31766
  type: "Water",
31688
31767
  zMove: { boost: { spa: 1 } },
31689
- desc: "Causes the target to become a Water type. Fails if the target is an Arceus or a Silvally, or if the target is already purely Water type.",
31768
+ desc: "Causes the target to become a Water type. Fails if the target is an Arceus or a Silvally, if the target is already purely Water type, or if the target is Terastallized.",
31690
31769
  shortDesc: "Changes the target's type to Water."
31691
31770
  },
31692
31771
  softboiled: {
@@ -31718,7 +31797,7 @@ var _31 = {
31718
31797
  secondary: null,
31719
31798
  target: "normal",
31720
31799
  type: "Grass",
31721
- desc: "This attack charges on the first turn and executes on the second. Power is halved if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn. If the user is holding Utility Umbrella and the weather is Desolate Land or Sunny Day, the move still requires a turn to charge.",
31800
+ desc: "This attack charges on the first turn and executes on the second. Power is halved if the weather is Primordial Sea, Rain Dance, Sandstorm, or Snow and the user is not holding Utility Umbrella. If the user is holding a Power Herb or the weather is Desolate Land or Sunny Day, the move completes in one turn. If the user is holding Utility Umbrella and the weather is Desolate Land or Sunny Day, the move still requires a turn to charge.",
31722
31801
  shortDesc: "Charges turn 1. Hits turn 2. No charge in sunlight."
31723
31802
  },
31724
31803
  solarblade: {
@@ -32862,7 +32941,7 @@ var _31 = {
32862
32941
  target: "self",
32863
32942
  type: "Grass",
32864
32943
  zMove: { effect: "clearnegativeboost" },
32865
- desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Hail, Primordial Sea, Rain Dance, or Sandstorm, all rounded half down.",
32944
+ desc: "The user restores 1/2 of its maximum HP if Delta Stream or no weather conditions are in effect or if the user is holding Utility Umbrella, 2/3 of its maximum HP if the weather is Desolate Land or Sunny Day, and 1/4 of its maximum HP if the weather is Primordial Sea, Rain Dance, Sandstorm, or Snow, all rounded half down.",
32866
32945
  shortDesc: "Heals the user by a weather-dependent amount."
32867
32946
  },
32868
32947
  tackle: {
@@ -34185,7 +34264,7 @@ var _31 = {
34185
34264
  type: "Normal",
34186
34265
  zMove: { basePower: 160 },
34187
34266
  maxMove: { basePower: 130 },
34188
- desc: "Power doubles if a weather condition other than Delta Stream is active, and this move's type changes to match. Ice type during Hail, Water type during Primordial Sea or Rain Dance, Rock type during Sandstorm, and Fire type during Desolate Land or Sunny Day. If the user is holding Utility Umbrella and uses Weather Ball during Primordial Sea, Rain Dance, Desolate Land, or Sunny Day, the move is still Normal-type and does not have a base power boost.",
34267
+ desc: "Power doubles if a weather condition other than Delta Stream is active, and this move's type changes to match. Ice type during Snow, Water type during Primordial Sea or Rain Dance, Rock type during Sandstorm, and Fire type during Desolate Land or Sunny Day. If the user is holding Utility Umbrella and uses Weather Ball during Primordial Sea, Rain Dance, Desolate Land, or Sunny Day, this move remains Normal type and does not double in power.",
34189
34268
  shortDesc: "Power doubles and type varies in each weather."
34190
34269
  },
34191
34270
  whirlpool: {
@@ -41423,23 +41502,23 @@ var _40 = {
41423
41502
  abilities: { "0": "Intimidate", "1": "Anger Point", H: "Sheer Force" },
41424
41503
  weightkg: 88.4,
41425
41504
  otherFormes: [
41426
- "Tauros-Paldea",
41427
- "Tauros-Paldea-Fire",
41428
- "Tauros-Paldea-Water"
41505
+ "Tauros-Paldea-Combat",
41506
+ "Tauros-Paldea-Blaze",
41507
+ "Tauros-Paldea-Aqua"
41429
41508
  ],
41430
41509
  formeOrder: [
41431
41510
  "Tauros",
41432
- "Tauros-Paldea",
41433
- "Tauros-Paldea-Fire",
41434
- "Tauros-Paldea-Water"
41511
+ "Tauros-Paldea-Combat",
41512
+ "Tauros-Paldea-Blaze",
41513
+ "Tauros-Paldea-Aqua"
41435
41514
  ],
41436
41515
  eggGroups: ["Field"]
41437
41516
  },
41438
- taurospaldea: {
41517
+ taurospaldeacombat: {
41439
41518
  num: 128,
41440
- name: "Tauros-Paldea",
41519
+ name: "Tauros-Paldea-Combat",
41441
41520
  baseSpecies: "Tauros",
41442
- forme: "Paldea",
41521
+ forme: "Paldea-Combat",
41443
41522
  types: ["Fighting"],
41444
41523
  gender: "M",
41445
41524
  baseStats: {
@@ -41454,11 +41533,11 @@ var _40 = {
41454
41533
  weightkg: 88.4,
41455
41534
  eggGroups: ["Field"]
41456
41535
  },
41457
- taurospaldeafire: {
41536
+ taurospaldeablaze: {
41458
41537
  num: 128,
41459
- name: "Tauros-Paldea-Fire",
41538
+ name: "Tauros-Paldea-Blaze",
41460
41539
  baseSpecies: "Tauros",
41461
- forme: "Paldea-Fire",
41540
+ forme: "Paldea-Blaze",
41462
41541
  types: ["Fighting", "Fire"],
41463
41542
  gender: "M",
41464
41543
  baseStats: {
@@ -41473,11 +41552,11 @@ var _40 = {
41473
41552
  weightkg: 88.4,
41474
41553
  eggGroups: ["Field"]
41475
41554
  },
41476
- taurospaldeawater: {
41555
+ taurospaldeaaqua: {
41477
41556
  num: 128,
41478
- name: "Tauros-Paldea-Water",
41557
+ name: "Tauros-Paldea-Aqua",
41479
41558
  baseSpecies: "Tauros",
41480
- forme: "Paldea-Water",
41559
+ forme: "Paldea-Aqua",
41481
41560
  types: ["Fighting", "Water"],
41482
41561
  gender: "M",
41483
41562
  baseStats: {
@@ -61570,7 +61649,7 @@ var _40 = {
61570
61649
  atk: 35,
61571
61650
  def: 30,
61572
61651
  spa: 55,
61573
- spd: 40,
61652
+ spd: 30,
61574
61653
  spe: 75
61575
61654
  },
61576
61655
  abilities: { "0": "Anticipation", "1": "Frisk", H: "Speed Boost" },
@@ -62136,7 +62215,7 @@ var _40 = {
62136
62215
  },
62137
62216
  abilities: { "0": "Protosynthesis" },
62138
62217
  weightkg: 320,
62139
- tags: ["Sub-Legendary", "Paradox"],
62218
+ tags: ["Paradox"],
62140
62219
  eggGroups: ["Undiscovered"]
62141
62220
  },
62142
62221
  screamtail: {
@@ -62154,7 +62233,7 @@ var _40 = {
62154
62233
  },
62155
62234
  abilities: { "0": "Protosynthesis" },
62156
62235
  weightkg: 8,
62157
- tags: ["Sub-Legendary", "Paradox"],
62236
+ tags: ["Paradox"],
62158
62237
  eggGroups: ["Undiscovered"]
62159
62238
  },
62160
62239
  brutebonnet: {
@@ -62172,7 +62251,7 @@ var _40 = {
62172
62251
  },
62173
62252
  abilities: { "0": "Protosynthesis" },
62174
62253
  weightkg: 21,
62175
- tags: ["Sub-Legendary", "Paradox"],
62254
+ tags: ["Paradox"],
62176
62255
  eggGroups: ["Undiscovered"]
62177
62256
  },
62178
62257
  fluttermane: {
@@ -62190,7 +62269,7 @@ var _40 = {
62190
62269
  },
62191
62270
  abilities: { "0": "Protosynthesis" },
62192
62271
  weightkg: 4,
62193
- tags: ["Sub-Legendary", "Paradox"],
62272
+ tags: ["Paradox"],
62194
62273
  eggGroups: ["Undiscovered"]
62195
62274
  },
62196
62275
  slitherwing: {
@@ -62208,7 +62287,7 @@ var _40 = {
62208
62287
  },
62209
62288
  abilities: { "0": "Protosynthesis" },
62210
62289
  weightkg: 92,
62211
- tags: ["Sub-Legendary", "Paradox"],
62290
+ tags: ["Paradox"],
62212
62291
  eggGroups: ["Undiscovered"]
62213
62292
  },
62214
62293
  sandyshocks: {
@@ -62226,7 +62305,7 @@ var _40 = {
62226
62305
  },
62227
62306
  abilities: { "0": "Protosynthesis" },
62228
62307
  weightkg: 60,
62229
- tags: ["Sub-Legendary", "Paradox"],
62308
+ tags: ["Paradox"],
62230
62309
  eggGroups: ["Undiscovered"]
62231
62310
  },
62232
62311
  irontreads: {
@@ -62244,7 +62323,7 @@ var _40 = {
62244
62323
  },
62245
62324
  abilities: { "0": "Quark Drive" },
62246
62325
  weightkg: 240,
62247
- tags: ["Sub-Legendary", "Paradox"],
62326
+ tags: ["Paradox"],
62248
62327
  eggGroups: ["Undiscovered"]
62249
62328
  },
62250
62329
  ironbundle: {
@@ -62262,7 +62341,7 @@ var _40 = {
62262
62341
  },
62263
62342
  abilities: { "0": "Quark Drive" },
62264
62343
  weightkg: 11,
62265
- tags: ["Sub-Legendary", "Paradox"],
62344
+ tags: ["Paradox"],
62266
62345
  eggGroups: ["Undiscovered"]
62267
62346
  },
62268
62347
  ironhands: {
@@ -62280,7 +62359,7 @@ var _40 = {
62280
62359
  },
62281
62360
  abilities: { "0": "Quark Drive" },
62282
62361
  weightkg: 380.7,
62283
- tags: ["Sub-Legendary", "Paradox"],
62362
+ tags: ["Paradox"],
62284
62363
  eggGroups: ["Undiscovered"]
62285
62364
  },
62286
62365
  ironjugulis: {
@@ -62298,7 +62377,7 @@ var _40 = {
62298
62377
  },
62299
62378
  abilities: { "0": "Quark Drive" },
62300
62379
  weightkg: 111,
62301
- tags: ["Sub-Legendary", "Paradox"],
62380
+ tags: ["Paradox"],
62302
62381
  eggGroups: ["Undiscovered"]
62303
62382
  },
62304
62383
  ironmoth: {
@@ -62316,7 +62395,7 @@ var _40 = {
62316
62395
  },
62317
62396
  abilities: { "0": "Quark Drive" },
62318
62397
  weightkg: 36,
62319
- tags: ["Sub-Legendary", "Paradox"],
62398
+ tags: ["Paradox"],
62320
62399
  eggGroups: ["Undiscovered"]
62321
62400
  },
62322
62401
  ironthorns: {
@@ -62334,7 +62413,7 @@ var _40 = {
62334
62413
  },
62335
62414
  abilities: { "0": "Quark Drive" },
62336
62415
  weightkg: 303,
62337
- tags: ["Sub-Legendary", "Paradox"],
62416
+ tags: ["Paradox"],
62338
62417
  eggGroups: ["Undiscovered"]
62339
62418
  },
62340
62419
  frigibax: {
@@ -62539,7 +62618,7 @@ var _40 = {
62539
62618
  },
62540
62619
  abilities: { "0": "Protosynthesis" },
62541
62620
  weightkg: 380,
62542
- tags: ["Sub-Legendary", "Paradox"],
62621
+ tags: ["Paradox"],
62543
62622
  eggGroups: ["Undiscovered"]
62544
62623
  },
62545
62624
  ironvaliant: {
@@ -62557,7 +62636,7 @@ var _40 = {
62557
62636
  },
62558
62637
  abilities: { "0": "Quark Drive" },
62559
62638
  weightkg: 35,
62560
- tags: ["Sub-Legendary", "Paradox"],
62639
+ tags: ["Paradox"],
62561
62640
  eggGroups: ["Undiscovered"]
62562
62641
  },
62563
62642
  koraidon: {
@@ -66815,7 +66894,7 @@ var _50 = {
66815
66894
  regirock: { tier: "NU", doublesTier: "DUU" },
66816
66895
  regice: { tier: "NU", doublesTier: "DUU" },
66817
66896
  registeel: { tier: "UU", doublesTier: "DUU" },
66818
- latias: { tier: "OU", doublesTier: "DUU" },
66897
+ latias: { tier: "(OU)", doublesTier: "DUU" },
66819
66898
  latios: { tier: "OU", doublesTier: "DOU" },
66820
66899
  kyogre: { tier: "Uber", doublesTier: "DUber" },
66821
66900
  groudon: { tier: "Uber", doublesTier: "DUber" },
@@ -70574,9 +70653,9 @@ var _54 = {
70574
70653
  pinsir: { isNonstandard: "Past", tier: "Illegal" },
70575
70654
  pinsirmega: { isNonstandard: "Past", tier: "Illegal" },
70576
70655
  tauros: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70577
- taurospaldea: { tier: "RU", doublesTier: "(DUU)" },
70578
- taurospaldeafire: { tier: "RU", doublesTier: "(DUU)" },
70579
- taurospaldeawater: { tier: "UU", doublesTier: "(DUU)" },
70656
+ taurospaldeacombat: { tier: "RU", doublesTier: "(DUU)" },
70657
+ taurospaldeablaze: { tier: "RU", doublesTier: "(DUU)" },
70658
+ taurospaldeaaqua: { tier: "UU", doublesTier: "(DUU)" },
70580
70659
  magikarp: { tier: "LC" },
70581
70660
  gyarados: { tier: "UU", doublesTier: "DUU" },
70582
70661
  gyaradosmega: { isNonstandard: "Past", tier: "Illegal" },
@@ -72445,7 +72524,7 @@ var DexLearnsets = class {
72445
72524
  return learnset;
72446
72525
  if (!DATA.Learnsets) {
72447
72526
  try {
72448
- DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-EVTRTXUW.js"))).default;
72527
+ DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-4VDBXDKL.js"))).default;
72449
72528
  } catch (err) {
72450
72529
  DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
72451
72530
  if (!DATA.Learnsets)