{{localize tabs.settings.label}} {{formGroup systemFields.hitPoints value=source.system.hitPoints localize=true}} {{formGroup systemFields.evasion value=source.system.evasion localize=true}}
{{localize "DAGGERHEART.General.Trait.plural"}} {{localize "DAGGERHEART.Config.Traits.agility.name"}} {{localize "DAGGERHEART.Config.Traits.strength.name"}} {{localize "DAGGERHEART.Config.Traits.finesse.name"}} {{localize "DAGGERHEART.Config.Traits.instinct.name"}} {{localize "DAGGERHEART.Config.Traits.presence.name"}} {{localize "DAGGERHEART.Config.Traits.knowledge.name"}}
{{localize "DAGGERHEART.Items.Class.guide.suggestedEquipment"}}
{{localize "DAGGERHEART.Items.Class.guide.suggestedPrimaryWeaponTitle"}}
{{#if document.system.characterGuide.suggestedPrimaryWeapon}}
{{document.system.characterGuide.suggestedPrimaryWeapon.name}}
{{/if}}
{{localize "DAGGERHEART.Items.Class.guide.suggestedSecondaryWeaponTitle"}}
{{#if document.system.characterGuide.suggestedSecondaryWeapon}}
{{document.system.characterGuide.suggestedSecondaryWeapon.name}}
{{/if}}
{{localize "DAGGERHEART.Items.Class.guide.suggestedArmorTitle"}}
{{#if document.system.characterGuide.suggestedArmor}}
{{document.system.characterGuide.suggestedArmor.name}}
{{/if}}
{{localize "DAGGERHEART.General.inventory"}}
{{localize "DAGGERHEART.General.take"}}
{{#each source.system.inventory.take}}
{{this.name}}
{{/each}}
{{localize "DAGGERHEART.Items.Class.guide.inventory.thenChoose"}}
{{#each source.system.inventory.choiceA}}
{{this.name}}
{{/each}}
{{localize "DAGGERHEART.Items.Class.guide.inventory.andEither"}}
{{#each source.system.inventory.choiceB}}
{{this.name}}
{{/each}}