{{!-- Character Sheet Main Tab --}}
{{!-- Left Column: Stats --}}

{{localize "VAGABOND.Stats"}}

{{#each stats}}
{{/each}}
{{!-- Center Column: Saves & Skills --}}
{{!-- Saves Section --}}

{{localize "VAGABOND.Saves"}}

{{#each saves}}
{{localize this.label}} ({{this.stats}}) {{this.difficulty}}
{{/each}}
{{!-- Skills Section --}}

{{localize "VAGABOND.Skills"}}

{{#each skills}}
{{localize this.label}} ({{this.statAbbr}}) {{this.difficulty}} {{#if this.hasCritBonus}} {{this.critThreshold}} {{/if}}
{{/each}}
{{!-- Right Column: Attacks & Weapons --}}
{{!-- Attack Skills --}}

{{localize "VAGABOND.Attacks"}}

{{#each attackSkills}}
{{localize this.label}} ({{this.statAbbr}}) {{this.difficulty}} {{#if this.hasCritBonus}} {{this.critThreshold}} {{/if}}
{{/each}}
{{!-- Equipped Weapons --}}

{{localize "VAGABOND.EquippedWeapons"}}

    {{#each items.weapons}} {{#if this.system.equipped}}
  • {{this.name}} {{this.system.damage}}
  • {{/if}} {{/each}}