{{log "handlebar actor-sheet" this}}
{{!-- Sheet Header --}}

{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Carac Tab --}}
lock/unlock{{#if data.editStatSkill}}Lock{{else}}Unlock{{/if}}
    {{#each data.stats as |stat key|}} {{#if stat.isLevelUp}}
  • {{localize 'STAT.levelUp'}} {{else}}
  • {{/if}} {{localize stat.label}}
  • {{/each}}
    {{#each data.scores as |score key|}}
  • {{localize score.label}} {{#if (eq key 'defense')}} {{/if}} {{#if (eq key 'edge')}} {{/if}}
  • {{/each}}
Edge cardsDraw edge cards {{#each data.edgecard as |card key|}} {{/each}}
{{!-- Skills Tab --}}
Skills
    {{#each data.skill1 as |skill key|}} {{#if skill.data.isLevelUp}}
  • {{else}}
  • {{/if}} {{#if skill.data.isLevelUp}} {{skill.name}} {{else}} {{skill.name}} {{/if}}
  • {{/each}}
    {{#each data.skill2 as |skill key|}} {{#if skill.data.isLevelUp}}
  • {{else}}
  • {{/if}} {{#if skill.data.isLevelUp}} {{skill.name}} {{else}} {{skill.name}} {{/if}}
  • {{/each}}
{{!-- Fight Tab --}}
{{!-- Gears Tab --}}
{{!-- Biography Tab --}}

Biography :

{{editor content=data.biography target="data.biography" button=true owner=owner editable=editable}}

Notes :

{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
{{>"systems/foundryvtt-shadows-over-sol/templates/editor-notes-gm.html"}}