{{!-- Item Sheet Header --}}

{{itemType}}

{{itemStatus}}
  • {{labels.level}}
  • {{labels.school}}
{{!-- Item Sheet Navigation --}} {{!-- Item Sheet Body --}}
{{!-- Description Tab --}} {{> "dnd5e.item-description"}} {{!-- Details Tab --}}

{{ localize "DND5E.SpellDetails" }}

{{!-- Spell Level --}}
{{!-- Spell School --}}
{{!-- Spell Components --}}
{{#each spellComponents as |component key|}} {{/each}}
{{!-- Material Components --}}
{{#if system.materials.value}}
{{numberInput system.materials.supply name="system.materials.supply" placeholder="0"}} {{numberInput system.materials.cost name="system.materials.cost" placeholder="—"}}
{{/if}}
{{!-- Preparation Mode --}}

{{ localize "DND5E.SpellCastingHeader" }}

{{!-- Item Activation Template --}} {{> "dnd5e.item-activation"}}

{{ localize "DND5E.SpellEffects" }}

{{!-- Item Action Template --}} {{> "dnd5e.item-action"}} {{!-- Spell Level Scaling --}}
{{!-- Effects Tab --}}
{{> "dnd5e.active-effects"}}