{{!-- Skills & Tools --}}
{{!-- Skills --}}

{{ localize "DND5E.Skills" }}

    {{#each skills}} {{> ".skill-prof" path=(concat "system.skills." key) config="DND5E.SkillConfigure" type="skill" hasPassive=true roll="skill-name" }} {{/each}}
{{!-- Tools --}} {{#if editable}} {{/if}}

{{ localize "TYPES.Item.toolPl" }}

    {{#each tools}} {{> ".skill-prof" path=(concat "system.tools." key) config="DND5E.ToolConfigure" type="tool" hasPassive=false roll="tool-name" }} {{/each}}
{{!-- Background, Saving Throws, Proficiencies, & Senses --}}
{{!-- Background & Saving Throws --}}
{{!-- Saving Throws --}}

{{ localize "DND5E.ClassSaves" }}

    {{#each saves}} {{> ".ability-prof" path=(concat "system.abilities." @key) config=(localize "DND5E.AbilityConfigure" ability=label) }} {{/each}}
{{!-- Background --}}
{{#with creatureType}}
{{ localize title }} {{ subtitle }}
{{#if (and @root.editable @root.species)}} {{/if}}
{{/with}} {{#if species}}
{{#if species.img}} {{ species.name }} {{/if}}
{{ species.name }} {{#if editable}} {{else}} {{ labels.size }} {{/if}}
{{#if editable}} {{/if}}
{{else if actor.isOwner}}
{{ localize "DND5E.Species.Add" }}
{{/if}} {{#if background}}
{{#if background.img}} {{ background.name }} {{/if}}
{{ background.name }}
{{#if editable}} {{/if}}
{{else if actor.isOwner}}
{{ localize "DND5E.BackgroundAdd" }}
{{/if}}
{{!-- Senses --}} {{#if (or editable senses)}} {{> "dnd5e.actor-trait-pills" values=senses key="senses" icon="fas fa-eye" label="DND5E.Senses" configAction="senses" }} {{/if}} {{!-- Resistances --}} {{> "dnd5e.actor-trait-pills" values=traits.dr key="dr" color="green" icon="fas fa-shield-halved" label="DND5E.Resistances" }} {{!-- Immunities --}} {{#if editable}} {{> "dnd5e.actor-trait-pills" values=traits.di key="di" color="green" icon="fas fa-shield" label="DND5E.DamImm" }} {{else}} {{> "dnd5e.actor-trait-pills" values=traits.di key="di" color="green" icon="fas fa-shield" label="DND5E.Immunities" }} {{/if}} {{> "dnd5e.actor-trait-pills" values=traits.ci key="ci" color="green" svg="rosa-shield" label="DND5E.ConImm" }} {{!-- Vulnerabilities --}} {{> "dnd5e.actor-trait-pills" values=traits.dv key="dv" color="maroon" icon="fas fa-heart-crack" label="DND5E.Vulnerabilities" }} {{!-- Damage Modification --}} {{> "dnd5e.actor-trait-pills" values=traits.dm key="dm" icon="fas fa-heart-circle-plus" label="DND5E.DamageModification.Label" }} {{!-- Armor --}} {{> "dnd5e.actor-trait-pills" values=traits.armor key="armor" svg="checked-shield" label="DND5E.Armor" }} {{!-- Weapons --}} {{> "dnd5e.actor-trait-pills" values=traits.weapon key="weapon" svg="trait-weapon-proficiencies" label="TYPES.Item.weaponPl" }} {{!-- Languages --}} {{> "dnd5e.actor-trait-pills" values=traits.languages key="languages" icon="fas fa-flag" label="DND5E.Languages" }}
{{#*inline ".skill-prof"}}
  • {{#if @root.editable}} {{else}}
    {{ abbreviation }}
    {{/if}} {{ label }}
    {{ dnd5e-formatModifier total }}
    {{#if @root.editable}} {{else if hasPassive}}
    {{ passive }}
    {{/if}}
  • {{/inline}} {{#*inline ".ability-prof"}}
  • {{#if isConcentration}} {{else}} {{/if}} {{ label }} {{ abbr }}
    {{ dnd5e-formatModifier save.value }}
    {{#if @root.editable}} {{/if}}
  • {{/inline}}