@pkmn/dex 0.7.16 → 0.7.17

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."
@@ -8563,7 +8564,7 @@ var _8 = {
8563
8564
  },
8564
8565
  partialtrappinglock: { name: "partialtrappinglock" },
8565
8566
  mustrecharge: { inherit: true, duration: 0 },
8566
- lockedmove: { inherit: true },
8567
+ lockedmove: { name: "lockedmove" },
8567
8568
  twoturnmove: { name: "twoturnmove" },
8568
8569
  invulnerability: { name: "invulnerability" }
8569
8570
  };
@@ -10183,6 +10184,14 @@ var _22 = {
10183
10184
  gen: 2,
10184
10185
  desc: "Holder's Fighting-type attacks have 1.2x power."
10185
10186
  },
10187
+ blackglasses: {
10188
+ name: "Black Glasses",
10189
+ fling: { basePower: 30 },
10190
+ onBasePowerPriority: 15,
10191
+ num: 240,
10192
+ gen: 2,
10193
+ desc: "Holder's Dark-type attacks have 1.2x power."
10194
+ },
10186
10195
  blacksludge: {
10187
10196
  name: "Black Sludge",
10188
10197
  fling: { basePower: 30 },
@@ -10192,14 +10201,6 @@ var _22 = {
10192
10201
  gen: 4,
10193
10202
  desc: "Each turn, if holder is a Poison type, restores 1/16 max HP; loses 1/8 if not."
10194
10203
  },
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
10204
  blastoisinite: {
10204
10205
  name: "Blastoisinite",
10205
10206
  megaStone: "Blastoise-Mega",
@@ -14744,7 +14745,7 @@ var _23 = {
14744
14745
  },
14745
14746
  mirrormove: {
14746
14747
  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."
14748
+ 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
14749
  },
14749
14750
  mist: {
14750
14751
  inherit: true,
@@ -14758,6 +14759,11 @@ var _23 = {
14758
14759
  desc: "Deals damage to the target equal to the user's level. This move ignores type immunity.",
14759
14760
  shortDesc: "Damage = user's level. Can hit Normal types."
14760
14761
  },
14762
+ petaldance: {
14763
+ inherit: true,
14764
+ 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.",
14765
+ shortDesc: "Lasts 3-4 turns. Confuses the user afterwards."
14766
+ },
14761
14767
  poisonsting: {
14762
14768
  inherit: true,
14763
14769
  secondary: { chance: 20, status: "psn" },
@@ -14774,7 +14780,7 @@ var _23 = {
14774
14780
  rage: {
14775
14781
  inherit: true,
14776
14782
  self: { volatileStatus: "rage" },
14777
- condition: { duration: 255, onLockMove: "rage" },
14783
+ condition: { onLockMove: "rage" },
14778
14784
  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
14785
  shortDesc: "Lasts forever. Raises user's Attack by 1 when hit."
14780
14786
  },
@@ -14901,6 +14907,11 @@ var _23 = {
14901
14907
  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
14908
  shortDesc: "Damage = 1/2 target's current HP. Hits Ghosts."
14903
14909
  },
14910
+ thrash: {
14911
+ inherit: true,
14912
+ 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.",
14913
+ shortDesc: "Lasts 3-4 turns. Confuses the user afterwards."
14914
+ },
14904
14915
  thunder: {
14905
14916
  inherit: true,
14906
14917
  secondary: { chance: 10, status: "par" },
@@ -15000,11 +15011,6 @@ var _23 = {
15000
15011
  inherit: true,
15001
15012
  desc: "Raises the user's evasiveness by 1 stage."
15002
15013
  },
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
15014
  pinmissile: {
15009
15015
  inherit: true,
15010
15016
  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 +15037,6 @@ var _23 = {
15031
15037
  inherit: true,
15032
15038
  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
15039
  },
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
15040
  transform: {
15040
15041
  inherit: true,
15041
15042
  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 +15206,7 @@ var _24 = {
15205
15206
  mirrormove: {
15206
15207
  inherit: true,
15207
15208
  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."
15209
+ 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
15210
  },
15210
15211
  mist: {
15211
15212
  num: 54,
@@ -18582,11 +18583,11 @@ var _29 = {
18582
18583
  },
18583
18584
  solarbeam: {
18584
18585
  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."
18586
+ 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
18587
  },
18587
18588
  solarblade: {
18588
18589
  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."
18590
+ 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
18591
  },
18591
18592
  spikyshield: {
18592
18593
  inherit: true,
@@ -18631,13 +18632,26 @@ var _29 = {
18631
18632
  };
18632
18633
  var _30 = {
18633
18634
  aeroblast: { inherit: true, isNonstandard: null },
18634
- allyswitch: { inherit: true, stallingMove: false },
18635
+ allyswitch: {
18636
+ inherit: true,
18637
+ stallingMove: false,
18638
+ desc: "The user swaps positions with its ally. Fails if the user is the only Pokemon on its side.",
18639
+ shortDesc: "The user swaps positions with its ally."
18640
+ },
18635
18641
  anchorshot: { inherit: true, isNonstandard: null },
18636
18642
  aromatherapy: { inherit: true, isNonstandard: null },
18637
18643
  aurawheel: { inherit: true, isNonstandard: null },
18638
- auroraveil: { inherit: true },
18644
+ auroraveil: {
18645
+ inherit: true,
18646
+ 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.",
18647
+ shortDesc: "For 5 turns, damage to allies is halved. Hail only."
18648
+ },
18639
18649
  autotomize: { inherit: true, isNonstandard: null },
18640
- blizzard: { inherit: true },
18650
+ blizzard: {
18651
+ inherit: true,
18652
+ desc: "Has a 10% chance to freeze the target. If the weather is Hail, this move does not check accuracy.",
18653
+ shortDesc: "10% chance to freeze foe(s). Can't miss in Hail."
18654
+ },
18641
18655
  blueflare: { inherit: true, isNonstandard: null },
18642
18656
  boltbeak: { inherit: true, isNonstandard: null },
18643
18657
  boltstrike: { inherit: true, isNonstandard: null },
@@ -18671,6 +18685,7 @@ var _30 = {
18671
18685
  fishiousrend: { inherit: true, isNonstandard: null },
18672
18686
  floralhealing: { inherit: true, isNonstandard: null },
18673
18687
  flowershield: { inherit: true, isNonstandard: null },
18688
+ fly: { inherit: true },
18674
18689
  forestscurse: { inherit: true, isNonstandard: null },
18675
18690
  freezeshock: { inherit: true, isNonstandard: null },
18676
18691
  fusionbolt: { inherit: true, isNonstandard: null },
@@ -18752,7 +18767,11 @@ var _30 = {
18752
18767
  revelationdance: { inherit: true, isNonstandard: "Past" },
18753
18768
  revenge: { inherit: true, isNonstandard: null },
18754
18769
  rockwrecker: { inherit: true, isNonstandard: null },
18755
- roost: { inherit: true, pp: 10 },
18770
+ roost: {
18771
+ inherit: true,
18772
+ pp: 10,
18773
+ 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."
18774
+ },
18756
18775
  sacredfire: { inherit: true, isNonstandard: null },
18757
18776
  searingshot: { inherit: true, isNonstandard: null },
18758
18777
  secretsword: { inherit: true, isNonstandard: null },
@@ -18791,10 +18810,22 @@ var _30 = {
18791
18810
  inherit: true,
18792
18811
  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
18812
  },
18813
+ behemothbash: {
18814
+ inherit: true,
18815
+ shortDesc: "Damage doubles if the target is Dynamaxed."
18816
+ },
18817
+ behemothblade: {
18818
+ inherit: true,
18819
+ shortDesc: "Damage doubles if the target is Dynamaxed."
18820
+ },
18794
18821
  bind: {
18795
18822
  inherit: true,
18796
18823
  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
18824
  },
18825
+ burnup: {
18826
+ inherit: true,
18827
+ 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."
18828
+ },
18798
18829
  clamp: {
18799
18830
  inherit: true,
18800
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."
@@ -18803,6 +18834,10 @@ var _30 = {
18803
18834
  inherit: true,
18804
18835
  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
18836
  },
18837
+ dynamaxcannon: {
18838
+ inherit: true,
18839
+ shortDesc: "Damage doubles if the target is Dynamaxed."
18840
+ },
18806
18841
  endure: {
18807
18842
  inherit: true,
18808
18843
  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 +18862,10 @@ var _30 = {
18827
18862
  inherit: true,
18828
18863
  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
18864
  },
18865
+ magicpowder: {
18866
+ inherit: true,
18867
+ 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."
18868
+ },
18830
18869
  magmastorm: {
18831
18870
  inherit: true,
18832
18871
  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 +18874,14 @@ var _30 = {
18835
18874
  inherit: true,
18836
18875
  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
18876
  },
18877
+ moonlight: {
18878
+ inherit: true,
18879
+ 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."
18880
+ },
18881
+ morningsun: {
18882
+ inherit: true,
18883
+ 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."
18884
+ },
18838
18885
  protect: {
18839
18886
  inherit: true,
18840
18887
  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 +18890,10 @@ var _30 = {
18843
18890
  inherit: true,
18844
18891
  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
18892
  },
18893
+ reflecttype: {
18894
+ inherit: true,
18895
+ 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."
18896
+ },
18846
18897
  roleplay: {
18847
18898
  inherit: true,
18848
18899
  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 +18906,18 @@ var _30 = {
18855
18906
  inherit: true,
18856
18907
  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
18908
  },
18909
+ soak: {
18910
+ inherit: true,
18911
+ 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."
18912
+ },
18913
+ solarbeam: {
18914
+ inherit: true,
18915
+ 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."
18916
+ },
18917
+ solarblade: {
18918
+ inherit: true,
18919
+ 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."
18920
+ },
18858
18921
  spikes: {
18859
18922
  inherit: true,
18860
18923
  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 +18934,10 @@ var _30 = {
18871
18934
  inherit: true,
18872
18935
  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
18936
  },
18937
+ synthesis: {
18938
+ inherit: true,
18939
+ 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."
18940
+ },
18874
18941
  thundercage: {
18875
18942
  inherit: true,
18876
18943
  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 +18946,10 @@ var _30 = {
18879
18946
  inherit: true,
18880
18947
  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
18948
  },
18949
+ weatherball: {
18950
+ inherit: true,
18951
+ 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."
18952
+ },
18882
18953
  whirlpool: {
18883
18954
  inherit: true,
18884
18955
  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 +19241,8 @@ var _31 = {
19170
19241
  target: "self",
19171
19242
  type: "Psychic",
19172
19243
  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."
19244
+ 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.",
19245
+ shortDesc: "User and ally swap positions; using again can fail."
19175
19246
  },
19176
19247
  amnesia: {
19177
19248
  num: 133,
@@ -19548,7 +19619,7 @@ var _31 = {
19548
19619
  type: "Ice",
19549
19620
  zMove: { boost: { spe: 1 } },
19550
19621
  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."
19622
+ shortDesc: "For 5 turns, damage to allies halved. Snow only."
19552
19623
  },
19553
19624
  autotomize: {
19554
19625
  num: 475,
@@ -19765,7 +19836,7 @@ var _31 = {
19765
19836
  secondary: null,
19766
19837
  target: "normal",
19767
19838
  type: "Steel",
19768
- shortDesc: "Damage doubles if the target is Dynamaxed."
19839
+ shortDesc: "No additional effect."
19769
19840
  },
19770
19841
  behemothblade: {
19771
19842
  num: 781,
@@ -19779,7 +19850,7 @@ var _31 = {
19779
19850
  secondary: null,
19780
19851
  target: "normal",
19781
19852
  type: "Steel",
19782
- shortDesc: "Damage doubles if the target is Dynamaxed."
19853
+ shortDesc: "No additional effect."
19783
19854
  },
19784
19855
  belch: {
19785
19856
  num: 562,
@@ -20007,8 +20078,8 @@ var _31 = {
20007
20078
  secondary: { chance: 10, status: "frz" },
20008
20079
  target: "allAdjacentFoes",
20009
20080
  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."
20081
+ desc: "Has a 10% chance to freeze the target. If the weather is Snow, this move does not check accuracy.",
20082
+ shortDesc: "10% chance to freeze foe(s). Can't miss in Snow."
20012
20083
  },
20013
20084
  block: {
20014
20085
  num: 335,
@@ -20489,7 +20560,7 @@ var _31 = {
20489
20560
  secondary: null,
20490
20561
  target: "normal",
20491
20562
  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.",
20563
+ 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
20564
  shortDesc: "User's Fire type becomes typeless; must be Fire."
20494
20565
  },
20495
20566
  buzzybuzz: {
@@ -20624,7 +20695,7 @@ var _31 = {
20624
20695
  target: "self",
20625
20696
  type: "Electric",
20626
20697
  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.",
20698
+ 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
20699
  shortDesc: "+1 SpD, user's next Electric move 2x power."
20629
20700
  },
20630
20701
  chargebeam: {
@@ -21839,7 +21910,7 @@ var _31 = {
21839
21910
  secondary: null,
21840
21911
  target: "normal",
21841
21912
  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.",
21913
+ 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
21914
  shortDesc: "User's Electric type: typeless; must be Electric."
21844
21915
  },
21845
21916
  doubleslap: {
@@ -22201,7 +22272,7 @@ var _31 = {
22201
22272
  secondary: null,
22202
22273
  target: "normal",
22203
22274
  type: "Dragon",
22204
- shortDesc: "Damage doubles if the target is Dynamaxed."
22275
+ shortDesc: "No additional effect."
22205
22276
  },
22206
22277
  dynamicpunch: {
22207
22278
  num: 223,
@@ -26896,7 +26967,7 @@ var _31 = {
26896
26967
  secondary: null,
26897
26968
  target: "normal",
26898
26969
  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.",
26970
+ 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
26971
  shortDesc: "Changes the target's type to Psychic."
26901
26972
  },
26902
26973
  magicroom: {
@@ -28068,7 +28139,7 @@ var _31 = {
28068
28139
  target: "self",
28069
28140
  type: "Fairy",
28070
28141
  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.",
28142
+ 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
28143
  shortDesc: "Heals the user by a weather-dependent amount."
28073
28144
  },
28074
28145
  morningsun: {
@@ -28084,7 +28155,7 @@ var _31 = {
28084
28155
  target: "self",
28085
28156
  type: "Normal",
28086
28157
  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.",
28158
+ 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
28159
  shortDesc: "Heals the user by a weather-dependent amount."
28089
28160
  },
28090
28161
  mortalspin: {
@@ -29974,7 +30045,7 @@ var _31 = {
29974
30045
  target: "normal",
29975
30046
  type: "Normal",
29976
30047
  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.",
30048
+ 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
30049
  shortDesc: "User becomes the same type as the target."
29979
30050
  },
29980
30051
  refresh: {
@@ -30370,7 +30441,7 @@ var _31 = {
30370
30441
  target: "self",
30371
30442
  type: "Flying",
30372
30443
  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.",
30444
+ 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
30445
  shortDesc: "Heals 50% HP. Flying-type removed 'til turn ends."
30375
30446
  },
30376
30447
  rototiller: {
@@ -30484,7 +30555,7 @@ var _31 = {
30484
30555
  pp: 15,
30485
30556
  priority: 0,
30486
30557
  flags: { protect: 1, mirror: 1 },
30487
- condition: { onResidualOrder: 13 },
30558
+ condition: { noCopy: true, onResidualOrder: 13 },
30488
30559
  secondary: { chance: 100, volatileStatus: "saltcure" },
30489
30560
  target: "normal",
30490
30561
  type: "Rock",
@@ -31686,7 +31757,7 @@ var _31 = {
31686
31757
  target: "normal",
31687
31758
  type: "Water",
31688
31759
  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.",
31760
+ 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
31761
  shortDesc: "Changes the target's type to Water."
31691
31762
  },
31692
31763
  softboiled: {
@@ -31718,7 +31789,7 @@ var _31 = {
31718
31789
  secondary: null,
31719
31790
  target: "normal",
31720
31791
  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.",
31792
+ 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
31793
  shortDesc: "Charges turn 1. Hits turn 2. No charge in sunlight."
31723
31794
  },
31724
31795
  solarblade: {
@@ -32862,7 +32933,7 @@ var _31 = {
32862
32933
  target: "self",
32863
32934
  type: "Grass",
32864
32935
  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.",
32936
+ 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
32937
  shortDesc: "Heals the user by a weather-dependent amount."
32867
32938
  },
32868
32939
  tackle: {
@@ -34185,7 +34256,7 @@ var _31 = {
34185
34256
  type: "Normal",
34186
34257
  zMove: { basePower: 160 },
34187
34258
  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.",
34259
+ 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
34260
  shortDesc: "Power doubles and type varies in each weather."
34190
34261
  },
34191
34262
  whirlpool: {
@@ -61570,7 +61641,7 @@ var _40 = {
61570
61641
  atk: 35,
61571
61642
  def: 30,
61572
61643
  spa: 55,
61573
- spd: 40,
61644
+ spd: 30,
61574
61645
  spe: 75
61575
61646
  },
61576
61647
  abilities: { "0": "Anticipation", "1": "Frisk", H: "Speed Boost" },
@@ -62136,7 +62207,7 @@ var _40 = {
62136
62207
  },
62137
62208
  abilities: { "0": "Protosynthesis" },
62138
62209
  weightkg: 320,
62139
- tags: ["Sub-Legendary", "Paradox"],
62210
+ tags: ["Paradox"],
62140
62211
  eggGroups: ["Undiscovered"]
62141
62212
  },
62142
62213
  screamtail: {
@@ -62154,7 +62225,7 @@ var _40 = {
62154
62225
  },
62155
62226
  abilities: { "0": "Protosynthesis" },
62156
62227
  weightkg: 8,
62157
- tags: ["Sub-Legendary", "Paradox"],
62228
+ tags: ["Paradox"],
62158
62229
  eggGroups: ["Undiscovered"]
62159
62230
  },
62160
62231
  brutebonnet: {
@@ -62172,7 +62243,7 @@ var _40 = {
62172
62243
  },
62173
62244
  abilities: { "0": "Protosynthesis" },
62174
62245
  weightkg: 21,
62175
- tags: ["Sub-Legendary", "Paradox"],
62246
+ tags: ["Paradox"],
62176
62247
  eggGroups: ["Undiscovered"]
62177
62248
  },
62178
62249
  fluttermane: {
@@ -62190,7 +62261,7 @@ var _40 = {
62190
62261
  },
62191
62262
  abilities: { "0": "Protosynthesis" },
62192
62263
  weightkg: 4,
62193
- tags: ["Sub-Legendary", "Paradox"],
62264
+ tags: ["Paradox"],
62194
62265
  eggGroups: ["Undiscovered"]
62195
62266
  },
62196
62267
  slitherwing: {
@@ -62208,7 +62279,7 @@ var _40 = {
62208
62279
  },
62209
62280
  abilities: { "0": "Protosynthesis" },
62210
62281
  weightkg: 92,
62211
- tags: ["Sub-Legendary", "Paradox"],
62282
+ tags: ["Paradox"],
62212
62283
  eggGroups: ["Undiscovered"]
62213
62284
  },
62214
62285
  sandyshocks: {
@@ -62226,7 +62297,7 @@ var _40 = {
62226
62297
  },
62227
62298
  abilities: { "0": "Protosynthesis" },
62228
62299
  weightkg: 60,
62229
- tags: ["Sub-Legendary", "Paradox"],
62300
+ tags: ["Paradox"],
62230
62301
  eggGroups: ["Undiscovered"]
62231
62302
  },
62232
62303
  irontreads: {
@@ -62244,7 +62315,7 @@ var _40 = {
62244
62315
  },
62245
62316
  abilities: { "0": "Quark Drive" },
62246
62317
  weightkg: 240,
62247
- tags: ["Sub-Legendary", "Paradox"],
62318
+ tags: ["Paradox"],
62248
62319
  eggGroups: ["Undiscovered"]
62249
62320
  },
62250
62321
  ironbundle: {
@@ -62262,7 +62333,7 @@ var _40 = {
62262
62333
  },
62263
62334
  abilities: { "0": "Quark Drive" },
62264
62335
  weightkg: 11,
62265
- tags: ["Sub-Legendary", "Paradox"],
62336
+ tags: ["Paradox"],
62266
62337
  eggGroups: ["Undiscovered"]
62267
62338
  },
62268
62339
  ironhands: {
@@ -62280,7 +62351,7 @@ var _40 = {
62280
62351
  },
62281
62352
  abilities: { "0": "Quark Drive" },
62282
62353
  weightkg: 380.7,
62283
- tags: ["Sub-Legendary", "Paradox"],
62354
+ tags: ["Paradox"],
62284
62355
  eggGroups: ["Undiscovered"]
62285
62356
  },
62286
62357
  ironjugulis: {
@@ -62298,7 +62369,7 @@ var _40 = {
62298
62369
  },
62299
62370
  abilities: { "0": "Quark Drive" },
62300
62371
  weightkg: 111,
62301
- tags: ["Sub-Legendary", "Paradox"],
62372
+ tags: ["Paradox"],
62302
62373
  eggGroups: ["Undiscovered"]
62303
62374
  },
62304
62375
  ironmoth: {
@@ -62316,7 +62387,7 @@ var _40 = {
62316
62387
  },
62317
62388
  abilities: { "0": "Quark Drive" },
62318
62389
  weightkg: 36,
62319
- tags: ["Sub-Legendary", "Paradox"],
62390
+ tags: ["Paradox"],
62320
62391
  eggGroups: ["Undiscovered"]
62321
62392
  },
62322
62393
  ironthorns: {
@@ -62334,7 +62405,7 @@ var _40 = {
62334
62405
  },
62335
62406
  abilities: { "0": "Quark Drive" },
62336
62407
  weightkg: 303,
62337
- tags: ["Sub-Legendary", "Paradox"],
62408
+ tags: ["Paradox"],
62338
62409
  eggGroups: ["Undiscovered"]
62339
62410
  },
62340
62411
  frigibax: {
@@ -62539,7 +62610,7 @@ var _40 = {
62539
62610
  },
62540
62611
  abilities: { "0": "Protosynthesis" },
62541
62612
  weightkg: 380,
62542
- tags: ["Sub-Legendary", "Paradox"],
62613
+ tags: ["Paradox"],
62543
62614
  eggGroups: ["Undiscovered"]
62544
62615
  },
62545
62616
  ironvaliant: {
@@ -62557,7 +62628,7 @@ var _40 = {
62557
62628
  },
62558
62629
  abilities: { "0": "Quark Drive" },
62559
62630
  weightkg: 35,
62560
- tags: ["Sub-Legendary", "Paradox"],
62631
+ tags: ["Paradox"],
62561
62632
  eggGroups: ["Undiscovered"]
62562
62633
  },
62563
62634
  koraidon: {
@@ -66815,7 +66886,7 @@ var _50 = {
66815
66886
  regirock: { tier: "NU", doublesTier: "DUU" },
66816
66887
  regice: { tier: "NU", doublesTier: "DUU" },
66817
66888
  registeel: { tier: "UU", doublesTier: "DUU" },
66818
- latias: { tier: "OU", doublesTier: "DUU" },
66889
+ latias: { tier: "(OU)", doublesTier: "DUU" },
66819
66890
  latios: { tier: "OU", doublesTier: "DOU" },
66820
66891
  kyogre: { tier: "Uber", doublesTier: "DUber" },
66821
66892
  groudon: { tier: "Uber", doublesTier: "DUber" },
@@ -72445,7 +72516,7 @@ var DexLearnsets = class {
72445
72516
  return learnset;
72446
72517
  if (!DATA.Learnsets) {
72447
72518
  try {
72448
- DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-EVTRTXUW.js"))).default;
72519
+ DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-UGVQGBK4.js"))).default;
72449
72520
  } catch (err) {
72450
72521
  DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
72451
72522
  if (!DATA.Learnsets)