@pkmn/dex 0.4.24 → 0.4.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
CHANGED
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"gen6mono": "[Gen 6] Monotype",
|
|
67
67
|
"gen6ag": "[Gen 6] Anything Goes",
|
|
68
68
|
"crossevo": "[Gen 8] Cross Evolution",
|
|
69
|
-
"omotm": "[Gen 8]
|
|
70
|
-
"lcotm": "[Gen 8]
|
|
69
|
+
"omotm": "[Gen 8] Revelationmons",
|
|
70
|
+
"lcotm": "[Gen 8 BDSP] Balanced Hackmons",
|
|
71
71
|
"fabio": "Ampharos-Mega",
|
|
72
72
|
"maero": "Aerodactyl-Mega",
|
|
73
73
|
"megabunny": "Lopunny-Mega",
|
|
@@ -4289,7 +4289,7 @@
|
|
|
4289
4289
|
"swampertmega": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4290
4290
|
"poochyena": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4291
4291
|
"mightyena": { "isNonstandard": "Past", "tier": "Illegal" },
|
|
4292
|
-
"zigzagoon": { "tier": "
|
|
4292
|
+
"zigzagoon": { "tier": "NFE" },
|
|
4293
4293
|
"zigzagoongalar": { "tier": "LC" },
|
|
4294
4294
|
"linoone": { "tier": "NUBL", "doublesTier": "(DUU)" },
|
|
4295
4295
|
"linoonegalar": { "tier": "NFE" },
|
package/build/data/species.json
CHANGED
|
@@ -2515,23 +2515,23 @@
|
|
|
2515
2515
|
"wormadamtrash": { "inherit": true },
|
|
2516
2516
|
"cherrim": { "inherit": true },
|
|
2517
2517
|
"arceus": { "inherit": true },
|
|
2518
|
-
"arceusbug": { "inherit": true, "
|
|
2519
|
-
"arceusdark": { "inherit": true, "
|
|
2520
|
-
"arceusdragon": { "inherit": true, "
|
|
2521
|
-
"arceuselectric": { "inherit": true, "
|
|
2522
|
-
"arceusfairy": { "inherit": true, "
|
|
2523
|
-
"arceusfighting": { "inherit": true, "
|
|
2524
|
-
"arceusfire": { "inherit": true, "
|
|
2525
|
-
"arceusflying": { "inherit": true, "
|
|
2526
|
-
"arceusghost": { "inherit": true, "
|
|
2527
|
-
"arceusgrass": { "inherit": true, "
|
|
2528
|
-
"arceusground": { "inherit": true, "
|
|
2529
|
-
"arceusice": { "inherit": true, "
|
|
2530
|
-
"arceuspoison": { "inherit": true, "
|
|
2531
|
-
"arceuspsychic": { "inherit": true, "
|
|
2532
|
-
"arceusrock": { "inherit": true, "
|
|
2533
|
-
"arceussteel": { "inherit": true, "
|
|
2534
|
-
"arceuswater": { "inherit": true, "
|
|
2518
|
+
"arceusbug": { "inherit": true, "requiredItems": ["Insect Plate"] },
|
|
2519
|
+
"arceusdark": { "inherit": true, "requiredItems": ["Dread Plate"] },
|
|
2520
|
+
"arceusdragon": { "inherit": true, "requiredItems": ["Draco Plate"] },
|
|
2521
|
+
"arceuselectric": { "inherit": true, "requiredItems": ["Zap Plate"] },
|
|
2522
|
+
"arceusfairy": { "inherit": true, "requiredItems": ["Pixie Plate"] },
|
|
2523
|
+
"arceusfighting": { "inherit": true, "requiredItems": ["Fist Plate"] },
|
|
2524
|
+
"arceusfire": { "inherit": true, "requiredItems": ["Flame Plate"] },
|
|
2525
|
+
"arceusflying": { "inherit": true, "requiredItems": ["Sky Plate"] },
|
|
2526
|
+
"arceusghost": { "inherit": true, "requiredItems": ["Spooky Plate"] },
|
|
2527
|
+
"arceusgrass": { "inherit": true, "requiredItems": ["Meadow Plate"] },
|
|
2528
|
+
"arceusground": { "inherit": true, "requiredItems": ["Earth Plate"] },
|
|
2529
|
+
"arceusice": { "inherit": true, "requiredItems": ["Icicle Plate"] },
|
|
2530
|
+
"arceuspoison": { "inherit": true, "requiredItems": ["Toxic Plate"] },
|
|
2531
|
+
"arceuspsychic": { "inherit": true, "requiredItems": ["Mind Plate"] },
|
|
2532
|
+
"arceusrock": { "inherit": true, "requiredItems": ["Stone Plate"] },
|
|
2533
|
+
"arceussteel": { "inherit": true, "requiredItems": ["Iron Plate"] },
|
|
2534
|
+
"arceuswater": { "inherit": true, "requiredItems": ["Splash Plate"] },
|
|
2535
2535
|
"roggenrola": {
|
|
2536
2536
|
"inherit": true,
|
|
2537
2537
|
"abilities": { "0": "Sturdy", "H": "Sand Force" }
|