@pkmn/dex 0.7.10 → 0.7.12

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
@@ -924,7 +924,10 @@ var _6 = {
924
924
  moxie: { inherit: true },
925
925
  multiscale: { inherit: true },
926
926
  multitype: { inherit: true },
927
- mummy: { inherit: true },
927
+ mummy: {
928
+ inherit: true,
929
+ desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Mummy, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities."
930
+ },
928
931
  naturalcure: { inherit: true },
929
932
  neuroforce: { inherit: true },
930
933
  neutralizinggas: { inherit: true },
@@ -949,7 +952,10 @@ var _6 = {
949
952
  poisonpoint: { inherit: true },
950
953
  poisontouch: { inherit: true },
951
954
  powerconstruct: { inherit: true },
952
- powerofalchemy: { inherit: true },
955
+ powerofalchemy: {
956
+ inherit: true,
957
+ desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are 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, and Zen Mode."
958
+ },
953
959
  powerspot: { inherit: true },
954
960
  prankster: { inherit: true },
955
961
  pressure: { inherit: true },
@@ -965,7 +971,10 @@ var _6 = {
965
971
  quickfeet: { inherit: true },
966
972
  raindish: { inherit: true },
967
973
  rattled: { inherit: true },
968
- receiver: { inherit: true },
974
+ receiver: {
975
+ inherit: true,
976
+ desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are 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, and Zen Mode."
977
+ },
969
978
  reckless: { inherit: true },
970
979
  refrigerate: { inherit: true },
971
980
  regenerator: { inherit: true },
@@ -977,7 +986,10 @@ var _6 = {
977
986
  runaway: { inherit: true },
978
987
  sandforce: { inherit: true },
979
988
  sandrush: { inherit: true },
980
- sandspit: { inherit: true },
989
+ sandspit: {
990
+ inherit: true,
991
+ desc: "When this Pokemon is hit by an attack, the effect of Sandstorm begins. This effect comes after the effects of Max and G-Max Moves."
992
+ },
981
993
  sandstream: { inherit: true },
982
994
  sandveil: { inherit: true },
983
995
  sapsipper: { inherit: true },
@@ -1047,7 +1059,10 @@ var _6 = {
1047
1059
  torrent: { inherit: true },
1048
1060
  toughclaws: { inherit: true },
1049
1061
  toxicboost: { inherit: true },
1050
- trace: { inherit: true },
1062
+ trace: {
1063
+ inherit: true,
1064
+ desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are 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, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does."
1065
+ },
1051
1066
  transistor: { inherit: true },
1052
1067
  triage: { inherit: true },
1053
1068
  truant: { inherit: true },
@@ -1059,7 +1074,10 @@ var _6 = {
1059
1074
  victorystar: { inherit: true },
1060
1075
  vitalspirit: { inherit: true },
1061
1076
  voltabsorb: { inherit: true },
1062
- wanderingspirit: { inherit: true },
1077
+ wanderingspirit: {
1078
+ inherit: true,
1079
+ desc: "Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect Pokemon with the 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 Abilities."
1080
+ },
1063
1081
  waterabsorb: { inherit: true },
1064
1082
  waterbubble: { inherit: true },
1065
1083
  watercompaction: { inherit: true },
@@ -1124,8 +1142,8 @@ var _7 = {
1124
1142
  angershell: {
1125
1143
  name: "Anger Shell",
1126
1144
  num: 271,
1127
- desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage from an attack bringing it to 1/2 or less of its maximum HP, its Attack, Special Attack, and Speed are raised by 1 stage, and its Defense and Speed are lowered by 1 stage. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",
1128
- shortDesc: "When this Pokemon reaches 1/2 or less of its max HP: +1 Atk, Sp. Atk, and Spe; -1 Def and Sp. Def."
1145
+ desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage from an attack bringing it to 1/2 or less of its maximum HP, its Attack, Special Attack, and Speed are raised by 1 stage, and its Defense and Special Defense are lowered by 1 stage. This effect applies after all hits from a multi-hit move. This effect is prevented if the move had a secondary effect removed by the Sheer Force Ability.",
1146
+ shortDesc: "At 1/2 or less of this Pokemon's max HP: +1 Atk, Sp. Atk, Spe, and -1 Def, Sp. Def."
1129
1147
  },
1130
1148
  anticipation: {
1131
1149
  name: "Anticipation",
@@ -1143,7 +1161,7 @@ var _7 = {
1143
1161
  isBreakable: true,
1144
1162
  name: "Armor Tail",
1145
1163
  num: 296,
1146
- desc: "While this Pokemon is active, priority moves from opposing Pokemon that target this Pokemon or its allies are prevented from having an effect.",
1164
+ desc: "Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",
1147
1165
  shortDesc: "This Pokemon and its allies are protected from opposing priority moves."
1148
1166
  },
1149
1167
  aromaveil: {
@@ -1208,7 +1226,7 @@ var _7 = {
1208
1226
  beadsofruin: {
1209
1227
  name: "Beads of Ruin",
1210
1228
  num: 284,
1211
- shortDesc: "The Sp. Def stat of all other active Pokemon is reduced by 25%."
1229
+ shortDesc: "The Special Defense stat of all other active Pokemon is multiplied by 0.75."
1212
1230
  },
1213
1231
  beastboost: {
1214
1232
  name: "Beast Boost",
@@ -1288,7 +1306,7 @@ var _7 = {
1288
1306
  commander: {
1289
1307
  name: "Commander",
1290
1308
  num: 279,
1291
- desc: "If this Pokemon is Tatsugiri and Dondozo is an active ally, Dondozo will swallow this Pokemon. This prevents this Pokemon from acting and boosts all of Dondozo's stats by 2 stages. Attacks targeted at this Pokemon will fail if it has been swallowed. Tatsugiri can still take indirect damage while swallowed.",
1309
+ desc: "If this Pokemon is a Tatsugiri and a Dondozo is an active ally, this Pokemon goes into the Dondozo's mouth. The Dondozo has its Attack, Special Attack, Speed, Defense, and Special Defense raised by 2 stages. During the effect, the Dondozo cannot be switched out, this Pokemon cannot select an action, and attacks targeted at this Pokemon will be avoided but it will still take indirect damage. If this Pokemon faints during the effect, a Pokemon can be switched in as a replacement but the Dondozo remains unable to be switched out. If the Dondozo faints during the effect, this Pokemon regains the ability to select an action.",
1292
1310
  shortDesc: "If ally is Dondozo: this Pokemon cannot act or be hit, +2 to all Dondozo's stats."
1293
1311
  },
1294
1312
  competitive: {
@@ -1317,7 +1335,7 @@ var _7 = {
1317
1335
  costar: {
1318
1336
  name: "Costar",
1319
1337
  num: 294,
1320
- shortDesc: "On switch-in, this Pokemon copies an ally's stat changes."
1338
+ shortDesc: "On switch-in, this Pokemon copies all of its ally's stat stage changes."
1321
1339
  },
1322
1340
  cottondown: {
1323
1341
  name: "Cotton Down",
@@ -1334,8 +1352,7 @@ var _7 = {
1334
1352
  },
1335
1353
  name: "Cud Chew",
1336
1354
  num: 291,
1337
- desc: "When this Pokemon consumes a berry, it will consume the berry again at the end of the following turn.",
1338
- shortDesc: "If this Pokemon eats a berry, it will consume the berry again at the end of next turn."
1355
+ shortDesc: "If this Pokemon eats a Berry, it will eat that Berry again at the end of the next turn."
1339
1356
  },
1340
1357
  curiousmedicine: {
1341
1358
  name: "Curious Medicine",
@@ -1383,7 +1400,7 @@ var _7 = {
1383
1400
  isBreakable: true,
1384
1401
  name: "Dazzling",
1385
1402
  num: 219,
1386
- desc: "While this Pokemon is active, priority moves from opposing Pokemon that target this Pokemon or its allies are prevented from having an effect.",
1403
+ desc: "Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",
1387
1404
  shortDesc: "This Pokemon and its allies are protected from opposing priority moves."
1388
1405
  },
1389
1406
  defeatist: {
@@ -1479,8 +1496,7 @@ var _7 = {
1479
1496
  onDamagingHitOrder: 1,
1480
1497
  name: "Electromorphosis",
1481
1498
  num: 280,
1482
- desc: "This Pokemon's next Electric-type attack will have its power doubled if it takes direct damage.",
1483
- shortDesc: "This Pokemon becomes charged if it takes direct damage."
1499
+ shortDesc: "This Pokemon gains the Charge effect when it takes a hit from an attack."
1484
1500
  },
1485
1501
  emergencyexit: {
1486
1502
  name: "Emergency Exit",
@@ -1642,6 +1658,7 @@ var _7 = {
1642
1658
  onDragOutPriority: 1,
1643
1659
  name: "Guard Dog",
1644
1660
  num: 275,
1661
+ desc: "This Pokemon is immune to the effect of the Intimidate Ability and raises its Attack by 1 stage instead. This Pokemon cannot be forced to switch out by another Pokemon's attack or item.",
1645
1662
  shortDesc: "Immune to Intimidate. Intimidated: +1 Attack. Cannot be forced to switch out."
1646
1663
  },
1647
1664
  gulpmissile: {
@@ -1662,7 +1679,7 @@ var _7 = {
1662
1679
  onModifySpAPriority: 5,
1663
1680
  name: "Hadron Engine",
1664
1681
  num: 289,
1665
- shortDesc: "On switch-in, summons Electric Terrain. Sp. Atk is boosted by 30% in Electric Terrain."
1682
+ shortDesc: "On switch-in, summons Electric Terrain. During Electric Terrain, Sp. Atk is 1.3333x."
1666
1683
  },
1667
1684
  harvest: {
1668
1685
  name: "Harvest",
@@ -1749,7 +1766,7 @@ var _7 = {
1749
1766
  name: "Ice Face",
1750
1767
  num: 248,
1751
1768
  desc: "If this Pokemon is an Eiscue, the first physical hit it takes in battle deals 0 neutral damage. Its ice face is then broken and it changes forme to Noice Face. Eiscue regains its Ice Face forme when Snow begins or when Eiscue switches in while Snow is active. Confusion damage also breaks the ice face.",
1752
- shortDesc: "If Eiscue, the first physical hit it takes deals 0 damage. This effect is restored in Snow."
1769
+ shortDesc: "If Eiscue, the first physical hit it takes deals 0 damage. Effect is restored in Snow."
1753
1770
  },
1754
1771
  icescales: {
1755
1772
  isBreakable: true,
@@ -1886,8 +1903,8 @@ var _7 = {
1886
1903
  lingeringaroma: {
1887
1904
  name: "Lingering Aroma",
1888
1905
  num: 268,
1889
- 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, Disguise, Gulp Missile, Ice Face, Multitype, Mummy, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities.",
1890
- shortDesc: "Pokemon making contact with this Pokemon have their Ability changed to Lingering Aroma."
1906
+ 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.",
1907
+ shortDesc: "Making contact with this Pokemon has the attacker's Ability become Lingering Aroma."
1891
1908
  },
1892
1909
  limber: {
1893
1910
  isBreakable: true,
@@ -2031,13 +2048,14 @@ var _7 = {
2031
2048
  mummy: {
2032
2049
  name: "Mummy",
2033
2050
  num: 152,
2034
- desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Mummy, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities.",
2051
+ desc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy. Does not affect Pokemon with the As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Multitype, Mummy, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, or Zero to Hero Abilities.",
2035
2052
  shortDesc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy."
2036
2053
  },
2037
2054
  myceliummight: {
2038
2055
  onFractionalPriorityPriority: -1,
2039
2056
  name: "Mycelium Might",
2040
2057
  num: 298,
2058
+ desc: "This Pokemon's Status moves ignore certain Abilities of other Pokemon, and go last among Pokemon using the same or greater priority moves.",
2041
2059
  shortDesc: "This Pokemon's Status moves go last in their priority bracket and ignore Abilities."
2042
2060
  },
2043
2061
  naturalcure: {
@@ -2081,13 +2099,13 @@ var _7 = {
2081
2099
  opportunist: {
2082
2100
  name: "Opportunist",
2083
2101
  num: 290,
2084
- shortDesc: "When an opposing Pokemon recieves stat boosts, this Pokemon gets the same boosts."
2102
+ shortDesc: "When an opposing Pokemon has a stat stage raised, this Pokemon copies the effect."
2085
2103
  },
2086
2104
  orichalcumpulse: {
2087
2105
  onModifyAtkPriority: 5,
2088
2106
  name: "Orichalcum Pulse",
2089
2107
  num: 288,
2090
- shortDesc: "On switch-in, summons Sunny Day. Attack is boosted by 30% in Sunny Day."
2108
+ shortDesc: "On switch-in, summons Sunny Day. During Sunny Day, Attack is 1.3333x."
2091
2109
  },
2092
2110
  overcoat: {
2093
2111
  onTryHitPriority: 1,
@@ -2188,7 +2206,7 @@ var _7 = {
2188
2206
  powerofalchemy: {
2189
2207
  name: "Power of Alchemy",
2190
2208
  num: 223,
2191
- desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are 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, and Zen Mode.",
2209
+ desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Commander, Disguise, Flower Gift, Forecast, Gulp Missile, Hadron Engine, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Orichalcum Pulse, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, Zen Mode, and Zero to Hero.",
2192
2210
  shortDesc: "This Pokemon copies the Ability of an ally that faints."
2193
2211
  },
2194
2212
  powerspot: {
@@ -2244,8 +2262,8 @@ var _7 = {
2244
2262
  isPermanent: true,
2245
2263
  name: "Protosynthesis",
2246
2264
  num: 281,
2247
- desc: "If Sunny Day is active or this Pokemon has used a held Booster Energy, this Pokemon's highest stat is multiplied by 1.3, or by 1.5 if the highest stat is Speed.",
2248
- shortDesc: "While Sunny Day or Booster Energy are active, highest stat is 1.3x, or 1.5x if Speed."
2265
+ desc: "If Sunny Day is active or this Pokemon uses a held Booster Energy, this Pokemon's highest stat is multiplied by 1.3, or by 1.5 if the highest stat is Speed. Stat stage changes are considered at the time this Ability activates. If multiple stats are tied, Attack, Defense, Special Attack, Special Defense, and Speed are prioritized in that order. If this effect was started by Sunny Day, a held Booster Energy will not activate and the effect ends when Sunny Day is no longer active. If this effect was started by a held Booster Energy, it ends when this Pokemon is no longer active.",
2266
+ shortDesc: "Sunny Day active or Booster Energy used: highest stat is 1.3x, or 1.5x if Speed."
2249
2267
  },
2250
2268
  psychicsurge: {
2251
2269
  name: "Psychic Surge",
@@ -2272,8 +2290,8 @@ var _7 = {
2272
2290
  isBreakable: true,
2273
2291
  name: "Purifying Salt",
2274
2292
  num: 272,
2275
- desc: "This Pokemon cannot become affected by a 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.",
2276
- shortDesc: "This Pokemon cannot be statused; Ghost power against it is halved."
2293
+ desc: "This Pokemon cannot become affected by a non-volatile status condition or Yawn. This Pokemon receives 1/2 damage from Ghost-type moves.",
2294
+ shortDesc: "This Pokemon takes 1/2 damage from Ghost moves and it cannot become statused."
2277
2295
  },
2278
2296
  quarkdrive: {
2279
2297
  condition: {
@@ -2286,8 +2304,8 @@ var _7 = {
2286
2304
  isPermanent: true,
2287
2305
  name: "Quark Drive",
2288
2306
  num: 282,
2289
- desc: "If Electric Terrain is active or this Pokemon has used a held Booster Energy, this Pokemon's highest stat is multiplied by 1.3, or by 1.5 if the highest stat is Speed.",
2290
- shortDesc: "While Electric Terrain or Booster Energy are active, highest stat is 1.3x, or 1.5x if Speed."
2307
+ desc: "If Electric Terrain is active or this Pokemon uses a held Booster Energy, this Pokemon's highest stat is multiplied by 1.3, or by 1.5 if the highest stat is Speed. Stat stage changes are considered at the time this Ability activates. If multiple stats are tied, Attack, Defense, Special Attack, Special Defense, and Speed are prioritized in that order. If this effect was started by Electric Terrain, a held Booster Energy will not activate and the effect ends when Electric Terrain is no longer active. If this effect was started by a held Booster Energy, it ends when this Pokemon is no longer active.",
2308
+ shortDesc: "Electric Terrain active or Booster Energy used: highest stat is 1.3x, or 1.5x if Speed."
2291
2309
  },
2292
2310
  queenlymajesty: {
2293
2311
  isBreakable: true,
@@ -2323,7 +2341,7 @@ var _7 = {
2323
2341
  receiver: {
2324
2342
  name: "Receiver",
2325
2343
  num: 222,
2326
- desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are 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, and Zen Mode.",
2344
+ desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Commander, Disguise, Flower Gift, Forecast, Gulp Missile, Hadron Engine, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Orichalcum Pulse, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, Zen Mode, and Zero to Hero.",
2327
2345
  shortDesc: "This Pokemon copies the Ability of an ally that faints."
2328
2346
  },
2329
2347
  reckless: {
@@ -2408,7 +2426,6 @@ var _7 = {
2408
2426
  sandspit: {
2409
2427
  name: "Sand Spit",
2410
2428
  num: 245,
2411
- desc: "When this Pokemon is hit by an attack, the effect of Sandstorm begins. This effect comes after the effects of Max and G-Max Moves.",
2412
2429
  shortDesc: "When this Pokemon is hit by an attack, the effect of Sandstorm begins."
2413
2430
  },
2414
2431
  sandstream: {
@@ -2455,7 +2472,6 @@ var _7 = {
2455
2472
  seedsower: {
2456
2473
  name: "Seed Sower",
2457
2474
  num: 269,
2458
- desc: "When this Pokemon is hit by an attack, the effect of Grassy Terrain begins.",
2459
2475
  shortDesc: "When this Pokemon is hit by an attack, the effect of Grassy Terrain begins."
2460
2476
  },
2461
2477
  serenegrace: {
@@ -2480,8 +2496,7 @@ var _7 = {
2480
2496
  onBasePowerPriority: 19,
2481
2497
  name: "Sharpness",
2482
2498
  num: 292,
2483
- desc: "This Pokemon's slicing attacks have their power multiplied by 1.5.",
2484
- shortDesc: "This Pokemon's slicing attacks have 1.5x power."
2499
+ shortDesc: "This Pokemon's slicing moves have their power multiplied by 1.5."
2485
2500
  },
2486
2501
  shedskin: {
2487
2502
  onResidualOrder: 5,
@@ -2712,8 +2727,8 @@ var _7 = {
2712
2727
  onBasePowerPriority: 21,
2713
2728
  name: "Supreme Overlord",
2714
2729
  num: 293,
2715
- desc: "This Pokemon's Attack and Special Attack stats are increased by 10% for each fainted teammate.",
2716
- shortDesc: "This Pokemon's Attack and Special Attack raise by 10% per fainted teammate."
2730
+ 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.",
2731
+ shortDesc: "This Pokemon's moves have 0.1x more power for each fainted ally, maximum 1.5x."
2717
2732
  },
2718
2733
  surgesurfer: {
2719
2734
  name: "Surge Surfer",
@@ -2756,12 +2771,12 @@ var _7 = {
2756
2771
  swordofruin: {
2757
2772
  name: "Sword of Ruin",
2758
2773
  num: 285,
2759
- shortDesc: "The Defense stat of all other active Pokemon is reduced by 25%."
2774
+ shortDesc: "The Defense stat of all other active Pokemon is multiplied by 0.75."
2760
2775
  },
2761
2776
  tabletsofruin: {
2762
2777
  name: "Tablets of Ruin",
2763
2778
  num: 284,
2764
- shortDesc: "The Attack stat of all other active Pokemon is reduced by 25%."
2779
+ shortDesc: "The Attack stat of all other active Pokemon is multiplied by 0.75."
2765
2780
  },
2766
2781
  tangledfeet: {
2767
2782
  onModifyAccuracyPriority: -1,
@@ -2797,8 +2812,8 @@ var _7 = {
2797
2812
  thermalexchange: {
2798
2813
  name: "Thermal Exchange",
2799
2814
  num: 270,
2800
- desc: "This Pokemon's Attack is raised 1 stage after it is damaged by a Fire-type move. This Pokemon cannot be burned.",
2801
- shortDesc: "This Pokemon's Attack is raised by 1 stage when hit by Fire moves; it can't be burned."
2815
+ desc: "This Pokemon's Attack is raised 1 stage after it is damaged by a Fire-type move. This Pokemon cannot be burned. Gaining this Ability while burned cures it.",
2816
+ shortDesc: "This Pokemon's Attack is raised by 1 when damaged by Fire moves; can't be burned."
2802
2817
  },
2803
2818
  thickfat: {
2804
2819
  onSourceModifyAtkPriority: 6,
@@ -2838,13 +2853,12 @@ var _7 = {
2838
2853
  toxicdebris: {
2839
2854
  name: "Toxic Debris",
2840
2855
  num: 295,
2841
- desc: "When this Pokemon is hit by a physical attack, Toxic Spikes are set on the opposing side of the field.",
2842
- shortDesc: "When this Pokemon is hit by a physical attack, Toxic Spikes are set around the attacker."
2856
+ shortDesc: "If this Pokemon is hit by a physical attack, Toxic Spikes are set on the opposing side."
2843
2857
  },
2844
2858
  trace: {
2845
2859
  name: "Trace",
2846
2860
  num: 36,
2847
- desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are 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, and Zen Mode. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",
2861
+ desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are As One, Battle Bond, Comatose, Commander, Disguise, Flower Gift, Forecast, Gulp Missile, Hadron Engine, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Orichalcum Pulse, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Zen Mode, and Zero to Hero. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does.",
2848
2862
  shortDesc: "On switch-in, or when it can, this Pokemon copies a random adjacent foe's Ability."
2849
2863
  },
2850
2864
  transistor: {
@@ -2900,7 +2914,7 @@ var _7 = {
2900
2914
  vesselofruin: {
2901
2915
  name: "Vessel of Ruin",
2902
2916
  num: 284,
2903
- shortDesc: "The Sp. Atk stat of all other active Pokemon is reduced by 25%."
2917
+ shortDesc: "The Special Attack stat of all other active Pokemon is multiplied by 0.75."
2904
2918
  },
2905
2919
  victorystar: {
2906
2920
  onAnyModifyAccuracyPriority: -1,
@@ -2924,7 +2938,7 @@ var _7 = {
2924
2938
  wanderingspirit: {
2925
2939
  name: "Wandering Spirit",
2926
2940
  num: 254,
2927
- desc: "Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect Pokemon with the 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 Abilities.",
2941
+ desc: "Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect Pokemon with the As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Wonder Guard, Zen Mode, or Zero to Hero Abilities.",
2928
2942
  shortDesc: "Pokemon making contact with this Pokemon have their Ability swapped with this one."
2929
2943
  },
2930
2944
  waterabsorb: {
@@ -2983,14 +2997,14 @@ var _7 = {
2983
2997
  onDamagingHitOrder: 1,
2984
2998
  name: "Wind Power",
2985
2999
  num: 277,
2986
- desc: "This Pokemon's next Electric-type attack will have its power doubled if it is hit by a wind move or Tailwind begins.",
2987
- shortDesc: "This Pokemon becomes charged if it is hit by a wind move or Tailwind begins."
3000
+ desc: "This Pokemon gains the Charge effect when it takes a hit from a wind move or when Tailwind begins on this Pokemon's side.",
3001
+ shortDesc: "This Pokemon gains the Charge effect when hit by a wind move or Tailwind begins."
2988
3002
  },
2989
3003
  windrider: {
2990
3004
  name: "Wind Rider",
2991
3005
  num: 274,
2992
- desc: "This Pokemon is immune to wind moves and raises its Attack by 1 stage when hit by a wind move. Attack is also raised when Tailwind begins on this Pokemon's side.",
2993
- shortDesc: "If hit by a wind move or Tailwind begins: +1 Attack. Wind move immunity."
3006
+ desc: "This Pokemon is immune to wind moves and raises its Attack by 1 stage when hit by a wind move or when Tailwind begins on this Pokemon's side.",
3007
+ shortDesc: "Attack raised by 1 if hit by a wind move or Tailwind begins. Wind move immunity."
2994
3008
  },
2995
3009
  wonderguard: {
2996
3010
  isBreakable: true,
@@ -3018,7 +3032,7 @@ var _7 = {
3018
3032
  zerotohero: {
3019
3033
  name: "Zero to Hero",
3020
3034
  num: 278,
3021
- shortDesc: "If this Pokemon is Palafin, it changes to Hero Mode when it switches out."
3035
+ shortDesc: "If this Pokemon is a Palafin in Zero Form, switching out has it change to Hero Form."
3022
3036
  },
3023
3037
  mountaineer: {
3024
3038
  isNonstandard: "CAP",
@@ -4884,10 +4898,10 @@ var vgc = "[Gen 8] VGC 2022";
4884
4898
  var bsd = "[Gen 8] VGC 2022";
4885
4899
  var randdubs = "[Gen 8] Random Doubles Battle";
4886
4900
  var doubles = "[Gen 8] Doubles OU";
4887
- var dou = "[Gen 8] Doubles OU";
4888
- var dubs = "[Gen 8] Doubles OU";
4889
- var dubers = "[Gen 8] Doubles Ubers";
4890
- var duu = "[Gen 8] Doubles UU";
4901
+ var dou = "[Gen 9] Doubles OU";
4902
+ var dubs = "[Gen 9] Doubles OU";
4903
+ var dubers = "[Gen 9] Doubles Ubers";
4904
+ var duu = "[Gen 9] Doubles UU";
4891
4905
  var _v2 = "[Gen 8] 2v2 Doubles";
4892
4906
  var natdex = "[Gen 9] National Dex";
4893
4907
  var gen8natdex = "[Gen 8] National Dex";
@@ -9858,7 +9872,7 @@ var _22 = {
9858
9872
  ignoreKlutz: true,
9859
9873
  num: 1881,
9860
9874
  gen: 9,
9861
- desc: "Holder's Ability cannot be changed by another Pokemon."
9875
+ desc: "Holder's Ability cannot be changed by any effect."
9862
9876
  },
9863
9877
  abomasite: {
9864
9878
  name: "Abomasite",
@@ -10025,7 +10039,12 @@ var _22 = {
10025
10039
  isNonstandard: "Past",
10026
10040
  desc: "If held by an Audino, this item allows it to Mega Evolve in battle."
10027
10041
  },
10028
- auspiciousarmor: { name: "Auspicious Armor", num: 2344, gen: 9 },
10042
+ auspiciousarmor: {
10043
+ name: "Auspicious Armor",
10044
+ num: 2344,
10045
+ gen: 9,
10046
+ desc: "Evolves Charcadet into Armarouge when used."
10047
+ },
10029
10048
  babiriberry: {
10030
10049
  name: "Babiri Berry",
10031
10050
  isBerry: true,
@@ -10174,7 +10193,7 @@ var _22 = {
10174
10193
  name: "Booster Energy",
10175
10194
  num: 1880,
10176
10195
  gen: 9,
10177
- desc: "Activates the Protosynthesis or Quark Drive abilities. Single use."
10196
+ desc: "Activates the Protosynthesis or Quark Drive Abilities. Single use."
10178
10197
  },
10179
10198
  bottlecap: {
10180
10199
  name: "Bottle Cap",
@@ -10380,7 +10399,7 @@ var _22 = {
10380
10399
  name: "Clear Amulet",
10381
10400
  num: 1882,
10382
10401
  gen: 9,
10383
- desc: "Prevents other Pokemon from lowering this Pokemon's stat stages."
10402
+ desc: "Prevents other Pokemon from lowering the holder's stat stages."
10384
10403
  },
10385
10404
  cloversweet: {
10386
10405
  name: "Clover Sweet",
@@ -11663,7 +11682,7 @@ var _22 = {
11663
11682
  name: "Loaded Dice",
11664
11683
  num: 1886,
11665
11684
  gen: 9,
11666
- desc: "Holder's 5 hit multi-hit attacks will always hit at least 4 times."
11685
+ desc: "Holder's moves that hit 2-5 times hit 4-5 times; Population Bomb hits 4-10 times."
11667
11686
  },
11668
11687
  lopunnite: {
11669
11688
  name: "Lopunnite",
@@ -11819,7 +11838,12 @@ var _22 = {
11819
11838
  isNonstandard: "Past",
11820
11839
  desc: "Cannot be given to or taken from a Pokemon, except by Covet/Knock Off/Thief."
11821
11840
  },
11822
- maliciousarmor: { name: "Malicious Armor", num: 1861, gen: 9 },
11841
+ maliciousarmor: {
11842
+ name: "Malicious Armor",
11843
+ num: 1861,
11844
+ gen: 9,
11845
+ desc: "Evolves Charcadet into Ceruledge when used."
11846
+ },
11823
11847
  manectite: {
11824
11848
  name: "Manectite",
11825
11849
  megaStone: "Manectric-Mega",
@@ -12010,7 +12034,7 @@ var _22 = {
12010
12034
  fling: { basePower: 10 },
12011
12035
  num: 1883,
12012
12036
  gen: 9,
12013
- desc: "When an opposing Pokemon recieves stat boosts, those boosts are copied. Single use."
12037
+ desc: "When an opposing Pokemon raises a stat stage, the holder copies it. Single use."
12014
12038
  },
12015
12039
  mistyseed: {
12016
12040
  name: "Misty Seed",
@@ -12478,7 +12502,7 @@ var _22 = {
12478
12502
  onBasePowerPriority: 23,
12479
12503
  num: 1884,
12480
12504
  gen: 9,
12481
- desc: "Holder's punch-based attacks do 1.1x damage and avoid adverse contact effects."
12505
+ desc: "Holder's punch-based attacks have 1.1x power and do not make contact."
12482
12506
  },
12483
12507
  qualotberry: {
12484
12508
  name: "Qualot Berry",
@@ -14433,8 +14457,7 @@ var _23 = {
14433
14457
  inherit: true,
14434
14458
  priority: 0,
14435
14459
  accuracy: true,
14436
- ignoreEvasion: true,
14437
- condition: { duration: 2 },
14460
+ condition: {},
14438
14461
  type: "???",
14439
14462
  desc: "The user spends two or three turns locked into this move and then, on the second or third turn after using this move, the user attacks the opponent, inflicting double the damage in HP it lost during those turns. This move ignores type immunity and cannot be avoided even if the target is using Dig or Fly. The user can choose to switch out during the effect. If the user switches out or is prevented from moving during this move's use, the effect ends. During the effect, if the opposing Pokemon switches out or uses Confuse Ray, Conversion, Focus Energy, Glare, Haze, Leech Seed, Light Screen, Mimic, Mist, Poison Gas, Poison Powder, Recover, Reflect, Rest, Soft-Boiled, Splash, Stun Spore, Substitute, Supersonic, Teleport, Thunder Wave, Toxic, or Transform, the previous damage dealt to the user will be added to the total."
14440
14463
  },
@@ -14817,11 +14840,6 @@ var _23 = {
14817
14840
  inherit: true,
14818
14841
  desc: "The user recovers 1/2 the HP lost by the target, rounded down. If this move breaks the target's substitute, the user does not recover any HP."
14819
14842
  },
14820
- axekick: {
14821
- inherit: true,
14822
- desc: "If this attack misses the target, the user takes 1 HP of crash damage. If the user has a substitute, the crash damage is dealt to the target's substitute if it has one, otherwise no crash damage is dealt.",
14823
- shortDesc: "User takes 1 HP of damage if it misses."
14824
- },
14825
14843
  barrage: {
14826
14844
  inherit: true,
14827
14845
  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."
@@ -15295,11 +15313,6 @@ var _24 = {
15295
15313
  inherit: true,
15296
15314
  desc: "Causes the target to become infatuated, making it unable to attack 50% of the time. Fails if both the user and the target are the same gender, if either is genderless, or if the target is already infatuated. The effect ends when either the user or the target is no longer active."
15297
15315
  },
15298
- axekick: {
15299
- inherit: true,
15300
- desc: "If this attack is not successful and the target was not immune, the user loses HP equal to 1/8 the damage the target would have taken, rounded down, but not less than 1 HP, as crash damage.",
15301
- shortDesc: "If miss, user takes 1/8 damage it would've dealt."
15302
- },
15303
15316
  blizzard: {
15304
15317
  inherit: true,
15305
15318
  shortDesc: "10% chance to freeze the target."
@@ -15745,11 +15758,6 @@ var _25 = {
15745
15758
  inherit: true,
15746
15759
  desc: "A random move among those known by the user's party members is selected for use. Does not select Assist, Counter, Covet, Destiny Bond, Detect, Endure, Focus Punch, Follow Me, Helping Hand, Metronome, Mimic, Mirror Coat, Mirror Move, Protect, Sketch, Sleep Talk, Snatch, Struggle, Thief, or Trick."
15747
15760
  },
15748
- axekick: {
15749
- inherit: true,
15750
- desc: "If this attack is not successful and the target was not immune, the user loses HP equal to half of the damage the target would have taken, rounded down, but no less than 1 HP and no more than half of the target's maximum HP, as crash damage.",
15751
- shortDesc: "If miss, user takes 1/2 damage it would've dealt."
15752
- },
15753
15761
  barrage: {
15754
15762
  inherit: true,
15755
15763
  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. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."
@@ -15883,10 +15891,6 @@ var _25 = {
15883
15891
  inherit: true,
15884
15892
  desc: "Raises the user's evasiveness by 1 stage. Whether or not the user's evasiveness was changed, Astonish, Extrasensory, Needle Arm, and Stomp will have their damage doubled if used against the user while it is active."
15885
15893
  },
15886
- mortalspin: {
15887
- inherit: true,
15888
- desc: "If this move is successful, the effects of Leech Seed and binding moves end for the user, and Spikes are removed from the user's side of the field."
15889
- },
15890
15894
  pinmissile: {
15891
15895
  inherit: true,
15892
15896
  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. If one of the hits breaks the target's substitute, it will take damage for the remaining hits."
@@ -16745,11 +16749,6 @@ var _26 = {
16745
16749
  inherit: true,
16746
16750
  desc: "Power doubles if the user was hit by a Pokemon in the target's position this turn."
16747
16751
  },
16748
- axekick: {
16749
- inherit: true,
16750
- desc: "If this attack is not successful, the user loses HP equal to half the target's maximum HP if the target was immune, rounded down, otherwise half of the damage the target would have taken, rounded down, but no less than 1 HP and no more than half of the target's maximum HP, as crash damage. Pokemon with the Magic Guard Ability are unaffected by crash damage.",
16751
- shortDesc: "If miss, user takes 1/2 damage it would've dealt."
16752
- },
16753
16752
  barrage: {
16754
16753
  inherit: true,
16755
16754
  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. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit five times. If the target has a Focus Sash and had full HP when this move started, it will not be knocked out regardless of the number of hits."
@@ -16899,10 +16898,6 @@ var _26 = {
16899
16898
  inherit: true,
16900
16899
  desc: "Deals damage to the last opposing Pokemon to hit the user with a special attack this turn equal to twice the HP lost by the user from that attack. If that opposing Pokemon's position is no longer in use and there is another opposing Pokemon on the field, the damage is done to it instead. Only the last hit of a multi-hit attack is counted. Fails if the user was not hit by an opposing Pokemon's special attack this turn, or if the user did not lose HP from the attack."
16901
16900
  },
16902
- mortalspin: {
16903
- inherit: true,
16904
- desc: "If this move is successful, the effects of Leech Seed and binding moves end against the user, and all hazards are removed from the user's side of the field."
16905
- },
16906
16901
  naturalgift: {
16907
16902
  inherit: true,
16908
16903
  desc: "The type and power of this move depend on the user's held Berry, and the Berry is lost. Fails if the user is not holding a Berry, if the user has the Klutz Ability, or if Embargo is in effect for the user."
@@ -18405,12 +18400,16 @@ var _29 = {
18405
18400
  },
18406
18401
  entrainment: {
18407
18402
  inherit: true,
18408
- desc: "Causes the target's Ability to become the same as the user's. Fails if the target's Ability is Battle Bond, Comatose, Disguise, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode, or the same Ability as the user, or if the user's Ability is Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, or Zen Mode."
18403
+ desc: "Causes the target's Ability to become the same as the user's. Fails if the target's Ability is Battle Bond, Comatose, Disguise, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, Zen Mode, or the same Ability as the user, or if the user's Ability is Battle Bond, Comatose, Disguise, Flower Gift, Forecast, Illusion, Imposter, Multitype, Power Construct, Power of Alchemy, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, or Zen Mode."
18409
18404
  },
18410
18405
  fairylock: {
18411
18406
  inherit: true,
18412
18407
  desc: "Prevents all active Pokemon from switching next turn. A Pokemon can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. Fails if the effect is already active."
18413
18408
  },
18409
+ firespin: {
18410
+ inherit: true,
18411
+ 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, Parting Shot, 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."
18412
+ },
18414
18413
  gastroacid: {
18415
18414
  inherit: true,
18416
18415
  desc: "Causes the target's Ability to be rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is Battle Bond, Comatose, Disguise, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this move fails, and receiving the effect through Baton Pass ends the effect immediately."
@@ -18455,11 +18454,6 @@ var _29 = {
18455
18454
  inherit: true,
18456
18455
  desc: "Prevents the target from switching out. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. If the target leaves the field using Baton Pass, the replacement will remain trapped. The effect ends if the user leaves the field."
18457
18456
  },
18458
- mortalspin: {
18459
- inherit: true,
18460
- desc: "If this move is successful and the user has not fainted, the effects of Leech Seed and binding moves end for the user, and all hazards are removed from the user's side of the field.",
18461
- shortDesc: "Frees user from hazards, binding, Leech Seed."
18462
- },
18463
18457
  protect: {
18464
18458
  inherit: true,
18465
18459
  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, 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."
@@ -18568,7 +18562,11 @@ var _30 = {
18568
18562
  clangoroussoul: { inherit: true, isNonstandard: null },
18569
18563
  conversion: { inherit: true, isNonstandard: null },
18570
18564
  conversion2: { inherit: true, isNonstandard: null },
18571
- coreenforcer: { inherit: true, isNonstandard: null },
18565
+ coreenforcer: {
18566
+ inherit: true,
18567
+ isNonstandard: null,
18568
+ desc: "If the user moves after the target, the target's Ability is rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this effect does not happen, and receiving the effect through Baton Pass ends the effect immediately."
18569
+ },
18572
18570
  cosmicpower: { inherit: true, isNonstandard: null },
18573
18571
  craftyshield: { inherit: true, isNonstandard: null },
18574
18572
  crushgrip: { inherit: true, isNonstandard: null },
@@ -18603,7 +18601,11 @@ var _30 = {
18603
18601
  icehammer: { inherit: true, isNonstandard: "Past" },
18604
18602
  judgment: { inherit: true, isNonstandard: "Past" },
18605
18603
  kinesis: { inherit: true, isNonstandard: null },
18606
- kingsshield: { inherit: true, isNonstandard: null },
18604
+ kingsshield: {
18605
+ inherit: true,
18606
+ isNonstandard: null,
18607
+ desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Attack lowered by 1 stage. Non-damaging moves go through this protection. 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."
18608
+ },
18607
18609
  landswrath: { inherit: true, isNonstandard: null },
18608
18610
  laserfocus: { inherit: true, isNonstandard: null },
18609
18611
  leaftornado: { inherit: true, isNonstandard: null },
@@ -18640,7 +18642,11 @@ var _30 = {
18640
18642
  naturepower: { inherit: true, isNonstandard: null },
18641
18643
  naturesmadness: { inherit: true, isNonstandard: null },
18642
18644
  oblivionwing: { inherit: true, isNonstandard: null },
18643
- obstruct: { inherit: true, isNonstandard: null },
18645
+ obstruct: {
18646
+ inherit: true,
18647
+ isNonstandard: null,
18648
+ desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Defense lowered by 2 stages. Non-damaging moves go through this protection. 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."
18649
+ },
18644
18650
  octazooka: { inherit: true, isNonstandard: null },
18645
18651
  octolock: { inherit: true, isNonstandard: null },
18646
18652
  photongeyser: { inherit: true, isNonstandard: null },
@@ -18662,10 +18668,18 @@ var _30 = {
18662
18668
  shadowbone: { inherit: true, isNonstandard: null },
18663
18669
  shelltrap: { inherit: true, isNonstandard: null },
18664
18670
  shoreup: { inherit: true, pp: 10 },
18665
- simplebeam: { inherit: true, isNonstandard: null },
18671
+ simplebeam: {
18672
+ inherit: true,
18673
+ isNonstandard: null,
18674
+ desc: "Causes the target's Ability to become Simple. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Simple, Stance Change, Truant, or Zen Mode."
18675
+ },
18666
18676
  skullbash: { inherit: true, isNonstandard: null },
18667
18677
  slackoff: { inherit: true, pp: 10 },
18668
- snaptrap: { inherit: true, isNonstandard: null },
18678
+ snaptrap: {
18679
+ inherit: true,
18680
+ isNonstandard: null,
18681
+ 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."
18682
+ },
18669
18683
  softboiled: { inherit: true, pp: 10 },
18670
18684
  sparklingaria: { inherit: true, isNonstandard: null },
18671
18685
  spectralthief: { inherit: true, isNonstandard: null },
@@ -18682,9 +18696,113 @@ var _30 = {
18682
18696
  venomdrench: { inherit: true, isNonstandard: null },
18683
18697
  vitalthrow: { inherit: true, isNonstandard: null },
18684
18698
  wickedblow: { inherit: true, basePower: 80 },
18699
+ banefulbunker: {
18700
+ inherit: true,
18701
+ 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."
18702
+ },
18703
+ bind: {
18704
+ inherit: true,
18705
+ 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."
18706
+ },
18707
+ clamp: {
18708
+ inherit: true,
18709
+ 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."
18710
+ },
18711
+ detect: {
18712
+ inherit: true,
18713
+ 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."
18714
+ },
18715
+ endure: {
18716
+ inherit: true,
18717
+ 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."
18718
+ },
18719
+ entrainment: {
18720
+ inherit: true,
18721
+ desc: "Causes the target's Ability to become the same as the user's. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, Zen Mode, or the same Ability as the user, or if the user'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, or Zen Mode."
18722
+ },
18723
+ firespin: {
18724
+ inherit: true,
18725
+ 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."
18726
+ },
18727
+ gastroacid: {
18728
+ inherit: true,
18729
+ desc: "Causes the target's Ability to be rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this move fails, and receiving the effect through Baton Pass ends the effect immediately."
18730
+ },
18731
+ infestation: {
18732
+ inherit: true,
18733
+ 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."
18734
+ },
18735
+ leechseed: {
18736
+ inherit: true,
18737
+ 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."
18738
+ },
18739
+ magmastorm: {
18740
+ inherit: true,
18741
+ 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."
18742
+ },
18685
18743
  metronome: {
18686
18744
  inherit: true,
18687
18745
  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."
18746
+ },
18747
+ protect: {
18748
+ inherit: true,
18749
+ 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."
18750
+ },
18751
+ quickguard: {
18752
+ inherit: true,
18753
+ 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."
18754
+ },
18755
+ roleplay: {
18756
+ inherit: true,
18757
+ 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."
18758
+ },
18759
+ sandtomb: {
18760
+ inherit: true,
18761
+ 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."
18762
+ },
18763
+ skillswap: {
18764
+ inherit: true,
18765
+ 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."
18766
+ },
18767
+ spikes: {
18768
+ inherit: true,
18769
+ 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."
18770
+ },
18771
+ spikyshield: {
18772
+ inherit: true,
18773
+ desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user lose 1/8 of their maximum HP, rounded down. 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."
18774
+ },
18775
+ stealthrock: {
18776
+ inherit: true,
18777
+ desc: "Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Fails if the effect is already active on the opposing side. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog."
18778
+ },
18779
+ stickyweb: {
18780
+ inherit: true,
18781
+ 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."
18782
+ },
18783
+ thundercage: {
18784
+ inherit: true,
18785
+ 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."
18786
+ },
18787
+ toxicspikes: {
18788
+ inherit: true,
18789
+ 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."
18790
+ },
18791
+ whirlpool: {
18792
+ inherit: true,
18793
+ 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."
18794
+ },
18795
+ wideguard: {
18796
+ inherit: true,
18797
+ desc: "The user and its party members are protected from moves made by other Pokemon, including allies, during this turn that target all adjacent foes or all adjacent Pokemon. 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."
18798
+ },
18799
+ worryseed: {
18800
+ inherit: true,
18801
+ desc: "Causes the target's Ability to become Insomnia. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Insomnia, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode."
18802
+ },
18803
+ wrap: {
18804
+ inherit: true,
18805
+ 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."
18688
18806
  }
18689
18807
  };
18690
18808
  var _31 = {
@@ -19387,8 +19505,8 @@ var _31 = {
19387
19505
  secondary: { chance: 30, volatileStatus: "confusion" },
19388
19506
  target: "normal",
19389
19507
  type: "Fighting",
19390
- desc: "If this attack is not successful, the user loses half of its maximum HP, rounded down, as crash damage. Pokemon with the Magic Guard Ability are unaffected by crash damage.",
19391
- shortDesc: "30% chance to confuse. 50% recoil if it misses."
19508
+ desc: "Has a 30% chance to confuse the target. If this attack is not successful, the user loses half of its maximum HP, rounded down, as crash damage. Pokemon with the Magic Guard Ability are unaffected by crash damage.",
19509
+ shortDesc: "30% confusion. User loses 50% max HP if miss."
19392
19510
  },
19393
19511
  babydolleyes: {
19394
19512
  num: 608,
@@ -19440,7 +19558,7 @@ var _31 = {
19440
19558
  target: "self",
19441
19559
  type: "Poison",
19442
19560
  zMove: { boost: { def: 1 } },
19443
- 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.",
19561
+ 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, Silk Trap, 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.",
19444
19562
  shortDesc: "Protects from moves. Contact: poison."
19445
19563
  },
19446
19564
  barbbarrage: {
@@ -19456,8 +19574,8 @@ var _31 = {
19456
19574
  secondary: { chance: 50, status: "psn" },
19457
19575
  target: "normal",
19458
19576
  type: "Poison",
19459
- desc: "Has a 50% chance to poison the target. Power doubles if the target is poisoned.",
19460
- shortDesc: "50% chance to psn. 2x power if target is poisoned."
19577
+ desc: "Has a 50% chance to poison the target. Power doubles if the target is already poisoned.",
19578
+ shortDesc: "50% psn. 2x power if target already poisoned."
19461
19579
  },
19462
19580
  barrage: {
19463
19581
  num: 140,
@@ -19656,7 +19774,7 @@ var _31 = {
19656
19774
  secondary: null,
19657
19775
  target: "normal",
19658
19776
  type: "Normal",
19659
- 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.",
19777
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
19660
19778
  shortDesc: "Traps and damages the target for 4-5 turns."
19661
19779
  },
19662
19780
  bite: {
@@ -20381,8 +20499,8 @@ var _31 = {
20381
20499
  secondary: {},
20382
20500
  target: "normal",
20383
20501
  type: "Dark",
20384
- desc: "If this move is successful, it 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 set 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.",
20385
- shortDesc: "Sets a layer of Spikes on the target's side."
20502
+ desc: "If this move is successful, it 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. A maximum of three layers may be set, and 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 Mortal Spin, Rapid Spin, or Defog successfully, or is hit by Defog.",
20503
+ shortDesc: "Sets a layer of Spikes on the opposing side."
20386
20504
  },
20387
20505
  celebrate: {
20388
20506
  num: 606,
@@ -20502,7 +20620,7 @@ var _31 = {
20502
20620
  secondary: null,
20503
20621
  target: "all",
20504
20622
  type: "Ice",
20505
- desc: "Starts Snow. The user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members.",
20623
+ desc: "For 5 turns, the weather becomes Snow. The user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members.",
20506
20624
  shortDesc: "Starts Snow. User switches out."
20507
20625
  },
20508
20626
  chipaway: {
@@ -20569,7 +20687,7 @@ var _31 = {
20569
20687
  secondary: null,
20570
20688
  target: "normal",
20571
20689
  type: "Water",
20572
- 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.",
20690
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
20573
20691
  shortDesc: "Traps and damages the target for 4-5 turns."
20574
20692
  },
20575
20693
  clangingscales: {
@@ -20701,7 +20819,8 @@ var _31 = {
20701
20819
  secondary: null,
20702
20820
  target: "normal",
20703
20821
  type: "Fighting",
20704
- shortDesc: "Deals 1.3x damage if the move is super effective."
20822
+ desc: "Damage is multiplied by 1.3333 if this move is super effective against the target.",
20823
+ shortDesc: "Deals 1.3333x damage with supereffective hits."
20705
20824
  },
20706
20825
  combattorque: {
20707
20826
  num: 899,
@@ -20897,7 +21016,7 @@ var _31 = {
20897
21016
  target: "allAdjacentFoes",
20898
21017
  type: "Dragon",
20899
21018
  zMove: { basePower: 140 },
20900
- desc: "If the user moves after the target, the target's Ability is rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this effect does not happen, and receiving the effect through Baton Pass ends the effect immediately.",
21019
+ desc: "If the user moves after the target, the target's Ability is rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, or Zero to Hero, this effect does not happen, and receiving the effect through Baton Pass ends the effect immediately.",
20901
21020
  shortDesc: "Nullifies the foe(s) Ability if the foe(s) move first."
20902
21021
  },
20903
21022
  corkscrewcrash: {
@@ -21349,7 +21468,7 @@ var _31 = {
21349
21468
  target: "self",
21350
21469
  type: "Fighting",
21351
21470
  zMove: { boost: { evasion: 1 } },
21352
- 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.",
21471
+ 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, Silk Trap, 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.",
21353
21472
  shortDesc: "Prevents moves from affecting the user this turn."
21354
21473
  },
21355
21474
  devastatingdrake: {
@@ -21526,7 +21645,7 @@ var _31 = {
21526
21645
  secondary: null,
21527
21646
  target: "adjacentFoe",
21528
21647
  type: "Normal",
21529
- desc: "Causes the user and any ally's Abilities to become that of the target. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Insomnia, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode.",
21648
+ desc: "The user and its ally's Abilities change to match the target's Ability. Does not change Ability if the user's or its ally's is As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, Zero to Hero, or already matches the target. Fails if both the user and its ally's Ability already matches the target, or if the target's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Flower Gift, Forecast, Gulp Missile, Hadron Engine, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Orichalcum Pulse, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, Zen Mode, or Zero to Hero.",
21530
21649
  shortDesc: "User and ally's Abilities become target's Ability."
21531
21650
  },
21532
21651
  doomdesire: {
@@ -21630,7 +21749,7 @@ var _31 = {
21630
21749
  target: "normal",
21631
21750
  type: "Electric",
21632
21751
  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.",
21633
- shortDesc: "User's Electric type becomes typeless; must be Electric."
21752
+ shortDesc: "User's Electric type: typeless; must be Electric."
21634
21753
  },
21635
21754
  doubleslap: {
21636
21755
  num: 3,
@@ -22172,7 +22291,8 @@ var _31 = {
22172
22291
  secondary: null,
22173
22292
  target: "normal",
22174
22293
  type: "Electric",
22175
- shortDesc: "Deals 1.3x damage if the move is super effective."
22294
+ desc: "Damage is multiplied by 1.3333 if this move is super effective against the target.",
22295
+ shortDesc: "Deals 1.3333x damage with supereffective hits."
22176
22296
  },
22177
22297
  electroweb: {
22178
22298
  num: 527,
@@ -22274,7 +22394,7 @@ var _31 = {
22274
22394
  target: "self",
22275
22395
  type: "Normal",
22276
22396
  zMove: { effect: "clearnegativeboost" },
22277
- 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.",
22397
+ 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, Silk Trap, 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.",
22278
22398
  shortDesc: "User survives attacks this turn with at least 1 HP."
22279
22399
  },
22280
22400
  energyball: {
@@ -22305,7 +22425,7 @@ var _31 = {
22305
22425
  target: "normal",
22306
22426
  type: "Normal",
22307
22427
  zMove: { boost: { spd: 1 } },
22308
- desc: "Causes the target's Ability to become the same as the user's. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode, or the same Ability as the user, or if the user'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, or Zen Mode.",
22428
+ desc: "Causes the target's Ability to become the same as the user's. Fails if the target's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Truant, Zen Mode, Zero to Hero, or the same Ability as the user, or if the user's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Flower Gift, Forecast, Gulp Missile, Hadron Engine, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Orichalcum Pulse, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Zen Mode, or Zero to Hero.",
22309
22429
  shortDesc: "The target's Ability changes to match the user's."
22310
22430
  },
22311
22431
  eruption: {
@@ -22337,8 +22457,8 @@ var _31 = {
22337
22457
  secondary: { chance: 100, self: { boosts: { spe: 1 } } },
22338
22458
  target: "normal",
22339
22459
  type: "Psychic",
22340
- desc: "Has a higher chance for a critical hit. Has a 100% chance to raise the user's Speed by 1 stage.",
22341
- shortDesc: "High critical hit ratio. Raises the user's Speed by 1."
22460
+ desc: "Has a 100% chance to raise the user's Speed by 1 stage and a higher chance for a critical hit.",
22461
+ shortDesc: "100% chance to raise user Speed by 1. High crit."
22342
22462
  },
22343
22463
  eternabeam: {
22344
22464
  num: 795,
@@ -22657,8 +22777,8 @@ var _31 = {
22657
22777
  secondary: null,
22658
22778
  target: "self",
22659
22779
  type: "Normal",
22660
- desc: "Raises the user's Attack, Special Attack, and Speed by 2 stages in exchange for the user losing 50% of its maximum HP, rounded down. Fails if the user would faint or if its Attack, Special Attack, and Speed stat stages would not change.",
22661
- shortDesc: "User loses 50% of its max HP. +2 to Atk, Sp. Atk, Spe."
22780
+ desc: "Raises the user's Attack, Special Attack, and Speed by 2 stages in exchange for the user losing 1/2 of its maximum HP, rounded down. Fails if the user would faint or if its Attack, Special Attack, and Speed stat stages would not change.",
22781
+ shortDesc: "+2 Attack, Sp. Atk, Speed for 1/2 user's max HP."
22662
22782
  },
22663
22783
  finalgambit: {
22664
22784
  num: 515,
@@ -22774,7 +22894,7 @@ var _31 = {
22774
22894
  secondary: null,
22775
22895
  target: "normal",
22776
22896
  type: "Fire",
22777
- 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.",
22897
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
22778
22898
  shortDesc: "Traps and damages the target for 4-5 turns."
22779
22899
  },
22780
22900
  firstimpression: {
@@ -23083,7 +23203,7 @@ var _31 = {
23083
23203
  target: "normal",
23084
23204
  type: "Grass",
23085
23205
  desc: "This move is always a critical hit unless the target is under the effect of Lucky Chant or has the Battle Armor or Shell Armor Abilities. This move does not check accuracy.",
23086
- shortDesc: "Always results in a critical hit; does not check accuracy."
23206
+ shortDesc: "Always results in a critical hit; no accuracy check."
23087
23207
  },
23088
23208
  fly: {
23089
23209
  num: 19,
@@ -23490,7 +23610,7 @@ var _31 = {
23490
23610
  target: "normal",
23491
23611
  type: "Poison",
23492
23612
  zMove: { boost: { spe: 1 } },
23493
- desc: "Causes the target's Ability to be rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode, this move fails, and receiving the effect through Baton Pass ends the effect immediately.",
23613
+ desc: "Causes the target's Ability to be rendered ineffective as long as it remains active. If the target uses Baton Pass, the replacement will remain under this effect. If the target's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, or Zero to Hero, this move fails, and receiving the effect through Baton Pass ends the effect immediately.",
23494
23614
  shortDesc: "Nullifies the target's Ability."
23495
23615
  },
23496
23616
  geargrind: {
@@ -23671,8 +23791,8 @@ var _31 = {
23671
23791
  secondary: null,
23672
23792
  target: "normal",
23673
23793
  type: "Dragon",
23674
- desc: "If this move is successful, the user will take double damage from attacks on the next turn.",
23675
- shortDesc: "Next turn: attacks can't miss user and deal 2x damage."
23794
+ desc: "If this move is successful, moves targeted at the user deal double damage and do not check accuracy until the end of the next turn.",
23795
+ shortDesc: "Opp 2x damage, sure-hit until end of next turn."
23676
23796
  },
23677
23797
  glare: {
23678
23798
  num: 137,
@@ -25486,8 +25606,7 @@ var _31 = {
25486
25606
  secondary: null,
25487
25607
  target: "normal",
25488
25608
  type: "Normal",
25489
- desc: "If this move is successful, it breaks through the target's Baneful Bunker, Detect, King's Shield, Protect, or Spiky Shield for this turn, allowing other Pokemon to attack the target normally. If the target's side is protected by Crafty Shield, Mat Block, Quick Guard, or Wide Guard, that protection is also broken for this turn and other Pokemon may attack the target's side normally.",
25490
- shortDesc: "Nullifies protection moves."
25609
+ shortDesc: "Bypasses protection without breaking it."
25491
25610
  },
25492
25611
  hyperfang: {
25493
25612
  num: 158,
@@ -25792,7 +25911,7 @@ var _31 = {
25792
25911
  target: "normal",
25793
25912
  type: "Ghost",
25794
25913
  desc: "Has a 30% chance to burn the target. Power doubles if the target has a non-volatile status condition.",
25795
- shortDesc: "30% chance to burn. 2x power if target is statused."
25914
+ shortDesc: "30% burn. 2x power if target is already statused."
25796
25915
  },
25797
25916
  inferno: {
25798
25917
  num: 517,
@@ -25838,7 +25957,7 @@ var _31 = {
25838
25957
  secondary: null,
25839
25958
  target: "normal",
25840
25959
  type: "Bug",
25841
- 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.",
25960
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
25842
25961
  shortDesc: "Traps and damages the target for 4-5 turns."
25843
25962
  },
25844
25963
  ingrain: {
@@ -26071,7 +26190,7 @@ var _31 = {
26071
26190
  target: "self",
26072
26191
  type: "Steel",
26073
26192
  zMove: { effect: "clearnegativeboost" },
26074
- desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Attack lowered by 1 stage. Non-damaging moves go through this protection. 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.",
26193
+ desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Attack lowered by 1 stage. Non-damaging moves go through this protection. 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, Silk Trap, 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.",
26075
26194
  shortDesc: "Protects from damaging attacks. Contact: -1 Atk."
26076
26195
  },
26077
26196
  knockoff: {
@@ -26181,7 +26300,8 @@ var _31 = {
26181
26300
  secondary: null,
26182
26301
  target: "normal",
26183
26302
  type: "Ghost",
26184
- shortDesc: "Power increases by 50 with each fainted party member."
26303
+ desc: "Power is equal to 50+(X*50), where X is the total number of times any Pokemon has fainted on the user's side, and X cannot be greater than 100.",
26304
+ shortDesc: "+50 power for each time a party member fainted."
26185
26305
  },
26186
26306
  lavaplume: {
26187
26307
  num: 436,
@@ -26291,7 +26411,7 @@ var _31 = {
26291
26411
  target: "normal",
26292
26412
  type: "Grass",
26293
26413
  zMove: { effect: "clearnegativeboost" },
26294
- 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.",
26414
+ 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 Mortal Spin or Rapid Spin successfully, the effect ends. Grass-type Pokemon are immune to this move on use, but not its effect.",
26295
26415
  shortDesc: "1/8 of target's HP is restored to user every turn."
26296
26416
  },
26297
26417
  leer: {
@@ -26723,7 +26843,7 @@ var _31 = {
26723
26843
  secondary: null,
26724
26844
  target: "normal",
26725
26845
  type: "Fire",
26726
- 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.",
26846
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
26727
26847
  shortDesc: "Traps and damages the target for 4-5 turns."
26728
26848
  },
26729
26849
  magnetbomb: {
@@ -27888,8 +28008,8 @@ var _31 = {
27888
28008
  secondary: { chance: 100, status: "psn" },
27889
28009
  target: "allAdjacentFoes",
27890
28010
  type: "Poison",
27891
- desc: "If this move is successful and the user has not fainted, the effects of Leech Seed and binding moves end for the user, and all hazards are removed from the user's side of the field. Has a 100% chance to poison all opposing Pokemon.",
27892
- shortDesc: "Free user from hazards/bind/Leech Seed; poisons opponents."
28011
+ desc: "If this move is successful and the user has not fainted, the effects of Leech Seed and binding moves end for the user, and all hazards are removed from the user's side of the field. Has a 100% chance to poison the target.",
28012
+ shortDesc: "Poisons foes, frees user from hazards/bind/leech."
27893
28013
  },
27894
28014
  mountaingale: {
27895
28015
  num: 836,
@@ -28311,7 +28431,7 @@ var _31 = {
28311
28431
  secondary: null,
28312
28432
  target: "self",
28313
28433
  type: "Dark",
28314
- desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Defense lowered by 2 stages. Non-damaging moves go through this protection. 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.",
28434
+ desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Defense lowered by 2 stages. Non-damaging moves go through this protection. 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, Silk Trap, 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.",
28315
28435
  shortDesc: "Protects from damaging attacks. Contact: -2 Def."
28316
28436
  },
28317
28437
  oceanicoperetta: {
@@ -28420,7 +28540,8 @@ var _31 = {
28420
28540
  hasSheerForce: true,
28421
28541
  target: "normal",
28422
28542
  type: "Dragon",
28423
- shortDesc: "+1 to stat depending on Tatsugiri color."
28543
+ desc: "If an ally Tatsugiri has activated its Commander Ability, this move raises the user's Attack by 1 stage if the Tatsugiri is Curly Form, Defense by 1 stage if Droopy Form, or Speed by 1 stage if Stretchy Form. The effect happens whether or not this move is successful, and even if the Tatsugiri that activated the effect has since fainted.",
28544
+ shortDesc: "Curly|Droopy|Stretchy eaten: +1 Atk|Def|Spe."
28424
28545
  },
28425
28546
  originpulse: {
28426
28547
  num: 618,
@@ -28916,7 +29037,7 @@ var _31 = {
28916
29037
  secondary: null,
28917
29038
  target: "normal",
28918
29039
  type: "Normal",
28919
- desc: "Hits ten times. This move checks accuracy for each hit, and the attack ends if the target avoids a hit. If one of the hits breaks the target's substitute, it will take damage for the remaining hits.",
29040
+ desc: "Hits ten times. This move checks accuracy for each hit, and the attack ends if the target avoids a hit. If one of the hits breaks the target's substitute, it will take damage for the remaining hits. If the user has the Skill Link Ability, this move will always hit ten times. If the user is holding Loaded Dice, this move hits four to ten times at random without checking accuracy between hits.",
28920
29041
  shortDesc: "Hits 10 times. Each hit can miss."
28921
29042
  },
28922
29043
  pounce: {
@@ -29179,7 +29300,7 @@ var _31 = {
29179
29300
  target: "self",
29180
29301
  type: "Normal",
29181
29302
  zMove: { effect: "clearnegativeboost" },
29182
- 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.",
29303
+ 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, Silk Trap, 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.",
29183
29304
  shortDesc: "Prevents moves from affecting the user this turn."
29184
29305
  },
29185
29306
  psybeam: {
@@ -29511,7 +29632,7 @@ var _31 = {
29511
29632
  target: "allySide",
29512
29633
  type: "Fighting",
29513
29634
  zMove: { boost: { def: 1 } },
29514
- 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.",
29635
+ 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, Silk Trap, 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.",
29515
29636
  shortDesc: "Protects allies from priority attacks this turn."
29516
29637
  },
29517
29638
  quiverdance: {
@@ -29561,8 +29682,8 @@ var _31 = {
29561
29682
  secondary: null,
29562
29683
  target: "normal",
29563
29684
  type: "Ghost",
29564
- desc: "Power increases by 50 each time the user is hit by a damaging attack. This does not reset upon switching out or fainting.",
29565
- shortDesc: "Power increases by 50 each time user is hit."
29685
+ desc: "Power is equal to 50+(X*50), where X is the total number of times the user has been hit by a damaging attack during the battle, even if the user did not lose HP from the attack. X cannot be greater than 6 and does not reset upon switching out or fainting. Each hit of a multi-hit attack is counted, but confusion damage is not counted.",
29686
+ shortDesc: "+50 power for each time user was hit. Max 6 hits."
29566
29687
  },
29567
29688
  ragepowder: {
29568
29689
  num: 476,
@@ -29594,7 +29715,7 @@ var _31 = {
29594
29715
  secondary: null,
29595
29716
  target: "normal",
29596
29717
  type: "Normal",
29597
- desc: "If this attack does not miss, the effects of Reflect, Light Screen, and Aurora Veil end for the target's side of the field before damage is calculated.",
29718
+ desc: "If this attack does not miss, the effects of Reflect, Light Screen, and Aurora Veil end for the target's side of the field before damage is calculated. If the user's current form is a Paldean Tauros, this move's type changes to match. Fighting type for Combat Breed, Fire type for Blaze Breed, and Water type for Aqua Breed.",
29598
29719
  shortDesc: "Destroys screens. Type depends on user's form."
29599
29720
  },
29600
29721
  ragingfury: {
@@ -29909,6 +30030,7 @@ var _31 = {
29909
30030
  secondary: null,
29910
30031
  target: "self",
29911
30032
  type: "Normal",
30033
+ desc: "A fainted party member is selected and revived with 1/2 its max HP, rounded down. Fails if there are no fainted party members.",
29912
30034
  shortDesc: "Revives a fainted Pokemon to 50% HP."
29913
30035
  },
29914
30036
  risingvoltage: {
@@ -30106,7 +30228,7 @@ var _31 = {
30106
30228
  target: "normal",
30107
30229
  type: "Psychic",
30108
30230
  zMove: { boost: { spe: 1 } },
30109
- 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.",
30231
+ desc: "The user's Ability changes to match the target's Ability. Fails if the user's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Zen Mode, Zero to Hero, or already matches the target, or if the target's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Flower Gift, Forecast, Gulp Missile, Hadron Engine, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Orichalcum Pulse, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Trace, Wonder Guard, Zen Mode, or Zero to Hero.",
30110
30232
  shortDesc: "User replaces its Ability with the target's."
30111
30233
  },
30112
30234
  rollingkick: {
@@ -30275,7 +30397,8 @@ var _31 = {
30275
30397
  secondary: { chance: 100, volatileStatus: "saltcure" },
30276
30398
  target: "normal",
30277
30399
  type: "Rock",
30278
- shortDesc: "Deals 1/8 max HP every turn; 1/4 if Steel or Water."
30400
+ desc: "Causes damage to the target equal to 1/8 of its maximum HP (1/4 if the target is Steel or Water type), rounded down, at the end of each turn during effect. This effect ends when the target is no longer active.",
30401
+ shortDesc: "Deals 1/8 max HP each turn; 1/4 on Steel, Water."
30279
30402
  },
30280
30403
  sandattack: {
30281
30404
  num: 28,
@@ -30340,7 +30463,7 @@ var _31 = {
30340
30463
  secondary: null,
30341
30464
  target: "normal",
30342
30465
  type: "Ground",
30343
- 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.",
30466
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
30344
30467
  shortDesc: "Traps and damages the target for 4-5 turns."
30345
30468
  },
30346
30469
  sappyseed: {
@@ -30770,7 +30893,7 @@ var _31 = {
30770
30893
  target: "self",
30771
30894
  type: "Normal",
30772
30895
  zMove: { effect: "clearnegativeboost" },
30773
- desc: "The user takes 1/2 of its maximum HP, rounded up, and creates a substitute. The user then switches out, passing the substitute to whichever Pokemon is switched in.",
30896
+ desc: "The user takes 1/2 of its maximum HP, rounded up, and creates a substitute that has 1/4 of the user's maximum HP, rounded down. The user is replaced with another Pokemon in its party and the selected Pokemon has the substitute transferred to it. Fails if the user would faint, or if there are no unfainted party members.",
30774
30897
  shortDesc: "User takes 1/2 its max HP to pass a substitute."
30775
30898
  },
30776
30899
  sheercold: {
@@ -30934,7 +31057,7 @@ var _31 = {
30934
31057
  condition: { duration: 1, onTryHitPriority: 3 },
30935
31058
  target: "self",
30936
31059
  type: "Bug",
30937
- desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Speed lowered by 1 stage. Non-damaging moves go through this protection. 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.",
31060
+ desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon trying to make contact with the user have their Speed lowered by 1 stage. Non-damaging moves go through this protection. 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, Silk Trap, 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.",
30938
31061
  shortDesc: "Protects from damaging attacks. Contact: -1 Spe."
30939
31062
  },
30940
31063
  silverwind: {
@@ -30970,7 +31093,7 @@ var _31 = {
30970
31093
  target: "normal",
30971
31094
  type: "Normal",
30972
31095
  zMove: { boost: { spa: 1 } },
30973
- desc: "Causes the target's Ability to become Simple. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Simple, Stance Change, Truant, or Zen Mode.",
31096
+ desc: "Causes the target's Ability to become Simple. Fails if the target's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Simple, Stance Change, Truant, Zen Mode, or Zero to Hero.",
30974
31097
  shortDesc: "The target's Ability becomes Simple."
30975
31098
  },
30976
31099
  sing: {
@@ -31059,7 +31182,7 @@ var _31 = {
31059
31182
  target: "normal",
31060
31183
  type: "Psychic",
31061
31184
  zMove: { boost: { spe: 1 } },
31062
- 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.",
31185
+ 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, Commander, Disguise, Gulp Missile, Hadron Engine, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Wonder Guard, Zen Mode, or Zero to Hero.",
31063
31186
  shortDesc: "The user and the target trade Abilities."
31064
31187
  },
31065
31188
  skittersmack: {
@@ -31372,7 +31495,7 @@ var _31 = {
31372
31495
  secondary: null,
31373
31496
  target: "normal",
31374
31497
  type: "Grass",
31375
- 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.",
31498
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
31376
31499
  shortDesc: "Traps and damages the target for 4-5 turns."
31377
31500
  },
31378
31501
  snarl: {
@@ -31675,8 +31798,8 @@ var _31 = {
31675
31798
  secondary: null,
31676
31799
  target: "normal",
31677
31800
  type: "Grass",
31678
- desc: "Raises the target's Attack by 2 stages and lowers their Defense by 2 stages.",
31679
- shortDesc: "Target: +2 Atk, -2 Def."
31801
+ desc: "Raises the target's Attack by 2 stages and lowers its Defense by 2 stages.",
31802
+ shortDesc: "Raises target's Atk by 2 and lowers its Def by 2."
31680
31803
  },
31681
31804
  spiderweb: {
31682
31805
  num: 169,
@@ -31728,7 +31851,7 @@ var _31 = {
31728
31851
  target: "foeSide",
31729
31852
  type: "Ground",
31730
31853
  zMove: { boost: { def: 1 } },
31731
- 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.",
31854
+ 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 Mortal Spin, Rapid Spin, or Defog successfully, or is hit by Defog.",
31732
31855
  shortDesc: "Hurts grounded foes on switch-in. Max 3 layers."
31733
31856
  },
31734
31857
  spikyshield: {
@@ -31747,7 +31870,7 @@ var _31 = {
31747
31870
  target: "self",
31748
31871
  type: "Grass",
31749
31872
  zMove: { boost: { def: 1 } },
31750
- desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user lose 1/8 of their maximum HP, rounded down. 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.",
31873
+ desc: "The user is protected from most attacks made by other Pokemon during this turn, and Pokemon making contact with the user lose 1/8 of their maximum HP, rounded down. 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, Silk Trap, 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.",
31751
31874
  shortDesc: "Protects from moves. Contact: loses 1/8 max HP."
31752
31875
  },
31753
31876
  spinout: {
@@ -31924,7 +32047,7 @@ var _31 = {
31924
32047
  target: "allAdjacentFoes",
31925
32048
  type: "Fairy",
31926
32049
  desc: "Has a 30% chance to lower the target's Attack by 1 stage.",
31927
- shortDesc: "30% chance lower adjacent Pkmn Attack by 1."
32050
+ shortDesc: "30% chance to lower the foe(s) Attack by 1."
31928
32051
  },
31929
32052
  stealthrock: {
31930
32053
  num: 446,
@@ -31941,7 +32064,7 @@ var _31 = {
31941
32064
  target: "foeSide",
31942
32065
  type: "Rock",
31943
32066
  zMove: { boost: { def: 1 } },
31944
- desc: "Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Fails if the effect is already active on the opposing side. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",
32067
+ desc: "Sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Fails if the effect is already active on the opposing side. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Mortal Spin, Rapid Spin, or Defog successfully, or is hit by Defog.",
31945
32068
  shortDesc: "Hurts foes on switch-in. Factors Rock weakness."
31946
32069
  },
31947
32070
  steameruption: {
@@ -32038,7 +32161,7 @@ var _31 = {
32038
32161
  target: "foeSide",
32039
32162
  type: "Bug",
32040
32163
  zMove: { boost: { spe: 1 } },
32041
- 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.",
32164
+ 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 Mortal Spin, Rapid Spin, or Defog successfully, or is hit by Defog.",
32042
32165
  shortDesc: "Lowers Speed of grounded foes by 1 on switch-in."
32043
32166
  },
32044
32167
  stockpile: {
@@ -32120,7 +32243,7 @@ var _31 = {
32120
32243
  secondary: {},
32121
32244
  target: "normal",
32122
32245
  type: "Rock",
32123
- desc: "If this move is successful, it sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",
32246
+ desc: "If this move is successful, it sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Mortal Spin, Rapid Spin, or Defog successfully, or is hit by Defog.",
32124
32247
  shortDesc: "Sets Stealth Rock on the target's side."
32125
32248
  },
32126
32249
  stoneedge: {
@@ -32769,8 +32892,8 @@ var _31 = {
32769
32892
  secondary: null,
32770
32893
  target: "self",
32771
32894
  type: "Psychic",
32772
- desc: "The user cures its non-volatiled status condition. Raises the user's Special Attack and Special Defense by 1 stage.",
32773
- shortDesc: "Cures status. Raises Sp. Atk and Sp. Def by 1."
32895
+ desc: "The user cures its non-volatile status condition. Raises the user's Special Attack and Special Defense by 1 stage.",
32896
+ shortDesc: "Cures user's status, raises Sp. Atk, Sp. Def by 1."
32774
32897
  },
32775
32898
  tarshot: {
32776
32899
  num: 749,
@@ -32951,8 +33074,8 @@ var _31 = {
32951
33074
  secondary: null,
32952
33075
  target: "normal",
32953
33076
  type: "Normal",
32954
- desc: "If the user is Terastallized, this move becomes a physical attack if the user's Attack is greater than its Special Attack, including stat stage changes, and it becomes the same its the user's Tera Type.",
32955
- shortDesc: "If Terastallized: Phys. if Atk > SpA & Type = Tera Type."
33077
+ desc: "If the user is Terastallized, this move becomes a physical attack if the user's Attack is greater than its Special Attack, including stat stage changes, and this move's type becomes the same as the user's Tera Type.",
33078
+ shortDesc: "If Terastallized: Phys. if Atk > SpA, type = Tera."
32956
33079
  },
32957
33080
  terrainpulse: {
32958
33081
  num: 805,
@@ -33100,7 +33223,7 @@ var _31 = {
33100
33223
  secondary: null,
33101
33224
  target: "normal",
33102
33225
  type: "Electric",
33103
- 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.",
33226
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
33104
33227
  shortDesc: "Traps and damages the target for 4-5 turns."
33105
33228
  },
33106
33229
  thunderfang: {
@@ -33210,12 +33333,11 @@ var _31 = {
33210
33333
  pp: 10,
33211
33334
  priority: 0,
33212
33335
  flags: {},
33213
- boosts: { atk: 1, spe: 1 },
33214
33336
  secondary: null,
33215
33337
  target: "self",
33216
33338
  type: "Normal",
33217
- desc: "Raises the user's Attack and Speed by 1 stage. The effects of Spikes, Stealth Rock, Sticky Web, Toxic Spikes, and Substitute for both sides.",
33218
- shortDesc: "User: +1 Atk, +1 Spe. Clears any Substitute and hazards."
33339
+ desc: "Raises the user's Attack and Speed by 1 stage. Removes subtitutes from all active Pokemon and ends the effects of Spikes, Stealth Rock, Sticky Web, and Toxic Spikes for both sides.",
33340
+ shortDesc: "User +1 Atk, Spe. Clears all substitutes/hazards."
33219
33341
  },
33220
33342
  topsyturvy: {
33221
33343
  num: 576,
@@ -33299,7 +33421,7 @@ var _31 = {
33299
33421
  target: "foeSide",
33300
33422
  type: "Poison",
33301
33423
  zMove: { boost: { def: 1 } },
33302
- 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.",
33424
+ 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 Mortal Spin, 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.",
33303
33425
  shortDesc: "Poisons grounded foes on switch-in. Max 2 layers."
33304
33426
  },
33305
33427
  toxicthread: {
@@ -33440,7 +33562,7 @@ var _31 = {
33440
33562
  target: "normal",
33441
33563
  type: "Fighting",
33442
33564
  desc: "Has a 50% chance to lower the target's Defense by 1 stage, a 30% chance to make it flinch, and a higher chance for a critical hit.",
33443
- shortDesc: "High critical hit ratio. 50% -1 Def. 30% flinch."
33565
+ shortDesc: "High crit. Target: 50% -1 Defense, 30% flinch."
33444
33566
  },
33445
33567
  tripleaxel: {
33446
33568
  num: 813,
@@ -33988,7 +34110,7 @@ var _31 = {
33988
34110
  secondary: null,
33989
34111
  target: "normal",
33990
34112
  type: "Water",
33991
- 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.",
34113
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
33992
34114
  shortDesc: "Traps and damages the target for 4-5 turns."
33993
34115
  },
33994
34116
  whirlwind: {
@@ -34043,8 +34165,8 @@ var _31 = {
34043
34165
  secondary: { chance: 10, status: "slp" },
34044
34166
  target: "normal",
34045
34167
  type: "Dark",
34046
- desc: "Has a 10% chance to put the target to sleep.",
34047
- shortDesc: "10% chance to sleep target."
34168
+ desc: "Has a 10% chance to cause the target to fall asleep.",
34169
+ shortDesc: "10% chance to cause the target to fall asleep."
34048
34170
  },
34049
34171
  wideguard: {
34050
34172
  num: 469,
@@ -34061,7 +34183,7 @@ var _31 = {
34061
34183
  target: "allySide",
34062
34184
  type: "Rock",
34063
34185
  zMove: { boost: { def: 1 } },
34064
- desc: "The user and its party members are protected from moves made by other Pokemon, including allies, during this turn that target all adjacent foes or all adjacent Pokemon. 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.",
34186
+ desc: "The user and its party members are protected from moves made by other Pokemon, including allies, during this turn that target all adjacent foes or all adjacent Pokemon. 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, Silk Trap, 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.",
34065
34187
  shortDesc: "Protects allies from multi-target moves this turn."
34066
34188
  },
34067
34189
  wildboltstorm: {
@@ -34230,7 +34352,7 @@ var _31 = {
34230
34352
  target: "normal",
34231
34353
  type: "Grass",
34232
34354
  zMove: { boost: { spe: 1 } },
34233
- desc: "Causes the target's Ability to become Insomnia. Fails if the target's Ability is As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Insomnia, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Truant, or Zen Mode.",
34355
+ desc: "Causes the target's Ability to become Insomnia. Fails if the target's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Gulp Missile, Hadron Engine, Ice Face, Insomnia, Multitype, Orichalcum Pulse, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Truant, Zen Mode, or Zero to Hero.",
34234
34356
  shortDesc: "The target's Ability becomes Insomnia."
34235
34357
  },
34236
34358
  wrap: {
@@ -34246,7 +34368,7 @@ var _31 = {
34246
34368
  secondary: null,
34247
34369
  target: "normal",
34248
34370
  type: "Normal",
34249
- 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.",
34371
+ 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, Shed Tail, Teleport, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Mortal Spin, Rapid Spin, or Substitute successfully. This effect is not stackable or reset by using this or another binding move.",
34250
34372
  shortDesc: "Traps and damages the target for 4-5 turns."
34251
34373
  },
34252
34374
  wringout: {
@@ -37196,6 +37318,11 @@ var _38 = {
37196
37318
  evoType: "levelExtra",
37197
37319
  evoCondition: "near a special magnetic field"
37198
37320
  },
37321
+ crabominable: {
37322
+ inherit: true,
37323
+ evoType: "levelExtra",
37324
+ evoCondition: "at Mount Lanakila"
37325
+ },
37199
37326
  lycanroc: { inherit: true, evoCondition: "in Pokemon Sun/Ultra Sun" },
37200
37327
  lycanrocmidnight: {
37201
37328
  inherit: true,
@@ -37366,7 +37493,10 @@ var _39 = {
37366
37493
  },
37367
37494
  sneasler: {
37368
37495
  inherit: true,
37369
- abilities: { "0": "Pressure", H: "Poison Touch" }
37496
+ abilities: { "0": "Pressure", H: "Poison Touch" },
37497
+ evoType: "useItem",
37498
+ evoItem: "Razor Claw",
37499
+ evoCondition: "during the day"
37370
37500
  },
37371
37501
  enamorus: { inherit: true, abilities: { "0": "Healer", H: "Contrary" } }
37372
37502
  };
@@ -55623,8 +55753,8 @@ var _40 = {
55623
55753
  abilities: { "0": "Hyper Cutter", "1": "Iron Fist", H: "Anger Point" },
55624
55754
  weightkg: 180,
55625
55755
  prevo: "Crabrawler",
55626
- evoType: "levelExtra",
55627
- evoCondition: "at Mount Lanakila",
55756
+ evoType: "useItem",
55757
+ evoItem: "Ice Stone",
55628
55758
  eggGroups: ["Water 3"]
55629
55759
  },
55630
55760
  oricorio: {
@@ -60273,7 +60403,7 @@ var _40 = {
60273
60403
  abilities: { "0": "Pressure", "1": "Unburden", H: "Poison Touch" },
60274
60404
  weightkg: 43,
60275
60405
  prevo: "Sneasel-Hisui",
60276
- evoType: "useItem",
60406
+ evoType: "levelHold",
60277
60407
  evoItem: "Razor Claw",
60278
60408
  evoCondition: "during the day",
60279
60409
  eggGroups: ["Field"]
@@ -61297,7 +61427,6 @@ var _40 = {
61297
61427
  prevo: "Capsakid",
61298
61428
  evoType: "useItem",
61299
61429
  evoItem: "Fire Stone",
61300
- evoLevel: 30,
61301
61430
  eggGroups: ["Grass"]
61302
61431
  },
61303
61432
  rellor: {
@@ -62224,7 +62353,7 @@ var _40 = {
62224
62353
  weightkg: 30,
62225
62354
  prevo: "Gimmighoul",
62226
62355
  evoType: "other",
62227
- evoCondition: "Give 999 Coins",
62356
+ evoCondition: "Level up with 999 Coins in the bag",
62228
62357
  eggGroups: ["Undiscovered"]
62229
62358
  },
62230
62359
  wochien: {
@@ -69490,7 +69619,7 @@ var _53 = {
69490
69619
  dwebble: { tier: "LC" },
69491
69620
  crustle: { tier: "(PU)", doublesTier: "(DUU)" },
69492
69621
  scraggy: { tier: "NFE" },
69493
- scrafty: { tier: "PU", doublesTier: "DUU" },
69622
+ scrafty: { tier: "PUBL", doublesTier: "DUU" },
69494
69623
  sigilyph: { tier: "NUBL", doublesTier: "(DUU)" },
69495
69624
  yamask: { tier: "LC" },
69496
69625
  yamaskgalar: { tier: "LC" },
@@ -70939,7 +71068,7 @@ var _54 = {
70939
71068
  pawniard: { tier: "LC" },
70940
71069
  bisharp: { tier: "NFE" },
70941
71070
  bouffalant: { isNonstandard: "Past", tier: "Illegal" },
70942
- rufflet: { tier: "LC" },
71071
+ rufflet: { tier: "NFE" },
70943
71072
  braviary: { tier: "UU", doublesTier: "DUU" },
70944
71073
  braviaryhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70945
71074
  vullaby: { isNonstandard: "Past", tier: "Illegal" },