@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
package/data/formats-data.ts
CHANGED
|
@@ -8,7 +8,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
8
8
|
venusaur: {
|
|
9
9
|
randomBattleMoves: ["gigadrain", "leechseed", "sleeppowder", "sludgebomb", "substitute"],
|
|
10
10
|
randomBattleLevel: 82,
|
|
11
|
-
tier: "
|
|
11
|
+
tier: "UU",
|
|
12
12
|
doublesTier: "(DUU)",
|
|
13
13
|
},
|
|
14
14
|
venusaurmega: {
|
|
@@ -273,7 +273,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
273
273
|
tier: "LC",
|
|
274
274
|
},
|
|
275
275
|
sandslash: {
|
|
276
|
-
randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "
|
|
276
|
+
randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "spikes", "stealthrock", "stoneedge", "swordsdance", "toxic"],
|
|
277
277
|
randomBattleLevel: 86,
|
|
278
278
|
randomDoubleBattleMoves: ["drillrun", "knockoff", "protect", "stealthrock", "stoneedge", "swordsdance"],
|
|
279
279
|
randomDoubleBattleLevel: 89,
|
|
@@ -353,7 +353,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
353
353
|
randomDoubleBattleMoves: ["auroraveil", "blizzard", "encore", "freezedry", "moonblast"],
|
|
354
354
|
randomDoubleBattleLevel: 81,
|
|
355
355
|
tier: "OU",
|
|
356
|
-
doublesTier: "
|
|
356
|
+
doublesTier: "DOU",
|
|
357
357
|
},
|
|
358
358
|
igglybuff: {
|
|
359
359
|
tier: "LC",
|
|
@@ -490,7 +490,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
490
490
|
randomDoubleBattleMoves: ["calmmind", "encore", "icebeam", "muddywater", "protect"],
|
|
491
491
|
randomDoubleBattleLevel: 88,
|
|
492
492
|
tier: "(PU)",
|
|
493
|
-
doublesTier: "
|
|
493
|
+
doublesTier: "DUU",
|
|
494
494
|
},
|
|
495
495
|
mankey: {
|
|
496
496
|
isNonstandard: "Past",
|
|
@@ -530,7 +530,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
530
530
|
randomBattleLevel: 86,
|
|
531
531
|
randomDoubleBattleMoves: ["earthpower", "helpinghand", "icywind", "muddywater", "protect"],
|
|
532
532
|
randomDoubleBattleLevel: 84,
|
|
533
|
-
tier: "
|
|
533
|
+
tier: "(PU)",
|
|
534
534
|
doublesTier: "DUU",
|
|
535
535
|
},
|
|
536
536
|
abra: {
|
|
@@ -589,7 +589,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
589
589
|
randomBattleMoves: ["haze", "knockoff", "rapidspin", "scald", "sludgebomb", "toxicspikes"],
|
|
590
590
|
randomBattleLevel: 84,
|
|
591
591
|
randomDoubleBattleMoves: ["acidspray", "icywind", "knockoff", "muddywater", "rapidspin", "sludgebomb"],
|
|
592
|
-
randomDoubleBattleLevel:
|
|
592
|
+
randomDoubleBattleLevel: 87,
|
|
593
593
|
tier: "UU",
|
|
594
594
|
doublesTier: "(DUU)",
|
|
595
595
|
},
|
|
@@ -662,7 +662,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
662
662
|
randomBattleLevel: 86,
|
|
663
663
|
randomDoubleBattleMoves: ["fireblast", "healpulse", "protect", "psychic", "shellsidearm", "trickroom"],
|
|
664
664
|
randomDoubleBattleLevel: 85,
|
|
665
|
-
tier: "
|
|
665
|
+
tier: "RUBL",
|
|
666
666
|
doublesTier: "(DUU)",
|
|
667
667
|
},
|
|
668
668
|
slowking: {
|
|
@@ -690,7 +690,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
690
690
|
magnezone: {
|
|
691
691
|
randomBattleMoves: ["bodypress", "flashcannon", "mirrorcoat", "thunderbolt", "voltswitch"],
|
|
692
692
|
randomBattleLevel: 84,
|
|
693
|
-
randomDoubleBattleMoves: ["
|
|
693
|
+
randomDoubleBattleMoves: ["bodypress", "electroweb", "flashcannon", "protect", "thunderbolt", "voltswitch"],
|
|
694
694
|
randomDoubleBattleLevel: 88,
|
|
695
695
|
tier: "OU",
|
|
696
696
|
doublesTier: "(DUU)",
|
|
@@ -868,7 +868,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
868
868
|
randomBattleMoves: ["earthquake", "flamecharge", "flareblitz", "poltergeist", "stealthrock", "stoneedge"],
|
|
869
869
|
randomBattleLevel: 84,
|
|
870
870
|
randomDoubleBattleMoves: ["bonemerang", "flamecharge", "flareblitz", "protect", "shadowbone"],
|
|
871
|
-
randomDoubleBattleLevel:
|
|
871
|
+
randomDoubleBattleLevel: 83,
|
|
872
872
|
tier: "RU",
|
|
873
873
|
doublesTier: "(DUU)",
|
|
874
874
|
},
|
|
@@ -929,7 +929,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
929
929
|
randomBattleMoves: ["defog", "fireblast", "painsplit", "sludgebomb", "strangesteam", "toxicspikes", "willowisp"],
|
|
930
930
|
randomBattleLevel: 86,
|
|
931
931
|
randomDoubleBattleMoves: ["clearsmog", "defog", "fireblast", "painsplit", "strangesteam", "toxicspikes", "willowisp"],
|
|
932
|
-
randomDoubleBattleLevel:
|
|
932
|
+
randomDoubleBattleLevel: 89,
|
|
933
933
|
tier: "RU",
|
|
934
934
|
doublesTier: "DUU",
|
|
935
935
|
},
|
|
@@ -946,7 +946,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
946
946
|
randomBattleLevel: 82,
|
|
947
947
|
randomDoubleBattleMoves: ["highhorsepower", "icepunch", "megahorn", "protect", "rockslide", "stoneedge"],
|
|
948
948
|
randomDoubleBattleLevel: 84,
|
|
949
|
-
tier: "
|
|
949
|
+
tier: "RU",
|
|
950
950
|
doublesTier: "(DUU)",
|
|
951
951
|
},
|
|
952
952
|
happiny: {
|
|
@@ -1002,7 +1002,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1002
1002
|
randomDoubleBattleLevel: 82,
|
|
1003
1003
|
randomBattleNoDynamaxMoves: ["dracometeor", "flipturn", "hydropump", "icebeam", "raindance"],
|
|
1004
1004
|
tier: "PUBL",
|
|
1005
|
-
doublesTier: "
|
|
1005
|
+
doublesTier: "DUU",
|
|
1006
1006
|
},
|
|
1007
1007
|
goldeen: {
|
|
1008
1008
|
tier: "LC",
|
|
@@ -1019,7 +1019,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1019
1019
|
tier: "LC",
|
|
1020
1020
|
},
|
|
1021
1021
|
starmie: {
|
|
1022
|
-
randomBattleMoves: ["hydropump", "psyshock", "rapidspin", "recover", "scald", "thunderbolt"
|
|
1022
|
+
randomBattleMoves: ["hydropump", "icebeam", "psyshock", "rapidspin", "recover", "scald", "thunderbolt"],
|
|
1023
1023
|
randomBattleLevel: 84,
|
|
1024
1024
|
randomDoubleBattleMoves: ["flipturn", "hydropump", "icebeam", "protect", "psyshock", "thunderbolt"],
|
|
1025
1025
|
randomDoubleBattleLevel: 84,
|
|
@@ -1209,7 +1209,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1209
1209
|
randomBattleLevel: 82,
|
|
1210
1210
|
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "morningsun", "protect", "psychic", "shadowball"],
|
|
1211
1211
|
randomDoubleBattleLevel: 84,
|
|
1212
|
-
tier: "
|
|
1212
|
+
tier: "PU",
|
|
1213
1213
|
doublesTier: "(DUU)",
|
|
1214
1214
|
},
|
|
1215
1215
|
umbreon: {
|
|
@@ -1242,7 +1242,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1242
1242
|
randomDoubleBattleMoves: ["calmmind", "hypervoice", "mysticalfire", "protect", "psyshock"],
|
|
1243
1243
|
randomDoubleBattleLevel: 80,
|
|
1244
1244
|
tier: "NU",
|
|
1245
|
-
doublesTier: "DUU",
|
|
1245
|
+
doublesTier: "(DUU)",
|
|
1246
1246
|
},
|
|
1247
1247
|
porygon: {
|
|
1248
1248
|
tier: "LC",
|
|
@@ -1328,7 +1328,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1328
1328
|
randomBattleMoves: ["airslash", "calmmind", "freezingglare", "recover"],
|
|
1329
1329
|
randomBattleLevel: 80,
|
|
1330
1330
|
randomDoubleBattleMoves: ["calmmind", "freezingglare", "hurricane", "recover", "tailwind"],
|
|
1331
|
-
randomDoubleBattleLevel:
|
|
1331
|
+
randomDoubleBattleLevel: 80,
|
|
1332
1332
|
randomBattleNoDynamaxMoves: ["calmmind", "freezingglare", "hurricane", "recover"],
|
|
1333
1333
|
tier: "PU",
|
|
1334
1334
|
doublesTier: "(DUU)",
|
|
@@ -1346,7 +1346,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1346
1346
|
randomBattleLevel: 76,
|
|
1347
1347
|
randomDoubleBattleMoves: ["bravebird", "bulkup", "closecombat", "throatchop", "thunderouskick", "uturn"],
|
|
1348
1348
|
randomDoubleBattleLevel: 76,
|
|
1349
|
-
tier: "
|
|
1349
|
+
tier: "OU",
|
|
1350
1350
|
doublesTier: "DOU",
|
|
1351
1351
|
},
|
|
1352
1352
|
moltres: {
|
|
@@ -1362,7 +1362,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1362
1362
|
randomBattleMoves: ["fierywrath", "hurricane", "nastyplot", "rest"],
|
|
1363
1363
|
randomBattleLevel: 75,
|
|
1364
1364
|
randomDoubleBattleMoves: ["fierywrath", "hurricane", "nastyplot", "protect"],
|
|
1365
|
-
randomDoubleBattleLevel:
|
|
1365
|
+
randomDoubleBattleLevel: 75,
|
|
1366
1366
|
randomBattleNoDynamaxMoves: ["agility", "fierywrath", "hurricane", "nastyplot", "rest"],
|
|
1367
1367
|
tier: "UU",
|
|
1368
1368
|
doublesTier: "DUU",
|
|
@@ -1455,7 +1455,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1455
1455
|
tier: "LC",
|
|
1456
1456
|
},
|
|
1457
1457
|
noctowl: {
|
|
1458
|
-
randomBattleMoves: ["
|
|
1458
|
+
randomBattleMoves: ["defog", "heatwave", "hurricane", "nastyplot", "roost"],
|
|
1459
1459
|
randomBattleLevel: 88,
|
|
1460
1460
|
randomDoubleBattleMoves: ["airslash", "heatwave", "hypervoice", "nastyplot", "roost", "tailwind"],
|
|
1461
1461
|
randomDoubleBattleLevel: 84,
|
|
@@ -1509,7 +1509,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1509
1509
|
},
|
|
1510
1510
|
xatu: {
|
|
1511
1511
|
randomBattleMoves: ["heatwave", "psychic", "roost", "teleport", "thunderwave"],
|
|
1512
|
-
randomBattleLevel:
|
|
1512
|
+
randomBattleLevel: 89,
|
|
1513
1513
|
randomDoubleBattleMoves: ["airslash", "heatwave", "lightscreen", "psychic", "reflect", "roost", "tailwind"],
|
|
1514
1514
|
randomDoubleBattleLevel: 88,
|
|
1515
1515
|
tier: "NU",
|
|
@@ -1543,7 +1543,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1543
1543
|
randomDoubleBattleMoves: ["aquajet", "knockoff", "liquidation", "playrough", "protect"],
|
|
1544
1544
|
randomDoubleBattleLevel: 87,
|
|
1545
1545
|
tier: "UU",
|
|
1546
|
-
doublesTier: "
|
|
1546
|
+
doublesTier: "DUU",
|
|
1547
1547
|
},
|
|
1548
1548
|
bonsly: {
|
|
1549
1549
|
tier: "LC",
|
|
@@ -1648,7 +1648,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1648
1648
|
tier: "Illegal",
|
|
1649
1649
|
},
|
|
1650
1650
|
dunsparce: {
|
|
1651
|
-
randomBattleMoves: ["bodyslam", "coil", "
|
|
1651
|
+
randomBattleMoves: ["bodyslam", "coil", "earthquake", "roost"],
|
|
1652
1652
|
randomBattleLevel: 90,
|
|
1653
1653
|
randomDoubleBattleMoves: ["glare", "headbutt", "protect", "rockslide"],
|
|
1654
1654
|
randomDoubleBattleLevel: 90,
|
|
@@ -1844,7 +1844,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1844
1844
|
doublesTier: "(DUU)",
|
|
1845
1845
|
},
|
|
1846
1846
|
entei: {
|
|
1847
|
-
randomBattleMoves: ["extremespeed", "flareblitz", "
|
|
1847
|
+
randomBattleMoves: ["extremespeed", "flareblitz", "sacredfire", "stompingtantrum", "stoneedge"],
|
|
1848
1848
|
randomBattleLevel: 78,
|
|
1849
1849
|
randomDoubleBattleMoves: ["extremespeed", "protect", "sacredfire", "snarl", "stompingtantrum", "stoneedge"],
|
|
1850
1850
|
randomDoubleBattleLevel: 79,
|
|
@@ -1927,7 +1927,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1927
1927
|
tier: "NFE",
|
|
1928
1928
|
},
|
|
1929
1929
|
blaziken: {
|
|
1930
|
-
randomBattleMoves: ["closecombat", "flareblitz", "knockoff", "
|
|
1930
|
+
randomBattleMoves: ["closecombat", "flareblitz", "knockoff", "stoneedge", "swordsdance"],
|
|
1931
1931
|
randomBattleLevel: 76,
|
|
1932
1932
|
randomDoubleBattleMoves: ["closecombat", "flareblitz", "knockoff", "protect", "swordsdance"],
|
|
1933
1933
|
randomDoubleBattleLevel: 78,
|
|
@@ -1945,7 +1945,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
1945
1945
|
tier: "NFE",
|
|
1946
1946
|
},
|
|
1947
1947
|
swampert: {
|
|
1948
|
-
randomBattleMoves: ["earthquake", "icebeam", "protect", "scald", "stealthrock", "toxic"
|
|
1948
|
+
randomBattleMoves: ["earthquake", "flipturn", "icebeam", "protect", "scald", "stealthrock", "toxic"],
|
|
1949
1949
|
randomBattleLevel: 80,
|
|
1950
1950
|
randomDoubleBattleMoves: ["highhorsepower", "icywind", "muddywater", "protect", "stealthrock", "wideguard"],
|
|
1951
1951
|
randomDoubleBattleLevel: 86,
|
|
@@ -2080,7 +2080,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2080
2080
|
randomBattleLevel: 82,
|
|
2081
2081
|
randomDoubleBattleMoves: ["closecombat", "feint", "knockoff", "protect", "swordsdance", "tripleaxel", "zenheadbutt"],
|
|
2082
2082
|
randomDoubleBattleLevel: 86,
|
|
2083
|
-
tier: "
|
|
2083
|
+
tier: "PU",
|
|
2084
2084
|
doublesTier: "(DUU)",
|
|
2085
2085
|
},
|
|
2086
2086
|
gallademega: {
|
|
@@ -2123,7 +2123,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2123
2123
|
randomBattleLevel: 86,
|
|
2124
2124
|
randomDoubleBattleMoves: ["acrobatics", "defog", "leechlife", "protect", "swordsdance"],
|
|
2125
2125
|
randomDoubleBattleLevel: 88,
|
|
2126
|
-
tier: "
|
|
2126
|
+
tier: "PU",
|
|
2127
2127
|
doublesTier: "(DUU)",
|
|
2128
2128
|
},
|
|
2129
2129
|
shedinja: {
|
|
@@ -2300,7 +2300,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2300
2300
|
},
|
|
2301
2301
|
wailord: {
|
|
2302
2302
|
randomBattleMoves: ["hydropump", "hypervoice", "icebeam", "waterspout"],
|
|
2303
|
-
randomBattleLevel:
|
|
2303
|
+
randomBattleLevel: 90,
|
|
2304
2304
|
randomDoubleBattleMoves: ["hydropump", "hypervoice", "icebeam", "waterspout"],
|
|
2305
2305
|
randomDoubleBattleLevel: 88,
|
|
2306
2306
|
tier: "(PU)",
|
|
@@ -2441,13 +2441,13 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2441
2441
|
randomDoubleBattleMoves: ["powerwhip", "protect", "recover", "stealthrock", "stoneedge", "stringshot", "toxic"],
|
|
2442
2442
|
randomDoubleBattleLevel: 88,
|
|
2443
2443
|
tier: "(PU)",
|
|
2444
|
-
doublesTier: "DUU",
|
|
2444
|
+
doublesTier: "(DUU)",
|
|
2445
2445
|
},
|
|
2446
2446
|
anorith: {
|
|
2447
2447
|
tier: "LC",
|
|
2448
2448
|
},
|
|
2449
2449
|
armaldo: {
|
|
2450
|
-
randomBattleMoves: ["earthquake", "knockoff", "rapidspin", "stealthrock", "stoneedge", "swordsdance"
|
|
2450
|
+
randomBattleMoves: ["earthquake", "knockoff", "liquidation", "rapidspin", "stealthrock", "stoneedge", "swordsdance"],
|
|
2451
2451
|
randomBattleLevel: 86,
|
|
2452
2452
|
randomDoubleBattleMoves: ["knockoff", "liquidation", "stoneedge", "superpower", "xscissor"],
|
|
2453
2453
|
randomDoubleBattleLevel: 88,
|
|
@@ -2502,7 +2502,6 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2502
2502
|
randomDoubleBattleMoves: ["allyswitch", "haze", "helpinghand", "nightshade", "painsplit", "trickroom", "willowisp"],
|
|
2503
2503
|
randomDoubleBattleLevel: 84,
|
|
2504
2504
|
tier: "NFE",
|
|
2505
|
-
doublesTier: "DUU",
|
|
2506
2505
|
},
|
|
2507
2506
|
dusknoir: {
|
|
2508
2507
|
randomBattleMoves: ["earthquake", "icepunch", "painsplit", "poltergeist", "shadowsneak", "trick", "willowisp"],
|
|
@@ -2670,7 +2669,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2670
2669
|
tier: "Illegal",
|
|
2671
2670
|
},
|
|
2672
2671
|
latios: {
|
|
2673
|
-
randomBattleMoves: ["
|
|
2672
|
+
randomBattleMoves: ["calmmind", "dracometeor", "mysticalfire", "psyshock", "roost", "trick"],
|
|
2674
2673
|
randomBattleLevel: 78,
|
|
2675
2674
|
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "mysticalfire", "psychic", "psyshock", "roost", "tailwind", "trick"],
|
|
2676
2675
|
randomDoubleBattleLevel: 80,
|
|
@@ -2694,11 +2693,11 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2694
2693
|
tier: "Illegal",
|
|
2695
2694
|
},
|
|
2696
2695
|
groudon: {
|
|
2697
|
-
randomBattleMoves: ["
|
|
2696
|
+
randomBattleMoves: ["heatcrash", "heavyslam", "precipiceblades", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
|
|
2698
2697
|
randomBattleLevel: 73,
|
|
2699
2698
|
randomDoubleBattleMoves: ["heatcrash", "precipiceblades", "rockpolish", "stoneedge", "swordsdance"],
|
|
2700
2699
|
randomDoubleBattleLevel: 72,
|
|
2701
|
-
randomBattleNoDynamaxMoves: ["
|
|
2700
|
+
randomBattleNoDynamaxMoves: ["heatcrash", "precipiceblades", "stealthrock", "stoneedge", "swordsdance", "thunderwave"],
|
|
2702
2701
|
tier: "Uber",
|
|
2703
2702
|
doublesTier: "DUber",
|
|
2704
2703
|
},
|
|
@@ -2707,11 +2706,11 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2707
2706
|
tier: "Illegal",
|
|
2708
2707
|
},
|
|
2709
2708
|
rayquaza: {
|
|
2710
|
-
randomBattleMoves: ["dracometeor", "dragonascent", "dragondance", "
|
|
2709
|
+
randomBattleMoves: ["dracometeor", "dragonascent", "dragondance", "earthquake", "extremespeed", "swordsdance", "vcreate"],
|
|
2711
2710
|
randomBattleLevel: 74,
|
|
2712
2711
|
randomDoubleBattleMoves: ["dracometeor", "dragonascent", "dragonclaw", "dragondance", "earthpower", "extremespeed", "vcreate"],
|
|
2713
2712
|
randomDoubleBattleLevel: 74,
|
|
2714
|
-
randomBattleNoDynamaxMoves: ["dracometeor", "dragonascent", "dragondance", "
|
|
2713
|
+
randomBattleNoDynamaxMoves: ["dracometeor", "dragonascent", "dragondance", "earthquake", "extremespeed", "vcreate"],
|
|
2715
2714
|
tier: "Uber",
|
|
2716
2715
|
doublesTier: "DUber",
|
|
2717
2716
|
},
|
|
@@ -2959,7 +2958,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2959
2958
|
randomBattleLevel: 82,
|
|
2960
2959
|
randomDoubleBattleMoves: ["allyswitch", "bodypress", "explosion", "ironhead", "trickroom"],
|
|
2961
2960
|
randomDoubleBattleLevel: 88,
|
|
2962
|
-
tier: "
|
|
2961
|
+
tier: "RU",
|
|
2963
2962
|
doublesTier: "DUU",
|
|
2964
2963
|
},
|
|
2965
2964
|
chatot: {
|
|
@@ -2967,7 +2966,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
2967
2966
|
tier: "Illegal",
|
|
2968
2967
|
},
|
|
2969
2968
|
spiritomb: {
|
|
2970
|
-
randomBattleMoves: ["foulplay", "
|
|
2969
|
+
randomBattleMoves: ["foulplay", "poltergeist", "shadowsneak", "suckerpunch", "trick"],
|
|
2971
2970
|
randomBattleLevel: 88,
|
|
2972
2971
|
randomDoubleBattleMoves: ["foulplay", "poltergeist", "protect", "snarl", "suckerpunch", "willowisp"],
|
|
2973
2972
|
randomDoubleBattleLevel: 88,
|
|
@@ -3070,7 +3069,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3070
3069
|
rotom: {
|
|
3071
3070
|
randomBattleMoves: ["nastyplot", "shadowball", "thunderbolt", "voltswitch", "willowisp"],
|
|
3072
3071
|
randomBattleLevel: 84,
|
|
3073
|
-
randomDoubleBattleMoves: ["
|
|
3072
|
+
randomDoubleBattleMoves: ["electroweb", "protect", "shadowball", "thunderbolt", "voltswitch", "willowisp"],
|
|
3074
3073
|
randomDoubleBattleLevel: 88,
|
|
3075
3074
|
tier: "(PU)",
|
|
3076
3075
|
doublesTier: "(DUU)",
|
|
@@ -3086,7 +3085,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3086
3085
|
rotomwash: {
|
|
3087
3086
|
randomBattleMoves: ["hydropump", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
3088
3087
|
randomBattleLevel: 82,
|
|
3089
|
-
randomDoubleBattleMoves: ["
|
|
3088
|
+
randomDoubleBattleMoves: ["hydropump", "protect", "thunderbolt", "thunderwave", "voltswitch", "willowisp"],
|
|
3090
3089
|
randomDoubleBattleLevel: 84,
|
|
3091
3090
|
tier: "UU",
|
|
3092
3091
|
doublesTier: "(DUU)",
|
|
@@ -3108,7 +3107,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3108
3107
|
doublesTier: "(DUU)",
|
|
3109
3108
|
},
|
|
3110
3109
|
rotommow: {
|
|
3111
|
-
randomBattleMoves: ["leafstorm", "thunderbolt", "trick", "voltswitch", "willowisp"
|
|
3110
|
+
randomBattleMoves: ["leafstorm", "nastyplot", "thunderbolt", "trick", "voltswitch", "willowisp"],
|
|
3112
3111
|
randomBattleLevel: 86,
|
|
3113
3112
|
randomDoubleBattleMoves: ["electroweb", "leafstorm", "protect", "thunderbolt", "voltswitch", "willowisp"],
|
|
3114
3113
|
randomDoubleBattleLevel: 88,
|
|
@@ -3132,7 +3131,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3132
3131
|
doublesTier: "(DUU)",
|
|
3133
3132
|
},
|
|
3134
3133
|
azelf: {
|
|
3135
|
-
randomBattleMoves: ["dazzlinggleam", "fireblast", "nastyplot", "psyshock", "stealthrock", "taunt", "uturn"
|
|
3134
|
+
randomBattleMoves: ["dazzlinggleam", "fireblast", "nastyplot", "psychic", "psyshock", "stealthrock", "taunt", "uturn"],
|
|
3136
3135
|
randomBattleLevel: 82,
|
|
3137
3136
|
randomDoubleBattleMoves: ["energyball", "fireblast", "nastyplot", "protect", "psychic", "shadowball", "uturn"],
|
|
3138
3137
|
randomDoubleBattleLevel: 84,
|
|
@@ -3158,7 +3157,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3158
3157
|
heatran: {
|
|
3159
3158
|
randomBattleMoves: ["earthpower", "flashcannon", "lavaplume", "protect", "stealthrock", "taunt", "toxic"],
|
|
3160
3159
|
randomBattleLevel: 78,
|
|
3161
|
-
randomDoubleBattleMoves: ["earthpower", "eruption", "flashcannon", "
|
|
3160
|
+
randomDoubleBattleMoves: ["earthpower", "eruption", "flashcannon", "heatwave", "protect"],
|
|
3162
3161
|
randomDoubleBattleLevel: 80,
|
|
3163
3162
|
tier: "OU",
|
|
3164
3163
|
doublesTier: "DOU",
|
|
@@ -3169,7 +3168,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3169
3168
|
randomDoubleBattleMoves: ["bodyslam", "knockoff", "protect", "thunderwave"],
|
|
3170
3169
|
randomDoubleBattleLevel: 86,
|
|
3171
3170
|
tier: "(PU)",
|
|
3172
|
-
doublesTier: "
|
|
3171
|
+
doublesTier: "DUU",
|
|
3173
3172
|
},
|
|
3174
3173
|
giratina: {
|
|
3175
3174
|
randomBattleMoves: ["hex", "rest", "sleeptalk", "toxic", "willowisp"],
|
|
@@ -3182,7 +3181,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3182
3181
|
giratinaorigin: {
|
|
3183
3182
|
randomBattleMoves: ["dualwingbeat", "honeclaws", "outrage", "poltergeist", "shadowsneak"],
|
|
3184
3183
|
randomBattleLevel: 74,
|
|
3185
|
-
randomDoubleBattleMoves: ["breakingswipe", "dracometeor", "
|
|
3184
|
+
randomDoubleBattleMoves: ["breakingswipe", "dracometeor", "protect", "shadowball", "shadowsneak", "tailwind", "willowisp"],
|
|
3186
3185
|
randomDoubleBattleLevel: 74,
|
|
3187
3186
|
randomBattleNoDynamaxMoves: ["defog", "dracometeor", "earthquake", "poltergeist", "shadowsneak", "willowisp"],
|
|
3188
3187
|
tier: "Uber",
|
|
@@ -3445,7 +3444,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3445
3444
|
randomBattleMoves: ["healbell", "knockoff", "protect", "toxic", "wish"],
|
|
3446
3445
|
randomBattleLevel: 90,
|
|
3447
3446
|
randomDoubleBattleMoves: ["bodyslam", "healpulse", "helpinghand", "knockoff", "protect", "thunderwave"],
|
|
3448
|
-
randomDoubleBattleLevel:
|
|
3447
|
+
randomDoubleBattleLevel: 90,
|
|
3449
3448
|
tier: "PU",
|
|
3450
3449
|
doublesTier: "(DUU)",
|
|
3451
3450
|
},
|
|
@@ -3480,7 +3479,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3480
3479
|
randomBattleLevel: 84,
|
|
3481
3480
|
randomDoubleBattleMoves: ["earthpower", "knockoff", "muddywater", "powerwhip", "protect", "raindance"],
|
|
3482
3481
|
randomDoubleBattleLevel: 86,
|
|
3483
|
-
tier: "
|
|
3482
|
+
tier: "RU",
|
|
3484
3483
|
doublesTier: "(DUU)",
|
|
3485
3484
|
},
|
|
3486
3485
|
throh: {
|
|
@@ -3653,13 +3652,13 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3653
3652
|
randomBattleLevel: 86,
|
|
3654
3653
|
randomDoubleBattleMoves: ["bodypress", "irondefense", "painsplit", "shadowball", "trickroom", "willowisp"],
|
|
3655
3654
|
randomDoubleBattleLevel: 88,
|
|
3656
|
-
tier: "
|
|
3655
|
+
tier: "PU",
|
|
3657
3656
|
doublesTier: "(DUU)",
|
|
3658
3657
|
},
|
|
3659
3658
|
runerigus: {
|
|
3660
3659
|
randomBattleMoves: ["earthquake", "haze", "poltergeist", "stealthrock", "toxicspikes", "willowisp"],
|
|
3661
3660
|
randomBattleLevel: 84,
|
|
3662
|
-
randomDoubleBattleMoves: ["
|
|
3661
|
+
randomDoubleBattleMoves: ["earthquake", "poltergeist", "protect", "trickroom", "willowisp"],
|
|
3663
3662
|
randomDoubleBattleLevel: 88,
|
|
3664
3663
|
tier: "(PU)",
|
|
3665
3664
|
doublesTier: "(DUU)",
|
|
@@ -3770,7 +3769,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3770
3769
|
randomDoubleBattleMoves: ["auroraveil", "blizzard", "freezedry", "iceshard", "protect"],
|
|
3771
3770
|
randomDoubleBattleLevel: 82,
|
|
3772
3771
|
tier: "(PU)",
|
|
3773
|
-
doublesTier: "DUU",
|
|
3772
|
+
doublesTier: "(DUU)",
|
|
3774
3773
|
},
|
|
3775
3774
|
deerling: {
|
|
3776
3775
|
isNonstandard: "Past",
|
|
@@ -3841,7 +3840,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3841
3840
|
doublesTier: "NFE",
|
|
3842
3841
|
},
|
|
3843
3842
|
ferrothorn: {
|
|
3844
|
-
randomBattleMoves: ["gyroball", "leechseed", "powerwhip", "protect", "spikes", "stealthrock"
|
|
3843
|
+
randomBattleMoves: ["gyroball", "knockoff", "leechseed", "powerwhip", "protect", "spikes", "stealthrock"],
|
|
3845
3844
|
randomBattleLevel: 78,
|
|
3846
3845
|
randomDoubleBattleMoves: ["bodypress", "gyroball", "knockoff", "leechseed", "powerwhip", "protect", "toxic"],
|
|
3847
3846
|
randomDoubleBattleLevel: 83,
|
|
@@ -3907,7 +3906,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3907
3906
|
},
|
|
3908
3907
|
haxorus: {
|
|
3909
3908
|
randomBattleMoves: ["closecombat", "dragondance", "earthquake", "outrage", "poisonjab"],
|
|
3910
|
-
randomBattleLevel:
|
|
3909
|
+
randomBattleLevel: 77,
|
|
3911
3910
|
randomDoubleBattleMoves: ["closecombat", "dragonclaw", "dragondance", "poisonjab", "protect"],
|
|
3912
3911
|
randomDoubleBattleLevel: 84,
|
|
3913
3912
|
tier: "RUBL",
|
|
@@ -3917,7 +3916,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3917
3916
|
tier: "LC",
|
|
3918
3917
|
},
|
|
3919
3918
|
beartic: {
|
|
3920
|
-
randomBattleMoves: ["aquajet", "iciclecrash", "
|
|
3919
|
+
randomBattleMoves: ["aquajet", "iciclecrash", "stoneedge", "superpower", "swordsdance"],
|
|
3921
3920
|
randomBattleLevel: 86,
|
|
3922
3921
|
randomDoubleBattleMoves: ["aquajet", "iciclecrash", "protect", "rockslide", "superpower", "swordsdance", "throatchop"],
|
|
3923
3922
|
randomDoubleBattleLevel: 86,
|
|
@@ -3927,7 +3926,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3927
3926
|
cryogonal: {
|
|
3928
3927
|
randomBattleMoves: ["freezedry", "haze", "rapidspin", "recover", "toxic"],
|
|
3929
3928
|
randomBattleLevel: 86,
|
|
3930
|
-
randomDoubleBattleMoves: ["freezedry", "
|
|
3929
|
+
randomDoubleBattleMoves: ["freezedry", "haze", "icebeam", "icywind", "rapidspin", "recover", "toxic"],
|
|
3931
3930
|
randomDoubleBattleLevel: 88,
|
|
3932
3931
|
tier: "(PU)",
|
|
3933
3932
|
doublesTier: "(DUU)",
|
|
@@ -3968,7 +3967,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
3968
3967
|
randomBattleLevel: 82,
|
|
3969
3968
|
randomDoubleBattleMoves: ["closecombat", "fakeout", "knockoff", "poisonjab", "protect", "uturn"],
|
|
3970
3969
|
randomDoubleBattleLevel: 84,
|
|
3971
|
-
tier: "
|
|
3970
|
+
tier: "UUBL",
|
|
3972
3971
|
doublesTier: "(DUU)",
|
|
3973
3972
|
},
|
|
3974
3973
|
druddigon: {
|
|
@@ -4070,7 +4069,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4070
4069
|
randomDoubleBattleMoves: ["bugbuzz", "gigadrain", "heatwave", "hurricane", "protect", "quiverdance"],
|
|
4071
4070
|
randomDoubleBattleLevel: 80,
|
|
4072
4071
|
tier: "OU",
|
|
4073
|
-
doublesTier: "DUU",
|
|
4072
|
+
doublesTier: "(DUU)",
|
|
4074
4073
|
},
|
|
4075
4074
|
cobalion: {
|
|
4076
4075
|
randomBattleMoves: ["closecombat", "ironhead", "stealthrock", "stoneedge", "swordsdance", "voltswitch"],
|
|
@@ -4122,7 +4121,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4122
4121
|
doublesTier: "(DUU)",
|
|
4123
4122
|
},
|
|
4124
4123
|
thundurustherian: {
|
|
4125
|
-
randomBattleMoves: ["
|
|
4124
|
+
randomBattleMoves: ["focusblast", "grassknot", "nastyplot", "psychic", "thunderbolt", "voltswitch"],
|
|
4126
4125
|
randomBattleLevel: 80,
|
|
4127
4126
|
randomDoubleBattleMoves: ["agility", "focusblast", "grassknot", "nastyplot", "sludgebomb", "thunderbolt", "voltswitch"],
|
|
4128
4127
|
randomDoubleBattleLevel: 82,
|
|
@@ -4167,7 +4166,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4167
4166
|
randomBattleLevel: 80,
|
|
4168
4167
|
randomDoubleBattleMoves: ["dracometeor", "earthpower", "freezedry", "glaciate", "protect", "roost"],
|
|
4169
4168
|
randomDoubleBattleLevel: 78,
|
|
4170
|
-
tier: "
|
|
4169
|
+
tier: "Uber",
|
|
4171
4170
|
doublesTier: "DUU",
|
|
4172
4171
|
},
|
|
4173
4172
|
kyuremblack: {
|
|
@@ -4204,7 +4203,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4204
4203
|
isNonstandard: "Past",
|
|
4205
4204
|
},
|
|
4206
4205
|
genesect: {
|
|
4207
|
-
randomBattleMoves: ["blazekick", "extremespeed", "
|
|
4206
|
+
randomBattleMoves: ["blazekick", "extremespeed", "ironhead", "leechlife", "shiftgear", "thunderbolt", "uturn"],
|
|
4208
4207
|
randomBattleLevel: 74,
|
|
4209
4208
|
randomDoubleBattleMoves: ["blazekick", "ironhead", "leechlife", "protect", "shiftgear", "thunderbolt", "uturn"],
|
|
4210
4209
|
randomDoubleBattleLevel: 78,
|
|
@@ -4277,7 +4276,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4277
4276
|
randomBattleLevel: 80,
|
|
4278
4277
|
randomDoubleBattleMoves: ["bodyslam", "highhorsepower", "knockoff", "protect", "quickattack", "swordsdance", "uturn"],
|
|
4279
4278
|
randomDoubleBattleLevel: 86,
|
|
4280
|
-
tier: "
|
|
4279
|
+
tier: "RUBL",
|
|
4281
4280
|
doublesTier: "(DUU)",
|
|
4282
4281
|
},
|
|
4283
4282
|
fletchling: {
|
|
@@ -4348,7 +4347,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4348
4347
|
tier: "LC",
|
|
4349
4348
|
},
|
|
4350
4349
|
pangoro: {
|
|
4351
|
-
randomBattleMoves: ["closecombat", "
|
|
4350
|
+
randomBattleMoves: ["closecombat", "gunkshot", "icepunch", "knockoff", "partingshot"],
|
|
4352
4351
|
randomBattleLevel: 84,
|
|
4353
4352
|
randomDoubleBattleMoves: ["bulletpunch", "closecombat", "drainpunch", "gunkshot", "icepunch", "knockoff", "protect"],
|
|
4354
4353
|
randomDoubleBattleLevel: 88,
|
|
@@ -4419,7 +4418,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4419
4418
|
randomBattleMoves: ["bellydrum", "drainpunch", "facade", "playrough"],
|
|
4420
4419
|
randomBattleLevel: 80,
|
|
4421
4420
|
randomDoubleBattleMoves: ["faketears", "flamethrower", "helpinghand", "playrough", "stickyweb"],
|
|
4422
|
-
randomDoubleBattleLevel:
|
|
4421
|
+
randomDoubleBattleLevel: 86,
|
|
4423
4422
|
tier: "NUBL",
|
|
4424
4423
|
doublesTier: "(DUU)",
|
|
4425
4424
|
},
|
|
@@ -4544,7 +4543,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4544
4543
|
randomDoubleBattleMoves: ["dazzlinggleam", "foulplay", "spikes", "thunderwave"],
|
|
4545
4544
|
randomDoubleBattleLevel: 84,
|
|
4546
4545
|
tier: "RU",
|
|
4547
|
-
doublesTier: "
|
|
4546
|
+
doublesTier: "DUU",
|
|
4548
4547
|
},
|
|
4549
4548
|
phantump: {
|
|
4550
4549
|
tier: "LC",
|
|
@@ -4636,7 +4635,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4636
4635
|
tier: "Illegal",
|
|
4637
4636
|
},
|
|
4638
4637
|
yveltal: {
|
|
4639
|
-
randomBattleMoves: ["defog", "heatwave", "knockoff", "oblivionwing", "roost", "suckerpunch", "
|
|
4638
|
+
randomBattleMoves: ["darkpulse", "defog", "heatwave", "knockoff", "oblivionwing", "roost", "suckerpunch", "taunt"],
|
|
4640
4639
|
randomBattleLevel: 69,
|
|
4641
4640
|
randomDoubleBattleMoves: ["darkpulse", "heatwave", "knockoff", "oblivionwing", "roost", "suckerpunch", "tailwind", "uturn"],
|
|
4642
4641
|
randomDoubleBattleLevel: 71,
|
|
@@ -4655,7 +4654,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4655
4654
|
randomBattleMoves: ["coil", "extremespeed", "irontail", "outrage", "thousandarrows"],
|
|
4656
4655
|
randomBattleLevel: 82,
|
|
4657
4656
|
randomDoubleBattleMoves: ["dragondance", "extremespeed", "irontail", "protect", "rockslide", "thousandarrows"],
|
|
4658
|
-
randomDoubleBattleLevel:
|
|
4657
|
+
randomDoubleBattleLevel: 77,
|
|
4659
4658
|
tier: "UU",
|
|
4660
4659
|
doublesTier: "(DUU)",
|
|
4661
4660
|
},
|
|
@@ -4698,7 +4697,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4698
4697
|
tier: "NFE",
|
|
4699
4698
|
},
|
|
4700
4699
|
decidueye: {
|
|
4701
|
-
randomBattleMoves: ["bravebird", "leafblade", "
|
|
4700
|
+
randomBattleMoves: ["bravebird", "leafblade", "poltergeist", "roost", "shadowsneak", "swordsdance"],
|
|
4702
4701
|
randomBattleLevel: 86,
|
|
4703
4702
|
randomDoubleBattleMoves: ["bravebird", "leafblade", "protect", "shadowsneak", "spiritshackle", "swordsdance"],
|
|
4704
4703
|
randomDoubleBattleLevel: 88,
|
|
@@ -4881,7 +4880,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4881
4880
|
tier: "LC",
|
|
4882
4881
|
},
|
|
4883
4882
|
araquanid: {
|
|
4884
|
-
randomBattleMoves: ["
|
|
4883
|
+
randomBattleMoves: ["leechlife", "liquidation", "mirrorcoat", "stickyweb", "toxic"],
|
|
4885
4884
|
randomBattleLevel: 80,
|
|
4886
4885
|
randomDoubleBattleMoves: ["leechlife", "liquidation", "lunge", "protect", "stickyweb", "wideguard"],
|
|
4887
4886
|
randomDoubleBattleLevel: 84,
|
|
@@ -4955,7 +4954,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4955
4954
|
randomBattleLevel: 84,
|
|
4956
4955
|
randomDoubleBattleMoves: ["highjumpkick", "knockoff", "playrough", "powerwhip", "rapidspin", "tripleaxel", "uturn"],
|
|
4957
4956
|
randomDoubleBattleLevel: 88,
|
|
4958
|
-
tier: "
|
|
4957
|
+
tier: "NU",
|
|
4959
4958
|
doublesTier: "DOU",
|
|
4960
4959
|
},
|
|
4961
4960
|
comfey: {
|
|
@@ -4964,7 +4963,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
4964
4963
|
randomDoubleBattleMoves: ["defog", "drainingkiss", "floralhealing", "gigadrain", "helpinghand", "protect"],
|
|
4965
4964
|
randomDoubleBattleLevel: 89,
|
|
4966
4965
|
tier: "NU",
|
|
4967
|
-
doublesTier: "
|
|
4966
|
+
doublesTier: "DUU",
|
|
4968
4967
|
},
|
|
4969
4968
|
oranguru: {
|
|
4970
4969
|
randomBattleMoves: ["focusblast", "nastyplot", "psychic", "thunderbolt", "trickroom"],
|
|
@@ -5111,7 +5110,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5111
5110
|
randomBattleLevel: 84,
|
|
5112
5111
|
randomDoubleBattleMoves: ["multiattack", "rockslide", "swordsdance", "tailwind"],
|
|
5113
5112
|
randomDoubleBattleLevel: 89,
|
|
5114
|
-
tier: "
|
|
5113
|
+
tier: "NU",
|
|
5115
5114
|
doublesTier: "(DUU)",
|
|
5116
5115
|
},
|
|
5117
5116
|
silvallyice: {
|
|
@@ -5307,7 +5306,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5307
5306
|
randomDoubleBattleMoves: ["grassknot", "meteorbeam", "protect", "sludgebomb", "thunderbolt"],
|
|
5308
5307
|
randomDoubleBattleLevel: 81,
|
|
5309
5308
|
tier: "UU",
|
|
5310
|
-
doublesTier: "
|
|
5309
|
+
doublesTier: "DUU",
|
|
5311
5310
|
},
|
|
5312
5311
|
buzzwole: {
|
|
5313
5312
|
randomBattleMoves: ["closecombat", "darkestlariat", "dualwingbeat", "ironhead", "leechlife", "stoneedge"],
|
|
@@ -5332,7 +5331,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5332
5331
|
randomDoubleBattleMoves: ["dazzlinggleam", "energyball", "thunderbolt", "voltswitch"],
|
|
5333
5332
|
randomDoubleBattleLevel: 79,
|
|
5334
5333
|
tier: "RU",
|
|
5335
|
-
doublesTier: "
|
|
5334
|
+
doublesTier: "DUU",
|
|
5336
5335
|
},
|
|
5337
5336
|
celesteela: {
|
|
5338
5337
|
randomBattleMoves: ["airslash", "earthquake", "fireblast", "flashcannon", "leechseed", "protect"],
|
|
@@ -5341,7 +5340,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5341
5340
|
randomDoubleBattleLevel: 78,
|
|
5342
5341
|
randomBattleNoDynamaxMoves: ["airslash", "earthquake", "fireblast", "heavyslam", "leechseed", "protect"],
|
|
5343
5342
|
tier: "UU",
|
|
5344
|
-
doublesTier: "
|
|
5343
|
+
doublesTier: "DOU",
|
|
5345
5344
|
},
|
|
5346
5345
|
kartana: {
|
|
5347
5346
|
randomBattleMoves: ["knockoff", "leafblade", "sacredsword", "smartstrike", "swordsdance"],
|
|
@@ -5389,7 +5388,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5389
5388
|
},
|
|
5390
5389
|
magearna: {
|
|
5391
5390
|
randomBattleMoves: ["agility", "calmmind", "flashcannon", "fleurcannon"],
|
|
5392
|
-
randomBattleLevel:
|
|
5391
|
+
randomBattleLevel: 75,
|
|
5393
5392
|
randomDoubleBattleMoves: ["agility", "aurasphere", "dazzlinggleam", "flashcannon", "fleurcannon", "protect", "trick"],
|
|
5394
5393
|
randomDoubleBattleLevel: 72,
|
|
5395
5394
|
tier: "Uber",
|
|
@@ -5452,7 +5451,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5452
5451
|
doublesTier: "(DUU)",
|
|
5453
5452
|
},
|
|
5454
5453
|
melmetal: {
|
|
5455
|
-
randomBattleMoves: ["doubleironbash", "earthquake", "
|
|
5454
|
+
randomBattleMoves: ["doubleironbash", "earthquake", "superpower", "thunderpunch", "thunderwave"],
|
|
5456
5455
|
randomBattleLevel: 74,
|
|
5457
5456
|
randomDoubleBattleMoves: ["acidarmor", "bodypress", "doubleironbash", "protect", "thunderpunch", "thunderwave"],
|
|
5458
5457
|
randomDoubleBattleLevel: 76,
|
|
@@ -5501,7 +5500,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5501
5500
|
},
|
|
5502
5501
|
cinderacegmax: {
|
|
5503
5502
|
randomBattleLevel: 74,
|
|
5504
|
-
randomBattleMoves: ["bulkup", "
|
|
5503
|
+
randomBattleMoves: ["bulkup", "highjumpkick", "pyroball", "suckerpunch"],
|
|
5505
5504
|
isNonstandard: "Gigantamax",
|
|
5506
5505
|
tier: "AG",
|
|
5507
5506
|
doublesTier: "(DUber)",
|
|
@@ -5651,7 +5650,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5651
5650
|
},
|
|
5652
5651
|
coalossalgmax: {
|
|
5653
5652
|
randomBattleMoves: ["overheat", "rapidspin", "spikes", "stealthrock", "stoneedge", "willowisp"],
|
|
5654
|
-
randomBattleLevel:
|
|
5653
|
+
randomBattleLevel: 87,
|
|
5655
5654
|
randomDoubleBattleMoves: ["fireblast", "incinerate", "protect", "stealthrock", "stoneedge", "willowisp"],
|
|
5656
5655
|
randomDoubleBattleLevel: 85,
|
|
5657
5656
|
isNonstandard: "Gigantamax",
|
|
@@ -5693,7 +5692,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5693
5692
|
tier: "LC",
|
|
5694
5693
|
},
|
|
5695
5694
|
sandaconda: {
|
|
5696
|
-
randomBattleMoves: ["coil", "earthquake", "glare", "
|
|
5695
|
+
randomBattleMoves: ["coil", "earthquake", "glare", "rest", "stealthrock", "stoneedge"],
|
|
5697
5696
|
randomBattleLevel: 84,
|
|
5698
5697
|
tier: "PU",
|
|
5699
5698
|
doublesTier: "(DUU)",
|
|
@@ -5760,13 +5759,13 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5760
5759
|
randomBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip"],
|
|
5761
5760
|
randomBattleLevel: 84,
|
|
5762
5761
|
randomDoubleBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip", "protect"],
|
|
5763
|
-
randomDoubleBattleLevel:
|
|
5762
|
+
randomDoubleBattleLevel: 89,
|
|
5764
5763
|
tier: "(PU)",
|
|
5765
5764
|
doublesTier: "(DUU)",
|
|
5766
5765
|
},
|
|
5767
5766
|
centiskorchgmax: {
|
|
5768
5767
|
randomDoubleBattleMoves: ["coil", "firelash", "knockoff", "leechlife", "powerwhip", "protect"],
|
|
5769
|
-
randomDoubleBattleLevel:
|
|
5768
|
+
randomDoubleBattleLevel: 89,
|
|
5770
5769
|
isNonstandard: "Gigantamax",
|
|
5771
5770
|
tier: "AG",
|
|
5772
5771
|
doublesTier: "(DUber)",
|
|
@@ -5905,7 +5904,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5905
5904
|
randomBattleLevel: 84,
|
|
5906
5905
|
randomDoubleBattleMoves: ["expandingforce", "followme", "healpulse", "helpinghand", "protect"],
|
|
5907
5906
|
randomDoubleBattleLevel: 80,
|
|
5908
|
-
tier: "
|
|
5907
|
+
tier: "NU",
|
|
5909
5908
|
doublesTier: "DOU",
|
|
5910
5909
|
},
|
|
5911
5910
|
morpeko: {
|
|
@@ -5949,7 +5948,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
5949
5948
|
randomDoubleBattleMoves: ["blizzard", "boltbeak", "iciclecrash", "lowkick", "protect"],
|
|
5950
5949
|
randomDoubleBattleLevel: 88,
|
|
5951
5950
|
tier: "UUBL",
|
|
5952
|
-
doublesTier: "
|
|
5951
|
+
doublesTier: "DUU",
|
|
5953
5952
|
},
|
|
5954
5953
|
dracovish: {
|
|
5955
5954
|
randomBattleMoves: ["crunch", "fishiousrend", "icefang", "lowkick", "psychicfangs"],
|
|
@@ -6012,14 +6011,14 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6012
6011
|
},
|
|
6013
6012
|
zamazenta: {
|
|
6014
6013
|
randomBattleMoves: ["closecombat", "crunch", "psychicfangs", "wildcharge"],
|
|
6015
|
-
randomBattleLevel:
|
|
6014
|
+
randomBattleLevel: 73,
|
|
6016
6015
|
randomDoubleBattleMoves: ["closecombat", "crunch", "playrough", "protect", "psychicfangs"],
|
|
6017
6016
|
randomDoubleBattleLevel: 74,
|
|
6018
6017
|
tier: "Uber",
|
|
6019
6018
|
doublesTier: "DUber",
|
|
6020
6019
|
},
|
|
6021
6020
|
zamazentacrowned: {
|
|
6022
|
-
randomBattleMoves: ["behemothbash", "closecombat", "crunch", "
|
|
6021
|
+
randomBattleMoves: ["behemothbash", "closecombat", "crunch", "howl", "psychicfangs"],
|
|
6023
6022
|
randomBattleLevel: 71,
|
|
6024
6023
|
randomDoubleBattleMoves: ["behemothbash", "closecombat", "crunch", "howl", "protect", "psychicfangs"],
|
|
6025
6024
|
randomDoubleBattleLevel: 72,
|
|
@@ -6065,7 +6064,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6065
6064
|
doublesTier: "(DUber)",
|
|
6066
6065
|
},
|
|
6067
6066
|
urshifurapidstrikegmax: {
|
|
6068
|
-
randomBattleMoves: ["bulkup", "closecombat", "
|
|
6067
|
+
randomBattleMoves: ["bulkup", "closecombat", "icepunch", "surgingstrikes", "uturn"],
|
|
6069
6068
|
randomBattleLevel: 78,
|
|
6070
6069
|
isNonstandard: "Gigantamax",
|
|
6071
6070
|
tier: "AG",
|
|
@@ -6091,23 +6090,23 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6091
6090
|
randomDoubleBattleMoves: ["electroweb", "extremespeed", "protect", "thundercage", "voltswitch"],
|
|
6092
6091
|
randomDoubleBattleLevel: 82,
|
|
6093
6092
|
randomBattleNoDynamaxMoves: ["explosion", "rapidspin", "thunderbolt", "voltswitch"],
|
|
6094
|
-
tier: "
|
|
6093
|
+
tier: "OU",
|
|
6095
6094
|
doublesTier: "DOU",
|
|
6096
6095
|
},
|
|
6097
6096
|
regidrago: {
|
|
6098
|
-
randomBattleMoves: ["dracometeor", "dragondance", "
|
|
6097
|
+
randomBattleMoves: ["dracometeor", "dragondance", "firefang", "hammerarm", "outrage"],
|
|
6099
6098
|
randomBattleLevel: 78,
|
|
6100
6099
|
randomDoubleBattleMoves: ["crunch", "dragonclaw", "dragonenergy", "firefang"],
|
|
6101
6100
|
randomDoubleBattleLevel: 78,
|
|
6102
6101
|
tier: "NUBL",
|
|
6103
|
-
doublesTier: "DUU",
|
|
6102
|
+
doublesTier: "(DUU)",
|
|
6104
6103
|
},
|
|
6105
6104
|
glastrier: {
|
|
6106
6105
|
randomBattleMoves: ["closecombat", "highhorsepower", "iciclecrash", "swordsdance"],
|
|
6107
6106
|
randomBattleLevel: 82,
|
|
6108
6107
|
randomDoubleBattleMoves: ["closecombat", "highhorsepower", "iciclecrash", "protect"],
|
|
6109
6108
|
randomDoubleBattleLevel: 82,
|
|
6110
|
-
tier: "
|
|
6109
|
+
tier: "PU",
|
|
6111
6110
|
doublesTier: "(DUU)",
|
|
6112
6111
|
},
|
|
6113
6112
|
spectrier: {
|
|
@@ -6119,15 +6118,15 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
|
|
|
6119
6118
|
doublesTier: "DUU",
|
|
6120
6119
|
},
|
|
6121
6120
|
calyrex: {
|
|
6122
|
-
randomBattleMoves: ["calmmind", "gigadrain", "
|
|
6121
|
+
randomBattleMoves: ["calmmind", "gigadrain", "leechseed", "psyshock", "substitute"],
|
|
6123
6122
|
randomBattleLevel: 88,
|
|
6124
|
-
randomDoubleBattleMoves: ["
|
|
6123
|
+
randomDoubleBattleMoves: ["helpinghand", "leafstorm", "pollenpuff", "protect"],
|
|
6125
6124
|
randomDoubleBattleLevel: 94,
|
|
6126
6125
|
tier: "(PU)",
|
|
6127
6126
|
doublesTier: "(DUU)",
|
|
6128
6127
|
},
|
|
6129
6128
|
calyrexice: {
|
|
6130
|
-
randomBattleMoves: ["closecombat", "glaciallance", "highhorsepower", "trickroom"
|
|
6129
|
+
randomBattleMoves: ["agility", "closecombat", "glaciallance", "highhorsepower", "trickroom"],
|
|
6131
6130
|
randomBattleLevel: 72,
|
|
6132
6131
|
randomDoubleBattleMoves: ["closecombat", "glaciallance", "highhorsepower", "swordsdance", "trickroom"],
|
|
6133
6132
|
randomDoubleBattleLevel: 72,
|