{{!-- Character Sheet Abilities Tab --}}
{{!-- Ancestry Section --}} {{#if ancestry}}

{{localize "VAGABOND.Ancestry"}}

{{ancestry.name}}
{{ancestry.name}} {{ancestry.system.beingType}} {{ancestry.system.size}}
{{#if ancestry.system.traits.length}}
{{#each ancestry.system.traits}}
{{this.name}}: {{{this.description}}}
{{/each}}
{{/if}}
{{/if}} {{!-- Class Features Section --}}

{{localize "VAGABOND.Features"}}

{{!-- Perks Section --}}

{{localize "VAGABOND.Perks"}}

{{!-- Active Effects Section --}}

{{localize "VAGABOND.ActiveEffects"}}

{{#if effects.temporary.length}}

{{localize "VAGABOND.TemporaryEffects"}}

    {{#each effects.temporary}}
  • {{this.name}} {{this.name}} {{#if this.duration.remaining}} {{this.duration.remaining}} rounds {{/if}}
  • {{/each}}
{{/if}} {{#if effects.passive.length}}

{{localize "VAGABOND.PassiveEffects"}}

    {{#each effects.passive}}
  • {{this.name}} {{this.name}} {{this.parent.name}}
  • {{/each}}
{{/if}}