@pkmn/dex 0.5.22 → 0.5.25
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/data/aliases.json +9 -5
- package/build/data/formats-data.json +11 -13
- package/build/data/learnsets.json +191 -28
- package/build/data/moves.json +0 -1
- package/build/data/species.json +2 -2
- package/build/learnsets.min.js +1 -1
- package/build/production.min.js +1 -1
- package/package.json +2 -2
package/build/data/aliases.json
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"2v2": "[Gen 8] 2v2 Doubles",
|
|
25
25
|
"natdex": "[Gen 8] National Dex",
|
|
26
26
|
"natdexuu": "[Gen 8] National Dex UU",
|
|
27
|
+
"natdexru": "[Gen 8] National Dex RU",
|
|
27
28
|
"natdexmonotype": "[Gen 8] National Dex Monotype",
|
|
28
29
|
"natdexag": "[Gen 8] National Dex AG",
|
|
29
30
|
"natdexbh": "[Gen 8] National Dex BH",
|
|
@@ -31,11 +32,12 @@
|
|
|
31
32
|
"mnm": "[Gen 8] Mix and Mega",
|
|
32
33
|
"aaa": "[Gen 8] Almost Any Ability",
|
|
33
34
|
"stab": "[Gen 8] STABmons",
|
|
35
|
+
"gg": "[Gen 8] Godly Gift",
|
|
36
|
+
"pic": "[Gen 8] Partners in Crime",
|
|
34
37
|
"camo": "[Gen 8] Camomons",
|
|
35
38
|
"ffa": "[Gen 8] Free-For-All",
|
|
36
39
|
"ts": "[Gen 8] Tier Shift",
|
|
37
|
-
"ph": "[Gen 8
|
|
38
|
-
"purehackmons": "[Gen 8 BDSP] Pure Hackmons",
|
|
40
|
+
"ph": "[Gen 8] Pure Hackmons",
|
|
39
41
|
"gen7bh": "[Gen 7] Balanced Hackmons",
|
|
40
42
|
"gen7mnm": "[Gen 7] Mix and Mega",
|
|
41
43
|
"gen7stab": "[Gen 7] STABmons",
|
|
@@ -48,7 +50,7 @@
|
|
|
48
50
|
"hackmons": "[Gen 8] Pure Hackmons",
|
|
49
51
|
"monorandom": "[Gen 8] Monotype Random Battle",
|
|
50
52
|
"bf": "[Gen 7] Battle Factory",
|
|
51
|
-
"bssf": "[Gen
|
|
53
|
+
"bssf": "[Gen 8] BSS Factory",
|
|
52
54
|
"ssb": "[Gen 8] Super Staff Bros 4",
|
|
53
55
|
"ssb4": "[Gen 8] Super Staff Bros 4",
|
|
54
56
|
"lgrandom": "[Gen 7] Let's Go Random Battle",
|
|
@@ -56,6 +58,7 @@
|
|
|
56
58
|
"gen7mono": "[Gen 7] Monotype",
|
|
57
59
|
"gen7ag": "[Gen 7] Anything Goes",
|
|
58
60
|
"gen7bss": "[Gen 7] Battle Spot Singles",
|
|
61
|
+
"gen7bssf": "[Gen 7] BSS Factory",
|
|
59
62
|
"bfd": "[Gen 8 BDSP] Battle Festival Doubles",
|
|
60
63
|
"lgou": "[Gen 7] Let's Go OU",
|
|
61
64
|
"vgc20": "[Gen 8] VGC 2020",
|
|
@@ -67,8 +70,8 @@
|
|
|
67
70
|
"gen6ag": "[Gen 6] Anything Goes",
|
|
68
71
|
"crossevo": "[Gen 8] Cross Evolution",
|
|
69
72
|
"mayhem": "[Gen 8] Random Battle Mayhem",
|
|
70
|
-
"omotm": "[Gen 8]
|
|
71
|
-
"lcotm": "[Gen 8]
|
|
73
|
+
"omotm": "[Gen 8] Partners in Crime",
|
|
74
|
+
"lcotm": "[Gen 8] Chimera 1v1",
|
|
72
75
|
"fabio": "Ampharos-Mega",
|
|
73
76
|
"maero": "Aerodactyl-Mega",
|
|
74
77
|
"megabunny": "Lopunny-Mega",
|
|
@@ -644,6 +647,7 @@
|
|
|
644
647
|
"tr97psychicfangs": "TR97",
|
|
645
648
|
"tr98liquidation": "TR98",
|
|
646
649
|
"tr99bodypress": "TR99",
|
|
650
|
+
"umbrella": "Utility Umbrella",
|
|
647
651
|
"wp": "Weakness Policy",
|
|
648
652
|
"aboma": "Abomasnow",
|
|
649
653
|
"aegi": "Aegislash",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"ponyta": { "tier": "LC" },
|
|
80
80
|
"rapidash": { "tier": "PU" },
|
|
81
81
|
"slowpoke": { "tier": "LC" },
|
|
82
|
-
"slowbro": { "tier": "
|
|
82
|
+
"slowbro": { "tier": "OU" },
|
|
83
83
|
"magnemite": { "tier": "LC" },
|
|
84
84
|
"magneton": { "tier": "PU" },
|
|
85
85
|
"farfetchd": { "tier": "PU" },
|
|
@@ -3903,11 +3903,11 @@
|
|
|
3903
3903
|
"weedle": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3904
3904
|
"kakuna": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3905
3905
|
"beedrill": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3906
|
-
"beedrillmega": { "isNonstandard": "Past" },
|
|
3906
|
+
"beedrillmega": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3907
3907
|
"pidgey": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3908
3908
|
"pidgeotto": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3909
3909
|
"pidgeot": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3910
|
-
"pidgeotmega": { "isNonstandard": "Past" },
|
|
3910
|
+
"pidgeotmega": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3911
3911
|
"rattata": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3912
3912
|
"rattataalola": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
3913
3913
|
"raticate": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
@@ -4006,7 +4006,7 @@
|
|
|
4006
4006
|
"alakazammega": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4007
4007
|
"machop": { "tier": "LC" },
|
|
4008
4008
|
"machoke": { "tier": "NFE" },
|
|
4009
|
-
"machamp": { "tier": "
|
|
4009
|
+
"machamp": { "tier": "NUBL", "doublesTier": "(DUU)" },
|
|
4010
4010
|
"machampgmax": {
|
|
4011
4011
|
"isNonstandard": "Gigantamax",
|
|
4012
4012
|
"tier": "AG",
|
|
@@ -4039,7 +4039,7 @@
|
|
|
4039
4039
|
"magnezone": { "tier": "OU", "doublesTier": "(DUU)" },
|
|
4040
4040
|
"farfetchd": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
4041
4041
|
"farfetchdgalar": { "tier": "LC" },
|
|
4042
|
-
"sirfetchd": { "tier": "
|
|
4042
|
+
"sirfetchd": { "tier": "NUBL", "doublesTier": "(DUU)" },
|
|
4043
4043
|
"doduo": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4044
4044
|
"dodrio": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4045
4045
|
"seel": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
@@ -4672,7 +4672,7 @@
|
|
|
4672
4672
|
"swanna": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4673
4673
|
"vanillite": { "tier": "LC" },
|
|
4674
4674
|
"vanillish": { "tier": "NFE" },
|
|
4675
|
-
"vanilluxe": { "tier": "
|
|
4675
|
+
"vanilluxe": { "tier": "PUBL", "doublesTier": "(DUU)" },
|
|
4676
4676
|
"deerling": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4677
4677
|
"sawsbuck": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4678
4678
|
"emolga": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
@@ -4747,10 +4747,7 @@
|
|
|
4747
4747
|
"meloetta": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4748
4748
|
"meloettapirouette": { "isNonstandard": "Past" },
|
|
4749
4749
|
"genesect": { "tier": "Uber", "doublesTier": "DOU" },
|
|
4750
|
-
"
|
|
4751
|
-
"genesectchill": { "tier": "Uber", "doublesTier": "(DOU)" },
|
|
4752
|
-
"genesectdouse": { "tier": "Uber", "doublesTier": "(DOU)" },
|
|
4753
|
-
"genesectshock": { "tier": "Uber", "doublesTier": "(DOU)" },
|
|
4750
|
+
"genesectdouse": {},
|
|
4754
4751
|
"chespin": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4755
4752
|
"quilladin": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4756
4753
|
"chesnaught": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
@@ -4883,7 +4880,7 @@
|
|
|
4883
4880
|
"mudbray": { "tier": "LC" },
|
|
4884
4881
|
"mudsdale": { "tier": "NU", "doublesTier": "(DUU)" },
|
|
4885
4882
|
"dewpider": { "tier": "LC" },
|
|
4886
|
-
"araquanid": { "tier": "
|
|
4883
|
+
"araquanid": { "tier": "PUBL", "doublesTier": "DUU" },
|
|
4887
4884
|
"araquanidtotem": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4888
4885
|
"fomantis": { "tier": "LC" },
|
|
4889
4886
|
"lurantis": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
@@ -4955,13 +4952,13 @@
|
|
|
4955
4952
|
"xurkitree": { "tier": "RU", "doublesTier": "(DUU)" },
|
|
4956
4953
|
"celesteela": { "tier": "UU", "doublesTier": "DOU" },
|
|
4957
4954
|
"kartana": { "tier": "OU", "doublesTier": "DUber" },
|
|
4958
|
-
"guzzlord": { "tier": "
|
|
4955
|
+
"guzzlord": { "tier": "PUBL", "doublesTier": "(DUU)" },
|
|
4959
4956
|
"necrozma": { "tier": "RUBL", "doublesTier": "DOU" },
|
|
4960
4957
|
"necrozmaduskmane": { "tier": "Uber", "doublesTier": "DUber" },
|
|
4961
4958
|
"necrozmadawnwings": { "tier": "Uber", "doublesTier": "DUber" },
|
|
4962
4959
|
"necrozmaultra": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4963
4960
|
"magearna": { "tier": "Uber", "doublesTier": "DUber" },
|
|
4964
|
-
"magearnaoriginal": {
|
|
4961
|
+
"magearnaoriginal": {},
|
|
4965
4962
|
"marshadow": { "tier": "Uber", "doublesTier": "DUber" },
|
|
4966
4963
|
"poipole": { "tier": "NFE" },
|
|
4967
4964
|
"naganadel": { "tier": "Uber", "doublesTier": "DUU" },
|
|
@@ -5086,6 +5083,7 @@
|
|
|
5086
5083
|
"clobbopus": { "tier": "LC" },
|
|
5087
5084
|
"grapploct": { "tier": "(PU)", "doublesTier": "(DUU)" },
|
|
5088
5085
|
"sinistea": { "tier": "LC" },
|
|
5086
|
+
"sinisteaantique": { "tier": "LC" },
|
|
5089
5087
|
"polteageist": { "tier": "RU", "doublesTier": "(DUU)" },
|
|
5090
5088
|
"hatenna": { "tier": "LC" },
|
|
5091
5089
|
"hattrem": { "tier": "NFE" },
|