Configure sonic identity.

Configure specific sound bindings for this Item. These will travel with the Item if exported.

{{#each slots as |slot|}}
{{slot.label}}
{{#if slot.isMuted}} Muted {{else if slot.hasValue}} {{slot.displayValue}} {{else}} No binding {{/if}}
{{/each}}
{{!-- Spell Vocal Layer section: shown for spell items or items with the flag set --}} {{#if isSpell}}
Spell Vocal Layer

When enabled globally, a caster incantation plays before the spell's effect sound. Use the toggle below to force this item to trigger the vocal layer regardless of its components, or pick a specific vocal clip that overrides the global SPELL_VOCAL_CAST key.

{{!-- Force Vocal Toggle --}}
Force Vocal Layer
{{#if spellVocal}} Enabled {{else}} Off {{/if}}
{{!-- Vocal Override Sound --}}
Vocal Override
{{#if spellVocalOverride}} {{spellVocalOverrideName}} {{else}} Uses SPELL_VOCAL_CAST {{/if}}
{{#if spellVocalOverride}} {{/if}}
{{/if}}