@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
|
@@ -9,7 +9,7 @@ exports.FormatsData = {
|
|
|
9
9
|
tier: "NFE",
|
|
10
10
|
},
|
|
11
11
|
venusaur: {
|
|
12
|
-
randomBattleMoves: ["
|
|
12
|
+
randomBattleMoves: ["gigadrain", "leechseed", "sleeppowder", "sludgebomb", "substitute"],
|
|
13
13
|
randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "hiddenpowerice", "powerwhip", "protect", "sleeppowder", "sludgebomb"],
|
|
14
14
|
tier: "RU",
|
|
15
15
|
doublesTier: "(DUU)",
|
|
@@ -154,7 +154,7 @@ exports.FormatsData = {
|
|
|
154
154
|
tier: "LC",
|
|
155
155
|
},
|
|
156
156
|
pikachu: {
|
|
157
|
-
randomBattleMoves: ["grassknot", "hiddenpowerice", "irontail", "knockoff", "voltswitch", "volttackle"],
|
|
157
|
+
randomBattleMoves: ["extremespeed", "grassknot", "hiddenpowerice", "irontail", "knockoff", "voltswitch", "volttackle"],
|
|
158
158
|
randomDoubleBattleMoves: ["encore", "fakeout", "grassknot", "hiddenpowerice", "knockoff", "protect", "voltswitch", "volttackle"],
|
|
159
159
|
tier: "NFE",
|
|
160
160
|
},
|
|
@@ -363,7 +363,7 @@ exports.FormatsData = {
|
|
|
363
363
|
doublesTier: "(DUU)",
|
|
364
364
|
},
|
|
365
365
|
persianalola: {
|
|
366
|
-
randomBattleMoves: ["darkpulse", "
|
|
366
|
+
randomBattleMoves: ["darkpulse", "hypnosis", "nastyplot", "powergem", "thunderbolt"],
|
|
367
367
|
randomDoubleBattleMoves: ["fakeout", "foulplay", "hiddenpowerfighting", "icywind", "partingshot", "protect", "snarl"],
|
|
368
368
|
tier: "PU",
|
|
369
369
|
doublesTier: "(DUU)",
|
|
@@ -390,7 +390,7 @@ exports.FormatsData = {
|
|
|
390
390
|
tier: "LC",
|
|
391
391
|
},
|
|
392
392
|
arcanine: {
|
|
393
|
-
randomBattleMoves: ["closecombat", "
|
|
393
|
+
randomBattleMoves: ["closecombat", "extremespeed", "flareblitz", "morningsun", "roar", "toxic", "wildcharge", "willowisp"],
|
|
394
394
|
randomDoubleBattleMoves: ["closecombat", "extremespeed", "flareblitz", "protect", "snarl", "wildcharge", "willowisp"],
|
|
395
395
|
tier: "RU",
|
|
396
396
|
doublesTier: "DUU",
|
|
@@ -420,7 +420,7 @@ exports.FormatsData = {
|
|
|
420
420
|
tier: "NFE",
|
|
421
421
|
},
|
|
422
422
|
alakazam: {
|
|
423
|
-
randomBattleMoves: ["focusblast", "hiddenpowerfire", "
|
|
423
|
+
randomBattleMoves: ["focusblast", "hiddenpowerfire", "psychic", "psyshock", "shadowball"],
|
|
424
424
|
randomDoubleBattleMoves: ["dazzlinggleam", "encore", "focusblast", "protect", "psychic", "shadowball"],
|
|
425
425
|
tier: "UUBL",
|
|
426
426
|
doublesTier: "(DUU)",
|
|
@@ -638,7 +638,7 @@ exports.FormatsData = {
|
|
|
638
638
|
tier: "LC",
|
|
639
639
|
},
|
|
640
640
|
electrode: {
|
|
641
|
-
randomBattleMoves: ["foulplay", "hiddenpowergrass", "signalbeam", "taunt", "thunderbolt", "voltswitch"],
|
|
641
|
+
randomBattleMoves: ["foulplay", "hiddenpowergrass", "hiddenpowerice", "signalbeam", "taunt", "thunderbolt", "voltswitch"],
|
|
642
642
|
randomDoubleBattleMoves: ["foulplay", "protect", "taunt", "thunderbolt", "thunderwave", "voltswitch"],
|
|
643
643
|
tier: "(PU)",
|
|
644
644
|
doublesTier: "(DUU)",
|
|
@@ -720,12 +720,12 @@ exports.FormatsData = {
|
|
|
720
720
|
tier: "LC",
|
|
721
721
|
},
|
|
722
722
|
rhydon: {
|
|
723
|
-
randomBattleMoves: ["earthquake", "megahorn", "
|
|
723
|
+
randomBattleMoves: ["earthquake", "megahorn", "stealthrock", "stoneedge", "toxic"],
|
|
724
724
|
tier: "NU",
|
|
725
725
|
doublesTier: "NFE",
|
|
726
726
|
},
|
|
727
727
|
rhyperior: {
|
|
728
|
-
randomBattleMoves: ["dragontail", "earthquake", "icepunch", "megahorn", "
|
|
728
|
+
randomBattleMoves: ["dragontail", "earthquake", "icepunch", "megahorn", "rockpolish", "stoneedge"],
|
|
729
729
|
randomDoubleBattleMoves: ["earthquake", "icepunch", "megahorn", "protect", "rockslide", "stealthrock", "stoneedge"],
|
|
730
730
|
tier: "RU",
|
|
731
731
|
doublesTier: "(DUU)",
|
|
@@ -740,7 +740,7 @@ exports.FormatsData = {
|
|
|
740
740
|
doublesTier: "NFE",
|
|
741
741
|
},
|
|
742
742
|
blissey: {
|
|
743
|
-
randomBattleMoves: ["
|
|
743
|
+
randomBattleMoves: ["healbell", "seismictoss", "softboiled", "stealthrock", "toxic"],
|
|
744
744
|
randomDoubleBattleMoves: ["helpinghand", "protect", "seismictoss", "softboiled", "thunderwave", "toxic"],
|
|
745
745
|
tier: "UU",
|
|
746
746
|
doublesTier: "(DUU)",
|
|
@@ -783,7 +783,7 @@ exports.FormatsData = {
|
|
|
783
783
|
tier: "LC",
|
|
784
784
|
},
|
|
785
785
|
seaking: {
|
|
786
|
-
randomBattleMoves: ["drillrun", "icebeam", "knockoff", "megahorn", "
|
|
786
|
+
randomBattleMoves: ["drillrun", "icebeam", "knockoff", "megahorn", "raindance", "waterfall"],
|
|
787
787
|
randomDoubleBattleMoves: ["drillrun", "icywind", "knockoff", "megahorn", "protect", "waterfall"],
|
|
788
788
|
tier: "(PU)",
|
|
789
789
|
doublesTier: "(DUU)",
|
|
@@ -891,7 +891,7 @@ exports.FormatsData = {
|
|
|
891
891
|
doublesTier: "DUU",
|
|
892
892
|
},
|
|
893
893
|
lapras: {
|
|
894
|
-
randomBattleMoves: ["healbell", "hydropump", "icebeam", "
|
|
894
|
+
randomBattleMoves: ["freezedry", "healbell", "hydropump", "icebeam", "protect", "thunderbolt", "toxic"],
|
|
895
895
|
randomDoubleBattleMoves: ["freezedry", "helpinghand", "hydropump", "iceshard", "icywind", "protect"],
|
|
896
896
|
tier: "(PU)",
|
|
897
897
|
doublesTier: "(DUU)",
|
|
@@ -965,7 +965,7 @@ exports.FormatsData = {
|
|
|
965
965
|
tier: "LC",
|
|
966
966
|
},
|
|
967
967
|
omastar: {
|
|
968
|
-
randomBattleMoves: ["earthpower", "hydropump", "icebeam", "
|
|
968
|
+
randomBattleMoves: ["earthpower", "hydropump", "icebeam", "shellsmash", "spikes", "stealthrock"],
|
|
969
969
|
randomDoubleBattleMoves: ["earthpower", "hiddenpowerelectric", "hydropump", "icebeam", "muddywater", "protect", "shellsmash"],
|
|
970
970
|
tier: "PU",
|
|
971
971
|
doublesTier: "(DUU)",
|
|
@@ -1151,7 +1151,7 @@ exports.FormatsData = {
|
|
|
1151
1151
|
tier: "LC",
|
|
1152
1152
|
},
|
|
1153
1153
|
xatu: {
|
|
1154
|
-
randomBattleMoves: ["calmmind", "heatwave", "psychic", "
|
|
1154
|
+
randomBattleMoves: ["calmmind", "heatwave", "psychic", "roost", "thunderwave", "toxic", "uturn"],
|
|
1155
1155
|
randomDoubleBattleMoves: ["heatwave", "protect", "psychic", "roost", "tailwind", "thunderwave", "uturn"],
|
|
1156
1156
|
tier: "NU",
|
|
1157
1157
|
doublesTier: "(DUU)",
|
|
@@ -1459,7 +1459,7 @@ exports.FormatsData = {
|
|
|
1459
1459
|
doublesTier: "(DUU)",
|
|
1460
1460
|
},
|
|
1461
1461
|
raikou: {
|
|
1462
|
-
randomBattleMoves: ["aurasphere", "calmmind", "
|
|
1462
|
+
randomBattleMoves: ["aurasphere", "calmmind", "hiddenpowerice", "substitute", "thunderbolt", "voltswitch"],
|
|
1463
1463
|
randomDoubleBattleMoves: ["calmmind", "hiddenpowerice", "protect", "snarl", "thunderbolt"],
|
|
1464
1464
|
tier: "RU",
|
|
1465
1465
|
doublesTier: "(DUU)",
|
|
@@ -1519,7 +1519,7 @@ exports.FormatsData = {
|
|
|
1519
1519
|
tier: "NFE",
|
|
1520
1520
|
},
|
|
1521
1521
|
sceptile: {
|
|
1522
|
-
randomBattleMoves: ["focusblast", "gigadrain", "
|
|
1522
|
+
randomBattleMoves: ["focusblast", "gigadrain", "hiddenpowerfire", "hiddenpowerice", "leafstorm", "leechseed", "substitute"],
|
|
1523
1523
|
randomDoubleBattleMoves: ["energyball", "focusblast", "hiddenpowerfire", "hiddenpowerice", "protect"],
|
|
1524
1524
|
tier: "NU",
|
|
1525
1525
|
doublesTier: "(DUU)",
|
|
@@ -1790,13 +1790,13 @@ exports.FormatsData = {
|
|
|
1790
1790
|
tier: "NFE",
|
|
1791
1791
|
},
|
|
1792
1792
|
aggron: {
|
|
1793
|
-
randomBattleMoves: ["aquatail", "autotomize", "earthquake", "headsmash", "heavyslam", "
|
|
1793
|
+
randomBattleMoves: ["aquatail", "autotomize", "earthquake", "headsmash", "heavyslam", "stealthrock"],
|
|
1794
1794
|
randomDoubleBattleMoves: ["headsmash", "heavyslam", "protect", "stealthrock", "stompingtantrum"],
|
|
1795
1795
|
tier: "PU",
|
|
1796
1796
|
doublesTier: "(DUU)",
|
|
1797
1797
|
},
|
|
1798
1798
|
aggronmega: {
|
|
1799
|
-
randomBattleMoves: ["earthquake", "heavyslam", "roar", "
|
|
1799
|
+
randomBattleMoves: ["earthquake", "heavyslam", "roar", "stealthrock", "stoneedge", "thunderwave", "toxic"],
|
|
1800
1800
|
randomDoubleBattleMoves: ["heavyslam", "protect", "rockslide", "stealthrock", "stompingtantrum", "toxic"],
|
|
1801
1801
|
tier: "UU",
|
|
1802
1802
|
doublesTier: "(DUU)",
|
|
@@ -1986,7 +1986,7 @@ exports.FormatsData = {
|
|
|
1986
1986
|
doublesTier: "(DUU)",
|
|
1987
1987
|
},
|
|
1988
1988
|
lunatone: {
|
|
1989
|
-
randomBattleMoves: ["earthpower", "icebeam", "moonlight", "powergem", "psychic", "rockpolish", "stealthrock", "toxic"],
|
|
1989
|
+
randomBattleMoves: ["earthpower", "icebeam", "moonblast", "moonlight", "powergem", "psychic", "rockpolish", "stealthrock", "toxic"],
|
|
1990
1990
|
randomDoubleBattleMoves: ["earthpower", "helpinghand", "powergem", "protect", "psychic", "trickroom"],
|
|
1991
1991
|
tier: "(PU)",
|
|
1992
1992
|
doublesTier: "(DUU)",
|
|
@@ -2046,7 +2046,7 @@ exports.FormatsData = {
|
|
|
2046
2046
|
tier: "LC",
|
|
2047
2047
|
},
|
|
2048
2048
|
milotic: {
|
|
2049
|
-
randomBattleMoves: ["dragontail", "icebeam", "recover", "
|
|
2049
|
+
randomBattleMoves: ["dragontail", "icebeam", "recover", "scald", "toxic"],
|
|
2050
2050
|
randomDoubleBattleMoves: ["hypnosis", "icywind", "protect", "recover", "scald"],
|
|
2051
2051
|
tier: "RU",
|
|
2052
2052
|
doublesTier: "DOU",
|
|
@@ -2269,7 +2269,7 @@ exports.FormatsData = {
|
|
|
2269
2269
|
doublesTier: "DUber",
|
|
2270
2270
|
},
|
|
2271
2271
|
kyogreprimal: {
|
|
2272
|
-
randomBattleMoves: ["calmmind", "icebeam", "originpulse", "rest", "scald", "sleeptalk", "thunder"
|
|
2272
|
+
randomBattleMoves: ["calmmind", "icebeam", "originpulse", "rest", "scald", "sleeptalk", "thunder"],
|
|
2273
2273
|
randomDoubleBattleMoves: ["calmmind", "icebeam", "originpulse", "protect", "thunder"],
|
|
2274
2274
|
tier: "Uber",
|
|
2275
2275
|
doublesTier: "DUber",
|
|
@@ -2346,7 +2346,7 @@ exports.FormatsData = {
|
|
|
2346
2346
|
tier: "NFE",
|
|
2347
2347
|
},
|
|
2348
2348
|
infernape: {
|
|
2349
|
-
randomBattleMoves: ["closecombat", "fireblast", "flareblitz", "focusblast", "grassknot", "nastyplot", "stealthrock", "stoneedge", "uturn", "vacuumwave"],
|
|
2349
|
+
randomBattleMoves: ["closecombat", "fireblast", "flareblitz", "focusblast", "grassknot", "nastyplot", "stealthrock", "stoneedge", "swordsdance", "uturn", "vacuumwave"],
|
|
2350
2350
|
randomDoubleBattleMoves: ["closecombat", "fakeout", "feint", "flareblitz", "grassknot", "heatwave", "protect", "stoneedge", "taunt", "uturn"],
|
|
2351
2351
|
tier: "UU",
|
|
2352
2352
|
doublesTier: "(DUU)",
|
|
@@ -2604,7 +2604,7 @@ exports.FormatsData = {
|
|
|
2604
2604
|
tier: "LC",
|
|
2605
2605
|
},
|
|
2606
2606
|
drapion: {
|
|
2607
|
-
randomBattleMoves: ["aquatail", "earthquake", "knockoff", "poisonjab", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
|
|
2607
|
+
randomBattleMoves: ["aquatail", "earthquake", "knockoff", "poisonjab", "pursuit", "swordsdance", "taunt", "toxicspikes", "whirlwind"],
|
|
2608
2608
|
randomDoubleBattleMoves: ["aquatail", "knockoff", "poisonjab", "protect", "snarl", "swordsdance", "taunt"],
|
|
2609
2609
|
tier: "RU",
|
|
2610
2610
|
doublesTier: "(DUU)",
|
|
@@ -2727,7 +2727,7 @@ exports.FormatsData = {
|
|
|
2727
2727
|
doublesTier: "(DUU)",
|
|
2728
2728
|
},
|
|
2729
2729
|
giratina: {
|
|
2730
|
-
randomBattleMoves: ["calmmind", "
|
|
2730
|
+
randomBattleMoves: ["calmmind", "dragonpulse", "rest", "roar", "shadowball", "sleeptalk", "willowisp"],
|
|
2731
2731
|
randomDoubleBattleMoves: ["calmmind", "dragonpulse", "dragontail", "protect", "shadowball", "tailwind", "willowisp"],
|
|
2732
2732
|
tier: "Uber",
|
|
2733
2733
|
doublesTier: "DUber",
|
|
@@ -2982,7 +2982,7 @@ exports.FormatsData = {
|
|
|
2982
2982
|
tier: "NFE",
|
|
2983
2983
|
},
|
|
2984
2984
|
gigalith: {
|
|
2985
|
-
randomBattleMoves: ["earthquake", "explosion", "
|
|
2985
|
+
randomBattleMoves: ["earthquake", "explosion", "stealthrock", "stoneedge", "superpower"],
|
|
2986
2986
|
randomDoubleBattleMoves: ["protect", "rockslide", "stealthrock", "stompingtantrum", "stoneedge", "superpower", "wideguard"],
|
|
2987
2987
|
tier: "RU",
|
|
2988
2988
|
doublesTier: "(DUU)",
|
|
@@ -3139,7 +3139,7 @@ exports.FormatsData = {
|
|
|
3139
3139
|
tier: "LC",
|
|
3140
3140
|
},
|
|
3141
3141
|
crustle: {
|
|
3142
|
-
randomBattleMoves: ["earthquake", "
|
|
3142
|
+
randomBattleMoves: ["earthquake", "shellsmash", "spikes", "stealthrock", "stoneedge", "xscissor"],
|
|
3143
3143
|
randomDoubleBattleMoves: ["earthquake", "protect", "rockslide", "shellsmash", "stoneedge", "xscissor"],
|
|
3144
3144
|
tier: "(PU)",
|
|
3145
3145
|
doublesTier: "(DUU)",
|
|
@@ -3286,7 +3286,7 @@ exports.FormatsData = {
|
|
|
3286
3286
|
tier: "LC",
|
|
3287
3287
|
},
|
|
3288
3288
|
amoonguss: {
|
|
3289
|
-
randomBattleMoves: ["clearsmog", "foulplay", "gigadrain", "hiddenpowerfire", "sludgebomb", "spore", "
|
|
3289
|
+
randomBattleMoves: ["clearsmog", "foulplay", "gigadrain", "hiddenpowerfire", "sludgebomb", "spore", "synthesis"],
|
|
3290
3290
|
randomDoubleBattleMoves: ["gigadrain", "hiddenpowerfire", "protect", "ragepowder", "sludgebomb", "spore", "stunspore"],
|
|
3291
3291
|
tier: "UU",
|
|
3292
3292
|
doublesTier: "DOU",
|
|
@@ -3503,7 +3503,7 @@ exports.FormatsData = {
|
|
|
3503
3503
|
doublesTier: "DOU",
|
|
3504
3504
|
},
|
|
3505
3505
|
cobalion: {
|
|
3506
|
-
randomBattleMoves: ["closecombat", "
|
|
3506
|
+
randomBattleMoves: ["closecombat", "ironhead", "stealthrock", "stoneedge", "swordsdance", "voltswitch"],
|
|
3507
3507
|
randomDoubleBattleMoves: ["closecombat", "ironhead", "protect", "stoneedge", "swordsdance", "thunderwave"],
|
|
3508
3508
|
tier: "UU",
|
|
3509
3509
|
doublesTier: "(DUU)",
|
|
@@ -3515,7 +3515,7 @@ exports.FormatsData = {
|
|
|
3515
3515
|
doublesTier: "DOU",
|
|
3516
3516
|
},
|
|
3517
3517
|
virizion: {
|
|
3518
|
-
randomBattleMoves: ["
|
|
3518
|
+
randomBattleMoves: ["closecombat", "leafblade", "stoneedge", "swordsdance"],
|
|
3519
3519
|
randomDoubleBattleMoves: ["closecombat", "leafblade", "protect", "stoneedge", "swordsdance", "taunt"],
|
|
3520
3520
|
tier: "RU",
|
|
3521
3521
|
doublesTier: "(DUU)",
|
|
@@ -3581,7 +3581,7 @@ exports.FormatsData = {
|
|
|
3581
3581
|
doublesTier: "DOU",
|
|
3582
3582
|
},
|
|
3583
3583
|
kyuremwhite: {
|
|
3584
|
-
randomBattleMoves: ["dracometeor", "
|
|
3584
|
+
randomBattleMoves: ["dracometeor", "earthpower", "focusblast", "fusionflare", "icebeam", "roost", "substitute", "toxic"],
|
|
3585
3585
|
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "earthpower", "fusionflare", "icebeam", "protect", "roost"],
|
|
3586
3586
|
tier: "Uber",
|
|
3587
3587
|
doublesTier: "DUber",
|
|
@@ -3597,7 +3597,7 @@ exports.FormatsData = {
|
|
|
3597
3597
|
doublesTier: "(DUU)",
|
|
3598
3598
|
},
|
|
3599
3599
|
meloetta: {
|
|
3600
|
-
randomBattleMoves: ["calmmind", "focusblast", "hypervoice", "psyshock", "shadowball", "uturn"],
|
|
3600
|
+
randomBattleMoves: ["calmmind", "focusblast", "hypervoice", "psyshock", "shadowball", "trick", "uturn"],
|
|
3601
3601
|
randomDoubleBattleMoves: ["calmmind", "focusblast", "hypervoice", "protect", "psyshock", "shadowball"],
|
|
3602
3602
|
tier: "RUBL",
|
|
3603
3603
|
doublesTier: "(DUU)",
|
|
@@ -3786,7 +3786,7 @@ exports.FormatsData = {
|
|
|
3786
3786
|
doublesTier: "NFE",
|
|
3787
3787
|
},
|
|
3788
3788
|
aegislash: {
|
|
3789
|
-
randomBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak"],
|
|
3789
|
+
randomBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak", "toxic"],
|
|
3790
3790
|
randomDoubleBattleMoves: ["flashcannon", "hiddenpowerice", "kingsshield", "shadowball", "shadowsneak"],
|
|
3791
3791
|
tier: "Uber",
|
|
3792
3792
|
doublesTier: "DOU",
|
|
@@ -3907,7 +3907,7 @@ exports.FormatsData = {
|
|
|
3907
3907
|
tier: "NFE",
|
|
3908
3908
|
},
|
|
3909
3909
|
goodra: {
|
|
3910
|
-
randomBattleMoves: ["dracometeor", "dragontail", "earthquake", "fireblast", "sludgebomb", "thunderbolt"],
|
|
3910
|
+
randomBattleMoves: ["dracometeor", "dragontail", "earthquake", "fireblast", "powerwhip", "sludgebomb", "thunderbolt"],
|
|
3911
3911
|
randomDoubleBattleMoves: ["dracometeor", "dragonpulse", "fireblast", "muddywater", "powerwhip", "protect", "thunderbolt"],
|
|
3912
3912
|
tier: "RU",
|
|
3913
3913
|
doublesTier: "(DUU)",
|
|
@@ -4010,7 +4010,7 @@ exports.FormatsData = {
|
|
|
4010
4010
|
doublesTier: "DUber",
|
|
4011
4011
|
},
|
|
4012
4012
|
diancie: {
|
|
4013
|
-
randomBattleMoves: ["diamondstorm", "
|
|
4013
|
+
randomBattleMoves: ["diamondstorm", "earthpower", "lightscreen", "moonblast", "reflect", "stealthrock"],
|
|
4014
4014
|
randomDoubleBattleMoves: ["calmmind", "dazzlinggleam", "diamondstorm", "earthpower", "moonblast", "protect"],
|
|
4015
4015
|
tier: "RU",
|
|
4016
4016
|
doublesTier: "DOU",
|
|
@@ -4046,7 +4046,7 @@ exports.FormatsData = {
|
|
|
4046
4046
|
tier: "NFE",
|
|
4047
4047
|
},
|
|
4048
4048
|
decidueye: {
|
|
4049
|
-
randomBattleMoves: ["leafblade", "roost", "
|
|
4049
|
+
randomBattleMoves: ["leafblade", "roost", "shadowsneak", "spiritshackle", "swordsdance", "uturn"],
|
|
4050
4050
|
randomDoubleBattleMoves: ["bravebird", "leafblade", "protect", "spiritshackle", "suckerpunch"],
|
|
4051
4051
|
tier: "NU",
|
|
4052
4052
|
doublesTier: "(DUU)",
|
|
@@ -4070,7 +4070,7 @@ exports.FormatsData = {
|
|
|
4070
4070
|
tier: "NFE",
|
|
4071
4071
|
},
|
|
4072
4072
|
primarina: {
|
|
4073
|
-
randomBattleMoves: ["hiddenpowerfire", "hydropump", "moonblast", "psychic", "scald"],
|
|
4073
|
+
randomBattleMoves: ["energyball", "hiddenpowerfire", "hydropump", "moonblast", "psychic", "scald"],
|
|
4074
4074
|
randomDoubleBattleMoves: ["hypervoice", "icebeam", "moonblast", "protect", "psychic"],
|
|
4075
4075
|
tier: "UU",
|
|
4076
4076
|
doublesTier: "(DUU)",
|
|
@@ -4153,7 +4153,7 @@ exports.FormatsData = {
|
|
|
4153
4153
|
tier: "NFE",
|
|
4154
4154
|
},
|
|
4155
4155
|
ribombee: {
|
|
4156
|
-
randomBattleMoves: ["bugbuzz", "hiddenpowerfire", "moonblast", "quiverdance", "roost"],
|
|
4156
|
+
randomBattleMoves: ["bugbuzz", "hiddenpowerfire", "moonblast", "quiverdance", "roost", "stickyweb"],
|
|
4157
4157
|
randomDoubleBattleMoves: ["moonblast", "pollenpuff", "protect", "quiverdance", "stickyweb"],
|
|
4158
4158
|
tier: "RU",
|
|
4159
4159
|
doublesTier: "(DUU)",
|
|
@@ -4242,7 +4242,7 @@ exports.FormatsData = {
|
|
|
4242
4242
|
tier: "LC",
|
|
4243
4243
|
},
|
|
4244
4244
|
shiinotic: {
|
|
4245
|
-
randomBattleMoves: ["leechseed", "moonblast", "spore", "strengthsap"
|
|
4245
|
+
randomBattleMoves: ["gigadrain", "leechseed", "moonblast", "spore", "strengthsap"],
|
|
4246
4246
|
randomDoubleBattleMoves: ["gigadrain", "leechseed", "moonblast", "protect", "spore", "strengthsap"],
|
|
4247
4247
|
tier: "(PU)",
|
|
4248
4248
|
doublesTier: "(DUU)",
|
|
@@ -4294,7 +4294,7 @@ exports.FormatsData = {
|
|
|
4294
4294
|
doublesTier: "DUU",
|
|
4295
4295
|
},
|
|
4296
4296
|
passimian: {
|
|
4297
|
-
randomBattleMoves: ["closecombat", "earthquake", "
|
|
4297
|
+
randomBattleMoves: ["closecombat", "earthquake", "gunkshot", "knockoff", "rockslide", "uturn"],
|
|
4298
4298
|
randomDoubleBattleMoves: ["closecombat", "knockoff", "protect", "rockslide", "taunt", "uturn"],
|
|
4299
4299
|
tier: "NU",
|
|
4300
4300
|
doublesTier: "(DUU)",
|