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

{{itemType}}

{{itemStatus}}
{{!-- Item Sheet Navigation --}} {{!-- Item Sheet Body --}}
{{!-- Description Tab --}}
{{editor descriptionHTML target="system.description.value" button=true editable=editable engine="prosemirror" collaborate=false}}
{{!-- Details Tab --}}
{{!-- Identifier --}}

{{{localize "DND5E.ClassIdentifierHint" identifier=item.identifier}}}

{{!-- Class Hit Dice --}}
{{numberInput system.hitDiceUsed name="system.hitDiceUsed" placeholder="0"}}
{{!-- Spellcasting --}}

{{localize "DND5E.Spellcasting"}}

{{> "dnd5e.item-spellcasting"}} {{!-- Proficiencies --}}

{{localize "DND5E.Proficiency"}}

    {{#each system.saves}}
  • {{lookup (lookup ../config.abilities this) "label"}}
  • {{/each}}
{{!-- Level 1 skills --}}
{{numberInput system.skills.number name="system.skills.number" placeholder="0"}}
    {{#each system.skills.choices}}
  • {{lookup (lookup ../config.skills this) "label"}}
  • {{/each}}
    {{#each system.skills.value}}
  • {{lookup (lookup ../config.skills this) "label"}}
  • {{/each}}
{{!-- Advancement Tab --}} {{> "dnd5e.item-advancement"}}