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

{{localize "VAGABOND.Stats"}}

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

{{localize "VAGABOND.Saves"}}

{{!-- Reflex Save --}}
{{localize saves.reflex.label}} ({{saves.reflex.stats}}) {{saves.reflex.difficulty}}
{{!-- Dodge sub-row (indented under Reflex) --}}
{{localize "VAGABOND.Dodge"}} {{#if saves.reflex.dodge.hindered}} {{/if}} {{saves.reflex.dodge.difficulty}}
{{!-- Endure Save --}}
{{localize saves.endure.label}} ({{saves.endure.stats}}) {{saves.endure.difficulty}}
{{!-- Block sub-row (indented under Endure) --}}
{{localize "VAGABOND.Block"}} {{saves.endure.block.difficulty}}
{{!-- Will Save --}}
{{localize saves.will.label}} ({{saves.will.stats}}) {{saves.will.difficulty}}
{{!-- 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}}