pokebedrock-showdown 0.1.1 → 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
@@ -9,6 +9,8 @@ Try to keep this fork with the least amount of changes to the original codebase.
9
9
 
10
10
  ## Releasing a new NPM Version
11
11
 
12
+ If your `smell-of-curry` and you want to release a new version, you can do the following:
13
+
12
14
  1. Update the version in `package.json`
13
15
  2. Run `npm run build-npm`
14
16
  3. Run `npm publish`
@@ -45,6 +47,7 @@ Try to keep this fork with the least amount of changes to the original codebase.
45
47
  - `evoStatusEffect`: Required status condition for evolution
46
48
  - `evoBiomes`: Required biomes for evolution
47
49
  - `evoPriority`: Evolution priority system
50
+ - `evoCosmeticForme`: Required cosmetic forme for evolution
48
51
  - `evoType`: Enhanced evolution type system
49
52
  - `changeEvent`: Event that triggers forme changes
50
53