{{localize 'DAGGERHEART.GENERAL.Trait.plural'}}
{{#each document._source.system.traits as | trait key |}}
{{localize (concat "DAGGERHEART.CONFIG.Traits." key ".name" )}}
{{/each}}
{{localize 'DAGGERHEART.GENERAL.basics'}}
{{#each resources as |resource|}} {{formGroup resource.field value=resource.value name=resource.name}} {{/each}} {{formGroup systemFields.scars value=document._source.system.scars localize=true}} {{formGroup systemFields.proficiency value=document._source.system.proficiency localize=true}} {{formGroup systemFields.evasion value=document._source.system.evasion label="DAGGERHEART.ACTORS.Character.maxEvasionBonus" localize=true}}