Item components

Wieldable

item component · builder

Makes the item able to be wielded, even though it's not a weapon. Use for props.

You can use the following options with this component:

name <name> - sets the name of the component
desc <desc> - sets the description of the component
canwield <prog> - sets a prog controlling if this can be wielded
canwield none - removes a canwield prog
whycantwield <prog> - sets a prog giving the error message if canwield fails
whycantwield none - clears the whycantwield prog

← Back to Item components