@pkmn/mods 0.9.37 → 0.9.39
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/README.md +4 -1
- package/build/gen3rs/index.js +3 -9
- package/build/gen3rs/index.js.map +1 -1
- package/build/gen3rs/index.mjs +3 -9
- package/build/gen3rs/index.mjs.map +1 -1
- package/build/gen7letsgo/index.js +35 -50
- package/build/gen7letsgo/index.js.map +1 -1
- package/build/gen7letsgo/index.mjs +35 -50
- package/build/gen7letsgo/index.mjs.map +1 -1
- package/package.json +4 -11
- package/build/gen8bdsp/index.d.mts +0 -17
- package/build/gen8bdsp/index.d.ts +0 -17
- package/build/gen8bdsp/index.js +0 -29718
- package/build/gen8bdsp/index.js.map +0 -1
- package/build/gen8bdsp/index.mjs +0 -29718
- package/build/gen8bdsp/index.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -30,7 +30,6 @@ This package contains data and logic for several mods:
|
|
|
30
30
|
- `gen7letsgo`: A mod on top of Generation 7 which implements Let's Go Pikachu and Let's Go Eevee
|
|
31
31
|
- `gen8dlc1`: A mod on top of Generation 8 which contains data from just Pokémon Sword and Shield
|
|
32
32
|
and the Isle of Armor DLC (ie. Generation 8 **without** the data from the Crown Tundra DLC)
|
|
33
|
-
- `gen8bdsp`: A mod on top of Generation 8 which implements Brilliant Diamond and Shining Pearl
|
|
34
33
|
- `gen9dlc1`: A mod on top of Generation 9 which contains data from just Pokémon Scarlet and Violet
|
|
35
34
|
(ie. Generation 9 **without** the data from the Teal Mask or the Indigo Disk DLC)
|
|
36
35
|
- `gen9dlc1`: A mod on top of Generation 9 which contains data from just Pokémon Scarlet and Violet
|
|
@@ -41,6 +40,10 @@ method. Because of type inconsistencies between `@pkmn/sim` and `@pkmn/dex`, to
|
|
|
41
40
|
imported mod must be cast to `ModData`** first. This cast should be safe, but unfortunately results
|
|
42
41
|
in slightly less ergonomic usage than would be desirable.
|
|
43
42
|
|
|
43
|
+
> [!NOTE]
|
|
44
|
+
> The `gen8bdsp` and `gen8legends` mods exist within the `@pkmn/sim` package along with the base
|
|
45
|
+
> generations as their data is required for correct moveset validation.
|
|
46
|
+
|
|
44
47
|
```ts
|
|
45
48
|
import {Dex, ID, ModData} from '@pkmn/dex'; // '@pkmn/sim'
|
|
46
49
|
|
package/build/gen3rs/index.js
CHANGED
|
@@ -1240,15 +1240,9 @@ var FormatsData = {
|
|
|
1240
1240
|
castform: {
|
|
1241
1241
|
tier: "ZU"
|
|
1242
1242
|
},
|
|
1243
|
-
castformsunny: {
|
|
1244
|
-
|
|
1245
|
-
},
|
|
1246
|
-
castformrainy: {
|
|
1247
|
-
tier: "ZU"
|
|
1248
|
-
},
|
|
1249
|
-
castformsnowy: {
|
|
1250
|
-
tier: "ZU"
|
|
1251
|
-
},
|
|
1243
|
+
castformsunny: {},
|
|
1244
|
+
castformrainy: {},
|
|
1245
|
+
castformsnowy: {},
|
|
1252
1246
|
kecleon: {
|
|
1253
1247
|
tier: "NU"
|
|
1254
1248
|
},
|