Item Durability
Description
Checks the remaining durability of the item that triggered the skill against a range. Remaining durability is the item's max durability minus its current damage, and Crucible custom durability is respected.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| durability | d | The remaining durability to compare against. Supports range syntax (e.g. <50, >=1, 10to100) |
the inline argument |
Examples
Conditions:
- itemDurability{durability=<50} true
Skills:
- message{m="Almost broken!"} @self ~onUse ?itemDurability{d=<10}