Item components

ElectricLight

item component · builder

A [light source] when [powered], can be [lit] by players

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
watts <watts> - the wattage of the light
illumination <lux> - the illumination in lux provided by the light
lit <emote> - the emote when the light turns on. Use $0 for the light item
unlit <emote> - the emote when the light turns off. Use $0 for the light item
onlight <prog> - sets a prog that executes when the light turns on
onlight - clears an onlight prog
onoff <prog> - sets a prog that executes when the light turns off
onoff - clears an onoff prog

← Back to Item components