@pkmn/dex 0.8.3 → 0.8.4

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.mjs CHANGED
@@ -34,12 +34,13 @@ var _ = {
34
34
  inherit: true,
35
35
  desc: "This Pokemon is immune to Fire-type moves, as long as it is not frozen. The first time it is hit by a Fire-type move, damage from its Fire-type attacks will be multiplied by 1.5 as long as it remains active and has this Ability. If this Pokemon has a non-volatile status condition, is a Fire type, or has a substitute, Will-O-Wisp will not activate this Ability."
36
36
  },
37
+ forecast: { inherit: true, flags: {} },
37
38
  intimidate: {
38
39
  inherit: true,
39
40
  desc: "On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon behind a substitute are immune."
40
41
  },
41
42
  lightningrod: {
42
- isBreakable: true,
43
+ flags: { breakable: 1 },
43
44
  name: "Lightning Rod",
44
45
  num: 32,
45
46
  desc: "If this Pokemon is not the target of a single-target Electric-type move used by an opposing Pokemon, this Pokemon redirects that move to itself. This effect considers Hidden Power a Normal-type move.",
@@ -83,6 +84,7 @@ var _ = {
83
84
  },
84
85
  trace: {
85
86
  inherit: true,
87
+ flags: {},
86
88
  desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability."
87
89
  },
88
90
  truant: {
@@ -175,9 +177,11 @@ var _2 = {
175
177
  },
176
178
  flowergift: {
177
179
  inherit: true,
180
+ flags: { breakable: 1 },
178
181
  desc: "If Sunny Day is active, the Attack and Special Defense of this Pokemon and its allies are multiplied by 1.5.",
179
182
  shortDesc: "If Sunny Day is active, Attack and Sp. Def of this Pokemon and its allies are 1.5x."
180
183
  },
184
+ forecast: { inherit: true, flags: { notrace: 1 } },
181
185
  forewarn: {
182
186
  inherit: true,
183
187
  desc: "On switch-in, this Pokemon is alerted to the move with the highest power, at random, known by an opposing Pokemon. This effect considers OHKO moves to have 150 power, Counter, Mirror Coat, and Metal Burst to have 120 power, and every other attacking move with an unspecified power to have 80 power."
@@ -271,7 +275,7 @@ var _2 = {
271
275
  onResidualSubOrder: 3
272
276
  },
273
277
  simple: {
274
- isBreakable: true,
278
+ flags: { breakable: 1 },
275
279
  name: "Simple",
276
280
  num: 86,
277
281
  desc: "This Pokemon's stat stages are considered doubled during stat calculations. A stat stage cannot be considered more than 6 or less than -6.",
@@ -321,7 +325,7 @@ var _2 = {
321
325
  tangledfeet: { inherit: true, onModifyAccuracyPriority: 6 },
322
326
  thickfat: {
323
327
  onSourceBasePowerPriority: 1,
324
- isBreakable: true,
328
+ flags: { breakable: 1 },
325
329
  name: "Thick Fat",
326
330
  num: 47,
327
331
  desc: "The power of Fire- and Ice-type attacks against this Pokemon is halved.",
@@ -336,6 +340,7 @@ var _2 = {
336
340
  },
337
341
  trace: {
338
342
  inherit: true,
343
+ flags: { notrace: 1 },
339
344
  desc: "On switch-in, this Pokemon copies a random opposing Pokemon's Ability. Abilities that cannot be copied are Forecast, Multitype, and Trace. If no opposing Pokemon has an Ability that can be copied, this Ability will activate as soon as one does."
340
345
  },
341
346
  unburden: { inherit: true, condition: {} },
@@ -387,6 +392,14 @@ var _2 = {
387
392
  inherit: true,
388
393
  desc: "This Pokemon's moves of 60 power or less have their power multiplied by 1.5, except Struggle. This effect comes after a move's effect changes its own power, as well as the effects of Charge and Helping Hand.",
389
394
  shortDesc: "This Pokemon's moves of 60 power or less have 1.5x power, except Struggle."
395
+ },
396
+ teravolt: {
397
+ inherit: true,
398
+ desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Clear Body, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Heatproof, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Lightning Rod, Limber, Magma Armor, Marvel Scale, Motor Drive, Oblivious, Own Tempo, Sand Veil, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, and Wonder Guard. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move. The Attack modifier from an ally's Flower Gift Ability is not negated."
399
+ },
400
+ turboblaze: {
401
+ inherit: true,
402
+ desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Battle Armor, Clear Body, Damp, Dry Skin, Filter, Flash Fire, Flower Gift, Heatproof, Hyper Cutter, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Lightning Rod, Limber, Magma Armor, Marvel Scale, Motor Drive, Oblivious, Own Tempo, Sand Veil, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Tangled Feet, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Veil, White Smoke, and Wonder Guard. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move. The Attack modifier from an ally's Flower Gift Ability is not negated."
390
403
  }
391
404
  };
392
405
  var _3 = {
@@ -415,6 +428,7 @@ var _3 = {
415
428
  },
416
429
  overcoat: {
417
430
  inherit: true,
431
+ flags: {},
418
432
  desc: "This Pokemon is immune to damage from Sandstorm or Hail.",
419
433
  shortDesc: "This Pokemon is immune to damage from Sandstorm or Hail."
420
434
  },
@@ -526,7 +540,7 @@ var _4 = {
526
540
  },
527
541
  zenmode: {
528
542
  inherit: true,
529
- isPermanent: false,
543
+ flags: { failroleplay: 1, noentrain: 1, notrace: 1 },
530
544
  desc: "If this Pokemon is a Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode. If Darmanitan loses this Ability while in Zen Mode, it reverts to Standard Mode immediately."
531
545
  },
532
546
  anticipation: {
@@ -628,8 +642,8 @@ var _5 = {
628
642
  desc: "If this Pokemon is a Mimikyu, the first hit it takes in battle deals 0 neutral damage. Its disguise is then broken and it changes to Busted Form. Confusion damage also breaks the disguise.",
629
643
  shortDesc: "(Mimikyu only) First hit deals 0 damage, breaks disguise."
630
644
  },
631
- darkaura: { inherit: true, isBreakable: true },
632
- fairyaura: { inherit: true, isBreakable: true },
645
+ darkaura: { inherit: true, flags: { breakable: 1 } },
646
+ fairyaura: { inherit: true, flags: { breakable: 1 } },
633
647
  innerfocus: {
634
648
  inherit: true,
635
649
  desc: "This Pokemon cannot be made to flinch.",
@@ -872,7 +886,18 @@ var _6 = {
872
886
  grasspelt: { inherit: true },
873
887
  grassysurge: { inherit: true },
874
888
  grimneigh: { inherit: true },
875
- gulpmissile: { inherit: true },
889
+ gulpmissile: {
890
+ inherit: true,
891
+ flags: {
892
+ failroleplay: 1,
893
+ noreceiver: 1,
894
+ noentrain: 1,
895
+ notrace: 1,
896
+ failskillswap: 1,
897
+ cantsuppress: 1,
898
+ notransform: 1
899
+ }
900
+ },
876
901
  guts: { inherit: true },
877
902
  harvest: { inherit: true },
878
903
  healer: { inherit: true },
@@ -900,7 +925,11 @@ var _6 = {
900
925
  shortDesc: "If Eiscue, the first physical hit it takes deals 0 damage. This effect is restored in Hail."
901
926
  },
902
927
  icescales: { inherit: true },
903
- illuminate: { inherit: true, shortDesc: "No competitive use." },
928
+ illuminate: {
929
+ inherit: true,
930
+ flags: {},
931
+ shortDesc: "No competitive use."
932
+ },
904
933
  illusion: { inherit: true },
905
934
  immunity: { inherit: true },
906
935
  imposter: { inherit: true },
@@ -943,7 +972,10 @@ var _6 = {
943
972
  minus: { inherit: true },
944
973
  mirrorarmor: { inherit: true },
945
974
  mistysurge: { inherit: true },
946
- moldbreaker: { inherit: true },
975
+ moldbreaker: {
976
+ inherit: true,
977
+ desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."
978
+ },
947
979
  moody: { inherit: true },
948
980
  motordrive: { inherit: true },
949
981
  moxie: { inherit: true },
@@ -955,7 +987,10 @@ var _6 = {
955
987
  },
956
988
  naturalcure: { inherit: true },
957
989
  neuroforce: { inherit: true },
958
- neutralizinggas: { inherit: true },
990
+ neutralizinggas: {
991
+ inherit: true,
992
+ desc: "While this Pokemon is active, Abilities have no effect. This Ability activates before hazards and other Abilities take effect. Does not affect the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Neutralizing Gas, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities."
993
+ },
959
994
  noguard: { inherit: true },
960
995
  normalize: { inherit: true },
961
996
  oblivious: { inherit: true },
@@ -1091,7 +1126,10 @@ var _6 = {
1091
1126
  tanglinghair: { inherit: true },
1092
1127
  technician: { inherit: true },
1093
1128
  telepathy: { inherit: true },
1094
- teravolt: { inherit: true },
1129
+ teravolt: {
1130
+ inherit: true,
1131
+ desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."
1132
+ },
1095
1133
  thickfat: { inherit: true },
1096
1134
  tintedlens: { inherit: true },
1097
1135
  torrent: { inherit: true },
@@ -1107,7 +1145,10 @@ var _6 = {
1107
1145
  },
1108
1146
  triage: { inherit: true },
1109
1147
  truant: { inherit: true },
1110
- turboblaze: { inherit: true },
1148
+ turboblaze: {
1149
+ inherit: true,
1150
+ desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon."
1151
+ },
1111
1152
  unaware: { inherit: true },
1112
1153
  unburden: { inherit: true },
1113
1154
  unnerve: { inherit: true },
@@ -1117,7 +1158,7 @@ var _6 = {
1117
1158
  voltabsorb: { inherit: true },
1118
1159
  wanderingspirit: {
1119
1160
  inherit: true,
1120
- 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."
1161
+ desc: "Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect Pokemon with the Abilities 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."
1121
1162
  },
1122
1163
  waterabsorb: { inherit: true },
1123
1164
  waterbubble: { inherit: true },
@@ -1126,21 +1167,35 @@ var _6 = {
1126
1167
  weakarmor: { inherit: true },
1127
1168
  whitesmoke: { inherit: true },
1128
1169
  wimpout: { inherit: true },
1129
- wonderguard: { inherit: true },
1170
+ wonderguard: {
1171
+ inherit: true,
1172
+ flags: {
1173
+ failroleplay: 1,
1174
+ noreceiver: 1,
1175
+ failskillswap: 1,
1176
+ breakable: 1
1177
+ }
1178
+ },
1130
1179
  wonderskin: { inherit: true },
1131
1180
  zenmode: { inherit: true },
1132
1181
  mountaineer: { inherit: true },
1133
1182
  rebound: { inherit: true },
1134
- persistent: { inherit: true }
1183
+ persistent: { inherit: true },
1184
+ lingeringaroma: {
1185
+ inherit: true,
1186
+ 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, Lingering Aroma, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, or Zen Mode Abilities."
1187
+ }
1135
1188
  };
1136
1189
  var _7 = {
1137
1190
  noability: {
1138
1191
  isNonstandard: "Past",
1192
+ flags: {},
1139
1193
  name: "No Ability",
1140
1194
  num: 0,
1141
1195
  shortDesc: "Does nothing."
1142
1196
  },
1143
1197
  adaptability: {
1198
+ flags: {},
1144
1199
  name: "Adaptability",
1145
1200
  num: 91,
1146
1201
  desc: "This Pokemon's moves that match one of its types have a same-type attack bonus (STAB) of 2 instead of 1.5.",
@@ -1149,83 +1204,105 @@ var _7 = {
1149
1204
  aerilate: {
1150
1205
  onModifyTypePriority: -1,
1151
1206
  onBasePowerPriority: 23,
1207
+ flags: {},
1152
1208
  name: "Aerilate",
1153
1209
  num: 184,
1154
1210
  desc: "This Pokemon's Normal-type moves become Flying-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
1155
1211
  shortDesc: "This Pokemon's Normal-type moves become Flying type and have 1.2x power."
1156
1212
  },
1157
1213
  aftermath: {
1158
- name: "Aftermath",
1159
1214
  onDamagingHitOrder: 1,
1215
+ flags: {},
1216
+ name: "Aftermath",
1160
1217
  num: 106,
1161
1218
  desc: "If this Pokemon is knocked out with a contact move, that move's user loses 1/4 of its maximum HP, rounded down. If any active Pokemon has the Damp Ability, this effect is prevented.",
1162
1219
  shortDesc: "If this Pokemon is KOed with a contact move, that move's user loses 1/4 its max HP."
1163
1220
  },
1164
1221
  airlock: {
1165
1222
  suppressWeather: true,
1223
+ flags: {},
1166
1224
  name: "Air Lock",
1167
1225
  num: 76,
1168
1226
  shortDesc: "While this Pokemon is active, the effects of weather conditions are disabled."
1169
1227
  },
1170
1228
  analytic: {
1171
1229
  onBasePowerPriority: 21,
1230
+ flags: {},
1172
1231
  name: "Analytic",
1173
1232
  num: 148,
1174
1233
  desc: "The power of this Pokemon's move is multiplied by 1.3 if it is the last to move in a turn. Does not affect Doom Desire and Future Sight.",
1175
1234
  shortDesc: "This Pokemon's attacks have 1.3x power if it is the last to move in a turn."
1176
1235
  },
1177
1236
  angerpoint: {
1237
+ flags: {},
1178
1238
  name: "Anger Point",
1179
1239
  num: 83,
1180
1240
  desc: "If this Pokemon, but not its substitute, is struck by a critical hit, its Attack is raised by 12 stages.",
1181
1241
  shortDesc: "If this Pokemon (not its substitute) takes a critical hit, its Attack is raised 12 stages."
1182
1242
  },
1183
1243
  angershell: {
1244
+ flags: {},
1184
1245
  name: "Anger Shell",
1185
1246
  num: 271,
1186
1247
  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.",
1187
1248
  shortDesc: "At 1/2 or less of this Pokemon's max HP: +1 Atk, Sp. Atk, Spe, and -1 Def, Sp. Def."
1188
1249
  },
1189
1250
  anticipation: {
1251
+ flags: {},
1190
1252
  name: "Anticipation",
1191
1253
  num: 107,
1192
1254
  desc: "On switch-in, this Pokemon is alerted if any opposing Pokemon has an attack that is super effective against this Pokemon, or an OHKO move. This effect considers any move that deals direct damage as an attacking move of its respective type, Hidden Power counts as its determined type, and Judgment, Multi-Attack, Natural Gift, Revelation Dance, Techno Blast, and Weather Ball are considered Normal-type moves.",
1193
1255
  shortDesc: "On switch-in, this Pokemon shudders if any foe has a supereffective or OHKO move."
1194
1256
  },
1195
1257
  arenatrap: {
1258
+ flags: {},
1196
1259
  name: "Arena Trap",
1197
1260
  num: 71,
1198
1261
  desc: "Prevents opposing Pokemon from choosing to switch out unless they are airborne, are holding a Shed Shell, or are a Ghost type.",
1199
1262
  shortDesc: "Prevents opposing Pokemon from choosing to switch out unless they are airborne."
1200
1263
  },
1201
1264
  armortail: {
1202
- isBreakable: true,
1265
+ flags: { breakable: 1 },
1203
1266
  name: "Armor Tail",
1204
1267
  num: 296,
1205
1268
  desc: "Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",
1206
1269
  shortDesc: "This Pokemon and its allies are protected from opposing priority moves."
1207
1270
  },
1208
1271
  aromaveil: {
1209
- isBreakable: true,
1272
+ flags: { breakable: 1 },
1210
1273
  name: "Aroma Veil",
1211
1274
  num: 165,
1212
1275
  desc: "This Pokemon and its allies cannot become affected by Attract, Disable, Encore, Heal Block, Taunt, or Torment.",
1213
1276
  shortDesc: "Protects user/allies from Attract, Disable, Encore, Heal Block, Taunt, and Torment."
1214
1277
  },
1215
1278
  asoneglastrier: {
1216
- isPermanent: true,
1279
+ flags: {
1280
+ failroleplay: 1,
1281
+ noreceiver: 1,
1282
+ noentrain: 1,
1283
+ notrace: 1,
1284
+ failskillswap: 1,
1285
+ cantsuppress: 1
1286
+ },
1217
1287
  name: "As One (Glastrier)",
1218
1288
  num: 266,
1219
1289
  shortDesc: "Combination of the Unnerve and Chilling Neigh Abilities."
1220
1290
  },
1221
1291
  asonespectrier: {
1222
- isPermanent: true,
1292
+ flags: {
1293
+ failroleplay: 1,
1294
+ noreceiver: 1,
1295
+ noentrain: 1,
1296
+ notrace: 1,
1297
+ failskillswap: 1,
1298
+ cantsuppress: 1
1299
+ },
1223
1300
  name: "As One (Spectrier)",
1224
1301
  num: 267,
1225
1302
  shortDesc: "Combination of the Unnerve and Grim Neigh Abilities."
1226
1303
  },
1227
1304
  aurabreak: {
1228
- isBreakable: true,
1305
+ flags: { breakable: 1 },
1229
1306
  name: "Aura Break",
1230
1307
  num: 188,
1231
1308
  desc: "While this Pokemon is active, the effects of the Dark Aura and Fairy Aura Abilities are reversed, multiplying the power of Dark- and Fairy-type moves, respectively, by 3/4 instead of 1.33.",
@@ -1234,55 +1311,68 @@ var _7 = {
1234
1311
  baddreams: {
1235
1312
  onResidualOrder: 28,
1236
1313
  onResidualSubOrder: 2,
1314
+ flags: {},
1237
1315
  name: "Bad Dreams",
1238
1316
  num: 123,
1239
1317
  desc: "Causes opposing Pokemon to lose 1/8 of their maximum HP, rounded down, at the end of each turn if they are asleep.",
1240
1318
  shortDesc: "Causes sleeping foes to lose 1/8 of their max HP at the end of each turn."
1241
1319
  },
1242
1320
  ballfetch: {
1321
+ flags: {},
1243
1322
  name: "Ball Fetch",
1244
1323
  num: 237,
1245
1324
  shortDesc: "No competitive use."
1246
1325
  },
1247
1326
  battery: {
1248
1327
  onAllyBasePowerPriority: 22,
1328
+ flags: {},
1249
1329
  name: "Battery",
1250
1330
  num: 217,
1251
1331
  shortDesc: "This Pokemon's allies have the power of their special attacks multiplied by 1.3."
1252
1332
  },
1253
1333
  battlearmor: {
1254
1334
  onCriticalHit: false,
1255
- isBreakable: true,
1335
+ flags: { breakable: 1 },
1256
1336
  name: "Battle Armor",
1257
1337
  num: 4,
1258
1338
  shortDesc: "This Pokemon cannot be struck by a critical hit."
1259
1339
  },
1260
1340
  battlebond: {
1261
- isPermanent: true,
1341
+ flags: {
1342
+ failroleplay: 1,
1343
+ noreceiver: 1,
1344
+ noentrain: 1,
1345
+ notrace: 1,
1346
+ failskillswap: 1,
1347
+ cantsuppress: 1
1348
+ },
1262
1349
  name: "Battle Bond",
1263
1350
  num: 210,
1264
1351
  desc: "If this Pokemon is a Greninja, its Attack, Special Attack, and Speed are raised by 1 stage if it attacks and knocks out another Pokemon. This effect can only happen once per battle.",
1265
1352
  shortDesc: "After KOing a Pokemon: raises Attack, Sp. Atk, Speed by 1 stage. Once per battle."
1266
1353
  },
1267
1354
  beadsofruin: {
1355
+ flags: {},
1268
1356
  name: "Beads of Ruin",
1269
1357
  num: 284,
1270
1358
  shortDesc: "Active Pokemon without this Ability have their Special Defense multiplied by 0.75."
1271
1359
  },
1272
1360
  beastboost: {
1361
+ flags: {},
1273
1362
  name: "Beast Boost",
1274
1363
  num: 224,
1275
1364
  desc: "This Pokemon's highest stat is raised by 1 stage if it attacks and knocks out another Pokemon. Stat stage changes are not considered. If multiple stats are tied, Attack, Defense, Special Attack, Special Defense, and Speed are prioritized in that order.",
1276
1365
  shortDesc: "This Pokemon's highest stat is raised by 1 if it attacks and KOes another Pokemon."
1277
1366
  },
1278
1367
  berserk: {
1368
+ flags: {},
1279
1369
  name: "Berserk",
1280
1370
  num: 201,
1281
1371
  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 Special Attack is raised 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.",
1282
1372
  shortDesc: "This Pokemon's Sp. Atk is raised by 1 when it reaches 1/2 or less of its max HP."
1283
1373
  },
1284
1374
  bigpecks: {
1285
- isBreakable: true,
1375
+ flags: { breakable: 1 },
1286
1376
  name: "Big Pecks",
1287
1377
  num: 145,
1288
1378
  shortDesc: "Prevents other Pokemon from lowering this Pokemon's Defense stat stage."
@@ -1290,67 +1380,88 @@ var _7 = {
1290
1380
  blaze: {
1291
1381
  onModifyAtkPriority: 5,
1292
1382
  onModifySpAPriority: 5,
1383
+ flags: {},
1293
1384
  name: "Blaze",
1294
1385
  num: 66,
1295
1386
  desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Fire-type attack.",
1296
1387
  shortDesc: "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Fire attacks."
1297
1388
  },
1298
1389
  bulletproof: {
1299
- isBreakable: true,
1390
+ flags: { breakable: 1 },
1300
1391
  name: "Bulletproof",
1301
1392
  num: 171,
1302
1393
  shortDesc: "This Pokemon is immune to bullet moves."
1303
1394
  },
1304
1395
  cheekpouch: {
1396
+ flags: {},
1305
1397
  name: "Cheek Pouch",
1306
1398
  num: 167,
1307
1399
  desc: "If this Pokemon eats a held Berry, it restores 1/3 of its maximum HP, rounded down, in addition to the Berry's effect. This effect can also activate after the effects of Bug Bite, Fling, Pluck, Stuff Cheeks, and Teatime if the eaten Berry had an effect on this Pokemon.",
1308
1400
  shortDesc: "If this Pokemon eats a Berry, it restores 1/3 of its max HP after the Berry's effect."
1309
1401
  },
1310
1402
  chillingneigh: {
1403
+ flags: {},
1311
1404
  name: "Chilling Neigh",
1312
1405
  num: 264,
1313
1406
  desc: "This Pokemon's Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",
1314
1407
  shortDesc: "This Pokemon's Attack is raised by 1 stage if it attacks and KOes another Pokemon."
1315
1408
  },
1316
1409
  chlorophyll: {
1410
+ flags: {},
1317
1411
  name: "Chlorophyll",
1318
1412
  num: 34,
1319
1413
  desc: "If Sunny Day is active, this Pokemon's Speed is doubled. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
1320
1414
  shortDesc: "If Sunny Day is active, this Pokemon's Speed is doubled."
1321
1415
  },
1322
1416
  clearbody: {
1323
- isBreakable: true,
1417
+ flags: { breakable: 1 },
1324
1418
  name: "Clear Body",
1325
1419
  num: 29,
1326
1420
  shortDesc: "Prevents other Pokemon from lowering this Pokemon's stat stages."
1327
1421
  },
1328
1422
  cloudnine: {
1329
1423
  suppressWeather: true,
1424
+ flags: {},
1330
1425
  name: "Cloud Nine",
1331
1426
  num: 13,
1332
1427
  shortDesc: "While this Pokemon is active, the effects of weather conditions are disabled."
1333
1428
  },
1334
1429
  colorchange: {
1430
+ flags: {},
1335
1431
  name: "Color Change",
1336
1432
  num: 16,
1337
1433
  desc: "This Pokemon's type changes to match the type of the last move that hit it, unless that type is already one of its types. 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.",
1338
1434
  shortDesc: "This Pokemon's type changes to the type of a move it's hit by, unless it has the type."
1339
1435
  },
1340
1436
  comatose: {
1341
- isPermanent: true,
1437
+ flags: {
1438
+ failroleplay: 1,
1439
+ noreceiver: 1,
1440
+ noentrain: 1,
1441
+ notrace: 1,
1442
+ failskillswap: 1,
1443
+ cantsuppress: 1
1444
+ },
1342
1445
  name: "Comatose",
1343
1446
  num: 213,
1344
1447
  desc: "This Pokemon is considered to be asleep and cannot become affected by a non-volatile status condition or Yawn.",
1345
1448
  shortDesc: "This Pokemon cannot be statused, and is considered to be asleep."
1346
1449
  },
1347
1450
  commander: {
1451
+ flags: {
1452
+ failroleplay: 1,
1453
+ noreceiver: 1,
1454
+ noentrain: 1,
1455
+ notrace: 1,
1456
+ failskillswap: 1
1457
+ },
1348
1458
  name: "Commander",
1349
1459
  num: 279,
1350
1460
  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.",
1351
1461
  shortDesc: "If ally is Dondozo: this Pokemon cannot act or be hit, +2 to all Dondozo's stats."
1352
1462
  },
1353
1463
  competitive: {
1464
+ flags: {},
1354
1465
  name: "Competitive",
1355
1466
  num: 172,
1356
1467
  desc: "This Pokemon's Special Attack is raised by 2 stages for each of its stat stages that is lowered by an opposing Pokemon.",
@@ -1358,27 +1469,31 @@ var _7 = {
1358
1469
  },
1359
1470
  compoundeyes: {
1360
1471
  onSourceModifyAccuracyPriority: -1,
1472
+ flags: {},
1361
1473
  name: "Compound Eyes",
1362
1474
  num: 14,
1363
1475
  shortDesc: "This Pokemon's moves have their accuracy multiplied by 1.3."
1364
1476
  },
1365
1477
  contrary: {
1366
- isBreakable: true,
1478
+ flags: { breakable: 1 },
1367
1479
  name: "Contrary",
1368
1480
  num: 126,
1369
1481
  shortDesc: "If this Pokemon has a stat stage raised it is lowered instead, and vice versa."
1370
1482
  },
1371
1483
  corrosion: {
1484
+ flags: {},
1372
1485
  name: "Corrosion",
1373
1486
  num: 212,
1374
1487
  shortDesc: "This Pokemon can poison or badly poison a Pokemon regardless of its typing."
1375
1488
  },
1376
1489
  costar: {
1490
+ flags: {},
1377
1491
  name: "Costar",
1378
1492
  num: 294,
1379
1493
  shortDesc: "On switch-in, this Pokemon copies all of its ally's stat stage changes."
1380
1494
  },
1381
1495
  cottondown: {
1496
+ flags: {},
1382
1497
  name: "Cotton Down",
1383
1498
  num: 238,
1384
1499
  desc: "When this Pokemon is hit by an attack, the Speed of all other Pokemon on the field is lowered by 1 stage.",
@@ -1391,35 +1506,40 @@ var _7 = {
1391
1506
  onResidualOrder: 28,
1392
1507
  onResidualSubOrder: 2
1393
1508
  },
1509
+ flags: {},
1394
1510
  name: "Cud Chew",
1395
1511
  num: 291,
1396
1512
  shortDesc: "If this Pokemon eats a Berry, it will eat that Berry again at the end of the next turn."
1397
1513
  },
1398
1514
  curiousmedicine: {
1515
+ flags: {},
1399
1516
  name: "Curious Medicine",
1400
1517
  num: 261,
1401
1518
  shortDesc: "On switch-in, this Pokemon's allies have their stat stages reset to 0."
1402
1519
  },
1403
1520
  cursedbody: {
1521
+ flags: {},
1404
1522
  name: "Cursed Body",
1405
1523
  num: 130,
1406
1524
  desc: "If this Pokemon is hit by an attack, there is a 30% chance that move gets disabled unless one of the attacker's moves is already disabled.",
1407
1525
  shortDesc: "If this Pokemon is hit by an attack, there is a 30% chance that move gets disabled."
1408
1526
  },
1409
1527
  cutecharm: {
1528
+ flags: {},
1410
1529
  name: "Cute Charm",
1411
1530
  num: 56,
1412
1531
  desc: "There is a 30% chance a Pokemon making contact with this Pokemon will become infatuated if it is of the opposite gender.",
1413
1532
  shortDesc: "30% chance of infatuating Pokemon of the opposite gender if they make contact."
1414
1533
  },
1415
1534
  damp: {
1416
- isBreakable: true,
1535
+ flags: { breakable: 1 },
1417
1536
  name: "Damp",
1418
1537
  num: 6,
1419
1538
  desc: "While this Pokemon is active, Explosion, Mind Blown, Misty Explosion, Self-Destruct, and the Aftermath Ability are prevented from having an effect.",
1420
1539
  shortDesc: "Prevents Explosion/Mind Blown/Misty Explosion/Self-Destruct/Aftermath while active."
1421
1540
  },
1422
1541
  dancer: {
1542
+ flags: {},
1423
1543
  name: "Dancer",
1424
1544
  num: 216,
1425
1545
  desc: "After another Pokemon uses a dance move, this Pokemon uses the same move. The copied move is subject to all effects that can prevent a move from being executed. A move used through this Ability cannot be copied again by other Pokemon with this Ability.",
@@ -1427,18 +1547,20 @@ var _7 = {
1427
1547
  },
1428
1548
  darkaura: {
1429
1549
  onAnyBasePowerPriority: 20,
1550
+ flags: {},
1430
1551
  name: "Dark Aura",
1431
1552
  num: 186,
1432
1553
  desc: "While this Pokemon is active, the power of Dark-type moves used by active Pokemon is multiplied by 1.33.",
1433
1554
  shortDesc: "While this Pokemon is active, a Dark move used by any Pokemon has 1.33x power."
1434
1555
  },
1435
1556
  dauntlessshield: {
1557
+ flags: {},
1436
1558
  name: "Dauntless Shield",
1437
1559
  num: 235,
1438
1560
  shortDesc: "On switch-in, this Pokemon's Defense is raised by 1 stage. Once per battle."
1439
1561
  },
1440
1562
  dazzling: {
1441
- isBreakable: true,
1563
+ flags: { breakable: 1 },
1442
1564
  name: "Dazzling",
1443
1565
  num: 219,
1444
1566
  desc: "Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",
@@ -1447,24 +1569,28 @@ var _7 = {
1447
1569
  defeatist: {
1448
1570
  onModifyAtkPriority: 5,
1449
1571
  onModifySpAPriority: 5,
1572
+ flags: {},
1450
1573
  name: "Defeatist",
1451
1574
  num: 129,
1452
1575
  desc: "While this Pokemon has 1/2 or less of its maximum HP, its Attack and Special Attack are halved.",
1453
1576
  shortDesc: "While this Pokemon has 1/2 or less of its max HP, its Attack and Sp. Atk are halved."
1454
1577
  },
1455
1578
  defiant: {
1579
+ flags: {},
1456
1580
  name: "Defiant",
1457
1581
  num: 128,
1458
1582
  desc: "This Pokemon's Attack is raised by 2 stages for each of its stat stages that is lowered by an opposing Pokemon.",
1459
1583
  shortDesc: "This Pokemon's Attack is raised by 2 for each of its stats that is lowered by a foe."
1460
1584
  },
1461
1585
  deltastream: {
1586
+ flags: {},
1462
1587
  name: "Delta Stream",
1463
1588
  num: 191,
1464
1589
  desc: "On switch-in, the weather becomes Delta Stream, which removes the weaknesses of the Flying type from Flying-type Pokemon. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Desolate Land or Primordial Sea Abilities.",
1465
1590
  shortDesc: "On switch-in, strong winds begin until this Ability is not active in battle."
1466
1591
  },
1467
1592
  desolateland: {
1593
+ flags: {},
1468
1594
  name: "Desolate Land",
1469
1595
  num: 190,
1470
1596
  desc: "On switch-in, the weather becomes Desolate Land, which includes all the effects of Sunny Day and prevents damaging Water-type moves from executing. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Delta Stream or Primordial Sea Abilities.",
@@ -1472,14 +1598,23 @@ var _7 = {
1472
1598
  },
1473
1599
  disguise: {
1474
1600
  onDamagePriority: 1,
1475
- isBreakable: true,
1476
- isPermanent: true,
1601
+ flags: {
1602
+ failroleplay: 1,
1603
+ noreceiver: 1,
1604
+ noentrain: 1,
1605
+ notrace: 1,
1606
+ failskillswap: 1,
1607
+ cantsuppress: 1,
1608
+ breakable: 1,
1609
+ notransform: 1
1610
+ },
1477
1611
  name: "Disguise",
1478
1612
  num: 209,
1479
1613
  desc: "If this Pokemon is a Mimikyu, the first hit it takes in battle deals 0 neutral damage. Its disguise is then broken, it changes to Busted Form, and it loses 1/8 of its max HP. Confusion damage also breaks the disguise.",
1480
1614
  shortDesc: "(Mimikyu only) The first hit it takes is blocked, and it takes 1/8 HP damage instead."
1481
1615
  },
1482
1616
  download: {
1617
+ flags: {},
1483
1618
  name: "Download",
1484
1619
  num: 88,
1485
1620
  desc: "On switch-in, this Pokemon's Attack or Special Attack is raised by 1 stage based on the weaker combined defensive stat of all opposing Pokemon. Attack is raised if their Defense is lower, and Special Attack is raised if their Special Defense is the same or lower.",
@@ -1488,78 +1623,118 @@ var _7 = {
1488
1623
  dragonsmaw: {
1489
1624
  onModifyAtkPriority: 5,
1490
1625
  onModifySpAPriority: 5,
1626
+ flags: {},
1491
1627
  name: "Dragon's Maw",
1492
1628
  num: 263,
1493
1629
  shortDesc: "This Pokemon's offensive stat is multiplied by 1.5 while using a Dragon-type attack."
1494
1630
  },
1495
1631
  drizzle: {
1632
+ flags: {},
1496
1633
  name: "Drizzle",
1497
1634
  num: 2,
1498
1635
  shortDesc: "On switch-in, this Pokemon summons Rain Dance."
1499
1636
  },
1500
1637
  drought: {
1638
+ flags: {},
1501
1639
  name: "Drought",
1502
1640
  num: 70,
1503
1641
  shortDesc: "On switch-in, this Pokemon summons Sunny Day."
1504
1642
  },
1505
1643
  dryskin: {
1506
1644
  onSourceBasePowerPriority: 17,
1507
- isBreakable: true,
1645
+ flags: { breakable: 1 },
1508
1646
  name: "Dry Skin",
1509
1647
  num: 87,
1510
1648
  desc: "This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move. The power of Fire-type moves is multiplied by 1.25 when used on this Pokemon. At the end of each turn, this Pokemon restores 1/8 of its maximum HP, rounded down, if the weather is Rain Dance, and loses 1/8 of its maximum HP, rounded down, if the weather is Sunny Day. The weather effects are prevented if this Pokemon is holding a Utility Umbrella.",
1511
1649
  shortDesc: "This Pokemon is healed 1/4 by Water, 1/8 by Rain; is hurt 1.25x by Fire, 1/8 by Sun."
1512
1650
  },
1513
1651
  earlybird: {
1652
+ flags: {},
1514
1653
  name: "Early Bird",
1515
1654
  num: 48,
1516
1655
  shortDesc: "This Pokemon's sleep counter drops by 2 instead of 1."
1517
1656
  },
1518
1657
  eartheater: {
1519
- isBreakable: true,
1658
+ flags: { breakable: 1 },
1520
1659
  name: "Earth Eater",
1521
1660
  num: 297,
1522
1661
  desc: "This Pokemon is immune to Ground-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Ground-type move.",
1523
1662
  shortDesc: "This Pokemon heals 1/4 of its max HP when hit by Ground moves; Ground immunity."
1524
1663
  },
1525
1664
  effectspore: {
1665
+ flags: {},
1526
1666
  name: "Effect Spore",
1527
1667
  num: 27,
1528
1668
  desc: "30% chance a Pokemon making contact with this Pokemon will be poisoned, paralyzed, or fall asleep.",
1529
1669
  shortDesc: "30% chance of poison/paralysis/sleep on others making contact with this Pokemon."
1530
1670
  },
1531
1671
  electricsurge: {
1672
+ flags: {},
1532
1673
  name: "Electric Surge",
1533
1674
  num: 226,
1534
1675
  shortDesc: "On switch-in, this Pokemon summons Electric Terrain."
1535
1676
  },
1536
1677
  electromorphosis: {
1537
1678
  onDamagingHitOrder: 1,
1679
+ flags: {},
1538
1680
  name: "Electromorphosis",
1539
1681
  num: 280,
1540
1682
  shortDesc: "This Pokemon gains the Charge effect when it takes a hit from an attack."
1541
1683
  },
1542
1684
  embodyaspectcornerstone: {
1685
+ flags: {
1686
+ failroleplay: 1,
1687
+ noreceiver: 1,
1688
+ noentrain: 1,
1689
+ notrace: 1,
1690
+ failskillswap: 1,
1691
+ notransform: 1
1692
+ },
1543
1693
  name: "Embody Aspect (Cornerstone)",
1544
1694
  num: 304,
1545
1695
  shortDesc: "On switch-in, this Pokemon's Defense is raised by 1 stage."
1546
1696
  },
1547
1697
  embodyaspecthearthflame: {
1698
+ flags: {
1699
+ failroleplay: 1,
1700
+ noreceiver: 1,
1701
+ noentrain: 1,
1702
+ notrace: 1,
1703
+ failskillswap: 1,
1704
+ notransform: 1
1705
+ },
1548
1706
  name: "Embody Aspect (Hearthflame)",
1549
1707
  num: 303,
1550
1708
  shortDesc: "On switch-in, this Pokemon's Attack is raised by 1 stage."
1551
1709
  },
1552
1710
  embodyaspectteal: {
1711
+ flags: {
1712
+ failroleplay: 1,
1713
+ noreceiver: 1,
1714
+ noentrain: 1,
1715
+ notrace: 1,
1716
+ failskillswap: 1,
1717
+ notransform: 1
1718
+ },
1553
1719
  name: "Embody Aspect (Teal)",
1554
1720
  num: 301,
1555
1721
  shortDesc: "On switch-in, this Pokemon's Speed is raised by 1 stage."
1556
1722
  },
1557
1723
  embodyaspectwellspring: {
1724
+ flags: {
1725
+ failroleplay: 1,
1726
+ noreceiver: 1,
1727
+ noentrain: 1,
1728
+ notrace: 1,
1729
+ failskillswap: 1,
1730
+ notransform: 1
1731
+ },
1558
1732
  name: "Embody Aspect (Wellspring)",
1559
1733
  num: 302,
1560
1734
  shortDesc: "On switch-in, this Pokemon's Special Defense is raised by 1 stage."
1561
1735
  },
1562
1736
  emergencyexit: {
1737
+ flags: {},
1563
1738
  name: "Emergency Exit",
1564
1739
  num: 194,
1565
1740
  desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. 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. This effect applies to both direct and indirect damage, except Curse and Substitute on use, Belly Drum, Pain Split, and confusion damage.",
@@ -1567,24 +1742,27 @@ var _7 = {
1567
1742
  },
1568
1743
  fairyaura: {
1569
1744
  onAnyBasePowerPriority: 20,
1745
+ flags: {},
1570
1746
  name: "Fairy Aura",
1571
1747
  num: 187,
1572
1748
  desc: "While this Pokemon is active, the power of Fairy-type moves used by active Pokemon is multiplied by 1.33.",
1573
1749
  shortDesc: "While this Pokemon is active, a Fairy move used by any Pokemon has 1.33x power."
1574
1750
  },
1575
1751
  filter: {
1576
- isBreakable: true,
1752
+ flags: { breakable: 1 },
1577
1753
  name: "Filter",
1578
1754
  num: 111,
1579
1755
  shortDesc: "This Pokemon receives 3/4 damage from supereffective attacks."
1580
1756
  },
1581
1757
  flamebody: {
1758
+ flags: {},
1582
1759
  name: "Flame Body",
1583
1760
  num: 49,
1584
1761
  shortDesc: "30% chance a Pokemon making contact with this Pokemon will be burned."
1585
1762
  },
1586
1763
  flareboost: {
1587
1764
  onBasePowerPriority: 19,
1765
+ flags: {},
1588
1766
  name: "Flare Boost",
1589
1767
  num: 138,
1590
1768
  desc: "While this Pokemon is burned, the power of its special attacks is multiplied by 1.5.",
@@ -1596,7 +1774,7 @@ var _7 = {
1596
1774
  onModifyAtkPriority: 5,
1597
1775
  onModifySpAPriority: 5
1598
1776
  },
1599
- isBreakable: true,
1777
+ flags: { breakable: 1 },
1600
1778
  name: "Flash Fire",
1601
1779
  num: 18,
1602
1780
  desc: "This Pokemon is immune to Fire-type moves. The first time it is hit by a Fire-type move, its offensive stat is multiplied by 1.5 while using a Fire-type attack as long as it remains active and has this Ability. If this Pokemon is frozen, it cannot be defrosted by Fire-type attacks.",
@@ -1605,62 +1783,78 @@ var _7 = {
1605
1783
  flowergift: {
1606
1784
  onAllyModifyAtkPriority: 3,
1607
1785
  onAllyModifySpDPriority: 4,
1608
- isBreakable: true,
1786
+ flags: {
1787
+ failroleplay: 1,
1788
+ noreceiver: 1,
1789
+ noentrain: 1,
1790
+ notrace: 1,
1791
+ breakable: 1
1792
+ },
1609
1793
  name: "Flower Gift",
1610
1794
  num: 122,
1611
1795
  desc: "If this Pokemon is a Cherrim and Sunny Day is active, it changes to Sunshine Form and the Attack and Special Defense of it and its allies are multiplied by 1.5. These effects are prevented if the Pokemon is holding a Utility Umbrella.",
1612
1796
  shortDesc: "If user is Cherrim and Sunny Day is active, it and allies' Attack and Sp. Def are 1.5x."
1613
1797
  },
1614
1798
  flowerveil: {
1615
- isBreakable: true,
1799
+ flags: { breakable: 1 },
1616
1800
  name: "Flower Veil",
1617
1801
  num: 166,
1618
1802
  desc: "Grass-type Pokemon on this Pokemon's side cannot have their stat stages lowered by other Pokemon or have a non-volatile status condition inflicted on them by other Pokemon.",
1619
1803
  shortDesc: "This side's Grass types can't have stats lowered or status inflicted by other Pokemon."
1620
1804
  },
1621
1805
  fluffy: {
1622
- isBreakable: true,
1806
+ flags: { breakable: 1 },
1623
1807
  name: "Fluffy",
1624
1808
  num: 218,
1625
1809
  desc: "This Pokemon receives 1/2 damage from contact moves, but double damage from Fire moves.",
1626
1810
  shortDesc: "This Pokemon takes 1/2 damage from contact moves, 2x damage from Fire moves."
1627
1811
  },
1628
1812
  forecast: {
1813
+ flags: {
1814
+ failroleplay: 1,
1815
+ noreceiver: 1,
1816
+ noentrain: 1,
1817
+ notrace: 1
1818
+ },
1629
1819
  name: "Forecast",
1630
1820
  num: 59,
1631
1821
  desc: "If this Pokemon is a Castform, its type changes to the current weather condition's type, except Sandstorm. This effect is prevented if this Pokemon is holding a Utility Umbrella and the weather is Rain Dance or Sunny Day.",
1632
1822
  shortDesc: "Castform's type changes to the current weather condition's type, except Sandstorm."
1633
1823
  },
1634
1824
  forewarn: {
1825
+ flags: {},
1635
1826
  name: "Forewarn",
1636
1827
  num: 108,
1637
1828
  desc: "On switch-in, this Pokemon is alerted to the move with the highest power, at random, known by an opposing Pokemon. This effect considers OHKO moves to have 150 power, Counter, Mirror Coat, and Metal Burst to have 120 power, every other attacking move with an unspecified power to have 80 power, and non-damaging moves to have 1 power.",
1638
1829
  shortDesc: "On switch-in, this Pokemon is alerted to the foes' move with the highest power."
1639
1830
  },
1640
1831
  friendguard: {
1832
+ flags: { breakable: 1 },
1641
1833
  name: "Friend Guard",
1642
- isBreakable: true,
1643
1834
  num: 132,
1644
1835
  shortDesc: "This Pokemon's allies receive 3/4 damage from other Pokemon's attacks."
1645
1836
  },
1646
1837
  frisk: {
1838
+ flags: {},
1647
1839
  name: "Frisk",
1648
1840
  num: 119,
1649
1841
  shortDesc: "On switch-in, this Pokemon identifies the held items of all opposing Pokemon."
1650
1842
  },
1651
1843
  fullmetalbody: {
1844
+ flags: {},
1652
1845
  name: "Full Metal Body",
1653
1846
  num: 230,
1654
1847
  shortDesc: "Prevents other Pokemon from lowering this Pokemon's stat stages."
1655
1848
  },
1656
1849
  furcoat: {
1657
1850
  onModifyDefPriority: 6,
1658
- isBreakable: true,
1851
+ flags: { breakable: 1 },
1659
1852
  name: "Fur Coat",
1660
1853
  num: 169,
1661
1854
  shortDesc: "This Pokemon's Defense is doubled."
1662
1855
  },
1663
1856
  galewings: {
1857
+ flags: {},
1664
1858
  name: "Gale Wings",
1665
1859
  num: 177,
1666
1860
  shortDesc: "If this Pokemon is at full HP, its Flying-type moves have their priority increased by 1."
@@ -1668,30 +1862,34 @@ var _7 = {
1668
1862
  galvanize: {
1669
1863
  onModifyTypePriority: -1,
1670
1864
  onBasePowerPriority: 23,
1865
+ flags: {},
1671
1866
  name: "Galvanize",
1672
1867
  num: 206,
1673
1868
  desc: "This Pokemon's Normal-type moves become Electric-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
1674
1869
  shortDesc: "This Pokemon's Normal-type moves become Electric type and have 1.2x power."
1675
1870
  },
1676
1871
  gluttony: {
1872
+ flags: {},
1677
1873
  name: "Gluttony",
1678
1874
  num: 82,
1679
1875
  desc: "When this Pokemon is holding a Berry that usually activates with 1/4 or less of its maximum HP, it is eaten at 1/2 or less of its maximum HP instead.",
1680
1876
  shortDesc: "This Pokemon eats Berries at 1/2 max HP or less instead of their usual 1/4 max HP."
1681
1877
  },
1682
1878
  goodasgold: {
1683
- isBreakable: true,
1879
+ flags: { breakable: 1 },
1684
1880
  name: "Good as Gold",
1685
1881
  num: 283,
1686
1882
  shortDesc: "This Pokemon is immune to Status moves."
1687
1883
  },
1688
1884
  gooey: {
1885
+ flags: {},
1689
1886
  name: "Gooey",
1690
1887
  num: 183,
1691
1888
  shortDesc: "Pokemon making contact with this Pokemon have their Speed lowered by 1 stage."
1692
1889
  },
1693
1890
  gorillatactics: {
1694
1891
  onModifyAtkPriority: 1,
1892
+ flags: {},
1695
1893
  name: "Gorilla Tactics",
1696
1894
  num: 255,
1697
1895
  desc: "This Pokemon's Attack is multiplied by 1.5, but it can only select the first move it executes. These effects are prevented while this Pokemon is Dynamaxed.",
@@ -1699,17 +1897,19 @@ var _7 = {
1699
1897
  },
1700
1898
  grasspelt: {
1701
1899
  onModifyDefPriority: 6,
1702
- isBreakable: true,
1900
+ flags: { breakable: 1 },
1703
1901
  name: "Grass Pelt",
1704
1902
  num: 179,
1705
1903
  shortDesc: "If Grassy Terrain is active, this Pokemon's Defense is multiplied by 1.5."
1706
1904
  },
1707
1905
  grassysurge: {
1906
+ flags: {},
1708
1907
  name: "Grassy Surge",
1709
1908
  num: 229,
1710
1909
  shortDesc: "On switch-in, this Pokemon summons Grassy Terrain."
1711
1910
  },
1712
1911
  grimneigh: {
1912
+ flags: {},
1713
1913
  name: "Grim Neigh",
1714
1914
  num: 265,
1715
1915
  desc: "This Pokemon's Special Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",
@@ -1717,14 +1917,14 @@ var _7 = {
1717
1917
  },
1718
1918
  guarddog: {
1719
1919
  onDragOutPriority: 1,
1720
- isBreakable: true,
1920
+ flags: { breakable: 1 },
1721
1921
  name: "Guard Dog",
1722
1922
  num: 275,
1723
1923
  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.",
1724
1924
  shortDesc: "Immune to Intimidate. Intimidated: +1 Attack. Cannot be forced to switch out."
1725
1925
  },
1726
1926
  gulpmissile: {
1727
- isPermanent: true,
1927
+ flags: { cantsuppress: 1, notransform: 1 },
1728
1928
  name: "Gulp Missile",
1729
1929
  num: 241,
1730
1930
  desc: "If this Pokemon is a Cramorant, it changes forme when it hits a target with Surf or uses the first turn of Dive successfully. It becomes Gulping Form with an Arrokuda in its mouth if it has more than 1/2 of its maximum HP remaining, or Gorging Form with a Pikachu in its mouth if it has 1/2 or less of its maximum HP remaining. If Cramorant gets hit in Gulping or Gorging Form, it spits the Arrokuda or Pikachu at its attacker, even if it has no HP remaining. The projectile deals damage equal to 1/4 of the target's maximum HP, rounded down; this damage is blocked by the Magic Guard Ability but not by a substitute. An Arrokuda also lowers the target's Defense by 1 stage, and a Pikachu paralyzes the target. Cramorant will return to normal if it spits out a projectile, switches out, or Dynamaxes.",
@@ -1732,6 +1932,7 @@ var _7 = {
1732
1932
  },
1733
1933
  guts: {
1734
1934
  onModifyAtkPriority: 5,
1935
+ flags: {},
1735
1936
  name: "Guts",
1736
1937
  num: 62,
1737
1938
  desc: "If this Pokemon has a non-volatile status condition, its Attack is multiplied by 1.5. This Pokemon's physical attacks ignore the burn effect of halving damage.",
@@ -1739,22 +1940,25 @@ var _7 = {
1739
1940
  },
1740
1941
  hadronengine: {
1741
1942
  onModifySpAPriority: 5,
1943
+ flags: {},
1742
1944
  name: "Hadron Engine",
1743
1945
  num: 289,
1744
1946
  shortDesc: "On switch-in, summons Electric Terrain. During Electric Terrain, Sp. Atk is 1.3333x."
1745
1947
  },
1746
1948
  harvest: {
1747
- name: "Harvest",
1748
1949
  onResidualOrder: 28,
1749
1950
  onResidualSubOrder: 2,
1951
+ flags: {},
1952
+ name: "Harvest",
1750
1953
  num: 139,
1751
1954
  desc: "If the last item this Pokemon used is a Berry, there is a 50% chance it gets restored at the end of each turn. If Sunny Day is active, this chance is 100%.",
1752
1955
  shortDesc: "If last item used is a Berry, 50% chance to restore it each end of turn. 100% in Sun."
1753
1956
  },
1754
1957
  healer: {
1755
- name: "Healer",
1756
1958
  onResidualOrder: 5,
1757
1959
  onResidualSubOrder: 3,
1960
+ flags: {},
1961
+ name: "Healer",
1758
1962
  num: 131,
1759
1963
  desc: "30% chance this Pokemon's ally has its non-volatile status condition cured at the end of each turn.",
1760
1964
  shortDesc: "30% chance this Pokemon's ally has its status cured at the end of each turn."
@@ -1762,7 +1966,7 @@ var _7 = {
1762
1966
  heatproof: {
1763
1967
  onSourceModifyAtkPriority: 6,
1764
1968
  onSourceModifySpAPriority: 5,
1765
- isBreakable: true,
1969
+ flags: { breakable: 1 },
1766
1970
  name: "Heatproof",
1767
1971
  num: 85,
1768
1972
  desc: "If a Pokemon uses a Fire-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon. This Pokemon takes half of the usual burn damage, rounded down.",
@@ -1770,30 +1974,41 @@ var _7 = {
1770
1974
  },
1771
1975
  heavymetal: {
1772
1976
  onModifyWeightPriority: 1,
1773
- isBreakable: true,
1977
+ flags: { breakable: 1 },
1774
1978
  name: "Heavy Metal",
1775
1979
  num: 134,
1776
1980
  desc: "This Pokemon's weight is doubled. This effect is calculated after the effect of Autotomize, and before the effect of Float Stone.",
1777
1981
  shortDesc: "This Pokemon's weight is doubled."
1778
1982
  },
1779
1983
  honeygather: {
1984
+ flags: {},
1780
1985
  name: "Honey Gather",
1781
1986
  num: 118,
1782
1987
  shortDesc: "No competitive use."
1783
1988
  },
1784
1989
  hospitality: {
1990
+ flags: {},
1785
1991
  name: "Hospitality",
1786
1992
  num: 299,
1787
1993
  shortDesc: "On switch-in, this Pokemon restores 1/4 of its ally's maximum HP, rounded down."
1788
1994
  },
1789
1995
  hugepower: {
1790
1996
  onModifyAtkPriority: 5,
1997
+ flags: {},
1791
1998
  name: "Huge Power",
1792
1999
  num: 37,
1793
2000
  shortDesc: "This Pokemon's Attack is doubled."
1794
2001
  },
1795
2002
  hungerswitch: {
1796
2003
  onResidualOrder: 29,
2004
+ flags: {
2005
+ failroleplay: 1,
2006
+ noreceiver: 1,
2007
+ noentrain: 1,
2008
+ notrace: 1,
2009
+ failskillswap: 1,
2010
+ notransform: 1
2011
+ },
1797
2012
  name: "Hunger Switch",
1798
2013
  num: 258,
1799
2014
  desc: "If this Pokemon is a Morpeko, it changes formes between its Full Belly Mode and Hangry Mode at the end of each turn.",
@@ -1802,6 +2017,7 @@ var _7 = {
1802
2017
  hustle: {
1803
2018
  onModifyAtkPriority: 5,
1804
2019
  onSourceModifyAccuracyPriority: -1,
2020
+ flags: {},
1805
2021
  name: "Hustle",
1806
2022
  num: 55,
1807
2023
  desc: "This Pokemon's Attack is multiplied by 1.5 and the accuracy of its physical attacks is multiplied by 0.8.",
@@ -1810,18 +2026,20 @@ var _7 = {
1810
2026
  hydration: {
1811
2027
  onResidualOrder: 5,
1812
2028
  onResidualSubOrder: 3,
2029
+ flags: {},
1813
2030
  name: "Hydration",
1814
2031
  num: 93,
1815
2032
  desc: "This Pokemon has its non-volatile status condition cured at the end of each turn if Rain Dance is active. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
1816
2033
  shortDesc: "This Pokemon has its status cured at the end of each turn if Rain Dance is active."
1817
2034
  },
1818
2035
  hypercutter: {
1819
- isBreakable: true,
2036
+ flags: { breakable: 1 },
1820
2037
  name: "Hyper Cutter",
1821
2038
  num: 52,
1822
2039
  shortDesc: "Prevents other Pokemon from lowering this Pokemon's Attack stat stage."
1823
2040
  },
1824
2041
  icebody: {
2042
+ flags: {},
1825
2043
  name: "Ice Body",
1826
2044
  num: 115,
1827
2045
  desc: "If Snow is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn.",
@@ -1829,83 +2047,109 @@ var _7 = {
1829
2047
  },
1830
2048
  iceface: {
1831
2049
  onDamagePriority: 1,
1832
- isBreakable: true,
1833
- isPermanent: true,
2050
+ flags: {
2051
+ failroleplay: 1,
2052
+ noreceiver: 1,
2053
+ noentrain: 1,
2054
+ notrace: 1,
2055
+ failskillswap: 1,
2056
+ cantsuppress: 1,
2057
+ breakable: 1,
2058
+ notransform: 1
2059
+ },
1834
2060
  name: "Ice Face",
1835
2061
  num: 248,
1836
2062
  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.",
1837
2063
  shortDesc: "If Eiscue, the first physical hit it takes deals 0 damage. Effect is restored in Snow."
1838
2064
  },
1839
2065
  icescales: {
1840
- isBreakable: true,
2066
+ flags: { breakable: 1 },
1841
2067
  name: "Ice Scales",
1842
2068
  num: 246,
1843
2069
  shortDesc: "This Pokemon receives 1/2 damage from special attacks."
1844
2070
  },
1845
2071
  illuminate: {
1846
- isBreakable: true,
2072
+ flags: { breakable: 1 },
1847
2073
  name: "Illuminate",
1848
2074
  num: 35,
1849
2075
  desc: "Prevents other Pokemon from lowering this Pokemon's accuracy stat stage. This Pokemon ignores a target's evasiveness stat stage.",
1850
2076
  shortDesc: "This Pokemon's accuracy can't be lowered by others; ignores their evasiveness stat."
1851
2077
  },
1852
2078
  illusion: {
2079
+ flags: {
2080
+ failroleplay: 1,
2081
+ noreceiver: 1,
2082
+ noentrain: 1,
2083
+ notrace: 1,
2084
+ failskillswap: 1
2085
+ },
1853
2086
  name: "Illusion",
1854
2087
  num: 149,
1855
2088
  desc: "When this Pokemon switches in, it appears as the last unfainted Pokemon in its party until it takes direct damage from another Pokemon's attack. This Pokemon's actual level and HP are displayed instead of those of the mimicked Pokemon.",
1856
2089
  shortDesc: "This Pokemon appears as the last Pokemon in the party until it takes direct damage."
1857
2090
  },
1858
2091
  immunity: {
1859
- isBreakable: true,
2092
+ flags: { breakable: 1 },
1860
2093
  name: "Immunity",
1861
2094
  num: 17,
1862
2095
  shortDesc: "This Pokemon cannot be poisoned. Gaining this Ability while poisoned cures it."
1863
2096
  },
1864
2097
  imposter: {
2098
+ flags: {
2099
+ failroleplay: 1,
2100
+ noreceiver: 1,
2101
+ noentrain: 1,
2102
+ notrace: 1
2103
+ },
1865
2104
  name: "Imposter",
1866
2105
  num: 150,
1867
2106
  desc: "On switch-in, this Pokemon Transforms into the opposing Pokemon that is facing it. If there is no Pokemon at that position, this Pokemon does not Transform.",
1868
2107
  shortDesc: "On switch-in, this Pokemon Transforms into the opposing Pokemon that is facing it."
1869
2108
  },
1870
2109
  infiltrator: {
2110
+ flags: {},
1871
2111
  name: "Infiltrator",
1872
2112
  num: 151,
1873
2113
  desc: "This Pokemon's moves ignore substitutes and the opposing side's Reflect, Light Screen, Safeguard, Mist, and Aurora Veil.",
1874
2114
  shortDesc: "Moves ignore substitutes and foe's Reflect/Light Screen/Safeguard/Mist/Aurora Veil."
1875
2115
  },
1876
2116
  innardsout: {
1877
- name: "Innards Out",
1878
2117
  onDamagingHitOrder: 1,
2118
+ flags: {},
2119
+ name: "Innards Out",
1879
2120
  num: 215,
1880
2121
  desc: "If this Pokemon is knocked out with a move, that move's user loses HP equal to the amount of damage inflicted on this Pokemon.",
1881
2122
  shortDesc: "If this Pokemon is KOed with a move, that move's user loses an equal amount of HP."
1882
2123
  },
1883
2124
  innerfocus: {
1884
- isBreakable: true,
2125
+ flags: { breakable: 1 },
1885
2126
  name: "Inner Focus",
1886
2127
  num: 39,
1887
2128
  desc: "This Pokemon cannot be made to flinch. This Pokemon is immune to the effect of the Intimidate Ability.",
1888
2129
  shortDesc: "This Pokemon cannot be made to flinch. Immune to Intimidate."
1889
2130
  },
1890
2131
  insomnia: {
1891
- isBreakable: true,
2132
+ flags: { breakable: 1 },
1892
2133
  name: "Insomnia",
1893
2134
  num: 15,
1894
2135
  shortDesc: "This Pokemon cannot fall asleep. Gaining this Ability while asleep cures it."
1895
2136
  },
1896
2137
  intimidate: {
2138
+ flags: {},
1897
2139
  name: "Intimidate",
1898
2140
  num: 22,
1899
2141
  desc: "On switch-in, this Pokemon lowers the Attack of opposing Pokemon by 1 stage. Pokemon with the Inner Focus, Oblivious, Own Tempo, or Scrappy Abilities and Pokemon behind a substitute are immune.",
1900
2142
  shortDesc: "On switch-in, this Pokemon lowers the Attack of opponents by 1 stage."
1901
2143
  },
1902
2144
  intrepidsword: {
2145
+ flags: {},
1903
2146
  name: "Intrepid Sword",
1904
2147
  num: 234,
1905
2148
  shortDesc: "On switch-in, this Pokemon's Attack is raised by 1 stage. Once per battle."
1906
2149
  },
1907
2150
  ironbarbs: {
1908
2151
  onDamagingHitOrder: 1,
2152
+ flags: {},
1909
2153
  name: "Iron Barbs",
1910
2154
  num: 160,
1911
2155
  desc: "Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down.",
@@ -1913,120 +2157,131 @@ var _7 = {
1913
2157
  },
1914
2158
  ironfist: {
1915
2159
  onBasePowerPriority: 23,
2160
+ flags: {},
1916
2161
  name: "Iron Fist",
1917
2162
  num: 89,
1918
2163
  desc: "This Pokemon's punch-based attacks have their power multiplied by 1.2.",
1919
2164
  shortDesc: "This Pokemon's punch-based attacks have 1.2x power. Sucker Punch is not boosted."
1920
2165
  },
1921
2166
  justified: {
2167
+ flags: {},
1922
2168
  name: "Justified",
1923
2169
  num: 154,
1924
2170
  shortDesc: "This Pokemon's Attack is raised by 1 stage after it is damaged by a Dark-type move."
1925
2171
  },
1926
2172
  keeneye: {
1927
- isBreakable: true,
2173
+ flags: { breakable: 1 },
1928
2174
  name: "Keen Eye",
1929
2175
  num: 51,
1930
2176
  desc: "Prevents other Pokemon from lowering this Pokemon's accuracy stat stage. This Pokemon ignores a target's evasiveness stat stage.",
1931
2177
  shortDesc: "This Pokemon's accuracy can't be lowered by others; ignores their evasiveness stat."
1932
2178
  },
1933
2179
  klutz: {
2180
+ flags: {},
1934
2181
  name: "Klutz",
1935
2182
  num: 103,
1936
2183
  desc: "This Pokemon's held item has no effect. This Pokemon cannot use Fling successfully. Macho Brace, Power Anklet, Power Band, Power Belt, Power Bracer, Power Lens, and Power Weight still have their effects.",
1937
2184
  shortDesc: "This Pokemon's held item has no effect, except Macho Brace. Fling cannot be used."
1938
2185
  },
1939
2186
  leafguard: {
1940
- isBreakable: true,
2187
+ flags: { breakable: 1 },
1941
2188
  name: "Leaf Guard",
1942
2189
  num: 102,
1943
2190
  desc: "If Sunny Day is active, this Pokemon cannot become affected by a non-volatile status condition or Yawn, and Rest will fail for it. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
1944
2191
  shortDesc: "If Sunny Day is active, this Pokemon cannot be statused and Rest will fail for it."
1945
2192
  },
1946
2193
  levitate: {
1947
- isBreakable: true,
2194
+ flags: { breakable: 1 },
1948
2195
  name: "Levitate",
1949
2196
  num: 26,
1950
2197
  desc: "This Pokemon is immune to Ground-type attacks and the effects of Spikes, Toxic Spikes, Sticky Web, and the Arena Trap Ability. The effects of Gravity, Ingrain, Smack Down, Thousand Arrows, and Iron Ball nullify the immunity. Thousand Arrows can hit this Pokemon as if it did not have this Ability.",
1951
2198
  shortDesc: "This Pokemon is immune to Ground; Gravity/Ingrain/Smack Down/Iron Ball nullify it."
1952
2199
  },
1953
2200
  libero: {
2201
+ flags: {},
1954
2202
  name: "Libero",
1955
2203
  num: 236,
1956
2204
  desc: "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in, and only if this Pokemon is not Terastallized.",
1957
2205
  shortDesc: "This Pokemon's type changes to the type of the move it is using. Once per switch-in."
1958
2206
  },
1959
2207
  lightmetal: {
1960
- isBreakable: true,
2208
+ flags: { breakable: 1 },
1961
2209
  name: "Light Metal",
1962
2210
  num: 135,
1963
2211
  desc: "This Pokemon's weight is halved, rounded down to a tenth of a kilogram. This effect is calculated after the effect of Autotomize, and before the effect of Float Stone. A Pokemon's weight will not drop below 0.1 kg.",
1964
2212
  shortDesc: "This Pokemon's weight is halved."
1965
2213
  },
1966
2214
  lightningrod: {
1967
- isBreakable: true,
2215
+ flags: { breakable: 1 },
1968
2216
  name: "Lightning Rod",
1969
2217
  num: 31,
1970
2218
  desc: "This Pokemon is immune to Electric-type moves and raises its Special Attack by 1 stage when hit by an Electric-type move. If this Pokemon is not the target of a single-target Electric-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer.",
1971
2219
  shortDesc: "This Pokemon draws Electric moves to itself to raise Sp. Atk by 1; Electric immunity."
1972
2220
  },
1973
2221
  limber: {
1974
- isBreakable: true,
2222
+ flags: { breakable: 1 },
1975
2223
  name: "Limber",
1976
2224
  num: 7,
1977
2225
  shortDesc: "This Pokemon cannot be paralyzed. Gaining this Ability while paralyzed cures it."
1978
2226
  },
1979
2227
  lingeringaroma: {
2228
+ flags: {},
1980
2229
  name: "Lingering Aroma",
1981
2230
  num: 268,
1982
- 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.",
2231
+ 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, Lingering Aroma, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Tera Shift, Zen Mode, or Zero to Hero Abilities.",
1983
2232
  shortDesc: "Making contact with this Pokemon has the attacker's Ability become Lingering Aroma."
1984
2233
  },
1985
2234
  liquidooze: {
2235
+ flags: {},
1986
2236
  name: "Liquid Ooze",
1987
2237
  num: 64,
1988
2238
  shortDesc: "This Pokemon damages those draining HP from it for as much as they would heal."
1989
2239
  },
1990
2240
  liquidvoice: {
1991
2241
  onModifyTypePriority: -1,
2242
+ flags: {},
1992
2243
  name: "Liquid Voice",
1993
2244
  num: 204,
1994
2245
  desc: "This Pokemon's sound-based moves become Water-type moves. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
1995
2246
  shortDesc: "This Pokemon's sound-based moves become Water type."
1996
2247
  },
1997
2248
  longreach: {
2249
+ flags: {},
1998
2250
  name: "Long Reach",
1999
2251
  num: 203,
2000
2252
  shortDesc: "This Pokemon's attacks do not make contact with the target."
2001
2253
  },
2002
2254
  magicbounce: {
2003
- name: "Magic Bounce",
2004
2255
  onTryHitPriority: 1,
2005
2256
  condition: { duration: 1 },
2006
- isBreakable: true,
2257
+ flags: { breakable: 1 },
2258
+ name: "Magic Bounce",
2007
2259
  num: 156,
2008
2260
  desc: "This Pokemon is unaffected by certain non-damaging moves directed at it and will instead use such moves against the original user. Moves reflected in this way are unable to be reflected again by this or Magic Coat's effect. Spikes, Stealth Rock, Sticky Web, and Toxic Spikes can only be reflected once per side, by the leftmost Pokemon under this or Magic Coat's effect. The Lightning Rod and Storm Drain Abilities redirect their respective moves before this Ability takes effect.",
2009
2261
  shortDesc: "This Pokemon blocks certain Status moves and bounces them back to the user."
2010
2262
  },
2011
2263
  magicguard: {
2264
+ flags: {},
2012
2265
  name: "Magic Guard",
2013
2266
  num: 98,
2014
2267
  desc: "This Pokemon can only be damaged by direct attacks. Curse and Substitute on use, Belly Drum, Pain Split, Struggle recoil, and confusion damage are considered direct damage.",
2015
2268
  shortDesc: "This Pokemon can only be damaged by direct attacks."
2016
2269
  },
2017
2270
  magician: {
2271
+ flags: {},
2018
2272
  name: "Magician",
2019
2273
  num: 170,
2020
2274
  desc: "If this Pokemon has no item, it steals the item off a Pokemon it hits with an attack. Does not affect Doom Desire and Future Sight.",
2021
2275
  shortDesc: "If this Pokemon has no item, it steals the item off a Pokemon it hits with an attack."
2022
2276
  },
2023
2277
  magmaarmor: {
2024
- isBreakable: true,
2278
+ flags: { breakable: 1 },
2025
2279
  name: "Magma Armor",
2026
2280
  num: 40,
2027
2281
  shortDesc: "This Pokemon cannot be frozen. Gaining this Ability while frozen cures it."
2028
2282
  },
2029
2283
  magnetpull: {
2284
+ flags: {},
2030
2285
  name: "Magnet Pull",
2031
2286
  num: 42,
2032
2287
  desc: "Prevents opposing Steel-type Pokemon from choosing to switch out, unless they are holding a Shed Shell or are a Ghost type.",
@@ -2034,24 +2289,27 @@ var _7 = {
2034
2289
  },
2035
2290
  marvelscale: {
2036
2291
  onModifyDefPriority: 6,
2037
- isBreakable: true,
2292
+ flags: { breakable: 1 },
2038
2293
  name: "Marvel Scale",
2039
2294
  num: 63,
2040
2295
  shortDesc: "If this Pokemon has a non-volatile status condition, its Defense is multiplied by 1.5."
2041
2296
  },
2042
2297
  megalauncher: {
2043
2298
  onBasePowerPriority: 19,
2299
+ flags: {},
2044
2300
  name: "Mega Launcher",
2045
2301
  num: 178,
2046
2302
  desc: "This Pokemon's pulse moves have their power multiplied by 1.5. Heal Pulse restores 3/4 of a target's maximum HP, rounded half down.",
2047
2303
  shortDesc: "This Pokemon's pulse moves have 1.5x power. Heal Pulse heals 3/4 target's max HP."
2048
2304
  },
2049
2305
  merciless: {
2306
+ flags: {},
2050
2307
  name: "Merciless",
2051
2308
  num: 196,
2052
2309
  shortDesc: "This Pokemon's attacks are critical hits if the target is poisoned."
2053
2310
  },
2054
2311
  mimicry: {
2312
+ flags: {},
2055
2313
  name: "Mimicry",
2056
2314
  num: 250,
2057
2315
  desc: "This Pokemon's types change to match the active Terrain when this Pokemon acquires this Ability, or whenever a Terrain begins. Electric type during Electric Terrain, Grass type during Grassy Terrain, Fairy type during Misty Terrain, and Psychic type during Psychic Terrain. If this Ability is acquired without an active Terrain, or a Terrain ends, this Pokemon's types become the original types for its species.",
@@ -2059,6 +2317,7 @@ var _7 = {
2059
2317
  },
2060
2318
  mindseye: {
2061
2319
  onModifyMovePriority: -5,
2320
+ flags: { breakable: 1 },
2062
2321
  name: "Mind's Eye",
2063
2322
  num: 300,
2064
2323
  desc: "This Pokemon can hit Ghost types with Normal- and Fighting-type moves. Prevents other Pokemon from lowering this Pokemon's accuracy stat stage. This Pokemon ignores a target's evasiveness stat stage.",
@@ -2066,94 +2325,119 @@ var _7 = {
2066
2325
  },
2067
2326
  minus: {
2068
2327
  onModifySpAPriority: 5,
2328
+ flags: {},
2069
2329
  name: "Minus",
2070
2330
  num: 58,
2071
2331
  desc: "If an active ally has this Ability or the Plus Ability, this Pokemon's Special Attack is multiplied by 1.5.",
2072
2332
  shortDesc: "If an active ally has this Ability or the Plus Ability, this Pokemon's Sp. Atk is 1.5x."
2073
2333
  },
2074
2334
  mirrorarmor: {
2075
- isBreakable: true,
2335
+ flags: { breakable: 1 },
2076
2336
  name: "Mirror Armor",
2077
2337
  num: 240,
2078
2338
  desc: "When one of this Pokemon's stat stages would be lowered by another Pokemon, that Pokemon's stat stage is lowered instead. This effect does not happen if this Pokemon's stat stage was already -6. If the other Pokemon has a substitute, neither Pokemon has its stat stage lowered.",
2079
2339
  shortDesc: "If this Pokemon's stat stages would be lowered, the attacker's are lowered instead."
2080
2340
  },
2081
2341
  mistysurge: {
2342
+ flags: {},
2082
2343
  name: "Misty Surge",
2083
2344
  num: 228,
2084
2345
  shortDesc: "On switch-in, this Pokemon summons Misty Terrain."
2085
2346
  },
2086
2347
  moldbreaker: {
2348
+ flags: {},
2087
2349
  name: "Mold Breaker",
2088
2350
  num: 104,
2089
- desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
2351
+ desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Armor Tail, Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Earth Eater, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Good as Gold, Grass Pelt, Guard Dog, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Illuminate, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mind's Eye, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Purifying Salt, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Tera Shell, Thermal Exchange, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, Well-Baked Body, White Smoke, Wind Rider, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
2090
2352
  shortDesc: "This Pokemon's moves and their effects ignore the Abilities of other Pokemon."
2091
2353
  },
2092
2354
  moody: {
2093
2355
  onResidualOrder: 28,
2094
2356
  onResidualSubOrder: 2,
2357
+ flags: {},
2095
2358
  name: "Moody",
2096
2359
  num: 141,
2097
2360
  desc: "This Pokemon has a random stat, other than accuracy or evasiveness, raised by 2 stages and another stat lowered by 1 stage at the end of each turn.",
2098
2361
  shortDesc: "Boosts a random stat (except accuracy/evasion) +2 and another stat -1 every turn."
2099
2362
  },
2100
2363
  motordrive: {
2101
- isBreakable: true,
2364
+ flags: { breakable: 1 },
2102
2365
  name: "Motor Drive",
2103
2366
  num: 78,
2104
2367
  desc: "This Pokemon is immune to Electric-type moves and raises its Speed by 1 stage when hit by an Electric-type move.",
2105
2368
  shortDesc: "This Pokemon's Speed is raised 1 stage if hit by an Electric move; Electric immunity."
2106
2369
  },
2107
2370
  moxie: {
2371
+ flags: {},
2108
2372
  name: "Moxie",
2109
2373
  num: 153,
2110
2374
  desc: "This Pokemon's Attack is raised by 1 stage if it attacks and knocks out another Pokemon.",
2111
2375
  shortDesc: "This Pokemon's Attack is raised by 1 stage if it attacks and KOes another Pokemon."
2112
2376
  },
2113
2377
  multiscale: {
2114
- isBreakable: true,
2378
+ flags: { breakable: 1 },
2115
2379
  name: "Multiscale",
2116
2380
  num: 136,
2117
2381
  shortDesc: "If this Pokemon is at full HP, damage taken from attacks is halved."
2118
2382
  },
2119
2383
  multitype: {
2120
- isPermanent: true,
2384
+ flags: {
2385
+ failroleplay: 1,
2386
+ noreceiver: 1,
2387
+ noentrain: 1,
2388
+ notrace: 1,
2389
+ failskillswap: 1,
2390
+ cantsuppress: 1
2391
+ },
2121
2392
  name: "Multitype",
2122
2393
  num: 121,
2123
2394
  shortDesc: "If this Pokemon is an Arceus, its type changes to match its held Plate."
2124
2395
  },
2125
2396
  mummy: {
2397
+ flags: {},
2126
2398
  name: "Mummy",
2127
2399
  num: 152,
2128
- 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.",
2400
+ 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, Tera Shift, Zen Mode, or Zero to Hero Abilities.",
2129
2401
  shortDesc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy."
2130
2402
  },
2131
2403
  myceliummight: {
2132
2404
  onFractionalPriorityPriority: -1,
2405
+ flags: {},
2133
2406
  name: "Mycelium Might",
2134
2407
  num: 298,
2135
2408
  desc: "This Pokemon's Status moves ignore certain Abilities of other Pokemon, and go last among Pokemon using the same or greater priority moves.",
2136
2409
  shortDesc: "This Pokemon's Status moves go last in their priority bracket and ignore Abilities."
2137
2410
  },
2138
2411
  naturalcure: {
2412
+ flags: {},
2139
2413
  name: "Natural Cure",
2140
2414
  num: 30,
2141
2415
  shortDesc: "This Pokemon has its non-volatile status condition cured when it switches out."
2142
2416
  },
2143
2417
  neuroforce: {
2418
+ flags: {},
2144
2419
  name: "Neuroforce",
2145
2420
  num: 233,
2146
2421
  desc: "This Pokemon's attacks that are super effective against the target have their damage multiplied by 1.25.",
2147
2422
  shortDesc: "This Pokemon's attacks that are super effective against the target do 1.25x damage."
2148
2423
  },
2149
2424
  neutralizinggas: {
2425
+ flags: {
2426
+ failroleplay: 1,
2427
+ noreceiver: 1,
2428
+ noentrain: 1,
2429
+ notrace: 1,
2430
+ failskillswap: 1,
2431
+ notransform: 1
2432
+ },
2150
2433
  name: "Neutralizing Gas",
2151
2434
  num: 256,
2152
- desc: "While this Pokemon is active, Abilities have no effect. This Ability activates before hazards and other Abilities take effect. Does not affect the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Zen Mode or Zero to Hero Abilities.",
2435
+ desc: "While this Pokemon is active, Abilities have no effect. This Ability activates before hazards and other Abilities take effect. Does not affect the As One, Battle Bond, Comatose, Disguise, Gulp Missile, Ice Face, Multitype, Neutralizing Gas, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Tera Shift, Zen Mode, or Zero to Hero Abilities.",
2153
2436
  shortDesc: "While this Pokemon is active, Abilities have no effect."
2154
2437
  },
2155
2438
  noguard: {
2156
2439
  onAnyInvulnerabilityPriority: 1,
2440
+ flags: {},
2157
2441
  name: "No Guard",
2158
2442
  num: 99,
2159
2443
  shortDesc: "Every move used by or against this Pokemon will always hit."
@@ -2161,32 +2445,35 @@ var _7 = {
2161
2445
  normalize: {
2162
2446
  onModifyTypePriority: 1,
2163
2447
  onBasePowerPriority: 23,
2448
+ flags: {},
2164
2449
  name: "Normalize",
2165
2450
  num: 96,
2166
2451
  desc: "This Pokemon's moves are changed to be Normal type and have their power multiplied by 1.2. This effect comes before other effects that change a move's type.",
2167
2452
  shortDesc: "This Pokemon's moves are changed to be Normal type and have 1.2x power."
2168
2453
  },
2169
2454
  oblivious: {
2170
- isBreakable: true,
2455
+ flags: { breakable: 1 },
2171
2456
  name: "Oblivious",
2172
2457
  num: 12,
2173
2458
  desc: "This Pokemon cannot be infatuated or taunted. Gaining this Ability while infatuated or taunted cures it. This Pokemon is immune to the effect of the Intimidate Ability.",
2174
2459
  shortDesc: "This Pokemon cannot be infatuated or taunted. Immune to Intimidate."
2175
2460
  },
2176
2461
  opportunist: {
2462
+ flags: {},
2177
2463
  name: "Opportunist",
2178
2464
  num: 290,
2179
2465
  shortDesc: "When an opposing Pokemon has a stat stage raised, this Pokemon copies the effect."
2180
2466
  },
2181
2467
  orichalcumpulse: {
2182
2468
  onModifyAtkPriority: 5,
2469
+ flags: {},
2183
2470
  name: "Orichalcum Pulse",
2184
2471
  num: 288,
2185
2472
  shortDesc: "On switch-in, summons Sunny Day. During Sunny Day, Attack is 1.3333x."
2186
2473
  },
2187
2474
  overcoat: {
2188
2475
  onTryHitPriority: 1,
2189
- isBreakable: true,
2476
+ flags: { breakable: 1 },
2190
2477
  name: "Overcoat",
2191
2478
  num: 142,
2192
2479
  desc: "This Pokemon is immune to powder moves, damage from Sandstorm, and the effects of Rage Powder and the Effect Spore Ability.",
@@ -2195,38 +2482,42 @@ var _7 = {
2195
2482
  overgrow: {
2196
2483
  onModifyAtkPriority: 5,
2197
2484
  onModifySpAPriority: 5,
2485
+ flags: {},
2198
2486
  name: "Overgrow",
2199
2487
  num: 65,
2200
2488
  desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Grass-type attack.",
2201
2489
  shortDesc: "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Grass attacks."
2202
2490
  },
2203
2491
  owntempo: {
2204
- isBreakable: true,
2492
+ flags: { breakable: 1 },
2205
2493
  name: "Own Tempo",
2206
2494
  num: 20,
2207
2495
  desc: "This Pokemon cannot be confused. Gaining this Ability while confused cures it. This Pokemon is immune to the effect of the Intimidate Ability.",
2208
2496
  shortDesc: "This Pokemon cannot be confused. Immune to Intimidate."
2209
2497
  },
2210
2498
  parentalbond: {
2499
+ flags: {},
2211
2500
  name: "Parental Bond",
2212
2501
  num: 185,
2213
2502
  desc: "This Pokemon's damaging moves become multi-hit moves that hit twice. The second hit has its damage quartered. Does not affect Doom Desire, Dragon Darts, Dynamax Cannon, Endeavor, Explosion, Final Gambit, Fling, Future Sight, Ice Ball, Rollout, Self-Destruct, any multi-hit move, any move that has multiple targets, or any two-turn move.",
2214
2503
  shortDesc: "This Pokemon's damaging moves hit twice. The second hit has its damage quartered."
2215
2504
  },
2216
2505
  pastelveil: {
2217
- isBreakable: true,
2506
+ flags: { breakable: 1 },
2218
2507
  name: "Pastel Veil",
2219
2508
  num: 257,
2220
2509
  desc: "This Pokemon and its allies cannot be poisoned. Gaining this Ability while this Pokemon or its ally is poisoned cures them. If this Ability is being ignored during an effect that causes poison, this Pokemon is cured immediately but its ally is not.",
2221
2510
  shortDesc: "This Pokemon and its allies cannot be poisoned. On switch-in, cures poisoned allies."
2222
2511
  },
2223
2512
  perishbody: {
2513
+ flags: {},
2224
2514
  name: "Perish Body",
2225
2515
  num: 253,
2226
2516
  desc: "Making contact with this Pokemon starts the Perish Song effect for it and the attacker. This effect does not happen for this Pokemon if the attacker already has a perish count.",
2227
2517
  shortDesc: "Making contact with this Pokemon starts the Perish Song effect for it and the attacker."
2228
2518
  },
2229
2519
  pickpocket: {
2520
+ flags: {},
2230
2521
  name: "Pickpocket",
2231
2522
  num: 124,
2232
2523
  desc: "If this Pokemon has no item and is hit by a contact move, it steals the attacker's item. 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.",
@@ -2235,6 +2526,7 @@ var _7 = {
2235
2526
  pickup: {
2236
2527
  onResidualOrder: 28,
2237
2528
  onResidualSubOrder: 2,
2529
+ flags: {},
2238
2530
  name: "Pickup",
2239
2531
  num: 53,
2240
2532
  shortDesc: "If this Pokemon has no item, it finds one used by an adjacent Pokemon this turn."
@@ -2242,6 +2534,7 @@ var _7 = {
2242
2534
  pixilate: {
2243
2535
  onModifyTypePriority: -1,
2244
2536
  onBasePowerPriority: 23,
2537
+ flags: {},
2245
2538
  name: "Pixilate",
2246
2539
  num: 182,
2247
2540
  desc: "This Pokemon's Normal-type moves become Fairy-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
@@ -2249,6 +2542,7 @@ var _7 = {
2249
2542
  },
2250
2543
  plus: {
2251
2544
  onModifySpAPriority: 5,
2545
+ flags: {},
2252
2546
  name: "Plus",
2253
2547
  num: 57,
2254
2548
  desc: "If an active ally has this Ability or the Minus Ability, this Pokemon's Special Attack is multiplied by 1.5.",
@@ -2256,22 +2550,32 @@ var _7 = {
2256
2550
  },
2257
2551
  poisonheal: {
2258
2552
  onDamagePriority: 1,
2553
+ flags: {},
2259
2554
  name: "Poison Heal",
2260
2555
  num: 90,
2261
2556
  desc: "If this Pokemon is poisoned, it restores 1/8 of its maximum HP, rounded down, at the end of each turn instead of losing HP.",
2262
2557
  shortDesc: "This Pokemon is healed by 1/8 of its max HP each turn when poisoned; no HP loss."
2263
2558
  },
2264
2559
  poisonpoint: {
2560
+ flags: {},
2265
2561
  name: "Poison Point",
2266
2562
  num: 38,
2267
2563
  shortDesc: "30% chance a Pokemon making contact with this Pokemon will be poisoned."
2268
2564
  },
2269
2565
  poisonpuppeteer: {
2566
+ flags: {
2567
+ failroleplay: 1,
2568
+ noreceiver: 1,
2569
+ noentrain: 1,
2570
+ notrace: 1,
2571
+ failskillswap: 1
2572
+ },
2270
2573
  name: "Poison Puppeteer",
2271
2574
  num: 310,
2272
2575
  shortDesc: "If this Pokemon poisons or badly poisons a target, the target also becomes confused."
2273
2576
  },
2274
2577
  poisontouch: {
2578
+ flags: {},
2275
2579
  name: "Poison Touch",
2276
2580
  num: 143,
2277
2581
  desc: "This Pokemon's contact moves have a 30% chance of poisoning. This effect comes after a move's inherent secondary effect chance.",
@@ -2279,55 +2583,75 @@ var _7 = {
2279
2583
  },
2280
2584
  powerconstruct: {
2281
2585
  onResidualOrder: 29,
2282
- isPermanent: true,
2586
+ flags: {
2587
+ failroleplay: 1,
2588
+ noreceiver: 1,
2589
+ noentrain: 1,
2590
+ notrace: 1,
2591
+ failskillswap: 1,
2592
+ cantsuppress: 1
2593
+ },
2283
2594
  name: "Power Construct",
2284
2595
  num: 211,
2285
2596
  desc: "If this Pokemon is a Zygarde in its 10% or 50% Forme, it changes to Complete Forme when it has 1/2 or less of its maximum HP at the end of the turn.",
2286
2597
  shortDesc: "If Zygarde 10%/50%, changes to Complete if at 1/2 max HP or less at end of turn."
2287
2598
  },
2288
2599
  powerofalchemy: {
2600
+ flags: {
2601
+ failroleplay: 1,
2602
+ noreceiver: 1,
2603
+ noentrain: 1,
2604
+ notrace: 1
2605
+ },
2289
2606
  name: "Power of Alchemy",
2290
2607
  num: 223,
2291
- 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.",
2608
+ desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Trace, Wonder Guard, Zen Mode, and Zero to Hero.",
2292
2609
  shortDesc: "This Pokemon copies the Ability of an ally that faints."
2293
2610
  },
2294
2611
  powerspot: {
2295
2612
  onAllyBasePowerPriority: 22,
2613
+ flags: {},
2296
2614
  name: "Power Spot",
2297
2615
  num: 249,
2298
2616
  desc: "This Pokemon's allies have the power of their moves multiplied by 1.3. This affects Doom Desire and Future Sight, even if the user is not on the field.",
2299
2617
  shortDesc: "This Pokemon's allies have the power of their moves multiplied by 1.3."
2300
2618
  },
2301
2619
  prankster: {
2620
+ flags: {},
2302
2621
  name: "Prankster",
2303
2622
  num: 158,
2304
2623
  desc: "This Pokemon's non-damaging moves have their priority increased by 1. Opposing Dark-type Pokemon are immune to these moves, and any move called by these moves, if the resulting user of the move has this Ability.",
2305
2624
  shortDesc: "This Pokemon's Status moves have priority raised by 1, but Dark types are immune."
2306
2625
  },
2307
2626
  pressure: {
2627
+ flags: {},
2308
2628
  name: "Pressure",
2309
2629
  num: 46,
2310
2630
  desc: "If this Pokemon is the target of an opposing Pokemon's move, that move loses one additional PP. Imprison, Snatch, and Tera Blast also lose one additional PP when used by an opposing Pokemon, but Sticky Web does not.",
2311
2631
  shortDesc: "If this Pokemon is the target of a foe's move, that move loses one additional PP."
2312
2632
  },
2313
2633
  primordialsea: {
2634
+ flags: {},
2314
2635
  name: "Primordial Sea",
2315
2636
  num: 189,
2316
2637
  desc: "On switch-in, the weather becomes Primordial Sea, which includes all the effects of Rain Dance and prevents damaging Fire-type moves from executing. This weather remains in effect until this Ability is no longer active for any Pokemon, or the weather is changed by the Delta Stream or Desolate Land Abilities.",
2317
2638
  shortDesc: "On switch-in, heavy rain begins until this Ability is not active in battle."
2318
2639
  },
2319
2640
  prismarmor: {
2641
+ flags: {},
2320
2642
  name: "Prism Armor",
2321
2643
  num: 232,
2322
2644
  shortDesc: "This Pokemon receives 3/4 damage from supereffective attacks."
2323
2645
  },
2324
2646
  propellertail: {
2325
2647
  onModifyMovePriority: 1,
2648
+ flags: {},
2326
2649
  name: "Propeller Tail",
2327
2650
  num: 239,
2328
2651
  shortDesc: "This Pokemon's moves cannot be redirected to a different target by any effect."
2329
2652
  },
2330
2653
  protean: {
2654
+ flags: {},
2331
2655
  name: "Protean",
2332
2656
  num: 168,
2333
2657
  desc: "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in, and only if this Pokemon is not Terastallized.",
@@ -2341,19 +2665,28 @@ var _7 = {
2341
2665
  onModifySpAPriority: 5,
2342
2666
  onModifySpDPriority: 6
2343
2667
  },
2668
+ flags: {
2669
+ failroleplay: 1,
2670
+ noreceiver: 1,
2671
+ noentrain: 1,
2672
+ notrace: 1,
2673
+ failskillswap: 1,
2674
+ notransform: 1
2675
+ },
2344
2676
  name: "Protosynthesis",
2345
2677
  num: 281,
2346
2678
  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.",
2347
2679
  shortDesc: "Sunny Day active or Booster Energy used: highest stat is 1.3x, or 1.5x if Speed."
2348
2680
  },
2349
2681
  psychicsurge: {
2682
+ flags: {},
2350
2683
  name: "Psychic Surge",
2351
2684
  num: 227,
2352
2685
  shortDesc: "On switch-in, this Pokemon summons Psychic Terrain."
2353
2686
  },
2354
2687
  punkrock: {
2355
2688
  onBasePowerPriority: 7,
2356
- isBreakable: true,
2689
+ flags: { breakable: 1 },
2357
2690
  name: "Punk Rock",
2358
2691
  num: 244,
2359
2692
  desc: "This Pokemon's sound-based moves have their power multiplied by 1.3. This Pokemon takes halved damage from sound-based moves.",
@@ -2361,6 +2694,7 @@ var _7 = {
2361
2694
  },
2362
2695
  purepower: {
2363
2696
  onModifyAtkPriority: 5,
2697
+ flags: {},
2364
2698
  name: "Pure Power",
2365
2699
  num: 74,
2366
2700
  shortDesc: "This Pokemon's Attack is doubled."
@@ -2368,7 +2702,7 @@ var _7 = {
2368
2702
  purifyingsalt: {
2369
2703
  onSourceModifyAtkPriority: 6,
2370
2704
  onSourceModifySpAPriority: 5,
2371
- isBreakable: true,
2705
+ flags: { breakable: 1 },
2372
2706
  name: "Purifying Salt",
2373
2707
  num: 272,
2374
2708
  desc: "This Pokemon cannot become affected by a non-volatile status condition or Yawn. If a Pokemon uses a Ghost-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon.",
@@ -2382,13 +2716,21 @@ var _7 = {
2382
2716
  onModifySpAPriority: 5,
2383
2717
  onModifySpDPriority: 6
2384
2718
  },
2719
+ flags: {
2720
+ failroleplay: 1,
2721
+ noreceiver: 1,
2722
+ noentrain: 1,
2723
+ notrace: 1,
2724
+ failskillswap: 1,
2725
+ notransform: 1
2726
+ },
2385
2727
  name: "Quark Drive",
2386
2728
  num: 282,
2387
2729
  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.",
2388
2730
  shortDesc: "Electric Terrain active or Booster Energy used: highest stat is 1.3x, or 1.5x if Speed."
2389
2731
  },
2390
2732
  queenlymajesty: {
2391
- isBreakable: true,
2733
+ flags: { breakable: 1 },
2392
2734
  name: "Queenly Majesty",
2393
2735
  num: 214,
2394
2736
  desc: "Priority moves used by opposing Pokemon targeting this Pokemon or its allies are prevented from having an effect.",
@@ -2396,36 +2738,47 @@ var _7 = {
2396
2738
  },
2397
2739
  quickdraw: {
2398
2740
  onFractionalPriorityPriority: -1,
2741
+ flags: {},
2399
2742
  name: "Quick Draw",
2400
2743
  num: 259,
2401
2744
  shortDesc: "This Pokemon has a 30% chance to move first in its priority bracket with attacking moves."
2402
2745
  },
2403
2746
  quickfeet: {
2747
+ flags: {},
2404
2748
  name: "Quick Feet",
2405
2749
  num: 95,
2406
2750
  desc: "If this Pokemon has a non-volatile status condition, its Speed is multiplied by 1.5. This Pokemon ignores the paralysis effect of halving Speed.",
2407
2751
  shortDesc: "If this Pokemon is statused, its Speed is 1.5x; ignores Speed drop from paralysis."
2408
2752
  },
2409
2753
  raindish: {
2754
+ flags: {},
2410
2755
  name: "Rain Dish",
2411
2756
  num: 44,
2412
2757
  desc: "If Rain Dance is active, this Pokemon restores 1/16 of its maximum HP, rounded down, at the end of each turn. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
2413
2758
  shortDesc: "If Rain Dance is active, this Pokemon heals 1/16 of its max HP each turn."
2414
2759
  },
2415
2760
  rattled: {
2761
+ flags: {},
2416
2762
  name: "Rattled",
2417
2763
  num: 155,
2418
2764
  desc: "This Pokemon's Speed is raised by 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or if an opposing Pokemon affected this Pokemon with the Intimidate Ability.",
2419
2765
  shortDesc: "Speed is raised 1 stage if hit by a Bug-, Dark-, or Ghost-type attack, or Intimidated."
2420
2766
  },
2421
2767
  receiver: {
2768
+ flags: {
2769
+ failroleplay: 1,
2770
+ noreceiver: 1,
2771
+ noentrain: 1,
2772
+ notrace: 1
2773
+ },
2422
2774
  name: "Receiver",
2423
2775
  num: 222,
2424
- 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.",
2776
+ desc: "This Pokemon copies the Ability of an ally that faints. Abilities that cannot be copied are As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Trace, Wonder Guard, Zen Mode, and Zero to Hero.",
2425
2777
  shortDesc: "This Pokemon copies the Ability of an ally that faints."
2426
2778
  },
2427
2779
  reckless: {
2428
2780
  onBasePowerPriority: 23,
2781
+ flags: {},
2429
2782
  name: "Reckless",
2430
2783
  num: 120,
2431
2784
  desc: "This Pokemon's attacks with recoil or crash damage have their power multiplied by 1.2. Does not affect Struggle.",
@@ -2434,12 +2787,14 @@ var _7 = {
2434
2787
  refrigerate: {
2435
2788
  onModifyTypePriority: -1,
2436
2789
  onBasePowerPriority: 23,
2790
+ flags: {},
2437
2791
  name: "Refrigerate",
2438
2792
  num: 174,
2439
2793
  desc: "This Pokemon's Normal-type moves become Ice-type moves and have their power multiplied by 1.2. This effect comes after other effects that change a move's type, but before Ion Deluge and Electrify's effects.",
2440
2794
  shortDesc: "This Pokemon's Normal-type moves become Ice type and have 1.2x power."
2441
2795
  },
2442
2796
  regenerator: {
2797
+ flags: {},
2443
2798
  name: "Regenerator",
2444
2799
  num: 144,
2445
2800
  shortDesc: "This Pokemon restores 1/3 of its maximum HP, rounded down, when it switches out."
@@ -2447,6 +2802,7 @@ var _7 = {
2447
2802
  ripen: {
2448
2803
  onSourceModifyDamagePriority: -1,
2449
2804
  onTryEatItemPriority: -1,
2805
+ flags: {},
2450
2806
  name: "Ripen",
2451
2807
  num: 247,
2452
2808
  desc: "When this Pokemon eats certain Berries, the effects are doubled. Berries that restore HP or PP have the amount doubled, Berries that raise stat stages have the amount doubled, Berries that halve damage taken quarter it instead, and a Jaboca Berry or Rowap Berry has the attacker lose 1/4 of its maximum HP, rounded down.",
@@ -2454,18 +2810,27 @@ var _7 = {
2454
2810
  },
2455
2811
  rivalry: {
2456
2812
  onBasePowerPriority: 24,
2813
+ flags: {},
2457
2814
  name: "Rivalry",
2458
2815
  num: 79,
2459
2816
  desc: "This Pokemon's attacks have their power multiplied by 1.25 against targets of the same gender or multiplied by 0.75 against targets of the opposite gender. There is no modifier if either this Pokemon or the target is genderless.",
2460
2817
  shortDesc: "This Pokemon's attacks do 1.25x on same gender targets; 0.75x on opposite gender."
2461
2818
  },
2462
2819
  rkssystem: {
2463
- isPermanent: true,
2820
+ flags: {
2821
+ failroleplay: 1,
2822
+ noreceiver: 1,
2823
+ noentrain: 1,
2824
+ notrace: 1,
2825
+ failskillswap: 1,
2826
+ cantsuppress: 1
2827
+ },
2464
2828
  name: "RKS System",
2465
2829
  num: 225,
2466
2830
  shortDesc: "If this Pokemon is a Silvally, its type changes to match its held Memory."
2467
2831
  },
2468
2832
  rockhead: {
2833
+ flags: {},
2469
2834
  name: "Rock Head",
2470
2835
  num: 69,
2471
2836
  desc: "This Pokemon does not take recoil damage, except Struggle. Does not affect Life Orb damage or crash damage.",
@@ -2474,48 +2839,55 @@ var _7 = {
2474
2839
  rockypayload: {
2475
2840
  onModifyAtkPriority: 5,
2476
2841
  onModifySpAPriority: 5,
2842
+ flags: {},
2477
2843
  name: "Rocky Payload",
2478
2844
  num: 276,
2479
2845
  shortDesc: "This Pokemon's offensive stat is multiplied by 1.5 while using a Rock-type attack."
2480
2846
  },
2481
2847
  roughskin: {
2482
2848
  onDamagingHitOrder: 1,
2849
+ flags: {},
2483
2850
  name: "Rough Skin",
2484
2851
  num: 24,
2485
2852
  desc: "Pokemon making contact with this Pokemon lose 1/8 of their maximum HP, rounded down.",
2486
2853
  shortDesc: "Pokemon making contact with this Pokemon lose 1/8 of their max HP."
2487
2854
  },
2488
2855
  runaway: {
2856
+ flags: {},
2489
2857
  name: "Run Away",
2490
2858
  num: 50,
2491
2859
  shortDesc: "No competitive use."
2492
2860
  },
2493
2861
  sandforce: {
2494
2862
  onBasePowerPriority: 21,
2863
+ flags: {},
2495
2864
  name: "Sand Force",
2496
2865
  num: 159,
2497
2866
  desc: "If Sandstorm is active, this Pokemon's Ground-, Rock-, and Steel-type attacks have their power multiplied by 1.3. This Pokemon takes no damage from Sandstorm.",
2498
2867
  shortDesc: "This Pokemon's Ground/Rock/Steel attacks do 1.3x in Sandstorm; immunity to it."
2499
2868
  },
2500
2869
  sandrush: {
2870
+ flags: {},
2501
2871
  name: "Sand Rush",
2502
2872
  num: 146,
2503
2873
  desc: "If Sandstorm is active, this Pokemon's Speed is doubled. This Pokemon takes no damage from Sandstorm.",
2504
2874
  shortDesc: "If Sandstorm is active, this Pokemon's Speed is doubled; immunity to Sandstorm."
2505
2875
  },
2506
2876
  sandspit: {
2877
+ flags: {},
2507
2878
  name: "Sand Spit",
2508
2879
  num: 245,
2509
2880
  shortDesc: "When this Pokemon is hit by an attack, the effect of Sandstorm begins."
2510
2881
  },
2511
2882
  sandstream: {
2883
+ flags: {},
2512
2884
  name: "Sand Stream",
2513
2885
  num: 45,
2514
2886
  shortDesc: "On switch-in, this Pokemon summons Sandstorm."
2515
2887
  },
2516
2888
  sandveil: {
2517
2889
  onModifyAccuracyPriority: -1,
2518
- isBreakable: true,
2890
+ flags: { breakable: 1 },
2519
2891
  name: "Sand Veil",
2520
2892
  num: 8,
2521
2893
  desc: "If Sandstorm is active, the accuracy of moves used against this Pokemon is multiplied by 0.8. This Pokemon takes no damage from Sandstorm.",
@@ -2523,7 +2895,7 @@ var _7 = {
2523
2895
  },
2524
2896
  sapsipper: {
2525
2897
  onTryHitPriority: 1,
2526
- isBreakable: true,
2898
+ flags: { breakable: 1 },
2527
2899
  name: "Sap Sipper",
2528
2900
  num: 157,
2529
2901
  desc: "This Pokemon is immune to Grass-type moves and raises its Attack by 1 stage when hit by a Grass-type move.",
@@ -2531,7 +2903,14 @@ var _7 = {
2531
2903
  },
2532
2904
  schooling: {
2533
2905
  onResidualOrder: 29,
2534
- isPermanent: true,
2906
+ flags: {
2907
+ failroleplay: 1,
2908
+ noreceiver: 1,
2909
+ noentrain: 1,
2910
+ notrace: 1,
2911
+ failskillswap: 1,
2912
+ cantsuppress: 1
2913
+ },
2535
2914
  name: "Schooling",
2536
2915
  num: 208,
2537
2916
  desc: "On switch-in, if this Pokemon is a Wishiwashi that is level 20 or above and has more than 1/4 of its maximum HP left, it changes to School Form. If it is in School Form and its HP drops to 1/4 of its maximum HP or less, it changes to Solo Form at the end of the turn. If it is in Solo Form and its HP is greater than 1/4 its maximum HP at the end of the turn, it changes to School Form.",
@@ -2539,34 +2918,40 @@ var _7 = {
2539
2918
  },
2540
2919
  scrappy: {
2541
2920
  onModifyMovePriority: -5,
2921
+ flags: {},
2542
2922
  name: "Scrappy",
2543
2923
  num: 113,
2544
2924
  desc: "This Pokemon can hit Ghost types with Normal- and Fighting-type moves. This Pokemon is immune to the effect of the Intimidate Ability.",
2545
2925
  shortDesc: "Fighting, Normal moves hit Ghost. Immune to Intimidate."
2546
2926
  },
2547
2927
  screencleaner: {
2928
+ flags: {},
2548
2929
  name: "Screen Cleaner",
2549
2930
  num: 251,
2550
2931
  shortDesc: "On switch-in, the effects of Aurora Veil, Light Screen, and Reflect end for both sides."
2551
2932
  },
2552
2933
  seedsower: {
2934
+ flags: {},
2553
2935
  name: "Seed Sower",
2554
2936
  num: 269,
2555
2937
  shortDesc: "When this Pokemon is hit by an attack, the effect of Grassy Terrain begins."
2556
2938
  },
2557
2939
  serenegrace: {
2558
2940
  onModifyMovePriority: -2,
2941
+ flags: {},
2559
2942
  name: "Serene Grace",
2560
2943
  num: 32,
2561
2944
  desc: "This Pokemon's moves have their secondary effect chance doubled. This effect stacks with the Rainbow effect, except for secondary effects that cause the target to flinch.",
2562
2945
  shortDesc: "This Pokemon's moves have their secondary effect chance doubled."
2563
2946
  },
2564
2947
  shadowshield: {
2948
+ flags: {},
2565
2949
  name: "Shadow Shield",
2566
2950
  num: 231,
2567
2951
  shortDesc: "If this Pokemon is at full HP, damage taken from attacks is halved."
2568
2952
  },
2569
2953
  shadowtag: {
2954
+ flags: {},
2570
2955
  name: "Shadow Tag",
2571
2956
  num: 23,
2572
2957
  desc: "Prevents opposing Pokemon from choosing to switch out, unless they are holding a Shed Shell, are a Ghost type, or also have this Ability.",
@@ -2574,6 +2959,7 @@ var _7 = {
2574
2959
  },
2575
2960
  sharpness: {
2576
2961
  onBasePowerPriority: 19,
2962
+ flags: {},
2577
2963
  name: "Sharpness",
2578
2964
  num: 292,
2579
2965
  shortDesc: "This Pokemon's slicing moves have their power multiplied by 1.5."
@@ -2581,6 +2967,7 @@ var _7 = {
2581
2967
  shedskin: {
2582
2968
  onResidualOrder: 5,
2583
2969
  onResidualSubOrder: 3,
2970
+ flags: {},
2584
2971
  name: "Shed Skin",
2585
2972
  num: 61,
2586
2973
  desc: "This Pokemon has a 33% chance to have its non-volatile status condition cured at the end of each turn.",
@@ -2588,6 +2975,7 @@ var _7 = {
2588
2975
  },
2589
2976
  sheerforce: {
2590
2977
  onBasePowerPriority: 21,
2978
+ flags: {},
2591
2979
  name: "Sheer Force",
2592
2980
  num: 125,
2593
2981
  desc: "This Pokemon's attacks with secondary effects have their power multiplied by 1.3, but the secondary effects are removed. If a secondary effect was removed, it also removes the user's Life Orb recoil and Shell Bell recovery, and prevents the target's Anger Shell, Berserk, Color Change, Emergency Exit, Pickpocket, Wimp Out, Red Card, Eject Button, Kee Berry, and Maranga Berry from activating.",
@@ -2595,32 +2983,40 @@ var _7 = {
2595
2983
  },
2596
2984
  shellarmor: {
2597
2985
  onCriticalHit: false,
2598
- isBreakable: true,
2986
+ flags: { breakable: 1 },
2599
2987
  name: "Shell Armor",
2600
2988
  num: 75,
2601
2989
  shortDesc: "This Pokemon cannot be struck by a critical hit."
2602
2990
  },
2603
2991
  shielddust: {
2604
- isBreakable: true,
2992
+ flags: { breakable: 1 },
2605
2993
  name: "Shield Dust",
2606
2994
  num: 19,
2607
2995
  shortDesc: "This Pokemon is not affected by the secondary effect of another Pokemon's attack."
2608
2996
  },
2609
2997
  shieldsdown: {
2610
2998
  onResidualOrder: 29,
2611
- isPermanent: true,
2999
+ flags: {
3000
+ failroleplay: 1,
3001
+ noreceiver: 1,
3002
+ noentrain: 1,
3003
+ notrace: 1,
3004
+ failskillswap: 1,
3005
+ cantsuppress: 1
3006
+ },
2612
3007
  name: "Shields Down",
2613
3008
  num: 197,
2614
3009
  desc: "If this Pokemon is a Minior, it changes to its Core forme if it has 1/2 or less of its maximum HP, and changes to Meteor Form if it has more than 1/2 its maximum HP. This check is done on switch-in and at the end of each turn. While in its Meteor Form, it cannot become affected by a non-volatile status condition or Yawn.",
2615
3010
  shortDesc: "If Minior, switch-in/end of turn it changes to Core at 1/2 max HP or less, else Meteor."
2616
3011
  },
2617
3012
  simple: {
2618
- isBreakable: true,
3013
+ flags: { breakable: 1 },
2619
3014
  name: "Simple",
2620
3015
  num: 86,
2621
3016
  shortDesc: "When one of this Pokemon's stat stages is raised or lowered, the amount is doubled."
2622
3017
  },
2623
3018
  skilllink: {
3019
+ flags: {},
2624
3020
  name: "Skill Link",
2625
3021
  num: 92,
2626
3022
  desc: "This Pokemon's multi-hit attacks always hit the maximum number of times. Triple Kick and Triple Axel do not check accuracy for the second and third hits.",
@@ -2633,54 +3029,60 @@ var _7 = {
2633
3029
  onResidualSubOrder: 2,
2634
3030
  onModifyAtkPriority: 5
2635
3031
  },
3032
+ flags: {},
2636
3033
  name: "Slow Start",
2637
3034
  num: 112,
2638
3035
  shortDesc: "On switch-in, this Pokemon's Attack and Speed are halved for 5 turns."
2639
3036
  },
2640
3037
  slushrush: {
3038
+ flags: {},
2641
3039
  name: "Slush Rush",
2642
3040
  num: 202,
2643
3041
  shortDesc: "If Snow is active, this Pokemon's Speed is doubled."
2644
3042
  },
2645
3043
  sniper: {
3044
+ flags: {},
2646
3045
  name: "Sniper",
2647
3046
  num: 97,
2648
3047
  shortDesc: "If this Pokemon strikes with a critical hit, the damage is multiplied by 1.5."
2649
3048
  },
2650
3049
  snowcloak: {
2651
3050
  onModifyAccuracyPriority: -1,
2652
- isBreakable: true,
3051
+ flags: { breakable: 1 },
2653
3052
  name: "Snow Cloak",
2654
3053
  num: 81,
2655
3054
  desc: "If Snow is active, the accuracy of moves used against this Pokemon is multiplied by 0.8.",
2656
3055
  shortDesc: "If Snow is active, this Pokemon's evasiveness is 1.25x."
2657
3056
  },
2658
3057
  snowwarning: {
3058
+ flags: {},
2659
3059
  name: "Snow Warning",
2660
3060
  num: 117,
2661
3061
  shortDesc: "On switch-in, this Pokemon summons Snow."
2662
3062
  },
2663
3063
  solarpower: {
2664
3064
  onModifySpAPriority: 5,
3065
+ flags: {},
2665
3066
  name: "Solar Power",
2666
3067
  num: 94,
2667
3068
  desc: "If Sunny Day is active, this Pokemon's Special Attack is multiplied by 1.5 and it loses 1/8 of its maximum HP, rounded down, at the end of each turn. These effects are prevented if the Pokemon is holding a Utility Umbrella.",
2668
3069
  shortDesc: "If Sunny Day is active, this Pokemon's Sp. Atk is 1.5x; loses 1/8 max HP per turn."
2669
3070
  },
2670
3071
  solidrock: {
2671
- isBreakable: true,
3072
+ flags: { breakable: 1 },
2672
3073
  name: "Solid Rock",
2673
3074
  num: 116,
2674
3075
  shortDesc: "This Pokemon receives 3/4 damage from supereffective attacks."
2675
3076
  },
2676
3077
  soulheart: {
2677
3078
  onAnyFaintPriority: 1,
3079
+ flags: {},
2678
3080
  name: "Soul-Heart",
2679
3081
  num: 220,
2680
3082
  shortDesc: "This Pokemon's Special Attack is raised by 1 stage when another Pokemon faints."
2681
3083
  },
2682
3084
  soundproof: {
2683
- isBreakable: true,
3085
+ flags: { breakable: 1 },
2684
3086
  name: "Soundproof",
2685
3087
  num: 43,
2686
3088
  shortDesc: "This Pokemon is immune to sound-based moves, unless it used the move."
@@ -2688,6 +3090,7 @@ var _7 = {
2688
3090
  speedboost: {
2689
3091
  onResidualOrder: 28,
2690
3092
  onResidualSubOrder: 2,
3093
+ flags: {},
2691
3094
  name: "Speed Boost",
2692
3095
  num: 3,
2693
3096
  desc: "This Pokemon's Speed is raised by 1 stage at the end of each full turn it has been on the field.",
@@ -2696,46 +3099,60 @@ var _7 = {
2696
3099
  stakeout: {
2697
3100
  onModifyAtkPriority: 5,
2698
3101
  onModifySpAPriority: 5,
3102
+ flags: {},
2699
3103
  name: "Stakeout",
2700
3104
  num: 198,
2701
3105
  shortDesc: "This Pokemon's offensive stat is doubled against a target that switched in this turn."
2702
3106
  },
2703
3107
  stall: {
2704
3108
  onFractionalPriority: -0.1,
3109
+ flags: {},
2705
3110
  name: "Stall",
2706
3111
  num: 100,
2707
3112
  shortDesc: "This Pokemon moves last among Pokemon using the same or greater priority moves."
2708
3113
  },
2709
3114
  stalwart: {
2710
3115
  onModifyMovePriority: 1,
3116
+ flags: {},
2711
3117
  name: "Stalwart",
2712
3118
  num: 242,
2713
3119
  shortDesc: "This Pokemon's moves cannot be redirected to a different target by any effect."
2714
3120
  },
2715
3121
  stamina: {
3122
+ flags: {},
2716
3123
  name: "Stamina",
2717
3124
  num: 192,
2718
3125
  shortDesc: "This Pokemon's Defense is raised by 1 stage after it is damaged by a move."
2719
3126
  },
2720
3127
  stancechange: {
2721
3128
  onModifyMovePriority: 1,
2722
- isPermanent: true,
3129
+ flags: {
3130
+ failroleplay: 1,
3131
+ noreceiver: 1,
3132
+ noentrain: 1,
3133
+ notrace: 1,
3134
+ failskillswap: 1,
3135
+ cantsuppress: 1
3136
+ },
2723
3137
  name: "Stance Change",
2724
3138
  num: 176,
2725
3139
  desc: "If this Pokemon is an Aegislash, it changes to Blade Forme before using an attacking move, and changes to Shield Forme before using King's Shield.",
2726
3140
  shortDesc: "If Aegislash, changes Forme to Blade before attacks and Shield before King's Shield."
2727
3141
  },
2728
3142
  static: {
3143
+ flags: {},
2729
3144
  name: "Static",
2730
3145
  num: 9,
2731
3146
  shortDesc: "30% chance a Pokemon making contact with this Pokemon will be paralyzed."
2732
3147
  },
2733
3148
  steadfast: {
3149
+ flags: {},
2734
3150
  name: "Steadfast",
2735
3151
  num: 80,
2736
3152
  shortDesc: "If this Pokemon flinches, its Speed is raised by 1 stage."
2737
3153
  },
2738
3154
  steamengine: {
3155
+ flags: {},
2739
3156
  name: "Steam Engine",
2740
3157
  num: 243,
2741
3158
  desc: "This Pokemon's Speed is raised by 6 stages after it is damaged by a Fire- or Water-type move.",
@@ -2744,12 +3161,14 @@ var _7 = {
2744
3161
  steelworker: {
2745
3162
  onModifyAtkPriority: 5,
2746
3163
  onModifySpAPriority: 5,
3164
+ flags: {},
2747
3165
  name: "Steelworker",
2748
3166
  num: 200,
2749
3167
  shortDesc: "This Pokemon's offensive stat is multiplied by 1.5 while using a Steel-type attack."
2750
3168
  },
2751
3169
  steelyspirit: {
2752
3170
  onAllyBasePowerPriority: 22,
3171
+ flags: {},
2753
3172
  name: "Steely Spirit",
2754
3173
  num: 252,
2755
3174
  desc: "This Pokemon and its allies' Steel-type moves have their power multiplied by 1.5. This affects Doom Desire even if the user is not on the field.",
@@ -2757,20 +3176,21 @@ var _7 = {
2757
3176
  },
2758
3177
  stench: {
2759
3178
  onModifyMovePriority: -1,
3179
+ flags: {},
2760
3180
  name: "Stench",
2761
3181
  num: 1,
2762
3182
  desc: "This Pokemon's attacks without a chance to make the target flinch gain a 10% chance to make the target flinch.",
2763
3183
  shortDesc: "This Pokemon's attacks without a chance to flinch gain a 10% chance to flinch."
2764
3184
  },
2765
3185
  stickyhold: {
2766
- isBreakable: true,
3186
+ flags: { breakable: 1 },
2767
3187
  name: "Sticky Hold",
2768
3188
  num: 60,
2769
3189
  desc: "This Pokemon cannot lose its held item due to another Pokemon's Ability or attack, unless the attack knocks out this Pokemon. A Sticky Barb will be transferred to other Pokemon regardless of this Ability.",
2770
3190
  shortDesc: "This Pokemon cannot lose its held item due to another Pokemon's Ability or attack."
2771
3191
  },
2772
3192
  stormdrain: {
2773
- isBreakable: true,
3193
+ flags: { breakable: 1 },
2774
3194
  name: "Storm Drain",
2775
3195
  num: 114,
2776
3196
  desc: "This Pokemon is immune to Water-type moves and raises its Special Attack by 1 stage when hit by a Water-type move. If this Pokemon is not the target of a single-target Water-type move used by another Pokemon, this Pokemon redirects that move to itself if it is within the range of that move. If multiple Pokemon could redirect with this Ability, it goes to the one with the highest Speed, or in the case of a tie to the one that has had this Ability active longer.",
@@ -2778,6 +3198,7 @@ var _7 = {
2778
3198
  },
2779
3199
  strongjaw: {
2780
3200
  onBasePowerPriority: 19,
3201
+ flags: {},
2781
3202
  name: "Strong Jaw",
2782
3203
  num: 173,
2783
3204
  desc: "This Pokemon's bite-based attacks have their power multiplied by 1.5.",
@@ -2785,7 +3206,7 @@ var _7 = {
2785
3206
  },
2786
3207
  sturdy: {
2787
3208
  onDamagePriority: -30,
2788
- isBreakable: true,
3209
+ flags: { breakable: 1 },
2789
3210
  name: "Sturdy",
2790
3211
  num: 5,
2791
3212
  desc: "If this Pokemon is at full HP, it survives one hit with at least 1 HP. OHKO moves fail when used against this Pokemon.",
@@ -2793,29 +3214,33 @@ var _7 = {
2793
3214
  },
2794
3215
  suctioncups: {
2795
3216
  onDragOutPriority: 1,
2796
- isBreakable: true,
3217
+ flags: { breakable: 1 },
2797
3218
  name: "Suction Cups",
2798
3219
  num: 21,
2799
3220
  shortDesc: "This Pokemon cannot be forced to switch out by another Pokemon's attack or item."
2800
3221
  },
2801
3222
  superluck: {
3223
+ flags: {},
2802
3224
  name: "Super Luck",
2803
3225
  num: 105,
2804
3226
  shortDesc: "This Pokemon's critical hit ratio is raised by 1 stage."
2805
3227
  },
2806
3228
  supersweetsyrup: {
3229
+ flags: {},
2807
3230
  name: "Supersweet Syrup",
2808
3231
  num: 306,
2809
3232
  shortDesc: "On switch-in, this Pokemon lowers the evasiveness of opponents 1 stage. Once per battle."
2810
3233
  },
2811
3234
  supremeoverlord: {
2812
3235
  onBasePowerPriority: 21,
3236
+ flags: {},
2813
3237
  name: "Supreme Overlord",
2814
3238
  num: 293,
2815
3239
  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.",
2816
3240
  shortDesc: "This Pokemon's moves have 10% more power for each fainted ally, up to 5 allies."
2817
3241
  },
2818
3242
  surgesurfer: {
3243
+ flags: {},
2819
3244
  name: "Surge Surfer",
2820
3245
  num: 207,
2821
3246
  shortDesc: "If Electric Terrain is active, this Pokemon's Speed is doubled."
@@ -2823,96 +3248,128 @@ var _7 = {
2823
3248
  swarm: {
2824
3249
  onModifyAtkPriority: 5,
2825
3250
  onModifySpAPriority: 5,
3251
+ flags: {},
2826
3252
  name: "Swarm",
2827
3253
  num: 68,
2828
3254
  desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Bug-type attack.",
2829
3255
  shortDesc: "At 1/3 or less of its max HP, this Pokemon's offensive stat is 1.5x with Bug attacks."
2830
3256
  },
2831
3257
  sweetveil: {
3258
+ flags: { breakable: 1 },
2832
3259
  name: "Sweet Veil",
2833
- isBreakable: true,
2834
3260
  num: 175,
2835
3261
  desc: "This Pokemon and its allies cannot fall asleep, but those already asleep do not wake up immediately. This Pokemon and its allies cannot use Rest successfully or become affected by Yawn, and those previously affected will not fall asleep.",
2836
3262
  shortDesc: "This Pokemon and its allies cannot fall asleep; those already asleep do not wake up."
2837
3263
  },
2838
3264
  swiftswim: {
3265
+ flags: {},
2839
3266
  name: "Swift Swim",
2840
3267
  num: 33,
2841
3268
  desc: "If Rain Dance is active, this Pokemon's Speed is doubled. This effect is prevented if this Pokemon is holding a Utility Umbrella.",
2842
3269
  shortDesc: "If Rain Dance is active, this Pokemon's Speed is doubled."
2843
3270
  },
2844
3271
  symbiosis: {
3272
+ flags: {},
2845
3273
  name: "Symbiosis",
2846
3274
  num: 180,
2847
3275
  desc: "If an ally uses its item, this Pokemon gives its item to that ally immediately. Does not activate if the ally's item was stolen or knocked off, or if the ally used an Eject Button or Eject Pack.",
2848
3276
  shortDesc: "If an ally uses its item, this Pokemon gives its item to that ally immediately."
2849
3277
  },
2850
3278
  synchronize: {
3279
+ flags: {},
2851
3280
  name: "Synchronize",
2852
3281
  num: 28,
2853
3282
  desc: "If another Pokemon burns, paralyzes, poisons, or badly poisons this Pokemon, that Pokemon receives the same non-volatile status condition.",
2854
3283
  shortDesc: "If another Pokemon burns/poisons/paralyzes this Pokemon, it also gets that status."
2855
3284
  },
2856
3285
  swordofruin: {
3286
+ flags: {},
2857
3287
  name: "Sword of Ruin",
2858
3288
  num: 285,
2859
3289
  shortDesc: "Active Pokemon without this Ability have their Defense multiplied by 0.75."
2860
3290
  },
2861
3291
  tabletsofruin: {
3292
+ flags: {},
2862
3293
  name: "Tablets of Ruin",
2863
3294
  num: 284,
2864
3295
  shortDesc: "Active Pokemon without this Ability have their Attack multiplied by 0.75."
2865
3296
  },
2866
3297
  tangledfeet: {
2867
3298
  onModifyAccuracyPriority: -1,
2868
- isBreakable: true,
3299
+ flags: { breakable: 1 },
2869
3300
  name: "Tangled Feet",
2870
3301
  num: 77,
2871
3302
  shortDesc: "This Pokemon's evasiveness is doubled as long as it is confused."
2872
3303
  },
2873
3304
  tanglinghair: {
3305
+ flags: {},
2874
3306
  name: "Tangling Hair",
2875
3307
  num: 221,
2876
3308
  shortDesc: "Pokemon making contact with this Pokemon have their Speed lowered by 1 stage."
2877
3309
  },
2878
3310
  technician: {
2879
3311
  onBasePowerPriority: 30,
3312
+ flags: {},
2880
3313
  name: "Technician",
2881
3314
  num: 101,
2882
3315
  desc: "This Pokemon's moves of 60 power or less have their power multiplied by 1.5, including Struggle. This effect comes after a move's effect changes its own power.",
2883
3316
  shortDesc: "This Pokemon's moves of 60 power or less have 1.5x power, including Struggle."
2884
3317
  },
2885
3318
  telepathy: {
2886
- isBreakable: true,
3319
+ flags: { breakable: 1 },
2887
3320
  name: "Telepathy",
2888
3321
  num: 140,
2889
3322
  shortDesc: "This Pokemon does not take damage from attacks made by its allies."
2890
3323
  },
2891
3324
  teraformzero: {
3325
+ flags: {
3326
+ failroleplay: 1,
3327
+ noreceiver: 1,
3328
+ noentrain: 1,
3329
+ notrace: 1,
3330
+ failskillswap: 1
3331
+ },
2892
3332
  name: "Teraform Zero",
2893
3333
  num: 309,
2894
3334
  shortDesc: "Terapagos: Terastallizing ends the effects of weather and terrain. Once per battle."
2895
3335
  },
2896
3336
  terashell: {
2897
- isBreakable: true,
3337
+ flags: {
3338
+ failroleplay: 1,
3339
+ noreceiver: 1,
3340
+ noentrain: 1,
3341
+ notrace: 1,
3342
+ failskillswap: 1,
3343
+ breakable: 1
3344
+ },
2898
3345
  name: "Tera Shell",
2899
3346
  num: 308,
2900
3347
  desc: "If this Pokemon is a Terapagos at full HP, the effectiveness of attacks against it is changed to 0.5 unless this Pokemon is immune to the move. Multi-hit moves retain the same effectiveness throughout the attack.",
2901
3348
  shortDesc: "Terapagos: If full HP, attacks taken have 0.5x effectiveness unless naturally immune."
2902
3349
  },
2903
3350
  terashift: {
2904
- isPermanent: true,
3351
+ flags: {
3352
+ failroleplay: 1,
3353
+ noreceiver: 1,
3354
+ noentrain: 1,
3355
+ notrace: 1,
3356
+ failskillswap: 1,
3357
+ cantsuppress: 1,
3358
+ notransform: 1
3359
+ },
2905
3360
  name: "Tera Shift",
2906
3361
  num: 307,
2907
3362
  shortDesc: "If this Pokemon is a Terapagos, it transforms into its Terastal Form on entry."
2908
3363
  },
2909
3364
  teravolt: {
3365
+ flags: {},
2910
3366
  name: "Teravolt",
2911
3367
  num: 164,
2912
- desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
3368
+ desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Armor Tail, Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Earth Eater, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Good as Gold, Grass Pelt, Guard Dog, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Illuminate, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mind's Eye, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Purifying Salt, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Tera Shell, Thermal Exchange, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, Well-Baked Body, White Smoke, Wind Rider, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
2913
3369
  shortDesc: "This Pokemon's moves and their effects ignore the Abilities of other Pokemon."
2914
3370
  },
2915
3371
  thermalexchange: {
3372
+ flags: { breakable: 1 },
2916
3373
  name: "Thermal Exchange",
2917
3374
  num: 270,
2918
3375
  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.",
@@ -2921,13 +3378,14 @@ var _7 = {
2921
3378
  thickfat: {
2922
3379
  onSourceModifyAtkPriority: 6,
2923
3380
  onSourceModifySpAPriority: 5,
2924
- isBreakable: true,
3381
+ flags: { breakable: 1 },
2925
3382
  name: "Thick Fat",
2926
3383
  num: 47,
2927
3384
  desc: "If a Pokemon uses a Fire- or Ice-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon.",
2928
3385
  shortDesc: "Fire-/Ice-type moves against this Pokemon deal damage with a halved offensive stat."
2929
3386
  },
2930
3387
  tintedlens: {
3388
+ flags: {},
2931
3389
  name: "Tinted Lens",
2932
3390
  num: 110,
2933
3391
  shortDesc: "This Pokemon's attacks that are not very effective on a target deal double damage."
@@ -2935,6 +3393,7 @@ var _7 = {
2935
3393
  torrent: {
2936
3394
  onModifyAtkPriority: 5,
2937
3395
  onModifySpAPriority: 5,
3396
+ flags: {},
2938
3397
  name: "Torrent",
2939
3398
  num: 67,
2940
3399
  desc: "When this Pokemon has 1/3 or less of its maximum HP, rounded down, its offensive stat is multiplied by 1.5 while using a Water-type attack.",
@@ -2942,42 +3401,54 @@ var _7 = {
2942
3401
  },
2943
3402
  toughclaws: {
2944
3403
  onBasePowerPriority: 21,
3404
+ flags: {},
2945
3405
  name: "Tough Claws",
2946
3406
  num: 181,
2947
3407
  shortDesc: "This Pokemon's contact moves have their power multiplied by 1.3."
2948
3408
  },
2949
3409
  toxicboost: {
2950
3410
  onBasePowerPriority: 19,
3411
+ flags: {},
2951
3412
  name: "Toxic Boost",
2952
3413
  num: 137,
2953
3414
  desc: "While this Pokemon is poisoned, the power of its physical attacks is multiplied by 1.5.",
2954
3415
  shortDesc: "While this Pokemon is poisoned, its physical attacks have 1.5x power."
2955
3416
  },
2956
3417
  toxicchain: {
3418
+ flags: {},
2957
3419
  name: "Toxic Chain",
2958
3420
  num: 305,
2959
3421
  desc: "This Pokemon's moves have a 30% chance of badly poisoning. This effect comes after a move's inherent secondary effect chance.",
2960
3422
  shortDesc: "This Pokemon's moves have a 30% chance of badly poisoning."
2961
3423
  },
2962
3424
  toxicdebris: {
3425
+ flags: {},
2963
3426
  name: "Toxic Debris",
2964
3427
  num: 295,
2965
3428
  shortDesc: "If this Pokemon is hit by a physical attack, Toxic Spikes are set on the opposing side."
2966
3429
  },
2967
3430
  trace: {
3431
+ flags: {
3432
+ failroleplay: 1,
3433
+ noreceiver: 1,
3434
+ noentrain: 1,
3435
+ notrace: 1
3436
+ },
2968
3437
  name: "Trace",
2969
3438
  num: 36,
2970
- 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.",
3439
+ 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, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Teraform Zero, Tera Shell, Tera Shift, 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.",
2971
3440
  shortDesc: "On switch-in, or when it can, this Pokemon copies a random adjacent foe's Ability."
2972
3441
  },
2973
3442
  transistor: {
2974
3443
  onModifyAtkPriority: 5,
2975
3444
  onModifySpAPriority: 5,
3445
+ flags: {},
2976
3446
  name: "Transistor",
2977
3447
  num: 262,
2978
3448
  shortDesc: "This Pokemon's offensive stat is multiplied by 1.3 while using an Electric-type attack."
2979
3449
  },
2980
3450
  triage: {
3451
+ flags: {},
2981
3452
  name: "Triage",
2982
3453
  num: 205,
2983
3454
  shortDesc: "This Pokemon's healing moves have their priority increased by 3."
@@ -2985,73 +3456,81 @@ var _7 = {
2985
3456
  truant: {
2986
3457
  onBeforeMovePriority: 9,
2987
3458
  condition: {},
3459
+ flags: {},
2988
3460
  name: "Truant",
2989
3461
  num: 54,
2990
3462
  shortDesc: "This Pokemon skips every other turn instead of using a move."
2991
3463
  },
2992
3464
  turboblaze: {
3465
+ flags: {},
2993
3466
  name: "Turboblaze",
2994
3467
  num: 163,
2995
- desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Grass Pelt, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, White Smoke, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
3468
+ desc: "This Pokemon's moves and their effects ignore certain Abilities of other Pokemon. The Abilities that can be negated are Armor Tail, Aroma Veil, Aura Break, Battle Armor, Big Pecks, Bulletproof, Clear Body, Contrary, Damp, Dazzling, Disguise, Dry Skin, Earth Eater, Filter, Flash Fire, Flower Gift, Flower Veil, Fluffy, Friend Guard, Fur Coat, Good as Gold, Grass Pelt, Guard Dog, Heatproof, Heavy Metal, Hyper Cutter, Ice Face, Ice Scales, Illuminate, Immunity, Inner Focus, Insomnia, Keen Eye, Leaf Guard, Levitate, Light Metal, Lightning Rod, Limber, Magic Bounce, Magma Armor, Marvel Scale, Mind's Eye, Mirror Armor, Motor Drive, Multiscale, Oblivious, Overcoat, Own Tempo, Pastel Veil, Punk Rock, Purifying Salt, Queenly Majesty, Sand Veil, Sap Sipper, Shell Armor, Shield Dust, Simple, Snow Cloak, Solid Rock, Soundproof, Sticky Hold, Storm Drain, Sturdy, Suction Cups, Sweet Veil, Tangled Feet, Telepathy, Tera Shell, Thermal Exchange, Thick Fat, Unaware, Vital Spirit, Volt Absorb, Water Absorb, Water Bubble, Water Veil, Well-Baked Body, White Smoke, Wind Rider, Wonder Guard, and Wonder Skin. This affects every other Pokemon on the field, whether or not it is a target of this Pokemon's move, and whether or not their Ability is beneficial to this Pokemon.",
2996
3469
  shortDesc: "This Pokemon's moves and their effects ignore the Abilities of other Pokemon."
2997
3470
  },
2998
3471
  unaware: {
3472
+ flags: { breakable: 1 },
2999
3473
  name: "Unaware",
3000
- isBreakable: true,
3001
3474
  num: 109,
3002
3475
  desc: "This Pokemon ignores other Pokemon's Attack, Special Attack, and accuracy stat stages when taking damage, and ignores other Pokemon's Defense, Special Defense, and evasiveness stat stages when dealing damage.",
3003
3476
  shortDesc: "This Pokemon ignores other Pokemon's stat stages when taking or doing damage."
3004
3477
  },
3005
3478
  unburden: {
3006
3479
  condition: {},
3480
+ flags: {},
3007
3481
  name: "Unburden",
3008
3482
  num: 84,
3009
3483
  desc: "If this Pokemon loses its held item for any reason, its Speed is doubled as long as it remains active, has this Ability, and is not holding an item.",
3010
3484
  shortDesc: "Speed is doubled on held item loss; boost is lost if it switches, gets new item/Ability."
3011
3485
  },
3012
3486
  unnerve: {
3487
+ flags: {},
3013
3488
  name: "Unnerve",
3014
3489
  num: 127,
3015
3490
  desc: "While this Pokemon is active, it prevents opposing Pokemon from using their Berries. This Ability activates before hazards and other Abilities take effect.",
3016
3491
  shortDesc: "While this Pokemon is active, it prevents opposing Pokemon from using their Berries."
3017
3492
  },
3018
3493
  unseenfist: {
3494
+ flags: {},
3019
3495
  name: "Unseen Fist",
3020
3496
  num: 260,
3021
3497
  shortDesc: "This Pokemon's contact moves ignore the target's protection, except Max Guard."
3022
3498
  },
3023
3499
  vesselofruin: {
3500
+ flags: {},
3024
3501
  name: "Vessel of Ruin",
3025
3502
  num: 284,
3026
3503
  shortDesc: "Active Pokemon without this Ability have their Special Attack multiplied by 0.75."
3027
3504
  },
3028
3505
  victorystar: {
3029
3506
  onAnyModifyAccuracyPriority: -1,
3507
+ flags: {},
3030
3508
  name: "Victory Star",
3031
3509
  num: 162,
3032
3510
  shortDesc: "This Pokemon and its allies' moves have their accuracy multiplied by 1.1."
3033
3511
  },
3034
3512
  vitalspirit: {
3035
- isBreakable: true,
3513
+ flags: { breakable: 1 },
3036
3514
  name: "Vital Spirit",
3037
3515
  num: 72,
3038
3516
  shortDesc: "This Pokemon cannot fall asleep. Gaining this Ability while asleep cures it."
3039
3517
  },
3040
3518
  voltabsorb: {
3041
- isBreakable: true,
3519
+ flags: { breakable: 1 },
3042
3520
  name: "Volt Absorb",
3043
3521
  num: 10,
3044
3522
  desc: "This Pokemon is immune to Electric-type moves and restores 1/4 of its maximum HP, rounded down, when hit by an Electric-type move.",
3045
3523
  shortDesc: "This Pokemon heals 1/4 of its max HP when hit by Electric moves; Electric immunity."
3046
3524
  },
3047
3525
  wanderingspirit: {
3526
+ flags: {},
3048
3527
  name: "Wandering Spirit",
3049
3528
  num: 254,
3050
- 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.",
3529
+ desc: "Pokemon making contact with this Pokemon have their Ability swapped with this one. Does not affect Pokemon with the Abilities As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Wonder Guard, Zen Mode, or Zero to Hero.",
3051
3530
  shortDesc: "Pokemon making contact with this Pokemon have their Ability swapped with this one."
3052
3531
  },
3053
3532
  waterabsorb: {
3054
- isBreakable: true,
3533
+ flags: { breakable: 1 },
3055
3534
  name: "Water Absorb",
3056
3535
  num: 11,
3057
3536
  desc: "This Pokemon is immune to Water-type moves and restores 1/4 of its maximum HP, rounded down, when hit by a Water-type move.",
@@ -3060,43 +3539,46 @@ var _7 = {
3060
3539
  waterbubble: {
3061
3540
  onSourceModifyAtkPriority: 5,
3062
3541
  onSourceModifySpAPriority: 5,
3063
- isBreakable: true,
3542
+ flags: { breakable: 1 },
3064
3543
  name: "Water Bubble",
3065
3544
  num: 199,
3066
3545
  desc: "This Pokemon's offensive stat is doubled while using a Water-type attack. If a Pokemon uses a Fire-type attack against this Pokemon, that Pokemon's offensive stat is halved when calculating the damage to this Pokemon. This Pokemon cannot be burned. Gaining this Ability while burned cures it.",
3067
3546
  shortDesc: "This Pokemon's Water power is 2x; it can't be burned; Fire power against it is halved."
3068
3547
  },
3069
3548
  watercompaction: {
3549
+ flags: {},
3070
3550
  name: "Water Compaction",
3071
3551
  num: 195,
3072
3552
  shortDesc: "This Pokemon's Defense is raised 2 stages after it is damaged by a Water-type move."
3073
3553
  },
3074
3554
  waterveil: {
3075
- isBreakable: true,
3555
+ flags: { breakable: 1 },
3076
3556
  name: "Water Veil",
3077
3557
  num: 41,
3078
3558
  shortDesc: "This Pokemon cannot be burned. Gaining this Ability while burned cures it."
3079
3559
  },
3080
3560
  weakarmor: {
3561
+ flags: {},
3081
3562
  name: "Weak Armor",
3082
3563
  num: 133,
3083
3564
  desc: "If a physical attack hits this Pokemon, its Defense is lowered by 1 stage and its Speed is raised by 2 stages.",
3084
3565
  shortDesc: "If a physical attack hits this Pokemon, Defense is lowered by 1, Speed is raised by 2."
3085
3566
  },
3086
3567
  wellbakedbody: {
3087
- isBreakable: true,
3568
+ flags: { breakable: 1 },
3088
3569
  name: "Well-Baked Body",
3089
3570
  num: 273,
3090
3571
  desc: "This Pokemon is immune to Fire-type moves and raises its Defense by 2 stages when hit by a Fire-type move.",
3091
3572
  shortDesc: "This Pokemon's Defense is raised 2 stages if hit by a Fire move; Fire immunity."
3092
3573
  },
3093
3574
  whitesmoke: {
3094
- isBreakable: true,
3575
+ flags: { breakable: 1 },
3095
3576
  name: "White Smoke",
3096
3577
  num: 73,
3097
3578
  shortDesc: "Prevents other Pokemon from lowering this Pokemon's stat stages."
3098
3579
  },
3099
3580
  wimpout: {
3581
+ flags: {},
3100
3582
  name: "Wimp Out",
3101
3583
  num: 193,
3102
3584
  desc: "When this Pokemon has more than 1/2 its maximum HP and takes damage bringing it to 1/2 or less of its maximum HP, it immediately switches out to a chosen ally. 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. This effect applies to both direct and indirect damage, except Curse and Substitute on use, Belly Drum, Pain Split, and confusion damage.",
@@ -3104,27 +3586,34 @@ var _7 = {
3104
3586
  },
3105
3587
  windpower: {
3106
3588
  onDamagingHitOrder: 1,
3589
+ flags: {},
3107
3590
  name: "Wind Power",
3108
3591
  num: 277,
3109
3592
  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.",
3110
3593
  shortDesc: "This Pokemon gains the Charge effect when hit by a wind move or Tailwind begins."
3111
3594
  },
3112
3595
  windrider: {
3113
- isBreakable: true,
3596
+ flags: { breakable: 1 },
3114
3597
  name: "Wind Rider",
3115
3598
  num: 274,
3116
3599
  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.",
3117
3600
  shortDesc: "Attack raised by 1 if hit by a wind move or Tailwind begins. Wind move immunity."
3118
3601
  },
3119
3602
  wonderguard: {
3120
- isBreakable: true,
3603
+ flags: {
3604
+ failroleplay: 1,
3605
+ noreceiver: 1,
3606
+ noentrain: 1,
3607
+ failskillswap: 1,
3608
+ breakable: 1
3609
+ },
3121
3610
  name: "Wonder Guard",
3122
3611
  num: 25,
3123
3612
  shortDesc: "This Pokemon can only be damaged by supereffective moves and indirect damage."
3124
3613
  },
3125
3614
  wonderskin: {
3126
3615
  onModifyAccuracyPriority: 10,
3127
- isBreakable: true,
3616
+ flags: { breakable: 1 },
3128
3617
  name: "Wonder Skin",
3129
3618
  num: 147,
3130
3619
  desc: "Non-damaging moves that check accuracy have their accuracy changed to 50% when used against this Pokemon. This effect comes before other effects that modify accuracy.",
@@ -3133,37 +3622,53 @@ var _7 = {
3133
3622
  zenmode: {
3134
3623
  onResidualOrder: 29,
3135
3624
  condition: {},
3136
- isPermanent: true,
3625
+ flags: {
3626
+ failroleplay: 1,
3627
+ noreceiver: 1,
3628
+ noentrain: 1,
3629
+ notrace: 1,
3630
+ failskillswap: 1,
3631
+ cantsuppress: 1
3632
+ },
3137
3633
  name: "Zen Mode",
3138
3634
  num: 161,
3139
3635
  desc: "If this Pokemon is a Darmanitan or Galarian Darmanitan, it changes to Zen Mode if it has 1/2 or less of its maximum HP at the end of a turn. If Darmanitan's HP is above 1/2 of its maximum HP at the end of a turn, it changes back to Standard Mode.",
3140
3636
  shortDesc: "If Darmanitan, at end of turn changes Mode to Standard if > 1/2 max HP, else Zen."
3141
3637
  },
3142
3638
  zerotohero: {
3143
- isPermanent: true,
3639
+ flags: {
3640
+ failroleplay: 1,
3641
+ noreceiver: 1,
3642
+ noentrain: 1,
3643
+ notrace: 1,
3644
+ failskillswap: 1,
3645
+ cantsuppress: 1,
3646
+ notransform: 1
3647
+ },
3144
3648
  name: "Zero to Hero",
3145
3649
  num: 278,
3146
3650
  shortDesc: "If this Pokemon is a Palafin in Zero Form, switching out has it change to Hero Form."
3147
3651
  },
3148
3652
  mountaineer: {
3149
3653
  isNonstandard: "CAP",
3150
- isBreakable: true,
3654
+ flags: { breakable: 1 },
3151
3655
  name: "Mountaineer",
3152
3656
  num: -2,
3153
3657
  shortDesc: "On switch-in, this Pokemon avoids all Rock-type attacks and Stealth Rock."
3154
3658
  },
3155
3659
  rebound: {
3156
3660
  isNonstandard: "CAP",
3157
- name: "Rebound",
3158
3661
  onTryHitPriority: 1,
3159
3662
  condition: { duration: 1 },
3160
- isBreakable: true,
3663
+ flags: { breakable: 1 },
3664
+ name: "Rebound",
3161
3665
  num: -3,
3162
3666
  desc: "On switch-in, this Pokemon blocks certain status moves and instead uses the move against the original user.",
3163
3667
  shortDesc: "On switch-in, blocks certain status moves and bounces them back to the user."
3164
3668
  },
3165
3669
  persistent: {
3166
3670
  isNonstandard: "CAP",
3671
+ flags: {},
3167
3672
  name: "Persistent",
3168
3673
  num: -4,
3169
3674
  desc: "The duration of Gravity, Heal Block, Magic Room, Safeguard, Tailwind, Trick Room, and Wonder Room is increased by 2 turns if the effect is started by this Pokemon.",
@@ -14193,7 +14698,7 @@ var _22 = {
14193
14698
  var _23 = {
14194
14699
  bulbasaur: { tier: "LC" },
14195
14700
  ivysaur: { tier: "NFE" },
14196
- venusaur: { tier: "OU", doublesTier: "DOU" },
14701
+ venusaur: { tier: "UU", doublesTier: "DUU" },
14197
14702
  venusaurmega: { isNonstandard: "Past", tier: "Illegal" },
14198
14703
  venusaurgmax: { isNonstandard: "Past", tier: "Illegal" },
14199
14704
  charmander: { tier: "LC" },
@@ -14203,8 +14708,8 @@ var _23 = {
14203
14708
  charizardmegay: { isNonstandard: "Past", tier: "Illegal" },
14204
14709
  charizardgmax: { isNonstandard: "Past", tier: "Illegal" },
14205
14710
  squirtle: { tier: "LC" },
14206
- wartortle: { tier: "NFE" },
14207
- blastoise: { tier: "OU", doublesTier: "DOU" },
14711
+ wartortle: { tier: "ZU", doublesTier: "NFE" },
14712
+ blastoise: { tier: "UU", doublesTier: "DUU" },
14208
14713
  blastoisemega: { isNonstandard: "Past", tier: "Illegal" },
14209
14714
  blastoisegmax: { isNonstandard: "Past", tier: "Illegal" },
14210
14715
  caterpie: { isNonstandard: "Past", tier: "Illegal" },
@@ -14252,7 +14757,7 @@ var _23 = {
14252
14757
  sandshrew: { tier: "LC" },
14253
14758
  sandshrewalola: { tier: "LC" },
14254
14759
  sandslash: { tier: "NU", doublesTier: "(DUU)" },
14255
- sandslashalola: { tier: "NU", doublesTier: "(DUU)" },
14760
+ sandslashalola: { tier: "PU", doublesTier: "(DUU)" },
14256
14761
  nidoranf: { isNonstandard: "Past", tier: "Illegal" },
14257
14762
  nidorina: { isNonstandard: "Past", tier: "Illegal" },
14258
14763
  nidoqueen: { isNonstandard: "Past", tier: "Illegal" },
@@ -14265,7 +14770,7 @@ var _23 = {
14265
14770
  vulpix: { tier: "NFE" },
14266
14771
  vulpixalola: { tier: "NFE" },
14267
14772
  ninetales: { tier: "NU", doublesTier: "DUU" },
14268
- ninetalesalola: { tier: "UU", doublesTier: "DOU" },
14773
+ ninetalesalola: { tier: "UU", doublesTier: "DUU" },
14269
14774
  igglybuff: { tier: "LC" },
14270
14775
  jigglypuff: { tier: "NFE" },
14271
14776
  wigglytuff: { tier: "ZU", doublesTier: "(DUU)" },
@@ -14274,16 +14779,16 @@ var _23 = {
14274
14779
  crobat: { isNonstandard: "Past", tier: "Illegal" },
14275
14780
  oddish: { tier: "LC" },
14276
14781
  gloom: { tier: "NFE" },
14277
- vileplume: { tier: "OU", doublesTier: "DOU" },
14278
- bellossom: { tier: "OU", doublesTier: "DOU" },
14782
+ vileplume: { tier: "PU", doublesTier: "DUU" },
14783
+ bellossom: { tier: "PU", doublesTier: "DUU" },
14279
14784
  paras: { isNonstandard: "Past", tier: "Illegal" },
14280
14785
  parasect: { isNonstandard: "Past", tier: "Illegal" },
14281
14786
  venonat: { tier: "LC" },
14282
- venomoth: { tier: "NU", doublesTier: "(DUU)" },
14787
+ venomoth: { tier: "PU", doublesTier: "(DUU)" },
14283
14788
  diglett: { tier: "NFE" },
14284
14789
  diglettalola: { tier: "LC" },
14285
14790
  dugtrio: { tier: "ZU", doublesTier: "(DUU)" },
14286
- dugtrioalola: { tier: "PU", doublesTier: "(DUU)" },
14791
+ dugtrioalola: { tier: "ZU", doublesTier: "(DUU)" },
14287
14792
  meowth: { tier: "LC" },
14288
14793
  meowthalola: { tier: "LC" },
14289
14794
  meowthgalar: { tier: "LC" },
@@ -14294,15 +14799,15 @@ var _23 = {
14294
14799
  psyduck: { tier: "LC" },
14295
14800
  golduck: { tier: "ZU", doublesTier: "(DUU)" },
14296
14801
  mankey: { tier: "LC" },
14297
- primeape: { tier: "PUBL", doublesTier: "NFE" },
14802
+ primeape: { tier: "PU", doublesTier: "NFE" },
14298
14803
  growlithe: { tier: "LC" },
14299
14804
  growlithehisui: { tier: "LC" },
14300
14805
  arcanine: { tier: "NU", doublesTier: "DUU" },
14301
- arcaninehisui: { tier: "UU", doublesTier: "DOU" },
14806
+ arcaninehisui: { tier: "UU", doublesTier: "DUU" },
14302
14807
  poliwag: { tier: "LC" },
14303
14808
  poliwhirl: { tier: "NFE" },
14304
14809
  poliwrath: { tier: "PU", doublesTier: "(DUU)" },
14305
- politoed: { tier: "RU", doublesTier: "DUU" },
14810
+ politoed: { tier: "NU", doublesTier: "DUU" },
14306
14811
  abra: { isNonstandard: "Past", tier: "Illegal" },
14307
14812
  kadabra: { isNonstandard: "Past", tier: "Illegal" },
14308
14813
  alakazam: { isNonstandard: "Past", tier: "Illegal" },
@@ -14315,13 +14820,13 @@ var _23 = {
14315
14820
  weepinbell: { tier: "NFE" },
14316
14821
  victreebel: { tier: "ZU", doublesTier: "(DUU)" },
14317
14822
  tentacool: { tier: "LC" },
14318
- tentacruel: { tier: "OU", doublesTier: "DOU" },
14823
+ tentacruel: { tier: "UU", doublesTier: "DUU" },
14319
14824
  geodude: { tier: "LC" },
14320
14825
  geodudealola: { tier: "LC" },
14321
14826
  graveler: { tier: "NFE" },
14322
14827
  graveleralola: { tier: "NFE" },
14323
- golem: { tier: "PU", doublesTier: "(DUU)" },
14324
- golemalola: { tier: "PU", doublesTier: "(DUU)" },
14828
+ golem: { tier: "ZU", doublesTier: "(DUU)" },
14829
+ golemalola: { tier: "ZU", doublesTier: "(DUU)" },
14325
14830
  ponyta: { isNonstandard: "Past", tier: "Illegal" },
14326
14831
  ponytagalar: { isNonstandard: "Past", tier: "Illegal" },
14327
14832
  rapidash: { isNonstandard: "Past", tier: "Illegal" },
@@ -14330,27 +14835,27 @@ var _23 = {
14330
14835
  slowpokegalar: { tier: "LC" },
14331
14836
  slowbro: { tier: "RU", doublesTier: "(DUU)" },
14332
14837
  slowbromega: { isNonstandard: "Past", tier: "Illegal" },
14333
- slowbrogalar: { tier: "NUBL", doublesTier: "(DUU)" },
14838
+ slowbrogalar: { tier: "NU", doublesTier: "(DUU)" },
14334
14839
  slowking: { tier: "UU", doublesTier: "(DUU)" },
14335
14840
  slowkinggalar: { tier: "OU", doublesTier: "(DUU)" },
14336
14841
  magnemite: { tier: "LC" },
14337
- magneton: { tier: "PUBL", doublesTier: "NFE" },
14842
+ magneton: { tier: "PU", doublesTier: "NFE" },
14338
14843
  magnezone: { tier: "RU", doublesTier: "(DUU)" },
14339
14844
  farfetchd: { isNonstandard: "Past", tier: "Illegal" },
14340
14845
  farfetchdgalar: { isNonstandard: "Past", tier: "Illegal" },
14341
14846
  sirfetchd: { isNonstandard: "Past", tier: "Illegal" },
14342
14847
  doduo: { tier: "LC" },
14343
- dodrio: { tier: "OU", doublesTier: "DOU" },
14848
+ dodrio: { tier: "PU", doublesTier: "DUU" },
14344
14849
  seel: { tier: "LC" },
14345
- dewgong: { tier: "OU", doublesTier: "DOU" },
14850
+ dewgong: { tier: "PU", doublesTier: "DUU" },
14346
14851
  grimer: { tier: "LC" },
14347
14852
  grimeralola: { tier: "LC" },
14348
14853
  muk: { tier: "PU", doublesTier: "(DUU)" },
14349
14854
  mukalola: { tier: "RU", doublesTier: "(DUU)" },
14350
14855
  shellder: { tier: "LC" },
14351
- cloyster: { tier: "RU", doublesTier: "(DUU)" },
14856
+ cloyster: { tier: "NU", doublesTier: "(DUU)" },
14352
14857
  gastly: { tier: "LC" },
14353
- haunter: { tier: "PU", doublesTier: "NFE" },
14858
+ haunter: { tier: "ZU", doublesTier: "NFE" },
14354
14859
  gengar: { tier: "UU", doublesTier: "(DUU)" },
14355
14860
  gengarmega: { isNonstandard: "Past", tier: "Illegal" },
14356
14861
  gengargmax: { isNonstandard: "Past", tier: "Illegal" },
@@ -14365,36 +14870,36 @@ var _23 = {
14365
14870
  voltorb: { tier: "LC" },
14366
14871
  voltorbhisui: { tier: "LC" },
14367
14872
  electrode: { tier: "ZUBL", doublesTier: "(DUU)" },
14368
- electrodehisui: { tier: "NU", doublesTier: "(DUU)" },
14873
+ electrodehisui: { tier: "PU", doublesTier: "(DUU)" },
14369
14874
  exeggcute: { tier: "LC" },
14370
- exeggutor: { tier: "OU", doublesTier: "DOU" },
14371
- exeggutoralola: { tier: "OU", doublesTier: "DOU" },
14875
+ exeggutor: { tier: "PU", doublesTier: "DUU" },
14876
+ exeggutoralola: { tier: "RU", doublesTier: "DUU" },
14372
14877
  cubone: { isNonstandard: "Past", tier: "Illegal" },
14373
14878
  marowak: { isNonstandard: "Past", tier: "Illegal" },
14374
14879
  marowakalola: { isNonstandard: "Past", tier: "Illegal" },
14375
14880
  marowakalolatotem: { isNonstandard: "Past", tier: "Illegal" },
14376
14881
  tyrogue: { tier: "LC" },
14377
- hitmonlee: { tier: "OU", doublesTier: "DOU" },
14378
- hitmonchan: { tier: "OU", doublesTier: "DOU" },
14379
- hitmontop: { tier: "OU", doublesTier: "DOU" },
14882
+ hitmonlee: { tier: "RU", doublesTier: "DUU" },
14883
+ hitmonchan: { tier: "PU", doublesTier: "DUU" },
14884
+ hitmontop: { tier: "NU", doublesTier: "DUU" },
14380
14885
  lickitung: { isNonstandard: "Past", tier: "Illegal" },
14381
14886
  lickilicky: { isNonstandard: "Past", tier: "Illegal" },
14382
14887
  koffing: { tier: "LC" },
14383
14888
  weezing: { tier: "PU", doublesTier: "(DUU)" },
14384
14889
  weezinggalar: { tier: "UU", doublesTier: "(DUU)" },
14385
14890
  rhyhorn: { tier: "LC" },
14386
- rhydon: { tier: "ZUBL", doublesTier: "NFE" },
14387
- rhyperior: { tier: "OU", doublesTier: "DOU" },
14891
+ rhydon: { tier: "NU", doublesTier: "NFE" },
14892
+ rhyperior: { tier: "RU", doublesTier: "DUU" },
14388
14893
  happiny: { tier: "LC" },
14389
- chansey: { tier: "NU", doublesTier: "NFE" },
14390
- blissey: { tier: "OU", doublesTier: "(DUU)" },
14894
+ chansey: { tier: "RU", doublesTier: "NFE" },
14895
+ blissey: { tier: "UU", doublesTier: "(DUU)" },
14391
14896
  tangela: { isNonstandard: "Past", tier: "Illegal" },
14392
14897
  tangrowth: { isNonstandard: "Past", tier: "Illegal" },
14393
14898
  kangaskhan: { isNonstandard: "Past", tier: "Illegal" },
14394
14899
  kangaskhanmega: { isNonstandard: "Past", tier: "Illegal" },
14395
14900
  horsea: { tier: "LC" },
14396
14901
  seadra: { tier: "NFE" },
14397
- kingdra: { tier: "OU", doublesTier: "DOU" },
14902
+ kingdra: { tier: "UU", doublesTier: "DUU" },
14398
14903
  goldeen: { isNonstandard: "Past", tier: "Illegal" },
14399
14904
  seaking: { isNonstandard: "Past", tier: "Illegal" },
14400
14905
  staryu: { isNonstandard: "Past", tier: "Illegal" },
@@ -14406,25 +14911,25 @@ var _23 = {
14406
14911
  scyther: { tier: "NU", doublesTier: "NFE" },
14407
14912
  scizor: { tier: "UU", doublesTier: "DUU" },
14408
14913
  scizormega: { isNonstandard: "Past", tier: "Illegal" },
14409
- kleavor: { tier: "UU", doublesTier: "DOU" },
14914
+ kleavor: { tier: "UU", doublesTier: "DUU" },
14410
14915
  smoochum: { isNonstandard: "Past", tier: "Illegal" },
14411
14916
  jynx: { isNonstandard: "Past", tier: "Illegal" },
14412
14917
  elekid: { tier: "LC" },
14413
- electabuzz: { tier: "NFE" },
14414
- electivire: { tier: "OU", doublesTier: "DOU" },
14918
+ electabuzz: { tier: "ZU", doublesTier: "NFE" },
14919
+ electivire: { tier: "RU", doublesTier: "DUU" },
14415
14920
  magby: { tier: "LC" },
14416
- magmar: { tier: "NFE" },
14417
- magmortar: { tier: "OU", doublesTier: "DOU" },
14921
+ magmar: { tier: "ZU", doublesTier: "NFE" },
14922
+ magmortar: { tier: "PU", doublesTier: "DUU" },
14418
14923
  pinsir: { isNonstandard: "Past", tier: "Illegal" },
14419
14924
  pinsirmega: { isNonstandard: "Past", tier: "Illegal" },
14420
14925
  tauros: { tier: "ZUBL", doublesTier: "(DUU)" },
14421
- taurospaldeacombat: { tier: "PU", doublesTier: "(DUU)" },
14926
+ taurospaldeacombat: { tier: "ZU", doublesTier: "(DUU)" },
14422
14927
  taurospaldeablaze: { tier: "NU", doublesTier: "(DUU)" },
14423
14928
  taurospaldeaaqua: { tier: "NU", doublesTier: "(DUU)" },
14424
14929
  magikarp: { tier: "LC" },
14425
14930
  gyarados: { tier: "RUBL", doublesTier: "DUU" },
14426
14931
  gyaradosmega: { isNonstandard: "Past", tier: "Illegal" },
14427
- lapras: { tier: "OU", doublesTier: "DOU" },
14932
+ lapras: { tier: "NU", doublesTier: "DUU" },
14428
14933
  laprasgmax: { isNonstandard: "Past", tier: "Illegal" },
14429
14934
  ditto: { tier: "ZU", doublesTier: "(DUU)" },
14430
14935
  eevee: { tier: "LC" },
@@ -14433,14 +14938,14 @@ var _23 = {
14433
14938
  vaporeon: { tier: "RU", doublesTier: "(DUU)" },
14434
14939
  jolteon: { tier: "NU", doublesTier: "(DUU)" },
14435
14940
  flareon: { tier: "ZU", doublesTier: "(DUU)" },
14436
- espeon: { tier: "RU", doublesTier: "(DUU)" },
14941
+ espeon: { tier: "NU", doublesTier: "(DUU)" },
14437
14942
  umbreon: { tier: "NU", doublesTier: "(DUU)" },
14438
14943
  leafeon: { tier: "ZU", doublesTier: "(DUU)" },
14439
- glaceon: { tier: "ZU", doublesTier: "(DUU)" },
14944
+ glaceon: { tier: "PU", doublesTier: "(DUU)" },
14440
14945
  sylveon: { tier: "NU", doublesTier: "DUU" },
14441
14946
  porygon: { tier: "LC" },
14442
- porygon2: { tier: "ZUBL", doublesTier: "NFE" },
14443
- porygonz: { tier: "OU", doublesTier: "DOU" },
14947
+ porygon2: { tier: "PU", doublesTier: "NFE" },
14948
+ porygonz: { tier: "UU", doublesTier: "DUU" },
14444
14949
  omanyte: { isNonstandard: "Past", tier: "Illegal" },
14445
14950
  omastar: { isNonstandard: "Past", tier: "Illegal" },
14446
14951
  kabuto: { isNonstandard: "Past", tier: "Illegal" },
@@ -14448,31 +14953,31 @@ var _23 = {
14448
14953
  aerodactyl: { isNonstandard: "Past", tier: "Illegal" },
14449
14954
  aerodactylmega: { isNonstandard: "Past", tier: "Illegal" },
14450
14955
  munchlax: { tier: "LC" },
14451
- snorlax: { tier: "NUBL", doublesTier: "(DUU)" },
14956
+ snorlax: { tier: "NU", doublesTier: "(DUU)" },
14452
14957
  snorlaxgmax: { isNonstandard: "Past", tier: "Illegal" },
14453
14958
  articuno: { tier: "PU", doublesTier: "(DUU)" },
14454
14959
  articunogalar: { tier: "NU", doublesTier: "(DUU)" },
14455
- zapdos: { tier: "OU", doublesTier: "DUU" },
14960
+ zapdos: { tier: "UU", doublesTier: "DUU" },
14456
14961
  zapdosgalar: { tier: "UU", doublesTier: "(DUU)" },
14457
14962
  moltres: { tier: "UU", doublesTier: "(DUU)" },
14458
- moltresgalar: { tier: "RUBL", doublesTier: "(DUU)" },
14963
+ moltresgalar: { tier: "UU", doublesTier: "(DUU)" },
14459
14964
  dratini: { tier: "LC" },
14460
14965
  dragonair: { tier: "NFE" },
14461
14966
  dragonite: { tier: "OU", doublesTier: "DOU" },
14462
14967
  mewtwo: { tier: "Uber", doublesTier: "DUber" },
14463
14968
  mewtwomegax: { isNonstandard: "Past", tier: "Illegal" },
14464
14969
  mewtwomegay: { isNonstandard: "Past", tier: "Illegal" },
14465
- mew: { tier: "RUBL", doublesTier: "(DUU)" },
14970
+ mew: { tier: "RU", doublesTier: "(DUU)" },
14466
14971
  chikorita: { tier: "LC" },
14467
14972
  bayleef: { tier: "NFE" },
14468
- meganium: { tier: "OU", doublesTier: "DOU" },
14973
+ meganium: { tier: "NU", doublesTier: "DUU" },
14469
14974
  cyndaquil: { tier: "LC" },
14470
14975
  quilava: { tier: "NFE" },
14471
- typhlosion: { tier: "NU", doublesTier: "(DUU)" },
14976
+ typhlosion: { tier: "PU", doublesTier: "(DUU)" },
14472
14977
  typhlosionhisui: { tier: "RU", doublesTier: "DUU" },
14473
14978
  totodile: { tier: "LC" },
14474
14979
  croconaw: { tier: "NFE" },
14475
- feraligatr: { tier: "OU", doublesTier: "DOU" },
14980
+ feraligatr: { tier: "UU", doublesTier: "DUU" },
14476
14981
  sentret: { tier: "LC" },
14477
14982
  furret: { tier: "ZU", doublesTier: "(DUU)" },
14478
14983
  hoothoot: { tier: "LC" },
@@ -14482,7 +14987,7 @@ var _23 = {
14482
14987
  spinarak: { tier: "LC" },
14483
14988
  ariados: { tier: "ZU", doublesTier: "(DUU)" },
14484
14989
  chinchou: { tier: "LC" },
14485
- lanturn: { tier: "OU", doublesTier: "DOU" },
14990
+ lanturn: { tier: "PU", doublesTier: "DUU" },
14486
14991
  togepi: { isNonstandard: "Past", tier: "Illegal" },
14487
14992
  togetic: { isNonstandard: "Past", tier: "Illegal" },
14488
14993
  togekiss: { isNonstandard: "Past", tier: "Illegal" },
@@ -14494,7 +14999,7 @@ var _23 = {
14494
14999
  ampharosmega: { isNonstandard: "Past", tier: "Illegal" },
14495
15000
  azurill: { tier: "LC" },
14496
15001
  marill: { tier: "NFE" },
14497
- azumarill: { tier: "UU", doublesTier: "DUU" },
15002
+ azumarill: { tier: "UU", doublesTier: "(DUU)" },
14498
15003
  bonsly: { tier: "LC" },
14499
15004
  sudowoodo: { tier: "ZU", doublesTier: "(DUU)" },
14500
15005
  hoppip: { tier: "LC" },
@@ -14510,9 +15015,9 @@ var _23 = {
14510
15015
  wooperpaldea: { tier: "LC" },
14511
15016
  quagsire: { tier: "RU", doublesTier: "(DUU)" },
14512
15017
  murkrow: { tier: "NFE", doublesTier: "DUU" },
14513
- honchkrow: { tier: "PU", doublesTier: "(DUU)" },
15018
+ honchkrow: { tier: "ZU", doublesTier: "(DUU)" },
14514
15019
  misdreavus: { tier: "ZU", doublesTier: "NFE" },
14515
- mismagius: { tier: "NU", doublesTier: "(DUU)" },
15020
+ mismagius: { tier: "PU", doublesTier: "(DUU)" },
14516
15021
  unown: { isNonstandard: "Past", tier: "Illegal" },
14517
15022
  wynaut: { isNonstandard: "Past", tier: "Illegal" },
14518
15023
  wobbuffet: { isNonstandard: "Past", tier: "Illegal" },
@@ -14521,30 +15026,30 @@ var _23 = {
14521
15026
  pineco: { tier: "LC" },
14522
15027
  forretress: { tier: "RU", doublesTier: "(DUU)" },
14523
15028
  dunsparce: { tier: "NFE" },
14524
- dudunsparce: { tier: "NU", doublesTier: "(DUU)" },
15029
+ dudunsparce: { tier: "PU", doublesTier: "(DUU)" },
14525
15030
  gligar: { tier: "NU", doublesTier: "NFE" },
14526
15031
  gliscor: { tier: "OU", doublesTier: "DUU" },
14527
15032
  snubbull: { tier: "LC" },
14528
- granbull: { tier: "OU", doublesTier: "DOU" },
15033
+ granbull: { tier: "PU", doublesTier: "DUU" },
14529
15034
  qwilfish: { tier: "NU", doublesTier: "(DUU)" },
14530
- qwilfishhisui: { tier: "NU", doublesTier: "NFE" },
14531
- overqwil: { tier: "RU", doublesTier: "(DUU)" },
15035
+ qwilfishhisui: { tier: "PU", doublesTier: "NFE" },
15036
+ overqwil: { tier: "NU", doublesTier: "(DUU)" },
14532
15037
  shuckle: { isNonstandard: "Past", tier: "Illegal" },
14533
15038
  heracross: { tier: "NU", doublesTier: "(DUU)" },
14534
15039
  heracrossmega: { isNonstandard: "Past", tier: "Illegal" },
14535
15040
  sneasel: { tier: "ZU", doublesTier: "NFE" },
14536
15041
  sneaselhisui: { tier: "PU", doublesTier: "NFE" },
14537
- weavile: { tier: "UU", doublesTier: "(DUU)" },
15042
+ weavile: { tier: "OU", doublesTier: "(DUU)" },
14538
15043
  sneasler: { tier: "Uber", doublesTier: "(DUU)" },
14539
15044
  teddiursa: { tier: "LC" },
14540
15045
  ursaring: { tier: "ZUBL", doublesTier: "NFE" },
14541
15046
  ursaluna: { tier: "UU", doublesTier: "DOU" },
14542
- ursalunabloodmoon: { tier: "Uber", doublesTier: "DOU" },
15047
+ ursalunabloodmoon: { tier: "Uber", doublesTier: "DUU" },
14543
15048
  slugma: { tier: "LC" },
14544
15049
  magcargo: { tier: "ZU", doublesTier: "(DUU)" },
14545
15050
  swinub: { tier: "LC" },
14546
- piloswine: { tier: "NU", doublesTier: "NFE" },
14547
- mamoswine: { tier: "UU", doublesTier: "(DUU)" },
15051
+ piloswine: { tier: "PU", doublesTier: "NFE" },
15052
+ mamoswine: { tier: "RU", doublesTier: "(DUU)" },
14548
15053
  corsola: { isNonstandard: "Past", tier: "Illegal" },
14549
15054
  corsolagalar: { isNonstandard: "Past", tier: "Illegal" },
14550
15055
  cursola: { isNonstandard: "Past", tier: "Illegal" },
@@ -14553,37 +15058,37 @@ var _23 = {
14553
15058
  delibird: { tier: "ZU", doublesTier: "(DUU)" },
14554
15059
  mantyke: { isNonstandard: "Past", tier: "Illegal" },
14555
15060
  mantine: { isNonstandard: "Past", tier: "Illegal" },
14556
- skarmory: { tier: "OU", doublesTier: "DOU" },
15061
+ skarmory: { tier: "OU", doublesTier: "DUU" },
14557
15062
  houndour: { tier: "LC" },
14558
- houndoom: { tier: "PU", doublesTier: "(DUU)" },
15063
+ houndoom: { tier: "ZU", doublesTier: "(DUU)" },
14559
15064
  houndoommega: { isNonstandard: "Past", tier: "Illegal" },
14560
15065
  phanpy: { tier: "LC" },
14561
- donphan: { tier: "RU", doublesTier: "(DUU)" },
15066
+ donphan: { tier: "UU", doublesTier: "(DUU)" },
14562
15067
  stantler: { tier: "NFE" },
14563
15068
  wyrdeer: { tier: "ZUBL", doublesTier: "(DUU)" },
14564
- smeargle: { tier: "OU", doublesTier: "DOU" },
15069
+ smeargle: { tier: "UU", doublesTier: "DUU" },
14565
15070
  miltank: { isNonstandard: "Past", tier: "Illegal" },
14566
- raikou: { tier: "OU", doublesTier: "DOU" },
14567
- entei: { tier: "OU", doublesTier: "DOU" },
14568
- suicune: { tier: "OU", doublesTier: "DOU" },
15071
+ raikou: { tier: "RU", doublesTier: "DUU" },
15072
+ entei: { tier: "RU", doublesTier: "DUU" },
15073
+ suicune: { tier: "UU", doublesTier: "DUU" },
14569
15074
  larvitar: { tier: "LC" },
14570
15075
  pupitar: { tier: "NFE" },
14571
- tyranitar: { tier: "RU", doublesTier: "DOU" },
15076
+ tyranitar: { tier: "UU", doublesTier: "DOU" },
14572
15077
  tyranitarmega: { isNonstandard: "Past", tier: "Illegal" },
14573
15078
  lugia: { tier: "Uber", doublesTier: "DUber" },
14574
15079
  hooh: { tier: "Uber", doublesTier: "DUber" },
14575
15080
  celebi: { isNonstandard: "Past", tier: "Illegal" },
14576
15081
  treecko: { tier: "LC" },
14577
15082
  grovyle: { tier: "NFE" },
14578
- sceptile: { tier: "OU", doublesTier: "DOU" },
15083
+ sceptile: { tier: "PU", doublesTier: "DUU" },
14579
15084
  sceptilemega: { isNonstandard: "Past", tier: "Illegal" },
14580
15085
  torchic: { tier: "LC" },
14581
- combusken: { tier: "NFE" },
14582
- blaziken: { tier: "OU", doublesTier: "DOU" },
15086
+ combusken: { tier: "ZU", doublesTier: "NFE" },
15087
+ blaziken: { tier: "UU", doublesTier: "DUU" },
14583
15088
  blazikenmega: { isNonstandard: "Past", tier: "Illegal" },
14584
15089
  mudkip: { tier: "LC" },
14585
15090
  marshtomp: { tier: "NFE" },
14586
- swampert: { tier: "OU", doublesTier: "DOU" },
15091
+ swampert: { tier: "UU", doublesTier: "DUU" },
14587
15092
  swampertmega: { isNonstandard: "Past", tier: "Illegal" },
14588
15093
  poochyena: { tier: "LC" },
14589
15094
  mightyena: { tier: "ZU", doublesTier: "(DUU)" },
@@ -14602,16 +15107,16 @@ var _23 = {
14602
15107
  ludicolo: { tier: "ZU", doublesTier: "(DUU)" },
14603
15108
  seedot: { tier: "LC" },
14604
15109
  nuzleaf: { tier: "NFE" },
14605
- shiftry: { tier: "NU", doublesTier: "(DUU)" },
15110
+ shiftry: { tier: "PU", doublesTier: "(DUU)" },
14606
15111
  taillow: { isNonstandard: "Past", tier: "Illegal" },
14607
15112
  swellow: { isNonstandard: "Past", tier: "Illegal" },
14608
15113
  wingull: { tier: "LC" },
14609
- pelipper: { tier: "UU", doublesTier: "DUU" },
15114
+ pelipper: { tier: "OU", doublesTier: "DOU" },
14610
15115
  ralts: { tier: "LC" },
14611
15116
  kirlia: { tier: "NFE" },
14612
15117
  gardevoir: { tier: "RU", doublesTier: "(DUU)" },
14613
15118
  gardevoirmega: { isNonstandard: "Past", tier: "Illegal" },
14614
- gallade: { tier: "NU", doublesTier: "(DUU)" },
15119
+ gallade: { tier: "UU", doublesTier: "(DUU)" },
14615
15120
  gallademega: { isNonstandard: "Past", tier: "Illegal" },
14616
15121
  surskit: { tier: "LC" },
14617
15122
  masquerain: { tier: "ZUBL", doublesTier: "(DUU)" },
@@ -14627,12 +15132,12 @@ var _23 = {
14627
15132
  loudred: { isNonstandard: "Past", tier: "Illegal" },
14628
15133
  exploud: { isNonstandard: "Past", tier: "Illegal" },
14629
15134
  makuhita: { tier: "LC" },
14630
- hariyama: { tier: "NU", doublesTier: "(DUU)" },
15135
+ hariyama: { tier: "PU", doublesTier: "DUU" },
14631
15136
  nosepass: { tier: "LC" },
14632
15137
  probopass: { tier: "PU", doublesTier: "(DUU)" },
14633
15138
  skitty: { isNonstandard: "Past", tier: "Illegal" },
14634
15139
  delcatty: { isNonstandard: "Past", tier: "Illegal" },
14635
- sableye: { tier: "PU", doublesTier: "DUU" },
15140
+ sableye: { tier: "ZU", doublesTier: "DUU" },
14636
15141
  sableyemega: { isNonstandard: "Past", tier: "Illegal" },
14637
15142
  mawile: { isNonstandard: "Past", tier: "Illegal" },
14638
15143
  mawilemega: { isNonstandard: "Past", tier: "Illegal" },
@@ -14646,8 +15151,8 @@ var _23 = {
14646
15151
  electrike: { isNonstandard: "Past", tier: "Illegal" },
14647
15152
  manectric: { isNonstandard: "Past", tier: "Illegal" },
14648
15153
  manectricmega: { isNonstandard: "Past", tier: "Illegal" },
14649
- plusle: { tier: "OU", doublesTier: "DOU" },
14650
- minun: { tier: "OU", doublesTier: "DOU" },
15154
+ plusle: { tier: "PU", doublesTier: "DUU" },
15155
+ minun: { tier: "PU", doublesTier: "DUU" },
14651
15156
  volbeat: { tier: "ZU", doublesTier: "(DUU)" },
14652
15157
  illumise: { tier: "ZU", doublesTier: "(DUU)" },
14653
15158
  budew: { isNonstandard: "Past", tier: "Illegal" },
@@ -14663,13 +15168,13 @@ var _23 = {
14663
15168
  numel: { tier: "LC" },
14664
15169
  camerupt: { tier: "ZU", doublesTier: "(DUU)" },
14665
15170
  cameruptmega: { isNonstandard: "Past", tier: "Illegal" },
14666
- torkoal: { tier: "RU", doublesTier: "DOU" },
15171
+ torkoal: { tier: "OU", doublesTier: "DOU" },
14667
15172
  spoink: { tier: "LC" },
14668
15173
  grumpig: { tier: "ZU", doublesTier: "(DUU)" },
14669
15174
  spinda: { isNonstandard: "Past", tier: "Illegal" },
14670
15175
  trapinch: { tier: "LC" },
14671
15176
  vibrava: { tier: "NFE" },
14672
- flygon: { tier: "OU", doublesTier: "DOU" },
15177
+ flygon: { tier: "NU", doublesTier: "DUU" },
14673
15178
  cacnea: { tier: "LC" },
14674
15179
  cacturne: { tier: "ZU", doublesTier: "(DUU)" },
14675
15180
  swablu: { tier: "LC" },
@@ -14680,9 +15185,9 @@ var _23 = {
14680
15185
  lunatone: { isNonstandard: "Past", tier: "Illegal" },
14681
15186
  solrock: { isNonstandard: "Past", tier: "Illegal" },
14682
15187
  barboach: { tier: "LC" },
14683
- whiscash: { tier: "PU", doublesTier: "(DUU)" },
15188
+ whiscash: { tier: "ZU", doublesTier: "(DUU)" },
14684
15189
  corphish: { tier: "LC" },
14685
- crawdaunt: { tier: "UU", doublesTier: "(DUU)" },
15190
+ crawdaunt: { tier: "RU", doublesTier: "(DUU)" },
14686
15191
  baltoy: { isNonstandard: "Past", tier: "Illegal" },
14687
15192
  claydol: { isNonstandard: "Past", tier: "Illegal" },
14688
15193
  lileep: { isNonstandard: "Past", tier: "Illegal" },
@@ -14721,18 +15226,18 @@ var _23 = {
14721
15226
  luvdisc: { tier: "ZU", doublesTier: "(DUU)" },
14722
15227
  bagon: { tier: "LC" },
14723
15228
  shelgon: { tier: "NFE" },
14724
- salamence: { tier: "UU", doublesTier: "(DUU)" },
15229
+ salamence: { tier: "UU", doublesTier: "DUU" },
14725
15230
  salamencemega: { isNonstandard: "Past", tier: "Illegal" },
14726
15231
  beldum: { tier: "LC" },
14727
- metang: { tier: "NFE" },
14728
- metagross: { tier: "OU", doublesTier: "DOU" },
15232
+ metang: { tier: "ZU", doublesTier: "NFE" },
15233
+ metagross: { tier: "UU", doublesTier: "DUU" },
14729
15234
  metagrossmega: { isNonstandard: "Past", tier: "Illegal" },
14730
- regirock: { tier: "OU", doublesTier: "DOU" },
14731
- regice: { tier: "OU", doublesTier: "DOU" },
14732
- registeel: { tier: "OU", doublesTier: "DOU" },
14733
- latias: { tier: "OU", doublesTier: "DOU" },
15235
+ regirock: { tier: "PU", doublesTier: "DUU" },
15236
+ regice: { tier: "PU", doublesTier: "DUU" },
15237
+ registeel: { tier: "PU", doublesTier: "DUU" },
15238
+ latias: { tier: "UU", doublesTier: "DUU" },
14734
15239
  latiasmega: { isNonstandard: "Past", tier: "Illegal" },
14735
- latios: { tier: "OU", doublesTier: "DOU" },
15240
+ latios: { tier: "UU", doublesTier: "DUU" },
14736
15241
  latiosmega: { isNonstandard: "Past", tier: "Illegal" },
14737
15242
  kyogre: { tier: "Uber", doublesTier: "DUber" },
14738
15243
  kyogreprimal: { isNonstandard: "Past", tier: "Illegal" },
@@ -14741,22 +15246,22 @@ var _23 = {
14741
15246
  rayquaza: { tier: "Uber", doublesTier: "DUber" },
14742
15247
  rayquazamega: { isNonstandard: "Past", tier: "Illegal" },
14743
15248
  jirachi: { tier: "UU", doublesTier: "(DUU)" },
14744
- deoxys: { tier: "Uber", doublesTier: "DOU" },
15249
+ deoxys: { tier: "Uber", doublesTier: "DUU" },
14745
15250
  deoxysattack: { tier: "Uber", doublesTier: "DOU" },
14746
- deoxysdefense: { tier: "OU", doublesTier: "DOU" },
14747
- deoxysspeed: { tier: "OU", doublesTier: "DOU" },
15251
+ deoxysdefense: { tier: "UU", doublesTier: "DUU" },
15252
+ deoxysspeed: { tier: "OU", doublesTier: "DUU" },
14748
15253
  turtwig: { tier: "LC" },
14749
15254
  grotle: { tier: "NFE" },
14750
15255
  torterra: { tier: "RU", doublesTier: "(DUU)" },
14751
15256
  chimchar: { tier: "LC" },
14752
- monferno: { tier: "NFE" },
15257
+ monferno: { tier: "ZU", doublesTier: "NFE" },
14753
15258
  infernape: { tier: "UU", doublesTier: "(DUU)" },
14754
15259
  piplup: { tier: "LC" },
14755
15260
  prinplup: { tier: "NFE" },
14756
- empoleon: { tier: "UU", doublesTier: "DUU" },
15261
+ empoleon: { tier: "RU", doublesTier: "DUU" },
14757
15262
  starly: { tier: "LC" },
14758
15263
  staravia: { tier: "NFE" },
14759
- staraptor: { tier: "RU", doublesTier: "(DUU)" },
15264
+ staraptor: { tier: "NU", doublesTier: "(DUU)" },
14760
15265
  bidoof: { isNonstandard: "Past", tier: "Illegal" },
14761
15266
  bibarel: { isNonstandard: "Past", tier: "Illegal" },
14762
15267
  kricketot: { tier: "LC" },
@@ -14765,9 +15270,9 @@ var _23 = {
14765
15270
  luxio: { tier: "NFE" },
14766
15271
  luxray: { tier: "ZU", doublesTier: "(DUU)" },
14767
15272
  cranidos: { tier: "LC" },
14768
- rampardos: { tier: "OU", doublesTier: "DOU" },
15273
+ rampardos: { tier: "RU", doublesTier: "DUU" },
14769
15274
  shieldon: { tier: "LC" },
14770
- bastiodon: { tier: "OU", doublesTier: "DOU" },
15275
+ bastiodon: { tier: "NU", doublesTier: "DUU" },
14771
15276
  burmy: { isNonstandard: "Past", tier: "Illegal" },
14772
15277
  wormadam: { isNonstandard: "Past", tier: "Illegal" },
14773
15278
  wormadamsandy: { isNonstandard: "Past", tier: "Illegal" },
@@ -14793,18 +15298,18 @@ var _23 = {
14793
15298
  stunky: { tier: "LC" },
14794
15299
  skuntank: { tier: "PU", doublesTier: "(DUU)" },
14795
15300
  bronzor: { tier: "LC" },
14796
- bronzong: { tier: "NU", doublesTier: "(DUU)" },
15301
+ bronzong: { tier: "PU", doublesTier: "(DUU)" },
14797
15302
  chatot: { isNonstandard: "Past", tier: "Illegal" },
14798
15303
  spiritomb: { tier: "PU", doublesTier: "(DUU)" },
14799
15304
  gible: { tier: "LC" },
14800
15305
  gabite: { tier: "ZU", doublesTier: "NFE" },
14801
- garchomp: { tier: "OU", doublesTier: "DUU" },
15306
+ garchomp: { tier: "UU", doublesTier: "DUU" },
14802
15307
  garchompmega: { isNonstandard: "Past", tier: "Illegal" },
14803
15308
  riolu: { tier: "LC" },
14804
15309
  lucario: { tier: "RU", doublesTier: "(DUU)" },
14805
15310
  lucariomega: { isNonstandard: "Past", tier: "Illegal" },
14806
15311
  hippopotas: { tier: "LC" },
14807
- hippowdon: { tier: "RU", doublesTier: "(DUU)" },
15312
+ hippowdon: { tier: "UU", doublesTier: "DUU" },
14808
15313
  skorupi: { isNonstandard: "Past", tier: "Illegal" },
14809
15314
  drapion: { isNonstandard: "Past", tier: "Illegal" },
14810
15315
  croagunk: { tier: "LC" },
@@ -14813,43 +15318,43 @@ var _23 = {
14813
15318
  finneon: { tier: "LC" },
14814
15319
  lumineon: { tier: "ZU", doublesTier: "(DUU)" },
14815
15320
  snover: { tier: "LC" },
14816
- abomasnow: { tier: "NU", doublesTier: "DUU" },
15321
+ abomasnow: { tier: "PU", doublesTier: "DUU" },
14817
15322
  abomasnowmega: { isNonstandard: "Past", tier: "Illegal" },
14818
15323
  rotom: { tier: "PU", doublesTier: "(DUU)" },
14819
15324
  rotomheat: { tier: "RU", doublesTier: "(DUU)" },
14820
15325
  rotomwash: { tier: "UU", doublesTier: "(DUU)" },
14821
15326
  rotomfrost: { tier: "ZUBL", doublesTier: "(DUU)" },
14822
15327
  rotomfan: { tier: "ZUBL", doublesTier: "(DUU)" },
14823
- rotommow: { tier: "NU", doublesTier: "(DUU)" },
15328
+ rotommow: { tier: "PU", doublesTier: "(DUU)" },
14824
15329
  uxie: { tier: "NU", doublesTier: "(DUU)" },
14825
- mesprit: { tier: "PUBL", doublesTier: "(DUU)" },
15330
+ mesprit: { tier: "PU", doublesTier: "(DUU)" },
14826
15331
  azelf: { tier: "RU", doublesTier: "(DUU)" },
14827
15332
  dialga: { tier: "Uber", doublesTier: "DUber" },
14828
15333
  dialgaorigin: { tier: "Uber", doublesTier: "DUber" },
14829
15334
  palkia: { tier: "Uber", doublesTier: "DUber" },
14830
15335
  palkiaorigin: { tier: "Uber", doublesTier: "DUber" },
14831
- heatran: { tier: "OU", doublesTier: "DOU" },
14832
- regigigas: { tier: "OU", doublesTier: "DOU" },
15336
+ heatran: { tier: "OU", doublesTier: "DUU" },
15337
+ regigigas: { tier: "NU", doublesTier: "DUU" },
14833
15338
  giratina: { tier: "Uber", doublesTier: "DUber" },
14834
15339
  giratinaorigin: { tier: "Uber", doublesTier: "DUber" },
14835
15340
  cresselia: { tier: "UU", doublesTier: "DOU" },
14836
15341
  phione: { tier: "ZU", doublesTier: "(DUU)" },
14837
- manaphy: { tier: "OU", doublesTier: "(DUU)" },
15342
+ manaphy: { tier: "UU", doublesTier: "(DUU)" },
14838
15343
  darkrai: { tier: "OU", doublesTier: "DUber" },
14839
- shaymin: { tier: "NU", doublesTier: "(DUU)" },
15344
+ shaymin: { tier: "PU", doublesTier: "(DUU)" },
14840
15345
  shayminsky: { tier: "Uber", doublesTier: "(DUU)" },
14841
15346
  arceus: { tier: "Uber", doublesTier: "DUber" },
14842
15347
  victini: { isNonstandard: "Past", tier: "Illegal" },
14843
15348
  snivy: { tier: "LC" },
14844
- servine: { tier: "NFE" },
14845
- serperior: { tier: "OU", doublesTier: "DOU" },
15349
+ servine: { tier: "ZU", doublesTier: "NFE" },
15350
+ serperior: { tier: "OU", doublesTier: "DUU" },
14846
15351
  tepig: { tier: "LC" },
14847
15352
  pignite: { tier: "NFE" },
14848
- emboar: { tier: "OU", doublesTier: "DOU" },
15353
+ emboar: { tier: "PU", doublesTier: "DUU" },
14849
15354
  oshawott: { tier: "LC" },
14850
15355
  dewott: { tier: "NFE" },
14851
15356
  samurott: { tier: "PU", doublesTier: "(DUU)" },
14852
- samurotthisui: { tier: "OU", doublesTier: "(DUU)" },
15357
+ samurotthisui: { tier: "OU", doublesTier: "DUU" },
14853
15358
  patrat: { isNonstandard: "Past", tier: "Illegal" },
14854
15359
  watchog: { isNonstandard: "Past", tier: "Illegal" },
14855
15360
  lillipup: { isNonstandard: "Past", tier: "Illegal" },
@@ -14869,7 +15374,7 @@ var _23 = {
14869
15374
  tranquill: { isNonstandard: "Past", tier: "Illegal" },
14870
15375
  unfezant: { isNonstandard: "Past", tier: "Illegal" },
14871
15376
  blitzle: { tier: "LC" },
14872
- zebstrika: { tier: "OU", doublesTier: "DOU" },
15377
+ zebstrika: { tier: "PU", doublesTier: "DUU" },
14873
15378
  roggenrola: { isNonstandard: "Past", tier: "Illegal" },
14874
15379
  boldore: { isNonstandard: "Past", tier: "Illegal" },
14875
15380
  gigalith: { isNonstandard: "Past", tier: "Illegal" },
@@ -14881,7 +15386,7 @@ var _23 = {
14881
15386
  audinomega: { isNonstandard: "Past", tier: "Illegal" },
14882
15387
  timburr: { tier: "LC" },
14883
15388
  gurdurr: { tier: "PU", doublesTier: "NFE" },
14884
- conkeldurr: { tier: "UU", doublesTier: "DUU" },
15389
+ conkeldurr: { tier: "RU", doublesTier: "DUU" },
14885
15390
  tympole: { isNonstandard: "Past", tier: "Illegal" },
14886
15391
  palpitoad: { isNonstandard: "Past", tier: "Illegal" },
14887
15392
  seismitoad: { isNonstandard: "Past", tier: "Illegal" },
@@ -14894,15 +15399,15 @@ var _23 = {
14894
15399
  whirlipede: { isNonstandard: "Past", tier: "Illegal" },
14895
15400
  scolipede: { isNonstandard: "Past", tier: "Illegal" },
14896
15401
  cottonee: { tier: "LC" },
14897
- whimsicott: { tier: "OU", doublesTier: "DOU" },
15402
+ whimsicott: { tier: "RU", doublesTier: "DOU" },
14898
15403
  petilil: { tier: "LC" },
14899
- lilligant: { tier: "PUBL", doublesTier: "(DUU)" },
14900
- lilliganthisui: { tier: "RUBL", doublesTier: "(DUU)" },
15404
+ lilligant: { tier: "PU", doublesTier: "(DUU)" },
15405
+ lilliganthisui: { tier: "RU", doublesTier: "(DUU)" },
14901
15406
  basculin: { tier: "PU", doublesTier: "(DUU)" },
14902
15407
  basculegion: { tier: "RU", doublesTier: "DUber" },
14903
- basculegionf: { tier: "UU", doublesTier: "DUU" },
15408
+ basculegionf: { tier: "RU", doublesTier: "DUU" },
14904
15409
  sandile: { tier: "LC" },
14905
- krokorok: { tier: "NFE" },
15410
+ krokorok: { tier: "ZU", doublesTier: "NFE" },
14906
15411
  krookodile: { tier: "RU", doublesTier: "(DUU)" },
14907
15412
  darumaka: { isNonstandard: "Past", tier: "Illegal" },
14908
15413
  darumakagalar: { isNonstandard: "Past", tier: "Illegal" },
@@ -14914,7 +15419,7 @@ var _23 = {
14914
15419
  dwebble: { isNonstandard: "Past", tier: "Illegal" },
14915
15420
  crustle: { isNonstandard: "Past", tier: "Illegal" },
14916
15421
  scraggy: { tier: "NFE" },
14917
- scrafty: { tier: "OU", doublesTier: "DOU" },
15422
+ scrafty: { tier: "NU", doublesTier: "DUU" },
14918
15423
  sigilyph: { isNonstandard: "Past", tier: "Illegal" },
14919
15424
  yamask: { isNonstandard: "Past", tier: "Illegal" },
14920
15425
  yamaskgalar: { isNonstandard: "Past", tier: "Illegal" },
@@ -14932,13 +15437,13 @@ var _23 = {
14932
15437
  zoroark: { tier: "NU", doublesTier: "(DUU)" },
14933
15438
  zoroarkhisui: { tier: "RU", doublesTier: "(DUU)" },
14934
15439
  minccino: { tier: "LC" },
14935
- cinccino: { tier: "OU", doublesTier: "DOU" },
15440
+ cinccino: { tier: "UU", doublesTier: "DUU" },
14936
15441
  gothita: { tier: "LC" },
14937
15442
  gothorita: { tier: "NFE" },
14938
15443
  gothitelle: { tier: "ZU", doublesTier: "(DUU)" },
14939
15444
  solosis: { tier: "LC" },
14940
- duosion: { tier: "NFE" },
14941
- reuniclus: { tier: "OU", doublesTier: "DOU" },
15445
+ duosion: { tier: "ZU", doublesTier: "NFE" },
15446
+ reuniclus: { tier: "UU", doublesTier: "DUU" },
14942
15447
  ducklett: { tier: "LC" },
14943
15448
  swanna: { tier: "PU", doublesTier: "(DUU)" },
14944
15449
  vanillite: { isNonstandard: "Past", tier: "Illegal" },
@@ -14950,12 +15455,12 @@ var _23 = {
14950
15455
  karrablast: { isNonstandard: "Past", tier: "Illegal" },
14951
15456
  escavalier: { isNonstandard: "Past", tier: "Illegal" },
14952
15457
  foongus: { tier: "LC" },
14953
- amoonguss: { tier: "OU", doublesTier: "DOU" },
15458
+ amoonguss: { tier: "UU", doublesTier: "DOU" },
14954
15459
  frillish: { isNonstandard: "Past", tier: "Illegal" },
14955
15460
  jellicent: { isNonstandard: "Past", tier: "Illegal" },
14956
- alomomola: { tier: "OU", doublesTier: "(DUU)" },
15461
+ alomomola: { tier: "UU", doublesTier: "(DUU)" },
14957
15462
  joltik: { tier: "LC" },
14958
- galvantula: { tier: "OU", doublesTier: "DOU" },
15463
+ galvantula: { tier: "UU", doublesTier: "DUU" },
14959
15464
  ferroseed: { isNonstandard: "Past", tier: "Illegal" },
14960
15465
  ferrothorn: { isNonstandard: "Past", tier: "Illegal" },
14961
15466
  klink: { isNonstandard: "Past", tier: "Illegal" },
@@ -14968,7 +15473,7 @@ var _23 = {
14968
15473
  beheeyem: { isNonstandard: "Past", tier: "Illegal" },
14969
15474
  litwick: { tier: "LC" },
14970
15475
  lampent: { tier: "NFE" },
14971
- chandelure: { tier: "RU", doublesTier: "(DUU)" },
15476
+ chandelure: { tier: "NU", doublesTier: "DUU" },
14972
15477
  axew: { tier: "LC" },
14973
15478
  fraxure: { tier: "NFE" },
14974
15479
  haxorus: { tier: "RUBL", doublesTier: "(DUU)" },
@@ -14980,17 +15485,17 @@ var _23 = {
14980
15485
  stunfisk: { isNonstandard: "Past", tier: "Illegal" },
14981
15486
  stunfiskgalar: { isNonstandard: "Past", tier: "Illegal" },
14982
15487
  mienfoo: { tier: "LC" },
14983
- mienshao: { tier: "RUBL", doublesTier: "(DUU)" },
15488
+ mienshao: { tier: "RU", doublesTier: "(DUU)" },
14984
15489
  druddigon: { isNonstandard: "Past", tier: "Illegal" },
14985
15490
  golett: { tier: "LC" },
14986
- golurk: { tier: "OU", doublesTier: "DOU" },
15491
+ golurk: { tier: "RU", doublesTier: "DUU" },
14987
15492
  pawniard: { tier: "LC" },
14988
15493
  bisharp: { tier: "RU", doublesTier: "NFE" },
14989
15494
  bouffalant: { isNonstandard: "Past", tier: "Illegal" },
14990
15495
  rufflet: { tier: "NFE" },
14991
15496
  braviary: { tier: "PU", doublesTier: "(DUU)" },
14992
- braviaryhisui: { tier: "NU", doublesTier: "(DUU)" },
14993
- vullaby: { tier: "LC" },
15497
+ braviaryhisui: { tier: "PU", doublesTier: "(DUU)" },
15498
+ vullaby: { tier: "ZU", doublesTier: "LC" },
14994
15499
  mandibuzz: { tier: "UU", doublesTier: "(DUU)" },
14995
15500
  heatmor: { isNonstandard: "Past", tier: "Illegal" },
14996
15501
  durant: { isNonstandard: "Past", tier: "Illegal" },
@@ -14998,22 +15503,22 @@ var _23 = {
14998
15503
  zweilous: { tier: "NFE" },
14999
15504
  hydreigon: { tier: "UU", doublesTier: "(DUU)" },
15000
15505
  larvesta: { tier: "LC" },
15001
- volcarona: { tier: "OU", doublesTier: "DUU" },
15002
- cobalion: { tier: "OU", doublesTier: "DOU" },
15003
- terrakion: { tier: "OU", doublesTier: "DOU" },
15004
- virizion: { tier: "OU", doublesTier: "DOU" },
15506
+ volcarona: { tier: "OU", doublesTier: "(DUU)" },
15507
+ cobalion: { tier: "RU", doublesTier: "DUU" },
15508
+ terrakion: { tier: "PUBL", doublesTier: "DUU" },
15509
+ virizion: { tier: "PU", doublesTier: "DUU" },
15005
15510
  tornadus: { tier: "NU", doublesTier: "DOU" },
15006
15511
  tornadustherian: { tier: "UU", doublesTier: "(DUU)" },
15007
- thundurus: { tier: "RU", doublesTier: "DUU" },
15512
+ thundurus: { tier: "NU", doublesTier: "DUU" },
15008
15513
  thundurustherian: { tier: "UU", doublesTier: "(DUU)" },
15009
15514
  reshiram: { tier: "Uber", doublesTier: "DUber" },
15010
15515
  zekrom: { tier: "Uber", doublesTier: "DUber" },
15011
- landorus: { tier: "Uber", doublesTier: "DUU" },
15516
+ landorus: { tier: "Uber", doublesTier: "DOU" },
15012
15517
  landorustherian: { tier: "OU", doublesTier: "DOU" },
15013
- kyurem: { tier: "OU", doublesTier: "DOU" },
15518
+ kyurem: { tier: "OU", doublesTier: "DUU" },
15014
15519
  kyuremblack: { tier: "Uber", doublesTier: "DUber" },
15015
15520
  kyuremwhite: { tier: "Uber", doublesTier: "DUber" },
15016
- keldeo: { tier: "OU", doublesTier: "DOU" },
15521
+ keldeo: { tier: "UU", doublesTier: "DUU" },
15017
15522
  meloetta: { tier: "NU", doublesTier: "(DUU)" },
15018
15523
  genesect: { isNonstandard: "Past", tier: "Illegal" },
15019
15524
  genesectburn: { isNonstandard: "Past", tier: "Illegal" },
@@ -15028,16 +15533,16 @@ var _23 = {
15028
15533
  delphox: { tier: "NU", doublesTier: "(DUU)" },
15029
15534
  froakie: { tier: "LC" },
15030
15535
  frogadier: { tier: "ZU", doublesTier: "NFE" },
15031
- greninja: { tier: "OU", doublesTier: "(DUU)" },
15536
+ greninja: { tier: "UU", doublesTier: "DUU" },
15032
15537
  greninjaash: { isNonstandard: "Past", tier: "Illegal" },
15033
15538
  bunnelby: { isNonstandard: "Past", tier: "Illegal" },
15034
15539
  diggersby: { isNonstandard: "Past", tier: "Illegal" },
15035
15540
  fletchling: { tier: "LC" },
15036
15541
  fletchinder: { tier: "NFE" },
15037
- talonflame: { tier: "RU", doublesTier: "DUU" },
15542
+ talonflame: { tier: "RU", doublesTier: "(DUU)" },
15038
15543
  scatterbug: { tier: "LC" },
15039
15544
  spewpa: { tier: "NFE" },
15040
- vivillon: { tier: "PUBL", doublesTier: "(DUU)" },
15545
+ vivillon: { tier: "PU", doublesTier: "(DUU)" },
15041
15546
  litleo: { tier: "LC" },
15042
15547
  pyroar: { tier: "PU", doublesTier: "(DUU)" },
15043
15548
  flabebe: { tier: "LC" },
@@ -15050,8 +15555,7 @@ var _23 = {
15050
15555
  pangoro: { isNonstandard: "Past", tier: "Illegal" },
15051
15556
  furfrou: { isNonstandard: "Past", tier: "Illegal" },
15052
15557
  espurr: { tier: "LC" },
15053
- meowstic: { tier: "OU", doublesTier: "DOU" },
15054
- meowsticf: { tier: "OU", doublesTier: "DOU" },
15558
+ meowstic: { tier: "PU", doublesTier: "DUU" },
15055
15559
  honedge: { isNonstandard: "Past", tier: "Illegal" },
15056
15560
  doublade: { isNonstandard: "Past", tier: "Illegal" },
15057
15561
  aegislash: { isNonstandard: "Past", tier: "Illegal" },
@@ -15061,11 +15565,11 @@ var _23 = {
15061
15565
  swirlix: { isNonstandard: "Past", tier: "Illegal" },
15062
15566
  slurpuff: { isNonstandard: "Past", tier: "Illegal" },
15063
15567
  inkay: { tier: "LC" },
15064
- malamar: { tier: "OU", doublesTier: "DOU" },
15568
+ malamar: { tier: "PU", doublesTier: "DUU" },
15065
15569
  binacle: { isNonstandard: "Past", tier: "Illegal" },
15066
15570
  barbaracle: { isNonstandard: "Past", tier: "Illegal" },
15067
15571
  skrelp: { tier: "LC" },
15068
- dragalge: { tier: "RU", doublesTier: "(DUU)" },
15572
+ dragalge: { tier: "NU", doublesTier: "(DUU)" },
15069
15573
  clauncher: { tier: "LC" },
15070
15574
  clawitzer: { tier: "PU", doublesTier: "(DUU)" },
15071
15575
  helioptile: { isNonstandard: "Past", tier: "Illegal" },
@@ -15074,9 +15578,9 @@ var _23 = {
15074
15578
  tyrantrum: { isNonstandard: "Past", tier: "Illegal" },
15075
15579
  amaura: { isNonstandard: "Past", tier: "Illegal" },
15076
15580
  aurorus: { isNonstandard: "Past", tier: "Illegal" },
15077
- hawlucha: { tier: "RUBL", doublesTier: "(DUU)" },
15581
+ hawlucha: { tier: "UU", doublesTier: "(DUU)" },
15078
15582
  dedenne: { tier: "ZU", doublesTier: "(DUU)" },
15079
- carbink: { tier: "PU", doublesTier: "(DUU)" },
15583
+ carbink: { tier: "ZU", doublesTier: "(DUU)" },
15080
15584
  goomy: { tier: "LC" },
15081
15585
  sliggoo: { tier: "NFE" },
15082
15586
  sliggoohisui: { tier: "NFE" },
@@ -15104,43 +15608,43 @@ var _23 = {
15104
15608
  zygarde: { isNonstandard: "Past", tier: "Illegal" },
15105
15609
  zygarde10: { isNonstandard: "Past", tier: "Illegal" },
15106
15610
  zygardecomplete: { isNonstandard: "Past", tier: "Illegal" },
15107
- diancie: { tier: "RU", doublesTier: "DOU" },
15611
+ diancie: { tier: "NU", doublesTier: "DOU" },
15108
15612
  dianciemega: { isNonstandard: "Past", tier: "Illegal" },
15109
15613
  hoopa: { tier: "NU", doublesTier: "(DUU)" },
15110
- hoopaunbound: { tier: "UU", doublesTier: "(DUU)" },
15614
+ hoopaunbound: { tier: "RU", doublesTier: "(DUU)" },
15111
15615
  volcanion: { tier: "UU", doublesTier: "DOU" },
15112
15616
  rowlet: { tier: "LC" },
15113
15617
  dartrix: { tier: "NFE" },
15114
- decidueye: { tier: "NU", doublesTier: "(DUU)" },
15115
- decidueyehisui: { tier: "NU", doublesTier: "(DUU)" },
15618
+ decidueye: { tier: "PU", doublesTier: "(DUU)" },
15619
+ decidueyehisui: { tier: "RU", doublesTier: "(DUU)" },
15116
15620
  litten: { tier: "LC" },
15117
15621
  torracat: { tier: "NFE" },
15118
- incineroar: { tier: "OU", doublesTier: "DOU" },
15622
+ incineroar: { tier: "UU", doublesTier: "DOU" },
15119
15623
  popplio: { tier: "LC" },
15120
15624
  brionne: { tier: "NFE" },
15121
- primarina: { tier: "OU", doublesTier: "DOU" },
15625
+ primarina: { tier: "OU", doublesTier: "DUU" },
15122
15626
  pikipek: { tier: "LC" },
15123
15627
  trumbeak: { tier: "NFE" },
15124
- toucannon: { tier: "OU", doublesTier: "DOU" },
15628
+ toucannon: { tier: "PU", doublesTier: "DUU" },
15125
15629
  yungoos: { tier: "LC" },
15126
15630
  gumshoos: { tier: "ZU", doublesTier: "(DUU)" },
15127
15631
  gumshoostotem: { isNonstandard: "Past", tier: "Illegal" },
15128
15632
  grubbin: { tier: "LC" },
15129
15633
  charjabug: { tier: "NFE" },
15130
- vikavolt: { tier: "NU", doublesTier: "(DUU)" },
15634
+ vikavolt: { tier: "PU", doublesTier: "(DUU)" },
15131
15635
  vikavolttotem: { isNonstandard: "Past", tier: "Illegal" },
15132
15636
  crabrawler: { tier: "LC" },
15133
- crabominable: { tier: "ZUBL", doublesTier: "(DUU)" },
15134
- oricorio: { tier: "NU", doublesTier: "(DUU)" },
15135
- oricoriopompom: { tier: "NUBL", doublesTier: "(DUU)" },
15136
- oricoriopau: { tier: "PUBL", doublesTier: "(DUU)" },
15137
- oricoriosensu: { tier: "NU", doublesTier: "(DUU)" },
15637
+ crabominable: { tier: "PU", doublesTier: "(DUU)" },
15638
+ oricorio: { tier: "PU", doublesTier: "(DUU)" },
15639
+ oricoriopompom: { tier: "NU", doublesTier: "(DUU)" },
15640
+ oricoriopau: { tier: "PU", doublesTier: "(DUU)" },
15641
+ oricoriosensu: { tier: "PU", doublesTier: "(DUU)" },
15138
15642
  cutiefly: { tier: "NFE" },
15139
- ribombee: { tier: "OU", doublesTier: "(DUU)" },
15643
+ ribombee: { tier: "UU", doublesTier: "(DUU)" },
15140
15644
  ribombeetotem: { isNonstandard: "Past", tier: "Illegal" },
15141
15645
  rockruff: { tier: "LC" },
15142
15646
  rockruffdusk: { tier: "LC" },
15143
- lycanroc: { tier: "NU", doublesTier: "(DUU)" },
15647
+ lycanroc: { tier: "PU", doublesTier: "(DUU)" },
15144
15648
  lycanrocmidnight: { tier: "ZUBL", doublesTier: "(DUU)" },
15145
15649
  lycanrocdusk: { tier: "RU", doublesTier: "(DUU)" },
15146
15650
  wishiwashi: { isNonstandard: "Past", tier: "Illegal" },
@@ -15150,7 +15654,7 @@ var _23 = {
15150
15654
  mudbray: { tier: "LC" },
15151
15655
  mudsdale: { tier: "NU", doublesTier: "(DUU)" },
15152
15656
  dewpider: { tier: "LC" },
15153
- araquanid: { tier: "OU", doublesTier: "DOU" },
15657
+ araquanid: { tier: "UU", doublesTier: "DUU" },
15154
15658
  araquanidtotem: { isNonstandard: "Past", tier: "Illegal" },
15155
15659
  fomantis: { tier: "LC" },
15156
15660
  lurantis: { tier: "PU", doublesTier: "(DUU)" },
@@ -15165,13 +15669,13 @@ var _23 = {
15165
15669
  bounsweet: { tier: "LC" },
15166
15670
  steenee: { tier: "NFE" },
15167
15671
  tsareena: { tier: "NU", doublesTier: "(DUU)" },
15168
- comfey: { tier: "OU", doublesTier: "DOU" },
15169
- oranguru: { tier: "ZU", doublesTier: "DUU" },
15672
+ comfey: { tier: "UU", doublesTier: "DUU" },
15673
+ oranguru: { tier: "ZU", doublesTier: "(DUU)" },
15170
15674
  passimian: { tier: "PU", doublesTier: "(DUU)" },
15171
15675
  wimpod: { isNonstandard: "Past", tier: "Illegal" },
15172
15676
  golisopod: { isNonstandard: "Past", tier: "Illegal" },
15173
15677
  sandygast: { tier: "LC" },
15174
- palossand: { tier: "PU", doublesTier: "(DUU)" },
15678
+ palossand: { tier: "NU", doublesTier: "(DUU)" },
15175
15679
  pyukumuku: { isNonstandard: "Past", tier: "Illegal" },
15176
15680
  typenull: { isNonstandard: "Past", tier: "Illegal" },
15177
15681
  silvally: { isNonstandard: "Past", tier: "Illegal" },
@@ -15192,7 +15696,7 @@ var _23 = {
15192
15696
  silvallyrock: { isNonstandard: "Past", tier: "Illegal" },
15193
15697
  silvallysteel: { isNonstandard: "Past", tier: "Illegal" },
15194
15698
  silvallywater: { isNonstandard: "Past", tier: "Illegal" },
15195
- minior: { tier: "OU", doublesTier: "DOU" },
15699
+ minior: { tier: "UU", doublesTier: "DUU" },
15196
15700
  komala: { tier: "PU", doublesTier: "(DUU)" },
15197
15701
  turtonator: { isNonstandard: "Past", tier: "Illegal" },
15198
15702
  togedemaru: { isNonstandard: "Past", tier: "Illegal" },
@@ -15205,7 +15709,7 @@ var _23 = {
15205
15709
  dhelmise: { isNonstandard: "Past", tier: "Illegal" },
15206
15710
  jangmoo: { tier: "LC" },
15207
15711
  hakamoo: { tier: "NFE" },
15208
- kommoo: { tier: "UUBL", doublesTier: "DOU" },
15712
+ kommoo: { tier: "UU", doublesTier: "DUU" },
15209
15713
  kommoototem: { isNonstandard: "Past", tier: "Illegal" },
15210
15714
  tapukoko: { isNonstandard: "Past", tier: "Illegal" },
15211
15715
  tapulele: { isNonstandard: "Past", tier: "Illegal" },
@@ -15222,7 +15726,7 @@ var _23 = {
15222
15726
  celesteela: { isNonstandard: "Past", tier: "Illegal" },
15223
15727
  kartana: { isNonstandard: "Past", tier: "Illegal" },
15224
15728
  guzzlord: { isNonstandard: "Past", tier: "Illegal" },
15225
- necrozma: { tier: "OU", doublesTier: "DOU" },
15729
+ necrozma: { tier: "UU", doublesTier: "DUU" },
15226
15730
  necrozmaduskmane: { tier: "Uber", doublesTier: "DUber" },
15227
15731
  necrozmadawnwings: { tier: "Uber", doublesTier: "DUber" },
15228
15732
  necrozmaultra: { isNonstandard: "Past", tier: "Illegal" },
@@ -15241,12 +15745,12 @@ var _23 = {
15241
15745
  rillaboom: { tier: "OU", doublesTier: "DOU" },
15242
15746
  rillaboomgmax: { isNonstandard: "Past", tier: "Illegal" },
15243
15747
  scorbunny: { tier: "LC" },
15244
- raboot: { tier: "NFE" },
15748
+ raboot: { tier: "ZU", doublesTier: "NFE" },
15245
15749
  cinderace: { tier: "OU", doublesTier: "(DUU)" },
15246
15750
  cinderacegmax: { isNonstandard: "Past", tier: "Illegal" },
15247
15751
  sobble: { tier: "LC" },
15248
15752
  drizzile: { tier: "NFE" },
15249
- inteleon: { tier: "NUBL", doublesTier: "(DUU)" },
15753
+ inteleon: { tier: "NU", doublesTier: "(DUU)" },
15250
15754
  inteleongmax: { isNonstandard: "Past", tier: "Illegal" },
15251
15755
  skwovet: { tier: "LC" },
15252
15756
  greedent: { tier: "ZU", doublesTier: "(DUU)" },
@@ -15265,7 +15769,7 @@ var _23 = {
15265
15769
  wooloo: { isNonstandard: "Past", tier: "Illegal" },
15266
15770
  dubwool: { isNonstandard: "Past", tier: "Illegal" },
15267
15771
  chewtle: { tier: "LC" },
15268
- drednaw: { tier: "NUBL", doublesTier: "(DUU)" },
15772
+ drednaw: { tier: "NU", doublesTier: "(DUU)" },
15269
15773
  drednawgmax: { isNonstandard: "Past", tier: "Illegal" },
15270
15774
  yamper: { isNonstandard: "Past", tier: "Illegal" },
15271
15775
  boltund: { isNonstandard: "Past", tier: "Illegal" },
@@ -15278,13 +15782,13 @@ var _23 = {
15278
15782
  flapplegmax: { isNonstandard: "Past", tier: "Illegal" },
15279
15783
  appletun: { tier: "PU", doublesTier: "(DUU)" },
15280
15784
  appletungmax: { isNonstandard: "Past", tier: "Illegal" },
15281
- dipplin: { tier: "NU", doublesTier: "(DUU)" },
15785
+ dipplin: { tier: "PU", doublesTier: "(DUU)" },
15282
15786
  silicobra: { tier: "LC" },
15283
- sandaconda: { tier: "NU", doublesTier: "(DUU)" },
15787
+ sandaconda: { tier: "PU", doublesTier: "(DUU)" },
15284
15788
  sandacondagmax: { isNonstandard: "Past", tier: "Illegal" },
15285
15789
  cramorant: { tier: "PU", doublesTier: "(DUU)" },
15286
15790
  arrokuda: { tier: "LC" },
15287
- barraskewda: { tier: "UU", doublesTier: "(DUU)" },
15791
+ barraskewda: { tier: "RU", doublesTier: "(DUU)" },
15288
15792
  toxel: { tier: "LC" },
15289
15793
  toxtricity: { tier: "NU", doublesTier: "(DUU)" },
15290
15794
  toxtricitygmax: { isNonstandard: "Past", tier: "Illegal" },
@@ -15295,25 +15799,25 @@ var _23 = {
15295
15799
  clobbopus: { isNonstandard: "Past", tier: "Illegal" },
15296
15800
  grapploct: { isNonstandard: "Past", tier: "Illegal" },
15297
15801
  sinistea: { tier: "LC" },
15298
- polteageist: { tier: "RUBL", doublesTier: "(DUU)" },
15802
+ polteageist: { tier: "UU", doublesTier: "(DUU)" },
15299
15803
  hatenna: { tier: "LC" },
15300
- hattrem: { tier: "ZU", doublesTier: "NFE" },
15804
+ hattrem: { tier: "NFE" },
15301
15805
  hatterene: { tier: "OU", doublesTier: "DUU" },
15302
15806
  hatterenegmax: { isNonstandard: "Past", tier: "Illegal" },
15303
15807
  impidimp: { tier: "LC" },
15304
15808
  morgrem: { tier: "NFE" },
15305
- grimmsnarl: { tier: "UU", doublesTier: "DOU" },
15809
+ grimmsnarl: { tier: "RU", doublesTier: "DOU" },
15306
15810
  grimmsnarlgmax: { isNonstandard: "Past", tier: "Illegal" },
15307
15811
  milcery: { tier: "LC" },
15308
- alcremie: { tier: "OU", doublesTier: "DOU" },
15812
+ alcremie: { tier: "PU", doublesTier: "DUU" },
15309
15813
  alcremiegmax: { isNonstandard: "Past", tier: "Illegal" },
15310
15814
  falinks: { tier: "ZUBL", doublesTier: "(DUU)" },
15311
15815
  pincurchin: { tier: "ZU", doublesTier: "(DUU)" },
15312
15816
  snom: { tier: "LC" },
15313
- frosmoth: { tier: "NU", doublesTier: "(DUU)" },
15817
+ frosmoth: { tier: "PU", doublesTier: "(DUU)" },
15314
15818
  stonjourner: { tier: "ZU", doublesTier: "(DUU)" },
15315
15819
  eiscue: { tier: "ZU", doublesTier: "(DUU)" },
15316
- indeedee: { tier: "PUBL", doublesTier: "(DUU)" },
15820
+ indeedee: { tier: "UU", doublesTier: "DUU" },
15317
15821
  indeedeef: { tier: "ZU", doublesTier: "DOU" },
15318
15822
  morpeko: { tier: "PU", doublesTier: "(DUU)" },
15319
15823
  cufant: { tier: "LC" },
@@ -15323,7 +15827,7 @@ var _23 = {
15323
15827
  arctozolt: { isNonstandard: "Past", tier: "Illegal" },
15324
15828
  dracovish: { isNonstandard: "Past", tier: "Illegal" },
15325
15829
  arctovish: { isNonstandard: "Past", tier: "Illegal" },
15326
- duraludon: { tier: "PUBL", doublesTier: "NFE" },
15830
+ duraludon: { tier: "NU", doublesTier: "NFE" },
15327
15831
  duraludongmax: { isNonstandard: "Past", tier: "Illegal" },
15328
15832
  dreepy: { tier: "LC" },
15329
15833
  drakloak: { tier: "NFE" },
@@ -15339,22 +15843,22 @@ var _23 = {
15339
15843
  urshifurapidstrike: { tier: "Uber", doublesTier: "DUber" },
15340
15844
  urshifugmax: { isNonstandard: "Past", tier: "Illegal" },
15341
15845
  urshifurapidstrikegmax: { isNonstandard: "Past", tier: "Illegal" },
15342
- zarude: { tier: "RUBL", doublesTier: "(DUU)" },
15846
+ zarude: { tier: "RU", doublesTier: "(DUU)" },
15343
15847
  regieleki: { tier: "Uber", doublesTier: "DUU" },
15344
- regidrago: { tier: "RUBL", doublesTier: "(DUU)" },
15345
- glastrier: { tier: "NU", doublesTier: "(DUU)" },
15848
+ regidrago: { tier: "RU", doublesTier: "(DUU)" },
15849
+ glastrier: { tier: "PU", doublesTier: "(DUU)" },
15346
15850
  spectrier: { tier: "Uber", doublesTier: "(DUU)" },
15347
15851
  calyrex: { tier: "ZU", doublesTier: "(DUU)" },
15348
15852
  calyrexice: { tier: "Uber", doublesTier: "DUber" },
15349
15853
  calyrexshadow: { tier: "AG", doublesTier: "DUber" },
15350
15854
  enamorus: { tier: "OU", doublesTier: "DUU" },
15351
- enamorustherian: { tier: "UU", doublesTier: "(DUU)" },
15855
+ enamorustherian: { tier: "RU", doublesTier: "(DUU)" },
15352
15856
  sprigatito: { tier: "LC" },
15353
15857
  floragato: { tier: "NFE" },
15354
- meowscarada: { tier: "UU", doublesTier: "DUU" },
15858
+ meowscarada: { tier: "OU", doublesTier: "DUU" },
15355
15859
  fuecoco: { tier: "LC" },
15356
15860
  crocalor: { tier: "NFE" },
15357
- skeledirge: { tier: "OU", doublesTier: "(DUU)" },
15861
+ skeledirge: { tier: "OU", doublesTier: "DUU" },
15358
15862
  quaxly: { tier: "LC" },
15359
15863
  quaxwell: { tier: "ZU", doublesTier: "NFE" },
15360
15864
  quaquaval: { tier: "UU", doublesTier: "(DUU)" },
@@ -15376,7 +15880,7 @@ var _23 = {
15376
15880
  dondozo: { tier: "OU", doublesTier: "(DUU)" },
15377
15881
  veluza: { tier: "PU", doublesTier: "(DUU)" },
15378
15882
  finizen: { tier: "LC" },
15379
- palafin: { tier: "Uber", doublesTier: "DOU" },
15883
+ palafin: { tier: "Uber", doublesTier: "DUU" },
15380
15884
  smoliv: { tier: "LC" },
15381
15885
  dolliv: { tier: "NFE" },
15382
15886
  arboliva: { tier: "PU", doublesTier: "(DUU)" },
@@ -15388,9 +15892,9 @@ var _23 = {
15388
15892
  revavroom: { tier: "RU", doublesTier: "(DUU)" },
15389
15893
  orthworm: { tier: "PU", doublesTier: "(DUU)" },
15390
15894
  tandemaus: { tier: "LC" },
15391
- maushold: { tier: "RU", doublesTier: "DUU" },
15895
+ maushold: { tier: "UU", doublesTier: "DUU" },
15392
15896
  cetoddle: { tier: "LC" },
15393
- cetitan: { tier: "NUBL", doublesTier: "(DUU)" },
15897
+ cetitan: { tier: "NU", doublesTier: "(DUU)" },
15394
15898
  frigibax: { tier: "LC" },
15395
15899
  arctibax: { tier: "NFE" },
15396
15900
  baxcalibur: { tier: "Uber", doublesTier: "DUU" },
@@ -15406,8 +15910,8 @@ var _23 = {
15406
15910
  flamigo: { tier: "NU", doublesTier: "(DUU)" },
15407
15911
  klawf: { tier: "ZU", doublesTier: "(DUU)" },
15408
15912
  nacli: { tier: "LC" },
15409
- naclstack: { tier: "PU", doublesTier: "NFE" },
15410
- garganacl: { tier: "OU", doublesTier: "DUU" },
15913
+ naclstack: { tier: "ZU", doublesTier: "NFE" },
15914
+ garganacl: { tier: "UU", doublesTier: "DUU" },
15411
15915
  glimmet: { tier: "LC" },
15412
15916
  glimmora: { tier: "OU", doublesTier: "DOU" },
15413
15917
  shroodle: { tier: "LC" },
@@ -15427,17 +15931,17 @@ var _23 = {
15427
15931
  screamtail: { tier: "NU", doublesTier: "(DUU)" },
15428
15932
  fluttermane: { tier: "Uber", doublesTier: "DOU" },
15429
15933
  slitherwing: { tier: "RU", doublesTier: "(DUU)" },
15430
- roaringmoon: { tier: "OU", doublesTier: "DOU" },
15934
+ roaringmoon: { tier: "OU", doublesTier: "DUU" },
15431
15935
  irontreads: { tier: "UU", doublesTier: "(DUU)" },
15432
- ironmoth: { tier: "OU", doublesTier: "DUU" },
15433
- ironhands: { tier: "UUBL", doublesTier: "DOU" },
15936
+ ironmoth: { tier: "UU", doublesTier: "DUU" },
15937
+ ironhands: { tier: "UU", doublesTier: "DOU" },
15434
15938
  ironjugulis: { tier: "RUBL", doublesTier: "(DUU)" },
15435
- ironthorns: { tier: "RU", doublesTier: "(DUU)" },
15436
- ironbundle: { tier: "Uber", doublesTier: "DOU" },
15939
+ ironthorns: { tier: "NU", doublesTier: "(DUU)" },
15940
+ ironbundle: { tier: "Uber", doublesTier: "DUU" },
15437
15941
  ironvaliant: { tier: "OU", doublesTier: "(DUU)" },
15438
15942
  tinglu: { tier: "OU", doublesTier: "(DUU)" },
15439
15943
  chienpao: { tier: "Uber", doublesTier: "DOU" },
15440
- wochien: { tier: "NU", doublesTier: "(DUU)" },
15944
+ wochien: { tier: "PU", doublesTier: "(DUU)" },
15441
15945
  chiyu: { tier: "Uber", doublesTier: "DOU" },
15442
15946
  koraidon: { tier: "Uber", doublesTier: "DUber" },
15443
15947
  miraidon: { tier: "Uber", doublesTier: "DUber" },
@@ -15445,14 +15949,14 @@ var _23 = {
15445
15949
  tinkatuff: { tier: "ZU", doublesTier: "NFE" },
15446
15950
  tinkaton: { tier: "RU", doublesTier: "(DUU)" },
15447
15951
  charcadet: { tier: "LC" },
15448
- armarouge: { tier: "RU", doublesTier: "DOU" },
15449
- ceruledge: { tier: "OU", doublesTier: "(DUU)" },
15952
+ armarouge: { tier: "UU", doublesTier: "DUU" },
15953
+ ceruledge: { tier: "UU", doublesTier: "DUU" },
15450
15954
  toedscool: { tier: "LC" },
15451
15955
  toedscruel: { tier: "NU", doublesTier: "(DUU)" },
15452
15956
  kingambit: { tier: "OU", doublesTier: "DOU" },
15453
- clodsire: { tier: "UU", doublesTier: "(DUU)" },
15957
+ clodsire: { tier: "OU", doublesTier: "(DUU)" },
15454
15958
  annihilape: { tier: "Uber", doublesTier: "DUber" },
15455
- walkingwake: { tier: "OU", doublesTier: "DUU" },
15959
+ walkingwake: { tier: "OU", doublesTier: "DOU" },
15456
15960
  ironleaves: { tier: "UU", doublesTier: "(DUU)" },
15457
15961
  poltchageist: { tier: "LC" },
15458
15962
  sinistcha: { tier: "UU", doublesTier: "DOU" },
@@ -15462,13 +15966,13 @@ var _23 = {
15462
15966
  ogerpon: { tier: "UU", doublesTier: "(DUU)" },
15463
15967
  ogerponwellspring: { tier: "OU", doublesTier: "DOU" },
15464
15968
  ogerponhearthflame: { tier: "Uber", doublesTier: "DOU" },
15465
- ogerponcornerstone: { tier: "OU", doublesTier: "DUU" },
15969
+ ogerponcornerstone: { tier: "UU", doublesTier: "DUU" },
15466
15970
  archaludon: { tier: "OU", doublesTier: "DOU" },
15467
- hydrapple: { tier: "OU", doublesTier: "DOU" },
15971
+ hydrapple: { tier: "UU", doublesTier: "DUU" },
15468
15972
  gougingfire: { tier: "OU", doublesTier: "DOU" },
15469
15973
  ragingbolt: { tier: "OU", doublesTier: "DOU" },
15470
- ironboulder: { tier: "OU", doublesTier: "DOU" },
15471
- ironcrown: { tier: "OU", doublesTier: "DOU" },
15974
+ ironboulder: { tier: "OU", doublesTier: "DUU" },
15975
+ ironcrown: { tier: "OU", doublesTier: "DUU" },
15472
15976
  terapagos: { tier: "Uber", doublesTier: "DUber" },
15473
15977
  pecharunt: { isNonstandard: "Unobtainable", tier: "Unreleased" },
15474
15978
  missingno: { isNonstandard: "Custom", tier: "Illegal" },
@@ -28449,7 +28953,7 @@ var _40 = {
28449
28953
  target: "allAdjacentFoes",
28450
28954
  type: "Dragon",
28451
28955
  zMove: { basePower: 140 },
28452
- 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.",
28956
+ 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, Tera Shift, Zen Mode, or Zero to Hero, this effect does not happen, and receiving the effect through Baton Pass ends the effect immediately.",
28453
28957
  shortDesc: "Nullifies the foe(s) Ability if the foe(s) move first."
28454
28958
  },
28455
28959
  corkscrewcrash: {
@@ -29095,7 +29599,7 @@ var _40 = {
29095
29599
  secondary: null,
29096
29600
  target: "adjacentFoe",
29097
29601
  type: "Normal",
29098
- 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.",
29602
+ 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, Disguise, Gulp Missile, Ice Face, Multitype, Power Construct, RKS System, Schooling, Shields Down, Stance Change, Tera Shift, 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, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Trace, Wonder Guard, Zen Mode, or Zero to Hero.",
29099
29603
  shortDesc: "User and ally's Abilities become target's Ability."
29100
29604
  },
29101
29605
  doomdesire: {
@@ -29925,7 +30429,7 @@ var _40 = {
29925
30429
  target: "normal",
29926
30430
  type: "Normal",
29927
30431
  zMove: { boost: { spd: 1 } },
29928
- 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.",
30432
+ 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, Tera Shift, Truant, Zen Mode, or Zero to Hero, or the same Ability as the user, or if the user's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Trace, Wonder Guard, Zen Mode, or Zero to Hero.",
29929
30433
  shortDesc: "The target's Ability changes to match the user's."
29930
30434
  },
29931
30435
  eruption: {
@@ -31136,7 +31640,7 @@ var _40 = {
31136
31640
  target: "normal",
31137
31641
  type: "Poison",
31138
31642
  zMove: { boost: { spe: 1 } },
31139
- 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.",
31643
+ 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, Tera Shift, Zen Mode, or Zero to Hero, this move fails, and receiving the effect through Baton Pass ends the effect immediately.",
31140
31644
  shortDesc: "Nullifies the target's Ability."
31141
31645
  },
31142
31646
  geargrind: {
@@ -37966,7 +38470,7 @@ var _40 = {
37966
38470
  target: "normal",
37967
38471
  type: "Psychic",
37968
38472
  zMove: { boost: { spe: 1 } },
37969
- 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.",
38473
+ 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, Tera Shift, Zen Mode, Zero to Hero, or already matches the target, or if the target's Ability is As One, Battle Bond, Comatose, Commander, Disguise, Embody Aspect, Flower Gift, Forecast, Hunger Switch, Ice Face, Illusion, Imposter, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Power of Alchemy, Protosynthesis, Quark Drive, Receiver, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Trace, Wonder Guard, Zen Mode, or Zero to Hero.",
37970
38474
  shortDesc: "User replaces its Ability with the target's."
37971
38475
  },
37972
38476
  rollingkick: {
@@ -38845,7 +39349,7 @@ var _40 = {
38845
39349
  target: "normal",
38846
39350
  type: "Normal",
38847
39351
  zMove: { boost: { spa: 1 } },
38848
- 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.",
39352
+ 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, Tera Shift, Truant, Zen Mode, or Zero to Hero.",
38849
39353
  shortDesc: "The target's Ability becomes Simple."
38850
39354
  },
38851
39355
  sing: {
@@ -38942,7 +39446,7 @@ var _40 = {
38942
39446
  target: "normal",
38943
39447
  type: "Psychic",
38944
39448
  zMove: { boost: { spe: 1 } },
38945
- 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.",
39449
+ 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, Embody Aspect, Hunger Switch, Ice Face, Illusion, Multitype, Neutralizing Gas, Poison Puppeteer, Power Construct, Protosynthesis, Quark Drive, RKS System, Schooling, Shields Down, Stance Change, Tera Shell, Tera Shift, Teraform Zero, Wonder Guard, Zen Mode, or Zero to Hero.",
38946
39450
  shortDesc: "The user and the target trade Abilities."
38947
39451
  },
38948
39452
  skittersmack: {
@@ -42312,7 +42816,7 @@ var _40 = {
42312
42816
  target: "normal",
42313
42817
  type: "Grass",
42314
42818
  zMove: { boost: { spe: 1 } },
42315
- 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.",
42819
+ 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, Tera Shift, Truant, Zen Mode, or Zero to Hero.",
42316
42820
  shortDesc: "The target's Ability becomes Insomnia."
42317
42821
  },
42318
42822
  wrap: {