@wayward/types 2.13.2-beta.dev.20230602.1 → 2.13.2-beta.dev.20230603.1

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.
@@ -196,6 +196,10 @@ export interface IDoodadDescription extends IObjectDescription, IModdable, ICaus
196
196
  */
197
197
  containedItemGroupProvidesSkill?: IProvidesSkill;
198
198
  alwaysInspectable?: true;
199
+ /**
200
+ * The amount of turns it takes to purify the water.
201
+ */
202
+ waterPurificationTurns?: number;
199
203
  }
200
204
  export interface IItemStackRegion {
201
205
  xMin?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.13.2-beta.dev.20230602.1",
4
+ "version": "2.13.2-beta.dev.20230603.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",