@wayward/types 2.14.4-beta.dev.20250202.1 → 2.14.4-beta.dev.20250203.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.
@@ -268,7 +268,7 @@ export interface IItemDescription extends IObjectDescription, IModdable, ITemper
|
|
268
268
|
*/
|
269
269
|
liquidGather?: ILiquidGather;
|
270
270
|
placeDownType?: DoodadType;
|
271
|
-
damageOnUse?:
|
271
|
+
damageOnUse?: OptionalDescriptions<ActionType, number>;
|
272
272
|
/**
|
273
273
|
* How good this item is at being an item of an `ItemTypeGroup`.
|
274
274
|
*
|
package/package.json
CHANGED