@pkmn/sim 0.7.10 → 0.7.11
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/cjs/config/formats.js +12 -6
- package/build/cjs/config/formats.js.map +1 -1
- package/build/cjs/data/aliases.js +4 -4
- package/build/cjs/data/conditions.js +3 -2
- package/build/cjs/data/conditions.js.map +1 -1
- package/build/cjs/data/formats-data.js +1 -1
- package/build/cjs/data/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen3/formats-data.js +2 -2
- package/build/cjs/data/mods/gen3/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen4/moves.js +12 -0
- package/build/cjs/data/mods/gen4/moves.js.map +1 -1
- package/build/cjs/data/mods/gen7/formats-data.js +38 -38
- package/build/cjs/data/mods/gen7/formats-data.js.map +1 -1
- package/build/cjs/data/mods/gen7/pokedex.js +5 -0
- package/build/cjs/data/mods/gen7/pokedex.js.map +1 -1
- package/build/cjs/data/mods/gen8/pokedex.js +3 -0
- package/build/cjs/data/mods/gen8/pokedex.js.map +1 -1
- package/build/cjs/data/pokedex.js +4 -5
- package/build/cjs/data/pokedex.js.map +1 -1
- package/build/esm/config/formats.mjs +12 -6
- package/build/esm/config/formats.mjs.map +1 -1
- package/build/esm/data/aliases.mjs +4 -4
- package/build/esm/data/conditions.mjs +3 -2
- package/build/esm/data/conditions.mjs.map +1 -1
- package/build/esm/data/formats-data.mjs +1 -1
- package/build/esm/data/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen3/formats-data.mjs +2 -2
- package/build/esm/data/mods/gen3/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen4/moves.mjs +12 -0
- package/build/esm/data/mods/gen4/moves.mjs.map +1 -1
- package/build/esm/data/mods/gen7/formats-data.mjs +38 -38
- package/build/esm/data/mods/gen7/formats-data.mjs.map +1 -1
- package/build/esm/data/mods/gen7/pokedex.mjs +5 -0
- package/build/esm/data/mods/gen7/pokedex.mjs.map +1 -1
- package/build/esm/data/mods/gen8/pokedex.mjs +3 -0
- package/build/esm/data/mods/gen8/pokedex.mjs.map +1 -1
- package/build/esm/data/pokedex.mjs +4 -5
- package/build/esm/data/pokedex.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -6,7 +6,7 @@ export const FormatsData = {
|
|
|
6
6
|
tier: "NFE",
|
|
7
7
|
},
|
|
8
8
|
venusaur: {
|
|
9
|
-
randomBattleMoves: ["
|
|
9
|
+
randomBattleMoves: ["gigadrain", "leechseed", "sleeppowder", "sludgebomb", "substitute"],
|
|
10
10
|
randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerice", "powerwhip", "protect", "sleeppowder", "sludgebomb"],
|
|
11
11
|
tier: "RU",
|
|
12
12
|
doublesTier: "(DUU)",
|
|
@@ -151,7 +151,7 @@ export const FormatsData = {
|
|
|
151
151
|
tier: "LC",
|
|
152
152
|
},
|
|
153
153
|
pikachu: {
|
|
154
|
-
randomBattleMoves: ["grassknot", "hiddenpowerice", "irontail", "knockoff", "voltswitch", "volttackle"],
|
|
154
|
+
randomBattleMoves: ["extremespeed", "grassknot", "hiddenpowerice", "irontail", "knockoff", "voltswitch", "volttackle"],
|
|
155
155
|
randomDoubleBattleMoves: ["encore", "fakeout", "grassknot", "hiddenpowerice", "knockoff", "protect", "voltswitch", "volttackle"],
|
|
156
156
|
tier: "NFE",
|
|
157
157
|
},
|
|
@@ -360,7 +360,7 @@ export const FormatsData = {
|
|
|
360
360
|
doublesTier: "(DUU)",
|
|
361
361
|
},
|
|
362
362
|
persianalola: {
|
|
363
|
-
randomBattleMoves: ["darkpulse", "
|
|
363
|
+
randomBattleMoves: ["darkpulse", "hypnosis", "nastyplot", "powergem", "thunderbolt"],
|
|
364
364
|
randomDoubleBattleMoves: ["fakeout", "foulplay", "hiddenpowerfighting", "icywind", "partingshot", "protect", "snarl"],
|
|
365
365
|
tier: "PU",
|
|
366
366
|
doublesTier: "(DUU)",
|
|
@@ -387,7 +387,7 @@ export const FormatsData = {
|
|
|
387
387
|
tier: "LC",
|
|
388
388
|
},
|
|
389
389
|
arcanine: {
|
|
390
|
-
randomBattleMoves: ["closecombat", "
|
|
390
|
+
randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "roar", "toxic", "wildcharge", "willowisp"],
|
|
391
391
|
randomDoubleBattleMoves: ["closecombat", "extremespeed", "flareblitz", "protect", "snarl", "wildcharge", "willowisp"],
|
|
392
392
|
tier: "RU",
|
|
393
393
|
doublesTier: "DUU",
|
|
@@ -417,7 +417,7 @@ export const FormatsData = {
|
|
|
417
417
|
tier: "NFE",
|
|
418
418
|
},
|
|
419
419
|
alakazam: {
|
|
420
|
-
randomBattleMoves: ["focusblast", "hiddenpowerfire", "
|
|
420
|
+
randomBattleMoves: ["focusblast", "hiddenpowerfire", "psychic", "psyshock", "shadowball"],
|
|
421
421
|
randomDoubleBattleMoves: ["dazzlinggleam", "encore", "focusblast", "protect", "psychic", "shadowball"],
|
|
422
422
|
tier: "UUBL",
|
|
423
423
|
doublesTier: "(DUU)",
|
|
@@ -635,7 +635,7 @@ export const FormatsData = {
|
|
|
635
635
|
tier: "LC",
|
|
636
636
|
},
|
|
637
637
|
electrode: {
|
|
638
|
-
randomBattleMoves: ["foulplay", "hiddenpowergrass", "signalbeam", "taunt", "thunderbolt", "voltswitch"],
|
|
638
|
+
randomBattleMoves: ["foulplay", "hiddenpowergrass", "hiddenpowerice", "signalbeam", "taunt", "thunderbolt", "voltswitch"],
|
|
639
639
|
randomDoubleBattleMoves: ["foulplay", "protect", "taunt", "thunderbolt", "thunderwave", "voltswitch"],
|
|
640
640
|
tier: "(PU)",
|
|
641
641
|
doublesTier: "(DUU)",
|
|
@@ -717,12 +717,12 @@ export const FormatsData = {
|
|
|
717
717
|
tier: "LC",
|
|
718
718
|
},
|
|
719
719
|
rhydon: {
|
|
720
|
-
randomBattleMoves: ["earthquake", "megahorn", "
|
|
720
|
+
randomBattleMoves: ["earthquake", "megahorn", "stealthrock", "stoneedge", "toxic"],
|
|
721
721
|
tier: "NU",
|
|
722
722
|
doublesTier: "NFE",
|
|
723
723
|
},
|
|
724
724
|
rhyperior: {
|
|
725
|
-
randomBattleMoves: ["dragontail", "earthquake", "icepunch", "megahorn", "
|
|
725
|
+
randomBattleMoves: ["dragontail", "earthquake", "icepunch", "megahorn", "rockpolish", "stoneedge"],
|
|
726
726
|
randomDoubleBattleMoves: ["earthquake", "icepunch", "megahorn", "protect", "rockslide", "stealthrock", "stoneedge"],
|
|
727
727
|
tier: "RU",
|
|
728
728
|
doublesTier: "(DUU)",
|
|
@@ -737,7 +737,7 @@ export const FormatsData = {
|
|
|
737
737
|
doublesTier: "NFE",
|
|
738
738
|
},
|
|
739
739
|
blissey: {
|
|
740
|
-
randomBattleMoves: ["
|
|
740
|
+
randomBattleMoves: ["healbell", "seismictoss", "softboiled", "stealthrock", "toxic"],
|
|
741
741
|
randomDoubleBattleMoves: ["helpinghand", "protect", "seismictoss", "softboiled", "thunderwave", "toxic"],
|
|
742
742
|
tier: "UU",
|
|
743
743
|
doublesTier: "(DUU)",
|
|
@@ -780,7 +780,7 @@ export const FormatsData = {
|
|
|
780
780
|
tier: "LC",
|
|
781
781
|
},
|
|
782
782
|
seaking: {
|
|
783
|
-
randomBattleMoves: ["drillrun", "icebeam", "knockoff", "megahorn", "
|
|
783
|
+
randomBattleMoves: ["drillrun", "icebeam", "knockoff", "megahorn", "raindance", "waterfall"],
|
|
784
784
|
randomDoubleBattleMoves: ["drillrun", "icywind", "knockoff", "megahorn", "protect", "waterfall"],
|
|
785
785
|
tier: "(PU)",
|
|
786
786
|
doublesTier: "(DUU)",
|
|
@@ -888,7 +888,7 @@ export const FormatsData = {
|
|
|
888
888
|
doublesTier: "DUU",
|
|
889
889
|
},
|
|
890
890
|
lapras: {
|
|
891
|
-
randomBattleMoves: ["healbell", "hydropump", "icebeam", "
|
|
891
|
+
randomBattleMoves: ["freezedry", "healbell", "hydropump", "icebeam", "protect", "thunderbolt", "toxic"],
|
|
892
892
|
randomDoubleBattleMoves: ["freezedry", "helpinghand", "hydropump", "iceshard", "icywind", "protect"],
|
|
893
893
|
tier: "(PU)",
|
|
894
894
|
doublesTier: "(DUU)",
|
|
@@ -962,7 +962,7 @@ export const FormatsData = {
|
|
|
962
962
|
tier: "LC",
|
|
963
963
|
},
|
|
964
964
|
omastar: {
|
|
965
|
-
randomBattleMoves: ["earthpower", "hydropump", "icebeam", "
|
|
965
|
+
randomBattleMoves: ["earthpower", "hydropump", "icebeam", "shellsmash", "spikes", "stealthrock"],
|
|
966
966
|
randomDoubleBattleMoves: ["earthpower", "hiddenpowerelectric", "hydropump", "icebeam", "muddywater", "protect", "shellsmash"],
|
|
967
967
|
tier: "PU",
|
|
968
968
|
doublesTier: "(DUU)",
|
|
@@ -1148,7 +1148,7 @@ export const FormatsData = {
|
|
|
1148
1148
|
tier: "LC",
|
|
1149
1149
|
},
|
|
1150
1150
|
xatu: {
|
|
1151
|
-
randomBattleMoves: ["calmmind", "heatwave", "psychic", "
|
|
1151
|
+
randomBattleMoves: ["calmmind", "heatwave", "psychic", "roost", "thunderwave", "toxic", "uturn"],
|
|
1152
1152
|
randomDoubleBattleMoves: ["heatwave", "protect", "psychic", "roost", "tailwind", "thunderwave", "uturn"],
|
|
1153
1153
|
tier: "NU",
|
|
1154
1154
|
doublesTier: "(DUU)",
|
|
@@ -1456,7 +1456,7 @@ export const FormatsData = {
|
|
|
1456
1456
|
doublesTier: "(DUU)",
|
|
1457
1457
|
},
|
|
1458
1458
|
raikou: {
|
|
1459
|
-
randomBattleMoves: ["aurasphere", "calmmind", "
|
|
1459
|
+
randomBattleMoves: ["aurasphere", "calmmind", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
|
|
1460
1460
|
randomDoubleBattleMoves: ["calmmind", "hiddenpowerice", "protect", "snarl", "thunderbolt"],
|
|
1461
1461
|
tier: "RU",
|
|
1462
1462
|
doublesTier: "(DUU)",
|
|
@@ -1516,7 +1516,7 @@ export const FormatsData = {
|
|
|
1516
1516
|
tier: "NFE",
|
|
1517
1517
|
},
|
|
1518
1518
|
sceptile: {
|
|
1519
|
-
randomBattleMoves: ["focusblast", "gigadrain", "
|
|
1519
|
+
randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "leechseed", "substitute"],
|
|
1520
1520
|
randomDoubleBattleMoves: ["energyball", "focusblast", "hiddenpowerfire", "hiddenpowerice", "protect"],
|
|
1521
1521
|
tier: "NU",
|
|
1522
1522
|
doublesTier: "(DUU)",
|
|
@@ -1787,13 +1787,13 @@ export const FormatsData = {
|
|
|
1787
1787
|
tier: "NFE",
|
|
1788
1788
|
},
|
|
1789
1789
|
aggron: {
|
|
1790
|
-
randomBattleMoves: ["aquatail", "autotomize", "earthquake", "headsmash", "heavyslam", "
|
|
1790
|
+
randomBattleMoves: ["aquatail", "autotomize", "earthquake", "headsmash", "heavyslam", "stealthrock"],
|
|
1791
1791
|
randomDoubleBattleMoves: ["headsmash", "heavyslam", "protect", "stealthrock", "stompingtantrum"],
|
|
1792
1792
|
tier: "PU",
|
|
1793
1793
|
doublesTier: "(DUU)",
|
|
1794
1794
|
},
|
|
1795
1795
|
aggronmega: {
|
|
1796
|
-
randomBattleMoves: ["earthquake", "heavyslam", "roar", "
|
|
1796
|
+
randomBattleMoves: ["earthquake", "heavyslam", "roar", "stealthrock", "stoneedge", "thunderwave", "toxic"],
|
|
1797
1797
|
randomDoubleBattleMoves: ["heavyslam", "protect", "rockslide", "stealthrock", "stompingtantrum", "toxic"],
|
|
1798
1798
|
tier: "UU",
|
|
1799
1799
|
doublesTier: "(DUU)",
|
|
@@ -1983,7 +1983,7 @@ export const FormatsData = {
|
|
|
1983
1983
|
doublesTier: "(DUU)",
|
|
1984
1984
|
},
|
|
1985
1985
|
lunatone: {
|
|
1986
|
-
randomBattleMoves: ["earthpower", "icebeam", "moonlight", "powergem", "psychic", "rockpolish", "stealthrock", "toxic"],
|
|
1986
|
+
randomBattleMoves: ["earthpower", "icebeam", "moonblast", "moonlight", "powergem", "psychic", "rockpolish", "stealthrock", "toxic"],
|
|
1987
1987
|
randomDoubleBattleMoves: ["earthpower", "helpinghand", "powergem", "protect", "psychic", "trickroom"],
|
|
1988
1988
|
tier: "(PU)",
|
|
1989
1989
|
doublesTier: "(DUU)",
|
|
@@ -2043,7 +2043,7 @@ export const FormatsData = {
|
|
|
2043
2043
|
tier: "LC",
|
|
2044
2044
|
},
|
|
2045
2045
|
milotic: {
|
|
2046
|
-
randomBattleMoves: ["dragontail", "icebeam", "recover", "
|
|
2046
|
+
randomBattleMoves: ["dragontail", "icebeam", "recover", "scald", "toxic"],
|
|
2047
2047
|
randomDoubleBattleMoves: ["hypnosis", "icywind", "protect", "recover", "scald"],
|
|
2048
2048
|
tier: "RU",
|
|
2049
2049
|
doublesTier: "DOU",
|
|
@@ -2266,7 +2266,7 @@ export const FormatsData = {
|
|
|
2266
2266
|
doublesTier: "DUber",
|
|
2267
2267
|
},
|
|
2268
2268
|
kyogreprimal: {
|
|
2269
|
-
randomBattleMoves: ["calmmind", "icebeam", "originpulse", "rest", "scald", "sleeptalk", "thunder"
|
|
2269
|
+
randomBattleMoves: ["calmmind", "icebeam", "originpulse", "rest", "scald", "sleeptalk", "thunder"],
|
|
2270
2270
|
randomDoubleBattleMoves: ["calmmind", "icebeam", "originpulse", "protect", "thunder"],
|
|
2271
2271
|
tier: "Uber",
|
|
2272
2272
|
doublesTier: "DUber",
|
|
@@ -2343,7 +2343,7 @@ export const FormatsData = {
|
|
|
2343
2343
|
tier: "NFE",
|
|
2344
2344
|
},
|
|
2345
2345
|
infernape: {
|
|
2346
|
-
randomBattleMoves: ["closecombat", "fireblast", "flareblitz", "focusblast", "grassknot", "nastyplot", "stealthrock", "stoneedge", "uturn", "vacuumwave"],
|
|
2346
|
+
randomBattleMoves: ["closecombat", "fireblast", "flareblitz", "focusblast", "grassknot", "nastyplot", "stealthrock", "stoneedge", "swordsdance", "uturn", "vacuumwave"],
|
|
2347
2347
|
randomDoubleBattleMoves: ["closecombat", "fakeout", "feint", "flareblitz", "grassknot", "heatwave", "protect", "stoneedge", "taunt", "uturn"],
|
|
2348
2348
|
tier: "UU",
|
|
2349
2349
|
doublesTier: "(DUU)",
|
|
@@ -2601,7 +2601,7 @@ export const FormatsData = {
|
|
|
2601
2601
|
tier: "LC",
|
|
2602
2602
|
},
|
|
2603
2603
|
drapion: {
|
|
2604
|
-
randomBattleMoves: ["aquatail", "earthquake", "knockoff", "poisonjab", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
|
|
2604
|
+
randomBattleMoves: ["aquatail", "earthquake", "knockoff", "poisonjab", "pursuit", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
|
|
2605
2605
|
randomDoubleBattleMoves: ["aquatail", "knockoff", "poisonjab", "protect", "snarl", "swordsdance", "taunt"],
|
|
2606
2606
|
tier: "RU",
|
|
2607
2607
|
doublesTier: "(DUU)",
|
|
@@ -2724,7 +2724,7 @@ export const FormatsData = {
|
|
|
2724
2724
|
doublesTier: "(DUU)",
|
|
2725
2725
|
},
|
|
2726
2726
|
giratina: {
|
|
2727
|
-
randomBattleMoves: ["calmmind", "
|
|
2727
|
+
randomBattleMoves: ["calmmind", "dragonpulse", "rest", "roar", "shadowball", "sleeptalk", "willowisp"],
|
|
2728
2728
|
randomDoubleBattleMoves: ["calmmind", "dragonpulse", "dragontail", "protect", "shadowball", "tailwind", "willowisp"],
|
|
2729
2729
|
tier: "Uber",
|
|
2730
2730
|
doublesTier: "DUber",
|
|
@@ -2979,7 +2979,7 @@ export const FormatsData = {
|
|
|
2979
2979
|
tier: "NFE",
|
|
2980
2980
|
},
|
|
2981
2981
|
gigalith: {
|
|
2982
|
-
randomBattleMoves: ["earthquake", "explosion", "
|
|
2982
|
+
randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "superpower"],
|
|
2983
2983
|
randomDoubleBattleMoves: ["protect", "rockslide", "stealthrock", "stompingtantrum", "stoneedge", "superpower", "wideguard"],
|
|
2984
2984
|
tier: "RU",
|
|
2985
2985
|
doublesTier: "(DUU)",
|
|
@@ -3136,7 +3136,7 @@ export const FormatsData = {
|
|
|
3136
3136
|
tier: "LC",
|
|
3137
3137
|
},
|
|
3138
3138
|
crustle: {
|
|
3139
|
-
randomBattleMoves: ["earthquake", "
|
|
3139
|
+
randomBattleMoves: ["earthquake", "shellsmash", "spikes", "stealthrock", "stoneedge", "xscissor"],
|
|
3140
3140
|
randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "shellsmash", "stoneedge", "xscissor"],
|
|
3141
3141
|
tier: "(PU)",
|
|
3142
3142
|
doublesTier: "(DUU)",
|
|
@@ -3283,7 +3283,7 @@ export const FormatsData = {
|
|
|
3283
3283
|
tier: "LC",
|
|
3284
3284
|
},
|
|
3285
3285
|
amoonguss: {
|
|
3286
|
-
randomBattleMoves: ["clearsmog", "foulplay", "gigadrain", "hiddenpowerfire", "sludgebomb", "spore", "
|
|
3286
|
+
randomBattleMoves: ["clearsmog", "foulplay", "gigadrain", "hiddenpowerfire", "sludgebomb", "spore", "synthesis"],
|
|
3287
3287
|
randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "protect", "ragepowder", "sludgebomb", "spore", "stunspore"],
|
|
3288
3288
|
tier: "UU",
|
|
3289
3289
|
doublesTier: "DOU",
|
|
@@ -3500,7 +3500,7 @@ export const FormatsData = {
|
|
|
3500
3500
|
doublesTier: "DOU",
|
|
3501
3501
|
},
|
|
3502
3502
|
cobalion: {
|
|
3503
|
-
randomBattleMoves: ["closecombat", "
|
|
3503
|
+
randomBattleMoves: ["closecombat", "ironhead", "stealthrock", "stoneedge", "swordsdance", "voltswitch"],
|
|
3504
3504
|
randomDoubleBattleMoves: ["closecombat", "ironhead", "protect", "stoneedge", "swordsdance", "thunderwave"],
|
|
3505
3505
|
tier: "UU",
|
|
3506
3506
|
doublesTier: "(DUU)",
|
|
@@ -3512,7 +3512,7 @@ export const FormatsData = {
|
|
|
3512
3512
|
doublesTier: "DOU",
|
|
3513
3513
|
},
|
|
3514
3514
|
virizion: {
|
|
3515
|
-
randomBattleMoves: ["
|
|
3515
|
+
randomBattleMoves: ["closecombat", "leafblade", "stoneedge", "swordsdance"],
|
|
3516
3516
|
randomDoubleBattleMoves: ["closecombat", "leafblade", "protect", "stoneedge", "swordsdance", "taunt"],
|
|
3517
3517
|
tier: "RU",
|
|
3518
3518
|
doublesTier: "(DUU)",
|
|
@@ -3578,7 +3578,7 @@ export const FormatsData = {
|
|
|
3578
3578
|
doublesTier: "DOU",
|
|
3579
3579
|
},
|
|
3580
3580
|
kyuremwhite: {
|
|
3581
|
-
randomBattleMoves: ["dracometeor", "
|
|
3581
|
+
randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "fusionflare", "icebeam", "roost", "substitute", "toxic"],
|
|
3582
3582
|
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "fusionflare", "icebeam", "protect", "roost"],
|
|
3583
3583
|
tier: "Uber",
|
|
3584
3584
|
doublesTier: "DUber",
|
|
@@ -3594,7 +3594,7 @@ export const FormatsData = {
|
|
|
3594
3594
|
doublesTier: "(DUU)",
|
|
3595
3595
|
},
|
|
3596
3596
|
meloetta: {
|
|
3597
|
-
randomBattleMoves: ["calmmind", "focusblast", "hypervoice", "psyshock", "shadowball", "uturn"],
|
|
3597
|
+
randomBattleMoves: ["calmmind", "focusblast", "hypervoice", "psyshock", "shadowball", "trick", "uturn"],
|
|
3598
3598
|
randomDoubleBattleMoves: ["calmmind", "focusblast", "hypervoice", "protect", "psyshock", "shadowball"],
|
|
3599
3599
|
tier: "RUBL",
|
|
3600
3600
|
doublesTier: "(DUU)",
|
|
@@ -3783,7 +3783,7 @@ export const FormatsData = {
|
|
|
3783
3783
|
doublesTier: "NFE",
|
|
3784
3784
|
},
|
|
3785
3785
|
aegislash: {
|
|
3786
|
-
randomBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak"],
|
|
3786
|
+
randomBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak", "toxic"],
|
|
3787
3787
|
randomDoubleBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak"],
|
|
3788
3788
|
tier: "Uber",
|
|
3789
3789
|
doublesTier: "DOU",
|
|
@@ -3904,7 +3904,7 @@ export const FormatsData = {
|
|
|
3904
3904
|
tier: "NFE",
|
|
3905
3905
|
},
|
|
3906
3906
|
goodra: {
|
|
3907
|
-
randomBattleMoves: ["dracometeor", "dragontail", "earthquake", "fireblast", "sludgebomb", "thunderbolt"],
|
|
3907
|
+
randomBattleMoves: ["dracometeor", "dragontail", "earthquake", "fireblast", "powerwhip", "sludgebomb", "thunderbolt"],
|
|
3908
3908
|
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "muddywater", "powerwhip", "protect", "thunderbolt"],
|
|
3909
3909
|
tier: "RU",
|
|
3910
3910
|
doublesTier: "(DUU)",
|
|
@@ -4007,7 +4007,7 @@ export const FormatsData = {
|
|
|
4007
4007
|
doublesTier: "DUber",
|
|
4008
4008
|
},
|
|
4009
4009
|
diancie: {
|
|
4010
|
-
randomBattleMoves: ["diamondstorm", "
|
|
4010
|
+
randomBattleMoves: ["diamondstorm", "earthpower", "lightscreen", "moonblast", "reflect", "stealthrock"],
|
|
4011
4011
|
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "diamondstorm", "earthpower", "moonblast", "protect"],
|
|
4012
4012
|
tier: "RU",
|
|
4013
4013
|
doublesTier: "DOU",
|
|
@@ -4043,7 +4043,7 @@ export const FormatsData = {
|
|
|
4043
4043
|
tier: "NFE",
|
|
4044
4044
|
},
|
|
4045
4045
|
decidueye: {
|
|
4046
|
-
randomBattleMoves: ["leafblade", "roost", "
|
|
4046
|
+
randomBattleMoves: ["leafblade", "roost", "shadowsneak", "spiritshackle", "swordsdance", "uturn"],
|
|
4047
4047
|
randomDoubleBattleMoves: ["bravebird", "leafblade", "protect", "spiritshackle", "suckerpunch"],
|
|
4048
4048
|
tier: "NU",
|
|
4049
4049
|
doublesTier: "(DUU)",
|
|
@@ -4067,7 +4067,7 @@ export const FormatsData = {
|
|
|
4067
4067
|
tier: "NFE",
|
|
4068
4068
|
},
|
|
4069
4069
|
primarina: {
|
|
4070
|
-
randomBattleMoves: ["hiddenpowerfire", "hydropump", "moonblast", "psychic", "scald"],
|
|
4070
|
+
randomBattleMoves: ["energyball", "hiddenpowerfire", "hydropump", "moonblast", "psychic", "scald"],
|
|
4071
4071
|
randomDoubleBattleMoves: ["hypervoice", "icebeam", "moonblast", "protect", "psychic"],
|
|
4072
4072
|
tier: "UU",
|
|
4073
4073
|
doublesTier: "(DUU)",
|
|
@@ -4150,7 +4150,7 @@ export const FormatsData = {
|
|
|
4150
4150
|
tier: "NFE",
|
|
4151
4151
|
},
|
|
4152
4152
|
ribombee: {
|
|
4153
|
-
randomBattleMoves: ["bugbuzz", "hiddenpowerfire", "moonblast", "quiverdance", "roost"],
|
|
4153
|
+
randomBattleMoves: ["bugbuzz", "hiddenpowerfire", "moonblast", "quiverdance", "roost", "stickyweb"],
|
|
4154
4154
|
randomDoubleBattleMoves: ["moonblast", "pollenpuff", "protect", "quiverdance", "stickyweb"],
|
|
4155
4155
|
tier: "RU",
|
|
4156
4156
|
doublesTier: "(DUU)",
|
|
@@ -4239,7 +4239,7 @@ export const FormatsData = {
|
|
|
4239
4239
|
tier: "LC",
|
|
4240
4240
|
},
|
|
4241
4241
|
shiinotic: {
|
|
4242
|
-
randomBattleMoves: ["leechseed", "moonblast", "spore", "strengthsap"
|
|
4242
|
+
randomBattleMoves: ["gigadrain", "leechseed", "moonblast", "spore", "strengthsap"],
|
|
4243
4243
|
randomDoubleBattleMoves: ["gigadrain", "leechseed", "moonblast", "protect", "spore", "strengthsap"],
|
|
4244
4244
|
tier: "(PU)",
|
|
4245
4245
|
doublesTier: "(DUU)",
|
|
@@ -4291,7 +4291,7 @@ export const FormatsData = {
|
|
|
4291
4291
|
doublesTier: "DUU",
|
|
4292
4292
|
},
|
|
4293
4293
|
passimian: {
|
|
4294
|
-
randomBattleMoves: ["closecombat", "earthquake", "
|
|
4294
|
+
randomBattleMoves: ["closecombat", "earthquake", "gunkshot", "knockoff", "rockslide", "uturn"],
|
|
4295
4295
|
randomDoubleBattleMoves: ["closecombat", "knockoff", "protect", "rockslide", "taunt", "uturn"],
|
|
4296
4296
|
tier: "NU",
|
|
4297
4297
|
doublesTier: "(DUU)",
|