@pkmn/mods 0.5.4 → 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pkmn/mods",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"!src/*.test.*"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@pkmn/dex-types": "^0.5.
|
|
37
|
+
"@pkmn/dex-types": "^0.5.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@pkmn/dex": "^0.5.
|
|
41
|
-
"@pkmn/sim": "^0.5.
|
|
40
|
+
"@pkmn/dex": "^0.5.5",
|
|
41
|
+
"@pkmn/sim": "^0.5.5"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"lint": "eslint --cache src --ext ts",
|
|
@@ -154,7 +154,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
154
154
|
randomBattleMoves: ["calmmind", "fireblast", "moonblast", "moonlight", "stealthrock", "thunderwave"],
|
|
155
155
|
},
|
|
156
156
|
vulpix: {
|
|
157
|
-
tier: "
|
|
157
|
+
tier: "NFE",
|
|
158
158
|
},
|
|
159
159
|
ninetales: {
|
|
160
160
|
tier: "RU",
|
|
@@ -221,7 +221,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
221
221
|
dugtrio: {
|
|
222
222
|
tier: "RU",
|
|
223
223
|
doublesTier: "DUU",
|
|
224
|
-
randomBattleMoves: ["aerialace", "earthquake", "
|
|
224
|
+
randomBattleMoves: ["aerialace", "earthquake", "stoneedge", "suckerpunch"],
|
|
225
225
|
},
|
|
226
226
|
meowth: {
|
|
227
227
|
tier: "LC",
|
|
@@ -563,7 +563,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
563
563
|
scizor: {
|
|
564
564
|
tier: "OU",
|
|
565
565
|
doublesTier: "DOU",
|
|
566
|
-
randomBattleMoves: ["brickbreak", "bulletpunch", "roost", "swordsdance", "uturn"],
|
|
566
|
+
randomBattleMoves: ["brickbreak", "bulletpunch", "roost", "swordsdance", "uturn", "defog"],
|
|
567
567
|
},
|
|
568
568
|
smoochum: {
|
|
569
569
|
tier: "LC",
|
|
@@ -691,7 +691,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
691
691
|
aerodactyl: {
|
|
692
692
|
tier: "UU",
|
|
693
693
|
doublesTier: "DUU",
|
|
694
|
-
randomBattleMoves: ["earthquake", "roost", "stealthrock", "stoneedge"],
|
|
694
|
+
randomBattleMoves: ["earthquake", "roost", "stealthrock", "stoneedge", "defog"],
|
|
695
695
|
},
|
|
696
696
|
munchlax: {
|
|
697
697
|
tier: "LC",
|
|
@@ -702,7 +702,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
702
702
|
randomBattleMoves: ["bodyslam", "curse", "rest", "sleeptalk"],
|
|
703
703
|
},
|
|
704
704
|
articuno: {
|
|
705
|
-
tier: "
|
|
705
|
+
tier: "(Uber)",
|
|
706
706
|
doublesTier: "DUU",
|
|
707
707
|
randomBattleMoves: ["defog", "icebeam", "roost", "uturn"],
|
|
708
708
|
},
|
|
@@ -735,7 +735,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
735
735
|
mew: {
|
|
736
736
|
tier: "UU",
|
|
737
737
|
doublesTier: "DUU",
|
|
738
|
-
randomBattleMoves: ["aurasphere", "calmmind", "psychic", "roost", "shadowball"],
|
|
738
|
+
randomBattleMoves: ["aurasphere", "calmmind", "psychic", "roost", "shadowball", "defog"],
|
|
739
739
|
},
|
|
740
740
|
chikorita: {
|
|
741
741
|
tier: "LC",
|
|
@@ -784,7 +784,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
784
784
|
noctowl: {
|
|
785
785
|
tier: "RU",
|
|
786
786
|
doublesTier: "DUU",
|
|
787
|
-
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "roost", "shadowball"],
|
|
787
|
+
randomBattleMoves: ["hurricane", "hypnosis", "nastyplot", "roost", "shadowball", "defog"],
|
|
788
788
|
},
|
|
789
789
|
ledyba: {
|
|
790
790
|
tier: "LC",
|
|
@@ -819,7 +819,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
819
819
|
togekiss: {
|
|
820
820
|
tier: "OU",
|
|
821
821
|
doublesTier: "DOU",
|
|
822
|
-
randomBattleMoves: ["airslash", "aurasphere", "fireblast", "roost", "thunderwave"],
|
|
822
|
+
randomBattleMoves: ["airslash", "aurasphere", "fireblast", "roost", "thunderwave", "defog"],
|
|
823
823
|
},
|
|
824
824
|
natu: {
|
|
825
825
|
tier: "LC",
|
|
@@ -955,7 +955,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
955
955
|
gliscor: {
|
|
956
956
|
tier: "OU",
|
|
957
957
|
doublesTier: "DUU",
|
|
958
|
-
randomBattleMoves: ["earthquake", "icefang", "knockoff", "roost", "stealthrock", "swordsdance", "taunt", "uturn"],
|
|
958
|
+
randomBattleMoves: ["earthquake", "icefang", "knockoff", "roost", "stealthrock", "swordsdance", "taunt", "uturn", "defog"],
|
|
959
959
|
},
|
|
960
960
|
snubbull: {
|
|
961
961
|
tier: "LC",
|
|
@@ -1044,7 +1044,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1044
1044
|
skarmory: {
|
|
1045
1045
|
tier: "OU",
|
|
1046
1046
|
doublesTier: "DUU",
|
|
1047
|
-
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind"],
|
|
1047
|
+
randomBattleMoves: ["bravebird", "roost", "spikes", "stealthrock", "whirlwind", "defog"],
|
|
1048
1048
|
},
|
|
1049
1049
|
houndour: {
|
|
1050
1050
|
tier: "LC",
|
|
@@ -1184,7 +1184,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1184
1184
|
dustox: {
|
|
1185
1185
|
tier: "RU",
|
|
1186
1186
|
doublesTier: "DUU",
|
|
1187
|
-
randomBattleMoves: ["bugbuzz", "
|
|
1187
|
+
randomBattleMoves: ["bugbuzz", "roost", "sludgebomb", "toxic", "uturn", "defog"],
|
|
1188
1188
|
},
|
|
1189
1189
|
lotad: {
|
|
1190
1190
|
tier: "LC",
|
|
@@ -1443,7 +1443,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1443
1443
|
flygon: {
|
|
1444
1444
|
tier: "UU",
|
|
1445
1445
|
doublesTier: "DUU",
|
|
1446
|
-
randomBattleMoves: ["dragondance", "earthquake", "outrage", "superpower", "uturn"],
|
|
1446
|
+
randomBattleMoves: ["dragondance", "earthquake", "outrage", "superpower", "uturn", "roost", "defog"],
|
|
1447
1447
|
},
|
|
1448
1448
|
cacnea: {
|
|
1449
1449
|
tier: "LC",
|
|
@@ -1561,7 +1561,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1561
1561
|
tropius: {
|
|
1562
1562
|
tier: "RU",
|
|
1563
1563
|
doublesTier: "DUU",
|
|
1564
|
-
randomBattleMoves: ["
|
|
1564
|
+
randomBattleMoves: ["defog", "substitute", "leechseed", "airslash"],
|
|
1565
1565
|
},
|
|
1566
1566
|
chingling: {
|
|
1567
1567
|
tier: "LC",
|
|
@@ -1658,7 +1658,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1658
1658
|
registeel: {
|
|
1659
1659
|
tier: "UU",
|
|
1660
1660
|
doublesTier: "DUU",
|
|
1661
|
-
randomBattleMoves: ["curse", "ironhead", "rest", "sleeptalk"
|
|
1661
|
+
randomBattleMoves: ["curse", "ironhead", "rest", "sleeptalk"],
|
|
1662
1662
|
},
|
|
1663
1663
|
latias: {
|
|
1664
1664
|
tier: "OU",
|
|
@@ -1787,7 +1787,7 @@ export const FormatsData: {[k: string]: ModdedSpeciesFormatsData} = {
|
|
|
1787
1787
|
rampardos: {
|
|
1788
1788
|
tier: "RU",
|
|
1789
1789
|
doublesTier: "DUU",
|
|
1790
|
-
randomBattleMoves: ["crunch", "earthquake", "headsmash", "rockpolish", "
|
|
1790
|
+
randomBattleMoves: ["crunch", "earthquake", "headsmash", "rockpolish", "zenheadbutt"],
|
|
1791
1791
|
},
|
|
1792
1792
|
shieldon: {
|
|
1793
1793
|
tier: "LC",
|