@pkmn/dex 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.js +464 -374
- package/build/index.js.map +1 -1
- package/build/index.min.js +1 -1
- package/build/index.mjs +464 -374
- 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,
|
|
@@ -19916,13 +19963,13 @@ var _30 = {
|
|
|
19916
19963
|
pp: 10,
|
|
19917
19964
|
priority: 0,
|
|
19918
19965
|
flags: {},
|
|
19919
|
-
selfSwitch: true,
|
|
19920
19966
|
weather: "snow",
|
|
19967
|
+
selfSwitch: true,
|
|
19921
19968
|
secondary: null,
|
|
19922
19969
|
target: "all",
|
|
19923
19970
|
type: "Ice",
|
|
19924
|
-
desc: "Snow
|
|
19925
|
-
shortDesc: "
|
|
19971
|
+
desc: "Starts Snow. The user switches out even if it is trapped and is replaced immediately by a selected party member. The user does not switch out if there are no unfainted party members.",
|
|
19972
|
+
shortDesc: "Starts Snow. User switches out."
|
|
19926
19973
|
},
|
|
19927
19974
|
chipaway: {
|
|
19928
19975
|
num: 498,
|
|
@@ -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" }
|
|
@@ -36699,7 +36766,7 @@ var _38 = {
|
|
|
36699
36766
|
},
|
|
36700
36767
|
decidueyehisui: {
|
|
36701
36768
|
inherit: true,
|
|
36702
|
-
abilities: { "0": "Overgrow", H: "
|
|
36769
|
+
abilities: { "0": "Overgrow", H: "Long Reach" }
|
|
36703
36770
|
},
|
|
36704
36771
|
zacian: {
|
|
36705
36772
|
inherit: true,
|
|
@@ -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",
|
|
@@ -54688,7 +54755,7 @@ var _39 = {
|
|
|
54688
54755
|
spd: 95,
|
|
54689
54756
|
spe: 60
|
|
54690
54757
|
},
|
|
54691
|
-
abilities: { "0": "Overgrow", H: "
|
|
54758
|
+
abilities: { "0": "Overgrow", H: "Scrappy" },
|
|
54692
54759
|
weightkg: 37,
|
|
54693
54760
|
prevo: "Dartrix",
|
|
54694
54761
|
evoLevel: 36,
|
|
@@ -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: {
|
|
@@ -61231,7 +61301,7 @@ var _39 = {
|
|
|
61231
61301
|
types: ["Grass", "Dark"],
|
|
61232
61302
|
gender: "N",
|
|
61233
61303
|
baseStats: {
|
|
61234
|
-
hp:
|
|
61304
|
+
hp: 111,
|
|
61235
61305
|
atk: 127,
|
|
61236
61306
|
def: 99,
|
|
61237
61307
|
spa: 79,
|
|
@@ -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: {
|
|
@@ -61454,8 +61537,8 @@ var _39 = {
|
|
|
61454
61537
|
baseStats: {
|
|
61455
61538
|
hp: 155,
|
|
61456
61539
|
atk: 110,
|
|
61457
|
-
def:
|
|
61458
|
-
spa:
|
|
61540
|
+
def: 125,
|
|
61541
|
+
spa: 55,
|
|
61459
61542
|
spd: 80,
|
|
61460
61543
|
spe: 45
|
|
61461
61544
|
},
|
|
@@ -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)" },
|
|
@@ -68848,8 +68931,9 @@ var _52 = {
|
|
|
68848
68931
|
darumaka: { tier: "LC" },
|
|
68849
68932
|
darumakagalar: { tier: "LC" },
|
|
68850
68933
|
darmanitan: { tier: "UU", doublesTier: "(DUU)" },
|
|
68934
|
+
darmanitanzen: { tier: "UU", doublesTier: "(DUU)" },
|
|
68851
68935
|
darmanitangalar: { tier: "Uber", doublesTier: "(DUU)" },
|
|
68852
|
-
darmanitangalarzen: {},
|
|
68936
|
+
darmanitangalarzen: { tier: "Uber", doublesTier: "(DUU)" },
|
|
68853
68937
|
maractus: { tier: "(PU)", doublesTier: "(DUU)" },
|
|
68854
68938
|
dwebble: { tier: "LC" },
|
|
68855
68939
|
crustle: { tier: "(PU)", doublesTier: "(DUU)" },
|
|
@@ -69003,7 +69087,7 @@ var _52 = {
|
|
|
69003
69087
|
honedge: { tier: "LC" },
|
|
69004
69088
|
doublade: { tier: "PU", doublesTier: "NFE" },
|
|
69005
69089
|
aegislash: { tier: "UUBL", doublesTier: "(DUU)" },
|
|
69006
|
-
aegislashblade: {},
|
|
69090
|
+
aegislashblade: { tier: "UUBL", doublesTier: "(DUU)" },
|
|
69007
69091
|
spritzee: { tier: "LC" },
|
|
69008
69092
|
aromatisse: { tier: "PU", doublesTier: "(DUU)" },
|
|
69009
69093
|
swirlix: { tier: "NFE" },
|
|
@@ -69335,8 +69419,9 @@ var _52 = {
|
|
|
69335
69419
|
stonjourner: { tier: "(PU)", doublesTier: "(DUU)" },
|
|
69336
69420
|
eiscue: { tier: "(PU)", doublesTier: "(DUU)" },
|
|
69337
69421
|
indeedee: { tier: "NUBL", doublesTier: "DUU" },
|
|
69338
|
-
indeedeef: { tier: "
|
|
69422
|
+
indeedeef: { tier: "NUBL", doublesTier: "DOU" },
|
|
69339
69423
|
morpeko: { tier: "(PU)", doublesTier: "(DUU)" },
|
|
69424
|
+
morpekohangry: { tier: "(PU)", doublesTier: "(DUU)" },
|
|
69340
69425
|
cufant: { tier: "LC" },
|
|
69341
69426
|
copperajah: { tier: "NU", doublesTier: "(DUU)" },
|
|
69342
69427
|
copperajahgmax: {
|
|
@@ -69484,15 +69569,15 @@ var _52 = {
|
|
|
69484
69569
|
pokestargiantpropo2: { isNonstandard: "Custom", tier: "Illegal" },
|
|
69485
69570
|
pokestarufopropu2: { isNonstandard: "Custom", tier: "Illegal" }
|
|
69486
69571
|
};
|
|
69487
|
-
var
|
|
69572
|
+
var _54 = {
|
|
69488
69573
|
bulbasaur: { isNonstandard: "Past", tier: "Illegal" },
|
|
69489
69574
|
ivysaur: { isNonstandard: "Past", tier: "Illegal" },
|
|
69490
69575
|
venusaur: { isNonstandard: "Past", tier: "Illegal" },
|
|
69491
69576
|
venusaurmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69492
69577
|
venusaurgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69493
|
-
charmander: {
|
|
69494
|
-
charmeleon: {
|
|
69495
|
-
charizard: {
|
|
69578
|
+
charmander: { tier: "LC" },
|
|
69579
|
+
charmeleon: { tier: "NFE" },
|
|
69580
|
+
charizard: { tier: "OU", doublesTier: "DOU" },
|
|
69496
69581
|
charizardmegax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69497
69582
|
charizardmegay: { isNonstandard: "Past", tier: "Illegal" },
|
|
69498
69583
|
charizardgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69541,7 +69626,7 @@ var _53 = {
|
|
|
69541
69626
|
pikachustarter: { isNonstandard: "LGPE", tier: "Illegal" },
|
|
69542
69627
|
pikachugmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69543
69628
|
pikachuworld: { isNonstandard: "Past", tier: "Illegal" },
|
|
69544
|
-
raichu: { tier: "
|
|
69629
|
+
raichu: { tier: "UU", doublesTier: "DUU" },
|
|
69545
69630
|
raichualola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69546
69631
|
sandshrew: { isNonstandard: "Past", tier: "Illegal" },
|
|
69547
69632
|
sandshrewalola: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69562,7 +69647,7 @@ var _53 = {
|
|
|
69562
69647
|
ninetalesalola: { isNonstandard: "Past", tier: "Illegal" },
|
|
69563
69648
|
igglybuff: { tier: "LC" },
|
|
69564
69649
|
jigglypuff: { tier: "NFE" },
|
|
69565
|
-
wigglytuff: { tier: "
|
|
69650
|
+
wigglytuff: { tier: "UU", doublesTier: "DUU" },
|
|
69566
69651
|
zubat: { isNonstandard: "Past", tier: "Illegal" },
|
|
69567
69652
|
golbat: { isNonstandard: "Past", tier: "Illegal" },
|
|
69568
69653
|
crobat: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69573,25 +69658,25 @@ var _53 = {
|
|
|
69573
69658
|
paras: { isNonstandard: "Past", tier: "Illegal" },
|
|
69574
69659
|
parasect: { isNonstandard: "Past", tier: "Illegal" },
|
|
69575
69660
|
venonat: { tier: "LC" },
|
|
69576
|
-
venomoth: { tier: "
|
|
69661
|
+
venomoth: { tier: "UU", doublesTier: "DUU" },
|
|
69577
69662
|
diglett: { tier: "LC" },
|
|
69578
69663
|
diglettalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69579
|
-
dugtrio: { tier: "
|
|
69664
|
+
dugtrio: { tier: "UU", doublesTier: "DUU" },
|
|
69580
69665
|
dugtrioalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69581
69666
|
meowth: { tier: "LC" },
|
|
69582
69667
|
meowthalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69583
69668
|
meowthgalar: { tier: "LC" },
|
|
69584
69669
|
meowthgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69585
|
-
persian: { tier: "
|
|
69670
|
+
persian: { tier: "UU", doublesTier: "DUU" },
|
|
69586
69671
|
persianalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69587
|
-
perrserker: { tier: "
|
|
69672
|
+
perrserker: { tier: "UU", doublesTier: "DUU" },
|
|
69588
69673
|
psyduck: { tier: "LC" },
|
|
69589
|
-
golduck: { tier: "
|
|
69674
|
+
golduck: { tier: "UU", doublesTier: "DUU" },
|
|
69590
69675
|
mankey: { tier: "LC" },
|
|
69591
69676
|
primeape: { tier: "NFE" },
|
|
69592
69677
|
growlithe: { tier: "LC" },
|
|
69593
69678
|
growlithehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69594
|
-
arcanine: { tier: "
|
|
69679
|
+
arcanine: { tier: "UU", doublesTier: "DOU" },
|
|
69595
69680
|
arcaninehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69596
69681
|
poliwag: { isNonstandard: "Past", tier: "Illegal" },
|
|
69597
69682
|
poliwhirl: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69622,14 +69707,14 @@ var _53 = {
|
|
|
69622
69707
|
rapidashgalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
69623
69708
|
slowpoke: { tier: "LC" },
|
|
69624
69709
|
slowpokegalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69625
|
-
slowbro: { tier: "
|
|
69710
|
+
slowbro: { tier: "UU", doublesTier: "DUU" },
|
|
69626
69711
|
slowbromega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69627
69712
|
slowbrogalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69628
|
-
slowking: { tier: "
|
|
69713
|
+
slowking: { tier: "UU", doublesTier: "DUU" },
|
|
69629
69714
|
slowkinggalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69630
69715
|
magnemite: { tier: "LC" },
|
|
69631
69716
|
magneton: { tier: "NFE" },
|
|
69632
|
-
magnezone: { tier: "
|
|
69717
|
+
magnezone: { tier: "UU", doublesTier: "DUU" },
|
|
69633
69718
|
farfetchd: { isNonstandard: "Past", tier: "Illegal" },
|
|
69634
69719
|
farfetchdgalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
69635
69720
|
sirfetchd: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69639,26 +69724,26 @@ var _53 = {
|
|
|
69639
69724
|
dewgong: { isNonstandard: "Past", tier: "Illegal" },
|
|
69640
69725
|
grimer: { tier: "LC" },
|
|
69641
69726
|
grimeralola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69642
|
-
muk: { tier: "
|
|
69727
|
+
muk: { tier: "UU", doublesTier: "DUU" },
|
|
69643
69728
|
mukalola: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69644
69729
|
shellder: { tier: "LC" },
|
|
69645
|
-
cloyster: { tier: "
|
|
69730
|
+
cloyster: { tier: "UU", doublesTier: "DUU" },
|
|
69646
69731
|
gastly: { tier: "LC" },
|
|
69647
69732
|
haunter: { tier: "NFE" },
|
|
69648
|
-
gengar: { tier: "
|
|
69733
|
+
gengar: { tier: "UU", doublesTier: "DUU" },
|
|
69649
69734
|
gengarmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69650
69735
|
gengargmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69651
69736
|
onix: { isNonstandard: "Past", tier: "Illegal" },
|
|
69652
69737
|
steelix: { isNonstandard: "Past", tier: "Illegal" },
|
|
69653
69738
|
steelixmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69654
69739
|
drowzee: { tier: "LC" },
|
|
69655
|
-
hypno: { tier: "
|
|
69740
|
+
hypno: { tier: "UU", doublesTier: "DUU" },
|
|
69656
69741
|
krabby: { isNonstandard: "Past", tier: "Illegal" },
|
|
69657
69742
|
kingler: { isNonstandard: "Past", tier: "Illegal" },
|
|
69658
69743
|
kinglergmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69659
69744
|
voltorb: { tier: "LC" },
|
|
69660
69745
|
voltorbhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69661
|
-
electrode: { tier: "
|
|
69746
|
+
electrode: { tier: "UU", doublesTier: "DUU" },
|
|
69662
69747
|
electrodehisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69663
69748
|
exeggcute: { isNonstandard: "Past", tier: "Illegal" },
|
|
69664
69749
|
exeggutor: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69681,7 +69766,7 @@ var _53 = {
|
|
|
69681
69766
|
rhyperior: { isNonstandard: "Past", tier: "Illegal" },
|
|
69682
69767
|
happiny: { tier: "LC" },
|
|
69683
69768
|
chansey: { tier: "NFE" },
|
|
69684
|
-
blissey: { tier: "
|
|
69769
|
+
blissey: { tier: "UU", doublesTier: "DUU" },
|
|
69685
69770
|
tangela: { isNonstandard: "Past", tier: "Illegal" },
|
|
69686
69771
|
tangrowth: { isNonstandard: "Past", tier: "Illegal" },
|
|
69687
69772
|
kangaskhan: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69698,7 +69783,7 @@ var _53 = {
|
|
|
69698
69783
|
mrmimegalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
69699
69784
|
mrrime: { isNonstandard: "Past", tier: "Illegal" },
|
|
69700
69785
|
scyther: { tier: "NFE" },
|
|
69701
|
-
scizor: { tier: "OU", doublesTier: "
|
|
69786
|
+
scizor: { tier: "OU", doublesTier: "DUU" },
|
|
69702
69787
|
scizormega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69703
69788
|
kleavor: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69704
69789
|
smoochum: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69712,26 +69797,26 @@ var _53 = {
|
|
|
69712
69797
|
pinsir: { isNonstandard: "Past", tier: "Illegal" },
|
|
69713
69798
|
pinsirmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69714
69799
|
tauros: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69715
|
-
taurospaldea: { tier: "
|
|
69716
|
-
taurospaldeafire: { tier: "
|
|
69717
|
-
taurospaldeawater: { tier: "
|
|
69800
|
+
taurospaldea: { tier: "UU", doublesTier: "DUU" },
|
|
69801
|
+
taurospaldeafire: { tier: "UU", doublesTier: "DUU" },
|
|
69802
|
+
taurospaldeawater: { tier: "UU", doublesTier: "DUU" },
|
|
69718
69803
|
magikarp: { tier: "LC" },
|
|
69719
|
-
gyarados: { tier: "
|
|
69804
|
+
gyarados: { tier: "UU", doublesTier: "DOU" },
|
|
69720
69805
|
gyaradosmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69721
69806
|
lapras: { isNonstandard: "Past", tier: "Illegal" },
|
|
69722
69807
|
laprasgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69723
|
-
ditto: { tier: "OU", doublesTier: "
|
|
69808
|
+
ditto: { tier: "OU", doublesTier: "DUU" },
|
|
69724
69809
|
eevee: { tier: "LC" },
|
|
69725
69810
|
eeveestarter: { isNonstandard: "LGPE", tier: "Illegal" },
|
|
69726
69811
|
eeveegmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69727
|
-
vaporeon: { tier: "
|
|
69728
|
-
jolteon: { tier: "
|
|
69729
|
-
flareon: { tier: "
|
|
69730
|
-
espeon: { tier: "
|
|
69731
|
-
umbreon: { tier: "
|
|
69732
|
-
leafeon: { tier: "
|
|
69733
|
-
glaceon: { tier: "
|
|
69734
|
-
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" },
|
|
69735
69820
|
porygon: { isNonstandard: "Past", tier: "Illegal" },
|
|
69736
69821
|
porygon2: { isNonstandard: "Past", tier: "Illegal" },
|
|
69737
69822
|
porygonz: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69752,7 +69837,7 @@ var _53 = {
|
|
|
69752
69837
|
moltresgalar: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69753
69838
|
dratini: { tier: "LC" },
|
|
69754
69839
|
dragonair: { tier: "NFE" },
|
|
69755
|
-
dragonite: { tier: "OU", doublesTier: "
|
|
69840
|
+
dragonite: { tier: "OU", doublesTier: "DUU" },
|
|
69756
69841
|
mewtwo: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69757
69842
|
mewtwomegax: { isNonstandard: "Past", tier: "Illegal" },
|
|
69758
69843
|
mewtwomegay: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69784,54 +69869,54 @@ var _53 = {
|
|
|
69784
69869
|
xatu: { isNonstandard: "Past", tier: "Illegal" },
|
|
69785
69870
|
mareep: { tier: "LC" },
|
|
69786
69871
|
flaaffy: { tier: "NFE" },
|
|
69787
|
-
ampharos: { tier: "
|
|
69872
|
+
ampharos: { tier: "UU", doublesTier: "DUU" },
|
|
69788
69873
|
ampharosmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69789
69874
|
azurill: { tier: "LC" },
|
|
69790
69875
|
marill: { tier: "NFE" },
|
|
69791
|
-
azumarill: { tier: "
|
|
69876
|
+
azumarill: { tier: "UU", doublesTier: "DUU" },
|
|
69792
69877
|
bonsly: { tier: "LC" },
|
|
69793
|
-
sudowoodo: { tier: "
|
|
69878
|
+
sudowoodo: { tier: "UU", doublesTier: "DUU" },
|
|
69794
69879
|
hoppip: { tier: "LC" },
|
|
69795
69880
|
skiploom: { tier: "NFE" },
|
|
69796
|
-
jumpluff: { tier: "
|
|
69881
|
+
jumpluff: { tier: "UU", doublesTier: "DUU" },
|
|
69797
69882
|
aipom: { isNonstandard: "Past", tier: "Illegal" },
|
|
69798
69883
|
ambipom: { isNonstandard: "Past", tier: "Illegal" },
|
|
69799
69884
|
sunkern: { tier: "LC" },
|
|
69800
|
-
sunflora: { tier: "
|
|
69885
|
+
sunflora: { tier: "UU", doublesTier: "DUU" },
|
|
69801
69886
|
yanma: { isNonstandard: "Past", tier: "Illegal" },
|
|
69802
69887
|
yanmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69803
69888
|
wooper: { tier: "LC" },
|
|
69804
69889
|
wooperpaldea: { tier: "LC" },
|
|
69805
|
-
quagsire: { tier: "
|
|
69806
|
-
murkrow: { tier: "NFE" },
|
|
69807
|
-
honchkrow: { tier: "
|
|
69808
|
-
misdreavus: { tier: "
|
|
69809
|
-
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" },
|
|
69810
69895
|
unown: { isNonstandard: "Past", tier: "Illegal" },
|
|
69811
69896
|
wynaut: { isNonstandard: "Past", tier: "Illegal" },
|
|
69812
69897
|
wobbuffet: { isNonstandard: "Past", tier: "Illegal" },
|
|
69813
69898
|
girafarig: { tier: "LC" },
|
|
69814
|
-
farigiraf: { tier: "
|
|
69899
|
+
farigiraf: { tier: "UU", doublesTier: "DOU" },
|
|
69815
69900
|
pineco: { tier: "LC" },
|
|
69816
|
-
forretress: { tier: "
|
|
69817
|
-
dunsparce: { tier: "
|
|
69818
|
-
dudunsparce: { tier: "
|
|
69901
|
+
forretress: { tier: "UU", doublesTier: "DUU" },
|
|
69902
|
+
dunsparce: { tier: "NFE" },
|
|
69903
|
+
dudunsparce: { tier: "UU", doublesTier: "DUU" },
|
|
69819
69904
|
gligar: { isNonstandard: "Past", tier: "Illegal" },
|
|
69820
69905
|
gliscor: { isNonstandard: "Past", tier: "Illegal" },
|
|
69821
69906
|
snubbull: { isNonstandard: "Past", tier: "Illegal" },
|
|
69822
69907
|
granbull: { isNonstandard: "Past", tier: "Illegal" },
|
|
69823
|
-
qwilfish: { tier: "
|
|
69908
|
+
qwilfish: { tier: "UU", doublesTier: "DUU" },
|
|
69824
69909
|
qwilfishhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69825
69910
|
overqwil: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69826
69911
|
shuckle: { isNonstandard: "Past", tier: "Illegal" },
|
|
69827
|
-
heracross: { tier: "
|
|
69912
|
+
heracross: { tier: "UU", doublesTier: "DUU" },
|
|
69828
69913
|
heracrossmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69829
69914
|
sneasel: { tier: "NFE" },
|
|
69830
69915
|
sneaselhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69831
|
-
weavile: { tier: "
|
|
69916
|
+
weavile: { tier: "UU", doublesTier: "DUU" },
|
|
69832
69917
|
sneasler: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69833
69918
|
teddiursa: { tier: "LC" },
|
|
69834
|
-
ursaring: { tier: "
|
|
69919
|
+
ursaring: { tier: "UU", doublesTier: "DUU" },
|
|
69835
69920
|
ursaluna: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69836
69921
|
slugma: { isNonstandard: "Past", tier: "Illegal" },
|
|
69837
69922
|
magcargo: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69843,16 +69928,16 @@ var _53 = {
|
|
|
69843
69928
|
cursola: { isNonstandard: "Past", tier: "Illegal" },
|
|
69844
69929
|
remoraid: { isNonstandard: "Past", tier: "Illegal" },
|
|
69845
69930
|
octillery: { isNonstandard: "Past", tier: "Illegal" },
|
|
69846
|
-
delibird: { tier: "
|
|
69931
|
+
delibird: { tier: "UU", doublesTier: "DUU" },
|
|
69847
69932
|
mantyke: { isNonstandard: "Past", tier: "Illegal" },
|
|
69848
69933
|
mantine: { isNonstandard: "Past", tier: "Illegal" },
|
|
69849
69934
|
skarmory: { isNonstandard: "Past", tier: "Illegal" },
|
|
69850
69935
|
houndour: { tier: "LC" },
|
|
69851
|
-
houndoom: { tier: "
|
|
69936
|
+
houndoom: { tier: "UU", doublesTier: "DUU" },
|
|
69852
69937
|
houndoommega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69853
69938
|
phanpy: { tier: "LC" },
|
|
69854
|
-
donphan: { tier: "
|
|
69855
|
-
stantler: { tier: "
|
|
69939
|
+
donphan: { tier: "UU", doublesTier: "DUU" },
|
|
69940
|
+
stantler: { tier: "UU", doublesTier: "DUU" },
|
|
69856
69941
|
wyrdeer: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
69857
69942
|
smeargle: { isNonstandard: "Past", tier: "Illegal" },
|
|
69858
69943
|
miltank: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69899,20 +69984,20 @@ var _53 = {
|
|
|
69899
69984
|
taillow: { isNonstandard: "Past", tier: "Illegal" },
|
|
69900
69985
|
swellow: { isNonstandard: "Past", tier: "Illegal" },
|
|
69901
69986
|
wingull: { tier: "LC" },
|
|
69902
|
-
pelipper: { tier: "
|
|
69987
|
+
pelipper: { tier: "UU", doublesTier: "DUU" },
|
|
69903
69988
|
ralts: { tier: "LC" },
|
|
69904
69989
|
kirlia: { tier: "NFE" },
|
|
69905
|
-
gardevoir: { tier: "
|
|
69990
|
+
gardevoir: { tier: "UU", doublesTier: "DUU" },
|
|
69906
69991
|
gardevoirmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69907
|
-
gallade: { tier: "
|
|
69992
|
+
gallade: { tier: "UU", doublesTier: "DUU" },
|
|
69908
69993
|
gallademega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69909
69994
|
surskit: { tier: "LC" },
|
|
69910
|
-
masquerain: { tier: "
|
|
69995
|
+
masquerain: { tier: "UU", doublesTier: "DUU" },
|
|
69911
69996
|
shroomish: { tier: "LC" },
|
|
69912
|
-
breloom: { tier: "OU", doublesTier: "
|
|
69997
|
+
breloom: { tier: "OU", doublesTier: "DUU" },
|
|
69913
69998
|
slakoth: { tier: "LC" },
|
|
69914
69999
|
vigoroth: { tier: "NFE" },
|
|
69915
|
-
slaking: { tier: "
|
|
70000
|
+
slaking: { tier: "UU", doublesTier: "DUU" },
|
|
69916
70001
|
nincada: { isNonstandard: "Past", tier: "Illegal" },
|
|
69917
70002
|
ninjask: { isNonstandard: "Past", tier: "Illegal" },
|
|
69918
70003
|
shedinja: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69920,12 +70005,12 @@ var _53 = {
|
|
|
69920
70005
|
loudred: { isNonstandard: "Past", tier: "Illegal" },
|
|
69921
70006
|
exploud: { isNonstandard: "Past", tier: "Illegal" },
|
|
69922
70007
|
makuhita: { tier: "LC" },
|
|
69923
|
-
hariyama: { tier: "
|
|
70008
|
+
hariyama: { tier: "UU", doublesTier: "DUU" },
|
|
69924
70009
|
nosepass: { isNonstandard: "Past", tier: "Illegal" },
|
|
69925
70010
|
probopass: { isNonstandard: "Past", tier: "Illegal" },
|
|
69926
70011
|
skitty: { isNonstandard: "Past", tier: "Illegal" },
|
|
69927
70012
|
delcatty: { isNonstandard: "Past", tier: "Illegal" },
|
|
69928
|
-
sableye: { tier: "
|
|
70013
|
+
sableye: { tier: "UU", doublesTier: "DUU" },
|
|
69929
70014
|
sableyemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69930
70015
|
mawile: { isNonstandard: "Past", tier: "Illegal" },
|
|
69931
70016
|
mawilemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69934,7 +70019,7 @@ var _53 = {
|
|
|
69934
70019
|
aggron: { isNonstandard: "Past", tier: "Illegal" },
|
|
69935
70020
|
aggronmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69936
70021
|
meditite: { tier: "NFE" },
|
|
69937
|
-
medicham: { tier: "
|
|
70022
|
+
medicham: { tier: "UU", doublesTier: "DUU" },
|
|
69938
70023
|
medichammega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69939
70024
|
electrike: { isNonstandard: "Past", tier: "Illegal" },
|
|
69940
70025
|
manectric: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69947,33 +70032,33 @@ var _53 = {
|
|
|
69947
70032
|
roselia: { isNonstandard: "Past", tier: "Illegal" },
|
|
69948
70033
|
roserade: { isNonstandard: "Past", tier: "Illegal" },
|
|
69949
70034
|
gulpin: { tier: "LC" },
|
|
69950
|
-
swalot: { tier: "
|
|
70035
|
+
swalot: { tier: "UU", doublesTier: "DUU" },
|
|
69951
70036
|
carvanha: { isNonstandard: "Past", tier: "Illegal" },
|
|
69952
70037
|
sharpedo: { isNonstandard: "Past", tier: "Illegal" },
|
|
69953
70038
|
sharpedomega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69954
70039
|
wailmer: { isNonstandard: "Past", tier: "Illegal" },
|
|
69955
70040
|
wailord: { isNonstandard: "Past", tier: "Illegal" },
|
|
69956
70041
|
numel: { tier: "LC" },
|
|
69957
|
-
camerupt: { tier: "
|
|
70042
|
+
camerupt: { tier: "UU", doublesTier: "DUU" },
|
|
69958
70043
|
cameruptmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69959
70044
|
torkoal: { tier: "OU", doublesTier: "DOU" },
|
|
69960
70045
|
spoink: { tier: "LC" },
|
|
69961
|
-
grumpig: { tier: "
|
|
70046
|
+
grumpig: { tier: "UU", doublesTier: "DUU" },
|
|
69962
70047
|
spinda: { isNonstandard: "Past", tier: "Illegal" },
|
|
69963
70048
|
trapinch: { isNonstandard: "Past", tier: "Illegal" },
|
|
69964
70049
|
vibrava: { isNonstandard: "Past", tier: "Illegal" },
|
|
69965
70050
|
flygon: { isNonstandard: "Past", tier: "Illegal" },
|
|
69966
70051
|
cacnea: { tier: "LC" },
|
|
69967
|
-
cacturne: { tier: "
|
|
70052
|
+
cacturne: { tier: "UU", doublesTier: "DUU" },
|
|
69968
70053
|
swablu: { tier: "LC" },
|
|
69969
|
-
altaria: { tier: "
|
|
70054
|
+
altaria: { tier: "UU", doublesTier: "DUU" },
|
|
69970
70055
|
altariamega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69971
|
-
zangoose: { tier: "
|
|
69972
|
-
seviper: { tier: "
|
|
70056
|
+
zangoose: { tier: "UU", doublesTier: "DUU" },
|
|
70057
|
+
seviper: { tier: "UU", doublesTier: "DUU" },
|
|
69973
70058
|
lunatone: { isNonstandard: "Past", tier: "Illegal" },
|
|
69974
70059
|
solrock: { isNonstandard: "Past", tier: "Illegal" },
|
|
69975
70060
|
barboach: { tier: "LC" },
|
|
69976
|
-
whiscash: { tier: "
|
|
70061
|
+
whiscash: { tier: "UU", doublesTier: "DUU" },
|
|
69977
70062
|
corphish: { isNonstandard: "Past", tier: "Illegal" },
|
|
69978
70063
|
crawdaunt: { isNonstandard: "Past", tier: "Illegal" },
|
|
69979
70064
|
baltoy: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -69990,20 +70075,20 @@ var _53 = {
|
|
|
69990
70075
|
castformsnowy: { isNonstandard: "Past" },
|
|
69991
70076
|
kecleon: { isNonstandard: "Past", tier: "Illegal" },
|
|
69992
70077
|
shuppet: { tier: "LC" },
|
|
69993
|
-
banette: { tier: "
|
|
70078
|
+
banette: { tier: "UU", doublesTier: "DUU" },
|
|
69994
70079
|
banettemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
69995
70080
|
duskull: { isNonstandard: "Past", tier: "Illegal" },
|
|
69996
70081
|
dusclops: { isNonstandard: "Past", tier: "Illegal" },
|
|
69997
70082
|
dusknoir: { isNonstandard: "Past", tier: "Illegal" },
|
|
69998
|
-
tropius: { tier: "
|
|
70083
|
+
tropius: { tier: "UU", doublesTier: "DUU" },
|
|
69999
70084
|
chingling: { isNonstandard: "Past", tier: "Illegal" },
|
|
70000
70085
|
chimecho: { isNonstandard: "Past", tier: "Illegal" },
|
|
70001
70086
|
absol: { isNonstandard: "Past", tier: "Illegal" },
|
|
70002
70087
|
absolmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70003
70088
|
snorunt: { tier: "LC" },
|
|
70004
|
-
glalie: { tier: "
|
|
70089
|
+
glalie: { tier: "UU", doublesTier: "DUU" },
|
|
70005
70090
|
glaliemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70006
|
-
froslass: { tier: "
|
|
70091
|
+
froslass: { tier: "UU", doublesTier: "DUU" },
|
|
70007
70092
|
spheal: { isNonstandard: "Past", tier: "Illegal" },
|
|
70008
70093
|
sealeo: { isNonstandard: "Past", tier: "Illegal" },
|
|
70009
70094
|
walrein: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70011,10 +70096,10 @@ var _53 = {
|
|
|
70011
70096
|
huntail: { isNonstandard: "Past", tier: "Illegal" },
|
|
70012
70097
|
gorebyss: { isNonstandard: "Past", tier: "Illegal" },
|
|
70013
70098
|
relicanth: { isNonstandard: "Past", tier: "Illegal" },
|
|
70014
|
-
luvdisc: { tier: "
|
|
70099
|
+
luvdisc: { tier: "UU", doublesTier: "DUU" },
|
|
70015
70100
|
bagon: { tier: "LC" },
|
|
70016
70101
|
shelgon: { tier: "NFE" },
|
|
70017
|
-
salamence: { tier: "
|
|
70102
|
+
salamence: { tier: "UU", doublesTier: "DUU" },
|
|
70018
70103
|
salamencemega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70019
70104
|
beldum: { isNonstandard: "Past", tier: "Illegal" },
|
|
70020
70105
|
metang: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70049,14 +70134,14 @@ var _53 = {
|
|
|
70049
70134
|
empoleon: { isNonstandard: "Past", tier: "Illegal" },
|
|
70050
70135
|
starly: { tier: "LC" },
|
|
70051
70136
|
staravia: { tier: "NFE" },
|
|
70052
|
-
staraptor: { tier: "
|
|
70137
|
+
staraptor: { tier: "UU", doublesTier: "DUU" },
|
|
70053
70138
|
bidoof: { isNonstandard: "Past", tier: "Illegal" },
|
|
70054
70139
|
bibarel: { isNonstandard: "Past", tier: "Illegal" },
|
|
70055
70140
|
kricketot: { tier: "LC" },
|
|
70056
|
-
kricketune: { tier: "
|
|
70141
|
+
kricketune: { tier: "UU", doublesTier: "DUU" },
|
|
70057
70142
|
shinx: { tier: "LC" },
|
|
70058
70143
|
luxio: { tier: "NFE" },
|
|
70059
|
-
luxray: { tier: "
|
|
70144
|
+
luxray: { tier: "UU", doublesTier: "DUU" },
|
|
70060
70145
|
cranidos: { isNonstandard: "Past", tier: "Illegal" },
|
|
70061
70146
|
rampardos: { isNonstandard: "Past", tier: "Illegal" },
|
|
70062
70147
|
shieldon: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70067,53 +70152,53 @@ var _53 = {
|
|
|
70067
70152
|
wormadamtrash: { isNonstandard: "Past", tier: "Illegal" },
|
|
70068
70153
|
mothim: { isNonstandard: "Past", tier: "Illegal" },
|
|
70069
70154
|
combee: { tier: "LC" },
|
|
70070
|
-
vespiquen: { tier: "
|
|
70071
|
-
pachirisu: { tier: "
|
|
70155
|
+
vespiquen: { tier: "UU", doublesTier: "DUU" },
|
|
70156
|
+
pachirisu: { tier: "UU", doublesTier: "DUU" },
|
|
70072
70157
|
buizel: { tier: "LC" },
|
|
70073
|
-
floatzel: { tier: "
|
|
70158
|
+
floatzel: { tier: "UU", doublesTier: "DUU" },
|
|
70074
70159
|
cherubi: { isNonstandard: "Past", tier: "Illegal" },
|
|
70075
70160
|
cherrim: { isNonstandard: "Past", tier: "Illegal" },
|
|
70076
70161
|
cherrimsunshine: { isNonstandard: "Past" },
|
|
70077
70162
|
shellos: { tier: "LC" },
|
|
70078
|
-
gastrodon: { tier: "
|
|
70163
|
+
gastrodon: { tier: "UU", doublesTier: "DUU" },
|
|
70079
70164
|
drifloon: { tier: "LC" },
|
|
70080
|
-
drifblim: { tier: "
|
|
70165
|
+
drifblim: { tier: "UU", doublesTier: "DUU" },
|
|
70081
70166
|
buneary: { isNonstandard: "Past", tier: "Illegal" },
|
|
70082
70167
|
lopunny: { isNonstandard: "Past", tier: "Illegal" },
|
|
70083
70168
|
lopunnymega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70084
70169
|
glameow: { isNonstandard: "Past", tier: "Illegal" },
|
|
70085
70170
|
purugly: { isNonstandard: "Past", tier: "Illegal" },
|
|
70086
70171
|
stunky: { tier: "LC" },
|
|
70087
|
-
skuntank: { tier: "
|
|
70172
|
+
skuntank: { tier: "UU", doublesTier: "DUU" },
|
|
70088
70173
|
bronzor: { tier: "LC" },
|
|
70089
|
-
bronzong: { tier: "
|
|
70174
|
+
bronzong: { tier: "UU", doublesTier: "DOU" },
|
|
70090
70175
|
chatot: { isNonstandard: "Past", tier: "Illegal" },
|
|
70091
|
-
spiritomb: { tier: "
|
|
70176
|
+
spiritomb: { tier: "UU", doublesTier: "DUU" },
|
|
70092
70177
|
gible: { tier: "LC" },
|
|
70093
70178
|
gabite: { tier: "NFE" },
|
|
70094
70179
|
garchomp: { tier: "OU", doublesTier: "DOU" },
|
|
70095
70180
|
garchompmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70096
70181
|
riolu: { tier: "LC" },
|
|
70097
|
-
lucario: { tier: "
|
|
70182
|
+
lucario: { tier: "UU", doublesTier: "DUU" },
|
|
70098
70183
|
lucariomega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70099
70184
|
hippopotas: { tier: "LC" },
|
|
70100
|
-
hippowdon: { tier: "
|
|
70185
|
+
hippowdon: { tier: "UU", doublesTier: "DUU" },
|
|
70101
70186
|
skorupi: { isNonstandard: "Past", tier: "Illegal" },
|
|
70102
70187
|
drapion: { isNonstandard: "Past", tier: "Illegal" },
|
|
70103
70188
|
croagunk: { tier: "LC" },
|
|
70104
|
-
toxicroak: { tier: "
|
|
70189
|
+
toxicroak: { tier: "UU", doublesTier: "DUU" },
|
|
70105
70190
|
carnivine: { isNonstandard: "Past", tier: "Illegal" },
|
|
70106
70191
|
finneon: { tier: "LC" },
|
|
70107
|
-
lumineon: { tier: "
|
|
70192
|
+
lumineon: { tier: "UU", doublesTier: "DUU" },
|
|
70108
70193
|
snover: { tier: "LC" },
|
|
70109
|
-
abomasnow: { tier: "
|
|
70194
|
+
abomasnow: { tier: "UU", doublesTier: "DOU" },
|
|
70110
70195
|
abomasnowmega: { isNonstandard: "Past", tier: "Illegal" },
|
|
70111
|
-
rotom: { tier: "
|
|
70112
|
-
rotomheat: { tier: "
|
|
70113
|
-
rotomwash: { tier: "
|
|
70114
|
-
rotomfrost: { tier: "
|
|
70115
|
-
rotomfan: { tier: "
|
|
70116
|
-
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" },
|
|
70117
70202
|
uxie: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70118
70203
|
mesprit: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70119
70204
|
azelf: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
@@ -70206,10 +70291,10 @@ var _53 = {
|
|
|
70206
70291
|
cottonee: { isNonstandard: "Past", tier: "Illegal" },
|
|
70207
70292
|
whimsicott: { isNonstandard: "Past", tier: "Illegal" },
|
|
70208
70293
|
petilil: { tier: "LC" },
|
|
70209
|
-
lilligant: { tier: "
|
|
70294
|
+
lilligant: { tier: "UU", doublesTier: "DOU" },
|
|
70210
70295
|
lilliganthisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70211
|
-
basculin: { tier: "
|
|
70212
|
-
basculinbluestriped: { tier: "
|
|
70296
|
+
basculin: { tier: "UU", doublesTier: "DUU" },
|
|
70297
|
+
basculinbluestriped: { tier: "UU", doublesTier: "DUU" },
|
|
70213
70298
|
basculinwhitestriped: {
|
|
70214
70299
|
isNonstandard: "Unobtainable",
|
|
70215
70300
|
tier: "Unreleased"
|
|
@@ -70218,11 +70303,13 @@ var _53 = {
|
|
|
70218
70303
|
basculegionf: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70219
70304
|
sandile: { tier: "LC" },
|
|
70220
70305
|
krokorok: { tier: "NFE" },
|
|
70221
|
-
krookodile: { tier: "
|
|
70306
|
+
krookodile: { tier: "UU", doublesTier: "DUU" },
|
|
70222
70307
|
darumaka: { isNonstandard: "Past", tier: "Illegal" },
|
|
70223
70308
|
darumakagalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
70224
70309
|
darmanitan: { isNonstandard: "Past", tier: "Illegal" },
|
|
70310
|
+
darmanitanzen: { isNonstandard: "Past" },
|
|
70225
70311
|
darmanitangalar: { isNonstandard: "Past", tier: "Illegal" },
|
|
70312
|
+
darmanitangalarzen: { isNonstandard: "Past" },
|
|
70226
70313
|
maractus: { isNonstandard: "Past", tier: "Illegal" },
|
|
70227
70314
|
dwebble: { isNonstandard: "Past", tier: "Illegal" },
|
|
70228
70315
|
crustle: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70242,13 +70329,13 @@ var _53 = {
|
|
|
70242
70329
|
garbodorgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70243
70330
|
zorua: { tier: "LC" },
|
|
70244
70331
|
zoruahisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70245
|
-
zoroark: { tier: "
|
|
70332
|
+
zoroark: { tier: "UU", doublesTier: "DUU" },
|
|
70246
70333
|
zoroarkhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70247
70334
|
minccino: { isNonstandard: "Past", tier: "Illegal" },
|
|
70248
70335
|
cinccino: { isNonstandard: "Past", tier: "Illegal" },
|
|
70249
70336
|
gothita: { tier: "LC" },
|
|
70250
70337
|
gothorita: { tier: "NFE" },
|
|
70251
|
-
gothitelle: { tier: "
|
|
70338
|
+
gothitelle: { tier: "UU", doublesTier: "DUU" },
|
|
70252
70339
|
solosis: { isNonstandard: "Past", tier: "Illegal" },
|
|
70253
70340
|
duosion: { isNonstandard: "Past", tier: "Illegal" },
|
|
70254
70341
|
reuniclus: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70258,7 +70345,7 @@ var _53 = {
|
|
|
70258
70345
|
vanillish: { isNonstandard: "Past", tier: "Illegal" },
|
|
70259
70346
|
vanilluxe: { isNonstandard: "Past", tier: "Illegal" },
|
|
70260
70347
|
deerling: { tier: "LC" },
|
|
70261
|
-
sawsbuck: { tier: "
|
|
70348
|
+
sawsbuck: { tier: "UU", doublesTier: "DUU" },
|
|
70262
70349
|
emolga: { isNonstandard: "Past", tier: "Illegal" },
|
|
70263
70350
|
karrablast: { isNonstandard: "Past", tier: "Illegal" },
|
|
70264
70351
|
escavalier: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70266,7 +70353,7 @@ var _53 = {
|
|
|
70266
70353
|
amoonguss: { tier: "OU", doublesTier: "DOU" },
|
|
70267
70354
|
frillish: { isNonstandard: "Past", tier: "Illegal" },
|
|
70268
70355
|
jellicent: { isNonstandard: "Past", tier: "Illegal" },
|
|
70269
|
-
alomomola: { tier: "
|
|
70356
|
+
alomomola: { tier: "UU", doublesTier: "DUU" },
|
|
70270
70357
|
joltik: { isNonstandard: "Past", tier: "Illegal" },
|
|
70271
70358
|
galvantula: { isNonstandard: "Past", tier: "Illegal" },
|
|
70272
70359
|
ferroseed: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70276,7 +70363,7 @@ var _53 = {
|
|
|
70276
70363
|
klinklang: { isNonstandard: "Past", tier: "Illegal" },
|
|
70277
70364
|
tynamo: { tier: "LC" },
|
|
70278
70365
|
eelektrik: { tier: "NFE" },
|
|
70279
|
-
eelektross: { tier: "
|
|
70366
|
+
eelektross: { tier: "UU", doublesTier: "DUU" },
|
|
70280
70367
|
elgyem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70281
70368
|
beheeyem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70282
70369
|
litwick: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70284,10 +70371,10 @@ var _53 = {
|
|
|
70284
70371
|
chandelure: { isNonstandard: "Past", tier: "Illegal" },
|
|
70285
70372
|
axew: { tier: "LC" },
|
|
70286
70373
|
fraxure: { tier: "NFE" },
|
|
70287
|
-
haxorus: { tier: "
|
|
70374
|
+
haxorus: { tier: "UU", doublesTier: "DUU" },
|
|
70288
70375
|
cubchoo: { tier: "LC" },
|
|
70289
|
-
beartic: { tier: "
|
|
70290
|
-
cryogonal: { tier: "
|
|
70376
|
+
beartic: { tier: "UU", doublesTier: "DUU" },
|
|
70377
|
+
cryogonal: { tier: "UU", doublesTier: "DUU" },
|
|
70291
70378
|
shelmet: { isNonstandard: "Past", tier: "Illegal" },
|
|
70292
70379
|
accelgor: { isNonstandard: "Past", tier: "Illegal" },
|
|
70293
70380
|
stunfisk: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70301,7 +70388,7 @@ var _53 = {
|
|
|
70301
70388
|
bisharp: { tier: "NFE" },
|
|
70302
70389
|
bouffalant: { isNonstandard: "Past", tier: "Illegal" },
|
|
70303
70390
|
rufflet: { tier: "LC" },
|
|
70304
|
-
braviary: { tier: "
|
|
70391
|
+
braviary: { tier: "UU", doublesTier: "DUU" },
|
|
70305
70392
|
braviaryhisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70306
70393
|
vullaby: { isNonstandard: "Past", tier: "Illegal" },
|
|
70307
70394
|
mandibuzz: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70309,9 +70396,9 @@ var _53 = {
|
|
|
70309
70396
|
durant: { isNonstandard: "Past", tier: "Illegal" },
|
|
70310
70397
|
deino: { tier: "LC" },
|
|
70311
70398
|
zweilous: { tier: "NFE" },
|
|
70312
|
-
hydreigon: { tier: "
|
|
70399
|
+
hydreigon: { tier: "UU", doublesTier: "DUU" },
|
|
70313
70400
|
larvesta: { tier: "LC" },
|
|
70314
|
-
volcarona: { tier: "OU", doublesTier: "
|
|
70401
|
+
volcarona: { tier: "OU", doublesTier: "DUU" },
|
|
70315
70402
|
cobalion: { isNonstandard: "Past", tier: "Illegal" },
|
|
70316
70403
|
terrakion: { isNonstandard: "Past", tier: "Illegal" },
|
|
70317
70404
|
virizion: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70349,20 +70436,20 @@ var _53 = {
|
|
|
70349
70436
|
diggersby: { isNonstandard: "Past", tier: "Illegal" },
|
|
70350
70437
|
fletchling: { tier: "LC" },
|
|
70351
70438
|
fletchinder: { tier: "NFE" },
|
|
70352
|
-
talonflame: { tier: "
|
|
70439
|
+
talonflame: { tier: "UU", doublesTier: "DOU" },
|
|
70353
70440
|
scatterbug: { tier: "LC" },
|
|
70354
70441
|
spewpa: { tier: "NFE" },
|
|
70355
70442
|
vivillon: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70356
|
-
vivillonfancy: { tier: "
|
|
70443
|
+
vivillonfancy: { tier: "UU", doublesTier: "DUU" },
|
|
70357
70444
|
vivillonpokeball: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70358
70445
|
litleo: { tier: "LC" },
|
|
70359
|
-
pyroar: { tier: "
|
|
70446
|
+
pyroar: { tier: "UU", doublesTier: "DUU" },
|
|
70360
70447
|
flabebe: { tier: "LC" },
|
|
70361
70448
|
floette: { tier: "NFE" },
|
|
70362
70449
|
floetteeternal: { isNonstandard: "Past", tier: "Illegal" },
|
|
70363
|
-
florges: { tier: "
|
|
70450
|
+
florges: { tier: "UU", doublesTier: "DUU" },
|
|
70364
70451
|
skiddo: { tier: "LC" },
|
|
70365
|
-
gogoat: { tier: "
|
|
70452
|
+
gogoat: { tier: "UU", doublesTier: "DUU" },
|
|
70366
70453
|
pancham: { isNonstandard: "Past", tier: "Illegal" },
|
|
70367
70454
|
pangoro: { isNonstandard: "Past", tier: "Illegal" },
|
|
70368
70455
|
furfrou: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70372,6 +70459,7 @@ var _53 = {
|
|
|
70372
70459
|
honedge: { isNonstandard: "Past", tier: "Illegal" },
|
|
70373
70460
|
doublade: { isNonstandard: "Past", tier: "Illegal" },
|
|
70374
70461
|
aegislash: { isNonstandard: "Past", tier: "Illegal" },
|
|
70462
|
+
aegislashblade: { isNonstandard: "Past" },
|
|
70375
70463
|
spritzee: { isNonstandard: "Past", tier: "Illegal" },
|
|
70376
70464
|
aromatisse: { isNonstandard: "Past", tier: "Illegal" },
|
|
70377
70465
|
swirlix: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70381,24 +70469,24 @@ var _53 = {
|
|
|
70381
70469
|
binacle: { isNonstandard: "Past", tier: "Illegal" },
|
|
70382
70470
|
barbaracle: { isNonstandard: "Past", tier: "Illegal" },
|
|
70383
70471
|
skrelp: { tier: "LC" },
|
|
70384
|
-
dragalge: { tier: "
|
|
70472
|
+
dragalge: { tier: "UU", doublesTier: "DUU" },
|
|
70385
70473
|
clauncher: { tier: "LC" },
|
|
70386
|
-
clawitzer: { tier: "
|
|
70474
|
+
clawitzer: { tier: "UU", doublesTier: "DUU" },
|
|
70387
70475
|
helioptile: { isNonstandard: "Past", tier: "Illegal" },
|
|
70388
70476
|
heliolisk: { isNonstandard: "Past", tier: "Illegal" },
|
|
70389
70477
|
tyrunt: { isNonstandard: "Past", tier: "Illegal" },
|
|
70390
70478
|
tyrantrum: { isNonstandard: "Past", tier: "Illegal" },
|
|
70391
70479
|
amaura: { isNonstandard: "Past", tier: "Illegal" },
|
|
70392
70480
|
aurorus: { isNonstandard: "Past", tier: "Illegal" },
|
|
70393
|
-
hawlucha: { tier: "
|
|
70394
|
-
dedenne: { tier: "
|
|
70481
|
+
hawlucha: { tier: "UU", doublesTier: "DUU" },
|
|
70482
|
+
dedenne: { tier: "UU", doublesTier: "DUU" },
|
|
70395
70483
|
carbink: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70396
70484
|
goomy: { tier: "LC" },
|
|
70397
70485
|
sliggoo: { tier: "NFE" },
|
|
70398
70486
|
sliggoohisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70399
|
-
goodra: { tier: "
|
|
70487
|
+
goodra: { tier: "UU", doublesTier: "DUU" },
|
|
70400
70488
|
goodrahisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70401
|
-
klefki: { tier: "
|
|
70489
|
+
klefki: { tier: "UU", doublesTier: "DUU" },
|
|
70402
70490
|
phantump: { isNonstandard: "Past", tier: "Illegal" },
|
|
70403
70491
|
trevenant: { isNonstandard: "Past", tier: "Illegal" },
|
|
70404
70492
|
pumpkaboo: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70410,10 +70498,10 @@ var _53 = {
|
|
|
70410
70498
|
gourgeistlarge: { isNonstandard: "Past" },
|
|
70411
70499
|
gourgeistsuper: { isNonstandard: "Past" },
|
|
70412
70500
|
bergmite: { tier: "LC" },
|
|
70413
|
-
avalugg: { tier: "
|
|
70501
|
+
avalugg: { tier: "UU", doublesTier: "DUU" },
|
|
70414
70502
|
avalugghisui: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70415
70503
|
noibat: { tier: "LC" },
|
|
70416
|
-
noivern: { tier: "
|
|
70504
|
+
noivern: { tier: "UU", doublesTier: "DUU" },
|
|
70417
70505
|
xerneas: { isNonstandard: "Past", tier: "Illegal" },
|
|
70418
70506
|
xerneasneutral: { isNonstandard: "Custom", tier: "Illegal" },
|
|
70419
70507
|
yveltal: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70439,55 +70527,55 @@ var _53 = {
|
|
|
70439
70527
|
trumbeak: { isNonstandard: "Past", tier: "Illegal" },
|
|
70440
70528
|
toucannon: { isNonstandard: "Past", tier: "Illegal" },
|
|
70441
70529
|
yungoos: { tier: "LC" },
|
|
70442
|
-
gumshoos: { tier: "
|
|
70530
|
+
gumshoos: { tier: "UU", doublesTier: "DUU" },
|
|
70443
70531
|
gumshoostotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70444
70532
|
grubbin: { isNonstandard: "Past", tier: "Illegal" },
|
|
70445
70533
|
charjabug: { isNonstandard: "Past", tier: "Illegal" },
|
|
70446
70534
|
vikavolt: { isNonstandard: "Past", tier: "Illegal" },
|
|
70447
70535
|
vikavolttotem: { isNonstandard: "Past" },
|
|
70448
70536
|
crabrawler: { tier: "LC" },
|
|
70449
|
-
crabominable: { tier: "
|
|
70450
|
-
oricorio: { tier: "
|
|
70451
|
-
oricoriopompom: { tier: "
|
|
70452
|
-
oricoriopau: { tier: "
|
|
70453
|
-
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" },
|
|
70454
70542
|
cutiefly: { isNonstandard: "Past", tier: "Illegal" },
|
|
70455
70543
|
ribombee: { isNonstandard: "Past", tier: "Illegal" },
|
|
70456
70544
|
ribombeetotem: { isNonstandard: "Past" },
|
|
70457
70545
|
rockruff: { tier: "LC" },
|
|
70458
70546
|
rockruffdusk: { tier: "LC" },
|
|
70459
|
-
lycanroc: { tier: "
|
|
70460
|
-
lycanrocmidnight: { tier: "
|
|
70461
|
-
lycanrocdusk: { tier: "
|
|
70547
|
+
lycanroc: { tier: "UU", doublesTier: "DUU" },
|
|
70548
|
+
lycanrocmidnight: { tier: "UU", doublesTier: "DUU" },
|
|
70549
|
+
lycanrocdusk: { tier: "UU", doublesTier: "DUU" },
|
|
70462
70550
|
wishiwashi: { isNonstandard: "Past", tier: "Illegal" },
|
|
70463
70551
|
wishiwashischool: { isNonstandard: "Past" },
|
|
70464
70552
|
mareanie: { tier: "LC" },
|
|
70465
|
-
toxapex: { tier: "OU", doublesTier: "
|
|
70553
|
+
toxapex: { tier: "OU", doublesTier: "DUU" },
|
|
70466
70554
|
mudbray: { tier: "LC" },
|
|
70467
|
-
mudsdale: { tier: "
|
|
70555
|
+
mudsdale: { tier: "UU", doublesTier: "DUU" },
|
|
70468
70556
|
dewpider: { isNonstandard: "Past", tier: "Illegal" },
|
|
70469
70557
|
araquanid: { isNonstandard: "Past", tier: "Illegal" },
|
|
70470
70558
|
araquanidtotem: { isNonstandard: "Past" },
|
|
70471
70559
|
fomantis: { tier: "LC" },
|
|
70472
|
-
lurantis: { tier: "
|
|
70560
|
+
lurantis: { tier: "UU", doublesTier: "DUU" },
|
|
70473
70561
|
lurantistotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70474
70562
|
morelull: { isNonstandard: "Past", tier: "Illegal" },
|
|
70475
70563
|
shiinotic: { isNonstandard: "Past", tier: "Illegal" },
|
|
70476
70564
|
salandit: { tier: "LC" },
|
|
70477
|
-
salazzle: { tier: "
|
|
70565
|
+
salazzle: { tier: "UU", doublesTier: "DUU" },
|
|
70478
70566
|
salazzletotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70479
70567
|
stufful: { isNonstandard: "Past", tier: "Illegal" },
|
|
70480
70568
|
bewear: { isNonstandard: "Past", tier: "Illegal" },
|
|
70481
70569
|
bounsweet: { tier: "LC" },
|
|
70482
70570
|
steenee: { tier: "NFE" },
|
|
70483
|
-
tsareena: { tier: "
|
|
70571
|
+
tsareena: { tier: "UU", doublesTier: "DUU" },
|
|
70484
70572
|
comfey: { isNonstandard: "Past", tier: "Illegal" },
|
|
70485
|
-
oranguru: { tier: "
|
|
70486
|
-
passimian: { tier: "
|
|
70573
|
+
oranguru: { tier: "UU", doublesTier: "DUU" },
|
|
70574
|
+
passimian: { tier: "UU", doublesTier: "DUU" },
|
|
70487
70575
|
wimpod: { isNonstandard: "Past", tier: "Illegal" },
|
|
70488
70576
|
golisopod: { isNonstandard: "Past", tier: "Illegal" },
|
|
70489
70577
|
sandygast: { tier: "LC" },
|
|
70490
|
-
palossand: { tier: "
|
|
70578
|
+
palossand: { tier: "UU", doublesTier: "DUU" },
|
|
70491
70579
|
pyukumuku: { isNonstandard: "Past", tier: "Illegal" },
|
|
70492
70580
|
typenull: { isNonstandard: "Past", tier: "Illegal" },
|
|
70493
70581
|
silvally: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70510,14 +70598,14 @@ var _53 = {
|
|
|
70510
70598
|
silvallywater: { isNonstandard: "Past", tier: "Illegal" },
|
|
70511
70599
|
minior: { isNonstandard: "Past", tier: "Illegal" },
|
|
70512
70600
|
miniormeteor: { isNonstandard: "Past" },
|
|
70513
|
-
komala: { tier: "
|
|
70601
|
+
komala: { tier: "UU", doublesTier: "DUU" },
|
|
70514
70602
|
turtonator: { isNonstandard: "Past", tier: "Illegal" },
|
|
70515
70603
|
togedemaru: { isNonstandard: "Past", tier: "Illegal" },
|
|
70516
70604
|
togedemarutotem: { isNonstandard: "Past" },
|
|
70517
|
-
mimikyu: { tier: "
|
|
70605
|
+
mimikyu: { tier: "UU", doublesTier: "DUU" },
|
|
70518
70606
|
mimikyutotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70519
70607
|
mimikyubustedtotem: { isNonstandard: "Past", tier: "Illegal" },
|
|
70520
|
-
bruxish: { tier: "
|
|
70608
|
+
bruxish: { tier: "UU", doublesTier: "DUU" },
|
|
70521
70609
|
drampa: { isNonstandard: "Past", tier: "Illegal" },
|
|
70522
70610
|
dhelmise: { isNonstandard: "Past", tier: "Illegal" },
|
|
70523
70611
|
jangmoo: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70567,10 +70655,10 @@ var _53 = {
|
|
|
70567
70655
|
inteleon: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70568
70656
|
inteleongmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70569
70657
|
skwovet: { tier: "LC" },
|
|
70570
|
-
greedent: { tier: "
|
|
70658
|
+
greedent: { tier: "UU", doublesTier: "DUU" },
|
|
70571
70659
|
rookidee: { tier: "LC" },
|
|
70572
70660
|
corvisquire: { tier: "NFE" },
|
|
70573
|
-
corviknight: { tier: "OU", doublesTier: "
|
|
70661
|
+
corviknight: { tier: "OU", doublesTier: "DUU" },
|
|
70574
70662
|
corviknightgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70575
70663
|
blipbug: { isNonstandard: "Past", tier: "Illegal" },
|
|
70576
70664
|
dottler: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70583,30 +70671,30 @@ var _53 = {
|
|
|
70583
70671
|
wooloo: { isNonstandard: "Past", tier: "Illegal" },
|
|
70584
70672
|
dubwool: { isNonstandard: "Past", tier: "Illegal" },
|
|
70585
70673
|
chewtle: { tier: "LC" },
|
|
70586
|
-
drednaw: { tier: "
|
|
70674
|
+
drednaw: { tier: "UU", doublesTier: "DUU" },
|
|
70587
70675
|
drednawgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70588
70676
|
yamper: { isNonstandard: "Past", tier: "Illegal" },
|
|
70589
70677
|
boltund: { isNonstandard: "Past", tier: "Illegal" },
|
|
70590
70678
|
rolycoly: { tier: "LC" },
|
|
70591
70679
|
carkol: { tier: "NFE" },
|
|
70592
|
-
coalossal: { tier: "
|
|
70680
|
+
coalossal: { tier: "UU", doublesTier: "DUU" },
|
|
70593
70681
|
coalossalgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70594
70682
|
applin: { tier: "LC" },
|
|
70595
|
-
flapple: { tier: "
|
|
70683
|
+
flapple: { tier: "UU", doublesTier: "DUU" },
|
|
70596
70684
|
flapplegmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70597
|
-
appletun: { tier: "
|
|
70685
|
+
appletun: { tier: "UU", doublesTier: "DUU" },
|
|
70598
70686
|
appletungmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70599
70687
|
silicobra: { tier: "LC" },
|
|
70600
|
-
sandaconda: { tier: "
|
|
70688
|
+
sandaconda: { tier: "UU", doublesTier: "DUU" },
|
|
70601
70689
|
sandacondagmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70602
70690
|
cramorant: { isNonstandard: "Past", tier: "Illegal" },
|
|
70603
70691
|
cramorantgulping: { isNonstandard: "Past" },
|
|
70604
70692
|
cramorantgorging: { isNonstandard: "Past" },
|
|
70605
70693
|
arrokuda: { tier: "LC" },
|
|
70606
|
-
barraskewda: { tier: "
|
|
70694
|
+
barraskewda: { tier: "UU", doublesTier: "DUU" },
|
|
70607
70695
|
toxel: { tier: "LC" },
|
|
70608
|
-
toxtricity: { tier: "
|
|
70609
|
-
toxtricitylowkey: { tier: "
|
|
70696
|
+
toxtricity: { tier: "UU", doublesTier: "DUU" },
|
|
70697
|
+
toxtricitylowkey: { tier: "UU", doublesTier: "DUU" },
|
|
70610
70698
|
toxtricitygmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70611
70699
|
toxtricitylowkeygmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70612
70700
|
sizzlipede: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70615,10 +70703,10 @@ var _53 = {
|
|
|
70615
70703
|
clobbopus: { isNonstandard: "Past", tier: "Illegal" },
|
|
70616
70704
|
grapploct: { isNonstandard: "Past", tier: "Illegal" },
|
|
70617
70705
|
sinistea: { tier: "LC" },
|
|
70618
|
-
polteageist: { tier: "
|
|
70706
|
+
polteageist: { tier: "UU", doublesTier: "DUU" },
|
|
70619
70707
|
hatenna: { tier: "LC" },
|
|
70620
70708
|
hattrem: { tier: "NFE" },
|
|
70621
|
-
hatterene: { tier: "
|
|
70709
|
+
hatterene: { tier: "UU", doublesTier: "DOU" },
|
|
70622
70710
|
hatterenegmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70623
70711
|
impidimp: { tier: "LC" },
|
|
70624
70712
|
morgrem: { tier: "NFE" },
|
|
@@ -70627,17 +70715,18 @@ var _53 = {
|
|
|
70627
70715
|
milcery: { isNonstandard: "Past", tier: "Illegal" },
|
|
70628
70716
|
alcremie: { isNonstandard: "Past", tier: "Illegal" },
|
|
70629
70717
|
alcremiegmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70630
|
-
falinks: { tier: "
|
|
70631
|
-
pincurchin: { tier: "
|
|
70718
|
+
falinks: { tier: "UU", doublesTier: "DUU" },
|
|
70719
|
+
pincurchin: { tier: "UU", doublesTier: "DUU" },
|
|
70632
70720
|
snom: { tier: "LC" },
|
|
70633
|
-
frosmoth: { tier: "
|
|
70634
|
-
stonjourner: { tier: "
|
|
70635
|
-
eiscue: { tier: "
|
|
70636
|
-
indeedee: { tier: "
|
|
70637
|
-
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" },
|
|
70638
70726
|
morpeko: { isNonstandard: "Past", tier: "Illegal" },
|
|
70727
|
+
morpekohangry: { isNonstandard: "Past" },
|
|
70639
70728
|
cufant: { tier: "LC" },
|
|
70640
|
-
copperajah: { tier: "
|
|
70729
|
+
copperajah: { tier: "UU", doublesTier: "DUU" },
|
|
70641
70730
|
copperajahgmax: { isNonstandard: "Past", tier: "Illegal" },
|
|
70642
70731
|
dracozolt: { isNonstandard: "Past", tier: "Illegal" },
|
|
70643
70732
|
arctozolt: { isNonstandard: "Past", tier: "Illegal" },
|
|
@@ -70675,107 +70764,107 @@ var _53 = {
|
|
|
70675
70764
|
enamorustherian: { isNonstandard: "Unobtainable", tier: "Unreleased" },
|
|
70676
70765
|
sprigatito: { tier: "LC" },
|
|
70677
70766
|
floragato: { tier: "NFE" },
|
|
70678
|
-
meowscarada: { tier: "OU", doublesTier: "
|
|
70767
|
+
meowscarada: { tier: "OU", doublesTier: "DUU" },
|
|
70679
70768
|
fuecoco: { tier: "LC" },
|
|
70680
70769
|
crocalor: { tier: "NFE" },
|
|
70681
|
-
skeledirge: { tier: "OU", doublesTier: "
|
|
70770
|
+
skeledirge: { tier: "OU", doublesTier: "DUU" },
|
|
70682
70771
|
quaxly: { tier: "LC" },
|
|
70683
70772
|
quaxwell: { tier: "NFE" },
|
|
70684
|
-
quaquaval: { tier: "OU", doublesTier: "
|
|
70773
|
+
quaquaval: { tier: "OU", doublesTier: "DUU" },
|
|
70685
70774
|
lechonk: { tier: "LC" },
|
|
70686
|
-
oinkologne: { tier: "
|
|
70687
|
-
oinkolognef: { tier: "
|
|
70775
|
+
oinkologne: { tier: "UU", doublesTier: "DUU" },
|
|
70776
|
+
oinkolognef: { tier: "UU", doublesTier: "DUU" },
|
|
70688
70777
|
tarountula: { tier: "LC" },
|
|
70689
|
-
spidops: { tier: "
|
|
70778
|
+
spidops: { tier: "UU", doublesTier: "DUU" },
|
|
70690
70779
|
nymble: { tier: "LC" },
|
|
70691
|
-
lokix: { tier: "OU", doublesTier: "
|
|
70780
|
+
lokix: { tier: "OU", doublesTier: "DUU" },
|
|
70692
70781
|
rellor: { tier: "LC" },
|
|
70693
|
-
rabsca: { tier: "
|
|
70782
|
+
rabsca: { tier: "UU", doublesTier: "DUU" },
|
|
70694
70783
|
greavard: { tier: "LC" },
|
|
70695
|
-
houndstone: { tier: "Uber", doublesTier: "
|
|
70784
|
+
houndstone: { tier: "Uber", doublesTier: "DUU" },
|
|
70696
70785
|
flittle: { tier: "LC" },
|
|
70697
|
-
espathra: { tier: "
|
|
70786
|
+
espathra: { tier: "UU", doublesTier: "DUU" },
|
|
70698
70787
|
wiglett: { tier: "LC" },
|
|
70699
|
-
wugtrio: { tier: "
|
|
70788
|
+
wugtrio: { tier: "UU", doublesTier: "DUU" },
|
|
70700
70789
|
dondozo: { tier: "OU", doublesTier: "DOU" },
|
|
70701
|
-
veluza: { tier: "
|
|
70790
|
+
veluza: { tier: "UU", doublesTier: "DUU" },
|
|
70702
70791
|
finizen: { tier: "LC" },
|
|
70703
|
-
palafin: { tier: "
|
|
70792
|
+
palafin: { tier: "Uber", doublesTier: "DOU" },
|
|
70704
70793
|
smoliv: { tier: "LC" },
|
|
70705
70794
|
dolliv: { tier: "NFE" },
|
|
70706
|
-
arboliva: { tier: "
|
|
70795
|
+
arboliva: { tier: "UU", doublesTier: "DUU" },
|
|
70707
70796
|
capsakid: { tier: "LC" },
|
|
70708
|
-
scovillain: { tier: "
|
|
70797
|
+
scovillain: { tier: "UU", doublesTier: "DUU" },
|
|
70709
70798
|
tadbulb: { tier: "LC" },
|
|
70710
|
-
bellibolt: { tier: "
|
|
70799
|
+
bellibolt: { tier: "UU", doublesTier: "DUU" },
|
|
70711
70800
|
varoom: { tier: "LC" },
|
|
70712
|
-
revavroom: { tier: "
|
|
70713
|
-
orthworm: { tier: "OU", doublesTier: "
|
|
70714
|
-
tandemaus: { tier: "
|
|
70801
|
+
revavroom: { tier: "UU", doublesTier: "DUU" },
|
|
70802
|
+
orthworm: { tier: "OU", doublesTier: "DUU" },
|
|
70803
|
+
tandemaus: { tier: "LC" },
|
|
70715
70804
|
maushold: { tier: "OU", doublesTier: "DOU" },
|
|
70716
70805
|
cetoddle: { tier: "LC" },
|
|
70717
|
-
cetitan: { tier: "
|
|
70806
|
+
cetitan: { tier: "UU", doublesTier: "DUU" },
|
|
70718
70807
|
frigibax: { tier: "LC" },
|
|
70719
70808
|
arctibax: { tier: "NFE" },
|
|
70720
70809
|
baxcalibur: { tier: "OU", doublesTier: "DOU" },
|
|
70721
|
-
tatsugiri: { tier: "
|
|
70722
|
-
cyclizar: { tier: "OU", doublesTier: "
|
|
70810
|
+
tatsugiri: { tier: "UU", doublesTier: "DOU" },
|
|
70811
|
+
cyclizar: { tier: "OU", doublesTier: "DUU" },
|
|
70723
70812
|
pawmi: { tier: "LC" },
|
|
70724
70813
|
pawmo: { tier: "NFE" },
|
|
70725
|
-
pawmot: { tier: "
|
|
70814
|
+
pawmot: { tier: "UU", doublesTier: "DUU" },
|
|
70726
70815
|
wattrel: { tier: "LC" },
|
|
70727
|
-
kilowattrel: { tier: "
|
|
70728
|
-
bombirdier: { tier: "
|
|
70729
|
-
squawkabilly: { tier: "
|
|
70730
|
-
flamigo: { tier: "
|
|
70731
|
-
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" },
|
|
70732
70821
|
nacli: { tier: "LC" },
|
|
70733
70822
|
naclstack: { tier: "NFE" },
|
|
70734
70823
|
garganacl: { tier: "OU", doublesTier: "DOU" },
|
|
70735
70824
|
glimmet: { tier: "LC" },
|
|
70736
70825
|
glimmora: { tier: "OU", doublesTier: "DOU" },
|
|
70737
70826
|
shroodle: { tier: "LC" },
|
|
70738
|
-
grafaiai: { tier: "
|
|
70827
|
+
grafaiai: { tier: "UU", doublesTier: "DUU" },
|
|
70739
70828
|
fidough: { tier: "LC" },
|
|
70740
|
-
dachsbun: { tier: "
|
|
70829
|
+
dachsbun: { tier: "UU", doublesTier: "DUU" },
|
|
70741
70830
|
maschiff: { tier: "LC" },
|
|
70742
|
-
mabosstiff: { tier: "
|
|
70831
|
+
mabosstiff: { tier: "UU", doublesTier: "DUU" },
|
|
70743
70832
|
bramblin: { tier: "LC" },
|
|
70744
|
-
brambleghast: { tier: "
|
|
70833
|
+
brambleghast: { tier: "UU", doublesTier: "DUU" },
|
|
70745
70834
|
gimmighoul: { tier: "LC" },
|
|
70746
70835
|
gimmighoulroaming: { isNonstandard: "Custom", tier: "Illegal" },
|
|
70747
70836
|
gholdengo: { tier: "OU", doublesTier: "DOU" },
|
|
70748
70837
|
greattusk: { tier: "OU", doublesTier: "DOU" },
|
|
70749
|
-
brutebonnet: { tier: "
|
|
70750
|
-
sandyshocks: { tier: "
|
|
70751
|
-
screamtail: { tier: "
|
|
70838
|
+
brutebonnet: { tier: "UU", doublesTier: "DOU" },
|
|
70839
|
+
sandyshocks: { tier: "UU", doublesTier: "DUU" },
|
|
70840
|
+
screamtail: { tier: "UU", doublesTier: "DUU" },
|
|
70752
70841
|
fluttermane: { tier: "Uber", doublesTier: "DOU" },
|
|
70753
|
-
slitherwing: { tier: "
|
|
70842
|
+
slitherwing: { tier: "UU", doublesTier: "DUU" },
|
|
70754
70843
|
roaringmoon: { tier: "OU", doublesTier: "DOU" },
|
|
70755
|
-
irontreads: { tier: "OU", doublesTier: "
|
|
70844
|
+
irontreads: { tier: "OU", doublesTier: "DUU" },
|
|
70756
70845
|
ironmoth: { tier: "OU", doublesTier: "DOU" },
|
|
70757
70846
|
ironhands: { tier: "OU", doublesTier: "DOU" },
|
|
70758
|
-
ironjugulis: { tier: "
|
|
70759
|
-
ironthorns: { tier: "
|
|
70760
|
-
ironbundle: { tier: "
|
|
70761
|
-
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" },
|
|
70762
70851
|
tinglu: { tier: "OU", doublesTier: "DOU" },
|
|
70763
70852
|
chienpao: { tier: "OU", doublesTier: "DOU" },
|
|
70764
|
-
wochien: { tier: "
|
|
70853
|
+
wochien: { tier: "UU", doublesTier: "DUU" },
|
|
70765
70854
|
chiyu: { tier: "OU", doublesTier: "DOU" },
|
|
70766
70855
|
koraidon: { tier: "Uber", doublesTier: "DUber" },
|
|
70767
70856
|
miraidon: { tier: "Uber", doublesTier: "DUber" },
|
|
70768
70857
|
tinkatink: { tier: "LC" },
|
|
70769
70858
|
tinkatuff: { tier: "NFE" },
|
|
70770
|
-
tinkaton: { tier: "
|
|
70859
|
+
tinkaton: { tier: "UU", doublesTier: "DOU" },
|
|
70771
70860
|
charcadet: { tier: "LC" },
|
|
70772
|
-
armarouge: { tier: "
|
|
70773
|
-
ceruledge: { tier: "OU", doublesTier: "
|
|
70861
|
+
armarouge: { tier: "UU", doublesTier: "DOU" },
|
|
70862
|
+
ceruledge: { tier: "OU", doublesTier: "DUU" },
|
|
70774
70863
|
toedscool: { tier: "LC" },
|
|
70775
|
-
toedscruel: { tier: "
|
|
70864
|
+
toedscruel: { tier: "UU", doublesTier: "DUU" },
|
|
70776
70865
|
kingambit: { tier: "OU", doublesTier: "DOU" },
|
|
70777
|
-
clodsire: { tier: "OU", doublesTier: "
|
|
70778
|
-
annihilape: { tier: "OU", doublesTier: "
|
|
70866
|
+
clodsire: { tier: "OU", doublesTier: "DUU" },
|
|
70867
|
+
annihilape: { tier: "OU", doublesTier: "DUU" },
|
|
70779
70868
|
missingno: { isNonstandard: "Custom", tier: "Illegal" },
|
|
70780
70869
|
syclar: { isNonstandard: "CAP", tier: "CAP LC" },
|
|
70781
70870
|
syclant: { isNonstandard: "CAP", tier: "CAP" },
|
|
@@ -70867,15 +70956,15 @@ var _53 = {
|
|
|
70867
70956
|
pokestarufopropu2: { isNonstandard: "Custom", tier: "Illegal" }
|
|
70868
70957
|
};
|
|
70869
70958
|
var formats_data_default = {
|
|
70870
|
-
"1":
|
|
70871
|
-
"2":
|
|
70872
|
-
"3":
|
|
70873
|
-
"4":
|
|
70874
|
-
"5":
|
|
70875
|
-
"6":
|
|
70876
|
-
"7":
|
|
70877
|
-
"8":
|
|
70878
|
-
"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
|
|
70879
70968
|
};
|
|
70880
70969
|
|
|
70881
70970
|
// index.ts
|
|
@@ -71120,6 +71209,7 @@ var Move = class extends BasicEffect {
|
|
|
71120
71209
|
this.critRatio = Number(data.critRatio) || 1;
|
|
71121
71210
|
this.secondary = data.secondary || null;
|
|
71122
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);
|
|
71123
71213
|
this.priority = Number(data.priority) || 0;
|
|
71124
71214
|
this.ignoreImmunity = data.ignoreImmunity !== void 0 ? data.ignoreImmunity : data.category === "Status";
|
|
71125
71215
|
this.pp = Number(data.pp);
|
|
@@ -71200,7 +71290,7 @@ var Move = class extends BasicEffect {
|
|
|
71200
71290
|
}
|
|
71201
71291
|
}
|
|
71202
71292
|
if (!this.gen) {
|
|
71203
|
-
if (this.num >= 827) {
|
|
71293
|
+
if (this.num >= 827 && !this.isMax) {
|
|
71204
71294
|
this.gen = 9;
|
|
71205
71295
|
} else if (this.num >= 743) {
|
|
71206
71296
|
this.gen = 8;
|
|
@@ -71580,7 +71670,7 @@ var DexLearnsets = class {
|
|
|
71580
71670
|
return learnset;
|
|
71581
71671
|
if (!DATA.Learnsets) {
|
|
71582
71672
|
try {
|
|
71583
|
-
DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-
|
|
71673
|
+
DATA.Learnsets = (await Promise.resolve().then(() => require("./learnsets-ITBYYFZQ.js"))).default;
|
|
71584
71674
|
} catch (err) {
|
|
71585
71675
|
DATA.Learnsets = (_a = window.pkmn) == null ? void 0 : _a.learnsets;
|
|
71586
71676
|
if (!DATA.Learnsets)
|