{{!-- Ability Scores --}}
{{!-- Skills --}}
{{#each config.skills as |obj s|}}
{{#with (lookup ../skills s) as |skill|}}
-
{{{skill.icon}}}
{{skill.abbreviation}}
{{numberFormat skill.total decimals=0 sign=true}}
({{skill.passive}})
{{/with}}
{{/each}}
{{!-- Legendary Actions --}}
{{!-- Traits --}}
{{> "dnd5e.actor-traits"}}
{{!-- Features Tab --}}
{{> "dnd5e.actor-features" sections=features}}
{{!-- Spellbook Tab --}}
{{> "dnd5e.actor-spellbook"}}
{{!-- Effects Tab --}}
{{> "dnd5e.active-effects"}}
{{!-- Biography Tab --}}
{{editor biographyHTML target="system.details.biography.value" button=true editable=editable
engine="prosemirror" collaborate=false}}