Item components

Wearable

item component · builder

Turns the item into a [wearable]

You can use the following options:

name <name> - sets the name of the component
desc <desc> - sets the description of the component
add <wearprofile> - adds a wear profile. See send href='show wears'show wears/send for a list.
remove <wearprofile> - removes a wear profile.
default <wearprofile> - sets a wear profile as the default choice.
hidden - toggles whether this wearable shows up when you look at someone
bulky - toggles whether this item counts as bulky.
weight <#> - sets the layer weight consumed by this item
waterproof - toggles waterproofing.
waterproof [<percentage>] - sets an item to waterproof at HP remaining above specified threshold.
damage <amount> - for a value between 0 and 1, sets the percentage of total hitpoints remaining before this item no longer hides things below it.
prog <prog> - sets a prog that determines who can wear this item. Requires a prog that returns a bool and accepts a character and an item.
failprog <prog> - sets a prog that determines what echo a person should get when they can't wear the item because of the other prog. Requires a prog that returns a text and accepts a character and an item.

← Back to Item components