@pkmn/sim 0.5.1 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/config/formats.js +373 -289
- package/build/config/formats.js.map +1 -1
- package/build/data/abilities.js +5 -1
- package/build/data/abilities.js.map +1 -1
- package/build/data/aliases.js +2 -2
- package/build/data/aliases.js.map +1 -1
- package/build/data/formats-data.js +91 -92
- package/build/data/formats-data.js.map +1 -1
- package/build/data/items.js +5 -5
- package/build/data/items.js.map +1 -1
- package/build/data/learnsets.js +1 -1
- package/build/data/learnsets.js.map +1 -1
- package/build/data/mods/gen1/formats-data.js +190 -190
- package/build/data/mods/gen1/formats-data.js.map +1 -1
- package/build/data/mods/gen1/moves.js +1 -2
- package/build/data/mods/gen1/moves.js.map +1 -1
- package/build/data/mods/gen1/scripts.js +12 -0
- package/build/data/mods/gen1/scripts.js.map +1 -1
- package/build/data/mods/gen2/formats-data.js +2 -2
- package/build/data/mods/gen2/formats-data.js.map +1 -1
- package/build/data/mods/gen3/formats-data.js +12 -12
- package/build/data/mods/gen3/formats-data.js.map +1 -1
- package/build/data/mods/gen4/moves.js +22 -0
- package/build/data/mods/gen4/moves.js.map +1 -1
- package/build/data/mods/gen5/formats-data.js +172 -155
- package/build/data/mods/gen5/formats-data.js.map +1 -1
- package/build/data/mods/gen6/formats-data.js +1 -1
- package/build/data/mods/gen7/formats-data.js +1 -1
- package/build/data/mods/gen7/formats-data.js.map +1 -1
- package/build/data/mods/gen7/moves.js +154 -0
- package/build/data/mods/gen7/moves.js.map +1 -1
- package/build/data/moves.js +47 -20
- package/build/data/moves.js.map +1 -1
- package/build/data/pokedex.js +3 -3
- package/build/data/pokedex.js.map +1 -1
- package/build/data/rulesets.js +48 -5
- package/build/data/rulesets.js.map +1 -1
- package/build/data/tags.d.ts +1 -0
- package/build/data/tags.js +4 -3
- package/build/data/tags.js.map +1 -1
- package/build/data/text/abilities.js +4 -4
- package/build/data/text/abilities.js.map +1 -1
- package/build/data/text/moves.js +19 -19
- package/build/data/text/moves.js.map +1 -1
- package/build/sim/battle-actions.js +12 -4
- package/build/sim/battle-actions.js.map +1 -1
- package/build/sim/dex-formats.d.ts +1 -0
- package/build/sim/dex-formats.js +3 -2
- package/build/sim/dex-formats.js.map +1 -1
- package/build/sim/exported-global-types.d.ts +1 -0
- package/build/sim/global-types.d.ts +1 -0
- package/build/sim/index.d.ts +1 -0
- package/build/sim/index.js +3 -1
- package/build/sim/index.js.map +1 -1
- package/build/sim/pokemon.js +1 -1
- package/build/sim/pokemon.js.map +1 -1
- package/build/sim/team-validator.js +16 -0
- package/build/sim/team-validator.js.map +1 -1
- package/config/formats.ts +379 -292
- package/data/abilities.ts +3 -1
- package/data/aliases.ts +2 -2
- package/data/formats-data.ts +91 -92
- package/data/items.ts +5 -5
- package/data/learnsets.ts +1 -1
- package/data/mods/gen1/formats-data.ts +190 -190
- package/data/mods/gen1/moves.ts +1 -2
- package/data/mods/gen1/scripts.ts +11 -0
- package/data/mods/gen2/formats-data.ts +2 -2
- package/data/mods/gen3/formats-data.ts +12 -12
- package/data/mods/gen4/moves.ts +21 -0
- package/data/mods/gen5/formats-data.ts +172 -155
- package/data/mods/gen6/formats-data.ts +1 -1
- package/data/mods/gen7/formats-data.ts +1 -1
- package/data/mods/gen7/moves.ts +150 -0
- package/data/moves.ts +46 -20
- package/data/pokedex.ts +3 -3
- package/data/rulesets.ts +44 -6
- package/data/tags.ts +6 -3
- package/data/text/abilities.ts +4 -4
- package/data/text/moves.ts +19 -19
- package/package.json +2 -2
- package/sim/battle-actions.ts +12 -4
- package/sim/dex-formats.ts +4 -1
- package/sim/exported-global-types.ts +1 -0
- package/sim/global-types.ts +1 -0
- package/sim/index.ts +1 -0
- package/sim/pokemon.ts +1 -1
- package/sim/team-validator.ts +15 -0
|
@@ -11,7 +11,7 @@ exports.FormatsData = {
|
|
|
11
11
|
venusaur: {
|
|
12
12
|
randomBattleMoves: ["gigadrain", "leechseed", "sleeppowder", "sludgebomb", "substitute"],
|
|
13
13
|
randomBattleLevel: 82,
|
|
14
|
-
tier: "
|
|
14
|
+
tier: "UU",
|
|
15
15
|
doublesTier: "(DUU)",
|
|
16
16
|
},
|
|
17
17
|
venusaurmega: {
|
|
@@ -276,7 +276,7 @@ exports.FormatsData = {
|
|
|
276
276
|
tier: "LC",
|
|
277
277
|
},
|
|
278
278
|
sandslash: {
|
|
279
|
-
randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "
|
|
279
|
+
randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "spikes", "stealthrock", "stoneedge", "swordsdance", "toxic"],
|
|
280
280
|
randomBattleLevel: 86,
|
|
281
281
|
randomDoubleBattleMoves: ["drillrun", "knockoff", "protect", "stealthrock", "stoneedge", "swordsdance"],
|
|
282
282
|
randomDoubleBattleLevel: 89,
|
|
@@ -356,7 +356,7 @@ exports.FormatsData = {
|
|
|
356
356
|
randomDoubleBattleMoves: ["auroraveil", "blizzard", "encore", "freezedry", "moonblast"],
|
|
357
357
|
randomDoubleBattleLevel: 81,
|
|
358
358
|
tier: "OU",
|
|
359
|
-
doublesTier: "
|
|
359
|
+
doublesTier: "DOU",
|
|
360
360
|
},
|
|
361
361
|
igglybuff: {
|
|
362
362
|
tier: "LC",
|
|
@@ -493,7 +493,7 @@ exports.FormatsData = {
|
|
|
493
493
|
randomDoubleBattleMoves: ["calmmind", "encore", "icebeam", "muddywater", "protect"],
|
|
494
494
|
randomDoubleBattleLevel: 88,
|
|
495
495
|
tier: "(PU)",
|
|
496
|
-
doublesTier: "
|
|
496
|
+
doublesTier: "DUU",
|
|
497
497
|
},
|
|
498
498
|
mankey: {
|
|
499
499
|
isNonstandard: "Past",
|
|
@@ -533,7 +533,7 @@ exports.FormatsData = {
|
|
|
533
533
|
randomBattleLevel: 86,
|
|
534
534
|
randomDoubleBattleMoves: ["earthpower", "helpinghand", "icywind", "muddywater", "protect"],
|
|
535
535
|
randomDoubleBattleLevel: 84,
|
|
536
|
-
tier: "
|
|
536
|
+
tier: "(PU)",
|
|
537
537
|
doublesTier: "DUU",
|
|
538
538
|
},
|
|
539
539
|
abra: {
|
|
@@ -592,7 +592,7 @@ exports.FormatsData = {
|
|
|
592
592
|
randomBattleMoves: ["haze", "knockoff", "rapidspin", "scald", "sludgebomb", "toxicspikes"],
|
|
593
593
|
randomBattleLevel: 84,
|
|
594
594
|
randomDoubleBattleMoves: ["acidspray", "icywind", "knockoff", "muddywater", "rapidspin", "sludgebomb"],
|
|
595
|
-
randomDoubleBattleLevel:
|
|
595
|
+
randomDoubleBattleLevel: 87,
|
|
596
596
|
tier: "UU",
|
|
597
597
|
doublesTier: "(DUU)",
|
|
598
598
|
},
|
|
@@ -665,7 +665,7 @@ exports.FormatsData = {
|
|
|
665
665
|
randomBattleLevel: 86,
|
|
666
666
|
randomDoubleBattleMoves: ["fireblast", "healpulse", "protect", "psychic", "shellsidearm", "trickroom"],
|
|
667
667
|
randomDoubleBattleLevel: 85,
|
|
668
|
-
tier: "
|
|
668
|
+
tier: "RUBL",
|
|
669
669
|
doublesTier: "(DUU)",
|
|
670
670
|
},
|
|
671
671
|
slowking: {
|
|
@@ -693,7 +693,7 @@ exports.FormatsData = {
|
|
|
693
693
|
magnezone: {
|
|
694
694
|
randomBattleMoves: ["bodypress", "flashcannon", "mirrorcoat", "thunderbolt", "voltswitch"],
|
|
695
695
|
randomBattleLevel: 84,
|
|
696
|
-
randomDoubleBattleMoves: ["
|
|
696
|
+
randomDoubleBattleMoves: ["bodypress", "electroweb", "flashcannon", "protect", "thunderbolt", "voltswitch"],
|
|
697
697
|
randomDoubleBattleLevel: 88,
|
|
698
698
|
tier: "OU",
|
|
699
699
|
doublesTier: "(DUU)",
|
|
@@ -871,7 +871,7 @@ exports.FormatsData = {
|
|
|
871
871
|
randomBattleMoves: ["earthquake", "flamecharge", "flareblitz", "poltergeist", "stealthrock", "stoneedge"],
|
|
872
872
|
randomBattleLevel: 84,
|
|
873
873
|
randomDoubleBattleMoves: ["bonemerang", "flamecharge", "flareblitz", "protect", "shadowbone"],
|
|
874
|
-
randomDoubleBattleLevel:
|
|
874
|
+
randomDoubleBattleLevel: 83,
|
|
875
875
|
tier: "RU",
|
|
876
876
|
doublesTier: "(DUU)",
|
|
877
877
|
},
|
|
@@ -932,7 +932,7 @@ exports.FormatsData = {
|
|
|
932
932
|
randomBattleMoves: ["defog", "fireblast", "painsplit", "sludgebomb", "strangesteam", "toxicspikes", "willowisp"],
|
|
933
933
|
randomBattleLevel: 86,
|
|
934
934
|
randomDoubleBattleMoves: ["clearsmog", "defog", "fireblast", "painsplit", "strangesteam", "toxicspikes", "willowisp"],
|
|
935
|
-
randomDoubleBattleLevel:
|
|
935
|
+
randomDoubleBattleLevel: 89,
|
|
936
936
|
tier: "RU",
|
|
937
937
|
doublesTier: "DUU",
|
|
938
938
|
},
|
|
@@ -949,7 +949,7 @@ exports.FormatsData = {
|
|
|
949
949
|
randomBattleLevel: 82,
|
|
950
950
|
randomDoubleBattleMoves: ["highhorsepower", "icepunch", "megahorn", "protect", "rockslide", "stoneedge"],
|
|
951
951
|
randomDoubleBattleLevel: 84,
|
|
952
|
-
tier: "
|
|
952
|
+
tier: "RU",
|
|
953
953
|
doublesTier: "(DUU)",
|
|
954
954
|
},
|
|
955
955
|
happiny: {
|
|
@@ -1005,7 +1005,7 @@ exports.FormatsData = {
|
|
|
1005
1005
|
randomDoubleBattleLevel: 82,
|
|
1006
1006
|
randomBattleNoDynamaxMoves: ["dracometeor", "flipturn", "hydropump", "icebeam", "raindance"],
|
|
1007
1007
|
tier: "PUBL",
|
|
1008
|
-
doublesTier: "
|
|
1008
|
+
doublesTier: "DUU",
|
|
1009
1009
|
},
|
|
1010
1010
|
goldeen: {
|
|
1011
1011
|
tier: "LC",
|
|
@@ -1022,7 +1022,7 @@ exports.FormatsData = {
|
|
|
1022
1022
|
tier: "LC",
|
|
1023
1023
|
},
|
|
1024
1024
|
starmie: {
|
|
1025
|
-
randomBattleMoves: ["hydropump", "psyshock", "rapidspin", "recover", "scald", "thunderbolt"
|
|
1025
|
+
randomBattleMoves: ["hydropump", "icebeam", "psyshock", "rapidspin", "recover", "scald", "thunderbolt"],
|
|
1026
1026
|
randomBattleLevel: 84,
|
|
1027
1027
|
randomDoubleBattleMoves: ["flipturn", "hydropump", "icebeam", "protect", "psyshock", "thunderbolt"],
|
|
1028
1028
|
randomDoubleBattleLevel: 84,
|
|
@@ -1212,7 +1212,7 @@ exports.FormatsData = {
|
|
|
1212
1212
|
randomBattleLevel: 82,
|
|
1213
1213
|
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "morningsun", "protect", "psychic", "shadowball"],
|
|
1214
1214
|
randomDoubleBattleLevel: 84,
|
|
1215
|
-
tier: "
|
|
1215
|
+
tier: "PU",
|
|
1216
1216
|
doublesTier: "(DUU)",
|
|
1217
1217
|
},
|
|
1218
1218
|
umbreon: {
|
|
@@ -1245,7 +1245,7 @@ exports.FormatsData = {
|
|
|
1245
1245
|
randomDoubleBattleMoves: ["calmmind", "hypervoice", "mysticalfire", "protect", "psyshock"],
|
|
1246
1246
|
randomDoubleBattleLevel: 80,
|
|
1247
1247
|
tier: "NU",
|
|
1248
|
-
doublesTier: "DUU",
|
|
1248
|
+
doublesTier: "(DUU)",
|
|
1249
1249
|
},
|
|
1250
1250
|
porygon: {
|
|
1251
1251
|
tier: "LC",
|
|
@@ -1331,7 +1331,7 @@ exports.FormatsData = {
|
|
|
1331
1331
|
randomBattleMoves: ["airslash", "calmmind", "freezingglare", "recover"],
|
|
1332
1332
|
randomBattleLevel: 80,
|
|
1333
1333
|
randomDoubleBattleMoves: ["calmmind", "freezingglare", "hurricane", "recover", "tailwind"],
|
|
1334
|
-
randomDoubleBattleLevel:
|
|
1334
|
+
randomDoubleBattleLevel: 80,
|
|
1335
1335
|
randomBattleNoDynamaxMoves: ["calmmind", "freezingglare", "hurricane", "recover"],
|
|
1336
1336
|
tier: "PU",
|
|
1337
1337
|
doublesTier: "(DUU)",
|
|
@@ -1349,7 +1349,7 @@ exports.FormatsData = {
|
|
|
1349
1349
|
randomBattleLevel: 76,
|
|
1350
1350
|
randomDoubleBattleMoves: ["bravebird", "bulkup", "closecombat", "throatchop", "thunderouskick", "uturn"],
|
|
1351
1351
|
randomDoubleBattleLevel: 76,
|
|
1352
|
-
tier: "
|
|
1352
|
+
tier: "OU",
|
|
1353
1353
|
doublesTier: "DOU",
|
|
1354
1354
|
},
|
|
1355
1355
|
moltres: {
|
|
@@ -1365,7 +1365,7 @@ exports.FormatsData = {
|
|
|
1365
1365
|
randomBattleMoves: ["fierywrath", "hurricane", "nastyplot", "rest"],
|
|
1366
1366
|
randomBattleLevel: 75,
|
|
1367
1367
|
randomDoubleBattleMoves: ["fierywrath", "hurricane", "nastyplot", "protect"],
|
|
1368
|
-
randomDoubleBattleLevel:
|
|
1368
|
+
randomDoubleBattleLevel: 75,
|
|
1369
1369
|
randomBattleNoDynamaxMoves: ["agility", "fierywrath", "hurricane", "nastyplot", "rest"],
|
|
1370
1370
|
tier: "UU",
|
|
1371
1371
|
doublesTier: "DUU",
|
|
@@ -1458,7 +1458,7 @@ exports.FormatsData = {
|
|
|
1458
1458
|
tier: "LC",
|
|
1459
1459
|
},
|
|
1460
1460
|
noctowl: {
|
|
1461
|
-
randomBattleMoves: ["
|
|
1461
|
+
randomBattleMoves: ["defog", "heatwave", "hurricane", "nastyplot", "roost"],
|
|
1462
1462
|
randomBattleLevel: 88,
|
|
1463
1463
|
randomDoubleBattleMoves: ["airslash", "heatwave", "hypervoice", "nastyplot", "roost", "tailwind"],
|
|
1464
1464
|
randomDoubleBattleLevel: 84,
|
|
@@ -1512,7 +1512,7 @@ exports.FormatsData = {
|
|
|
1512
1512
|
},
|
|
1513
1513
|
xatu: {
|
|
1514
1514
|
randomBattleMoves: ["heatwave", "psychic", "roost", "teleport", "thunderwave"],
|
|
1515
|
-
randomBattleLevel:
|
|
1515
|
+
randomBattleLevel: 89,
|
|
1516
1516
|
randomDoubleBattleMoves: ["airslash", "heatwave", "lightscreen", "psychic", "reflect", "roost", "tailwind"],
|
|
1517
1517
|
randomDoubleBattleLevel: 88,
|
|
1518
1518
|
tier: "NU",
|
|
@@ -1546,7 +1546,7 @@ exports.FormatsData = {
|
|
|
1546
1546
|
randomDoubleBattleMoves: ["aquajet", "knockoff", "liquidation", "playrough", "protect"],
|
|
1547
1547
|
randomDoubleBattleLevel: 87,
|
|
1548
1548
|
tier: "UU",
|
|
1549
|
-
doublesTier: "
|
|
1549
|
+
doublesTier: "DUU",
|
|
1550
1550
|
},
|
|
1551
1551
|
bonsly: {
|
|
1552
1552
|
tier: "LC",
|
|
@@ -1651,7 +1651,7 @@ exports.FormatsData = {
|
|
|
1651
1651
|
tier: "Illegal",
|
|
1652
1652
|
},
|
|
1653
1653
|
dunsparce: {
|
|
1654
|
-
randomBattleMoves: ["bodyslam", "coil", "
|
|
1654
|
+
randomBattleMoves: ["bodyslam", "coil", "earthquake", "roost"],
|
|
1655
1655
|
randomBattleLevel: 90,
|
|
1656
1656
|
randomDoubleBattleMoves: ["glare", "headbutt", "protect", "rockslide"],
|
|
1657
1657
|
randomDoubleBattleLevel: 90,
|
|
@@ -1847,7 +1847,7 @@ exports.FormatsData = {
|
|
|
1847
1847
|
doublesTier: "(DUU)",
|
|
1848
1848
|
},
|
|
1849
1849
|
entei: {
|
|
1850
|
-
randomBattleMoves: ["extremespeed", "flareblitz", "
|
|
1850
|
+
randomBattleMoves: ["extremespeed", "flareblitz", "sacredfire", "stompingtantrum", "stoneedge"],
|
|
1851
1851
|
randomBattleLevel: 78,
|
|
1852
1852
|
randomDoubleBattleMoves: ["extremespeed", "protect", "sacredfire", "snarl", "stompingtantrum", "stoneedge"],
|
|
1853
1853
|
randomDoubleBattleLevel: 79,
|
|
@@ -1930,7 +1930,7 @@ exports.FormatsData = {
|
|
|
1930
1930
|
tier: "NFE",
|
|
1931
1931
|
},
|
|
1932
1932
|
blaziken: {
|
|
1933
|
-
randomBattleMoves: ["closecombat", "flareblitz", "knockoff", "
|
|
1933
|
+
randomBattleMoves: ["closecombat", "flareblitz", "knockoff", "stoneedge", "swordsdance"],
|
|
1934
1934
|
randomBattleLevel: 76,
|
|
1935
1935
|
randomDoubleBattleMoves: ["closecombat", "flareblitz", "knockoff", "protect", "swordsdance"],
|
|
1936
1936
|
randomDoubleBattleLevel: 78,
|
|
@@ -1948,7 +1948,7 @@ exports.FormatsData = {
|
|
|
1948
1948
|
tier: "NFE",
|
|
1949
1949
|
},
|
|
1950
1950
|
swampert: {
|
|
1951
|
-
randomBattleMoves: ["earthquake", "icebeam", "protect", "scald", "stealthrock", "toxic"
|
|
1951
|
+
randomBattleMoves: ["earthquake", "flipturn", "icebeam", "protect", "scald", "stealthrock", "toxic"],
|
|
1952
1952
|
randomBattleLevel: 80,
|
|
1953
1953
|
randomDoubleBattleMoves: ["highhorsepower", "icywind", "muddywater", "protect", "stealthrock", "wideguard"],
|
|
1954
1954
|
randomDoubleBattleLevel: 86,
|
|
@@ -2083,7 +2083,7 @@ exports.FormatsData = {
|
|
|
2083
2083
|
randomBattleLevel: 82,
|
|
2084
2084
|
randomDoubleBattleMoves: ["closecombat", "feint", "knockoff", "protect", "swordsdance", "tripleaxel", "zenheadbutt"],
|
|
2085
2085
|
randomDoubleBattleLevel: 86,
|
|
2086
|
-
tier: "
|
|
2086
|
+
tier: "PU",
|
|
2087
2087
|
doublesTier: "(DUU)",
|
|
2088
2088
|
},
|
|
2089
2089
|
gallademega: {
|
|
@@ -2126,7 +2126,7 @@ exports.FormatsData = {
|
|
|
2126
2126
|
randomBattleLevel: 86,
|
|
2127
2127
|
randomDoubleBattleMoves: ["acrobatics", "defog", "leechlife", "protect", "swordsdance"],
|
|
2128
2128
|
randomDoubleBattleLevel: 88,
|
|
2129
|
-
tier: "
|
|
2129
|
+
tier: "PU",
|
|
2130
2130
|
doublesTier: "(DUU)",
|
|
2131
2131
|
},
|
|
2132
2132
|
shedinja: {
|
|
@@ -2303,7 +2303,7 @@ exports.FormatsData = {
|
|
|
2303
2303
|
},
|
|
2304
2304
|
wailord: {
|
|
2305
2305
|
randomBattleMoves: ["hydropump", "hypervoice", "icebeam", "waterspout"],
|
|
2306
|
-
randomBattleLevel:
|
|
2306
|
+
randomBattleLevel: 90,
|
|
2307
2307
|
randomDoubleBattleMoves: ["hydropump", "hypervoice", "icebeam", "waterspout"],
|
|
2308
2308
|
randomDoubleBattleLevel: 88,
|
|
2309
2309
|
tier: "(PU)",
|
|
@@ -2444,13 +2444,13 @@ exports.FormatsData = {
|
|
|
2444
2444
|
randomDoubleBattleMoves: ["powerwhip", "protect", "recover", "stealthrock", "stoneedge", "stringshot", "toxic"],
|
|
2445
2445
|
randomDoubleBattleLevel: 88,
|
|
2446
2446
|
tier: "(PU)",
|
|
2447
|
-
doublesTier: "DUU",
|
|
2447
|
+
doublesTier: "(DUU)",
|
|
2448
2448
|
},
|
|
2449
2449
|
anorith: {
|
|
2450
2450
|
tier: "LC",
|
|
2451
2451
|
},
|
|
2452
2452
|
armaldo: {
|
|
2453
|
-
randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "stealthrock", "stoneedge", "swordsdance"
|
|
2453
|
+
randomBattleMoves: ["earthquake", "knockoff", "liquidation", "rapidspin", "stealthrock", "stoneedge", "swordsdance"],
|
|
2454
2454
|
randomBattleLevel: 86,
|
|
2455
2455
|
randomDoubleBattleMoves: ["knockoff", "liquidation", "stoneedge", "superpower", "xscissor"],
|
|
2456
2456
|
randomDoubleBattleLevel: 88,
|
|
@@ -2505,7 +2505,6 @@ exports.FormatsData = {
|
|
|
2505
2505
|
randomDoubleBattleMoves: ["allyswitch", "haze", "helpinghand", "nightshade", "painsplit", "trickroom", "willowisp"],
|
|
2506
2506
|
randomDoubleBattleLevel: 84,
|
|
2507
2507
|
tier: "NFE",
|
|
2508
|
-
doublesTier: "DUU",
|
|
2509
2508
|
},
|
|
2510
2509
|
dusknoir: {
|
|
2511
2510
|
randomBattleMoves: ["earthquake", "icepunch", "painsplit", "poltergeist", "shadowsneak", "trick", "willowisp"],
|
|
@@ -2673,7 +2672,7 @@ exports.FormatsData = {
|
|
|
2673
2672
|
tier: "Illegal",
|
|
2674
2673
|
},
|
|
2675
2674
|
latios: {
|
|
2676
|
-
randomBattleMoves: ["
|
|
2675
|
+
randomBattleMoves: ["calmmind", "dracometeor", "mysticalfire", "psyshock", "roost", "trick"],
|
|
2677
2676
|
randomBattleLevel: 78,
|
|
2678
2677
|
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "mysticalfire", "psychic", "psyshock", "roost", "tailwind", "trick"],
|
|
2679
2678
|
randomDoubleBattleLevel: 80,
|
|
@@ -2697,11 +2696,11 @@ exports.FormatsData = {
|
|
|
2697
2696
|
tier: "Illegal",
|
|
2698
2697
|
},
|
|
2699
2698
|
groudon: {
|
|
2700
|
-
randomBattleMoves: ["
|
|
2699
|
+
randomBattleMoves: ["heatcrash", "heavyslam", "precipiceblades", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
|
|
2701
2700
|
randomBattleLevel: 73,
|
|
2702
2701
|
randomDoubleBattleMoves: ["heatcrash", "precipiceblades", "rockpolish", "stoneedge", "swordsdance"],
|
|
2703
2702
|
randomDoubleBattleLevel: 72,
|
|
2704
|
-
randomBattleNoDynamaxMoves: ["
|
|
2703
|
+
randomBattleNoDynamaxMoves: ["heatcrash", "precipiceblades", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
|
|
2705
2704
|
tier: "Uber",
|
|
2706
2705
|
doublesTier: "DUber",
|
|
2707
2706
|
},
|
|
@@ -2710,11 +2709,11 @@ exports.FormatsData = {
|
|
|
2710
2709
|
tier: "Illegal",
|
|
2711
2710
|
},
|
|
2712
2711
|
rayquaza: {
|
|
2713
|
-
randomBattleMoves: ["dracometeor", "dragonascent", "dragondance", "
|
|
2712
|
+
randomBattleMoves: ["dracometeor", "dragonascent", "dragondance", "earthquake", "extremespeed", "swordsdance", "vcreate"],
|
|
2714
2713
|
randomBattleLevel: 74,
|
|
2715
2714
|
randomDoubleBattleMoves: ["dracometeor", "dragonascent", "dragonclaw", "dragondance", "earthpower", "extremespeed", "vcreate"],
|
|
2716
2715
|
randomDoubleBattleLevel: 74,
|
|
2717
|
-
randomBattleNoDynamaxMoves: ["dracometeor", "dragonascent", "dragondance", "
|
|
2716
|
+
randomBattleNoDynamaxMoves: ["dracometeor", "dragonascent", "dragondance", "earthquake", "extremespeed", "vcreate"],
|
|
2718
2717
|
tier: "Uber",
|
|
2719
2718
|
doublesTier: "DUber",
|
|
2720
2719
|
},
|
|
@@ -2962,7 +2961,7 @@ exports.FormatsData = {
|
|
|
2962
2961
|
randomBattleLevel: 82,
|
|
2963
2962
|
randomDoubleBattleMoves: ["allyswitch", "bodypress", "explosion", "ironhead", "trickroom"],
|
|
2964
2963
|
randomDoubleBattleLevel: 88,
|
|
2965
|
-
tier: "
|
|
2964
|
+
tier: "RU",
|
|
2966
2965
|
doublesTier: "DUU",
|
|
2967
2966
|
},
|
|
2968
2967
|
chatot: {
|
|
@@ -2970,7 +2969,7 @@ exports.FormatsData = {
|
|
|
2970
2969
|
tier: "Illegal",
|
|
2971
2970
|
},
|
|
2972
2971
|
spiritomb: {
|
|
2973
|
-
randomBattleMoves: ["foulplay", "
|
|
2972
|
+
randomBattleMoves: ["foulplay", "poltergeist", "shadowsneak", "suckerpunch", "trick"],
|
|
2974
2973
|
randomBattleLevel: 88,
|
|
2975
2974
|
randomDoubleBattleMoves: ["foulplay", "poltergeist", "protect", "snarl", "suckerpunch", "willowisp"],
|
|
2976
2975
|
randomDoubleBattleLevel: 88,
|
|
@@ -3073,7 +3072,7 @@ exports.FormatsData = {
|
|
|
3073
3072
|
rotom: {
|
|
3074
3073
|
randomBattleMoves: ["nastyplot", "shadowball", "thunderbolt", "voltswitch", "willowisp"],
|
|
3075
3074
|
randomBattleLevel: 84,
|
|
3076
|
-
randomDoubleBattleMoves: ["
|
|
3075
|
+
randomDoubleBattleMoves: ["electroweb", "protect", "shadowball", "thunderbolt", "voltswitch", "willowisp"],
|
|
3077
3076
|
randomDoubleBattleLevel: 88,
|
|
3078
3077
|
tier: "(PU)",
|
|
3079
3078
|
doublesTier: "(DUU)",
|
|
@@ -3089,7 +3088,7 @@ exports.FormatsData = {
|
|
|
3089
3088
|
rotomwash: {
|
|
3090
3089
|
randomBattleMoves: ["hydropump", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
3091
3090
|
randomBattleLevel: 82,
|
|
3092
|
-
randomDoubleBattleMoves: ["
|
|
3091
|
+
randomDoubleBattleMoves: ["hydropump", "protect", "thunderbolt", "thunderwave", "voltswitch", "willowisp"],
|
|
3093
3092
|
randomDoubleBattleLevel: 84,
|
|
3094
3093
|
tier: "UU",
|
|
3095
3094
|
doublesTier: "(DUU)",
|
|
@@ -3111,7 +3110,7 @@ exports.FormatsData = {
|
|
|
3111
3110
|
doublesTier: "(DUU)",
|
|
3112
3111
|
},
|
|
3113
3112
|
rotommow: {
|
|
3114
|
-
randomBattleMoves: ["leafstorm", "thunderbolt", "trick", "voltswitch", "willowisp"
|
|
3113
|
+
randomBattleMoves: ["leafstorm", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
3115
3114
|
randomBattleLevel: 86,
|
|
3116
3115
|
randomDoubleBattleMoves: ["electroweb", "leafstorm", "protect", "thunderbolt", "voltswitch", "willowisp"],
|
|
3117
3116
|
randomDoubleBattleLevel: 88,
|
|
@@ -3135,7 +3134,7 @@ exports.FormatsData = {
|
|
|
3135
3134
|
doublesTier: "(DUU)",
|
|
3136
3135
|
},
|
|
3137
3136
|
azelf: {
|
|
3138
|
-
randomBattleMoves: ["dazzlinggleam", "fireblast", "nastyplot", "psyshock", "stealthrock", "taunt", "uturn"
|
|
3137
|
+
randomBattleMoves: ["dazzlinggleam", "fireblast", "nastyplot", "psychic", "psyshock", "stealthrock", "taunt", "uturn"],
|
|
3139
3138
|
randomBattleLevel: 82,
|
|
3140
3139
|
randomDoubleBattleMoves: ["energyball", "fireblast", "nastyplot", "protect", "psychic", "shadowball", "uturn"],
|
|
3141
3140
|
randomDoubleBattleLevel: 84,
|
|
@@ -3161,7 +3160,7 @@ exports.FormatsData = {
|
|
|
3161
3160
|
heatran: {
|
|
3162
3161
|
randomBattleMoves: ["earthpower", "flashcannon", "lavaplume", "protect", "stealthrock", "taunt", "toxic"],
|
|
3163
3162
|
randomBattleLevel: 78,
|
|
3164
|
-
randomDoubleBattleMoves: ["earthpower", "eruption", "flashcannon", "
|
|
3163
|
+
randomDoubleBattleMoves: ["earthpower", "eruption", "flashcannon", "heatwave", "protect"],
|
|
3165
3164
|
randomDoubleBattleLevel: 80,
|
|
3166
3165
|
tier: "OU",
|
|
3167
3166
|
doublesTier: "DOU",
|
|
@@ -3172,7 +3171,7 @@ exports.FormatsData = {
|
|
|
3172
3171
|
randomDoubleBattleMoves: ["bodyslam", "knockoff", "protect", "thunderwave"],
|
|
3173
3172
|
randomDoubleBattleLevel: 86,
|
|
3174
3173
|
tier: "(PU)",
|
|
3175
|
-
doublesTier: "
|
|
3174
|
+
doublesTier: "DUU",
|
|
3176
3175
|
},
|
|
3177
3176
|
giratina: {
|
|
3178
3177
|
randomBattleMoves: ["hex", "rest", "sleeptalk", "toxic", "willowisp"],
|
|
@@ -3185,7 +3184,7 @@ exports.FormatsData = {
|
|
|
3185
3184
|
giratinaorigin: {
|
|
3186
3185
|
randomBattleMoves: ["dualwingbeat", "honeclaws", "outrage", "poltergeist", "shadowsneak"],
|
|
3187
3186
|
randomBattleLevel: 74,
|
|
3188
|
-
randomDoubleBattleMoves: ["breakingswipe", "dracometeor", "
|
|
3187
|
+
randomDoubleBattleMoves: ["breakingswipe", "dracometeor", "protect", "shadowball", "shadowsneak", "tailwind", "willowisp"],
|
|
3189
3188
|
randomDoubleBattleLevel: 74,
|
|
3190
3189
|
randomBattleNoDynamaxMoves: ["defog", "dracometeor", "earthquake", "poltergeist", "shadowsneak", "willowisp"],
|
|
3191
3190
|
tier: "Uber",
|
|
@@ -3448,7 +3447,7 @@ exports.FormatsData = {
|
|
|
3448
3447
|
randomBattleMoves: ["healbell", "knockoff", "protect", "toxic", "wish"],
|
|
3449
3448
|
randomBattleLevel: 90,
|
|
3450
3449
|
randomDoubleBattleMoves: ["bodyslam", "healpulse", "helpinghand", "knockoff", "protect", "thunderwave"],
|
|
3451
|
-
randomDoubleBattleLevel:
|
|
3450
|
+
randomDoubleBattleLevel: 90,
|
|
3452
3451
|
tier: "PU",
|
|
3453
3452
|
doublesTier: "(DUU)",
|
|
3454
3453
|
},
|
|
@@ -3483,7 +3482,7 @@ exports.FormatsData = {
|
|
|
3483
3482
|
randomBattleLevel: 84,
|
|
3484
3483
|
randomDoubleBattleMoves: ["earthpower", "knockoff", "muddywater", "powerwhip", "protect", "raindance"],
|
|
3485
3484
|
randomDoubleBattleLevel: 86,
|
|
3486
|
-
tier: "
|
|
3485
|
+
tier: "RU",
|
|
3487
3486
|
doublesTier: "(DUU)",
|
|
3488
3487
|
},
|
|
3489
3488
|
throh: {
|
|
@@ -3656,13 +3655,13 @@ exports.FormatsData = {
|
|
|
3656
3655
|
randomBattleLevel: 86,
|
|
3657
3656
|
randomDoubleBattleMoves: ["bodypress", "irondefense", "painsplit", "shadowball", "trickroom", "willowisp"],
|
|
3658
3657
|
randomDoubleBattleLevel: 88,
|
|
3659
|
-
tier: "
|
|
3658
|
+
tier: "PU",
|
|
3660
3659
|
doublesTier: "(DUU)",
|
|
3661
3660
|
},
|
|
3662
3661
|
runerigus: {
|
|
3663
3662
|
randomBattleMoves: ["earthquake", "haze", "poltergeist", "stealthrock", "toxicspikes", "willowisp"],
|
|
3664
3663
|
randomBattleLevel: 84,
|
|
3665
|
-
randomDoubleBattleMoves: ["
|
|
3664
|
+
randomDoubleBattleMoves: ["earthquake", "poltergeist", "protect", "trickroom", "willowisp"],
|
|
3666
3665
|
randomDoubleBattleLevel: 88,
|
|
3667
3666
|
tier: "(PU)",
|
|
3668
3667
|
doublesTier: "(DUU)",
|
|
@@ -3773,7 +3772,7 @@ exports.FormatsData = {
|
|
|
3773
3772
|
randomDoubleBattleMoves: ["auroraveil", "blizzard", "freezedry", "iceshard", "protect"],
|
|
3774
3773
|
randomDoubleBattleLevel: 82,
|
|
3775
3774
|
tier: "(PU)",
|
|
3776
|
-
doublesTier: "DUU",
|
|
3775
|
+
doublesTier: "(DUU)",
|
|
3777
3776
|
},
|
|
3778
3777
|
deerling: {
|
|
3779
3778
|
isNonstandard: "Past",
|
|
@@ -3844,7 +3843,7 @@ exports.FormatsData = {
|
|
|
3844
3843
|
doublesTier: "NFE",
|
|
3845
3844
|
},
|
|
3846
3845
|
ferrothorn: {
|
|
3847
|
-
randomBattleMoves: ["gyroball", "leechseed", "powerwhip", "protect", "spikes", "stealthrock"
|
|
3846
|
+
randomBattleMoves: ["gyroball", "knockoff", "leechseed", "powerwhip", "protect", "spikes", "stealthrock"],
|
|
3848
3847
|
randomBattleLevel: 78,
|
|
3849
3848
|
randomDoubleBattleMoves: ["bodypress", "gyroball", "knockoff", "leechseed", "powerwhip", "protect", "toxic"],
|
|
3850
3849
|
randomDoubleBattleLevel: 83,
|
|
@@ -3910,7 +3909,7 @@ exports.FormatsData = {
|
|
|
3910
3909
|
},
|
|
3911
3910
|
haxorus: {
|
|
3912
3911
|
randomBattleMoves: ["closecombat", "dragondance", "earthquake", "outrage", "poisonjab"],
|
|
3913
|
-
randomBattleLevel:
|
|
3912
|
+
randomBattleLevel: 77,
|
|
3914
3913
|
randomDoubleBattleMoves: ["closecombat", "dragonclaw", "dragondance", "poisonjab", "protect"],
|
|
3915
3914
|
randomDoubleBattleLevel: 84,
|
|
3916
3915
|
tier: "RUBL",
|
|
@@ -3920,7 +3919,7 @@ exports.FormatsData = {
|
|
|
3920
3919
|
tier: "LC",
|
|
3921
3920
|
},
|
|
3922
3921
|
beartic: {
|
|
3923
|
-
randomBattleMoves: ["aquajet", "iciclecrash", "
|
|
3922
|
+
randomBattleMoves: ["aquajet", "iciclecrash", "stoneedge", "superpower", "swordsdance"],
|
|
3924
3923
|
randomBattleLevel: 86,
|
|
3925
3924
|
randomDoubleBattleMoves: ["aquajet", "iciclecrash", "protect", "rockslide", "superpower", "swordsdance", "throatchop"],
|
|
3926
3925
|
randomDoubleBattleLevel: 86,
|
|
@@ -3930,7 +3929,7 @@ exports.FormatsData = {
|
|
|
3930
3929
|
cryogonal: {
|
|
3931
3930
|
randomBattleMoves: ["freezedry", "haze", "rapidspin", "recover", "toxic"],
|
|
3932
3931
|
randomBattleLevel: 86,
|
|
3933
|
-
randomDoubleBattleMoves: ["freezedry", "
|
|
3932
|
+
randomDoubleBattleMoves: ["freezedry", "haze", "icebeam", "icywind", "rapidspin", "recover", "toxic"],
|
|
3934
3933
|
randomDoubleBattleLevel: 88,
|
|
3935
3934
|
tier: "(PU)",
|
|
3936
3935
|
doublesTier: "(DUU)",
|
|
@@ -3971,7 +3970,7 @@ exports.FormatsData = {
|
|
|
3971
3970
|
randomBattleLevel: 82,
|
|
3972
3971
|
randomDoubleBattleMoves: ["closecombat", "fakeout", "knockoff", "poisonjab", "protect", "uturn"],
|
|
3973
3972
|
randomDoubleBattleLevel: 84,
|
|
3974
|
-
tier: "
|
|
3973
|
+
tier: "UUBL",
|
|
3975
3974
|
doublesTier: "(DUU)",
|
|
3976
3975
|
},
|
|
3977
3976
|
druddigon: {
|
|
@@ -4073,7 +4072,7 @@ exports.FormatsData = {
|
|
|
4073
4072
|
randomDoubleBattleMoves: ["bugbuzz", "gigadrain", "heatwave", "hurricane", "protect", "quiverdance"],
|
|
4074
4073
|
randomDoubleBattleLevel: 80,
|
|
4075
4074
|
tier: "OU",
|
|
4076
|
-
doublesTier: "DUU",
|
|
4075
|
+
doublesTier: "(DUU)",
|
|
4077
4076
|
},
|
|
4078
4077
|
cobalion: {
|
|
4079
4078
|
randomBattleMoves: ["closecombat", "ironhead", "stealthrock", "stoneedge", "swordsdance", "voltswitch"],
|
|
@@ -4125,7 +4124,7 @@ exports.FormatsData = {
|
|
|
4125
4124
|
doublesTier: "(DUU)",
|
|
4126
4125
|
},
|
|
4127
4126
|
thundurustherian: {
|
|
4128
|
-
randomBattleMoves: ["
|
|
4127
|
+
randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "psychic", "thunderbolt", "voltswitch"],
|
|
4129
4128
|
randomBattleLevel: 80,
|
|
4130
4129
|
randomDoubleBattleMoves: ["agility", "focusblast", "grassknot", "nastyplot", "sludgebomb", "thunderbolt", "voltswitch"],
|
|
4131
4130
|
randomDoubleBattleLevel: 82,
|
|
@@ -4170,7 +4169,7 @@ exports.FormatsData = {
|
|
|
4170
4169
|
randomBattleLevel: 80,
|
|
4171
4170
|
randomDoubleBattleMoves: ["dracometeor", "earthpower", "freezedry", "glaciate", "protect", "roost"],
|
|
4172
4171
|
randomDoubleBattleLevel: 78,
|
|
4173
|
-
tier: "
|
|
4172
|
+
tier: "Uber",
|
|
4174
4173
|
doublesTier: "DUU",
|
|
4175
4174
|
},
|
|
4176
4175
|
kyuremblack: {
|
|
@@ -4207,7 +4206,7 @@ exports.FormatsData = {
|
|
|
4207
4206
|
isNonstandard: "Past",
|
|
4208
4207
|
},
|
|
4209
4208
|
genesect: {
|
|
4210
|
-
randomBattleMoves: ["blazekick", "extremespeed", "
|
|
4209
|
+
randomBattleMoves: ["blazekick", "extremespeed", "ironhead", "leechlife", "shiftgear", "thunderbolt", "uturn"],
|
|
4211
4210
|
randomBattleLevel: 74,
|
|
4212
4211
|
randomDoubleBattleMoves: ["blazekick", "ironhead", "leechlife", "protect", "shiftgear", "thunderbolt", "uturn"],
|
|
4213
4212
|
randomDoubleBattleLevel: 78,
|
|
@@ -4280,7 +4279,7 @@ exports.FormatsData = {
|
|
|
4280
4279
|
randomBattleLevel: 80,
|
|
4281
4280
|
randomDoubleBattleMoves: ["bodyslam", "highhorsepower", "knockoff", "protect", "quickattack", "swordsdance", "uturn"],
|
|
4282
4281
|
randomDoubleBattleLevel: 86,
|
|
4283
|
-
tier: "
|
|
4282
|
+
tier: "RUBL",
|
|
4284
4283
|
doublesTier: "(DUU)",
|
|
4285
4284
|
},
|
|
4286
4285
|
fletchling: {
|
|
@@ -4351,7 +4350,7 @@ exports.FormatsData = {
|
|
|
4351
4350
|
tier: "LC",
|
|
4352
4351
|
},
|
|
4353
4352
|
pangoro: {
|
|
4354
|
-
randomBattleMoves: ["closecombat", "
|
|
4353
|
+
randomBattleMoves: ["closecombat", "gunkshot", "icepunch", "knockoff", "partingshot"],
|
|
4355
4354
|
randomBattleLevel: 84,
|
|
4356
4355
|
randomDoubleBattleMoves: ["bulletpunch", "closecombat", "drainpunch", "gunkshot", "icepunch", "knockoff", "protect"],
|
|
4357
4356
|
randomDoubleBattleLevel: 88,
|
|
@@ -4422,7 +4421,7 @@ exports.FormatsData = {
|
|
|
4422
4421
|
randomBattleMoves: ["bellydrum", "drainpunch", "facade", "playrough"],
|
|
4423
4422
|
randomBattleLevel: 80,
|
|
4424
4423
|
randomDoubleBattleMoves: ["faketears", "flamethrower", "helpinghand", "playrough", "stickyweb"],
|
|
4425
|
-
randomDoubleBattleLevel:
|
|
4424
|
+
randomDoubleBattleLevel: 86,
|
|
4426
4425
|
tier: "NUBL",
|
|
4427
4426
|
doublesTier: "(DUU)",
|
|
4428
4427
|
},
|
|
@@ -4547,7 +4546,7 @@ exports.FormatsData = {
|
|
|
4547
4546
|
randomDoubleBattleMoves: ["dazzlinggleam", "foulplay", "spikes", "thunderwave"],
|
|
4548
4547
|
randomDoubleBattleLevel: 84,
|
|
4549
4548
|
tier: "RU",
|
|
4550
|
-
doublesTier: "
|
|
4549
|
+
doublesTier: "DUU",
|
|
4551
4550
|
},
|
|
4552
4551
|
phantump: {
|
|
4553
4552
|
tier: "LC",
|
|
@@ -4639,7 +4638,7 @@ exports.FormatsData = {
|
|
|
4639
4638
|
tier: "Illegal",
|
|
4640
4639
|
},
|
|
4641
4640
|
yveltal: {
|
|
4642
|
-
randomBattleMoves: ["defog", "heatwave", "knockoff", "oblivionwing", "roost", "suckerpunch", "
|
|
4641
|
+
randomBattleMoves: ["darkpulse", "defog", "heatwave", "knockoff", "oblivionwing", "roost", "suckerpunch", "taunt"],
|
|
4643
4642
|
randomBattleLevel: 69,
|
|
4644
4643
|
randomDoubleBattleMoves: ["darkpulse", "heatwave", "knockoff", "oblivionwing", "roost", "suckerpunch", "tailwind", "uturn"],
|
|
4645
4644
|
randomDoubleBattleLevel: 71,
|
|
@@ -4658,7 +4657,7 @@ exports.FormatsData = {
|
|
|
4658
4657
|
randomBattleMoves: ["coil", "extremespeed", "irontail", "outrage", "thousandarrows"],
|
|
4659
4658
|
randomBattleLevel: 82,
|
|
4660
4659
|
randomDoubleBattleMoves: ["dragondance", "extremespeed", "irontail", "protect", "rockslide", "thousandarrows"],
|
|
4661
|
-
randomDoubleBattleLevel:
|
|
4660
|
+
randomDoubleBattleLevel: 77,
|
|
4662
4661
|
tier: "UU",
|
|
4663
4662
|
doublesTier: "(DUU)",
|
|
4664
4663
|
},
|
|
@@ -4701,7 +4700,7 @@ exports.FormatsData = {
|
|
|
4701
4700
|
tier: "NFE",
|
|
4702
4701
|
},
|
|
4703
4702
|
decidueye: {
|
|
4704
|
-
randomBattleMoves: ["bravebird", "leafblade", "
|
|
4703
|
+
randomBattleMoves: ["bravebird", "leafblade", "poltergeist", "roost", "shadowsneak", "swordsdance"],
|
|
4705
4704
|
randomBattleLevel: 86,
|
|
4706
4705
|
randomDoubleBattleMoves: ["bravebird", "leafblade", "protect", "shadowsneak", "spiritshackle", "swordsdance"],
|
|
4707
4706
|
randomDoubleBattleLevel: 88,
|
|
@@ -4884,7 +4883,7 @@ exports.FormatsData = {
|
|
|
4884
4883
|
tier: "LC",
|
|
4885
4884
|
},
|
|
4886
4885
|
araquanid: {
|
|
4887
|
-
randomBattleMoves: ["
|
|
4886
|
+
randomBattleMoves: ["leechlife", "liquidation", "mirrorcoat", "stickyweb", "toxic"],
|
|
4888
4887
|
randomBattleLevel: 80,
|
|
4889
4888
|
randomDoubleBattleMoves: ["leechlife", "liquidation", "lunge", "protect", "stickyweb", "wideguard"],
|
|
4890
4889
|
randomDoubleBattleLevel: 84,
|
|
@@ -4958,7 +4957,7 @@ exports.FormatsData = {
|
|
|
4958
4957
|
randomBattleLevel: 84,
|
|
4959
4958
|
randomDoubleBattleMoves: ["highjumpkick", "knockoff", "playrough", "powerwhip", "rapidspin", "tripleaxel", "uturn"],
|
|
4960
4959
|
randomDoubleBattleLevel: 88,
|
|
4961
|
-
tier: "
|
|
4960
|
+
tier: "NU",
|
|
4962
4961
|
doublesTier: "DOU",
|
|
4963
4962
|
},
|
|
4964
4963
|
comfey: {
|
|
@@ -4967,7 +4966,7 @@ exports.FormatsData = {
|
|
|
4967
4966
|
randomDoubleBattleMoves: ["defog", "drainingkiss", "floralhealing", "gigadrain", "helpinghand", "protect"],
|
|
4968
4967
|
randomDoubleBattleLevel: 89,
|
|
4969
4968
|
tier: "NU",
|
|
4970
|
-
doublesTier: "
|
|
4969
|
+
doublesTier: "DUU",
|
|
4971
4970
|
},
|
|
4972
4971
|
oranguru: {
|
|
4973
4972
|
randomBattleMoves: ["focusblast", "nastyplot", "psychic", "thunderbolt", "trickroom"],
|
|
@@ -5114,7 +5113,7 @@ exports.FormatsData = {
|
|
|
5114
5113
|
randomBattleLevel: 84,
|
|
5115
5114
|
randomDoubleBattleMoves: ["multiattack", "rockslide", "swordsdance", "tailwind"],
|
|
5116
5115
|
randomDoubleBattleLevel: 89,
|
|
5117
|
-
tier: "
|
|
5116
|
+
tier: "NU",
|
|
5118
5117
|
doublesTier: "(DUU)",
|
|
5119
5118
|
},
|
|
5120
5119
|
silvallyice: {
|
|
@@ -5310,7 +5309,7 @@ exports.FormatsData = {
|
|
|
5310
5309
|
randomDoubleBattleMoves: ["grassknot", "meteorbeam", "protect", "sludgebomb", "thunderbolt"],
|
|
5311
5310
|
randomDoubleBattleLevel: 81,
|
|
5312
5311
|
tier: "UU",
|
|
5313
|
-
doublesTier: "
|
|
5312
|
+
doublesTier: "DUU",
|
|
5314
5313
|
},
|
|
5315
5314
|
buzzwole: {
|
|
5316
5315
|
randomBattleMoves: ["closecombat", "darkestlariat", "dualwingbeat", "ironhead", "leechlife", "stoneedge"],
|
|
@@ -5335,7 +5334,7 @@ exports.FormatsData = {
|
|
|
5335
5334
|
randomDoubleBattleMoves: ["dazzlinggleam", "energyball", "thunderbolt", "voltswitch"],
|
|
5336
5335
|
randomDoubleBattleLevel: 79,
|
|
5337
5336
|
tier: "RU",
|
|
5338
|
-
doublesTier: "
|
|
5337
|
+
doublesTier: "DUU",
|
|
5339
5338
|
},
|
|
5340
5339
|
celesteela: {
|
|
5341
5340
|
randomBattleMoves: ["airslash", "earthquake", "fireblast", "flashcannon", "leechseed", "protect"],
|
|
@@ -5344,7 +5343,7 @@ exports.FormatsData = {
|
|
|
5344
5343
|
randomDoubleBattleLevel: 78,
|
|
5345
5344
|
randomBattleNoDynamaxMoves: ["airslash", "earthquake", "fireblast", "heavyslam", "leechseed", "protect"],
|
|
5346
5345
|
tier: "UU",
|
|
5347
|
-
doublesTier: "
|
|
5346
|
+
doublesTier: "DOU",
|
|
5348
5347
|
},
|
|
5349
5348
|
kartana: {
|
|
5350
5349
|
randomBattleMoves: ["knockoff", "leafblade", "sacredsword", "smartstrike", "swordsdance"],
|
|
@@ -5392,7 +5391,7 @@ exports.FormatsData = {
|
|
|
5392
5391
|
},
|
|
5393
5392
|
magearna: {
|
|
5394
5393
|
randomBattleMoves: ["agility", "calmmind", "flashcannon", "fleurcannon"],
|
|
5395
|
-
randomBattleLevel:
|
|
5394
|
+
randomBattleLevel: 75,
|
|
5396
5395
|
randomDoubleBattleMoves: ["agility", "aurasphere", "dazzlinggleam", "flashcannon", "fleurcannon", "protect", "trick"],
|
|
5397
5396
|
randomDoubleBattleLevel: 72,
|
|
5398
5397
|
tier: "Uber",
|
|
@@ -5455,7 +5454,7 @@ exports.FormatsData = {
|
|
|
5455
5454
|
doublesTier: "(DUU)",
|
|
5456
5455
|
},
|
|
5457
5456
|
melmetal: {
|
|
5458
|
-
randomBattleMoves: ["doubleironbash", "earthquake", "
|
|
5457
|
+
randomBattleMoves: ["doubleironbash", "earthquake", "superpower", "thunderpunch", "thunderwave"],
|
|
5459
5458
|
randomBattleLevel: 74,
|
|
5460
5459
|
randomDoubleBattleMoves: ["acidarmor", "bodypress", "doubleironbash", "protect", "thunderpunch", "thunderwave"],
|
|
5461
5460
|
randomDoubleBattleLevel: 76,
|
|
@@ -5504,7 +5503,7 @@ exports.FormatsData = {
|
|
|
5504
5503
|
},
|
|
5505
5504
|
cinderacegmax: {
|
|
5506
5505
|
randomBattleLevel: 74,
|
|
5507
|
-
randomBattleMoves: ["bulkup", "
|
|
5506
|
+
randomBattleMoves: ["bulkup", "highjumpkick", "pyroball", "suckerpunch"],
|
|
5508
5507
|
isNonstandard: "Gigantamax",
|
|
5509
5508
|
tier: "AG",
|
|
5510
5509
|
doublesTier: "(DUber)",
|
|
@@ -5654,7 +5653,7 @@ exports.FormatsData = {
|
|
|
5654
5653
|
},
|
|
5655
5654
|
coalossalgmax: {
|
|
5656
5655
|
randomBattleMoves: ["overheat", "rapidspin", "spikes", "stealthrock", "stoneedge", "willowisp"],
|
|
5657
|
-
randomBattleLevel:
|
|
5656
|
+
randomBattleLevel: 87,
|
|
5658
5657
|
randomDoubleBattleMoves: ["fireblast", "incinerate", "protect", "stealthrock", "stoneedge", "willowisp"],
|
|
5659
5658
|
randomDoubleBattleLevel: 85,
|
|
5660
5659
|
isNonstandard: "Gigantamax",
|
|
@@ -5696,7 +5695,7 @@ exports.FormatsData = {
|
|
|
5696
5695
|
tier: "LC",
|
|
5697
5696
|
},
|
|
5698
5697
|
sandaconda: {
|
|
5699
|
-
randomBattleMoves: ["coil", "earthquake", "glare", "
|
|
5698
|
+
randomBattleMoves: ["coil", "earthquake", "glare", "rest", "stealthrock", "stoneedge"],
|
|
5700
5699
|
randomBattleLevel: 84,
|
|
5701
5700
|
tier: "PU",
|
|
5702
5701
|
doublesTier: "(DUU)",
|
|
@@ -5763,13 +5762,13 @@ exports.FormatsData = {
|
|
|
5763
5762
|
randomBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip"],
|
|
5764
5763
|
randomBattleLevel: 84,
|
|
5765
5764
|
randomDoubleBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip", "protect"],
|
|
5766
|
-
randomDoubleBattleLevel:
|
|
5765
|
+
randomDoubleBattleLevel: 89,
|
|
5767
5766
|
tier: "(PU)",
|
|
5768
5767
|
doublesTier: "(DUU)",
|
|
5769
5768
|
},
|
|
5770
5769
|
centiskorchgmax: {
|
|
5771
5770
|
randomDoubleBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip", "protect"],
|
|
5772
|
-
randomDoubleBattleLevel:
|
|
5771
|
+
randomDoubleBattleLevel: 89,
|
|
5773
5772
|
isNonstandard: "Gigantamax",
|
|
5774
5773
|
tier: "AG",
|
|
5775
5774
|
doublesTier: "(DUber)",
|
|
@@ -5908,7 +5907,7 @@ exports.FormatsData = {
|
|
|
5908
5907
|
randomBattleLevel: 84,
|
|
5909
5908
|
randomDoubleBattleMoves: ["expandingforce", "followme", "healpulse", "helpinghand", "protect"],
|
|
5910
5909
|
randomDoubleBattleLevel: 80,
|
|
5911
|
-
tier: "
|
|
5910
|
+
tier: "NU",
|
|
5912
5911
|
doublesTier: "DOU",
|
|
5913
5912
|
},
|
|
5914
5913
|
morpeko: {
|
|
@@ -5952,7 +5951,7 @@ exports.FormatsData = {
|
|
|
5952
5951
|
randomDoubleBattleMoves: ["blizzard", "boltbeak", "iciclecrash", "lowkick", "protect"],
|
|
5953
5952
|
randomDoubleBattleLevel: 88,
|
|
5954
5953
|
tier: "UUBL",
|
|
5955
|
-
doublesTier: "
|
|
5954
|
+
doublesTier: "DUU",
|
|
5956
5955
|
},
|
|
5957
5956
|
dracovish: {
|
|
5958
5957
|
randomBattleMoves: ["crunch", "fishiousrend", "icefang", "lowkick", "psychicfangs"],
|
|
@@ -6015,14 +6014,14 @@ exports.FormatsData = {
|
|
|
6015
6014
|
},
|
|
6016
6015
|
zamazenta: {
|
|
6017
6016
|
randomBattleMoves: ["closecombat", "crunch", "psychicfangs", "wildcharge"],
|
|
6018
|
-
randomBattleLevel:
|
|
6017
|
+
randomBattleLevel: 73,
|
|
6019
6018
|
randomDoubleBattleMoves: ["closecombat", "crunch", "playrough", "protect", "psychicfangs"],
|
|
6020
6019
|
randomDoubleBattleLevel: 74,
|
|
6021
6020
|
tier: "Uber",
|
|
6022
6021
|
doublesTier: "DUber",
|
|
6023
6022
|
},
|
|
6024
6023
|
zamazentacrowned: {
|
|
6025
|
-
randomBattleMoves: ["behemothbash", "closecombat", "crunch", "
|
|
6024
|
+
randomBattleMoves: ["behemothbash", "closecombat", "crunch", "howl", "psychicfangs"],
|
|
6026
6025
|
randomBattleLevel: 71,
|
|
6027
6026
|
randomDoubleBattleMoves: ["behemothbash", "closecombat", "crunch", "howl", "protect", "psychicfangs"],
|
|
6028
6027
|
randomDoubleBattleLevel: 72,
|
|
@@ -6068,7 +6067,7 @@ exports.FormatsData = {
|
|
|
6068
6067
|
doublesTier: "(DUber)",
|
|
6069
6068
|
},
|
|
6070
6069
|
urshifurapidstrikegmax: {
|
|
6071
|
-
randomBattleMoves: ["bulkup", "closecombat", "
|
|
6070
|
+
randomBattleMoves: ["bulkup", "closecombat", "icepunch", "surgingstrikes", "uturn"],
|
|
6072
6071
|
randomBattleLevel: 78,
|
|
6073
6072
|
isNonstandard: "Gigantamax",
|
|
6074
6073
|
tier: "AG",
|
|
@@ -6094,23 +6093,23 @@ exports.FormatsData = {
|
|
|
6094
6093
|
randomDoubleBattleMoves: ["electroweb", "extremespeed", "protect", "thundercage", "voltswitch"],
|
|
6095
6094
|
randomDoubleBattleLevel: 82,
|
|
6096
6095
|
randomBattleNoDynamaxMoves: ["explosion", "rapidspin", "thunderbolt", "voltswitch"],
|
|
6097
|
-
tier: "
|
|
6096
|
+
tier: "OU",
|
|
6098
6097
|
doublesTier: "DOU",
|
|
6099
6098
|
},
|
|
6100
6099
|
regidrago: {
|
|
6101
|
-
randomBattleMoves: ["dracometeor", "dragondance", "
|
|
6100
|
+
randomBattleMoves: ["dracometeor", "dragondance", "firefang", "hammerarm", "outrage"],
|
|
6102
6101
|
randomBattleLevel: 78,
|
|
6103
6102
|
randomDoubleBattleMoves: ["crunch", "dragonclaw", "dragonenergy", "firefang"],
|
|
6104
6103
|
randomDoubleBattleLevel: 78,
|
|
6105
6104
|
tier: "NUBL",
|
|
6106
|
-
doublesTier: "DUU",
|
|
6105
|
+
doublesTier: "(DUU)",
|
|
6107
6106
|
},
|
|
6108
6107
|
glastrier: {
|
|
6109
6108
|
randomBattleMoves: ["closecombat", "highhorsepower", "iciclecrash", "swordsdance"],
|
|
6110
6109
|
randomBattleLevel: 82,
|
|
6111
6110
|
randomDoubleBattleMoves: ["closecombat", "highhorsepower", "iciclecrash", "protect"],
|
|
6112
6111
|
randomDoubleBattleLevel: 82,
|
|
6113
|
-
tier: "
|
|
6112
|
+
tier: "PU",
|
|
6114
6113
|
doublesTier: "(DUU)",
|
|
6115
6114
|
},
|
|
6116
6115
|
spectrier: {
|
|
@@ -6122,15 +6121,15 @@ exports.FormatsData = {
|
|
|
6122
6121
|
doublesTier: "DUU",
|
|
6123
6122
|
},
|
|
6124
6123
|
calyrex: {
|
|
6125
|
-
randomBattleMoves: ["calmmind", "gigadrain", "
|
|
6124
|
+
randomBattleMoves: ["calmmind", "gigadrain", "leechseed", "psyshock", "substitute"],
|
|
6126
6125
|
randomBattleLevel: 88,
|
|
6127
|
-
randomDoubleBattleMoves: ["
|
|
6126
|
+
randomDoubleBattleMoves: ["helpinghand", "leafstorm", "pollenpuff", "protect"],
|
|
6128
6127
|
randomDoubleBattleLevel: 94,
|
|
6129
6128
|
tier: "(PU)",
|
|
6130
6129
|
doublesTier: "(DUU)",
|
|
6131
6130
|
},
|
|
6132
6131
|
calyrexice: {
|
|
6133
|
-
randomBattleMoves: ["closecombat", "glaciallance", "highhorsepower", "trickroom"
|
|
6132
|
+
randomBattleMoves: ["agility", "closecombat", "glaciallance", "highhorsepower", "trickroom"],
|
|
6134
6133
|
randomBattleLevel: 72,
|
|
6135
6134
|
randomDoubleBattleMoves: ["closecombat", "glaciallance", "highhorsepower", "swordsdance", "trickroom"],
|
|
6136
6135
|
randomDoubleBattleLevel: 72,
|