pokebedrock-showdown 0.1.2 → 0.1.3
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/.vscode/settings.json +4 -1
- package/README.md +1 -0
- package/data/pokedex.ts +20074 -20066
- package/dist/data/pokedex.js +8 -0
- package/dist/data/pokedex.js.map +2 -2
- package/dist/sim/battle.js.map +2 -2
- package/dist/sim/dex-species.d.ts +5 -0
- package/dist/sim/dex-species.js.map +2 -2
- package/dist/sim/pokemon.js +3 -3
- package/dist/sim/pokemon.js.map +2 -2
- package/package.json +1 -1
- package/sim/dex-species.ts +5 -0
- package/sim/pokemon.ts +2 -2
package/.vscode/settings.json
CHANGED
package/README.md
CHANGED
|
@@ -47,6 +47,7 @@ If your `smell-of-curry` and you want to release a new version, you can do the f
|
|
|
47
47
|
- `evoStatusEffect`: Required status condition for evolution
|
|
48
48
|
- `evoBiomes`: Required biomes for evolution
|
|
49
49
|
- `evoPriority`: Evolution priority system
|
|
50
|
+
- `evoCosmeticForme`: Required cosmetic forme for evolution
|
|
50
51
|
- `evoType`: Enhanced evolution type system
|
|
51
52
|
- `changeEvent`: Event that triggers forme changes
|
|
52
53
|
|