{{document.name}} {{#if document.system.class}}

{{document.system.class.name}}

{{document.system.class.system.domains.[0]}} and {{document.system.class.system.domains.[1]}}
{{else}}

Class

{{/if}}
{{localize "DAGGERHEART.Sheets.PC.Name"}}
{{localize "DAGGERHEART.Sheets.PC.Pronouns"}}
{{#if document.system.canLevelUp}}
*
{{/if}}
{{localize "DAGGERHEART.Sheets.PC.Level"}}
{{#objectSelector title="Heritage" ids=(join document.system.community.uuid document.system.ancestry.uuid) values=(join document.system.community.name document.system.ancestry.name) titleFontSize=14 style="min-width: 272px;"}} {{/objectSelector}} {{#objectSelector title="Subclass" ids=(join document.system.subclass.uuid) values=(join document.system.subclass.name) titleFontSize=14}} {{/objectSelector}}
{{localize "DAGGERHEART.General.OpenBetaDisclaimer" version="V1.4"}}
{{> "systems/daggerheart/templates/sheets/parts/defense.hbs" }} {{> "systems/daggerheart/templates/sheets/parts/health.hbs" }} {{> "systems/daggerheart/templates/sheets/parts/hope.hbs" }} {{> "systems/daggerheart/templates/sheets/parts/experience.hbs" }} {{> "systems/daggerheart/templates/sheets/parts/gold.hbs" }} {{> "systems/daggerheart/templates/sheets/parts/features.hbs" }}
{{> "systems/daggerheart/templates/sheets/parts/attributes.hbs" }} {{> "systems/daggerheart/templates/sheets/parts/weapons.hbs" weapons=document.system.equippedWeapons proficiency=document.system.proficiency.value }} {{> "systems/daggerheart/templates/sheets/parts/armor.hbs" armor=document.system.armor }}
{{> "systems/daggerheart/templates/sheets/pc/sections/loadout.hbs" abilities=this.abilities actor=this.document config=this.config }}
{{> "systems/daggerheart/templates/sheets/pc/sections/inventory.hbs" inventory=this.inventory }}
{{localize "DAGGERHEART.Sheets.PC.Story.BackgroundTitle"}} {{editor document.system.story.background target="system.story.background" button=true }}
{{localize "DAGGERHEART.Sheets.PC.Story.AppearanceTitle"}} {{editor document.system.story.appearance target="system.story.appearance" button=true }}
{{localize "DAGGERHEART.Sheets.PC.Story.ConnectionsTitle"}} {{editor document.system.story.connections target="system.story.connections" button=true }}
{{localize "DAGGERHEART.Sheets.PC.Story.Scars.Title"}}
{{#each document.system.story.scars as |scar index|}}
{{/each}}
{{#with (lookup document.system.story.scars this.selectedScar)}} {{#if this}}
{{editor this.description target=(concat "system.story.scars." ../selectedScar ".description") button=true}}
{{/if}} {{/with}}