{{> "systems/vermine2047/templates/actor/appv2/character-header.hbs"}}
  1. {{ localize 'IDENTITY.name'}}
    {{ localize 'VERMINE.qty'}}
    {{ localize 'VERMINE.weight'}}
    {{#if isEditMode}} {{/if}}
  2. {{#each gear as |item id|}}
  3. {{item.name}} {{#if item.system.damages.value}} / {{{item.damagedIcon}}} {{/if}}
    {{#if @root.isEditMode}} {{/if}}
  4. {{/each}}

{{ localize 'IDENTITY.notes'}}

{{editor system.equipment.description target="system.equipment.description" button=true owner=owner editable=editable}}

{{localize 'ITEMS.weapons'}}

{{> "systems/vermine2047/templates/actor/parts/actor-weapons.hbs"}}

{{localize 'ITEMS.defenses'}}

{{> "systems/vermine2047/templates/actor/parts/actor-defenses.hbs"}}