@pkmn/dex 0.7.3 → 0.7.5
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/README.md +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.js +445 -361
- package/build/index.js.map +1 -1
- package/build/index.min.js +1 -1
- package/build/index.mjs +445 -361
- package/build/index.mjs.map +1 -1
- package/build/{learnsets-UXTEVWMG.js → learnsets-AOT4WV2G.js} +167 -29
- package/build/{learnsets-UXTEVWMG.js.map → learnsets-AOT4WV2G.js.map} +0 -0
- package/build/learnsets-ITBYYFZQ.js +148528 -0
- package/build/learnsets-ITBYYFZQ.js.map +1 -0
- package/build/{learnsets-C5W7H6N3.mjs → learnsets-NY5VS3XN.mjs} +167 -29
- package/build/{learnsets-C5W7H6N3.mjs.map → learnsets-NY5VS3XN.mjs.map} +0 -0
- package/build/learnsets-XBODKGKV.mjs +148528 -0
- package/build/learnsets-XBODKGKV.mjs.map +1 -0
- package/build/learnsets.min.js +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -1211,9 +1211,10 @@ var _7 = {
|
|
|
1211
1211
|
shortDesc: "On switch-in, this Pokemon summons Electric Terrain."
|
|
1212
1212
|
},
|
|
1213
1213
|
electromorphosis: {
|
|
1214
|
+
onDamagingHitOrder: 1,
|
|
1214
1215
|
name: "Electromorphosis",
|
|
1215
1216
|
num: 280,
|
|
1216
|
-
desc: "This Pokemon's next Electric-type
|
|
1217
|
+
desc: "This Pokemon's next Electric-type attack will have its power doubled if it takes direct damage.",
|
|
1217
1218
|
shortDesc: "This Pokemon becomes charged if it takes direct damage."
|
|
1218
1219
|
},
|
|
1219
1220
|
emergencyexit: {
|
|
@@ -1699,7 +1700,6 @@ var _7 = {
|
|
|
1699
1700
|
shortDesc: "This Pokemon's attacks are critical hits if the target is poisoned."
|
|
1700
1701
|
},
|
|
1701
1702
|
mimicry: {
|
|
1702
|
-
condition: {},
|
|
1703
1703
|
name: "Mimicry",
|
|
1704
1704
|
num: 250,
|
|
1705
1705
|
desc: "This Pokemon's types change to match the active Terrain when this Pokemon acquires this Ability, or whenever a Terrain begins. Electric type during Electric Terrain, Grass type during Grassy Terrain, Fairy type during Misty Terrain, and Psychic type during Psychic Terrain. If this Ability is acquired without an active Terrain, or a Terrain ends, this Pokemon's types become the original types for its species.",
|
|
@@ -1770,9 +1770,10 @@ var _7 = {
|
|
|
1770
1770
|
shortDesc: "Pokemon making contact with this Pokemon have their Ability changed to Mummy."
|
|
1771
1771
|
},
|
|
1772
1772
|
myceliummight: {
|
|
1773
|
+
onFractionalPriorityPriority: -1,
|
|
1773
1774
|
name: "Mycelium Might",
|
|
1774
1775
|
num: 298,
|
|
1775
|
-
shortDesc: "This Pokemon's Status moves
|
|
1776
|
+
shortDesc: "This Pokemon's Status moves go last in their priority bracket and ignore Abilities."
|
|
1776
1777
|
},
|
|
1777
1778
|
naturalcure: {
|
|
1778
1779
|
name: "Natural Cure",
|
|
@@ -1975,6 +1976,7 @@ var _7 = {
|
|
|
1975
1976
|
onModifySpAPriority: 5,
|
|
1976
1977
|
onModifySpDPriority: 6
|
|
1977
1978
|
},
|
|
1979
|
+
isPermanent: true,
|
|
1978
1980
|
name: "Protosynthesis",
|
|
1979
1981
|
num: 281,
|
|
1980
1982
|
desc: "If Sunny Day is active or this Pokemon has used a held Booster Energy, this Pokemon's highest stat is multiplied by 1.3, or by 1.5 if the highest stat is Speed.",
|
|
@@ -2016,6 +2018,7 @@ var _7 = {
|
|
|
2016
2018
|
onModifySpAPriority: 5,
|
|
2017
2019
|
onModifySpDPriority: 6
|
|
2018
2020
|
},
|
|
2021
|
+
isPermanent: true,
|
|
2019
2022
|
name: "Quark Drive",
|
|
2020
2023
|
num: 282,
|
|
2021
2024
|
desc: "If Electric Terrain is active or this Pokemon has used a held Booster Energy, this Pokemon's highest stat is multiplied by 1.3, or by 1.5 if the highest stat is Speed.",
|
|
@@ -2441,6 +2444,7 @@ var _7 = {
|
|
|
2441
2444
|
shortDesc: "This Pokemon's critical hit ratio is raised by 1 stage."
|
|
2442
2445
|
},
|
|
2443
2446
|
supremeoverlord: {
|
|
2447
|
+
onBasePowerPriority: 21,
|
|
2444
2448
|
name: "Supreme Overlord",
|
|
2445
2449
|
num: 293,
|
|
2446
2450
|
desc: "This Pokemon's Attack and Special Attack stats are increased by 10% for each fainted teammate.",
|
|
@@ -2692,6 +2696,7 @@ var _7 = {
|
|
|
2692
2696
|
shortDesc: "If a physical attack hits this Pokemon, Defense is lowered by 1, Speed is raised by 2."
|
|
2693
2697
|
},
|
|
2694
2698
|
wellbakedbody: {
|
|
2699
|
+
isBreakable: true,
|
|
2695
2700
|
name: "Well-Baked Body",
|
|
2696
2701
|
num: 273,
|
|
2697
2702
|
desc: "This Pokemon is immune to Fire-type moves and raises its Defense by 2 stages when hit by a Fire-type move.",
|
|
@@ -2710,9 +2715,11 @@ var _7 = {
|
|
|
2710
2715
|
shortDesc: "This Pokemon switches out when it reaches 1/2 or less of its maximum HP."
|
|
2711
2716
|
},
|
|
2712
2717
|
windpower: {
|
|
2718
|
+
onDamagingHitOrder: 1,
|
|
2713
2719
|
name: "Wind Power",
|
|
2714
2720
|
num: 277,
|
|
2715
|
-
|
|
2721
|
+
desc: "This Pokemon's next Electric-type attack will have its power doubled if it is hit by a wind move or Tailwind begins.",
|
|
2722
|
+
shortDesc: "This Pokemon becomes charged if it is hit by a wind move or Tailwind begins."
|
|
2716
2723
|
},
|
|
2717
2724
|
windrider: {
|
|
2718
2725
|
name: "Wind Rider",
|
|
@@ -2915,6 +2922,7 @@ _chunkJC4IRQULjs.__export.call(void 0, aliases_exports, {
|
|
|
2915
2922
|
bh: () => bh,
|
|
2916
2923
|
bibiyon: () => bibiyon,
|
|
2917
2924
|
biburaaba: () => biburaaba,
|
|
2925
|
+
bigsharp: () => bigsharp,
|
|
2918
2926
|
biidaru: () => biidaru,
|
|
2919
2927
|
biidoru: () => biidoru,
|
|
2920
2928
|
biikuin: () => biikuin,
|
|
@@ -3865,6 +3873,7 @@ _chunkJC4IRQULjs.__export.call(void 0, aliases_exports, {
|
|
|
3865
3873
|
parukia: () => parukia,
|
|
3866
3874
|
parushen: () => parushen,
|
|
3867
3875
|
patchiiru: () => patchiiru,
|
|
3876
|
+
pato: () => pato,
|
|
3868
3877
|
pauwau: () => pauwau,
|
|
3869
3878
|
pendoraa: () => pendoraa,
|
|
3870
3879
|
perappu: () => perappu,
|
|
@@ -4639,9 +4648,9 @@ var gen7stab = "[Gen 7] STABmons";
|
|
|
4639
4648
|
var gen6aaa = "[Gen 6] Almost Any Ability";
|
|
4640
4649
|
var gen6ph = "[Gen 6] Pure Hackmons";
|
|
4641
4650
|
var gen6hackmons = "[Gen 6] Pure Hackmons";
|
|
4642
|
-
var cc1v1 = "[Gen
|
|
4643
|
-
var cc2v2 = "[Gen
|
|
4644
|
-
var hc = "[Gen
|
|
4651
|
+
var cc1v1 = "[Gen 9] Challenge Cup 1v1";
|
|
4652
|
+
var cc2v2 = "[Gen 9] Challenge Cup 2v2";
|
|
4653
|
+
var hc = "[Gen 9] Hackmons Cup";
|
|
4645
4654
|
var hackmons = "[Gen 8] Pure Hackmons";
|
|
4646
4655
|
var monorandom = "[Gen 8] Monotype Random Battle";
|
|
4647
4656
|
var bf = "[Gen 7] Battle Factory";
|
|
@@ -4665,8 +4674,8 @@ var gen6mono = "[Gen 6] Monotype";
|
|
|
4665
4674
|
var gen6ag = "[Gen 6] Anything Goes";
|
|
4666
4675
|
var crossevo = "[Gen 8] Cross Evolution";
|
|
4667
4676
|
var mayhem = "[Gen 8] Random Battle Mayhem";
|
|
4668
|
-
var omotm = "[Gen 9]
|
|
4669
|
-
var lcotm = "[Gen
|
|
4677
|
+
var omotm = "[Gen 9] Shared Power";
|
|
4678
|
+
var lcotm = "[Gen 9] Full Potential";
|
|
4670
4679
|
var fabio = "Ampharos-Mega";
|
|
4671
4680
|
var maero = "Aerodactyl-Mega";
|
|
4672
4681
|
var megabunny = "Lopunny-Mega";
|
|
@@ -5258,6 +5267,7 @@ var ashgren = "Greninja-Ash";
|
|
|
5258
5267
|
var azu = "Azumarill";
|
|
5259
5268
|
var bdrill = "Beedrill";
|
|
5260
5269
|
var bee = "Beedrill";
|
|
5270
|
+
var bigsharp = "Kingambit";
|
|
5261
5271
|
var birdjesus = "Pidgeot";
|
|
5262
5272
|
var bish = "Bisharp";
|
|
5263
5273
|
var blace = "Blacephalon";
|
|
@@ -5337,6 +5347,7 @@ var obama = "Abomasnow";
|
|
|
5337
5347
|
var ogre = "Kyogre";
|
|
5338
5348
|
var ohmagod = "Plasmanta";
|
|
5339
5349
|
var p2 = "Porygon2";
|
|
5350
|
+
var pato = "Psyduck";
|
|
5340
5351
|
var pert = "Swampert";
|
|
5341
5352
|
var pex = "Toxapex";
|
|
5342
5353
|
var phero = "Pheromosa";
|
|
@@ -7064,6 +7075,7 @@ var aliases_default = {
|
|
|
7064
7075
|
azu,
|
|
7065
7076
|
bdrill,
|
|
7066
7077
|
bee,
|
|
7078
|
+
bigsharp,
|
|
7067
7079
|
birdjesus,
|
|
7068
7080
|
bish,
|
|
7069
7081
|
blace,
|
|
@@ -7143,6 +7155,7 @@ var aliases_default = {
|
|
|
7143
7155
|
ogre,
|
|
7144
7156
|
ohmagod,
|
|
7145
7157
|
p2,
|
|
7158
|
+
pato,
|
|
7146
7159
|
pert,
|
|
7147
7160
|
pex,
|
|
7148
7161
|
phero,
|
|
@@ -8420,20 +8433,16 @@ var _14 = {
|
|
|
8420
8433
|
onDragOutPriority: 2,
|
|
8421
8434
|
onResidualPriority: -100
|
|
8422
8435
|
},
|
|
8423
|
-
terastal: {
|
|
8424
|
-
name: "Terastal",
|
|
8425
|
-
effectType: "Terastal",
|
|
8426
|
-
noCopy: true,
|
|
8427
|
-
duration: 1
|
|
8428
|
-
},
|
|
8429
8436
|
commanded: {
|
|
8430
8437
|
name: "Commanded",
|
|
8431
8438
|
noCopy: true,
|
|
8439
|
+
onDragOutPriority: 2,
|
|
8432
8440
|
onTrapPokemonPriority: -11
|
|
8433
8441
|
},
|
|
8434
8442
|
commanding: {
|
|
8435
8443
|
name: "Commanding",
|
|
8436
8444
|
noCopy: true,
|
|
8445
|
+
onDragOutPriority: 2,
|
|
8437
8446
|
onTrapPokemonPriority: -11,
|
|
8438
8447
|
onInvulnerabilityPriority: 2
|
|
8439
8448
|
},
|
|
@@ -8460,7 +8469,8 @@ _chunkJC4IRQULjs.__export.call(void 0, items_exports, {
|
|
|
8460
8469
|
"5": () => _18,
|
|
8461
8470
|
"6": () => _19,
|
|
8462
8471
|
"7": () => _20,
|
|
8463
|
-
"
|
|
8472
|
+
"8": () => _21,
|
|
8473
|
+
"9": () => _22,
|
|
8464
8474
|
default: () => items_default
|
|
8465
8475
|
});
|
|
8466
8476
|
var _15 = {
|
|
@@ -9414,8 +9424,20 @@ var _20 = {
|
|
|
9414
9424
|
}
|
|
9415
9425
|
};
|
|
9416
9426
|
var _21 = {
|
|
9427
|
+
berryjuice: { inherit: true, isNonstandard: null },
|
|
9428
|
+
custapberry: { inherit: true, isNonstandard: null },
|
|
9429
|
+
enigmaberry: { inherit: true, isNonstandard: null },
|
|
9430
|
+
jabocaberry: { inherit: true, isNonstandard: null },
|
|
9431
|
+
keeberry: { inherit: true, isNonstandard: null },
|
|
9432
|
+
marangaberry: { inherit: true, isNonstandard: null },
|
|
9433
|
+
micleberry: { inherit: true, isNonstandard: null },
|
|
9434
|
+
pixieplate: { inherit: true, isNonstandard: null },
|
|
9435
|
+
rowapberry: { inherit: true, isNonstandard: null }
|
|
9436
|
+
};
|
|
9437
|
+
var _22 = {
|
|
9417
9438
|
abilityshield: {
|
|
9418
9439
|
name: "Ability Shield",
|
|
9440
|
+
ignoreKlutz: true,
|
|
9419
9441
|
num: 1881,
|
|
9420
9442
|
gen: 9,
|
|
9421
9443
|
desc: "Holder's Ability cannot be changed by another Pokemon."
|
|
@@ -9635,6 +9657,7 @@ var _21 = {
|
|
|
9635
9657
|
fling: { basePower: 30 },
|
|
9636
9658
|
num: 43,
|
|
9637
9659
|
gen: 2,
|
|
9660
|
+
isNonstandard: "Past",
|
|
9638
9661
|
desc: "Restores 20 HP when at 1/2 max HP or less. Single use."
|
|
9639
9662
|
},
|
|
9640
9663
|
berrysweet: {
|
|
@@ -9999,6 +10022,7 @@ var _21 = {
|
|
|
9999
10022
|
onFractionalPriorityPriority: -2,
|
|
10000
10023
|
num: 210,
|
|
10001
10024
|
gen: 4,
|
|
10025
|
+
isNonstandard: "Unobtainable",
|
|
10002
10026
|
desc: "Holder moves first in its priority bracket when at 1/4 max HP or less. Single use."
|
|
10003
10027
|
},
|
|
10004
10028
|
damprock: {
|
|
@@ -10314,6 +10338,7 @@ var _21 = {
|
|
|
10314
10338
|
naturalGift: { basePower: 100, type: "Bug" },
|
|
10315
10339
|
num: 208,
|
|
10316
10340
|
gen: 3,
|
|
10341
|
+
isNonstandard: "Unobtainable",
|
|
10317
10342
|
desc: "Restores 1/4 max HP after holder is hit by a supereffective move. Single use."
|
|
10318
10343
|
},
|
|
10319
10344
|
eviolite: {
|
|
@@ -10977,6 +11002,7 @@ var _21 = {
|
|
|
10977
11002
|
naturalGift: { basePower: 100, type: "Dragon" },
|
|
10978
11003
|
num: 211,
|
|
10979
11004
|
gen: 4,
|
|
11005
|
+
isNonstandard: "Unobtainable",
|
|
10980
11006
|
desc: "If holder is hit by a physical move, attacker loses 1/8 of its max HP. Single use."
|
|
10981
11007
|
},
|
|
10982
11008
|
jawfossil: {
|
|
@@ -11009,6 +11035,7 @@ var _21 = {
|
|
|
11009
11035
|
naturalGift: { basePower: 100, type: "Fairy" },
|
|
11010
11036
|
num: 687,
|
|
11011
11037
|
gen: 6,
|
|
11038
|
+
isNonstandard: "Unobtainable",
|
|
11012
11039
|
desc: "Raises holder's Defense by 1 stage after it is hit by a physical attack. Single use."
|
|
11013
11040
|
},
|
|
11014
11041
|
kelpsyberry: {
|
|
@@ -11359,6 +11386,7 @@ var _21 = {
|
|
|
11359
11386
|
naturalGift: { basePower: 100, type: "Dark" },
|
|
11360
11387
|
num: 688,
|
|
11361
11388
|
gen: 6,
|
|
11389
|
+
isNonstandard: "Unobtainable",
|
|
11362
11390
|
desc: "Raises holder's Sp. Def by 1 stage after it is hit by a special attack. Single use."
|
|
11363
11391
|
},
|
|
11364
11392
|
marshadiumz: {
|
|
@@ -11490,6 +11518,7 @@ var _21 = {
|
|
|
11490
11518
|
condition: { duration: 2 },
|
|
11491
11519
|
num: 209,
|
|
11492
11520
|
gen: 4,
|
|
11521
|
+
isNonstandard: "Unobtainable",
|
|
11493
11522
|
desc: "Holder's next move has 1.2x accuracy when at 1/4 max HP or less. Single use."
|
|
11494
11523
|
},
|
|
11495
11524
|
mimikiumz: {
|
|
@@ -11794,6 +11823,7 @@ var _21 = {
|
|
|
11794
11823
|
forcedForme: "Arceus-Fairy",
|
|
11795
11824
|
num: 644,
|
|
11796
11825
|
gen: 6,
|
|
11826
|
+
isNonstandard: "Unobtainable",
|
|
11797
11827
|
desc: "Holder's Fairy-type attacks have 1.2x power. Judgment is Fairy type."
|
|
11798
11828
|
},
|
|
11799
11829
|
plumefossil: {
|
|
@@ -12215,6 +12245,7 @@ var _21 = {
|
|
|
12215
12245
|
naturalGift: { basePower: 100, type: "Dark" },
|
|
12216
12246
|
num: 212,
|
|
12217
12247
|
gen: 4,
|
|
12248
|
+
isNonstandard: "Unobtainable",
|
|
12218
12249
|
desc: "If holder is hit by a special move, attacker loses 1/8 of its max HP. Single use."
|
|
12219
12250
|
},
|
|
12220
12251
|
rustedshield: {
|
|
@@ -13486,6 +13517,7 @@ var _21 = {
|
|
|
13486
13517
|
utilityumbrella: {
|
|
13487
13518
|
name: "Utility Umbrella",
|
|
13488
13519
|
fling: { basePower: 60 },
|
|
13520
|
+
condition: {},
|
|
13489
13521
|
num: 1123,
|
|
13490
13522
|
gen: 8,
|
|
13491
13523
|
desc: "The holder ignores rain- and sun-based effects. Damage and accuracy calculations from attacks used by the holder are affected by rain and sun, but not attacks used against the holder.",
|
|
@@ -13789,24 +13821,25 @@ var items_default = {
|
|
|
13789
13821
|
"5": _18,
|
|
13790
13822
|
"6": _19,
|
|
13791
13823
|
"7": _20,
|
|
13792
|
-
"
|
|
13824
|
+
"8": _21,
|
|
13825
|
+
"9": _22
|
|
13793
13826
|
};
|
|
13794
13827
|
|
|
13795
13828
|
// data/moves.json
|
|
13796
13829
|
var moves_exports = {};
|
|
13797
13830
|
_chunkJC4IRQULjs.__export.call(void 0, moves_exports, {
|
|
13798
|
-
"1": () =>
|
|
13799
|
-
"2": () =>
|
|
13800
|
-
"3": () =>
|
|
13801
|
-
"4": () =>
|
|
13802
|
-
"5": () =>
|
|
13803
|
-
"6": () =>
|
|
13804
|
-
"7": () =>
|
|
13805
|
-
"8": () =>
|
|
13806
|
-
"9": () =>
|
|
13831
|
+
"1": () => _23,
|
|
13832
|
+
"2": () => _24,
|
|
13833
|
+
"3": () => _25,
|
|
13834
|
+
"4": () => _26,
|
|
13835
|
+
"5": () => _27,
|
|
13836
|
+
"6": () => _28,
|
|
13837
|
+
"7": () => _29,
|
|
13838
|
+
"8": () => _30,
|
|
13839
|
+
"9": () => _31,
|
|
13807
13840
|
default: () => moves_default
|
|
13808
13841
|
});
|
|
13809
|
-
var
|
|
13842
|
+
var _23 = {
|
|
13810
13843
|
acid: {
|
|
13811
13844
|
inherit: true,
|
|
13812
13845
|
secondary: { chance: 33, boosts: { def: -1 } },
|
|
@@ -14333,7 +14366,7 @@ var _22 = {
|
|
|
14333
14366
|
desc: "Hits twice, with the second hit having a 20% chance to poison the target. If the first hit breaks the target's substitute, the move ends."
|
|
14334
14367
|
}
|
|
14335
14368
|
};
|
|
14336
|
-
var
|
|
14369
|
+
var _24 = {
|
|
14337
14370
|
aeroblast: { inherit: true, critRatio: 3 },
|
|
14338
14371
|
beatup: {
|
|
14339
14372
|
inherit: true,
|
|
@@ -14854,7 +14887,7 @@ var _23 = {
|
|
|
14854
14887
|
shortDesc: "20% chance to make the target flinch."
|
|
14855
14888
|
}
|
|
14856
14889
|
};
|
|
14857
|
-
var
|
|
14890
|
+
var _25 = {
|
|
14858
14891
|
absorb: {
|
|
14859
14892
|
inherit: true,
|
|
14860
14893
|
pp: 20,
|
|
@@ -15479,7 +15512,7 @@ var _24 = {
|
|
|
15479
15512
|
desc: "Prevents the target from switching for two to five turns. Causes damage to the target equal to 1/16 of its maximum HP, rounded down, at the end of each turn during effect. The target can still switch out if it uses Baton Pass. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
|
|
15480
15513
|
}
|
|
15481
15514
|
};
|
|
15482
|
-
var
|
|
15515
|
+
var _26 = {
|
|
15483
15516
|
acupressure: {
|
|
15484
15517
|
inherit: true,
|
|
15485
15518
|
flags: { snatch: 1 },
|
|
@@ -16464,7 +16497,7 @@ var _25 = {
|
|
|
16464
16497
|
desc: "Power doubles if the target is asleep. If this move is successful, the target wakes up."
|
|
16465
16498
|
}
|
|
16466
16499
|
};
|
|
16467
|
-
var
|
|
16500
|
+
var _27 = {
|
|
16468
16501
|
absorb: { inherit: true, flags: { protect: 1, mirror: 1 } },
|
|
16469
16502
|
acidarmor: { inherit: true, pp: 40 },
|
|
16470
16503
|
aircutter: { inherit: true, basePower: 55 },
|
|
@@ -17069,7 +17102,7 @@ var _26 = {
|
|
|
17069
17102
|
desc: "Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/16 of its maximum HP (1/8 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
|
|
17070
17103
|
}
|
|
17071
17104
|
};
|
|
17072
|
-
var
|
|
17105
|
+
var _28 = {
|
|
17073
17106
|
allyswitch: {
|
|
17074
17107
|
inherit: true,
|
|
17075
17108
|
priority: 1,
|
|
@@ -17401,7 +17434,7 @@ var _27 = {
|
|
|
17401
17434
|
desc: "Causes the target's Ability to become Insomnia. Fails if the target's Ability is Insomnia, Multitype, Stance Change, or Truant."
|
|
17402
17435
|
}
|
|
17403
17436
|
};
|
|
17404
|
-
var
|
|
17437
|
+
var _29 = {
|
|
17405
17438
|
"10000000voltthunderbolt": { inherit: true, isNonstandard: null },
|
|
17406
17439
|
aciddownpour: { inherit: true, isNonstandard: null },
|
|
17407
17440
|
alloutpummeling: { inherit: true, isNonstandard: null },
|
|
@@ -17982,7 +18015,7 @@ var _28 = {
|
|
|
17982
18015
|
desc: "Prevents the target from switching for four or five turns (seven turns if the user is holding Grip Claw). Causes damage to the target equal to 1/8 of its maximum HP (1/6 if the user is holding Binding Band), rounded down, at the end of each turn during effect. The target can still switch out if it is holding Shed Shell or uses Baton Pass, Parting Shot, U-turn, or Volt Switch. The effect ends if either the user or the target leaves the field, or if the target uses Rapid Spin or Substitute successfully. This effect is not stackable or reset by using this or another binding move."
|
|
17983
18016
|
}
|
|
17984
18017
|
};
|
|
17985
|
-
var
|
|
18018
|
+
var _30 = {
|
|
17986
18019
|
aeroblast: { inherit: true, isNonstandard: null },
|
|
17987
18020
|
allyswitch: { inherit: true, stallingMove: false },
|
|
17988
18021
|
anchorshot: { inherit: true, isNonstandard: null },
|
|
@@ -17995,11 +18028,18 @@ var _29 = {
|
|
|
17995
18028
|
boltbeak: { inherit: true, isNonstandard: null },
|
|
17996
18029
|
boltstrike: { inherit: true, isNonstandard: null },
|
|
17997
18030
|
bonemerang: { inherit: true, isNonstandard: null },
|
|
18031
|
+
charge: {
|
|
18032
|
+
inherit: true,
|
|
18033
|
+
condition: { onBasePowerPriority: 9 },
|
|
18034
|
+
desc: "Raises the user's Special Defense by 1 stage. If the user uses an Electric-type attack on the next turn, its power will be doubled.",
|
|
18035
|
+
shortDesc: "+1 SpD, user's Electric move next turn 2x power."
|
|
18036
|
+
},
|
|
17998
18037
|
clangingscales: { inherit: true, isNonstandard: null },
|
|
17999
18038
|
clangoroussoul: { inherit: true, isNonstandard: null },
|
|
18000
18039
|
conversion: { inherit: true, isNonstandard: null },
|
|
18001
18040
|
conversion2: { inherit: true, isNonstandard: null },
|
|
18002
18041
|
coreenforcer: { inherit: true, isNonstandard: null },
|
|
18042
|
+
cosmicpower: { inherit: true, isNonstandard: null },
|
|
18003
18043
|
craftyshield: { inherit: true, isNonstandard: null },
|
|
18004
18044
|
crushgrip: { inherit: true, isNonstandard: null },
|
|
18005
18045
|
decorate: { inherit: true, isNonstandard: null },
|
|
@@ -18025,6 +18065,7 @@ var _29 = {
|
|
|
18025
18065
|
grudge: { inherit: true, isNonstandard: null },
|
|
18026
18066
|
hail: { inherit: true, isNonstandard: null },
|
|
18027
18067
|
headcharge: { inherit: true, isNonstandard: null },
|
|
18068
|
+
healbell: { inherit: true, isNonstandard: null },
|
|
18028
18069
|
heartswap: { inherit: true, isNonstandard: "Past" },
|
|
18029
18070
|
hyperspacefury: { inherit: true, isNonstandard: "Past" },
|
|
18030
18071
|
hyperspacehole: { inherit: true, isNonstandard: "Past" },
|
|
@@ -18091,6 +18132,7 @@ var _29 = {
|
|
|
18091
18132
|
shadowbone: { inherit: true, isNonstandard: null },
|
|
18092
18133
|
shelltrap: { inherit: true, isNonstandard: null },
|
|
18093
18134
|
shoreup: { inherit: true, pp: 10 },
|
|
18135
|
+
simplebeam: { inherit: true, isNonstandard: null },
|
|
18094
18136
|
skullbash: { inherit: true, isNonstandard: null },
|
|
18095
18137
|
slackoff: { inherit: true, pp: 10 },
|
|
18096
18138
|
snaptrap: { inherit: true, isNonstandard: null },
|
|
@@ -18111,7 +18153,7 @@ var _29 = {
|
|
|
18111
18153
|
vitalthrow: { inherit: true, isNonstandard: null },
|
|
18112
18154
|
wickedblow: { inherit: true, basePower: 80 }
|
|
18113
18155
|
};
|
|
18114
|
-
var
|
|
18156
|
+
var _31 = {
|
|
18115
18157
|
"10000000voltthunderbolt": {
|
|
18116
18158
|
num: 719,
|
|
18117
18159
|
accuracy: true,
|
|
@@ -18460,7 +18502,7 @@ var _30 = {
|
|
|
18460
18502
|
basePower: 70,
|
|
18461
18503
|
category: "Physical",
|
|
18462
18504
|
name: "Aqua Cutter",
|
|
18463
|
-
pp:
|
|
18505
|
+
pp: 20,
|
|
18464
18506
|
priority: 0,
|
|
18465
18507
|
flags: { protect: 1, mirror: 1, slicing: 1 },
|
|
18466
18508
|
critRatio: 2,
|
|
@@ -18872,6 +18914,7 @@ var _30 = {
|
|
|
18872
18914
|
accuracy: 100,
|
|
18873
18915
|
basePower: 60,
|
|
18874
18916
|
category: "Physical",
|
|
18917
|
+
isNonstandard: "Unobtainable",
|
|
18875
18918
|
name: "Barb Barrage",
|
|
18876
18919
|
pp: 10,
|
|
18877
18920
|
priority: 0,
|
|
@@ -19118,6 +19161,7 @@ var _30 = {
|
|
|
19118
19161
|
accuracy: 100,
|
|
19119
19162
|
basePower: 75,
|
|
19120
19163
|
category: "Special",
|
|
19164
|
+
isNonstandard: "Unobtainable",
|
|
19121
19165
|
name: "Bitter Malice",
|
|
19122
19166
|
pp: 10,
|
|
19123
19167
|
priority: 0,
|
|
@@ -19197,6 +19241,7 @@ var _30 = {
|
|
|
19197
19241
|
accuracy: 80,
|
|
19198
19242
|
basePower: 100,
|
|
19199
19243
|
category: "Special",
|
|
19244
|
+
isNonstandard: "Unobtainable",
|
|
19200
19245
|
name: "Bleakwind Storm",
|
|
19201
19246
|
pp: 10,
|
|
19202
19247
|
priority: 0,
|
|
@@ -19793,15 +19838,17 @@ var _30 = {
|
|
|
19793
19838
|
accuracy: 90,
|
|
19794
19839
|
basePower: 65,
|
|
19795
19840
|
category: "Physical",
|
|
19841
|
+
isNonstandard: "Unobtainable",
|
|
19796
19842
|
name: "Ceaseless Edge",
|
|
19797
19843
|
pp: 15,
|
|
19798
19844
|
priority: 0,
|
|
19799
19845
|
flags: { contact: 1, protect: 1, mirror: 1, slicing: 1 },
|
|
19800
|
-
|
|
19846
|
+
self: {},
|
|
19847
|
+
secondary: {},
|
|
19801
19848
|
target: "normal",
|
|
19802
19849
|
type: "Dark",
|
|
19803
|
-
desc: "
|
|
19804
|
-
shortDesc: "
|
|
19850
|
+
desc: "If this move is successful, it sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in, unless it is a Flying-type Pokemon or has the Levitate Ability. Can be set up to three times before failing. Opponents lose 1/8 of their maximum HP with one layer, 1/6 of their maximum HP with two layers, and 1/4 of their maximum HP with three layers, all rounded down. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",
|
|
19851
|
+
shortDesc: "Sets a layer of Spikes on the target's side."
|
|
19805
19852
|
},
|
|
19806
19853
|
celebrate: {
|
|
19807
19854
|
num: 606,
|
|
@@ -19828,14 +19875,14 @@ var _30 = {
|
|
|
19828
19875
|
priority: 0,
|
|
19829
19876
|
flags: { snatch: 1 },
|
|
19830
19877
|
volatileStatus: "charge",
|
|
19831
|
-
condition: {
|
|
19878
|
+
condition: { onBasePowerPriority: 9 },
|
|
19832
19879
|
boosts: { spd: 1 },
|
|
19833
19880
|
secondary: null,
|
|
19834
19881
|
target: "self",
|
|
19835
19882
|
type: "Electric",
|
|
19836
19883
|
zMove: { boost: { spd: 1 } },
|
|
19837
|
-
desc: "Raises the user's Special Defense by 1 stage.
|
|
19838
|
-
shortDesc: "+1 SpD, user's Electric move
|
|
19884
|
+
desc: "Raises the user's Special Defense by 1 stage. The user's next Electric-type attack will have its power doubled.",
|
|
19885
|
+
shortDesc: "+1 SpD, user's next Electric move 2x power."
|
|
19839
19886
|
},
|
|
19840
19887
|
chargebeam: {
|
|
19841
19888
|
num: 451,
|
|
@@ -19947,6 +19994,7 @@ var _30 = {
|
|
|
19947
19994
|
accuracy: 95,
|
|
19948
19995
|
basePower: 150,
|
|
19949
19996
|
category: "Special",
|
|
19997
|
+
isNonstandard: "Unobtainable",
|
|
19950
19998
|
name: "Chloroblast",
|
|
19951
19999
|
pp: 5,
|
|
19952
20000
|
priority: 0,
|
|
@@ -20354,6 +20402,7 @@ var _30 = {
|
|
|
20354
20402
|
accuracy: true,
|
|
20355
20403
|
basePower: 0,
|
|
20356
20404
|
category: "Status",
|
|
20405
|
+
isNonstandard: "Unobtainable",
|
|
20357
20406
|
name: "Cosmic Power",
|
|
20358
20407
|
pp: 20,
|
|
20359
20408
|
priority: 0,
|
|
@@ -20881,6 +20930,7 @@ var _30 = {
|
|
|
20881
20930
|
accuracy: 100,
|
|
20882
20931
|
basePower: 80,
|
|
20883
20932
|
category: "Physical",
|
|
20933
|
+
isNonstandard: "Unobtainable",
|
|
20884
20934
|
name: "Dire Claw",
|
|
20885
20935
|
pp: 15,
|
|
20886
20936
|
priority: 0,
|
|
@@ -20888,8 +20938,8 @@ var _30 = {
|
|
|
20888
20938
|
secondary: { chance: 50 },
|
|
20889
20939
|
target: "normal",
|
|
20890
20940
|
type: "Poison",
|
|
20891
|
-
desc: "Has a
|
|
20892
|
-
shortDesc: "
|
|
20941
|
+
desc: "Has a 50% chance to cause the target to either fall asleep, become poisoned, or become paralyzed.",
|
|
20942
|
+
shortDesc: "50% chance to sleep, poison, or paralyze target."
|
|
20893
20943
|
},
|
|
20894
20944
|
dive: {
|
|
20895
20945
|
num: 291,
|
|
@@ -21744,6 +21794,7 @@ var _30 = {
|
|
|
21744
21794
|
accuracy: 100,
|
|
21745
21795
|
basePower: 80,
|
|
21746
21796
|
category: "Special",
|
|
21797
|
+
isNonstandard: "Unobtainable",
|
|
21747
21798
|
name: "Esper Wing",
|
|
21748
21799
|
pp: 10,
|
|
21749
21800
|
priority: 0,
|
|
@@ -23020,7 +23071,6 @@ var _30 = {
|
|
|
23020
23071
|
pp: 5,
|
|
23021
23072
|
priority: 0,
|
|
23022
23073
|
flags: { protect: 1, mirror: 1 },
|
|
23023
|
-
condition: { duration: 2 },
|
|
23024
23074
|
secondary: null,
|
|
23025
23075
|
target: "normal",
|
|
23026
23076
|
type: "Steel",
|
|
@@ -24204,6 +24254,7 @@ var _30 = {
|
|
|
24204
24254
|
accuracy: true,
|
|
24205
24255
|
basePower: 0,
|
|
24206
24256
|
category: "Status",
|
|
24257
|
+
isNonstandard: "Unobtainable",
|
|
24207
24258
|
name: "Heal Bell",
|
|
24208
24259
|
pp: 5,
|
|
24209
24260
|
priority: 0,
|
|
@@ -25198,6 +25249,7 @@ var _30 = {
|
|
|
25198
25249
|
accuracy: 100,
|
|
25199
25250
|
basePower: 60,
|
|
25200
25251
|
category: "Special",
|
|
25252
|
+
isNonstandard: "Unobtainable",
|
|
25201
25253
|
name: "Infernal Parade",
|
|
25202
25254
|
pp: 15,
|
|
25203
25255
|
priority: 0,
|
|
@@ -25380,6 +25432,7 @@ var _30 = {
|
|
|
25380
25432
|
priority: 1,
|
|
25381
25433
|
flags: { contact: 1, protect: 1, mirror: 1, punch: 1 },
|
|
25382
25434
|
secondary: null,
|
|
25435
|
+
hasSheerForce: true,
|
|
25383
25436
|
target: "normal",
|
|
25384
25437
|
type: "Water",
|
|
25385
25438
|
desc: "No additional effect.",
|
|
@@ -25956,6 +26009,7 @@ var _30 = {
|
|
|
25956
26009
|
accuracy: true,
|
|
25957
26010
|
basePower: 0,
|
|
25958
26011
|
category: "Status",
|
|
26012
|
+
isNonstandard: "Unobtainable",
|
|
25959
26013
|
name: "Lunar Blessing",
|
|
25960
26014
|
pp: 5,
|
|
25961
26015
|
priority: 0,
|
|
@@ -26219,7 +26273,7 @@ var _30 = {
|
|
|
26219
26273
|
target: "allAdjacentFoes",
|
|
26220
26274
|
type: "Steel",
|
|
26221
26275
|
desc: "Lowers the user's Special Attack by 1 stage.",
|
|
26222
|
-
shortDesc: "Lowers the user's Sp. Atk by 1.
|
|
26276
|
+
shortDesc: "Lowers the user's Sp. Atk by 1. Hits foe(s)."
|
|
26223
26277
|
},
|
|
26224
26278
|
maliciousmoonsault: {
|
|
26225
26279
|
num: 696,
|
|
@@ -27308,6 +27362,7 @@ var _30 = {
|
|
|
27308
27362
|
accuracy: 85,
|
|
27309
27363
|
basePower: 100,
|
|
27310
27364
|
category: "Physical",
|
|
27365
|
+
isNonstandard: "Unobtainable",
|
|
27311
27366
|
name: "Mountain Gale",
|
|
27312
27367
|
pp: 10,
|
|
27313
27368
|
priority: 0,
|
|
@@ -27441,6 +27496,7 @@ var _30 = {
|
|
|
27441
27496
|
accuracy: 90,
|
|
27442
27497
|
basePower: 70,
|
|
27443
27498
|
category: "Special",
|
|
27499
|
+
isNonstandard: "Unobtainable",
|
|
27444
27500
|
name: "Mystical Power",
|
|
27445
27501
|
pp: 10,
|
|
27446
27502
|
priority: 0,
|
|
@@ -28416,6 +28472,7 @@ var _30 = {
|
|
|
28416
28472
|
accuracy: true,
|
|
28417
28473
|
basePower: 0,
|
|
28418
28474
|
category: "Status",
|
|
28475
|
+
isNonstandard: "Unobtainable",
|
|
28419
28476
|
name: "Power Shift",
|
|
28420
28477
|
pp: 10,
|
|
28421
28478
|
priority: 0,
|
|
@@ -28731,6 +28788,7 @@ var _30 = {
|
|
|
28731
28788
|
accuracy: 90,
|
|
28732
28789
|
basePower: 70,
|
|
28733
28790
|
category: "Physical",
|
|
28791
|
+
isNonstandard: "Unobtainable",
|
|
28734
28792
|
name: "Psyshield Bash",
|
|
28735
28793
|
pp: 10,
|
|
28736
28794
|
priority: 0,
|
|
@@ -29009,6 +29067,7 @@ var _30 = {
|
|
|
29009
29067
|
accuracy: 100,
|
|
29010
29068
|
basePower: 120,
|
|
29011
29069
|
category: "Physical",
|
|
29070
|
+
isNonstandard: "Unobtainable",
|
|
29012
29071
|
name: "Raging Fury",
|
|
29013
29072
|
pp: 10,
|
|
29014
29073
|
priority: 0,
|
|
@@ -29309,9 +29368,9 @@ var _30 = {
|
|
|
29309
29368
|
noPPBoosts: true,
|
|
29310
29369
|
priority: 0,
|
|
29311
29370
|
flags: {},
|
|
29312
|
-
selfdestruct: "ifHit",
|
|
29313
29371
|
slotCondition: "revivalblessing",
|
|
29314
|
-
|
|
29372
|
+
selfSwitch: true,
|
|
29373
|
+
condition: { duration: 1 },
|
|
29315
29374
|
secondary: null,
|
|
29316
29375
|
target: "self",
|
|
29317
29376
|
type: "Normal",
|
|
@@ -29677,9 +29736,8 @@ var _30 = {
|
|
|
29677
29736
|
pp: 15,
|
|
29678
29737
|
priority: 0,
|
|
29679
29738
|
flags: { protect: 1, mirror: 1 },
|
|
29680
|
-
volatileStatus: "saltcure",
|
|
29681
29739
|
condition: { onResidualOrder: 13 },
|
|
29682
|
-
secondary:
|
|
29740
|
+
secondary: { chance: 100, volatileStatus: "saltcure" },
|
|
29683
29741
|
target: "normal",
|
|
29684
29742
|
type: "Rock",
|
|
29685
29743
|
shortDesc: "Deals 1/8 max HP every turn; 1/4 if Steel or Water."
|
|
@@ -29706,6 +29764,7 @@ var _30 = {
|
|
|
29706
29764
|
accuracy: 80,
|
|
29707
29765
|
basePower: 100,
|
|
29708
29766
|
category: "Special",
|
|
29767
|
+
isNonstandard: "Unobtainable",
|
|
29709
29768
|
name: "Sandsear Storm",
|
|
29710
29769
|
pp: 10,
|
|
29711
29770
|
priority: 0,
|
|
@@ -30251,6 +30310,7 @@ var _30 = {
|
|
|
30251
30310
|
accuracy: true,
|
|
30252
30311
|
basePower: 0,
|
|
30253
30312
|
category: "Status",
|
|
30313
|
+
isNonstandard: "Unobtainable",
|
|
30254
30314
|
name: "Shelter",
|
|
30255
30315
|
pp: 10,
|
|
30256
30316
|
priority: 0,
|
|
@@ -30366,6 +30426,7 @@ var _30 = {
|
|
|
30366
30426
|
accuracy: 100,
|
|
30367
30427
|
basePower: 0,
|
|
30368
30428
|
category: "Status",
|
|
30429
|
+
isNonstandard: "Unobtainable",
|
|
30369
30430
|
name: "Simple Beam",
|
|
30370
30431
|
pp: 15,
|
|
30371
30432
|
priority: 0,
|
|
@@ -31319,6 +31380,7 @@ var _30 = {
|
|
|
31319
31380
|
accuracy: 80,
|
|
31320
31381
|
basePower: 100,
|
|
31321
31382
|
category: "Special",
|
|
31383
|
+
isNonstandard: "Unobtainable",
|
|
31322
31384
|
name: "Springtide Storm",
|
|
31323
31385
|
pp: 5,
|
|
31324
31386
|
priority: 0,
|
|
@@ -31514,15 +31576,17 @@ var _30 = {
|
|
|
31514
31576
|
accuracy: 90,
|
|
31515
31577
|
basePower: 65,
|
|
31516
31578
|
category: "Physical",
|
|
31579
|
+
isNonstandard: "Unobtainable",
|
|
31517
31580
|
name: "Stone Axe",
|
|
31518
31581
|
pp: 15,
|
|
31519
31582
|
priority: 0,
|
|
31520
|
-
flags: { contact: 1, protect: 1, mirror: 1 },
|
|
31521
|
-
|
|
31583
|
+
flags: { contact: 1, protect: 1, mirror: 1, slicing: 1 },
|
|
31584
|
+
self: {},
|
|
31585
|
+
secondary: {},
|
|
31522
31586
|
target: "normal",
|
|
31523
31587
|
type: "Rock",
|
|
31524
|
-
desc: "
|
|
31525
|
-
shortDesc: "
|
|
31588
|
+
desc: "If this move is successful, it sets up a hazard on the opposing side of the field, damaging each opposing Pokemon that switches in. Foes lose 1/32, 1/16, 1/8, 1/4, or 1/2 of their maximum HP, rounded down, based on their weakness to the Rock type; 0.25x, 0.5x, neutral, 2x, or 4x, respectively. Can be removed from the opposing side if any opposing Pokemon uses Rapid Spin or Defog successfully, or is hit by Defog.",
|
|
31589
|
+
shortDesc: "Sets Stealth Rock on the target's side."
|
|
31526
31590
|
},
|
|
31527
31591
|
stoneedge: {
|
|
31528
31592
|
num: 444,
|
|
@@ -32828,6 +32892,7 @@ var _30 = {
|
|
|
32828
32892
|
accuracy: 100,
|
|
32829
32893
|
basePower: 90,
|
|
32830
32894
|
category: "Physical",
|
|
32895
|
+
isNonstandard: "Unobtainable",
|
|
32831
32896
|
name: "Triple Arrows",
|
|
32832
32897
|
pp: 10,
|
|
32833
32898
|
priority: 0,
|
|
@@ -32839,8 +32904,8 @@ var _30 = {
|
|
|
32839
32904
|
],
|
|
32840
32905
|
target: "normal",
|
|
32841
32906
|
type: "Fighting",
|
|
32842
|
-
desc: "Has a
|
|
32843
|
-
shortDesc: "High critical hit ratio. 50% -1 Def.
|
|
32907
|
+
desc: "Has a 50% chance to lower the target's Defense by 1 stage, a 30% chance to make it flinch, and a higher chance for a critical hit.",
|
|
32908
|
+
shortDesc: "High critical hit ratio. 50% -1 Def. 30% flinch."
|
|
32844
32909
|
},
|
|
32845
32910
|
tripleaxel: {
|
|
32846
32911
|
num: 813,
|
|
@@ -33119,6 +33184,7 @@ var _30 = {
|
|
|
33119
33184
|
accuracy: true,
|
|
33120
33185
|
basePower: 0,
|
|
33121
33186
|
category: "Status",
|
|
33187
|
+
isNonstandard: "Unobtainable",
|
|
33122
33188
|
name: "Victory Dance",
|
|
33123
33189
|
pp: 10,
|
|
33124
33190
|
priority: 0,
|
|
@@ -33468,6 +33534,7 @@ var _30 = {
|
|
|
33468
33534
|
accuracy: 80,
|
|
33469
33535
|
basePower: 100,
|
|
33470
33536
|
category: "Special",
|
|
33537
|
+
isNonstandard: "Unobtainable",
|
|
33471
33538
|
name: "Wildbolt Storm",
|
|
33472
33539
|
pp: 10,
|
|
33473
33540
|
priority: 0,
|
|
@@ -33760,24 +33827,24 @@ var _30 = {
|
|
|
33760
33827
|
}
|
|
33761
33828
|
};
|
|
33762
33829
|
var moves_default = {
|
|
33763
|
-
"1":
|
|
33764
|
-
"2":
|
|
33765
|
-
"3":
|
|
33766
|
-
"4":
|
|
33767
|
-
"5":
|
|
33768
|
-
"6":
|
|
33769
|
-
"7":
|
|
33770
|
-
"8":
|
|
33771
|
-
"9":
|
|
33830
|
+
"1": _23,
|
|
33831
|
+
"2": _24,
|
|
33832
|
+
"3": _25,
|
|
33833
|
+
"4": _26,
|
|
33834
|
+
"5": _27,
|
|
33835
|
+
"6": _28,
|
|
33836
|
+
"7": _29,
|
|
33837
|
+
"8": _30,
|
|
33838
|
+
"9": _31
|
|
33772
33839
|
};
|
|
33773
33840
|
|
|
33774
33841
|
// data/natures.json
|
|
33775
33842
|
var natures_exports = {};
|
|
33776
33843
|
_chunkJC4IRQULjs.__export.call(void 0, natures_exports, {
|
|
33777
|
-
"9": () =>
|
|
33844
|
+
"9": () => _32,
|
|
33778
33845
|
default: () => natures_default
|
|
33779
33846
|
});
|
|
33780
|
-
var
|
|
33847
|
+
var _32 = {
|
|
33781
33848
|
adamant: { name: "Adamant", plus: "atk", minus: "spa" },
|
|
33782
33849
|
bashful: { name: "Bashful" },
|
|
33783
33850
|
bold: { name: "Bold", plus: "def", minus: "atk" },
|
|
@@ -33805,23 +33872,23 @@ var _31 = {
|
|
|
33805
33872
|
timid: { name: "Timid", plus: "spe", minus: "atk" }
|
|
33806
33873
|
};
|
|
33807
33874
|
var natures_default = {
|
|
33808
|
-
"9":
|
|
33875
|
+
"9": _32
|
|
33809
33876
|
};
|
|
33810
33877
|
|
|
33811
33878
|
// data/species.json
|
|
33812
33879
|
var species_exports = {};
|
|
33813
33880
|
_chunkJC4IRQULjs.__export.call(void 0, species_exports, {
|
|
33814
|
-
"1": () =>
|
|
33815
|
-
"2": () =>
|
|
33816
|
-
"4": () =>
|
|
33817
|
-
"5": () =>
|
|
33818
|
-
"6": () =>
|
|
33819
|
-
"7": () =>
|
|
33820
|
-
"8": () =>
|
|
33821
|
-
"9": () =>
|
|
33881
|
+
"1": () => _33,
|
|
33882
|
+
"2": () => _34,
|
|
33883
|
+
"4": () => _35,
|
|
33884
|
+
"5": () => _36,
|
|
33885
|
+
"6": () => _37,
|
|
33886
|
+
"7": () => _38,
|
|
33887
|
+
"8": () => _39,
|
|
33888
|
+
"9": () => _40,
|
|
33822
33889
|
default: () => species_default
|
|
33823
33890
|
});
|
|
33824
|
-
var
|
|
33891
|
+
var _33 = {
|
|
33825
33892
|
missingno: {
|
|
33826
33893
|
inherit: true,
|
|
33827
33894
|
baseStats: {
|
|
@@ -35497,7 +35564,7 @@ var _32 = {
|
|
|
35497
35564
|
}
|
|
35498
35565
|
}
|
|
35499
35566
|
};
|
|
35500
|
-
var
|
|
35567
|
+
var _34 = {
|
|
35501
35568
|
unown: {
|
|
35502
35569
|
inherit: true,
|
|
35503
35570
|
cosmeticFormes: [
|
|
@@ -35557,7 +35624,7 @@ var _33 = {
|
|
|
35557
35624
|
]
|
|
35558
35625
|
}
|
|
35559
35626
|
};
|
|
35560
|
-
var
|
|
35627
|
+
var _35 = {
|
|
35561
35628
|
milotic: {
|
|
35562
35629
|
inherit: true,
|
|
35563
35630
|
evoType: "levelExtra",
|
|
@@ -35569,7 +35636,7 @@ var _34 = {
|
|
|
35569
35636
|
rotomfan: { inherit: true, types: ["Electric", "Ghost"] },
|
|
35570
35637
|
rotommow: { inherit: true, types: ["Electric", "Ghost"] }
|
|
35571
35638
|
};
|
|
35572
|
-
var
|
|
35639
|
+
var _36 = {
|
|
35573
35640
|
bulbasaur: { inherit: true, maleOnlyHidden: true },
|
|
35574
35641
|
ivysaur: { inherit: true, maleOnlyHidden: true },
|
|
35575
35642
|
venusaur: { inherit: true, maleOnlyHidden: true },
|
|
@@ -36050,7 +36117,7 @@ var _35 = {
|
|
|
36050
36117
|
larvesta: { inherit: true, unreleasedHidden: true },
|
|
36051
36118
|
volcarona: { inherit: true, unreleasedHidden: true }
|
|
36052
36119
|
};
|
|
36053
|
-
var
|
|
36120
|
+
var _37 = {
|
|
36054
36121
|
charizardmegax: { inherit: true },
|
|
36055
36122
|
arbok: {
|
|
36056
36123
|
inherit: true,
|
|
@@ -36513,7 +36580,7 @@ var _36 = {
|
|
|
36513
36580
|
abilities: { "0": "Volt Absorb", "1": "Lightning Rod" }
|
|
36514
36581
|
}
|
|
36515
36582
|
};
|
|
36516
|
-
var
|
|
36583
|
+
var _38 = {
|
|
36517
36584
|
pikachuoriginal: { inherit: true, abilities: { "0": "Static" } },
|
|
36518
36585
|
pikachuhoenn: { inherit: true, abilities: { "0": "Static" } },
|
|
36519
36586
|
pikachusinnoh: { inherit: true, abilities: { "0": "Static" } },
|
|
@@ -36633,7 +36700,7 @@ var _37 = {
|
|
|
36633
36700
|
mumbao: { inherit: true, unreleasedHidden: true },
|
|
36634
36701
|
jumbao: { inherit: true, unreleasedHidden: true }
|
|
36635
36702
|
};
|
|
36636
|
-
var
|
|
36703
|
+
var _39 = {
|
|
36637
36704
|
growlithehisui: {
|
|
36638
36705
|
inherit: true,
|
|
36639
36706
|
abilities: { "0": "Intimidate", "1": "Flash Fire", H: "Justified" }
|
|
@@ -36772,7 +36839,7 @@ var _38 = {
|
|
|
36772
36839
|
},
|
|
36773
36840
|
enamorus: { inherit: true, abilities: { "0": "Healer", H: "Contrary" } }
|
|
36774
36841
|
};
|
|
36775
|
-
var
|
|
36842
|
+
var _40 = {
|
|
36776
36843
|
bulbasaur: {
|
|
36777
36844
|
num: 1,
|
|
36778
36845
|
name: "Bulbasaur",
|
|
@@ -59987,7 +60054,8 @@ var _39 = {
|
|
|
59987
60054
|
abilities: { "0": "Serene Grace", "1": "Run Away", H: "Rattled" },
|
|
59988
60055
|
weightkg: 39.2,
|
|
59989
60056
|
prevo: "Dunsparce",
|
|
59990
|
-
|
|
60057
|
+
evoType: "levelMove",
|
|
60058
|
+
evoMove: "Hyper Drill",
|
|
59991
60059
|
otherFormes: ["Dudunsparce-Three-Segment"],
|
|
59992
60060
|
formeOrder: ["Dudunsparce", "Dudunsparce-Three-Segment"],
|
|
59993
60061
|
eggGroups: ["Field"]
|
|
@@ -60009,7 +60077,8 @@ var _39 = {
|
|
|
60009
60077
|
abilities: { "0": "Serene Grace", "1": "Run Away", H: "Rattled" },
|
|
60010
60078
|
weightkg: 47.4,
|
|
60011
60079
|
prevo: "Dunsparce",
|
|
60012
|
-
|
|
60080
|
+
evoType: "levelMove",
|
|
60081
|
+
evoMove: "Hyper Drill",
|
|
60013
60082
|
eggGroups: ["Field"]
|
|
60014
60083
|
},
|
|
60015
60084
|
tarountula: {
|
|
@@ -60898,7 +60967,7 @@ var _39 = {
|
|
|
60898
60967
|
spe: 90
|
|
60899
60968
|
},
|
|
60900
60969
|
abilities: { "0": "Scrappy", "1": "Tangled Feet", H: "Costar" },
|
|
60901
|
-
weightkg:
|
|
60970
|
+
weightkg: 37,
|
|
60902
60971
|
eggGroups: ["Flying"]
|
|
60903
60972
|
},
|
|
60904
60973
|
klawf: {
|
|
@@ -61070,7 +61139,7 @@ var _39 = {
|
|
|
61070
61139
|
spd: 80,
|
|
61071
61140
|
spe: 95
|
|
61072
61141
|
},
|
|
61073
|
-
abilities: { "0": "Well-Baked Body" },
|
|
61142
|
+
abilities: { "0": "Well-Baked Body", H: "Aroma Veil" },
|
|
61074
61143
|
weightkg: 14.9,
|
|
61075
61144
|
prevo: "Fidough",
|
|
61076
61145
|
evoLevel: 26,
|
|
@@ -61191,7 +61260,7 @@ var _39 = {
|
|
|
61191
61260
|
gholdengo: {
|
|
61192
61261
|
num: 977,
|
|
61193
61262
|
name: "Gholdengo",
|
|
61194
|
-
types: ["
|
|
61263
|
+
types: ["Steel", "Ghost"],
|
|
61195
61264
|
gender: "N",
|
|
61196
61265
|
baseStats: {
|
|
61197
61266
|
hp: 87,
|
|
@@ -61223,6 +61292,7 @@ var _39 = {
|
|
|
61223
61292
|
},
|
|
61224
61293
|
abilities: { "0": "Protosynthesis" },
|
|
61225
61294
|
weightkg: 320,
|
|
61295
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61226
61296
|
eggGroups: ["Undiscovered"]
|
|
61227
61297
|
},
|
|
61228
61298
|
brutebonnet: {
|
|
@@ -61240,6 +61310,7 @@ var _39 = {
|
|
|
61240
61310
|
},
|
|
61241
61311
|
abilities: { "0": "Protosynthesis" },
|
|
61242
61312
|
weightkg: 21,
|
|
61313
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61243
61314
|
eggGroups: ["Undiscovered"]
|
|
61244
61315
|
},
|
|
61245
61316
|
sandyshocks: {
|
|
@@ -61257,6 +61328,7 @@ var _39 = {
|
|
|
61257
61328
|
},
|
|
61258
61329
|
abilities: { "0": "Protosynthesis" },
|
|
61259
61330
|
weightkg: 60,
|
|
61331
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61260
61332
|
eggGroups: ["Undiscovered"]
|
|
61261
61333
|
},
|
|
61262
61334
|
screamtail: {
|
|
@@ -61274,6 +61346,7 @@ var _39 = {
|
|
|
61274
61346
|
},
|
|
61275
61347
|
abilities: { "0": "Protosynthesis" },
|
|
61276
61348
|
weightkg: 8,
|
|
61349
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61277
61350
|
eggGroups: ["Undiscovered"]
|
|
61278
61351
|
},
|
|
61279
61352
|
fluttermane: {
|
|
@@ -61291,6 +61364,7 @@ var _39 = {
|
|
|
61291
61364
|
},
|
|
61292
61365
|
abilities: { "0": "Protosynthesis" },
|
|
61293
61366
|
weightkg: 4,
|
|
61367
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61294
61368
|
eggGroups: ["Undiscovered"]
|
|
61295
61369
|
},
|
|
61296
61370
|
slitherwing: {
|
|
@@ -61308,6 +61382,7 @@ var _39 = {
|
|
|
61308
61382
|
},
|
|
61309
61383
|
abilities: { "0": "Protosynthesis" },
|
|
61310
61384
|
weightkg: 92,
|
|
61385
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61311
61386
|
eggGroups: ["Undiscovered"]
|
|
61312
61387
|
},
|
|
61313
61388
|
roaringmoon: {
|
|
@@ -61325,6 +61400,7 @@ var _39 = {
|
|
|
61325
61400
|
},
|
|
61326
61401
|
abilities: { "0": "Protosynthesis" },
|
|
61327
61402
|
weightkg: 380,
|
|
61403
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61328
61404
|
eggGroups: ["Undiscovered"]
|
|
61329
61405
|
},
|
|
61330
61406
|
irontreads: {
|
|
@@ -61342,6 +61418,7 @@ var _39 = {
|
|
|
61342
61418
|
},
|
|
61343
61419
|
abilities: { "0": "Quark Drive" },
|
|
61344
61420
|
weightkg: 240,
|
|
61421
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61345
61422
|
eggGroups: ["Undiscovered"]
|
|
61346
61423
|
},
|
|
61347
61424
|
ironmoth: {
|
|
@@ -61359,6 +61436,7 @@ var _39 = {
|
|
|
61359
61436
|
},
|
|
61360
61437
|
abilities: { "0": "Quark Drive" },
|
|
61361
61438
|
weightkg: 36,
|
|
61439
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61362
61440
|
eggGroups: ["Undiscovered"]
|
|
61363
61441
|
},
|
|
61364
61442
|
ironhands: {
|
|
@@ -61376,6 +61454,7 @@ var _39 = {
|
|
|
61376
61454
|
},
|
|
61377
61455
|
abilities: { "0": "Quark Drive" },
|
|
61378
61456
|
weightkg: 380.7,
|
|
61457
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61379
61458
|
eggGroups: ["Undiscovered"]
|
|
61380
61459
|
},
|
|
61381
61460
|
ironjugulis: {
|
|
@@ -61393,6 +61472,7 @@ var _39 = {
|
|
|
61393
61472
|
},
|
|
61394
61473
|
abilities: { "0": "Quark Drive" },
|
|
61395
61474
|
weightkg: 111,
|
|
61475
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61396
61476
|
eggGroups: ["Undiscovered"]
|
|
61397
61477
|
},
|
|
61398
61478
|
ironthorns: {
|
|
@@ -61410,6 +61490,7 @@ var _39 = {
|
|
|
61410
61490
|
},
|
|
61411
61491
|
abilities: { "0": "Quark Drive" },
|
|
61412
61492
|
weightkg: 303,
|
|
61493
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61413
61494
|
eggGroups: ["Undiscovered"]
|
|
61414
61495
|
},
|
|
61415
61496
|
ironbundle: {
|
|
@@ -61427,6 +61508,7 @@ var _39 = {
|
|
|
61427
61508
|
},
|
|
61428
61509
|
abilities: { "0": "Quark Drive" },
|
|
61429
61510
|
weightkg: 11,
|
|
61511
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61430
61512
|
eggGroups: ["Undiscovered"]
|
|
61431
61513
|
},
|
|
61432
61514
|
ironvaliant: {
|
|
@@ -61444,6 +61526,7 @@ var _39 = {
|
|
|
61444
61526
|
},
|
|
61445
61527
|
abilities: { "0": "Quark Drive" },
|
|
61446
61528
|
weightkg: 35,
|
|
61529
|
+
tags: ["Sub-Legendary", "Paradox"],
|
|
61447
61530
|
eggGroups: ["Undiscovered"]
|
|
61448
61531
|
},
|
|
61449
61532
|
tinglu: {
|
|
@@ -61621,7 +61704,7 @@ var _39 = {
|
|
|
61621
61704
|
def: 40,
|
|
61622
61705
|
spa: 50,
|
|
61623
61706
|
spd: 40,
|
|
61624
|
-
spe:
|
|
61707
|
+
spe: 35
|
|
61625
61708
|
},
|
|
61626
61709
|
abilities: { "0": "Flash Fire", H: "Flame Body" },
|
|
61627
61710
|
weightkg: 10.5,
|
|
@@ -61644,7 +61727,7 @@ var _39 = {
|
|
|
61644
61727
|
weightkg: 85,
|
|
61645
61728
|
prevo: "Charcadet",
|
|
61646
61729
|
evoType: "useItem",
|
|
61647
|
-
evoItem: "
|
|
61730
|
+
evoItem: "Auspicious Armor",
|
|
61648
61731
|
eggGroups: ["Human-Like"]
|
|
61649
61732
|
},
|
|
61650
61733
|
ceruledge: {
|
|
@@ -61663,7 +61746,7 @@ var _39 = {
|
|
|
61663
61746
|
weightkg: 62,
|
|
61664
61747
|
prevo: "Charcadet",
|
|
61665
61748
|
evoType: "useItem",
|
|
61666
|
-
evoItem: "
|
|
61749
|
+
evoItem: "Malicious Armor",
|
|
61667
61750
|
eggGroups: ["Human-Like"]
|
|
61668
61751
|
},
|
|
61669
61752
|
toedscool: {
|
|
@@ -63437,27 +63520,27 @@ var _39 = {
|
|
|
63437
63520
|
}
|
|
63438
63521
|
};
|
|
63439
63522
|
var species_default = {
|
|
63440
|
-
"1":
|
|
63441
|
-
"2":
|
|
63442
|
-
"4":
|
|
63443
|
-
"5":
|
|
63444
|
-
"6":
|
|
63445
|
-
"7":
|
|
63446
|
-
"8":
|
|
63447
|
-
"9":
|
|
63523
|
+
"1": _33,
|
|
63524
|
+
"2": _34,
|
|
63525
|
+
"4": _35,
|
|
63526
|
+
"5": _36,
|
|
63527
|
+
"6": _37,
|
|
63528
|
+
"7": _38,
|
|
63529
|
+
"8": _39,
|
|
63530
|
+
"9": _40
|
|
63448
63531
|
};
|
|
63449
63532
|
|
|
63450
63533
|
// data/types.json
|
|
63451
63534
|
var types_exports = {};
|
|
63452
63535
|
_chunkJC4IRQULjs.__export.call(void 0, types_exports, {
|
|
63453
|
-
"1": () =>
|
|
63454
|
-
"2": () =>
|
|
63455
|
-
"5": () =>
|
|
63456
|
-
"6": () =>
|
|
63457
|
-
"9": () =>
|
|
63536
|
+
"1": () => _41,
|
|
63537
|
+
"2": () => _42,
|
|
63538
|
+
"5": () => _43,
|
|
63539
|
+
"6": () => _44,
|
|
63540
|
+
"9": () => _45,
|
|
63458
63541
|
default: () => types_default
|
|
63459
63542
|
});
|
|
63460
|
-
var
|
|
63543
|
+
var _41 = {
|
|
63461
63544
|
bug: {
|
|
63462
63545
|
damageTaken: {
|
|
63463
63546
|
Bug: 0,
|
|
@@ -63578,7 +63661,7 @@ var _40 = {
|
|
|
63578
63661
|
dark: { inherit: true, isNonstandard: "Future" },
|
|
63579
63662
|
steel: { inherit: true, isNonstandard: "Future" }
|
|
63580
63663
|
};
|
|
63581
|
-
var
|
|
63664
|
+
var _42 = {
|
|
63582
63665
|
fire: {
|
|
63583
63666
|
inherit: true,
|
|
63584
63667
|
damageTaken: {
|
|
@@ -63647,7 +63730,7 @@ var _41 = {
|
|
|
63647
63730
|
}
|
|
63648
63731
|
}
|
|
63649
63732
|
};
|
|
63650
|
-
var
|
|
63733
|
+
var _43 = {
|
|
63651
63734
|
electric: {
|
|
63652
63735
|
inherit: true,
|
|
63653
63736
|
damageTaken: {
|
|
@@ -63738,7 +63821,7 @@ var _42 = {
|
|
|
63738
63821
|
},
|
|
63739
63822
|
fairy: { inherit: true, isNonstandard: "Future" }
|
|
63740
63823
|
};
|
|
63741
|
-
var
|
|
63824
|
+
var _44 = {
|
|
63742
63825
|
dark: {
|
|
63743
63826
|
inherit: true,
|
|
63744
63827
|
damageTaken: {
|
|
@@ -63763,7 +63846,7 @@ var _43 = {
|
|
|
63763
63846
|
}
|
|
63764
63847
|
}
|
|
63765
63848
|
};
|
|
63766
|
-
var
|
|
63849
|
+
var _45 = {
|
|
63767
63850
|
bug: {
|
|
63768
63851
|
damageTaken: {
|
|
63769
63852
|
Bug: 0,
|
|
@@ -64193,28 +64276,28 @@ var _44 = {
|
|
|
64193
64276
|
}
|
|
64194
64277
|
};
|
|
64195
64278
|
var types_default = {
|
|
64196
|
-
"1":
|
|
64197
|
-
"2":
|
|
64198
|
-
"5":
|
|
64199
|
-
"6":
|
|
64200
|
-
"9":
|
|
64279
|
+
"1": _41,
|
|
64280
|
+
"2": _42,
|
|
64281
|
+
"5": _43,
|
|
64282
|
+
"6": _44,
|
|
64283
|
+
"9": _45
|
|
64201
64284
|
};
|
|
64202
64285
|
|
|
64203
64286
|
// data/formats-data.json
|
|
64204
64287
|
var formats_data_exports = {};
|
|
64205
64288
|
_chunkJC4IRQULjs.__export.call(void 0, formats_data_exports, {
|
|
64206
|
-
"1": () =>
|
|
64207
|
-
"2": () =>
|
|
64208
|
-
"3": () =>
|
|
64209
|
-
"4": () =>
|
|
64210
|
-
"5": () =>
|
|
64211
|
-
"6": () =>
|
|
64212
|
-
"7": () =>
|
|
64213
|
-
"8": () =>
|
|
64214
|
-
"9": () =>
|
|
64289
|
+
"1": () => _46,
|
|
64290
|
+
"2": () => _47,
|
|
64291
|
+
"3": () => _48,
|
|
64292
|
+
"4": () => _49,
|
|
64293
|
+
"5": () => _50,
|
|
64294
|
+
"6": () => _51,
|
|
64295
|
+
"7": () => _52,
|
|
64296
|
+
"8": () => _53,
|
|
64297
|
+
"9": () => _54,
|
|
64215
64298
|
default: () => formats_data_default
|
|
64216
64299
|
});
|
|
64217
|
-
var
|
|
64300
|
+
var _46 = {
|
|
64218
64301
|
bulbasaur: { tier: "LC" },
|
|
64219
64302
|
ivysaur: { tier: "NFE" },
|
|
64220
64303
|
venusaur: { tier: "UU" },
|
|
@@ -64345,7 +64428,7 @@ var _45 = {
|
|
|
64345
64428
|
tauros: { tier: "OU" },
|
|
64346
64429
|
magikarp: { tier: "LC" },
|
|
64347
64430
|
gyarados: { tier: "UU" },
|
|
64348
|
-
lapras: { tier: "
|
|
64431
|
+
lapras: { tier: "UU" },
|
|
64349
64432
|
ditto: { tier: "PU" },
|
|
64350
64433
|
eevee: { tier: "LC" },
|
|
64351
64434
|
vaporeon: { tier: "UU" },
|
|
@@ -64368,7 +64451,7 @@ var _45 = {
|
|
|
64368
64451
|
mew: { tier: "Uber" },
|
|
64369
64452
|
missingno: { isNonstandard: "Unobtainable", tier: "Illegal" }
|
|
64370
64453
|
};
|
|
64371
|
-
var
|
|
64454
|
+
var _47 = {
|
|
64372
64455
|
bulbasaur: { tier: "LC" },
|
|
64373
64456
|
ivysaur: { tier: "NFE" },
|
|
64374
64457
|
venusaur: { tier: "UUBL" },
|
|
@@ -64621,7 +64704,7 @@ var _46 = {
|
|
|
64621
64704
|
hooh: { tier: "Uber" },
|
|
64622
64705
|
celebi: { tier: "Uber" }
|
|
64623
64706
|
};
|
|
64624
|
-
var
|
|
64707
|
+
var _48 = {
|
|
64625
64708
|
bulbasaur: { tier: "LC" },
|
|
64626
64709
|
ivysaur: { tier: "NFE" },
|
|
64627
64710
|
venusaur: { tier: "UUBL" },
|
|
@@ -65015,7 +65098,7 @@ var _47 = {
|
|
|
65015
65098
|
deoxysdefense: { tier: "Uber" },
|
|
65016
65099
|
deoxysspeed: { tier: "Uber" }
|
|
65017
65100
|
};
|
|
65018
|
-
var
|
|
65101
|
+
var _49 = {
|
|
65019
65102
|
bulbasaur: { tier: "LC" },
|
|
65020
65103
|
ivysaur: { tier: "NFE" },
|
|
65021
65104
|
venusaur: { tier: "UU" },
|
|
@@ -65543,7 +65626,7 @@ var _48 = {
|
|
|
65543
65626
|
arceussteel: {},
|
|
65544
65627
|
arceuswater: {}
|
|
65545
65628
|
};
|
|
65546
|
-
var
|
|
65629
|
+
var _50 = {
|
|
65547
65630
|
bulbasaur: { tier: "LC" },
|
|
65548
65631
|
ivysaur: { tier: "NFE" },
|
|
65549
65632
|
venusaur: { tier: "(OU)", doublesTier: "DOU" },
|
|
@@ -66257,7 +66340,7 @@ var _49 = {
|
|
|
66257
66340
|
pokestargiantpropo2: { isNonstandard: "Unobtainable", tier: "Illegal" },
|
|
66258
66341
|
pokestarufopropu2: { isNonstandard: "Unobtainable", tier: "Illegal" }
|
|
66259
66342
|
};
|
|
66260
|
-
var
|
|
66343
|
+
var _51 = {
|
|
66261
66344
|
bulbasaur: { tier: "LC" },
|
|
66262
66345
|
ivysaur: { tier: "NFE" },
|
|
66263
66346
|
venusaur: { tier: "RU", doublesTier: "DOU" },
|
|
@@ -67091,7 +67174,7 @@ var _50 = {
|
|
|
67091
67174
|
hoopaunbound: { tier: "Uber", doublesTier: "DOU" },
|
|
67092
67175
|
volcanion: { tier: "OU", doublesTier: "DOU" }
|
|
67093
67176
|
};
|
|
67094
|
-
var
|
|
67177
|
+
var _52 = {
|
|
67095
67178
|
bulbasaur: { tier: "LC" },
|
|
67096
67179
|
ivysaur: { tier: "NFE" },
|
|
67097
67180
|
venusaur: { tier: "RU", doublesTier: "(DUU)" },
|
|
@@ -68078,7 +68161,7 @@ var _51 = {
|
|
|
68078
68161
|
meltan: { isNonstandard: "LGPE", tier: "Illegal" },
|
|
68079
68162
|
melmetal: { isNonstandard: "LGPE", tier: "Illegal" }
|
|
68080
68163
|
};
|
|
68081
|
-
var
|
|
68164
|
+
var _53 = {
|
|
68082
68165
|
bulbasaur: { tier: "LC" },
|
|
68083
68166
|
ivysaur: { tier: "NFE" },
|
|
68084
68167
|
venusaur: { tier: "UU", doublesTier: "(DUU)" },
|
|
@@ -69486,15 +69569,15 @@ var _52 = {
|
|
|
69486
69569
|
pokestargiantpropo2: { isNonstandard: "Custom", tier: "Illegal" },
|
|
69487
69570
|
pokestarufopropu2: { isNonstandard: "Custom", tier: "Illegal" }
|
|
69488
69571
|
};
|
|
69489
|
-
var
|
|
69572
|
+
var _54 = {
|
|
69490
69573
|
bulbasaur: { isNonstandard: "Past", tier: "Illegal" },
|
|
69491
69574
|
ivysaur: { isNonstandard: "Past", tier: "Illegal" },
|
|
69492
69575
|
venusaur: { isNonstandard: "Past", tier: "Illegal" },
|
|
69493
69576
|
venusaurmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69494
69577
|
venusaurgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69495
|
-
charmander: {
|
|
69496
|
-
charmeleon: {
|
|
69497
|
-
charizard: {
|
|
69578
|
+
charmander: { tier: "LC" },
|
|
69579
|
+
charmeleon: { tier: "NFE" },
|
|
69580
|
+
charizard: { tier: "OU", doublesTier: "DOU" },
|
|
69498
69581
|
charizardmegax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69499
69582
|
charizardmegay: { isNonstandard: "Past", tier: "Illegal" },
|
|
69500
69583
|
charizardgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69543,7 +69626,7 @@ var _53 = {
|
|
|
69543
69626
|
pikachustarter: { isNonstandard: "LGPE", tier: "Illegal" },
|
|
69544
69627
|
pikachugmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69545
69628
|
pikachuworld: { isNonstandard: "Past", tier: "Illegal" },
|
|
69546
|
-
raichu: { tier: "
|
|
69629
|
+
raichu: { tier: "UU", doublesTier: "DUU" },
|
|
69547
69630
|
raichualola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69548
69631
|
sandshrew: { isNonstandard: "Past", tier: "Illegal" },
|
|
69549
69632
|
sandshrewalola: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69564,7 +69647,7 @@ var _53 = {
|
|
|
69564
69647
|
ninetalesalola: { isNonstandard: "Past", tier: "Illegal" },
|
|
69565
69648
|
igglybuff: { tier: "LC" },
|
|
69566
69649
|
jigglypuff: { tier: "NFE" },
|
|
69567
|
-
wigglytuff: { tier: "
|
|
69650
|
+
wigglytuff: { tier: "UU", doublesTier: "DUU" },
|
|
69568
69651
|
zubat: { isNonstandard: "Past", tier: "Illegal" },
|
|
69569
69652
|
golbat: { isNonstandard: "Past", tier: "Illegal" },
|
|
69570
69653
|
crobat: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69575,25 +69658,25 @@ var _53 = {
|
|
|
69575
69658
|
paras: { isNonstandard: "Past", tier: "Illegal" },
|
|
69576
69659
|
parasect: { isNonstandard: "Past", tier: "Illegal" },
|
|
69577
69660
|
venonat: { tier: "LC" },
|
|
69578
|
-
venomoth: { tier: "
|
|
69661
|
+
venomoth: { tier: "UU", doublesTier: "DUU" },
|
|
69579
69662
|
diglett: { tier: "LC" },
|
|
69580
69663
|
diglettalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69581
|
-
dugtrio: { tier: "
|
|
69664
|
+
dugtrio: { tier: "UU", doublesTier: "DUU" },
|
|
69582
69665
|
dugtrioalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69583
69666
|
meowth: { tier: "LC" },
|
|
69584
69667
|
meowthalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69585
69668
|
meowthgalar: { tier: "LC" },
|
|
69586
69669
|
meowthgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69587
|
-
persian: { tier: "
|
|
69670
|
+
persian: { tier: "UU", doublesTier: "DUU" },
|
|
69588
69671
|
persianalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69589
|
-
perrserker: { tier: "
|
|
69672
|
+
perrserker: { tier: "UU", doublesTier: "DUU" },
|
|
69590
69673
|
psyduck: { tier: "LC" },
|
|
69591
|
-
golduck: { tier: "
|
|
69674
|
+
golduck: { tier: "UU", doublesTier: "DUU" },
|
|
69592
69675
|
mankey: { tier: "LC" },
|
|
69593
69676
|
primeape: { tier: "NFE" },
|
|
69594
69677
|
growlithe: { tier: "LC" },
|
|
69595
69678
|
growlithehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69596
|
-
arcanine: { tier: "
|
|
69679
|
+
arcanine: { tier: "UU", doublesTier: "DOU" },
|
|
69597
69680
|
arcaninehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69598
69681
|
poliwag: { isNonstandard: "Past", tier: "Illegal" },
|
|
69599
69682
|
poliwhirl: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69624,14 +69707,14 @@ var _53 = {
|
|
|
69624
69707
|
rapidashgalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
69625
69708
|
slowpoke: { tier: "LC" },
|
|
69626
69709
|
slowpokegalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69627
|
-
slowbro: { tier: "
|
|
69710
|
+
slowbro: { tier: "UU", doublesTier: "DUU" },
|
|
69628
69711
|
slowbromega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69629
69712
|
slowbrogalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69630
|
-
slowking: { tier: "
|
|
69713
|
+
slowking: { tier: "UU", doublesTier: "DUU" },
|
|
69631
69714
|
slowkinggalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69632
69715
|
magnemite: { tier: "LC" },
|
|
69633
69716
|
magneton: { tier: "NFE" },
|
|
69634
|
-
magnezone: { tier: "
|
|
69717
|
+
magnezone: { tier: "UU", doublesTier: "DUU" },
|
|
69635
69718
|
farfetchd: { isNonstandard: "Past", tier: "Illegal" },
|
|
69636
69719
|
farfetchdgalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
69637
69720
|
sirfetchd: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69641,26 +69724,26 @@ var _53 = {
|
|
|
69641
69724
|
dewgong: { isNonstandard: "Past", tier: "Illegal" },
|
|
69642
69725
|
grimer: { tier: "LC" },
|
|
69643
69726
|
grimeralola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69644
|
-
muk: { tier: "
|
|
69727
|
+
muk: { tier: "UU", doublesTier: "DUU" },
|
|
69645
69728
|
mukalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69646
69729
|
shellder: { tier: "LC" },
|
|
69647
|
-
cloyster: { tier: "
|
|
69730
|
+
cloyster: { tier: "UU", doublesTier: "DUU" },
|
|
69648
69731
|
gastly: { tier: "LC" },
|
|
69649
69732
|
haunter: { tier: "NFE" },
|
|
69650
|
-
gengar: { tier: "
|
|
69733
|
+
gengar: { tier: "UU", doublesTier: "DUU" },
|
|
69651
69734
|
gengarmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69652
69735
|
gengargmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69653
69736
|
onix: { isNonstandard: "Past", tier: "Illegal" },
|
|
69654
69737
|
steelix: { isNonstandard: "Past", tier: "Illegal" },
|
|
69655
69738
|
steelixmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69656
69739
|
drowzee: { tier: "LC" },
|
|
69657
|
-
hypno: { tier: "
|
|
69740
|
+
hypno: { tier: "UU", doublesTier: "DUU" },
|
|
69658
69741
|
krabby: { isNonstandard: "Past", tier: "Illegal" },
|
|
69659
69742
|
kingler: { isNonstandard: "Past", tier: "Illegal" },
|
|
69660
69743
|
kinglergmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69661
69744
|
voltorb: { tier: "LC" },
|
|
69662
69745
|
voltorbhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69663
|
-
electrode: { tier: "
|
|
69746
|
+
electrode: { tier: "UU", doublesTier: "DUU" },
|
|
69664
69747
|
electrodehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69665
69748
|
exeggcute: { isNonstandard: "Past", tier: "Illegal" },
|
|
69666
69749
|
exeggutor: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69683,7 +69766,7 @@ var _53 = {
|
|
|
69683
69766
|
rhyperior: { isNonstandard: "Past", tier: "Illegal" },
|
|
69684
69767
|
happiny: { tier: "LC" },
|
|
69685
69768
|
chansey: { tier: "NFE" },
|
|
69686
|
-
blissey: { tier: "
|
|
69769
|
+
blissey: { tier: "UU", doublesTier: "DUU" },
|
|
69687
69770
|
tangela: { isNonstandard: "Past", tier: "Illegal" },
|
|
69688
69771
|
tangrowth: { isNonstandard: "Past", tier: "Illegal" },
|
|
69689
69772
|
kangaskhan: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69700,7 +69783,7 @@ var _53 = {
|
|
|
69700
69783
|
mrmimegalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
69701
69784
|
mrrime: { isNonstandard: "Past", tier: "Illegal" },
|
|
69702
69785
|
scyther: { tier: "NFE" },
|
|
69703
|
-
scizor: { tier: "OU", doublesTier: "
|
|
69786
|
+
scizor: { tier: "OU", doublesTier: "DUU" },
|
|
69704
69787
|
scizormega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69705
69788
|
kleavor: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69706
69789
|
smoochum: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69714,26 +69797,26 @@ var _53 = {
|
|
|
69714
69797
|
pinsir: { isNonstandard: "Past", tier: "Illegal" },
|
|
69715
69798
|
pinsirmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69716
69799
|
tauros: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69717
|
-
taurospaldea: { tier: "
|
|
69718
|
-
taurospaldeafire: { tier: "
|
|
69719
|
-
taurospaldeawater: { tier: "
|
|
69800
|
+
taurospaldea: { tier: "UU", doublesTier: "DUU" },
|
|
69801
|
+
taurospaldeafire: { tier: "UU", doublesTier: "DUU" },
|
|
69802
|
+
taurospaldeawater: { tier: "UU", doublesTier: "DUU" },
|
|
69720
69803
|
magikarp: { tier: "LC" },
|
|
69721
|
-
gyarados: { tier: "
|
|
69804
|
+
gyarados: { tier: "UU", doublesTier: "DOU" },
|
|
69722
69805
|
gyaradosmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69723
69806
|
lapras: { isNonstandard: "Past", tier: "Illegal" },
|
|
69724
69807
|
laprasgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69725
|
-
ditto: { tier: "OU", doublesTier: "
|
|
69808
|
+
ditto: { tier: "OU", doublesTier: "DUU" },
|
|
69726
69809
|
eevee: { tier: "LC" },
|
|
69727
69810
|
eeveestarter: { isNonstandard: "LGPE", tier: "Illegal" },
|
|
69728
69811
|
eeveegmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69729
|
-
vaporeon: { tier: "
|
|
69730
|
-
jolteon: { tier: "
|
|
69731
|
-
flareon: { tier: "
|
|
69732
|
-
espeon: { tier: "
|
|
69733
|
-
umbreon: { tier: "
|
|
69734
|
-
leafeon: { tier: "
|
|
69735
|
-
glaceon: { tier: "
|
|
69736
|
-
sylveon: { tier: "
|
|
69812
|
+
vaporeon: { tier: "UU", doublesTier: "DUU" },
|
|
69813
|
+
jolteon: { tier: "UU", doublesTier: "DUU" },
|
|
69814
|
+
flareon: { tier: "UU", doublesTier: "DUU" },
|
|
69815
|
+
espeon: { tier: "UU", doublesTier: "DUU" },
|
|
69816
|
+
umbreon: { tier: "UU", doublesTier: "DUU" },
|
|
69817
|
+
leafeon: { tier: "UU", doublesTier: "DUU" },
|
|
69818
|
+
glaceon: { tier: "UU", doublesTier: "DUU" },
|
|
69819
|
+
sylveon: { tier: "UU", doublesTier: "DUU" },
|
|
69737
69820
|
porygon: { isNonstandard: "Past", tier: "Illegal" },
|
|
69738
69821
|
porygon2: { isNonstandard: "Past", tier: "Illegal" },
|
|
69739
69822
|
porygonz: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69754,7 +69837,7 @@ var _53 = {
|
|
|
69754
69837
|
moltresgalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69755
69838
|
dratini: { tier: "LC" },
|
|
69756
69839
|
dragonair: { tier: "NFE" },
|
|
69757
|
-
dragonite: { tier: "OU", doublesTier: "
|
|
69840
|
+
dragonite: { tier: "OU", doublesTier: "DUU" },
|
|
69758
69841
|
mewtwo: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69759
69842
|
mewtwomegax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69760
69843
|
mewtwomegay: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69786,54 +69869,54 @@ var _53 = {
|
|
|
69786
69869
|
xatu: { isNonstandard: "Past", tier: "Illegal" },
|
|
69787
69870
|
mareep: { tier: "LC" },
|
|
69788
69871
|
flaaffy: { tier: "NFE" },
|
|
69789
|
-
ampharos: { tier: "
|
|
69872
|
+
ampharos: { tier: "UU", doublesTier: "DUU" },
|
|
69790
69873
|
ampharosmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69791
69874
|
azurill: { tier: "LC" },
|
|
69792
69875
|
marill: { tier: "NFE" },
|
|
69793
|
-
azumarill: { tier: "
|
|
69876
|
+
azumarill: { tier: "UU", doublesTier: "DUU" },
|
|
69794
69877
|
bonsly: { tier: "LC" },
|
|
69795
|
-
sudowoodo: { tier: "
|
|
69878
|
+
sudowoodo: { tier: "UU", doublesTier: "DUU" },
|
|
69796
69879
|
hoppip: { tier: "LC" },
|
|
69797
69880
|
skiploom: { tier: "NFE" },
|
|
69798
|
-
jumpluff: { tier: "
|
|
69881
|
+
jumpluff: { tier: "UU", doublesTier: "DUU" },
|
|
69799
69882
|
aipom: { isNonstandard: "Past", tier: "Illegal" },
|
|
69800
69883
|
ambipom: { isNonstandard: "Past", tier: "Illegal" },
|
|
69801
69884
|
sunkern: { tier: "LC" },
|
|
69802
|
-
sunflora: { tier: "
|
|
69885
|
+
sunflora: { tier: "UU", doublesTier: "DUU" },
|
|
69803
69886
|
yanma: { isNonstandard: "Past", tier: "Illegal" },
|
|
69804
69887
|
yanmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69805
69888
|
wooper: { tier: "LC" },
|
|
69806
69889
|
wooperpaldea: { tier: "LC" },
|
|
69807
|
-
quagsire: { tier: "
|
|
69808
|
-
murkrow: { tier: "NFE" },
|
|
69809
|
-
honchkrow: { tier: "
|
|
69810
|
-
misdreavus: { tier: "
|
|
69811
|
-
mismagius: { tier: "
|
|
69890
|
+
quagsire: { tier: "UU", doublesTier: "DUU" },
|
|
69891
|
+
murkrow: { tier: "NFE", doublesTier: "DOU" },
|
|
69892
|
+
honchkrow: { tier: "UU", doublesTier: "DUU" },
|
|
69893
|
+
misdreavus: { tier: "NFE" },
|
|
69894
|
+
mismagius: { tier: "UU", doublesTier: "DUU" },
|
|
69812
69895
|
unown: { isNonstandard: "Past", tier: "Illegal" },
|
|
69813
69896
|
wynaut: { isNonstandard: "Past", tier: "Illegal" },
|
|
69814
69897
|
wobbuffet: { isNonstandard: "Past", tier: "Illegal" },
|
|
69815
69898
|
girafarig: { tier: "LC" },
|
|
69816
|
-
farigiraf: { tier: "
|
|
69899
|
+
farigiraf: { tier: "UU", doublesTier: "DOU" },
|
|
69817
69900
|
pineco: { tier: "LC" },
|
|
69818
|
-
forretress: { tier: "
|
|
69901
|
+
forretress: { tier: "UU", doublesTier: "DUU" },
|
|
69819
69902
|
dunsparce: { tier: "NFE" },
|
|
69820
|
-
dudunsparce: { tier: "
|
|
69903
|
+
dudunsparce: { tier: "UU", doublesTier: "DUU" },
|
|
69821
69904
|
gligar: { isNonstandard: "Past", tier: "Illegal" },
|
|
69822
69905
|
gliscor: { isNonstandard: "Past", tier: "Illegal" },
|
|
69823
69906
|
snubbull: { isNonstandard: "Past", tier: "Illegal" },
|
|
69824
69907
|
granbull: { isNonstandard: "Past", tier: "Illegal" },
|
|
69825
|
-
qwilfish: { tier: "
|
|
69908
|
+
qwilfish: { tier: "UU", doublesTier: "DUU" },
|
|
69826
69909
|
qwilfishhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69827
69910
|
overqwil: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69828
69911
|
shuckle: { isNonstandard: "Past", tier: "Illegal" },
|
|
69829
|
-
heracross: { tier: "
|
|
69912
|
+
heracross: { tier: "UU", doublesTier: "DUU" },
|
|
69830
69913
|
heracrossmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69831
69914
|
sneasel: { tier: "NFE" },
|
|
69832
69915
|
sneaselhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69833
|
-
weavile: { tier: "
|
|
69916
|
+
weavile: { tier: "UU", doublesTier: "DUU" },
|
|
69834
69917
|
sneasler: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69835
69918
|
teddiursa: { tier: "LC" },
|
|
69836
|
-
ursaring: { tier: "
|
|
69919
|
+
ursaring: { tier: "UU", doublesTier: "DUU" },
|
|
69837
69920
|
ursaluna: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69838
69921
|
slugma: { isNonstandard: "Past", tier: "Illegal" },
|
|
69839
69922
|
magcargo: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69845,16 +69928,16 @@ var _53 = {
|
|
|
69845
69928
|
cursola: { isNonstandard: "Past", tier: "Illegal" },
|
|
69846
69929
|
remoraid: { isNonstandard: "Past", tier: "Illegal" },
|
|
69847
69930
|
octillery: { isNonstandard: "Past", tier: "Illegal" },
|
|
69848
|
-
delibird: { tier: "
|
|
69931
|
+
delibird: { tier: "UU", doublesTier: "DUU" },
|
|
69849
69932
|
mantyke: { isNonstandard: "Past", tier: "Illegal" },
|
|
69850
69933
|
mantine: { isNonstandard: "Past", tier: "Illegal" },
|
|
69851
69934
|
skarmory: { isNonstandard: "Past", tier: "Illegal" },
|
|
69852
69935
|
houndour: { tier: "LC" },
|
|
69853
|
-
houndoom: { tier: "
|
|
69936
|
+
houndoom: { tier: "UU", doublesTier: "DUU" },
|
|
69854
69937
|
houndoommega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69855
69938
|
phanpy: { tier: "LC" },
|
|
69856
|
-
donphan: { tier: "
|
|
69857
|
-
stantler: { tier: "
|
|
69939
|
+
donphan: { tier: "UU", doublesTier: "DUU" },
|
|
69940
|
+
stantler: { tier: "UU", doublesTier: "DUU" },
|
|
69858
69941
|
wyrdeer: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69859
69942
|
smeargle: { isNonstandard: "Past", tier: "Illegal" },
|
|
69860
69943
|
miltank: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69901,20 +69984,20 @@ var _53 = {
|
|
|
69901
69984
|
taillow: { isNonstandard: "Past", tier: "Illegal" },
|
|
69902
69985
|
swellow: { isNonstandard: "Past", tier: "Illegal" },
|
|
69903
69986
|
wingull: { tier: "LC" },
|
|
69904
|
-
pelipper: { tier: "
|
|
69987
|
+
pelipper: { tier: "UU", doublesTier: "DUU" },
|
|
69905
69988
|
ralts: { tier: "LC" },
|
|
69906
69989
|
kirlia: { tier: "NFE" },
|
|
69907
|
-
gardevoir: { tier: "
|
|
69990
|
+
gardevoir: { tier: "UU", doublesTier: "DUU" },
|
|
69908
69991
|
gardevoirmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69909
|
-
gallade: { tier: "
|
|
69992
|
+
gallade: { tier: "UU", doublesTier: "DUU" },
|
|
69910
69993
|
gallademega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69911
69994
|
surskit: { tier: "LC" },
|
|
69912
|
-
masquerain: { tier: "
|
|
69995
|
+
masquerain: { tier: "UU", doublesTier: "DUU" },
|
|
69913
69996
|
shroomish: { tier: "LC" },
|
|
69914
|
-
breloom: { tier: "OU", doublesTier: "
|
|
69997
|
+
breloom: { tier: "OU", doublesTier: "DUU" },
|
|
69915
69998
|
slakoth: { tier: "LC" },
|
|
69916
69999
|
vigoroth: { tier: "NFE" },
|
|
69917
|
-
slaking: { tier: "
|
|
70000
|
+
slaking: { tier: "UU", doublesTier: "DUU" },
|
|
69918
70001
|
nincada: { isNonstandard: "Past", tier: "Illegal" },
|
|
69919
70002
|
ninjask: { isNonstandard: "Past", tier: "Illegal" },
|
|
69920
70003
|
shedinja: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69922,12 +70005,12 @@ var _53 = {
|
|
|
69922
70005
|
loudred: { isNonstandard: "Past", tier: "Illegal" },
|
|
69923
70006
|
exploud: { isNonstandard: "Past", tier: "Illegal" },
|
|
69924
70007
|
makuhita: { tier: "LC" },
|
|
69925
|
-
hariyama: { tier: "
|
|
70008
|
+
hariyama: { tier: "UU", doublesTier: "DUU" },
|
|
69926
70009
|
nosepass: { isNonstandard: "Past", tier: "Illegal" },
|
|
69927
70010
|
probopass: { isNonstandard: "Past", tier: "Illegal" },
|
|
69928
70011
|
skitty: { isNonstandard: "Past", tier: "Illegal" },
|
|
69929
70012
|
delcatty: { isNonstandard: "Past", tier: "Illegal" },
|
|
69930
|
-
sableye: { tier: "
|
|
70013
|
+
sableye: { tier: "UU", doublesTier: "DUU" },
|
|
69931
70014
|
sableyemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69932
70015
|
mawile: { isNonstandard: "Past", tier: "Illegal" },
|
|
69933
70016
|
mawilemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69936,7 +70019,7 @@ var _53 = {
|
|
|
69936
70019
|
aggron: { isNonstandard: "Past", tier: "Illegal" },
|
|
69937
70020
|
aggronmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69938
70021
|
meditite: { tier: "NFE" },
|
|
69939
|
-
medicham: { tier: "
|
|
70022
|
+
medicham: { tier: "UU", doublesTier: "DUU" },
|
|
69940
70023
|
medichammega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69941
70024
|
electrike: { isNonstandard: "Past", tier: "Illegal" },
|
|
69942
70025
|
manectric: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69949,33 +70032,33 @@ var _53 = {
|
|
|
69949
70032
|
roselia: { isNonstandard: "Past", tier: "Illegal" },
|
|
69950
70033
|
roserade: { isNonstandard: "Past", tier: "Illegal" },
|
|
69951
70034
|
gulpin: { tier: "LC" },
|
|
69952
|
-
swalot: { tier: "
|
|
70035
|
+
swalot: { tier: "UU", doublesTier: "DUU" },
|
|
69953
70036
|
carvanha: { isNonstandard: "Past", tier: "Illegal" },
|
|
69954
70037
|
sharpedo: { isNonstandard: "Past", tier: "Illegal" },
|
|
69955
70038
|
sharpedomega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69956
70039
|
wailmer: { isNonstandard: "Past", tier: "Illegal" },
|
|
69957
70040
|
wailord: { isNonstandard: "Past", tier: "Illegal" },
|
|
69958
70041
|
numel: { tier: "LC" },
|
|
69959
|
-
camerupt: { tier: "
|
|
70042
|
+
camerupt: { tier: "UU", doublesTier: "DUU" },
|
|
69960
70043
|
cameruptmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69961
70044
|
torkoal: { tier: "OU", doublesTier: "DOU" },
|
|
69962
70045
|
spoink: { tier: "LC" },
|
|
69963
|
-
grumpig: { tier: "
|
|
70046
|
+
grumpig: { tier: "UU", doublesTier: "DUU" },
|
|
69964
70047
|
spinda: { isNonstandard: "Past", tier: "Illegal" },
|
|
69965
70048
|
trapinch: { isNonstandard: "Past", tier: "Illegal" },
|
|
69966
70049
|
vibrava: { isNonstandard: "Past", tier: "Illegal" },
|
|
69967
70050
|
flygon: { isNonstandard: "Past", tier: "Illegal" },
|
|
69968
70051
|
cacnea: { tier: "LC" },
|
|
69969
|
-
cacturne: { tier: "
|
|
70052
|
+
cacturne: { tier: "UU", doublesTier: "DUU" },
|
|
69970
70053
|
swablu: { tier: "LC" },
|
|
69971
|
-
altaria: { tier: "
|
|
70054
|
+
altaria: { tier: "UU", doublesTier: "DUU" },
|
|
69972
70055
|
altariamega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69973
|
-
zangoose: { tier: "
|
|
69974
|
-
seviper: { tier: "
|
|
70056
|
+
zangoose: { tier: "UU", doublesTier: "DUU" },
|
|
70057
|
+
seviper: { tier: "UU", doublesTier: "DUU" },
|
|
69975
70058
|
lunatone: { isNonstandard: "Past", tier: "Illegal" },
|
|
69976
70059
|
solrock: { isNonstandard: "Past", tier: "Illegal" },
|
|
69977
70060
|
barboach: { tier: "LC" },
|
|
69978
|
-
whiscash: { tier: "
|
|
70061
|
+
whiscash: { tier: "UU", doublesTier: "DUU" },
|
|
69979
70062
|
corphish: { isNonstandard: "Past", tier: "Illegal" },
|
|
69980
70063
|
crawdaunt: { isNonstandard: "Past", tier: "Illegal" },
|
|
69981
70064
|
baltoy: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69992,20 +70075,20 @@ var _53 = {
|
|
|
69992
70075
|
castformsnowy: { isNonstandard: "Past" },
|
|
69993
70076
|
kecleon: { isNonstandard: "Past", tier: "Illegal" },
|
|
69994
70077
|
shuppet: { tier: "LC" },
|
|
69995
|
-
banette: { tier: "
|
|
70078
|
+
banette: { tier: "UU", doublesTier: "DUU" },
|
|
69996
70079
|
banettemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69997
70080
|
duskull: { isNonstandard: "Past", tier: "Illegal" },
|
|
69998
70081
|
dusclops: { isNonstandard: "Past", tier: "Illegal" },
|
|
69999
70082
|
dusknoir: { isNonstandard: "Past", tier: "Illegal" },
|
|
70000
|
-
tropius: { tier: "
|
|
70083
|
+
tropius: { tier: "UU", doublesTier: "DUU" },
|
|
70001
70084
|
chingling: { isNonstandard: "Past", tier: "Illegal" },
|
|
70002
70085
|
chimecho: { isNonstandard: "Past", tier: "Illegal" },
|
|
70003
70086
|
absol: { isNonstandard: "Past", tier: "Illegal" },
|
|
70004
70087
|
absolmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70005
70088
|
snorunt: { tier: "LC" },
|
|
70006
|
-
glalie: { tier: "
|
|
70089
|
+
glalie: { tier: "UU", doublesTier: "DUU" },
|
|
70007
70090
|
glaliemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70008
|
-
froslass: { tier: "
|
|
70091
|
+
froslass: { tier: "UU", doublesTier: "DUU" },
|
|
70009
70092
|
spheal: { isNonstandard: "Past", tier: "Illegal" },
|
|
70010
70093
|
sealeo: { isNonstandard: "Past", tier: "Illegal" },
|
|
70011
70094
|
walrein: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70013,10 +70096,10 @@ var _53 = {
|
|
|
70013
70096
|
huntail: { isNonstandard: "Past", tier: "Illegal" },
|
|
70014
70097
|
gorebyss: { isNonstandard: "Past", tier: "Illegal" },
|
|
70015
70098
|
relicanth: { isNonstandard: "Past", tier: "Illegal" },
|
|
70016
|
-
luvdisc: { tier: "
|
|
70099
|
+
luvdisc: { tier: "UU", doublesTier: "DUU" },
|
|
70017
70100
|
bagon: { tier: "LC" },
|
|
70018
70101
|
shelgon: { tier: "NFE" },
|
|
70019
|
-
salamence: { tier: "
|
|
70102
|
+
salamence: { tier: "UU", doublesTier: "DUU" },
|
|
70020
70103
|
salamencemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70021
70104
|
beldum: { isNonstandard: "Past", tier: "Illegal" },
|
|
70022
70105
|
metang: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70051,14 +70134,14 @@ var _53 = {
|
|
|
70051
70134
|
empoleon: { isNonstandard: "Past", tier: "Illegal" },
|
|
70052
70135
|
starly: { tier: "LC" },
|
|
70053
70136
|
staravia: { tier: "NFE" },
|
|
70054
|
-
staraptor: { tier: "
|
|
70137
|
+
staraptor: { tier: "UU", doublesTier: "DUU" },
|
|
70055
70138
|
bidoof: { isNonstandard: "Past", tier: "Illegal" },
|
|
70056
70139
|
bibarel: { isNonstandard: "Past", tier: "Illegal" },
|
|
70057
70140
|
kricketot: { tier: "LC" },
|
|
70058
|
-
kricketune: { tier: "
|
|
70141
|
+
kricketune: { tier: "UU", doublesTier: "DUU" },
|
|
70059
70142
|
shinx: { tier: "LC" },
|
|
70060
70143
|
luxio: { tier: "NFE" },
|
|
70061
|
-
luxray: { tier: "
|
|
70144
|
+
luxray: { tier: "UU", doublesTier: "DUU" },
|
|
70062
70145
|
cranidos: { isNonstandard: "Past", tier: "Illegal" },
|
|
70063
70146
|
rampardos: { isNonstandard: "Past", tier: "Illegal" },
|
|
70064
70147
|
shieldon: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70069,53 +70152,53 @@ var _53 = {
|
|
|
70069
70152
|
wormadamtrash: { isNonstandard: "Past", tier: "Illegal" },
|
|
70070
70153
|
mothim: { isNonstandard: "Past", tier: "Illegal" },
|
|
70071
70154
|
combee: { tier: "LC" },
|
|
70072
|
-
vespiquen: { tier: "
|
|
70073
|
-
pachirisu: { tier: "
|
|
70155
|
+
vespiquen: { tier: "UU", doublesTier: "DUU" },
|
|
70156
|
+
pachirisu: { tier: "UU", doublesTier: "DUU" },
|
|
70074
70157
|
buizel: { tier: "LC" },
|
|
70075
|
-
floatzel: { tier: "
|
|
70158
|
+
floatzel: { tier: "UU", doublesTier: "DUU" },
|
|
70076
70159
|
cherubi: { isNonstandard: "Past", tier: "Illegal" },
|
|
70077
70160
|
cherrim: { isNonstandard: "Past", tier: "Illegal" },
|
|
70078
70161
|
cherrimsunshine: { isNonstandard: "Past" },
|
|
70079
70162
|
shellos: { tier: "LC" },
|
|
70080
|
-
gastrodon: { tier: "
|
|
70163
|
+
gastrodon: { tier: "UU", doublesTier: "DUU" },
|
|
70081
70164
|
drifloon: { tier: "LC" },
|
|
70082
|
-
drifblim: { tier: "
|
|
70165
|
+
drifblim: { tier: "UU", doublesTier: "DUU" },
|
|
70083
70166
|
buneary: { isNonstandard: "Past", tier: "Illegal" },
|
|
70084
70167
|
lopunny: { isNonstandard: "Past", tier: "Illegal" },
|
|
70085
70168
|
lopunnymega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70086
70169
|
glameow: { isNonstandard: "Past", tier: "Illegal" },
|
|
70087
70170
|
purugly: { isNonstandard: "Past", tier: "Illegal" },
|
|
70088
70171
|
stunky: { tier: "LC" },
|
|
70089
|
-
skuntank: { tier: "
|
|
70172
|
+
skuntank: { tier: "UU", doublesTier: "DUU" },
|
|
70090
70173
|
bronzor: { tier: "LC" },
|
|
70091
|
-
bronzong: { tier: "
|
|
70174
|
+
bronzong: { tier: "UU", doublesTier: "DOU" },
|
|
70092
70175
|
chatot: { isNonstandard: "Past", tier: "Illegal" },
|
|
70093
|
-
spiritomb: { tier: "
|
|
70176
|
+
spiritomb: { tier: "UU", doublesTier: "DUU" },
|
|
70094
70177
|
gible: { tier: "LC" },
|
|
70095
70178
|
gabite: { tier: "NFE" },
|
|
70096
70179
|
garchomp: { tier: "OU", doublesTier: "DOU" },
|
|
70097
70180
|
garchompmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70098
70181
|
riolu: { tier: "LC" },
|
|
70099
|
-
lucario: { tier: "
|
|
70182
|
+
lucario: { tier: "UU", doublesTier: "DUU" },
|
|
70100
70183
|
lucariomega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70101
70184
|
hippopotas: { tier: "LC" },
|
|
70102
|
-
hippowdon: { tier: "
|
|
70185
|
+
hippowdon: { tier: "UU", doublesTier: "DUU" },
|
|
70103
70186
|
skorupi: { isNonstandard: "Past", tier: "Illegal" },
|
|
70104
70187
|
drapion: { isNonstandard: "Past", tier: "Illegal" },
|
|
70105
70188
|
croagunk: { tier: "LC" },
|
|
70106
|
-
toxicroak: { tier: "
|
|
70189
|
+
toxicroak: { tier: "UU", doublesTier: "DUU" },
|
|
70107
70190
|
carnivine: { isNonstandard: "Past", tier: "Illegal" },
|
|
70108
70191
|
finneon: { tier: "LC" },
|
|
70109
|
-
lumineon: { tier: "
|
|
70192
|
+
lumineon: { tier: "UU", doublesTier: "DUU" },
|
|
70110
70193
|
snover: { tier: "LC" },
|
|
70111
|
-
abomasnow: { tier: "
|
|
70194
|
+
abomasnow: { tier: "UU", doublesTier: "DOU" },
|
|
70112
70195
|
abomasnowmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70113
|
-
rotom: { tier: "
|
|
70114
|
-
rotomheat: { tier: "
|
|
70115
|
-
rotomwash: { tier: "
|
|
70116
|
-
rotomfrost: { tier: "
|
|
70117
|
-
rotomfan: { tier: "
|
|
70118
|
-
rotommow: { tier: "
|
|
70196
|
+
rotom: { tier: "UU", doublesTier: "DUU" },
|
|
70197
|
+
rotomheat: { tier: "UU", doublesTier: "DUU" },
|
|
70198
|
+
rotomwash: { tier: "UU", doublesTier: "DOU" },
|
|
70199
|
+
rotomfrost: { tier: "UU", doublesTier: "DUU" },
|
|
70200
|
+
rotomfan: { tier: "UU", doublesTier: "DUU" },
|
|
70201
|
+
rotommow: { tier: "UU", doublesTier: "DUU" },
|
|
70119
70202
|
uxie: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70120
70203
|
mesprit: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70121
70204
|
azelf: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
@@ -70208,10 +70291,10 @@ var _53 = {
|
|
|
70208
70291
|
cottonee: { isNonstandard: "Past", tier: "Illegal" },
|
|
70209
70292
|
whimsicott: { isNonstandard: "Past", tier: "Illegal" },
|
|
70210
70293
|
petilil: { tier: "LC" },
|
|
70211
|
-
lilligant: { tier: "
|
|
70294
|
+
lilligant: { tier: "UU", doublesTier: "DOU" },
|
|
70212
70295
|
lilliganthisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70213
|
-
basculin: { tier: "
|
|
70214
|
-
basculinbluestriped: { tier: "
|
|
70296
|
+
basculin: { tier: "UU", doublesTier: "DUU" },
|
|
70297
|
+
basculinbluestriped: { tier: "UU", doublesTier: "DUU" },
|
|
70215
70298
|
basculinwhitestriped: {
|
|
70216
70299
|
isNonstandard: "Unobtainable",
|
|
70217
70300
|
tier: "Unreleased"
|
|
@@ -70220,7 +70303,7 @@ var _53 = {
|
|
|
70220
70303
|
basculegionf: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70221
70304
|
sandile: { tier: "LC" },
|
|
70222
70305
|
krokorok: { tier: "NFE" },
|
|
70223
|
-
krookodile: { tier: "
|
|
70306
|
+
krookodile: { tier: "UU", doublesTier: "DUU" },
|
|
70224
70307
|
darumaka: { isNonstandard: "Past", tier: "Illegal" },
|
|
70225
70308
|
darumakagalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
70226
70309
|
darmanitan: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70246,13 +70329,13 @@ var _53 = {
|
|
|
70246
70329
|
garbodorgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70247
70330
|
zorua: { tier: "LC" },
|
|
70248
70331
|
zoruahisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70249
|
-
zoroark: { tier: "
|
|
70332
|
+
zoroark: { tier: "UU", doublesTier: "DUU" },
|
|
70250
70333
|
zoroarkhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70251
70334
|
minccino: { isNonstandard: "Past", tier: "Illegal" },
|
|
70252
70335
|
cinccino: { isNonstandard: "Past", tier: "Illegal" },
|
|
70253
70336
|
gothita: { tier: "LC" },
|
|
70254
70337
|
gothorita: { tier: "NFE" },
|
|
70255
|
-
gothitelle: { tier: "
|
|
70338
|
+
gothitelle: { tier: "UU", doublesTier: "DUU" },
|
|
70256
70339
|
solosis: { isNonstandard: "Past", tier: "Illegal" },
|
|
70257
70340
|
duosion: { isNonstandard: "Past", tier: "Illegal" },
|
|
70258
70341
|
reuniclus: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70262,7 +70345,7 @@ var _53 = {
|
|
|
70262
70345
|
vanillish: { isNonstandard: "Past", tier: "Illegal" },
|
|
70263
70346
|
vanilluxe: { isNonstandard: "Past", tier: "Illegal" },
|
|
70264
70347
|
deerling: { tier: "LC" },
|
|
70265
|
-
sawsbuck: { tier: "
|
|
70348
|
+
sawsbuck: { tier: "UU", doublesTier: "DUU" },
|
|
70266
70349
|
emolga: { isNonstandard: "Past", tier: "Illegal" },
|
|
70267
70350
|
karrablast: { isNonstandard: "Past", tier: "Illegal" },
|
|
70268
70351
|
escavalier: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70270,7 +70353,7 @@ var _53 = {
|
|
|
70270
70353
|
amoonguss: { tier: "OU", doublesTier: "DOU" },
|
|
70271
70354
|
frillish: { isNonstandard: "Past", tier: "Illegal" },
|
|
70272
70355
|
jellicent: { isNonstandard: "Past", tier: "Illegal" },
|
|
70273
|
-
alomomola: { tier: "
|
|
70356
|
+
alomomola: { tier: "UU", doublesTier: "DUU" },
|
|
70274
70357
|
joltik: { isNonstandard: "Past", tier: "Illegal" },
|
|
70275
70358
|
galvantula: { isNonstandard: "Past", tier: "Illegal" },
|
|
70276
70359
|
ferroseed: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70280,7 +70363,7 @@ var _53 = {
|
|
|
70280
70363
|
klinklang: { isNonstandard: "Past", tier: "Illegal" },
|
|
70281
70364
|
tynamo: { tier: "LC" },
|
|
70282
70365
|
eelektrik: { tier: "NFE" },
|
|
70283
|
-
eelektross: { tier: "
|
|
70366
|
+
eelektross: { tier: "UU", doublesTier: "DUU" },
|
|
70284
70367
|
elgyem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70285
70368
|
beheeyem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70286
70369
|
litwick: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70288,10 +70371,10 @@ var _53 = {
|
|
|
70288
70371
|
chandelure: { isNonstandard: "Past", tier: "Illegal" },
|
|
70289
70372
|
axew: { tier: "LC" },
|
|
70290
70373
|
fraxure: { tier: "NFE" },
|
|
70291
|
-
haxorus: { tier: "
|
|
70374
|
+
haxorus: { tier: "UU", doublesTier: "DUU" },
|
|
70292
70375
|
cubchoo: { tier: "LC" },
|
|
70293
|
-
beartic: { tier: "
|
|
70294
|
-
cryogonal: { tier: "
|
|
70376
|
+
beartic: { tier: "UU", doublesTier: "DUU" },
|
|
70377
|
+
cryogonal: { tier: "UU", doublesTier: "DUU" },
|
|
70295
70378
|
shelmet: { isNonstandard: "Past", tier: "Illegal" },
|
|
70296
70379
|
accelgor: { isNonstandard: "Past", tier: "Illegal" },
|
|
70297
70380
|
stunfisk: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70305,7 +70388,7 @@ var _53 = {
|
|
|
70305
70388
|
bisharp: { tier: "NFE" },
|
|
70306
70389
|
bouffalant: { isNonstandard: "Past", tier: "Illegal" },
|
|
70307
70390
|
rufflet: { tier: "LC" },
|
|
70308
|
-
braviary: { tier: "
|
|
70391
|
+
braviary: { tier: "UU", doublesTier: "DUU" },
|
|
70309
70392
|
braviaryhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70310
70393
|
vullaby: { isNonstandard: "Past", tier: "Illegal" },
|
|
70311
70394
|
mandibuzz: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70313,9 +70396,9 @@ var _53 = {
|
|
|
70313
70396
|
durant: { isNonstandard: "Past", tier: "Illegal" },
|
|
70314
70397
|
deino: { tier: "LC" },
|
|
70315
70398
|
zweilous: { tier: "NFE" },
|
|
70316
|
-
hydreigon: { tier: "
|
|
70399
|
+
hydreigon: { tier: "UU", doublesTier: "DUU" },
|
|
70317
70400
|
larvesta: { tier: "LC" },
|
|
70318
|
-
volcarona: { tier: "OU", doublesTier: "
|
|
70401
|
+
volcarona: { tier: "OU", doublesTier: "DUU" },
|
|
70319
70402
|
cobalion: { isNonstandard: "Past", tier: "Illegal" },
|
|
70320
70403
|
terrakion: { isNonstandard: "Past", tier: "Illegal" },
|
|
70321
70404
|
virizion: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70353,20 +70436,20 @@ var _53 = {
|
|
|
70353
70436
|
diggersby: { isNonstandard: "Past", tier: "Illegal" },
|
|
70354
70437
|
fletchling: { tier: "LC" },
|
|
70355
70438
|
fletchinder: { tier: "NFE" },
|
|
70356
|
-
talonflame: { tier: "
|
|
70439
|
+
talonflame: { tier: "UU", doublesTier: "DOU" },
|
|
70357
70440
|
scatterbug: { tier: "LC" },
|
|
70358
70441
|
spewpa: { tier: "NFE" },
|
|
70359
70442
|
vivillon: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70360
|
-
vivillonfancy: { tier: "
|
|
70443
|
+
vivillonfancy: { tier: "UU", doublesTier: "DUU" },
|
|
70361
70444
|
vivillonpokeball: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70362
70445
|
litleo: { tier: "LC" },
|
|
70363
|
-
pyroar: { tier: "
|
|
70446
|
+
pyroar: { tier: "UU", doublesTier: "DUU" },
|
|
70364
70447
|
flabebe: { tier: "LC" },
|
|
70365
70448
|
floette: { tier: "NFE" },
|
|
70366
70449
|
floetteeternal: { isNonstandard: "Past", tier: "Illegal" },
|
|
70367
|
-
florges: { tier: "
|
|
70450
|
+
florges: { tier: "UU", doublesTier: "DUU" },
|
|
70368
70451
|
skiddo: { tier: "LC" },
|
|
70369
|
-
gogoat: { tier: "
|
|
70452
|
+
gogoat: { tier: "UU", doublesTier: "DUU" },
|
|
70370
70453
|
pancham: { isNonstandard: "Past", tier: "Illegal" },
|
|
70371
70454
|
pangoro: { isNonstandard: "Past", tier: "Illegal" },
|
|
70372
70455
|
furfrou: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70386,24 +70469,24 @@ var _53 = {
|
|
|
70386
70469
|
binacle: { isNonstandard: "Past", tier: "Illegal" },
|
|
70387
70470
|
barbaracle: { isNonstandard: "Past", tier: "Illegal" },
|
|
70388
70471
|
skrelp: { tier: "LC" },
|
|
70389
|
-
dragalge: { tier: "
|
|
70472
|
+
dragalge: { tier: "UU", doublesTier: "DUU" },
|
|
70390
70473
|
clauncher: { tier: "LC" },
|
|
70391
|
-
clawitzer: { tier: "
|
|
70474
|
+
clawitzer: { tier: "UU", doublesTier: "DUU" },
|
|
70392
70475
|
helioptile: { isNonstandard: "Past", tier: "Illegal" },
|
|
70393
70476
|
heliolisk: { isNonstandard: "Past", tier: "Illegal" },
|
|
70394
70477
|
tyrunt: { isNonstandard: "Past", tier: "Illegal" },
|
|
70395
70478
|
tyrantrum: { isNonstandard: "Past", tier: "Illegal" },
|
|
70396
70479
|
amaura: { isNonstandard: "Past", tier: "Illegal" },
|
|
70397
70480
|
aurorus: { isNonstandard: "Past", tier: "Illegal" },
|
|
70398
|
-
hawlucha: { tier: "
|
|
70399
|
-
dedenne: { tier: "
|
|
70481
|
+
hawlucha: { tier: "UU", doublesTier: "DUU" },
|
|
70482
|
+
dedenne: { tier: "UU", doublesTier: "DUU" },
|
|
70400
70483
|
carbink: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70401
70484
|
goomy: { tier: "LC" },
|
|
70402
70485
|
sliggoo: { tier: "NFE" },
|
|
70403
70486
|
sliggoohisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70404
|
-
goodra: { tier: "
|
|
70487
|
+
goodra: { tier: "UU", doublesTier: "DUU" },
|
|
70405
70488
|
goodrahisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70406
|
-
klefki: { tier: "
|
|
70489
|
+
klefki: { tier: "UU", doublesTier: "DUU" },
|
|
70407
70490
|
phantump: { isNonstandard: "Past", tier: "Illegal" },
|
|
70408
70491
|
trevenant: { isNonstandard: "Past", tier: "Illegal" },
|
|
70409
70492
|
pumpkaboo: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70415,10 +70498,10 @@ var _53 = {
|
|
|
70415
70498
|
gourgeistlarge: { isNonstandard: "Past" },
|
|
70416
70499
|
gourgeistsuper: { isNonstandard: "Past" },
|
|
70417
70500
|
bergmite: { tier: "LC" },
|
|
70418
|
-
avalugg: { tier: "
|
|
70501
|
+
avalugg: { tier: "UU", doublesTier: "DUU" },
|
|
70419
70502
|
avalugghisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70420
70503
|
noibat: { tier: "LC" },
|
|
70421
|
-
noivern: { tier: "
|
|
70504
|
+
noivern: { tier: "UU", doublesTier: "DUU" },
|
|
70422
70505
|
xerneas: { isNonstandard: "Past", tier: "Illegal" },
|
|
70423
70506
|
xerneasneutral: { isNonstandard: "Custom", tier: "Illegal" },
|
|
70424
70507
|
yveltal: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70444,55 +70527,55 @@ var _53 = {
|
|
|
70444
70527
|
trumbeak: { isNonstandard: "Past", tier: "Illegal" },
|
|
70445
70528
|
toucannon: { isNonstandard: "Past", tier: "Illegal" },
|
|
70446
70529
|
yungoos: { tier: "LC" },
|
|
70447
|
-
gumshoos: { tier: "
|
|
70530
|
+
gumshoos: { tier: "UU", doublesTier: "DUU" },
|
|
70448
70531
|
gumshoostotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70449
70532
|
grubbin: { isNonstandard: "Past", tier: "Illegal" },
|
|
70450
70533
|
charjabug: { isNonstandard: "Past", tier: "Illegal" },
|
|
70451
70534
|
vikavolt: { isNonstandard: "Past", tier: "Illegal" },
|
|
70452
70535
|
vikavolttotem: { isNonstandard: "Past" },
|
|
70453
70536
|
crabrawler: { tier: "LC" },
|
|
70454
|
-
crabominable: { tier: "
|
|
70455
|
-
oricorio: { tier: "
|
|
70456
|
-
oricoriopompom: { tier: "
|
|
70457
|
-
oricoriopau: { tier: "
|
|
70458
|
-
oricoriosensu: { tier: "
|
|
70537
|
+
crabominable: { tier: "UU", doublesTier: "DUU" },
|
|
70538
|
+
oricorio: { tier: "UU", doublesTier: "DUU" },
|
|
70539
|
+
oricoriopompom: { tier: "UU", doublesTier: "DUU" },
|
|
70540
|
+
oricoriopau: { tier: "UU", doublesTier: "DUU" },
|
|
70541
|
+
oricoriosensu: { tier: "UU", doublesTier: "DUU" },
|
|
70459
70542
|
cutiefly: { isNonstandard: "Past", tier: "Illegal" },
|
|
70460
70543
|
ribombee: { isNonstandard: "Past", tier: "Illegal" },
|
|
70461
70544
|
ribombeetotem: { isNonstandard: "Past" },
|
|
70462
70545
|
rockruff: { tier: "LC" },
|
|
70463
70546
|
rockruffdusk: { tier: "LC" },
|
|
70464
|
-
lycanroc: { tier: "
|
|
70465
|
-
lycanrocmidnight: { tier: "
|
|
70466
|
-
lycanrocdusk: { tier: "
|
|
70547
|
+
lycanroc: { tier: "UU", doublesTier: "DUU" },
|
|
70548
|
+
lycanrocmidnight: { tier: "UU", doublesTier: "DUU" },
|
|
70549
|
+
lycanrocdusk: { tier: "UU", doublesTier: "DUU" },
|
|
70467
70550
|
wishiwashi: { isNonstandard: "Past", tier: "Illegal" },
|
|
70468
70551
|
wishiwashischool: { isNonstandard: "Past" },
|
|
70469
70552
|
mareanie: { tier: "LC" },
|
|
70470
|
-
toxapex: { tier: "OU", doublesTier: "
|
|
70553
|
+
toxapex: { tier: "OU", doublesTier: "DUU" },
|
|
70471
70554
|
mudbray: { tier: "LC" },
|
|
70472
|
-
mudsdale: { tier: "
|
|
70555
|
+
mudsdale: { tier: "UU", doublesTier: "DUU" },
|
|
70473
70556
|
dewpider: { isNonstandard: "Past", tier: "Illegal" },
|
|
70474
70557
|
araquanid: { isNonstandard: "Past", tier: "Illegal" },
|
|
70475
70558
|
araquanidtotem: { isNonstandard: "Past" },
|
|
70476
70559
|
fomantis: { tier: "LC" },
|
|
70477
|
-
lurantis: { tier: "
|
|
70560
|
+
lurantis: { tier: "UU", doublesTier: "DUU" },
|
|
70478
70561
|
lurantistotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70479
70562
|
morelull: { isNonstandard: "Past", tier: "Illegal" },
|
|
70480
70563
|
shiinotic: { isNonstandard: "Past", tier: "Illegal" },
|
|
70481
70564
|
salandit: { tier: "LC" },
|
|
70482
|
-
salazzle: { tier: "
|
|
70565
|
+
salazzle: { tier: "UU", doublesTier: "DUU" },
|
|
70483
70566
|
salazzletotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70484
70567
|
stufful: { isNonstandard: "Past", tier: "Illegal" },
|
|
70485
70568
|
bewear: { isNonstandard: "Past", tier: "Illegal" },
|
|
70486
70569
|
bounsweet: { tier: "LC" },
|
|
70487
70570
|
steenee: { tier: "NFE" },
|
|
70488
|
-
tsareena: { tier: "
|
|
70571
|
+
tsareena: { tier: "UU", doublesTier: "DUU" },
|
|
70489
70572
|
comfey: { isNonstandard: "Past", tier: "Illegal" },
|
|
70490
|
-
oranguru: { tier: "
|
|
70491
|
-
passimian: { tier: "
|
|
70573
|
+
oranguru: { tier: "UU", doublesTier: "DUU" },
|
|
70574
|
+
passimian: { tier: "UU", doublesTier: "DUU" },
|
|
70492
70575
|
wimpod: { isNonstandard: "Past", tier: "Illegal" },
|
|
70493
70576
|
golisopod: { isNonstandard: "Past", tier: "Illegal" },
|
|
70494
70577
|
sandygast: { tier: "LC" },
|
|
70495
|
-
palossand: { tier: "
|
|
70578
|
+
palossand: { tier: "UU", doublesTier: "DUU" },
|
|
70496
70579
|
pyukumuku: { isNonstandard: "Past", tier: "Illegal" },
|
|
70497
70580
|
typenull: { isNonstandard: "Past", tier: "Illegal" },
|
|
70498
70581
|
silvally: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70515,14 +70598,14 @@ var _53 = {
|
|
|
70515
70598
|
silvallywater: { isNonstandard: "Past", tier: "Illegal" },
|
|
70516
70599
|
minior: { isNonstandard: "Past", tier: "Illegal" },
|
|
70517
70600
|
miniormeteor: { isNonstandard: "Past" },
|
|
70518
|
-
komala: { tier: "
|
|
70601
|
+
komala: { tier: "UU", doublesTier: "DUU" },
|
|
70519
70602
|
turtonator: { isNonstandard: "Past", tier: "Illegal" },
|
|
70520
70603
|
togedemaru: { isNonstandard: "Past", tier: "Illegal" },
|
|
70521
70604
|
togedemarutotem: { isNonstandard: "Past" },
|
|
70522
|
-
mimikyu: { tier: "
|
|
70605
|
+
mimikyu: { tier: "UU", doublesTier: "DUU" },
|
|
70523
70606
|
mimikyutotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70524
70607
|
mimikyubustedtotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70525
|
-
bruxish: { tier: "
|
|
70608
|
+
bruxish: { tier: "UU", doublesTier: "DUU" },
|
|
70526
70609
|
drampa: { isNonstandard: "Past", tier: "Illegal" },
|
|
70527
70610
|
dhelmise: { isNonstandard: "Past", tier: "Illegal" },
|
|
70528
70611
|
jangmoo: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70572,10 +70655,10 @@ var _53 = {
|
|
|
70572
70655
|
inteleon: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70573
70656
|
inteleongmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70574
70657
|
skwovet: { tier: "LC" },
|
|
70575
|
-
greedent: { tier: "
|
|
70658
|
+
greedent: { tier: "UU", doublesTier: "DUU" },
|
|
70576
70659
|
rookidee: { tier: "LC" },
|
|
70577
70660
|
corvisquire: { tier: "NFE" },
|
|
70578
|
-
corviknight: { tier: "OU", doublesTier: "
|
|
70661
|
+
corviknight: { tier: "OU", doublesTier: "DUU" },
|
|
70579
70662
|
corviknightgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70580
70663
|
blipbug: { isNonstandard: "Past", tier: "Illegal" },
|
|
70581
70664
|
dottler: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70588,30 +70671,30 @@ var _53 = {
|
|
|
70588
70671
|
wooloo: { isNonstandard: "Past", tier: "Illegal" },
|
|
70589
70672
|
dubwool: { isNonstandard: "Past", tier: "Illegal" },
|
|
70590
70673
|
chewtle: { tier: "LC" },
|
|
70591
|
-
drednaw: { tier: "
|
|
70674
|
+
drednaw: { tier: "UU", doublesTier: "DUU" },
|
|
70592
70675
|
drednawgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70593
70676
|
yamper: { isNonstandard: "Past", tier: "Illegal" },
|
|
70594
70677
|
boltund: { isNonstandard: "Past", tier: "Illegal" },
|
|
70595
70678
|
rolycoly: { tier: "LC" },
|
|
70596
70679
|
carkol: { tier: "NFE" },
|
|
70597
|
-
coalossal: { tier: "
|
|
70680
|
+
coalossal: { tier: "UU", doublesTier: "DUU" },
|
|
70598
70681
|
coalossalgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70599
70682
|
applin: { tier: "LC" },
|
|
70600
|
-
flapple: { tier: "
|
|
70683
|
+
flapple: { tier: "UU", doublesTier: "DUU" },
|
|
70601
70684
|
flapplegmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70602
|
-
appletun: { tier: "
|
|
70685
|
+
appletun: { tier: "UU", doublesTier: "DUU" },
|
|
70603
70686
|
appletungmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70604
70687
|
silicobra: { tier: "LC" },
|
|
70605
|
-
sandaconda: { tier: "
|
|
70688
|
+
sandaconda: { tier: "UU", doublesTier: "DUU" },
|
|
70606
70689
|
sandacondagmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70607
70690
|
cramorant: { isNonstandard: "Past", tier: "Illegal" },
|
|
70608
70691
|
cramorantgulping: { isNonstandard: "Past" },
|
|
70609
70692
|
cramorantgorging: { isNonstandard: "Past" },
|
|
70610
70693
|
arrokuda: { tier: "LC" },
|
|
70611
|
-
barraskewda: { tier: "
|
|
70694
|
+
barraskewda: { tier: "UU", doublesTier: "DUU" },
|
|
70612
70695
|
toxel: { tier: "LC" },
|
|
70613
|
-
toxtricity: { tier: "
|
|
70614
|
-
toxtricitylowkey: { tier: "
|
|
70696
|
+
toxtricity: { tier: "UU", doublesTier: "DUU" },
|
|
70697
|
+
toxtricitylowkey: { tier: "UU", doublesTier: "DUU" },
|
|
70615
70698
|
toxtricitygmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70616
70699
|
toxtricitylowkeygmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70617
70700
|
sizzlipede: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70620,10 +70703,10 @@ var _53 = {
|
|
|
70620
70703
|
clobbopus: { isNonstandard: "Past", tier: "Illegal" },
|
|
70621
70704
|
grapploct: { isNonstandard: "Past", tier: "Illegal" },
|
|
70622
70705
|
sinistea: { tier: "LC" },
|
|
70623
|
-
polteageist: { tier: "
|
|
70706
|
+
polteageist: { tier: "UU", doublesTier: "DUU" },
|
|
70624
70707
|
hatenna: { tier: "LC" },
|
|
70625
70708
|
hattrem: { tier: "NFE" },
|
|
70626
|
-
hatterene: { tier: "
|
|
70709
|
+
hatterene: { tier: "UU", doublesTier: "DOU" },
|
|
70627
70710
|
hatterenegmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70628
70711
|
impidimp: { tier: "LC" },
|
|
70629
70712
|
morgrem: { tier: "NFE" },
|
|
@@ -70632,18 +70715,18 @@ var _53 = {
|
|
|
70632
70715
|
milcery: { isNonstandard: "Past", tier: "Illegal" },
|
|
70633
70716
|
alcremie: { isNonstandard: "Past", tier: "Illegal" },
|
|
70634
70717
|
alcremiegmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70635
|
-
falinks: { tier: "
|
|
70636
|
-
pincurchin: { tier: "
|
|
70718
|
+
falinks: { tier: "UU", doublesTier: "DUU" },
|
|
70719
|
+
pincurchin: { tier: "UU", doublesTier: "DUU" },
|
|
70637
70720
|
snom: { tier: "LC" },
|
|
70638
|
-
frosmoth: { tier: "
|
|
70639
|
-
stonjourner: { tier: "
|
|
70640
|
-
eiscue: { tier: "
|
|
70641
|
-
indeedee: { tier: "
|
|
70642
|
-
indeedeef: { tier: "
|
|
70721
|
+
frosmoth: { tier: "UU", doublesTier: "DUU" },
|
|
70722
|
+
stonjourner: { tier: "UU", doublesTier: "DUU" },
|
|
70723
|
+
eiscue: { tier: "UU", doublesTier: "DUU" },
|
|
70724
|
+
indeedee: { tier: "UU", doublesTier: "DUU" },
|
|
70725
|
+
indeedeef: { tier: "UU", doublesTier: "DOU" },
|
|
70643
70726
|
morpeko: { isNonstandard: "Past", tier: "Illegal" },
|
|
70644
70727
|
morpekohangry: { isNonstandard: "Past" },
|
|
70645
70728
|
cufant: { tier: "LC" },
|
|
70646
|
-
copperajah: { tier: "
|
|
70729
|
+
copperajah: { tier: "UU", doublesTier: "DUU" },
|
|
70647
70730
|
copperajahgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70648
70731
|
dracozolt: { isNonstandard: "Past", tier: "Illegal" },
|
|
70649
70732
|
arctozolt: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70681,107 +70764,107 @@ var _53 = {
|
|
|
70681
70764
|
enamorustherian: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70682
70765
|
sprigatito: { tier: "LC" },
|
|
70683
70766
|
floragato: { tier: "NFE" },
|
|
70684
|
-
meowscarada: { tier: "OU", doublesTier: "
|
|
70767
|
+
meowscarada: { tier: "OU", doublesTier: "DUU" },
|
|
70685
70768
|
fuecoco: { tier: "LC" },
|
|
70686
70769
|
crocalor: { tier: "NFE" },
|
|
70687
|
-
skeledirge: { tier: "OU", doublesTier: "
|
|
70770
|
+
skeledirge: { tier: "OU", doublesTier: "DUU" },
|
|
70688
70771
|
quaxly: { tier: "LC" },
|
|
70689
70772
|
quaxwell: { tier: "NFE" },
|
|
70690
|
-
quaquaval: { tier: "OU", doublesTier: "
|
|
70773
|
+
quaquaval: { tier: "OU", doublesTier: "DUU" },
|
|
70691
70774
|
lechonk: { tier: "LC" },
|
|
70692
|
-
oinkologne: { tier: "
|
|
70693
|
-
oinkolognef: { tier: "
|
|
70775
|
+
oinkologne: { tier: "UU", doublesTier: "DUU" },
|
|
70776
|
+
oinkolognef: { tier: "UU", doublesTier: "DUU" },
|
|
70694
70777
|
tarountula: { tier: "LC" },
|
|
70695
|
-
spidops: { tier: "
|
|
70778
|
+
spidops: { tier: "UU", doublesTier: "DUU" },
|
|
70696
70779
|
nymble: { tier: "LC" },
|
|
70697
|
-
lokix: { tier: "OU", doublesTier: "
|
|
70780
|
+
lokix: { tier: "OU", doublesTier: "DUU" },
|
|
70698
70781
|
rellor: { tier: "LC" },
|
|
70699
|
-
rabsca: { tier: "
|
|
70782
|
+
rabsca: { tier: "UU", doublesTier: "DUU" },
|
|
70700
70783
|
greavard: { tier: "LC" },
|
|
70701
|
-
houndstone: { tier: "Uber", doublesTier: "
|
|
70784
|
+
houndstone: { tier: "Uber", doublesTier: "DUU" },
|
|
70702
70785
|
flittle: { tier: "LC" },
|
|
70703
|
-
espathra: { tier: "
|
|
70786
|
+
espathra: { tier: "UU", doublesTier: "DUU" },
|
|
70704
70787
|
wiglett: { tier: "LC" },
|
|
70705
|
-
wugtrio: { tier: "
|
|
70788
|
+
wugtrio: { tier: "UU", doublesTier: "DUU" },
|
|
70706
70789
|
dondozo: { tier: "OU", doublesTier: "DOU" },
|
|
70707
|
-
veluza: { tier: "
|
|
70790
|
+
veluza: { tier: "UU", doublesTier: "DUU" },
|
|
70708
70791
|
finizen: { tier: "LC" },
|
|
70709
|
-
palafin: { tier: "
|
|
70792
|
+
palafin: { tier: "Uber", doublesTier: "DOU" },
|
|
70710
70793
|
smoliv: { tier: "LC" },
|
|
70711
70794
|
dolliv: { tier: "NFE" },
|
|
70712
|
-
arboliva: { tier: "
|
|
70795
|
+
arboliva: { tier: "UU", doublesTier: "DUU" },
|
|
70713
70796
|
capsakid: { tier: "LC" },
|
|
70714
|
-
scovillain: { tier: "
|
|
70797
|
+
scovillain: { tier: "UU", doublesTier: "DUU" },
|
|
70715
70798
|
tadbulb: { tier: "LC" },
|
|
70716
|
-
bellibolt: { tier: "
|
|
70799
|
+
bellibolt: { tier: "UU", doublesTier: "DUU" },
|
|
70717
70800
|
varoom: { tier: "LC" },
|
|
70718
|
-
revavroom: { tier: "
|
|
70719
|
-
orthworm: { tier: "OU", doublesTier: "
|
|
70720
|
-
tandemaus: { tier: "
|
|
70801
|
+
revavroom: { tier: "UU", doublesTier: "DUU" },
|
|
70802
|
+
orthworm: { tier: "OU", doublesTier: "DUU" },
|
|
70803
|
+
tandemaus: { tier: "LC" },
|
|
70721
70804
|
maushold: { tier: "OU", doublesTier: "DOU" },
|
|
70722
70805
|
cetoddle: { tier: "LC" },
|
|
70723
|
-
cetitan: { tier: "
|
|
70806
|
+
cetitan: { tier: "UU", doublesTier: "DUU" },
|
|
70724
70807
|
frigibax: { tier: "LC" },
|
|
70725
70808
|
arctibax: { tier: "NFE" },
|
|
70726
70809
|
baxcalibur: { tier: "OU", doublesTier: "DOU" },
|
|
70727
|
-
tatsugiri: { tier: "
|
|
70728
|
-
cyclizar: { tier: "OU", doublesTier: "
|
|
70810
|
+
tatsugiri: { tier: "UU", doublesTier: "DOU" },
|
|
70811
|
+
cyclizar: { tier: "OU", doublesTier: "DUU" },
|
|
70729
70812
|
pawmi: { tier: "LC" },
|
|
70730
70813
|
pawmo: { tier: "NFE" },
|
|
70731
|
-
pawmot: { tier: "
|
|
70814
|
+
pawmot: { tier: "UU", doublesTier: "DUU" },
|
|
70732
70815
|
wattrel: { tier: "LC" },
|
|
70733
|
-
kilowattrel: { tier: "
|
|
70734
|
-
bombirdier: { tier: "
|
|
70735
|
-
squawkabilly: { tier: "
|
|
70736
|
-
flamigo: { tier: "
|
|
70737
|
-
klawf: { tier: "
|
|
70816
|
+
kilowattrel: { tier: "UU", doublesTier: "DOU" },
|
|
70817
|
+
bombirdier: { tier: "UU", doublesTier: "DUU" },
|
|
70818
|
+
squawkabilly: { tier: "UU", doublesTier: "DUU" },
|
|
70819
|
+
flamigo: { tier: "UU", doublesTier: "DOU" },
|
|
70820
|
+
klawf: { tier: "UU", doublesTier: "DUU" },
|
|
70738
70821
|
nacli: { tier: "LC" },
|
|
70739
70822
|
naclstack: { tier: "NFE" },
|
|
70740
70823
|
garganacl: { tier: "OU", doublesTier: "DOU" },
|
|
70741
70824
|
glimmet: { tier: "LC" },
|
|
70742
70825
|
glimmora: { tier: "OU", doublesTier: "DOU" },
|
|
70743
70826
|
shroodle: { tier: "LC" },
|
|
70744
|
-
grafaiai: { tier: "
|
|
70827
|
+
grafaiai: { tier: "UU", doublesTier: "DUU" },
|
|
70745
70828
|
fidough: { tier: "LC" },
|
|
70746
|
-
dachsbun: { tier: "
|
|
70829
|
+
dachsbun: { tier: "UU", doublesTier: "DUU" },
|
|
70747
70830
|
maschiff: { tier: "LC" },
|
|
70748
|
-
mabosstiff: { tier: "
|
|
70831
|
+
mabosstiff: { tier: "UU", doublesTier: "DUU" },
|
|
70749
70832
|
bramblin: { tier: "LC" },
|
|
70750
|
-
brambleghast: { tier: "
|
|
70833
|
+
brambleghast: { tier: "UU", doublesTier: "DUU" },
|
|
70751
70834
|
gimmighoul: { tier: "LC" },
|
|
70752
70835
|
gimmighoulroaming: { isNonstandard: "Custom", tier: "Illegal" },
|
|
70753
70836
|
gholdengo: { tier: "OU", doublesTier: "DOU" },
|
|
70754
70837
|
greattusk: { tier: "OU", doublesTier: "DOU" },
|
|
70755
|
-
brutebonnet: { tier: "
|
|
70756
|
-
sandyshocks: { tier: "
|
|
70757
|
-
screamtail: { tier: "
|
|
70838
|
+
brutebonnet: { tier: "UU", doublesTier: "DOU" },
|
|
70839
|
+
sandyshocks: { tier: "UU", doublesTier: "DUU" },
|
|
70840
|
+
screamtail: { tier: "UU", doublesTier: "DUU" },
|
|
70758
70841
|
fluttermane: { tier: "Uber", doublesTier: "DOU" },
|
|
70759
|
-
slitherwing: { tier: "
|
|
70842
|
+
slitherwing: { tier: "UU", doublesTier: "DUU" },
|
|
70760
70843
|
roaringmoon: { tier: "OU", doublesTier: "DOU" },
|
|
70761
|
-
irontreads: { tier: "OU", doublesTier: "
|
|
70844
|
+
irontreads: { tier: "OU", doublesTier: "DUU" },
|
|
70762
70845
|
ironmoth: { tier: "OU", doublesTier: "DOU" },
|
|
70763
70846
|
ironhands: { tier: "OU", doublesTier: "DOU" },
|
|
70764
|
-
ironjugulis: { tier: "
|
|
70765
|
-
ironthorns: { tier: "
|
|
70766
|
-
ironbundle: { tier: "
|
|
70767
|
-
ironvaliant: { tier: "OU", doublesTier: "
|
|
70847
|
+
ironjugulis: { tier: "UU", doublesTier: "DUU" },
|
|
70848
|
+
ironthorns: { tier: "UU", doublesTier: "DUU" },
|
|
70849
|
+
ironbundle: { tier: "Uber", doublesTier: "DOU" },
|
|
70850
|
+
ironvaliant: { tier: "OU", doublesTier: "DUU" },
|
|
70768
70851
|
tinglu: { tier: "OU", doublesTier: "DOU" },
|
|
70769
70852
|
chienpao: { tier: "OU", doublesTier: "DOU" },
|
|
70770
|
-
wochien: { tier: "
|
|
70853
|
+
wochien: { tier: "UU", doublesTier: "DUU" },
|
|
70771
70854
|
chiyu: { tier: "OU", doublesTier: "DOU" },
|
|
70772
70855
|
koraidon: { tier: "Uber", doublesTier: "DUber" },
|
|
70773
70856
|
miraidon: { tier: "Uber", doublesTier: "DUber" },
|
|
70774
70857
|
tinkatink: { tier: "LC" },
|
|
70775
70858
|
tinkatuff: { tier: "NFE" },
|
|
70776
|
-
tinkaton: { tier: "
|
|
70859
|
+
tinkaton: { tier: "UU", doublesTier: "DOU" },
|
|
70777
70860
|
charcadet: { tier: "LC" },
|
|
70778
|
-
armarouge: { tier: "
|
|
70779
|
-
ceruledge: { tier: "OU", doublesTier: "
|
|
70861
|
+
armarouge: { tier: "UU", doublesTier: "DOU" },
|
|
70862
|
+
ceruledge: { tier: "OU", doublesTier: "DUU" },
|
|
70780
70863
|
toedscool: { tier: "LC" },
|
|
70781
|
-
toedscruel: { tier: "
|
|
70864
|
+
toedscruel: { tier: "UU", doublesTier: "DUU" },
|
|
70782
70865
|
kingambit: { tier: "OU", doublesTier: "DOU" },
|
|
70783
|
-
clodsire: { tier: "OU", doublesTier: "
|
|
70784
|
-
annihilape: { tier: "OU", doublesTier: "
|
|
70866
|
+
clodsire: { tier: "OU", doublesTier: "DUU" },
|
|
70867
|
+
annihilape: { tier: "OU", doublesTier: "DUU" },
|
|
70785
70868
|
missingno: { isNonstandard: "Custom", tier: "Illegal" },
|
|
70786
70869
|
syclar: { isNonstandard: "CAP", tier: "CAP LC" },
|
|
70787
70870
|
syclant: { isNonstandard: "CAP", tier: "CAP" },
|
|
@@ -70873,15 +70956,15 @@ var _53 = {
|
|
|
70873
70956
|
pokestarufopropu2: { isNonstandard: "Custom", tier: "Illegal" }
|
|
70874
70957
|
};
|
|
70875
70958
|
var formats_data_default = {
|
|
70876
|
-
"1":
|
|
70877
|
-
"2":
|
|
70878
|
-
"3":
|
|
70879
|
-
"4":
|
|
70880
|
-
"5":
|
|
70881
|
-
"6":
|
|
70882
|
-
"7":
|
|
70883
|
-
"8":
|
|
70884
|
-
"9":
|
|
70959
|
+
"1": _46,
|
|
70960
|
+
"2": _47,
|
|
70961
|
+
"3": _48,
|
|
70962
|
+
"4": _49,
|
|
70963
|
+
"5": _50,
|
|
70964
|
+
"6": _51,
|
|
70965
|
+
"7": _52,
|
|
70966
|
+
"8": _53,
|
|
70967
|
+
"9": _54
|
|
70885
70968
|
};
|
|
70886
70969
|
|
|
70887
70970
|
// index.ts
|
|
@@ -71126,6 +71209,7 @@ var Move = class extends BasicEffect {
|
|
|
71126
71209
|
this.critRatio = Number(data.critRatio) || 1;
|
|
71127
71210
|
this.secondary = data.secondary || null;
|
|
71128
71211
|
this.secondaries = ((_a = data.secondaries) == null ? void 0 : _a.length) ? data.secondaries : this.secondary ? [this.secondary] : null;
|
|
71212
|
+
this.hasSheerForce = !!(data.hasSheerForce && !this.secondaries);
|
|
71129
71213
|
this.priority = Number(data.priority) || 0;
|
|
71130
71214
|
this.ignoreImmunity = data.ignoreImmunity !== void 0 ? data.ignoreImmunity : data.category === "Status";
|
|
71131
71215
|
this.pp = Number(data.pp);
|
|
@@ -71586,7 +71670,7 @@ var DexLearnsets = class {
|
|
|
71586
71670
|
return learnset;
|
|
71587
71671
|
if (!DATA.Learnsets) {
|
|
71588
71672
|
try {
|
|
71589
|
-
DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-
|
|
71673
|
+
DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-ITBYYFZQ.js"))).default;
|
|
71590
71674
|
} catch (err) {
|
|
71591
71675
|
DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
|
|
71592
71676
|
if (!DATA.Learnsets)
|