@wayward/types 2.14.5-beta.dev.20250515.1 → 2.14.5-beta.dev.20250516.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.
@@ -30,7 +30,7 @@ export interface IObjectDescription extends IHasImagePath {
|
|
30
30
|
*/
|
31
31
|
decayMax?: number;
|
32
32
|
/**
|
33
|
-
* An associated skill or skills for the item when refining, reinforcing, dismantling, consuming, etc.
|
33
|
+
* An associated skill or skills for the item when repairing (as a fallback), refining, reinforcing, dismantling, consuming, etc.
|
34
34
|
* If multiple skills are set, it will pick one at random when using
|
35
35
|
*/
|
36
36
|
skillUse?: SkillType | SkillType[];
|
package/package.json
CHANGED