# Triggers

Defines how the totem will be activated, if the trigger is not specified, it will work as a normal totem (it will be executed at death).

<table><thead><tr><th width="159.66666666666669">Type</th><th width="112">Value</th><th>Description</th></tr></thead><tbody><tr><td>isClickable</td><td>Boolean</td><td>Use the totem by clicking with it.</td></tr><tr><td>isConsumable</td><td>Boolean</td><td>Uses totem when consumed (food)</td></tr><tr><td>isThrowable</td><td>Boolean</td><td>Use the totem by throwing it on the floor.</td></tr><tr><td>isPickupable</td><td>Boolean</td><td>Uses the totem when picking it up from the floor</td></tr><tr><td>isPlaceable</td><td>Boolean</td><td>Uses the totem by placing it (block)</td></tr></tbody></table>
