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.
@@ -17,5 +17,8 @@
17
17
  "[typescript]": {
18
18
  "editor.formatOnSave": false,
19
19
  "editor.defaultFormatter": "vscode.typescript-language-features"
20
- }
20
+ },
21
+ "cSpell.words": [
22
+ "pokebedrock"
23
+ ]
21
24
  }
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