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

{{document.system.class.value.name}}

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

Class

{{/if}}
{{localize "DAGGERHEART.Sheets.PC.Name"}}
{{localize "DAGGERHEART.Sheets.PC.Pronouns"}}
{{#if document.system.levelData.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.class.subclass.uuid) values=(join document.system.class.subclass.name) titleFontSize=14}} {{/objectSelector}}
{{> "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/gold.hbs" }} {{> "systems/daggerheart/templates/sheets/parts/features.hbs" }}
{{> "systems/daggerheart/templates/sheets/parts/attributes.hbs" }} {{> "systems/daggerheart/templates/sheets/parts/weapons.hbs" primaryWeapon=document.system.primaryWeapon secondaryWeapon=document.system.secondaryWeapon weaponBurden=document.system.getWeaponBurden proficiency=document.system.proficiency }} {{> "systems/daggerheart/templates/sheets/parts/armor.hbs" armor=document.system.armor }}
{{> "systems/daggerheart/templates/sheets/character/sections/loadout.hbs" abilities=this.abilities actor=this.document config=this.config }}
{{> "systems/daggerheart/templates/sheets/character/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}}