@pkmn/dex 0.7.12 → 0.7.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -797,7 +797,12 @@ var _6 = {
797
797
  ballfetch: { inherit: true },
798
798
  battery: { inherit: true },
799
799
  battlearmor: { inherit: true },
800
- battlebond: { inherit: true, onModifyMovePriority: -1 },
800
+ battlebond: {
801
+ inherit: true,
802
+ onModifyMovePriority: -1,
803
+ desc: "If this Pokemon is a Greninja, it transforms into Ash-Greninja if it attacks and knocks out another Pokemon. If this Pokemon is an Ash-Greninja, its Water Shuriken has 20 power and always hits three times.",
804
+ shortDesc: "After KOing a Pokemon: becomes Ash-Greninja, Water Shuriken: 20 power, hits 3x."
805
+ },
801
806
  beastboost: { inherit: true },
802
807
  berserk: { inherit: true },
803
808
  bigpecks: { inherit: true },
@@ -821,7 +826,10 @@ var _6 = {
821
826
  damp: { inherit: true },
822
827
  dancer: { inherit: true },
823
828
  darkaura: { inherit: true },
824
- dauntlessshield: { inherit: true },
829
+ dauntlessshield: {
830
+ inherit: true,
831
+ shortDesc: "On switch-in, this Pokemon's Defense is raised by 1 stage."
832
+ },
825
833
  dazzling: { inherit: true },
826
834
  defeatist: { inherit: true },
827
835
  defiant: { inherit: true },
@@ -891,7 +899,10 @@ var _6 = {
891
899
  innerfocus: { inherit: true },
892
900
  insomnia: { inherit: true },
893
901
  intimidate: { inherit: true },
894
- intrepidsword: { inherit: true },
902
+ intrepidsword: {
903
+ inherit: true,
904
+ shortDesc: "On switch-in, this Pokemon's Attack is raised by 1 stage."
905
+ },
895
906
  ironbarbs: { inherit: true },
896
907
  ironfist: { inherit: true },
897
908
  justified: { inherit: true },
@@ -899,7 +910,11 @@ var _6 = {
899
910
  klutz: { inherit: true },
900
911
  leafguard: { inherit: true },
901
912
  levitate: { inherit: true },
902
- libero: { inherit: true },
913
+ libero: {
914
+ inherit: true,
915
+ 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.",
916
+ shortDesc: "This Pokemon's type changes to match the type of the move it is about to use."
917
+ },
903
918
  lightmetal: { inherit: true },
904
919
  lightningrod: { inherit: true },
905
920
  limber: { inherit: true },
@@ -962,7 +977,11 @@ var _6 = {
962
977
  primordialsea: { inherit: true },
963
978
  prismarmor: { inherit: true },
964
979
  propellertail: { inherit: true },
965
- protean: { inherit: true },
980
+ protean: {
981
+ inherit: true,
982
+ 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.",
983
+ shortDesc: "This Pokemon's type changes to match the type of the move it is about to use."
984
+ },
966
985
  psychicsurge: { inherit: true },
967
986
  punkrock: { inherit: true },
968
987
  purepower: { inherit: true },
@@ -1220,8 +1239,8 @@ var _7 = {
1220
1239
  isPermanent: true,
1221
1240
  name: "Battle Bond",
1222
1241
  num: 210,
1223
- desc: "If this Pokemon is a Greninja, it transforms into Ash-Greninja if it attacks and knocks out another Pokemon. If this Pokemon is an Ash-Greninja, its Water Shuriken has 20 power and always hits three times.",
1224
- shortDesc: "After KOing a Pokemon: becomes Ash-Greninja, Water Shuriken: 20 power, hits 3x."
1242
+ 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.",
1243
+ shortDesc: "After KOing a Pokemon: raises Attack, Sp. Atk, Speed by 1 stage. Once per battle."
1225
1244
  },
1226
1245
  beadsofruin: {
1227
1246
  name: "Beads of Ruin",
@@ -1304,6 +1323,7 @@ var _7 = {
1304
1323
  shortDesc: "This Pokemon cannot be statused, and is considered to be asleep."
1305
1324
  },
1306
1325
  commander: {
1326
+ isPermanent: true,
1307
1327
  name: "Commander",
1308
1328
  num: 279,
1309
1329
  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.",
@@ -1394,7 +1414,7 @@ var _7 = {
1394
1414
  dauntlessshield: {
1395
1415
  name: "Dauntless Shield",
1396
1416
  num: 235,
1397
- shortDesc: "On switch-in, this Pokemon's Defense is raised by 1 stage."
1417
+ shortDesc: "On switch-in, this Pokemon's Defense is raised by 1 stage. Once per battle."
1398
1418
  },
1399
1419
  dazzling: {
1400
1420
  isBreakable: true,
@@ -1832,7 +1852,7 @@ var _7 = {
1832
1852
  intrepidsword: {
1833
1853
  name: "Intrepid Sword",
1834
1854
  num: 234,
1835
- shortDesc: "On switch-in, this Pokemon's Attack is raised by 1 stage."
1855
+ shortDesc: "On switch-in, this Pokemon's Attack is raised by 1 stage. Once per battle."
1836
1856
  },
1837
1857
  ironbarbs: {
1838
1858
  onDamagingHitOrder: 1,
@@ -1883,8 +1903,8 @@ var _7 = {
1883
1903
  libero: {
1884
1904
  name: "Libero",
1885
1905
  num: 236,
1886
- 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.",
1887
- shortDesc: "This Pokemon's type changes to match the type of the move it is about to use."
1906
+ desc: "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in.",
1907
+ shortDesc: "This Pokemon's type changes to the type of the move it is using. Once per switch-in."
1888
1908
  },
1889
1909
  lightmetal: {
1890
1910
  isBreakable: true,
@@ -2248,8 +2268,8 @@ var _7 = {
2248
2268
  protean: {
2249
2269
  name: "Protean",
2250
2270
  num: 168,
2251
- 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.",
2252
- shortDesc: "This Pokemon's type changes to match the type of the move it is about to use."
2271
+ desc: "This Pokemon's type changes to match the type of the move it is about to use. This effect comes after all effects that change a move's type. This effect can only happen once per switch-in.",
2272
+ shortDesc: "This Pokemon's type changes to the type of the move it is using. Once per switch-in."
2253
2273
  },
2254
2274
  protosynthesis: {
2255
2275
  condition: {
@@ -3235,6 +3255,7 @@ _chunkJC4IRQULjs.__export.call(void 0, aliases_exports, {
3235
3255
  buizeru: () => buizeru,
3236
3256
  bull: () => bull,
3237
3257
  bulu: () => bulu,
3258
+ bundlechan: () => bundlechan,
3238
3259
  bunyatto: () => bunyatto,
3239
3260
  burakkii: () => burakkii,
3240
3261
  burigaron: () => burigaron,
@@ -4893,9 +4914,9 @@ var pu = "[Gen 8] PU";
4893
4914
  var zeroused = "[Gen 8] ZU";
4894
4915
  var mono = "[Gen 9] Monotype";
4895
4916
  var ag = "[Gen 8] Anything Goes";
4896
- var bss = "[Gen 8] Battle Stadium Singles";
4897
- var vgc = "[Gen 8] VGC 2022";
4898
- var bsd = "[Gen 8] VGC 2022";
4917
+ var bss = "[Gen 9] Battle Stadium Singles Series 1";
4918
+ var vgc = "[Gen 9] VGC 2023 Series 1";
4919
+ var bsd = "[Gen 9] VGC 2023 Series 1";
4899
4920
  var randdubs = "[Gen 8] Random Doubles Battle";
4900
4921
  var doubles = "[Gen 8] Doubles OU";
4901
4922
  var dou = "[Gen 9] Doubles OU";
@@ -4953,8 +4974,8 @@ var gen6mono = "[Gen 6] Monotype";
4953
4974
  var gen6ag = "[Gen 6] Anything Goes";
4954
4975
  var crossevo = "[Gen 9] Cross Evolution";
4955
4976
  var mayhem = "[Gen 9] Random Battle Mayhem";
4956
- var omotm = "[Gen 9] Shared Power";
4957
- var lcotm = "[Gen 9] Full Potential";
4977
+ var omotm = "[Gen 9] VoltTurn Mayhem";
4978
+ var lcotm = "[Gen 9] Partners in Crime";
4958
4979
  var fabio = "Ampharos-Mega";
4959
4980
  var maero = "Aerodactyl-Mega";
4960
4981
  var megabunny = "Lopunny-Mega";
@@ -5553,6 +5574,7 @@ var blace = "Blacephalon";
5553
5574
  var bliss = "Blissey";
5554
5575
  var bull = "Tauros";
5555
5576
  var bulu = "Tapu Bulu";
5577
+ var bundlechan = "Iron Bundle";
5556
5578
  var camel = "Camerupt";
5557
5579
  var cathy = "Trevenant";
5558
5580
  var chandy = "Chandelure";
@@ -7361,6 +7383,7 @@ var aliases_default = {
7361
7383
  bliss,
7362
7384
  bull,
7363
7385
  bulu,
7386
+ bundlechan,
7364
7387
  camel,
7365
7388
  cathy,
7366
7389
  chandy,
@@ -8541,7 +8564,8 @@ var _8 = {
8541
8564
  partialtrappinglock: { name: "partialtrappinglock" },
8542
8565
  mustrecharge: { inherit: true, duration: 0 },
8543
8566
  lockedmove: { inherit: true },
8544
- stall: { name: "stall", duration: 2, counterMax: 256 }
8567
+ twoturnmove: { name: "twoturnmove" },
8568
+ invulnerability: { name: "invulnerability" }
8545
8569
  };
8546
8570
  var _9 = {
8547
8571
  brn: {
@@ -9507,10 +9531,6 @@ var _19 = {
9507
9531
  inherit: true,
9508
9532
  desc: "Holder gains 1.3x HP from draining moves, Aqua Ring, Ingrain, and Leech Seed."
9509
9533
  },
9510
- energypowder: {
9511
- inherit: true,
9512
- desc: "Restores 50 HP to one Pokemon but lowers Happiness."
9513
- },
9514
9534
  lightclay: {
9515
9535
  inherit: true,
9516
9536
  desc: "Holder's use of Light Screen or Reflect lasts 8 turns instead of 5."
@@ -9537,6 +9557,7 @@ var _20 = {
9537
9557
  blastoisinite: { inherit: true, isNonstandard: null },
9538
9558
  blazikenite: { inherit: true, isNonstandard: null },
9539
9559
  blueorb: { inherit: true, isNonstandard: null },
9560
+ blukberry: { inherit: true, isNonstandard: "Unobtainable" },
9540
9561
  buggem: { inherit: true, isNonstandard: "Unobtainable" },
9541
9562
  buginiumz: { inherit: true, isNonstandard: null },
9542
9563
  cameruptite: { inherit: true, isNonstandard: null },
@@ -9638,6 +9659,7 @@ var _20 = {
9638
9659
  pidgeotite: { inherit: true, isNonstandard: null },
9639
9660
  pikaniumz: { inherit: true, isNonstandard: null },
9640
9661
  pikashuniumz: { inherit: true, isNonstandard: null },
9662
+ pinapberry: { inherit: true, isNonstandard: "Unobtainable" },
9641
9663
  pinsirite: { inherit: true, isNonstandard: null },
9642
9664
  plumefossil: { inherit: true, isNonstandard: null },
9643
9665
  poisongem: { inherit: true, isNonstandard: "Unobtainable" },
@@ -9703,11 +9725,14 @@ var _20 = {
9703
9725
  }
9704
9726
  };
9705
9727
  var _21 = {
9728
+ adamantcrystal: { inherit: true, isNonstandard: "Future" },
9706
9729
  adamantorb: { inherit: true, isNonstandard: null },
9707
9730
  berryjuice: { inherit: true, isNonstandard: null },
9731
+ berrysweet: { inherit: true, isNonstandard: null },
9708
9732
  bugmemory: { inherit: true, isNonstandard: null },
9709
9733
  burndrive: { inherit: true, isNonstandard: null },
9710
9734
  chilldrive: { inherit: true, isNonstandard: null },
9735
+ cloversweet: { inherit: true, isNonstandard: null },
9711
9736
  custapberry: { inherit: true, isNonstandard: null },
9712
9737
  darkmemory: { inherit: true, isNonstandard: null },
9713
9738
  deepseascale: { inherit: true, isNonstandard: null },
@@ -9722,6 +9747,7 @@ var _21 = {
9722
9747
  fairymemory: { inherit: true, isNonstandard: null },
9723
9748
  fightingmemory: { inherit: true, isNonstandard: null },
9724
9749
  firememory: { inherit: true, isNonstandard: null },
9750
+ flowersweet: { inherit: true, isNonstandard: null },
9725
9751
  flyingmemory: { inherit: true, isNonstandard: null },
9726
9752
  fossilizedbird: { inherit: true, isNonstandard: null },
9727
9753
  fossilizeddino: { inherit: true, isNonstandard: null },
@@ -9732,15 +9758,26 @@ var _21 = {
9732
9758
  galaricawreath: { inherit: true, isNonstandard: null },
9733
9759
  ghostmemory: { inherit: true, isNonstandard: null },
9734
9760
  grassmemory: { inherit: true, isNonstandard: null },
9735
- griseousorb: { inherit: true, isNonstandard: null },
9761
+ griseouscore: { inherit: true, isNonstandard: "Future" },
9762
+ griseousorb: {
9763
+ inherit: true,
9764
+ isNonstandard: null,
9765
+ forcedForme: "Giratina-Origin",
9766
+ itemUser: ["Giratina-Origin"]
9767
+ },
9736
9768
  groundmemory: { inherit: true, isNonstandard: null },
9737
9769
  icememory: { inherit: true, isNonstandard: null },
9738
9770
  jabocaberry: { inherit: true, isNonstandard: null },
9739
9771
  keeberry: { inherit: true, isNonstandard: null },
9740
9772
  laxincense: { inherit: true, isNonstandard: null },
9741
9773
  leek: { inherit: true, isNonstandard: null },
9774
+ lovesweet: { inherit: true, isNonstandard: null },
9775
+ lustrousglobe: { inherit: true, isNonstandard: "Future" },
9742
9776
  lustrousorb: { inherit: true, isNonstandard: null },
9777
+ machobrace: { inherit: true, isNonstandard: null },
9778
+ magmarizer: { inherit: true, isNonstandard: null },
9743
9779
  marangaberry: { inherit: true, isNonstandard: null },
9780
+ metalpowder: { inherit: true, isNonstandard: null },
9744
9781
  micleberry: { inherit: true, isNonstandard: null },
9745
9782
  oddincense: { inherit: true, isNonstandard: null },
9746
9783
  pixieplate: { inherit: true, isNonstandard: null },
@@ -9748,7 +9785,9 @@ var _21 = {
9748
9785
  prismscale: { inherit: true, isNonstandard: null },
9749
9786
  protector: { inherit: true, isNonstandard: null },
9750
9787
  psychicmemory: { inherit: true, isNonstandard: null },
9788
+ quickpowder: { inherit: true, isNonstandard: null },
9751
9789
  reapercloth: { inherit: true, isNonstandard: null },
9790
+ ribbonsweet: { inherit: true, isNonstandard: null },
9752
9791
  rockincense: { inherit: true, isNonstandard: null },
9753
9792
  rockmemory: { inherit: true, isNonstandard: null },
9754
9793
  roseincense: { inherit: true, isNonstandard: null },
@@ -9756,10 +9795,15 @@ var _21 = {
9756
9795
  rustedshield: { inherit: true, isNonstandard: null },
9757
9796
  rustedsword: { inherit: true, isNonstandard: null },
9758
9797
  sachet: { inherit: true, isNonstandard: null },
9798
+ safariball: { inherit: true, isNonstandard: null },
9759
9799
  seaincense: { inherit: true, isNonstandard: null },
9760
9800
  shockdrive: { inherit: true, isNonstandard: null },
9761
9801
  souldew: { inherit: true, isNonstandard: null },
9802
+ sportball: { inherit: true, isNonstandard: null },
9803
+ starsweet: { inherit: true, isNonstandard: null },
9804
+ strawberrysweet: { inherit: true, isNonstandard: null },
9762
9805
  steelmemory: { inherit: true, isNonstandard: null },
9806
+ strangeball: { inherit: true, isNonstandard: "Future" },
9763
9807
  thickclub: { inherit: true, isNonstandard: null },
9764
9808
  tr00: { inherit: true, isNonstandard: null },
9765
9809
  tr01: { inherit: true, isNonstandard: null },
@@ -9902,6 +9946,16 @@ var _22 = {
9902
9946
  gen: 5,
9903
9947
  desc: "Raises holder's Sp. Atk by 1 stage if hit by a Water-type attack. Single use."
9904
9948
  },
9949
+ adamantcrystal: {
9950
+ name: "Adamant Crystal",
9951
+ onBasePowerPriority: 15,
9952
+ forcedForme: "Dialga-Origin",
9953
+ itemUser: ["Dialga-Origin"],
9954
+ num: 1777,
9955
+ gen: 8,
9956
+ isNonstandard: "Unobtainable",
9957
+ desc: "If held by a Dialga, its Steel- and Dragon-type attacks have 1.2x power."
9958
+ },
9905
9959
  adamantorb: {
9906
9960
  name: "Adamant Orb",
9907
9961
  fling: { basePower: 60 },
@@ -10103,6 +10157,7 @@ var _22 = {
10103
10157
  fling: { basePower: 10 },
10104
10158
  num: 1111,
10105
10159
  gen: 8,
10160
+ isNonstandard: "Past",
10106
10161
  desc: "Evolves Milcery into Alcremie when held and spun around."
10107
10162
  },
10108
10163
  bigroot: {
@@ -10180,6 +10235,7 @@ var _22 = {
10180
10235
  onEat: false,
10181
10236
  num: 165,
10182
10237
  gen: 3,
10238
+ isNonstandard: "Past",
10183
10239
  desc: "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."
10184
10240
  },
10185
10241
  blunderpolicy: {
@@ -10406,6 +10462,7 @@ var _22 = {
10406
10462
  fling: { basePower: 10 },
10407
10463
  num: 1112,
10408
10464
  gen: 8,
10465
+ isNonstandard: "Past",
10409
10466
  desc: "Evolves Milcery into Alcremie when held and spun around."
10410
10467
  },
10411
10468
  cobaberry: {
@@ -10775,13 +10832,6 @@ var _22 = {
10775
10832
  isNonstandard: "Past",
10776
10833
  desc: "If holder has an Electric move, this item allows it to use an Electric Z-Move."
10777
10834
  },
10778
- energypowder: {
10779
- name: "Energy Powder",
10780
- fling: { basePower: 30 },
10781
- num: 34,
10782
- gen: 2,
10783
- desc: "Restores 60 HP to one Pokemon."
10784
- },
10785
10835
  enigmaberry: {
10786
10836
  name: "Enigma Berry",
10787
10837
  isBerry: true,
@@ -10961,6 +11011,7 @@ var _22 = {
10961
11011
  fling: { basePower: 0 },
10962
11012
  num: 1113,
10963
11013
  gen: 8,
11014
+ isNonstandard: "Past",
10964
11015
  desc: "Evolves Milcery into Alcremie when held and spun around."
10965
11016
  },
10966
11017
  flyinggem: {
@@ -11054,7 +11105,7 @@ var _22 = {
11054
11105
  onFractionalPriority: -0.1,
11055
11106
  num: 316,
11056
11107
  gen: 4,
11057
- isNonstandard: "Unobtainable",
11108
+ isNonstandard: "Past",
11058
11109
  desc: "Holder moves last in its priority bracket."
11059
11110
  },
11060
11111
  galaricacuff: {
@@ -11062,7 +11113,7 @@ var _22 = {
11062
11113
  fling: { basePower: 30 },
11063
11114
  num: 1582,
11064
11115
  gen: 8,
11065
- isNonstandard: "Past",
11116
+ isNonstandard: "Unobtainable",
11066
11117
  desc: "Evolves Galarian Slowpoke into Galarian Slowbro when used."
11067
11118
  },
11068
11119
  galaricawreath: {
@@ -11070,7 +11121,7 @@ var _22 = {
11070
11121
  fling: { basePower: 30 },
11071
11122
  num: 1592,
11072
11123
  gen: 8,
11073
- isNonstandard: "Past",
11124
+ isNonstandard: "Unobtainable",
11074
11125
  desc: "Evolves Galarian Slowpoke into Galarian Slowking when used."
11075
11126
  },
11076
11127
  galladite: {
@@ -11229,12 +11280,21 @@ var _22 = {
11229
11280
  gen: 4,
11230
11281
  desc: "Holder's partial-trapping moves always last 7 turns."
11231
11282
  },
11283
+ griseouscore: {
11284
+ name: "Griseous Core",
11285
+ onBasePowerPriority: 15,
11286
+ forcedForme: "Giratina-Origin",
11287
+ itemUser: ["Giratina-Origin"],
11288
+ num: 1779,
11289
+ gen: 8,
11290
+ isNonstandard: "Unobtainable",
11291
+ desc: "If held by a Giratina, its Ghost- and Dragon-type attacks have 1.2x power."
11292
+ },
11232
11293
  griseousorb: {
11233
11294
  name: "Griseous Orb",
11234
11295
  fling: { basePower: 60 },
11235
11296
  onBasePowerPriority: 15,
11236
- forcedForme: "Giratina-Origin",
11237
- itemUser: ["Giratina-Origin"],
11297
+ itemUser: ["Giratina"],
11238
11298
  num: 112,
11239
11299
  gen: 4,
11240
11300
  isNonstandard: "Unobtainable",
@@ -11585,7 +11645,7 @@ var _22 = {
11585
11645
  onModifyAccuracyPriority: -2,
11586
11646
  num: 255,
11587
11647
  gen: 3,
11588
- isNonstandard: "Unobtainable",
11648
+ isNonstandard: "Past",
11589
11649
  desc: "The accuracy of attacks against the holder is 0.9x."
11590
11650
  },
11591
11651
  leafstone: {
@@ -11706,6 +11766,7 @@ var _22 = {
11706
11766
  fling: { basePower: 10 },
11707
11767
  num: 1110,
11708
11768
  gen: 8,
11769
+ isNonstandard: "Past",
11709
11770
  desc: "Evolves Milcery into Alcremie when held and spun around."
11710
11771
  },
11711
11772
  lucarionite: {
@@ -11762,6 +11823,16 @@ var _22 = {
11762
11823
  isPokeball: true,
11763
11824
  desc: "A Poke Ball for catching Pokemon hooked by a Rod when fishing."
11764
11825
  },
11826
+ lustrousglobe: {
11827
+ name: "Lustrous Globe",
11828
+ onBasePowerPriority: 15,
11829
+ forcedForme: "Palkia-Origin",
11830
+ itemUser: ["Palkia-Origin"],
11831
+ num: 1778,
11832
+ gen: 8,
11833
+ isNonstandard: "Unobtainable",
11834
+ desc: "If held by a Palkia, its Water- and Dragon-type attacks have 1.2x power."
11835
+ },
11765
11836
  lustrousorb: {
11766
11837
  name: "Lustrous Orb",
11767
11838
  fling: { basePower: 60 },
@@ -11796,6 +11867,7 @@ var _22 = {
11796
11867
  fling: { basePower: 60 },
11797
11868
  num: 215,
11798
11869
  gen: 3,
11870
+ isNonstandard: "Past",
11799
11871
  desc: "Holder's Speed is halved. The Klutz Ability does not ignore this effect."
11800
11872
  },
11801
11873
  magmarizer: {
@@ -11803,6 +11875,7 @@ var _22 = {
11803
11875
  fling: { basePower: 80 },
11804
11876
  num: 323,
11805
11877
  gen: 4,
11878
+ isNonstandard: "Past",
11806
11879
  desc: "Evolves Magmar into Magmortar when traded."
11807
11880
  },
11808
11881
  magnet: {
@@ -11944,6 +12017,7 @@ var _22 = {
11944
12017
  itemUser: ["Ditto"],
11945
12018
  num: 257,
11946
12019
  gen: 2,
12020
+ isNonstandard: "Past",
11947
12021
  desc: "If held by a Ditto that hasn't Transformed, its Defense is doubled."
11948
12022
  },
11949
12023
  metronome: {
@@ -12148,7 +12222,7 @@ var _22 = {
12148
12222
  onBasePowerPriority: 15,
12149
12223
  num: 314,
12150
12224
  gen: 4,
12151
- isNonstandard: "Unobtainable",
12225
+ isNonstandard: "Past",
12152
12226
  desc: "Holder's Psychic-type attacks have 1.2x power."
12153
12227
  },
12154
12228
  oldamber: {
@@ -12279,6 +12353,7 @@ var _22 = {
12279
12353
  onEat: false,
12280
12354
  num: 168,
12281
12355
  gen: 3,
12356
+ isNonstandard: "Past",
12282
12357
  desc: "Cannot be eaten by the holder. No effect when eaten with Bug Bite or Pluck."
12283
12358
  },
12284
12359
  pinsirite: {
@@ -12500,6 +12575,7 @@ var _22 = {
12500
12575
  punchingglove: {
12501
12576
  name: "Punching Glove",
12502
12577
  onBasePowerPriority: 23,
12578
+ onModifyMovePriority: 1,
12503
12579
  num: 1884,
12504
12580
  gen: 9,
12505
12581
  desc: "Holder's punch-based attacks have 1.1x power and do not make contact."
@@ -12534,6 +12610,7 @@ var _22 = {
12534
12610
  itemUser: ["Ditto"],
12535
12611
  num: 274,
12536
12612
  gen: 4,
12613
+ isNonstandard: "Past",
12537
12614
  desc: "If held by a Ditto that hasn't Transformed, its Speed is doubled."
12538
12615
  },
12539
12616
  rabutaberry: {
@@ -12624,6 +12701,7 @@ var _22 = {
12624
12701
  fling: { basePower: 10 },
12625
12702
  num: 1115,
12626
12703
  gen: 8,
12704
+ isNonstandard: "Past",
12627
12705
  desc: "Evolves Milcery into Alcremie when held and spun around."
12628
12706
  },
12629
12707
  rindoberry: {
@@ -12656,7 +12734,7 @@ var _22 = {
12656
12734
  onBasePowerPriority: 15,
12657
12735
  num: 315,
12658
12736
  gen: 4,
12659
- isNonstandard: "Unobtainable",
12737
+ isNonstandard: "Past",
12660
12738
  desc: "Holder's Rock-type attacks have 1.2x power."
12661
12739
  },
12662
12740
  rockmemory: {
@@ -12711,7 +12789,7 @@ var _22 = {
12711
12789
  onBasePowerPriority: 15,
12712
12790
  num: 318,
12713
12791
  gen: 4,
12714
- isNonstandard: "Unobtainable",
12792
+ isNonstandard: "Past",
12715
12793
  desc: "Holder's Grass-type attacks have 1.2x power."
12716
12794
  },
12717
12795
  roseliberry: {
@@ -12770,6 +12848,7 @@ var _22 = {
12770
12848
  num: 5,
12771
12849
  gen: 1,
12772
12850
  isPokeball: true,
12851
+ isNonstandard: "Unobtainable",
12773
12852
  desc: "A special Poke Ball that is used only in the Safari Zone and Great Marsh."
12774
12853
  },
12775
12854
  safetygoggles: {
@@ -12838,7 +12917,7 @@ var _22 = {
12838
12917
  onBasePowerPriority: 15,
12839
12918
  num: 254,
12840
12919
  gen: 3,
12841
- isNonstandard: "Unobtainable",
12920
+ isNonstandard: "Past",
12842
12921
  desc: "Holder's Water-type attacks have 1.2x power."
12843
12922
  },
12844
12923
  sharpbeak: {
@@ -13051,6 +13130,7 @@ var _22 = {
13051
13130
  num: 499,
13052
13131
  gen: 2,
13053
13132
  isPokeball: true,
13133
+ isNonstandard: "Unobtainable",
13054
13134
  desc: "A special Poke Ball for the Bug-Catching Contest."
13055
13135
  },
13056
13136
  starfberry: {
@@ -13066,6 +13146,7 @@ var _22 = {
13066
13146
  fling: { basePower: 10 },
13067
13147
  num: 1114,
13068
13148
  gen: 8,
13149
+ isNonstandard: "Past",
13069
13150
  desc: "Evolves Milcery into Alcremie when held and spun around."
13070
13151
  },
13071
13152
  steelixite: {
@@ -13136,11 +13217,19 @@ var _22 = {
13136
13217
  isNonstandard: "Unobtainable",
13137
13218
  desc: "Holder's Rock-type attacks have 1.2x power. Judgment is Rock type."
13138
13219
  },
13220
+ strangeball: {
13221
+ name: "Strange Ball",
13222
+ num: 1785,
13223
+ gen: 8,
13224
+ isPokeball: true,
13225
+ isNonstandard: "Unobtainable"
13226
+ },
13139
13227
  strawberrysweet: {
13140
13228
  name: "Strawberry Sweet",
13141
13229
  fling: { basePower: 10 },
13142
13230
  num: 1109,
13143
13231
  gen: 8,
13232
+ isNonstandard: "Past",
13144
13233
  desc: "Evolves Milcery into Alcremie when held and spun around."
13145
13234
  },
13146
13235
  sunstone: {
@@ -14186,7 +14275,7 @@ var _22 = {
14186
14275
  onBasePowerPriority: 15,
14187
14276
  num: 317,
14188
14277
  gen: 4,
14189
- isNonstandard: "Unobtainable",
14278
+ isNonstandard: "Past",
14190
14279
  desc: "Holder's Water-type attacks have 1.2x power."
14191
14280
  },
14192
14281
  weaknesspolicy: {
@@ -14524,7 +14613,7 @@ var _23 = {
14524
14613
  dig: {
14525
14614
  inherit: true,
14526
14615
  basePower: 100,
14527
- condition: { duration: 2, onLockMove: "dig" },
14616
+ condition: {},
14528
14617
  desc: "This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Bide, Swift, and Transform. If the user is fully paralyzed on the second turn, it continues avoiding attacks until it switches out or successfully executes the second turn of this move or Fly."
14529
14618
  },
14530
14619
  disable: {
@@ -14579,7 +14668,7 @@ var _23 = {
14579
14668
  },
14580
14669
  fly: {
14581
14670
  inherit: true,
14582
- condition: { duration: 2, onLockMove: "fly" },
14671
+ condition: {},
14583
14672
  desc: "This attack charges on the first turn and executes on the second. On the first turn, the user avoids all attacks other than Bide, Swift, and Transform. If the user is fully paralyzed on the second turn, it continues avoiding attacks until it switches out or successfully executes the second turn of this move or Dig."
14584
14673
  },
14585
14674
  focusenergy: {
@@ -14757,6 +14846,7 @@ var _23 = {
14757
14846
  desc: "This attack charges on the first turn and executes on the second.",
14758
14847
  shortDesc: "Charges turn 1. Hits turn 2."
14759
14848
  },
14849
+ skyattack: { inherit: true },
14760
14850
  slash: { inherit: true, critRatio: 2 },
14761
14851
  sludge: {
14762
14852
  inherit: true,
@@ -14764,6 +14854,11 @@ var _23 = {
14764
14854
  desc: "Has a 40% chance to poison the target.",
14765
14855
  shortDesc: "40% chance to poison the target."
14766
14856
  },
14857
+ solarbeam: {
14858
+ inherit: true,
14859
+ desc: "This attack charges on the first turn and executes on the second.",
14860
+ shortDesc: "Charges turn 1. Hits turn 2."
14861
+ },
14767
14862
  sonicboom: {
14768
14863
  inherit: true,
14769
14864
  ignoreImmunity: true,
@@ -14914,11 +15009,6 @@ var _23 = {
14914
15009
  inherit: true,
14915
15010
  desc: "Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."
14916
15011
  },
14917
- solarbeam: {
14918
- inherit: true,
14919
- desc: "This attack charges on the first turn and executes on the second.",
14920
- shortDesc: "Charges turn 1. Hits turn 2."
14921
- },
14922
15012
  spikecannon: {
14923
15013
  inherit: true,
14924
15014
  desc: "Hits two to five times. Has a 3/8 chance to hit two or three times, and a 1/8 chance to hit four or five times. Damage is calculated once for the first hit and used for every hit. If one of the hits breaks the target's substitute, the move ends."
@@ -18570,6 +18660,7 @@ var _30 = {
18570
18660
  cosmicpower: { inherit: true, isNonstandard: null },
18571
18661
  craftyshield: { inherit: true, isNonstandard: null },
18572
18662
  crushgrip: { inherit: true, isNonstandard: null },
18663
+ curse: { inherit: true, target: "randomNormal" },
18573
18664
  decorate: { inherit: true, isNonstandard: null },
18574
18665
  doomdesire: { inherit: true, isNonstandard: null },
18575
18666
  doubleironbash: { inherit: true, isNonstandard: null },
@@ -21280,7 +21371,7 @@ var _31 = {
21280
21371
  volatileStatus: "curse",
21281
21372
  condition: { onResidualOrder: 12 },
21282
21373
  secondary: null,
21283
- target: "randomNormal",
21374
+ target: "normal",
21284
21375
  nonGhostTarget: "self",
21285
21376
  type: "Ghost",
21286
21377
  zMove: { effect: "curse" },
@@ -23725,6 +23816,7 @@ var _31 = {
23725
23816
  pp: 5,
23726
23817
  priority: 0,
23727
23818
  flags: { protect: 1, mirror: 1 },
23819
+ condition: {},
23728
23820
  secondary: null,
23729
23821
  target: "normal",
23730
23822
  type: "Steel",
@@ -23787,12 +23879,12 @@ var _31 = {
23787
23879
  priority: 0,
23788
23880
  flags: { contact: 1, protect: 1, mirror: 1 },
23789
23881
  self: { volatileStatus: "glaiverush" },
23790
- condition: { noCopy: true, duration: 2 },
23882
+ condition: { noCopy: true, onBeforeMovePriority: 100 },
23791
23883
  secondary: null,
23792
23884
  target: "normal",
23793
23885
  type: "Dragon",
23794
- desc: "If this move is successful, moves targeted at the user deal double damage and do not check accuracy until the end of the next turn.",
23795
- shortDesc: "Opp 2x damage, sure-hit until end of next turn."
23886
+ desc: "If this move is successful, moves targeted at the user deal double damage and do not check accuracy until the user's next turn.",
23887
+ shortDesc: "User takes sure-hit 2x damage until its next turn."
23796
23888
  },
23797
23889
  glare: {
23798
23890
  num: 137,
@@ -25602,7 +25694,6 @@ var _31 = {
25602
25694
  pp: 5,
25603
25695
  priority: 0,
25604
25696
  flags: { contact: 1, mirror: 1 },
25605
- breaksProtect: true,
25606
25697
  secondary: null,
25607
25698
  target: "normal",
25608
25699
  type: "Normal",
@@ -37379,6 +37470,7 @@ var _39 = {
37379
37470
  inherit: true,
37380
37471
  abilities: { "0": "Steadfast", H: "Justified" }
37381
37472
  },
37473
+ giratinaorigin: { inherit: true, requiredItem: "Griseous Orb" },
37382
37474
  cresselia: {
37383
37475
  inherit: true,
37384
37476
  baseStats: {
@@ -49386,6 +49478,8 @@ var _40 = {
49386
49478
  abilities: { "0": "Pressure", H: "Telepathy" },
49387
49479
  weightkg: 850,
49388
49480
  eggGroups: ["Undiscovered"],
49481
+ requiredItem: "Adamant Crystal",
49482
+ changesFrom: "Dialga",
49389
49483
  gen: 8
49390
49484
  },
49391
49485
  palkia: {
@@ -49426,6 +49520,8 @@ var _40 = {
49426
49520
  abilities: { "0": "Pressure", H: "Telepathy" },
49427
49521
  weightkg: 660,
49428
49522
  eggGroups: ["Undiscovered"],
49523
+ requiredItem: "Lustrous Globe",
49524
+ changesFrom: "Palkia",
49429
49525
  gen: 8
49430
49526
  },
49431
49527
  heatran: {
@@ -49502,7 +49598,7 @@ var _40 = {
49502
49598
  abilities: { "0": "Levitate" },
49503
49599
  weightkg: 650,
49504
49600
  eggGroups: ["Undiscovered"],
49505
- requiredItem: "Griseous Orb",
49601
+ requiredItem: "Griseous Core",
49506
49602
  changesFrom: "Giratina"
49507
49603
  },
49508
49604
  cresselia: {
@@ -65397,10 +65493,10 @@ var _48 = {
65397
65493
  blastoise: { tier: "UU" },
65398
65494
  caterpie: { tier: "LC" },
65399
65495
  metapod: { tier: "NFE" },
65400
- butterfree: { tier: "NU" },
65496
+ butterfree: { tier: "PU" },
65401
65497
  weedle: { tier: "LC" },
65402
65498
  kakuna: { tier: "NFE" },
65403
- beedrill: { tier: "NU" },
65499
+ beedrill: { tier: "PU" },
65404
65500
  pidgey: { tier: "LC" },
65405
65501
  pidgeotto: { tier: "NFE" },
65406
65502
  pidgeot: { tier: "NU" },
@@ -65409,7 +65505,7 @@ var _48 = {
65409
65505
  spearow: { tier: "LC" },
65410
65506
  fearow: { tier: "UU" },
65411
65507
  ekans: { tier: "LC" },
65412
- arbok: { tier: "NU" },
65508
+ arbok: { tier: "PU" },
65413
65509
  pichu: { tier: "LC" },
65414
65510
  pikachu: { tier: "NU" },
65415
65511
  raichu: { tier: "UU" },
@@ -65428,7 +65524,7 @@ var _48 = {
65428
65524
  ninetales: { tier: "UU" },
65429
65525
  igglybuff: { tier: "LC" },
65430
65526
  jigglypuff: { tier: "NFE" },
65431
- wigglytuff: { tier: "NU" },
65527
+ wigglytuff: { tier: "PU" },
65432
65528
  zubat: { tier: "LC" },
65433
65529
  golbat: { tier: "NU" },
65434
65530
  crobat: { tier: "UUBL" },
@@ -65437,7 +65533,7 @@ var _48 = {
65437
65533
  vileplume: { tier: "UU" },
65438
65534
  bellossom: { tier: "NU" },
65439
65535
  paras: { tier: "LC" },
65440
- parasect: { tier: "NU" },
65536
+ parasect: { tier: "PU" },
65441
65537
  venonat: { tier: "LC" },
65442
65538
  venomoth: { tier: "NU" },
65443
65539
  diglett: { tier: "NU" },
@@ -65454,11 +65550,11 @@ var _48 = {
65454
65550
  poliwhirl: { tier: "NFE" },
65455
65551
  poliwrath: { tier: "UU" },
65456
65552
  politoed: { tier: "UU" },
65457
- abra: { tier: "NU" },
65553
+ abra: { tier: "LC" },
65458
65554
  kadabra: { tier: "UUBL" },
65459
65555
  alakazam: { tier: "UUBL" },
65460
65556
  machop: { tier: "LC" },
65461
- machoke: { tier: "NFE" },
65557
+ machoke: { tier: "PUBL" },
65462
65558
  machamp: { tier: "UUBL" },
65463
65559
  bellsprout: { tier: "LC" },
65464
65560
  weepinbell: { tier: "NFE" },
@@ -65466,7 +65562,7 @@ var _48 = {
65466
65562
  tentacool: { tier: "LC" },
65467
65563
  tentacruel: { tier: "UU" },
65468
65564
  geodude: { tier: "LC" },
65469
- graveler: { tier: "NU" },
65565
+ graveler: { tier: "NFE" },
65470
65566
  golem: { tier: "UU" },
65471
65567
  ponyta: { tier: "LC" },
65472
65568
  rapidash: { tier: "UU" },
@@ -65475,7 +65571,7 @@ var _48 = {
65475
65571
  slowking: { tier: "UU" },
65476
65572
  magnemite: { tier: "LC" },
65477
65573
  magneton: { tier: "OU" },
65478
- farfetchd: { tier: "NU" },
65574
+ farfetchd: { tier: "PU" },
65479
65575
  doduo: { tier: "LC" },
65480
65576
  dodrio: { tier: "UUBL" },
65481
65577
  seel: { tier: "LC" },
@@ -65492,7 +65588,7 @@ var _48 = {
65492
65588
  drowzee: { tier: "LC" },
65493
65589
  hypno: { tier: "UU" },
65494
65590
  krabby: { tier: "LC" },
65495
- kingler: { tier: "NU" },
65591
+ kingler: { tier: "PU" },
65496
65592
  voltorb: { tier: "LC" },
65497
65593
  electrode: { tier: "UU" },
65498
65594
  exeggcute: { tier: "LC" },
@@ -65503,20 +65599,20 @@ var _48 = {
65503
65599
  hitmonlee: { tier: "UU" },
65504
65600
  hitmonchan: { tier: "NU" },
65505
65601
  hitmontop: { tier: "UU" },
65506
- lickitung: { tier: "NU" },
65602
+ lickitung: { tier: "PU" },
65507
65603
  koffing: { tier: "LC" },
65508
65604
  weezing: { tier: "UUBL" },
65509
65605
  rhyhorn: { tier: "LC" },
65510
65606
  rhydon: { tier: "UUBL" },
65511
65607
  chansey: { tier: "UUBL" },
65512
65608
  blissey: { tier: "OU" },
65513
- tangela: { tier: "NU" },
65609
+ tangela: { tier: "PU" },
65514
65610
  kangaskhan: { tier: "UU" },
65515
65611
  horsea: { tier: "LC" },
65516
- seadra: { tier: "NU" },
65612
+ seadra: { tier: "NFE" },
65517
65613
  kingdra: { tier: "UUBL" },
65518
65614
  goldeen: { tier: "LC" },
65519
- seaking: { tier: "NU" },
65615
+ seaking: { tier: "PU" },
65520
65616
  staryu: { tier: "LC" },
65521
65617
  starmie: { tier: "OU" },
65522
65618
  mrmime: { tier: "UU" },
@@ -65526,14 +65622,14 @@ var _48 = {
65526
65622
  jynx: { tier: "UUBL" },
65527
65623
  elekid: { tier: "LC" },
65528
65624
  electabuzz: { tier: "UU" },
65529
- magby: { tier: "NU" },
65625
+ magby: { tier: "LC" },
65530
65626
  magmar: { tier: "UU" },
65531
65627
  pinsir: { tier: "UU" },
65532
65628
  tauros: { tier: "UUBL" },
65533
65629
  magikarp: { tier: "LC" },
65534
65630
  gyarados: { tier: "OU" },
65535
65631
  lapras: { tier: "UUBL" },
65536
- ditto: { tier: "NU" },
65632
+ ditto: { tier: "PU" },
65537
65633
  eevee: { tier: "LC" },
65538
65634
  vaporeon: { tier: "UUBL" },
65539
65635
  jolteon: { tier: "OU" },
@@ -65566,17 +65662,17 @@ var _48 = {
65566
65662
  croconaw: { tier: "NFE" },
65567
65663
  feraligatr: { tier: "UU" },
65568
65664
  sentret: { tier: "LC" },
65569
- furret: { tier: "NU" },
65665
+ furret: { tier: "PU" },
65570
65666
  hoothoot: { tier: "LC" },
65571
- noctowl: { tier: "NU" },
65667
+ noctowl: { tier: "PU" },
65572
65668
  ledyba: { tier: "LC" },
65573
- ledian: { tier: "NU" },
65669
+ ledian: { tier: "PU" },
65574
65670
  spinarak: { tier: "LC" },
65575
- ariados: { tier: "NU" },
65671
+ ariados: { tier: "PU" },
65576
65672
  chinchou: { tier: "LC" },
65577
65673
  lanturn: { tier: "UU" },
65578
65674
  togepi: { tier: "LC" },
65579
- togetic: { tier: "NU" },
65675
+ togetic: { tier: "PU" },
65580
65676
  natu: { tier: "LC" },
65581
65677
  xatu: { tier: "UU" },
65582
65678
  mareep: { tier: "LC" },
@@ -65589,38 +65685,38 @@ var _48 = {
65589
65685
  hoppip: { tier: "LC" },
65590
65686
  skiploom: { tier: "NFE" },
65591
65687
  jumpluff: { tier: "UUBL" },
65592
- aipom: { tier: "NU" },
65688
+ aipom: { tier: "PU" },
65593
65689
  sunkern: { tier: "LC" },
65594
- sunflora: { tier: "NU" },
65595
- yanma: { tier: "NU" },
65690
+ sunflora: { tier: "PU" },
65691
+ yanma: { tier: "PU" },
65596
65692
  wooper: { tier: "LC" },
65597
65693
  quagsire: { tier: "UU" },
65598
65694
  murkrow: { tier: "NU" },
65599
65695
  misdreavus: { tier: "UU" },
65600
- unown: { tier: "NU" },
65696
+ unown: { tier: "PU" },
65601
65697
  wynaut: { tier: "Uber" },
65602
65698
  wobbuffet: { tier: "Uber" },
65603
65699
  girafarig: { tier: "UU" },
65604
65700
  pineco: { tier: "LC" },
65605
65701
  forretress: { tier: "OU" },
65606
- dunsparce: { tier: "NU" },
65702
+ dunsparce: { tier: "PUBL" },
65607
65703
  gligar: { tier: "UU" },
65608
65704
  snubbull: { tier: "LC" },
65609
65705
  granbull: { tier: "UU" },
65610
65706
  qwilfish: { tier: "UU" },
65611
- shuckle: { tier: "NU" },
65707
+ shuckle: { tier: "PU" },
65612
65708
  heracross: { tier: "OU" },
65613
65709
  sneasel: { tier: "UU" },
65614
65710
  teddiursa: { tier: "LC" },
65615
65711
  ursaring: { tier: "UUBL" },
65616
65712
  slugma: { tier: "LC" },
65617
- magcargo: { tier: "NU" },
65713
+ magcargo: { tier: "PU" },
65618
65714
  swinub: { tier: "LC" },
65619
- piloswine: { tier: "NU" },
65620
- corsola: { tier: "NU" },
65715
+ piloswine: { tier: "PU" },
65716
+ corsola: { tier: "PU" },
65621
65717
  remoraid: { tier: "LC" },
65622
65718
  octillery: { tier: "NU" },
65623
- delibird: { tier: "NU" },
65719
+ delibird: { tier: "PU" },
65624
65720
  mantine: { tier: "UU" },
65625
65721
  skarmory: { tier: "OU" },
65626
65722
  houndour: { tier: "LC" },
@@ -65649,14 +65745,14 @@ var _48 = {
65649
65745
  marshtomp: { tier: "NFE" },
65650
65746
  swampert: { tier: "OU" },
65651
65747
  poochyena: { tier: "LC" },
65652
- mightyena: { tier: "NU" },
65748
+ mightyena: { tier: "PU" },
65653
65749
  zigzagoon: { tier: "LC" },
65654
65750
  linoone: { tier: "UU" },
65655
65751
  wurmple: { tier: "LC" },
65656
65752
  silcoon: { tier: "NFE" },
65657
- beautifly: { tier: "NU" },
65753
+ beautifly: { tier: "PU" },
65658
65754
  cascoon: { tier: "NFE" },
65659
- dustox: { tier: "NU" },
65755
+ dustox: { tier: "PU" },
65660
65756
  lotad: { tier: "LC" },
65661
65757
  lombre: { tier: "NFE" },
65662
65758
  ludicolo: { tier: "UUBL" },
@@ -65671,7 +65767,7 @@ var _48 = {
65671
65767
  kirlia: { tier: "NFE" },
65672
65768
  gardevoir: { tier: "UUBL" },
65673
65769
  surskit: { tier: "LC" },
65674
- masquerain: { tier: "NU" },
65770
+ masquerain: { tier: "PU" },
65675
65771
  shroomish: { tier: "LC" },
65676
65772
  breloom: { tier: "OU" },
65677
65773
  slakoth: { tier: "LC" },
@@ -65679,17 +65775,17 @@ var _48 = {
65679
65775
  slaking: { tier: "UUBL" },
65680
65776
  nincada: { tier: "LC" },
65681
65777
  ninjask: { tier: "UU" },
65682
- shedinja: { tier: "NU" },
65778
+ shedinja: { tier: "PU" },
65683
65779
  whismur: { tier: "LC" },
65684
65780
  loudred: { tier: "NFE" },
65685
65781
  exploud: { tier: "UU" },
65686
65782
  makuhita: { tier: "LC" },
65687
65783
  hariyama: { tier: "UUBL" },
65688
- nosepass: { tier: "NU" },
65784
+ nosepass: { tier: "PU" },
65689
65785
  skitty: { tier: "LC" },
65690
- delcatty: { tier: "NU" },
65786
+ delcatty: { tier: "PU" },
65691
65787
  sableye: { tier: "NU" },
65692
- mawile: { tier: "NU" },
65788
+ mawile: { tier: "PU" },
65693
65789
  aron: { tier: "LC" },
65694
65790
  lairon: { tier: "NFE" },
65695
65791
  aggron: { tier: "UU" },
@@ -65698,12 +65794,12 @@ var _48 = {
65698
65794
  electrike: { tier: "LC" },
65699
65795
  manectric: { tier: "UU" },
65700
65796
  plusle: { tier: "NU" },
65701
- minun: { tier: "NU" },
65702
- volbeat: { tier: "NU" },
65703
- illumise: { tier: "NU" },
65797
+ minun: { tier: "PU" },
65798
+ volbeat: { tier: "PU" },
65799
+ illumise: { tier: "PU" },
65704
65800
  roselia: { tier: "NU" },
65705
65801
  gulpin: { tier: "LC" },
65706
- swalot: { tier: "NU" },
65802
+ swalot: { tier: "PU" },
65707
65803
  carvanha: { tier: "LC" },
65708
65804
  sharpedo: { tier: "UU" },
65709
65805
  wailmer: { tier: "LC" },
@@ -65713,7 +65809,7 @@ var _48 = {
65713
65809
  torkoal: { tier: "NU" },
65714
65810
  spoink: { tier: "LC" },
65715
65811
  grumpig: { tier: "UU" },
65716
- spinda: { tier: "NU" },
65812
+ spinda: { tier: "PU" },
65717
65813
  trapinch: { tier: "LC" },
65718
65814
  vibrava: { tier: "NFE" },
65719
65815
  flygon: { tier: "OU" },
@@ -65722,7 +65818,7 @@ var _48 = {
65722
65818
  swablu: { tier: "LC" },
65723
65819
  altaria: { tier: "UU" },
65724
65820
  zangoose: { tier: "UUBL" },
65725
- seviper: { tier: "NU" },
65821
+ seviper: { tier: "PU" },
65726
65822
  lunatone: { tier: "UU" },
65727
65823
  solrock: { tier: "UU" },
65728
65824
  barboach: { tier: "LC" },
@@ -65737,16 +65833,16 @@ var _48 = {
65737
65833
  armaldo: { tier: "UUBL" },
65738
65834
  feebas: { tier: "LC" },
65739
65835
  milotic: { tier: "OU" },
65740
- castform: { tier: "NU" },
65741
- castformsunny: { tier: "NU" },
65742
- castformrainy: { tier: "NU" },
65743
- castformsnowy: { tier: "NU" },
65836
+ castform: { tier: "PU" },
65837
+ castformsunny: { tier: "PU" },
65838
+ castformrainy: { tier: "PU" },
65839
+ castformsnowy: { tier: "PU" },
65744
65840
  kecleon: { tier: "NU" },
65745
65841
  shuppet: { tier: "LC" },
65746
65842
  banette: { tier: "UU" },
65747
65843
  duskull: { tier: "LC" },
65748
65844
  dusclops: { tier: "UUBL" },
65749
- tropius: { tier: "NU" },
65845
+ tropius: { tier: "PU" },
65750
65846
  chimecho: { tier: "NU" },
65751
65847
  absol: { tier: "UU" },
65752
65848
  snorunt: { tier: "LC" },
@@ -65758,9 +65854,9 @@ var _48 = {
65758
65854
  huntail: { tier: "NU" },
65759
65855
  gorebyss: { tier: "UU" },
65760
65856
  relicanth: { tier: "NU" },
65761
- luvdisc: { tier: "NU" },
65857
+ luvdisc: { tier: "PU" },
65762
65858
  bagon: { tier: "LC" },
65763
- shelgon: { tier: "NU" },
65859
+ shelgon: { tier: "NFE" },
65764
65860
  salamence: { tier: "OU" },
65765
65861
  beldum: { tier: "LC" },
65766
65862
  metang: { tier: "NU" },
@@ -70258,7 +70354,7 @@ var _54 = {
70258
70354
  venusaurgmax: { isNonstandard: "Past", tier: "Illegal" },
70259
70355
  charmander: { tier: "LC" },
70260
70356
  charmeleon: { tier: "NFE" },
70261
- charizard: { tier: "OU", doublesTier: "DOU" },
70357
+ charizard: { tier: "UU", doublesTier: "DUU" },
70262
70358
  charizardmegax: { isNonstandard: "Past", tier: "Illegal" },
70263
70359
  charizardmegay: { isNonstandard: "Past", tier: "Illegal" },
70264
70360
  charizardgmax: { isNonstandard: "Past", tier: "Illegal" },
@@ -70307,7 +70403,7 @@ var _54 = {
70307
70403
  pikachustarter: { isNonstandard: "LGPE", tier: "Illegal" },
70308
70404
  pikachugmax: { isNonstandard: "Past", tier: "Illegal" },
70309
70405
  pikachuworld: { isNonstandard: "Past", tier: "Illegal" },
70310
- raichu: { tier: "UU", doublesTier: "DUU" },
70406
+ raichu: { tier: "RU", doublesTier: "(DUU)" },
70311
70407
  raichualola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70312
70408
  sandshrew: { isNonstandard: "Past", tier: "Illegal" },
70313
70409
  sandshrewalola: { isNonstandard: "Past", tier: "Illegal" },
@@ -70328,7 +70424,7 @@ var _54 = {
70328
70424
  ninetalesalola: { isNonstandard: "Past", tier: "Illegal" },
70329
70425
  igglybuff: { tier: "LC" },
70330
70426
  jigglypuff: { tier: "NFE" },
70331
- wigglytuff: { tier: "UU", doublesTier: "DUU" },
70427
+ wigglytuff: { tier: "RU", doublesTier: "(DUU)" },
70332
70428
  zubat: { isNonstandard: "Past", tier: "Illegal" },
70333
70429
  golbat: { isNonstandard: "Past", tier: "Illegal" },
70334
70430
  crobat: { isNonstandard: "Past", tier: "Illegal" },
@@ -70339,25 +70435,25 @@ var _54 = {
70339
70435
  paras: { isNonstandard: "Past", tier: "Illegal" },
70340
70436
  parasect: { isNonstandard: "Past", tier: "Illegal" },
70341
70437
  venonat: { tier: "LC" },
70342
- venomoth: { tier: "UU", doublesTier: "DUU" },
70438
+ venomoth: { tier: "RU", doublesTier: "(DUU)" },
70343
70439
  diglett: { tier: "LC" },
70344
70440
  diglettalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70345
- dugtrio: { tier: "UU", doublesTier: "DUU" },
70441
+ dugtrio: { tier: "RU", doublesTier: "(DUU)" },
70346
70442
  dugtrioalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70347
70443
  meowth: { tier: "LC" },
70348
70444
  meowthalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70349
70445
  meowthgalar: { tier: "LC" },
70350
70446
  meowthgmax: { isNonstandard: "Past", tier: "Illegal" },
70351
- persian: { tier: "UU", doublesTier: "DUU" },
70447
+ persian: { tier: "RU", doublesTier: "(DUU)" },
70352
70448
  persianalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70353
- perrserker: { tier: "UU", doublesTier: "DUU" },
70449
+ perrserker: { tier: "RU", doublesTier: "(DUU)" },
70354
70450
  psyduck: { tier: "LC" },
70355
- golduck: { tier: "UU", doublesTier: "DUU" },
70451
+ golduck: { tier: "RU", doublesTier: "(DUU)" },
70356
70452
  mankey: { tier: "LC" },
70357
70453
  primeape: { tier: "NFE" },
70358
70454
  growlithe: { tier: "LC" },
70359
70455
  growlithehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70360
- arcanine: { tier: "UU", doublesTier: "DOU" },
70456
+ arcanine: { tier: "RU", doublesTier: "DOU" },
70361
70457
  arcaninehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70362
70458
  poliwag: { isNonstandard: "Past", tier: "Illegal" },
70363
70459
  poliwhirl: { isNonstandard: "Past", tier: "Illegal" },
@@ -70388,14 +70484,14 @@ var _54 = {
70388
70484
  rapidashgalar: { isNonstandard: "Past", tier: "Illegal" },
70389
70485
  slowpoke: { tier: "LC" },
70390
70486
  slowpokegalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70391
- slowbro: { tier: "UU", doublesTier: "DUU" },
70487
+ slowbro: { tier: "RU", doublesTier: "(DUU)" },
70392
70488
  slowbromega: { isNonstandard: "Past", tier: "Illegal" },
70393
70489
  slowbrogalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70394
- slowking: { tier: "UU", doublesTier: "DUU" },
70490
+ slowking: { tier: "UU", doublesTier: "(DUU)" },
70395
70491
  slowkinggalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70396
70492
  magnemite: { tier: "LC" },
70397
70493
  magneton: { tier: "NFE" },
70398
- magnezone: { tier: "UU", doublesTier: "DUU" },
70494
+ magnezone: { tier: "RU", doublesTier: "(DUU)" },
70399
70495
  farfetchd: { isNonstandard: "Past", tier: "Illegal" },
70400
70496
  farfetchdgalar: { isNonstandard: "Past", tier: "Illegal" },
70401
70497
  sirfetchd: { isNonstandard: "Past", tier: "Illegal" },
@@ -70405,26 +70501,26 @@ var _54 = {
70405
70501
  dewgong: { isNonstandard: "Past", tier: "Illegal" },
70406
70502
  grimer: { tier: "LC" },
70407
70503
  grimeralola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70408
- muk: { tier: "UU", doublesTier: "DUU" },
70504
+ muk: { tier: "RU", doublesTier: "(DUU)" },
70409
70505
  mukalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70410
70506
  shellder: { tier: "LC" },
70411
- cloyster: { tier: "UU", doublesTier: "DUU" },
70507
+ cloyster: { tier: "RU", doublesTier: "(DUU)" },
70412
70508
  gastly: { tier: "LC" },
70413
70509
  haunter: { tier: "NFE" },
70414
- gengar: { tier: "UU", doublesTier: "DUU" },
70510
+ gengar: { tier: "UU", doublesTier: "(DUU)" },
70415
70511
  gengarmega: { isNonstandard: "Past", tier: "Illegal" },
70416
70512
  gengargmax: { isNonstandard: "Past", tier: "Illegal" },
70417
70513
  onix: { isNonstandard: "Past", tier: "Illegal" },
70418
70514
  steelix: { isNonstandard: "Past", tier: "Illegal" },
70419
70515
  steelixmega: { isNonstandard: "Past", tier: "Illegal" },
70420
70516
  drowzee: { tier: "LC" },
70421
- hypno: { tier: "UU", doublesTier: "DUU" },
70517
+ hypno: { tier: "RU", doublesTier: "(DUU)" },
70422
70518
  krabby: { isNonstandard: "Past", tier: "Illegal" },
70423
70519
  kingler: { isNonstandard: "Past", tier: "Illegal" },
70424
70520
  kinglergmax: { isNonstandard: "Past", tier: "Illegal" },
70425
70521
  voltorb: { tier: "LC" },
70426
70522
  voltorbhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70427
- electrode: { tier: "UU", doublesTier: "DUU" },
70523
+ electrode: { tier: "RU", doublesTier: "(DUU)" },
70428
70524
  electrodehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70429
70525
  exeggcute: { isNonstandard: "Past", tier: "Illegal" },
70430
70526
  exeggutor: { isNonstandard: "Past", tier: "Illegal" },
@@ -70447,7 +70543,7 @@ var _54 = {
70447
70543
  rhyperior: { isNonstandard: "Past", tier: "Illegal" },
70448
70544
  happiny: { tier: "LC" },
70449
70545
  chansey: { tier: "NFE" },
70450
- blissey: { tier: "UU", doublesTier: "DUU" },
70546
+ blissey: { tier: "RU", doublesTier: "(DUU)" },
70451
70547
  tangela: { isNonstandard: "Past", tier: "Illegal" },
70452
70548
  tangrowth: { isNonstandard: "Past", tier: "Illegal" },
70453
70549
  kangaskhan: { isNonstandard: "Past", tier: "Illegal" },
@@ -70478,26 +70574,26 @@ var _54 = {
70478
70574
  pinsir: { isNonstandard: "Past", tier: "Illegal" },
70479
70575
  pinsirmega: { isNonstandard: "Past", tier: "Illegal" },
70480
70576
  tauros: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70481
- taurospaldea: { tier: "UU", doublesTier: "DUU" },
70482
- taurospaldeafire: { tier: "UU", doublesTier: "DUU" },
70483
- taurospaldeawater: { tier: "UU", doublesTier: "DUU" },
70577
+ taurospaldea: { tier: "RU", doublesTier: "(DUU)" },
70578
+ taurospaldeafire: { tier: "RU", doublesTier: "(DUU)" },
70579
+ taurospaldeawater: { tier: "UU", doublesTier: "(DUU)" },
70484
70580
  magikarp: { tier: "LC" },
70485
- gyarados: { tier: "UU", doublesTier: "DOU" },
70581
+ gyarados: { tier: "UU", doublesTier: "DUU" },
70486
70582
  gyaradosmega: { isNonstandard: "Past", tier: "Illegal" },
70487
70583
  lapras: { isNonstandard: "Past", tier: "Illegal" },
70488
70584
  laprasgmax: { isNonstandard: "Past", tier: "Illegal" },
70489
- ditto: { tier: "OU", doublesTier: "DUU" },
70585
+ ditto: { tier: "UU", doublesTier: "DOU" },
70490
70586
  eevee: { tier: "LC" },
70491
70587
  eeveestarter: { isNonstandard: "LGPE", tier: "Illegal" },
70492
70588
  eeveegmax: { isNonstandard: "Past", tier: "Illegal" },
70493
- vaporeon: { tier: "UU", doublesTier: "DUU" },
70494
- jolteon: { tier: "UU", doublesTier: "DUU" },
70495
- flareon: { tier: "UU", doublesTier: "DUU" },
70496
- espeon: { tier: "UU", doublesTier: "DUU" },
70497
- umbreon: { tier: "UU", doublesTier: "DUU" },
70498
- leafeon: { tier: "UU", doublesTier: "DUU" },
70499
- glaceon: { tier: "UU", doublesTier: "DUU" },
70500
- sylveon: { tier: "UU", doublesTier: "DUU" },
70589
+ vaporeon: { tier: "RU", doublesTier: "DUU" },
70590
+ jolteon: { tier: "RU", doublesTier: "(DUU)" },
70591
+ flareon: { tier: "RU", doublesTier: "(DUU)" },
70592
+ espeon: { tier: "RU", doublesTier: "(DUU)" },
70593
+ umbreon: { tier: "RU", doublesTier: "(DUU)" },
70594
+ leafeon: { tier: "RU", doublesTier: "(DUU)" },
70595
+ glaceon: { tier: "RU", doublesTier: "(DUU)" },
70596
+ sylveon: { tier: "RU", doublesTier: "DOU" },
70501
70597
  porygon: { isNonstandard: "Past", tier: "Illegal" },
70502
70598
  porygon2: { isNonstandard: "Past", tier: "Illegal" },
70503
70599
  porygonz: { isNonstandard: "Past", tier: "Illegal" },
@@ -70518,7 +70614,7 @@ var _54 = {
70518
70614
  moltresgalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70519
70615
  dratini: { tier: "LC" },
70520
70616
  dragonair: { tier: "NFE" },
70521
- dragonite: { tier: "OU", doublesTier: "DUU" },
70617
+ dragonite: { tier: "OU", doublesTier: "DOU" },
70522
70618
  mewtwo: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70523
70619
  mewtwomegax: { isNonstandard: "Past", tier: "Illegal" },
70524
70620
  mewtwomegay: { isNonstandard: "Past", tier: "Illegal" },
@@ -70550,54 +70646,54 @@ var _54 = {
70550
70646
  xatu: { isNonstandard: "Past", tier: "Illegal" },
70551
70647
  mareep: { tier: "LC" },
70552
70648
  flaaffy: { tier: "NFE" },
70553
- ampharos: { tier: "UU", doublesTier: "DUU" },
70649
+ ampharos: { tier: "RU", doublesTier: "DUU" },
70554
70650
  ampharosmega: { isNonstandard: "Past", tier: "Illegal" },
70555
70651
  azurill: { tier: "LC" },
70556
70652
  marill: { tier: "NFE" },
70557
- azumarill: { tier: "UU", doublesTier: "DUU" },
70653
+ azumarill: { tier: "OU", doublesTier: "DUU" },
70558
70654
  bonsly: { tier: "LC" },
70559
- sudowoodo: { tier: "UU", doublesTier: "DUU" },
70655
+ sudowoodo: { tier: "RU", doublesTier: "(DUU)" },
70560
70656
  hoppip: { tier: "LC" },
70561
70657
  skiploom: { tier: "NFE" },
70562
- jumpluff: { tier: "UU", doublesTier: "DUU" },
70658
+ jumpluff: { tier: "RU", doublesTier: "(DUU)" },
70563
70659
  aipom: { isNonstandard: "Past", tier: "Illegal" },
70564
70660
  ambipom: { isNonstandard: "Past", tier: "Illegal" },
70565
70661
  sunkern: { tier: "LC" },
70566
- sunflora: { tier: "UU", doublesTier: "DUU" },
70662
+ sunflora: { tier: "RU", doublesTier: "(DUU)" },
70567
70663
  yanma: { isNonstandard: "Past", tier: "Illegal" },
70568
70664
  yanmega: { isNonstandard: "Past", tier: "Illegal" },
70569
70665
  wooper: { tier: "LC" },
70570
70666
  wooperpaldea: { tier: "LC" },
70571
- quagsire: { tier: "UU", doublesTier: "DUU" },
70667
+ quagsire: { tier: "UU", doublesTier: "(DUU)" },
70572
70668
  murkrow: { tier: "NFE", doublesTier: "DOU" },
70573
- honchkrow: { tier: "UU", doublesTier: "DUU" },
70669
+ honchkrow: { tier: "RU", doublesTier: "(DUU)" },
70574
70670
  misdreavus: { tier: "NFE" },
70575
- mismagius: { tier: "UU", doublesTier: "DUU" },
70671
+ mismagius: { tier: "RU", doublesTier: "(DUU)" },
70576
70672
  unown: { isNonstandard: "Past", tier: "Illegal" },
70577
70673
  wynaut: { isNonstandard: "Past", tier: "Illegal" },
70578
70674
  wobbuffet: { isNonstandard: "Past", tier: "Illegal" },
70579
70675
  girafarig: { tier: "LC" },
70580
- farigiraf: { tier: "UU", doublesTier: "DOU" },
70676
+ farigiraf: { tier: "RU", doublesTier: "DOU" },
70581
70677
  pineco: { tier: "LC" },
70582
- forretress: { tier: "UU", doublesTier: "DUU" },
70678
+ forretress: { tier: "UU", doublesTier: "(DUU)" },
70583
70679
  dunsparce: { tier: "NFE" },
70584
- dudunsparce: { tier: "UU", doublesTier: "DUU" },
70680
+ dudunsparce: { tier: "RU", doublesTier: "DUU" },
70585
70681
  gligar: { isNonstandard: "Past", tier: "Illegal" },
70586
70682
  gliscor: { isNonstandard: "Past", tier: "Illegal" },
70587
70683
  snubbull: { isNonstandard: "Past", tier: "Illegal" },
70588
70684
  granbull: { isNonstandard: "Past", tier: "Illegal" },
70589
- qwilfish: { tier: "UU", doublesTier: "DUU" },
70685
+ qwilfish: { tier: "RU", doublesTier: "(DUU)" },
70590
70686
  qwilfishhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70591
70687
  overqwil: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70592
70688
  shuckle: { isNonstandard: "Past", tier: "Illegal" },
70593
- heracross: { tier: "UU", doublesTier: "DUU" },
70689
+ heracross: { tier: "RU", doublesTier: "(DUU)" },
70594
70690
  heracrossmega: { isNonstandard: "Past", tier: "Illegal" },
70595
70691
  sneasel: { tier: "NFE" },
70596
70692
  sneaselhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70597
- weavile: { tier: "UU", doublesTier: "DUU" },
70693
+ weavile: { tier: "RU", doublesTier: "(DUU)" },
70598
70694
  sneasler: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70599
70695
  teddiursa: { tier: "LC" },
70600
- ursaring: { tier: "UU", doublesTier: "DUU" },
70696
+ ursaring: { tier: "RU", doublesTier: "(DUU)" },
70601
70697
  ursaluna: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70602
70698
  slugma: { isNonstandard: "Past", tier: "Illegal" },
70603
70699
  magcargo: { isNonstandard: "Past", tier: "Illegal" },
@@ -70609,16 +70705,16 @@ var _54 = {
70609
70705
  cursola: { isNonstandard: "Past", tier: "Illegal" },
70610
70706
  remoraid: { isNonstandard: "Past", tier: "Illegal" },
70611
70707
  octillery: { isNonstandard: "Past", tier: "Illegal" },
70612
- delibird: { tier: "UU", doublesTier: "DUU" },
70708
+ delibird: { tier: "RU", doublesTier: "(DUU)" },
70613
70709
  mantyke: { isNonstandard: "Past", tier: "Illegal" },
70614
70710
  mantine: { isNonstandard: "Past", tier: "Illegal" },
70615
70711
  skarmory: { isNonstandard: "Past", tier: "Illegal" },
70616
70712
  houndour: { tier: "LC" },
70617
- houndoom: { tier: "UU", doublesTier: "DUU" },
70713
+ houndoom: { tier: "RU", doublesTier: "(DUU)" },
70618
70714
  houndoommega: { isNonstandard: "Past", tier: "Illegal" },
70619
70715
  phanpy: { tier: "LC" },
70620
- donphan: { tier: "UU", doublesTier: "DUU" },
70621
- stantler: { tier: "UU", doublesTier: "DUU" },
70716
+ donphan: { tier: "UU", doublesTier: "(DUU)" },
70717
+ stantler: { tier: "RU", doublesTier: "(DUU)" },
70622
70718
  wyrdeer: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70623
70719
  smeargle: { isNonstandard: "Past", tier: "Illegal" },
70624
70720
  miltank: { isNonstandard: "Past", tier: "Illegal" },
@@ -70627,7 +70723,7 @@ var _54 = {
70627
70723
  suicune: { isNonstandard: "Past", tier: "Illegal" },
70628
70724
  larvitar: { tier: "LC" },
70629
70725
  pupitar: { tier: "NFE" },
70630
- tyranitar: { tier: "OU", doublesTier: "DOU" },
70726
+ tyranitar: { tier: "UU", doublesTier: "DOU" },
70631
70727
  tyranitarmega: { isNonstandard: "Past", tier: "Illegal" },
70632
70728
  lugia: { isNonstandard: "Past", tier: "Illegal" },
70633
70729
  hooh: { isNonstandard: "Past", tier: "Illegal" },
@@ -70665,20 +70761,20 @@ var _54 = {
70665
70761
  taillow: { isNonstandard: "Past", tier: "Illegal" },
70666
70762
  swellow: { isNonstandard: "Past", tier: "Illegal" },
70667
70763
  wingull: { tier: "LC" },
70668
- pelipper: { tier: "UU", doublesTier: "DUU" },
70764
+ pelipper: { tier: "UU", doublesTier: "DOU" },
70669
70765
  ralts: { tier: "LC" },
70670
70766
  kirlia: { tier: "NFE" },
70671
- gardevoir: { tier: "UU", doublesTier: "DUU" },
70767
+ gardevoir: { tier: "RU", doublesTier: "DUU" },
70672
70768
  gardevoirmega: { isNonstandard: "Past", tier: "Illegal" },
70673
70769
  gallade: { tier: "UU", doublesTier: "DUU" },
70674
70770
  gallademega: { isNonstandard: "Past", tier: "Illegal" },
70675
70771
  surskit: { tier: "LC" },
70676
- masquerain: { tier: "UU", doublesTier: "DUU" },
70772
+ masquerain: { tier: "RU", doublesTier: "(DUU)" },
70677
70773
  shroomish: { tier: "LC" },
70678
- breloom: { tier: "OU", doublesTier: "DUU" },
70774
+ breloom: { tier: "OU", doublesTier: "(DUU)" },
70679
70775
  slakoth: { tier: "LC" },
70680
70776
  vigoroth: { tier: "NFE" },
70681
- slaking: { tier: "UU", doublesTier: "DUU" },
70777
+ slaking: { tier: "RU", doublesTier: "DUU" },
70682
70778
  nincada: { isNonstandard: "Past", tier: "Illegal" },
70683
70779
  ninjask: { isNonstandard: "Past", tier: "Illegal" },
70684
70780
  shedinja: { isNonstandard: "Past", tier: "Illegal" },
@@ -70686,12 +70782,12 @@ var _54 = {
70686
70782
  loudred: { isNonstandard: "Past", tier: "Illegal" },
70687
70783
  exploud: { isNonstandard: "Past", tier: "Illegal" },
70688
70784
  makuhita: { tier: "LC" },
70689
- hariyama: { tier: "UU", doublesTier: "DUU" },
70785
+ hariyama: { tier: "RU", doublesTier: "DUU" },
70690
70786
  nosepass: { isNonstandard: "Past", tier: "Illegal" },
70691
70787
  probopass: { isNonstandard: "Past", tier: "Illegal" },
70692
70788
  skitty: { isNonstandard: "Past", tier: "Illegal" },
70693
70789
  delcatty: { isNonstandard: "Past", tier: "Illegal" },
70694
- sableye: { tier: "UU", doublesTier: "DUU" },
70790
+ sableye: { tier: "RU", doublesTier: "DOU" },
70695
70791
  sableyemega: { isNonstandard: "Past", tier: "Illegal" },
70696
70792
  mawile: { isNonstandard: "Past", tier: "Illegal" },
70697
70793
  mawilemega: { isNonstandard: "Past", tier: "Illegal" },
@@ -70700,7 +70796,7 @@ var _54 = {
70700
70796
  aggron: { isNonstandard: "Past", tier: "Illegal" },
70701
70797
  aggronmega: { isNonstandard: "Past", tier: "Illegal" },
70702
70798
  meditite: { tier: "NFE" },
70703
- medicham: { tier: "UU", doublesTier: "DUU" },
70799
+ medicham: { tier: "RU", doublesTier: "(DUU)" },
70704
70800
  medichammega: { isNonstandard: "Past", tier: "Illegal" },
70705
70801
  electrike: { isNonstandard: "Past", tier: "Illegal" },
70706
70802
  manectric: { isNonstandard: "Past", tier: "Illegal" },
@@ -70713,33 +70809,33 @@ var _54 = {
70713
70809
  roselia: { isNonstandard: "Past", tier: "Illegal" },
70714
70810
  roserade: { isNonstandard: "Past", tier: "Illegal" },
70715
70811
  gulpin: { tier: "LC" },
70716
- swalot: { tier: "UU", doublesTier: "DUU" },
70812
+ swalot: { tier: "RU", doublesTier: "(DUU)" },
70717
70813
  carvanha: { isNonstandard: "Past", tier: "Illegal" },
70718
70814
  sharpedo: { isNonstandard: "Past", tier: "Illegal" },
70719
70815
  sharpedomega: { isNonstandard: "Past", tier: "Illegal" },
70720
70816
  wailmer: { isNonstandard: "Past", tier: "Illegal" },
70721
70817
  wailord: { isNonstandard: "Past", tier: "Illegal" },
70722
70818
  numel: { tier: "LC" },
70723
- camerupt: { tier: "UU", doublesTier: "DUU" },
70819
+ camerupt: { tier: "RU", doublesTier: "(DUU)" },
70724
70820
  cameruptmega: { isNonstandard: "Past", tier: "Illegal" },
70725
70821
  torkoal: { tier: "OU", doublesTier: "DOU" },
70726
70822
  spoink: { tier: "LC" },
70727
- grumpig: { tier: "UU", doublesTier: "DUU" },
70823
+ grumpig: { tier: "RU", doublesTier: "(DUU)" },
70728
70824
  spinda: { isNonstandard: "Past", tier: "Illegal" },
70729
70825
  trapinch: { isNonstandard: "Past", tier: "Illegal" },
70730
70826
  vibrava: { isNonstandard: "Past", tier: "Illegal" },
70731
70827
  flygon: { isNonstandard: "Past", tier: "Illegal" },
70732
70828
  cacnea: { tier: "LC" },
70733
- cacturne: { tier: "UU", doublesTier: "DUU" },
70829
+ cacturne: { tier: "RU", doublesTier: "(DUU)" },
70734
70830
  swablu: { tier: "LC" },
70735
- altaria: { tier: "UU", doublesTier: "DUU" },
70831
+ altaria: { tier: "RU", doublesTier: "(DUU)" },
70736
70832
  altariamega: { isNonstandard: "Past", tier: "Illegal" },
70737
- zangoose: { tier: "UU", doublesTier: "DUU" },
70738
- seviper: { tier: "UU", doublesTier: "DUU" },
70833
+ zangoose: { tier: "RU", doublesTier: "(DUU)" },
70834
+ seviper: { tier: "RU", doublesTier: "(DUU)" },
70739
70835
  lunatone: { isNonstandard: "Past", tier: "Illegal" },
70740
70836
  solrock: { isNonstandard: "Past", tier: "Illegal" },
70741
70837
  barboach: { tier: "LC" },
70742
- whiscash: { tier: "UU", doublesTier: "DUU" },
70838
+ whiscash: { tier: "RU", doublesTier: "(DUU)" },
70743
70839
  corphish: { isNonstandard: "Past", tier: "Illegal" },
70744
70840
  crawdaunt: { isNonstandard: "Past", tier: "Illegal" },
70745
70841
  baltoy: { isNonstandard: "Past", tier: "Illegal" },
@@ -70756,20 +70852,20 @@ var _54 = {
70756
70852
  castformsnowy: { isNonstandard: "Past" },
70757
70853
  kecleon: { isNonstandard: "Past", tier: "Illegal" },
70758
70854
  shuppet: { tier: "LC" },
70759
- banette: { tier: "UU", doublesTier: "DUU" },
70855
+ banette: { tier: "RU", doublesTier: "(DUU)" },
70760
70856
  banettemega: { isNonstandard: "Past", tier: "Illegal" },
70761
70857
  duskull: { isNonstandard: "Past", tier: "Illegal" },
70762
70858
  dusclops: { isNonstandard: "Past", tier: "Illegal" },
70763
70859
  dusknoir: { isNonstandard: "Past", tier: "Illegal" },
70764
- tropius: { tier: "UU", doublesTier: "DUU" },
70860
+ tropius: { tier: "RU", doublesTier: "(DUU)" },
70765
70861
  chingling: { isNonstandard: "Past", tier: "Illegal" },
70766
70862
  chimecho: { isNonstandard: "Past", tier: "Illegal" },
70767
70863
  absol: { isNonstandard: "Past", tier: "Illegal" },
70768
70864
  absolmega: { isNonstandard: "Past", tier: "Illegal" },
70769
70865
  snorunt: { tier: "LC" },
70770
- glalie: { tier: "UU", doublesTier: "DUU" },
70866
+ glalie: { tier: "RU", doublesTier: "(DUU)" },
70771
70867
  glaliemega: { isNonstandard: "Past", tier: "Illegal" },
70772
- froslass: { tier: "UU", doublesTier: "DUU" },
70868
+ froslass: { tier: "RU", doublesTier: "(DUU)" },
70773
70869
  spheal: { isNonstandard: "Past", tier: "Illegal" },
70774
70870
  sealeo: { isNonstandard: "Past", tier: "Illegal" },
70775
70871
  walrein: { isNonstandard: "Past", tier: "Illegal" },
@@ -70777,7 +70873,7 @@ var _54 = {
70777
70873
  huntail: { isNonstandard: "Past", tier: "Illegal" },
70778
70874
  gorebyss: { isNonstandard: "Past", tier: "Illegal" },
70779
70875
  relicanth: { isNonstandard: "Past", tier: "Illegal" },
70780
- luvdisc: { tier: "UU", doublesTier: "DUU" },
70876
+ luvdisc: { tier: "RU", doublesTier: "(DUU)" },
70781
70877
  bagon: { tier: "LC" },
70782
70878
  shelgon: { tier: "NFE" },
70783
70879
  salamence: { tier: "UU", doublesTier: "DUU" },
@@ -70815,14 +70911,14 @@ var _54 = {
70815
70911
  empoleon: { isNonstandard: "Past", tier: "Illegal" },
70816
70912
  starly: { tier: "LC" },
70817
70913
  staravia: { tier: "NFE" },
70818
- staraptor: { tier: "UU", doublesTier: "DUU" },
70914
+ staraptor: { tier: "UU", doublesTier: "(DUU)" },
70819
70915
  bidoof: { isNonstandard: "Past", tier: "Illegal" },
70820
70916
  bibarel: { isNonstandard: "Past", tier: "Illegal" },
70821
70917
  kricketot: { tier: "LC" },
70822
- kricketune: { tier: "UU", doublesTier: "DUU" },
70918
+ kricketune: { tier: "RU", doublesTier: "(DUU)" },
70823
70919
  shinx: { tier: "LC" },
70824
70920
  luxio: { tier: "NFE" },
70825
- luxray: { tier: "UU", doublesTier: "DUU" },
70921
+ luxray: { tier: "RU", doublesTier: "(DUU)" },
70826
70922
  cranidos: { isNonstandard: "Past", tier: "Illegal" },
70827
70923
  rampardos: { isNonstandard: "Past", tier: "Illegal" },
70828
70924
  shieldon: { isNonstandard: "Past", tier: "Illegal" },
@@ -70833,53 +70929,53 @@ var _54 = {
70833
70929
  wormadamtrash: { isNonstandard: "Past", tier: "Illegal" },
70834
70930
  mothim: { isNonstandard: "Past", tier: "Illegal" },
70835
70931
  combee: { tier: "LC" },
70836
- vespiquen: { tier: "UU", doublesTier: "DUU" },
70837
- pachirisu: { tier: "UU", doublesTier: "DUU" },
70932
+ vespiquen: { tier: "RU", doublesTier: "(DUU)" },
70933
+ pachirisu: { tier: "RU", doublesTier: "DUU" },
70838
70934
  buizel: { tier: "LC" },
70839
- floatzel: { tier: "UU", doublesTier: "DUU" },
70935
+ floatzel: { tier: "UU", doublesTier: "(DUU)" },
70840
70936
  cherubi: { isNonstandard: "Past", tier: "Illegal" },
70841
70937
  cherrim: { isNonstandard: "Past", tier: "Illegal" },
70842
70938
  cherrimsunshine: { isNonstandard: "Past" },
70843
70939
  shellos: { tier: "LC" },
70844
- gastrodon: { tier: "UU", doublesTier: "DUU" },
70940
+ gastrodon: { tier: "UU", doublesTier: "(DUU)" },
70845
70941
  drifloon: { tier: "LC" },
70846
- drifblim: { tier: "UU", doublesTier: "DUU" },
70942
+ drifblim: { tier: "RU", doublesTier: "(DUU)" },
70847
70943
  buneary: { isNonstandard: "Past", tier: "Illegal" },
70848
70944
  lopunny: { isNonstandard: "Past", tier: "Illegal" },
70849
70945
  lopunnymega: { isNonstandard: "Past", tier: "Illegal" },
70850
70946
  glameow: { isNonstandard: "Past", tier: "Illegal" },
70851
70947
  purugly: { isNonstandard: "Past", tier: "Illegal" },
70852
70948
  stunky: { tier: "LC" },
70853
- skuntank: { tier: "UU", doublesTier: "DUU" },
70949
+ skuntank: { tier: "RU", doublesTier: "(DUU)" },
70854
70950
  bronzor: { tier: "LC" },
70855
- bronzong: { tier: "UU", doublesTier: "DOU" },
70951
+ bronzong: { tier: "RU", doublesTier: "DUU" },
70856
70952
  chatot: { isNonstandard: "Past", tier: "Illegal" },
70857
- spiritomb: { tier: "UU", doublesTier: "DUU" },
70953
+ spiritomb: { tier: "RU", doublesTier: "(DUU)" },
70858
70954
  gible: { tier: "LC" },
70859
70955
  gabite: { tier: "NFE" },
70860
70956
  garchomp: { tier: "OU", doublesTier: "DOU" },
70861
70957
  garchompmega: { isNonstandard: "Past", tier: "Illegal" },
70862
70958
  riolu: { tier: "LC" },
70863
- lucario: { tier: "UU", doublesTier: "DUU" },
70959
+ lucario: { tier: "UU", doublesTier: "(DUU)" },
70864
70960
  lucariomega: { isNonstandard: "Past", tier: "Illegal" },
70865
70961
  hippopotas: { tier: "LC" },
70866
70962
  hippowdon: { tier: "UU", doublesTier: "DUU" },
70867
70963
  skorupi: { isNonstandard: "Past", tier: "Illegal" },
70868
70964
  drapion: { isNonstandard: "Past", tier: "Illegal" },
70869
70965
  croagunk: { tier: "LC" },
70870
- toxicroak: { tier: "UU", doublesTier: "DUU" },
70966
+ toxicroak: { tier: "RU", doublesTier: "DUU" },
70871
70967
  carnivine: { isNonstandard: "Past", tier: "Illegal" },
70872
70968
  finneon: { tier: "LC" },
70873
- lumineon: { tier: "UU", doublesTier: "DUU" },
70969
+ lumineon: { tier: "RU", doublesTier: "(DUU)" },
70874
70970
  snover: { tier: "LC" },
70875
- abomasnow: { tier: "UU", doublesTier: "DOU" },
70971
+ abomasnow: { tier: "RU", doublesTier: "DOU" },
70876
70972
  abomasnowmega: { isNonstandard: "Past", tier: "Illegal" },
70877
- rotom: { tier: "UU", doublesTier: "DUU" },
70878
- rotomheat: { tier: "UU", doublesTier: "DUU" },
70879
- rotomwash: { tier: "UU", doublesTier: "DOU" },
70880
- rotomfrost: { tier: "UU", doublesTier: "DUU" },
70881
- rotomfan: { tier: "UU", doublesTier: "DUU" },
70882
- rotommow: { tier: "UU", doublesTier: "DUU" },
70973
+ rotom: { tier: "RU", doublesTier: "(DUU)" },
70974
+ rotomheat: { tier: "RU", doublesTier: "(DUU)" },
70975
+ rotomwash: { tier: "OU", doublesTier: "DOU" },
70976
+ rotomfrost: { tier: "RU", doublesTier: "(DUU)" },
70977
+ rotomfan: { tier: "RU", doublesTier: "(DUU)" },
70978
+ rotommow: { tier: "RU", doublesTier: "(DUU)" },
70883
70979
  uxie: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70884
70980
  mesprit: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70885
70981
  azelf: { isNonstandard: "Unobtainable", tier: "Unreleased" },
@@ -70972,10 +71068,10 @@ var _54 = {
70972
71068
  cottonee: { isNonstandard: "Past", tier: "Illegal" },
70973
71069
  whimsicott: { isNonstandard: "Past", tier: "Illegal" },
70974
71070
  petilil: { tier: "LC" },
70975
- lilligant: { tier: "UU", doublesTier: "DOU" },
71071
+ lilligant: { tier: "RU", doublesTier: "DUU" },
70976
71072
  lilliganthisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70977
- basculin: { tier: "UU", doublesTier: "DUU" },
70978
- basculinbluestriped: { tier: "UU", doublesTier: "DUU" },
71073
+ basculin: { tier: "RU", doublesTier: "(DUU)" },
71074
+ basculinbluestriped: { tier: "RU", doublesTier: "(DUU)" },
70979
71075
  basculinwhitestriped: {
70980
71076
  isNonstandard: "Unobtainable",
70981
71077
  tier: "Unreleased"
@@ -70984,7 +71080,7 @@ var _54 = {
70984
71080
  basculegionf: { isNonstandard: "Unobtainable", tier: "Unreleased" },
70985
71081
  sandile: { tier: "LC" },
70986
71082
  krokorok: { tier: "NFE" },
70987
- krookodile: { tier: "UU", doublesTier: "DUU" },
71083
+ krookodile: { tier: "RU", doublesTier: "DUU" },
70988
71084
  darumaka: { isNonstandard: "Past", tier: "Illegal" },
70989
71085
  darumakagalar: { isNonstandard: "Past", tier: "Illegal" },
70990
71086
  darmanitan: { isNonstandard: "Past", tier: "Illegal" },
@@ -71010,13 +71106,13 @@ var _54 = {
71010
71106
  garbodorgmax: { isNonstandard: "Past", tier: "Illegal" },
71011
71107
  zorua: { tier: "LC" },
71012
71108
  zoruahisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71013
- zoroark: { tier: "UU", doublesTier: "DUU" },
71109
+ zoroark: { tier: "RU", doublesTier: "(DUU)" },
71014
71110
  zoroarkhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71015
71111
  minccino: { isNonstandard: "Past", tier: "Illegal" },
71016
71112
  cinccino: { isNonstandard: "Past", tier: "Illegal" },
71017
71113
  gothita: { tier: "LC" },
71018
71114
  gothorita: { tier: "NFE" },
71019
- gothitelle: { tier: "UU", doublesTier: "DUU" },
71115
+ gothitelle: { tier: "RU", doublesTier: "(DUU)" },
71020
71116
  solosis: { isNonstandard: "Past", tier: "Illegal" },
71021
71117
  duosion: { isNonstandard: "Past", tier: "Illegal" },
71022
71118
  reuniclus: { isNonstandard: "Past", tier: "Illegal" },
@@ -71026,7 +71122,7 @@ var _54 = {
71026
71122
  vanillish: { isNonstandard: "Past", tier: "Illegal" },
71027
71123
  vanilluxe: { isNonstandard: "Past", tier: "Illegal" },
71028
71124
  deerling: { tier: "LC" },
71029
- sawsbuck: { tier: "UU", doublesTier: "DUU" },
71125
+ sawsbuck: { tier: "RU", doublesTier: "(DUU)" },
71030
71126
  emolga: { isNonstandard: "Past", tier: "Illegal" },
71031
71127
  karrablast: { isNonstandard: "Past", tier: "Illegal" },
71032
71128
  escavalier: { isNonstandard: "Past", tier: "Illegal" },
@@ -71034,7 +71130,7 @@ var _54 = {
71034
71130
  amoonguss: { tier: "OU", doublesTier: "DOU" },
71035
71131
  frillish: { isNonstandard: "Past", tier: "Illegal" },
71036
71132
  jellicent: { isNonstandard: "Past", tier: "Illegal" },
71037
- alomomola: { tier: "UU", doublesTier: "DUU" },
71133
+ alomomola: { tier: "UU", doublesTier: "(DUU)" },
71038
71134
  joltik: { isNonstandard: "Past", tier: "Illegal" },
71039
71135
  galvantula: { isNonstandard: "Past", tier: "Illegal" },
71040
71136
  ferroseed: { isNonstandard: "Past", tier: "Illegal" },
@@ -71044,7 +71140,7 @@ var _54 = {
71044
71140
  klinklang: { isNonstandard: "Past", tier: "Illegal" },
71045
71141
  tynamo: { tier: "LC" },
71046
71142
  eelektrik: { tier: "NFE" },
71047
- eelektross: { tier: "UU", doublesTier: "DUU" },
71143
+ eelektross: { tier: "RU", doublesTier: "(DUU)" },
71048
71144
  elgyem: { isNonstandard: "Past", tier: "Illegal" },
71049
71145
  beheeyem: { isNonstandard: "Past", tier: "Illegal" },
71050
71146
  litwick: { isNonstandard: "Past", tier: "Illegal" },
@@ -71052,10 +71148,10 @@ var _54 = {
71052
71148
  chandelure: { isNonstandard: "Past", tier: "Illegal" },
71053
71149
  axew: { tier: "LC" },
71054
71150
  fraxure: { tier: "NFE" },
71055
- haxorus: { tier: "UU", doublesTier: "DUU" },
71151
+ haxorus: { tier: "RU", doublesTier: "(DUU)" },
71056
71152
  cubchoo: { tier: "LC" },
71057
- beartic: { tier: "UU", doublesTier: "DUU" },
71058
- cryogonal: { tier: "UU", doublesTier: "DUU" },
71153
+ beartic: { tier: "RU", doublesTier: "(DUU)" },
71154
+ cryogonal: { tier: "RU", doublesTier: "(DUU)" },
71059
71155
  shelmet: { isNonstandard: "Past", tier: "Illegal" },
71060
71156
  accelgor: { isNonstandard: "Past", tier: "Illegal" },
71061
71157
  stunfisk: { isNonstandard: "Past", tier: "Illegal" },
@@ -71066,10 +71162,10 @@ var _54 = {
71066
71162
  golett: { isNonstandard: "Past", tier: "Illegal" },
71067
71163
  golurk: { isNonstandard: "Past", tier: "Illegal" },
71068
71164
  pawniard: { tier: "LC" },
71069
- bisharp: { tier: "NFE" },
71165
+ bisharp: { tier: "UU", doublesTier: "NFE" },
71070
71166
  bouffalant: { isNonstandard: "Past", tier: "Illegal" },
71071
71167
  rufflet: { tier: "NFE" },
71072
- braviary: { tier: "UU", doublesTier: "DUU" },
71168
+ braviary: { tier: "RU", doublesTier: "(DUU)" },
71073
71169
  braviaryhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71074
71170
  vullaby: { isNonstandard: "Past", tier: "Illegal" },
71075
71171
  mandibuzz: { isNonstandard: "Past", tier: "Illegal" },
@@ -71077,9 +71173,9 @@ var _54 = {
71077
71173
  durant: { isNonstandard: "Past", tier: "Illegal" },
71078
71174
  deino: { tier: "LC" },
71079
71175
  zweilous: { tier: "NFE" },
71080
- hydreigon: { tier: "UU", doublesTier: "DUU" },
71176
+ hydreigon: { tier: "UU", doublesTier: "DOU" },
71081
71177
  larvesta: { tier: "LC" },
71082
- volcarona: { tier: "OU", doublesTier: "DUU" },
71178
+ volcarona: { tier: "OU", doublesTier: "DOU" },
71083
71179
  cobalion: { isNonstandard: "Past", tier: "Illegal" },
71084
71180
  terrakion: { isNonstandard: "Past", tier: "Illegal" },
71085
71181
  virizion: { isNonstandard: "Past", tier: "Illegal" },
@@ -71117,20 +71213,20 @@ var _54 = {
71117
71213
  diggersby: { isNonstandard: "Past", tier: "Illegal" },
71118
71214
  fletchling: { tier: "LC" },
71119
71215
  fletchinder: { tier: "NFE" },
71120
- talonflame: { tier: "UU", doublesTier: "DOU" },
71216
+ talonflame: { tier: "UU", doublesTier: "DUU" },
71121
71217
  scatterbug: { tier: "LC" },
71122
71218
  spewpa: { tier: "NFE" },
71123
71219
  vivillon: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71124
- vivillonfancy: { tier: "UU", doublesTier: "DUU" },
71220
+ vivillonfancy: { tier: "RU", doublesTier: "(DUU)" },
71125
71221
  vivillonpokeball: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71126
71222
  litleo: { tier: "LC" },
71127
- pyroar: { tier: "UU", doublesTier: "DUU" },
71223
+ pyroar: { tier: "RU", doublesTier: "(DUU)" },
71128
71224
  flabebe: { tier: "LC" },
71129
71225
  floette: { tier: "NFE" },
71130
71226
  floetteeternal: { isNonstandard: "Past", tier: "Illegal" },
71131
- florges: { tier: "UU", doublesTier: "DUU" },
71227
+ florges: { tier: "RU", doublesTier: "(DUU)" },
71132
71228
  skiddo: { tier: "LC" },
71133
- gogoat: { tier: "UU", doublesTier: "DUU" },
71229
+ gogoat: { tier: "RU", doublesTier: "(DUU)" },
71134
71230
  pancham: { isNonstandard: "Past", tier: "Illegal" },
71135
71231
  pangoro: { isNonstandard: "Past", tier: "Illegal" },
71136
71232
  furfrou: { isNonstandard: "Past", tier: "Illegal" },
@@ -71150,9 +71246,9 @@ var _54 = {
71150
71246
  binacle: { isNonstandard: "Past", tier: "Illegal" },
71151
71247
  barbaracle: { isNonstandard: "Past", tier: "Illegal" },
71152
71248
  skrelp: { tier: "LC" },
71153
- dragalge: { tier: "UU", doublesTier: "DUU" },
71249
+ dragalge: { tier: "RU", doublesTier: "(DUU)" },
71154
71250
  clauncher: { tier: "LC" },
71155
- clawitzer: { tier: "UU", doublesTier: "DUU" },
71251
+ clawitzer: { tier: "RU", doublesTier: "DUU" },
71156
71252
  helioptile: { isNonstandard: "Past", tier: "Illegal" },
71157
71253
  heliolisk: { isNonstandard: "Past", tier: "Illegal" },
71158
71254
  tyrunt: { isNonstandard: "Past", tier: "Illegal" },
@@ -71160,14 +71256,14 @@ var _54 = {
71160
71256
  amaura: { isNonstandard: "Past", tier: "Illegal" },
71161
71257
  aurorus: { isNonstandard: "Past", tier: "Illegal" },
71162
71258
  hawlucha: { tier: "UU", doublesTier: "DUU" },
71163
- dedenne: { tier: "UU", doublesTier: "DUU" },
71259
+ dedenne: { tier: "RU", doublesTier: "(DUU)" },
71164
71260
  carbink: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71165
71261
  goomy: { tier: "LC" },
71166
71262
  sliggoo: { tier: "NFE" },
71167
71263
  sliggoohisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71168
- goodra: { tier: "UU", doublesTier: "DUU" },
71264
+ goodra: { tier: "RU", doublesTier: "(DUU)" },
71169
71265
  goodrahisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71170
- klefki: { tier: "UU", doublesTier: "DUU" },
71266
+ klefki: { tier: "UU", doublesTier: "(DUU)" },
71171
71267
  phantump: { isNonstandard: "Past", tier: "Illegal" },
71172
71268
  trevenant: { isNonstandard: "Past", tier: "Illegal" },
71173
71269
  pumpkaboo: { isNonstandard: "Past", tier: "Illegal" },
@@ -71179,10 +71275,10 @@ var _54 = {
71179
71275
  gourgeistlarge: { isNonstandard: "Past" },
71180
71276
  gourgeistsuper: { isNonstandard: "Past" },
71181
71277
  bergmite: { tier: "LC" },
71182
- avalugg: { tier: "UU", doublesTier: "DUU" },
71278
+ avalugg: { tier: "RU", doublesTier: "(DUU)" },
71183
71279
  avalugghisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71184
71280
  noibat: { tier: "LC" },
71185
- noivern: { tier: "UU", doublesTier: "DUU" },
71281
+ noivern: { tier: "UU", doublesTier: "(DUU)" },
71186
71282
  xerneas: { isNonstandard: "Past", tier: "Illegal" },
71187
71283
  xerneasneutral: { isNonstandard: "Custom", tier: "Illegal" },
71188
71284
  yveltal: { isNonstandard: "Past", tier: "Illegal" },
@@ -71208,55 +71304,55 @@ var _54 = {
71208
71304
  trumbeak: { isNonstandard: "Past", tier: "Illegal" },
71209
71305
  toucannon: { isNonstandard: "Past", tier: "Illegal" },
71210
71306
  yungoos: { tier: "LC" },
71211
- gumshoos: { tier: "UU", doublesTier: "DUU" },
71307
+ gumshoos: { tier: "RU", doublesTier: "(DUU)" },
71212
71308
  gumshoostotem: { isNonstandard: "Past", tier: "Illegal" },
71213
71309
  grubbin: { isNonstandard: "Past", tier: "Illegal" },
71214
71310
  charjabug: { isNonstandard: "Past", tier: "Illegal" },
71215
71311
  vikavolt: { isNonstandard: "Past", tier: "Illegal" },
71216
71312
  vikavolttotem: { isNonstandard: "Past" },
71217
71313
  crabrawler: { tier: "LC" },
71218
- crabominable: { tier: "UU", doublesTier: "DUU" },
71219
- oricorio: { tier: "UU", doublesTier: "DUU" },
71220
- oricoriopompom: { tier: "UU", doublesTier: "DUU" },
71221
- oricoriopau: { tier: "UU", doublesTier: "DUU" },
71222
- oricoriosensu: { tier: "UU", doublesTier: "DUU" },
71314
+ crabominable: { tier: "RU", doublesTier: "(DUU)" },
71315
+ oricorio: { tier: "RU", doublesTier: "(DUU)" },
71316
+ oricoriopompom: { tier: "RU", doublesTier: "DUU" },
71317
+ oricoriopau: { tier: "RU", doublesTier: "(DUU)" },
71318
+ oricoriosensu: { tier: "RU", doublesTier: "(DUU)" },
71223
71319
  cutiefly: { isNonstandard: "Past", tier: "Illegal" },
71224
71320
  ribombee: { isNonstandard: "Past", tier: "Illegal" },
71225
71321
  ribombeetotem: { isNonstandard: "Past" },
71226
71322
  rockruff: { tier: "LC" },
71227
71323
  rockruffdusk: { tier: "LC" },
71228
- lycanroc: { tier: "UU", doublesTier: "DUU" },
71229
- lycanrocmidnight: { tier: "UU", doublesTier: "DUU" },
71230
- lycanrocdusk: { tier: "UU", doublesTier: "DUU" },
71324
+ lycanroc: { tier: "RU", doublesTier: "(DUU)" },
71325
+ lycanrocmidnight: { tier: "RU", doublesTier: "(DUU)" },
71326
+ lycanrocdusk: { tier: "RU", doublesTier: "(DUU)" },
71231
71327
  wishiwashi: { isNonstandard: "Past", tier: "Illegal" },
71232
71328
  wishiwashischool: { isNonstandard: "Past" },
71233
71329
  mareanie: { tier: "LC" },
71234
- toxapex: { tier: "OU", doublesTier: "DUU" },
71330
+ toxapex: { tier: "OU", doublesTier: "(DUU)" },
71235
71331
  mudbray: { tier: "LC" },
71236
- mudsdale: { tier: "UU", doublesTier: "DUU" },
71332
+ mudsdale: { tier: "RU", doublesTier: "(DUU)" },
71237
71333
  dewpider: { isNonstandard: "Past", tier: "Illegal" },
71238
71334
  araquanid: { isNonstandard: "Past", tier: "Illegal" },
71239
71335
  araquanidtotem: { isNonstandard: "Past" },
71240
71336
  fomantis: { tier: "LC" },
71241
- lurantis: { tier: "UU", doublesTier: "DUU" },
71337
+ lurantis: { tier: "RU", doublesTier: "(DUU)" },
71242
71338
  lurantistotem: { isNonstandard: "Past", tier: "Illegal" },
71243
71339
  morelull: { isNonstandard: "Past", tier: "Illegal" },
71244
71340
  shiinotic: { isNonstandard: "Past", tier: "Illegal" },
71245
71341
  salandit: { tier: "LC" },
71246
- salazzle: { tier: "UU", doublesTier: "DUU" },
71342
+ salazzle: { tier: "RU", doublesTier: "(DUU)" },
71247
71343
  salazzletotem: { isNonstandard: "Past", tier: "Illegal" },
71248
71344
  stufful: { isNonstandard: "Past", tier: "Illegal" },
71249
71345
  bewear: { isNonstandard: "Past", tier: "Illegal" },
71250
71346
  bounsweet: { tier: "LC" },
71251
71347
  steenee: { tier: "NFE" },
71252
- tsareena: { tier: "UU", doublesTier: "DUU" },
71348
+ tsareena: { tier: "UU", doublesTier: "(DUU)" },
71253
71349
  comfey: { isNonstandard: "Past", tier: "Illegal" },
71254
- oranguru: { tier: "UU", doublesTier: "DUU" },
71255
- passimian: { tier: "UU", doublesTier: "DUU" },
71350
+ oranguru: { tier: "RU", doublesTier: "DUU" },
71351
+ passimian: { tier: "RU", doublesTier: "(DUU)" },
71256
71352
  wimpod: { isNonstandard: "Past", tier: "Illegal" },
71257
71353
  golisopod: { isNonstandard: "Past", tier: "Illegal" },
71258
71354
  sandygast: { tier: "LC" },
71259
- palossand: { tier: "UU", doublesTier: "DUU" },
71355
+ palossand: { tier: "RU", doublesTier: "(DUU)" },
71260
71356
  pyukumuku: { isNonstandard: "Past", tier: "Illegal" },
71261
71357
  typenull: { isNonstandard: "Past", tier: "Illegal" },
71262
71358
  silvally: { isNonstandard: "Past", tier: "Illegal" },
@@ -71279,14 +71375,14 @@ var _54 = {
71279
71375
  silvallywater: { isNonstandard: "Past", tier: "Illegal" },
71280
71376
  minior: { isNonstandard: "Past", tier: "Illegal" },
71281
71377
  miniormeteor: { isNonstandard: "Past" },
71282
- komala: { tier: "UU", doublesTier: "DUU" },
71378
+ komala: { tier: "RU", doublesTier: "(DUU)" },
71283
71379
  turtonator: { isNonstandard: "Past", tier: "Illegal" },
71284
71380
  togedemaru: { isNonstandard: "Past", tier: "Illegal" },
71285
71381
  togedemarutotem: { isNonstandard: "Past" },
71286
71382
  mimikyu: { tier: "UU", doublesTier: "DUU" },
71287
71383
  mimikyutotem: { isNonstandard: "Past", tier: "Illegal" },
71288
71384
  mimikyubustedtotem: { isNonstandard: "Past", tier: "Illegal" },
71289
- bruxish: { tier: "UU", doublesTier: "DUU" },
71385
+ bruxish: { tier: "RU", doublesTier: "(DUU)" },
71290
71386
  drampa: { isNonstandard: "Past", tier: "Illegal" },
71291
71387
  dhelmise: { isNonstandard: "Past", tier: "Illegal" },
71292
71388
  jangmoo: { isNonstandard: "Past", tier: "Illegal" },
@@ -71327,16 +71423,16 @@ var _54 = {
71327
71423
  thwackey: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71328
71424
  rillaboom: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71329
71425
  rillaboomgmax: { isNonstandard: "Past", tier: "Illegal" },
71330
- scorbunny: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71331
- raboot: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71332
- cinderace: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71426
+ scorbunny: { tier: "LC" },
71427
+ raboot: { tier: "NFE" },
71428
+ cinderace: { tier: "OU", doublesTier: "DOU" },
71333
71429
  cinderacegmax: { isNonstandard: "Past", tier: "Illegal" },
71334
71430
  sobble: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71335
71431
  drizzile: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71336
71432
  inteleon: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71337
71433
  inteleongmax: { isNonstandard: "Past", tier: "Illegal" },
71338
71434
  skwovet: { tier: "LC" },
71339
- greedent: { tier: "UU", doublesTier: "DUU" },
71435
+ greedent: { tier: "RU", doublesTier: "(DUU)" },
71340
71436
  rookidee: { tier: "LC" },
71341
71437
  corvisquire: { tier: "NFE" },
71342
71438
  corviknight: { tier: "OU", doublesTier: "DUU" },
@@ -71352,30 +71448,30 @@ var _54 = {
71352
71448
  wooloo: { isNonstandard: "Past", tier: "Illegal" },
71353
71449
  dubwool: { isNonstandard: "Past", tier: "Illegal" },
71354
71450
  chewtle: { tier: "LC" },
71355
- drednaw: { tier: "UU", doublesTier: "DUU" },
71451
+ drednaw: { tier: "RU", doublesTier: "(DUU)" },
71356
71452
  drednawgmax: { isNonstandard: "Past", tier: "Illegal" },
71357
71453
  yamper: { isNonstandard: "Past", tier: "Illegal" },
71358
71454
  boltund: { isNonstandard: "Past", tier: "Illegal" },
71359
71455
  rolycoly: { tier: "LC" },
71360
71456
  carkol: { tier: "NFE" },
71361
- coalossal: { tier: "UU", doublesTier: "DUU" },
71457
+ coalossal: { tier: "RU", doublesTier: "DUU" },
71362
71458
  coalossalgmax: { isNonstandard: "Past", tier: "Illegal" },
71363
71459
  applin: { tier: "LC" },
71364
- flapple: { tier: "UU", doublesTier: "DUU" },
71460
+ flapple: { tier: "RU", doublesTier: "(DUU)" },
71365
71461
  flapplegmax: { isNonstandard: "Past", tier: "Illegal" },
71366
- appletun: { tier: "UU", doublesTier: "DUU" },
71462
+ appletun: { tier: "RU", doublesTier: "(DUU)" },
71367
71463
  appletungmax: { isNonstandard: "Past", tier: "Illegal" },
71368
71464
  silicobra: { tier: "LC" },
71369
- sandaconda: { tier: "UU", doublesTier: "DUU" },
71465
+ sandaconda: { tier: "RU", doublesTier: "(DUU)" },
71370
71466
  sandacondagmax: { isNonstandard: "Past", tier: "Illegal" },
71371
71467
  cramorant: { isNonstandard: "Past", tier: "Illegal" },
71372
71468
  cramorantgulping: { isNonstandard: "Past" },
71373
71469
  cramorantgorging: { isNonstandard: "Past" },
71374
71470
  arrokuda: { tier: "LC" },
71375
- barraskewda: { tier: "UU", doublesTier: "DUU" },
71471
+ barraskewda: { tier: "UU", doublesTier: "(DUU)" },
71376
71472
  toxel: { tier: "LC" },
71377
- toxtricity: { tier: "UU", doublesTier: "DUU" },
71378
- toxtricitylowkey: { tier: "UU", doublesTier: "DUU" },
71473
+ toxtricity: { tier: "RU", doublesTier: "(DUU)" },
71474
+ toxtricitylowkey: { tier: "RU", doublesTier: "(DUU)" },
71379
71475
  toxtricitygmax: { isNonstandard: "Past", tier: "Illegal" },
71380
71476
  toxtricitylowkeygmax: { isNonstandard: "Past", tier: "Illegal" },
71381
71477
  sizzlipede: { isNonstandard: "Past", tier: "Illegal" },
@@ -71384,10 +71480,10 @@ var _54 = {
71384
71480
  clobbopus: { isNonstandard: "Past", tier: "Illegal" },
71385
71481
  grapploct: { isNonstandard: "Past", tier: "Illegal" },
71386
71482
  sinistea: { tier: "LC" },
71387
- polteageist: { tier: "UU", doublesTier: "DUU" },
71483
+ polteageist: { tier: "UU", doublesTier: "(DUU)" },
71388
71484
  hatenna: { tier: "LC" },
71389
71485
  hattrem: { tier: "NFE" },
71390
- hatterene: { tier: "UU", doublesTier: "DOU" },
71486
+ hatterene: { tier: "OU", doublesTier: "DOU" },
71391
71487
  hatterenegmax: { isNonstandard: "Past", tier: "Illegal" },
71392
71488
  impidimp: { tier: "LC" },
71393
71489
  morgrem: { tier: "NFE" },
@@ -71396,18 +71492,18 @@ var _54 = {
71396
71492
  milcery: { isNonstandard: "Past", tier: "Illegal" },
71397
71493
  alcremie: { isNonstandard: "Past", tier: "Illegal" },
71398
71494
  alcremiegmax: { isNonstandard: "Past", tier: "Illegal" },
71399
- falinks: { tier: "UU", doublesTier: "DUU" },
71400
- pincurchin: { tier: "UU", doublesTier: "DUU" },
71495
+ falinks: { tier: "RU", doublesTier: "(DUU)" },
71496
+ pincurchin: { tier: "RU", doublesTier: "DUU" },
71401
71497
  snom: { tier: "LC" },
71402
- frosmoth: { tier: "UU", doublesTier: "DUU" },
71403
- stonjourner: { tier: "UU", doublesTier: "DUU" },
71404
- eiscue: { tier: "UU", doublesTier: "DUU" },
71405
- indeedee: { tier: "UU", doublesTier: "DUU" },
71406
- indeedeef: { tier: "UU", doublesTier: "DOU" },
71498
+ frosmoth: { tier: "RU", doublesTier: "(DUU)" },
71499
+ stonjourner: { tier: "RU", doublesTier: "(DUU)" },
71500
+ eiscue: { tier: "RU", doublesTier: "(DUU)" },
71501
+ indeedee: { tier: "UU", doublesTier: "(DUU)" },
71502
+ indeedeef: { tier: "RU", doublesTier: "DOU" },
71407
71503
  morpeko: { isNonstandard: "Past", tier: "Illegal" },
71408
71504
  morpekohangry: { isNonstandard: "Past" },
71409
71505
  cufant: { tier: "LC" },
71410
- copperajah: { tier: "UU", doublesTier: "DUU" },
71506
+ copperajah: { tier: "RU", doublesTier: "(DUU)" },
71411
71507
  copperajahgmax: { isNonstandard: "Past", tier: "Illegal" },
71412
71508
  dracozolt: { isNonstandard: "Past", tier: "Illegal" },
71413
71509
  arctozolt: { isNonstandard: "Past", tier: "Illegal" },
@@ -71445,7 +71541,7 @@ var _54 = {
71445
71541
  enamorustherian: { isNonstandard: "Unobtainable", tier: "Unreleased" },
71446
71542
  sprigatito: { tier: "LC" },
71447
71543
  floragato: { tier: "NFE" },
71448
- meowscarada: { tier: "OU", doublesTier: "DUU" },
71544
+ meowscarada: { tier: "OU", doublesTier: "DOU" },
71449
71545
  fuecoco: { tier: "LC" },
71450
71546
  crocalor: { tier: "NFE" },
71451
71547
  skeledirge: { tier: "OU", doublesTier: "DUU" },
@@ -71453,52 +71549,52 @@ var _54 = {
71453
71549
  quaxwell: { tier: "NFE" },
71454
71550
  quaquaval: { tier: "OU", doublesTier: "DUU" },
71455
71551
  lechonk: { tier: "LC" },
71456
- oinkologne: { tier: "UU", doublesTier: "DUU" },
71457
- oinkolognef: { tier: "UU", doublesTier: "DUU" },
71552
+ oinkologne: { tier: "RU", doublesTier: "(DUU)" },
71553
+ oinkolognef: { tier: "RU", doublesTier: "(DUU)" },
71458
71554
  tarountula: { tier: "LC" },
71459
- spidops: { tier: "UU", doublesTier: "DUU" },
71555
+ spidops: { tier: "RU", doublesTier: "(DUU)" },
71460
71556
  nymble: { tier: "LC" },
71461
- lokix: { tier: "OU", doublesTier: "DUU" },
71557
+ lokix: { tier: "UU", doublesTier: "(DUU)" },
71462
71558
  rellor: { tier: "LC" },
71463
- rabsca: { tier: "UU", doublesTier: "DUU" },
71559
+ rabsca: { tier: "RU", doublesTier: "(DUU)" },
71464
71560
  greavard: { tier: "LC" },
71465
71561
  houndstone: { tier: "Uber", doublesTier: "DUU" },
71466
71562
  flittle: { tier: "NFE" },
71467
- espathra: { tier: "UU", doublesTier: "DUU" },
71563
+ espathra: { tier: "UUBL", doublesTier: "(DUU)" },
71468
71564
  wiglett: { tier: "LC" },
71469
- wugtrio: { tier: "UU", doublesTier: "DUU" },
71470
- dondozo: { tier: "OU", doublesTier: "DOU" },
71471
- veluza: { tier: "UU", doublesTier: "DUU" },
71565
+ wugtrio: { tier: "RU", doublesTier: "(DUU)" },
71566
+ dondozo: { tier: "OU", doublesTier: "DUU" },
71567
+ veluza: { tier: "RU", doublesTier: "(DUU)" },
71472
71568
  finizen: { tier: "LC" },
71473
71569
  palafin: { tier: "Uber", doublesTier: "DOU" },
71474
71570
  smoliv: { tier: "LC" },
71475
71571
  dolliv: { tier: "NFE" },
71476
- arboliva: { tier: "UU", doublesTier: "DUU" },
71572
+ arboliva: { tier: "RU", doublesTier: "DUU" },
71477
71573
  capsakid: { tier: "LC" },
71478
- scovillain: { tier: "UU", doublesTier: "DUU" },
71574
+ scovillain: { tier: "RU", doublesTier: "(DUU)" },
71479
71575
  tadbulb: { tier: "LC" },
71480
- bellibolt: { tier: "UU", doublesTier: "DUU" },
71576
+ bellibolt: { tier: "RU", doublesTier: "DUU" },
71481
71577
  varoom: { tier: "LC" },
71482
- revavroom: { tier: "UU", doublesTier: "DUU" },
71483
- orthworm: { tier: "OU", doublesTier: "DUU" },
71578
+ revavroom: { tier: "RU", doublesTier: "(DUU)" },
71579
+ orthworm: { tier: "UU", doublesTier: "DUU" },
71484
71580
  tandemaus: { tier: "LC" },
71485
- maushold: { tier: "OU", doublesTier: "DOU" },
71581
+ maushold: { tier: "UU", doublesTier: "DOU" },
71486
71582
  cetoddle: { tier: "LC" },
71487
- cetitan: { tier: "UU", doublesTier: "DUU" },
71583
+ cetitan: { tier: "RU", doublesTier: "(DUU)" },
71488
71584
  frigibax: { tier: "LC" },
71489
71585
  arctibax: { tier: "NFE" },
71490
- baxcalibur: { tier: "OU", doublesTier: "DOU" },
71491
- tatsugiri: { tier: "UU", doublesTier: "DUber" },
71586
+ baxcalibur: { tier: "UU", doublesTier: "DOU" },
71587
+ tatsugiri: { tier: "RU", doublesTier: "DUber" },
71492
71588
  cyclizar: { tier: "OU", doublesTier: "DUU" },
71493
71589
  pawmi: { tier: "LC" },
71494
71590
  pawmo: { tier: "NFE" },
71495
- pawmot: { tier: "UU", doublesTier: "DUU" },
71591
+ pawmot: { tier: "OU", doublesTier: "DUU" },
71496
71592
  wattrel: { tier: "LC" },
71497
71593
  kilowattrel: { tier: "UU", doublesTier: "DOU" },
71498
- bombirdier: { tier: "UU", doublesTier: "DUU" },
71499
- squawkabilly: { tier: "UU", doublesTier: "DUU" },
71500
- flamigo: { tier: "UU", doublesTier: "DOU" },
71501
- klawf: { tier: "UU", doublesTier: "DUU" },
71594
+ bombirdier: { tier: "RU", doublesTier: "(DUU)" },
71595
+ squawkabilly: { tier: "RU", doublesTier: "(DUU)" },
71596
+ flamigo: { tier: "RU", doublesTier: "DUU" },
71597
+ klawf: { tier: "RU", doublesTier: "(DUU)" },
71502
71598
  nacli: { tier: "LC" },
71503
71599
  naclstack: { tier: "NFE" },
71504
71600
  garganacl: { tier: "OU", doublesTier: "DOU" },
@@ -71507,23 +71603,23 @@ var _54 = {
71507
71603
  shroodle: { tier: "LC" },
71508
71604
  grafaiai: { tier: "UU", doublesTier: "DUU" },
71509
71605
  fidough: { tier: "LC" },
71510
- dachsbun: { tier: "UU", doublesTier: "DUU" },
71606
+ dachsbun: { tier: "RU", doublesTier: "(DUU)" },
71511
71607
  maschiff: { tier: "LC" },
71512
- mabosstiff: { tier: "UU", doublesTier: "DUU" },
71608
+ mabosstiff: { tier: "RU", doublesTier: "(DUU)" },
71513
71609
  bramblin: { tier: "LC" },
71514
- brambleghast: { tier: "UU", doublesTier: "DUU" },
71610
+ brambleghast: { tier: "UU", doublesTier: "(DUU)" },
71515
71611
  gimmighoul: { tier: "LC" },
71516
71612
  gimmighoulroaming: { isNonstandard: "Custom", tier: "Illegal" },
71517
71613
  gholdengo: { tier: "OU", doublesTier: "DOU" },
71518
71614
  greattusk: { tier: "OU", doublesTier: "DOU" },
71519
71615
  brutebonnet: { tier: "UU", doublesTier: "DOU" },
71520
- sandyshocks: { tier: "UU", doublesTier: "DUU" },
71521
- screamtail: { tier: "UU", doublesTier: "DUU" },
71616
+ sandyshocks: { tier: "UU", doublesTier: "(DUU)" },
71617
+ screamtail: { tier: "UU", doublesTier: "(DUU)" },
71522
71618
  fluttermane: { tier: "Uber", doublesTier: "DUber" },
71523
- slitherwing: { tier: "UU", doublesTier: "DUU" },
71619
+ slitherwing: { tier: "UU", doublesTier: "(DUU)" },
71524
71620
  roaringmoon: { tier: "OU", doublesTier: "DOU" },
71525
71621
  irontreads: { tier: "OU", doublesTier: "DUU" },
71526
- ironmoth: { tier: "OU", doublesTier: "DOU" },
71622
+ ironmoth: { tier: "OU", doublesTier: "DUU" },
71527
71623
  ironhands: { tier: "OU", doublesTier: "DOU" },
71528
71624
  ironjugulis: { tier: "UU", doublesTier: "DUU" },
71529
71625
  ironthorns: { tier: "UU", doublesTier: "DUU" },
@@ -71531,21 +71627,21 @@ var _54 = {
71531
71627
  ironvaliant: { tier: "OU", doublesTier: "DUU" },
71532
71628
  tinglu: { tier: "OU", doublesTier: "DOU" },
71533
71629
  chienpao: { tier: "OU", doublesTier: "DOU" },
71534
- wochien: { tier: "UU", doublesTier: "DUU" },
71630
+ wochien: { tier: "UU", doublesTier: "(DUU)" },
71535
71631
  chiyu: { tier: "OU", doublesTier: "DOU" },
71536
71632
  koraidon: { tier: "Uber", doublesTier: "DUber" },
71537
71633
  miraidon: { tier: "Uber", doublesTier: "DUber" },
71538
71634
  tinkatink: { tier: "LC" },
71539
71635
  tinkatuff: { tier: "NFE" },
71540
- tinkaton: { tier: "UU", doublesTier: "DOU" },
71636
+ tinkaton: { tier: "UU", doublesTier: "DUU" },
71541
71637
  charcadet: { tier: "LC" },
71542
71638
  armarouge: { tier: "UU", doublesTier: "DOU" },
71543
71639
  ceruledge: { tier: "OU", doublesTier: "DUU" },
71544
71640
  toedscool: { tier: "LC" },
71545
- toedscruel: { tier: "UU", doublesTier: "DUU" },
71641
+ toedscruel: { tier: "UU", doublesTier: "(DUU)" },
71546
71642
  kingambit: { tier: "OU", doublesTier: "DOU" },
71547
- clodsire: { tier: "OU", doublesTier: "DUU" },
71548
- annihilape: { tier: "OU", doublesTier: "DUU" },
71643
+ clodsire: { tier: "OU", doublesTier: "(DUU)" },
71644
+ annihilape: { tier: "OU", doublesTier: "DOU" },
71549
71645
  missingno: { isNonstandard: "Custom", tier: "Illegal" },
71550
71646
  syclar: { isNonstandard: "CAP", tier: "CAP LC" },
71551
71647
  syclant: { isNonstandard: "CAP", tier: "CAP" },
@@ -72349,7 +72445,7 @@ var DexLearnsets = class {
72349
72445
  return learnset;
72350
72446
  if (!DATA.Learnsets) {
72351
72447
  try {
72352
- DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-Q224W2BC.js"))).default;
72448
+ DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-EVTRTXUW.js"))).default;
72353
72449
  } catch (err) {
72354
72450
  DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
72355
72451
  if (!DATA.Learnsets)