{{!-- Portrait & Vitals --}}
{{!-- Portrait --}} {{#if editable}} {{/if}}
{{#with portrait}} {{#if isVideo}} {{else}} {{ @root.actor.name }} {{/if}} {{/with}} {{#if showDeathSaves}}
{{#with system.attributes.death}}
{{!-- Successes --}}
{{!-- Failures --}}
{{/with}}
{{/if}} {{!-- Initiative --}}
{{!-- Initiative Modifier --}}
{{#if editable}} {{else}} {{ dnd5e-numberFormat system.attributes.init.total signDisplay="always" }} {{/if}}
{{!-- Initiative Score --}} {{#if showInitiativeScore}}
{{ system.attributes.init.score }}
{{/if}}
{{!-- Loyalty --}} {{#if showLoyalty}}
{{#if editable}} {{else if system.attributes.loyalty.value includeZero=true}} {{ system.attributes.loyalty.value }} {{else}} — {{/if}}
{{/if}}
{{!-- Vitals --}}
{{!-- AC --}}
{{#if editable}} {{else}}
{{ system.attributes.ac.value }}
{{/if}}
{{!-- HP --}}
{{!-- HP --}} {{#with system.attributes.hp}}
{{ value }} / {{ effectiveMax }} {{#if tempmax}} {{ dnd5e-numberFormat tempmax signDisplay="always" }} {{/if}} {{#if @root.editable}} {{/if}}
{{#if showDeathSaves}}
{{/if}}
{{/with}} {{!-- Temp & Tempmax --}} {{#with system._source.attributes.hp}}
{{/with}}
{{!-- Ability Scores & Other Statistics --}}
{{!-- Name, Type, Size, & Alignment --}}
{{!-- Name --}} {{#if editable}} {{else}}
{{ actor.name }}
{{/if}} {{!-- Size, Type, & Alignment --}}
    {{!-- Size --}}
  • {{#if editable}} {{else}} {{ lookup (lookup CONFIG.actorSizes system.traits.size) "label" }} {{/if}}
  • {{!-- Type --}}
  • {{#if editable}} {{else}} {{ system.details.type.label }} {{/if}}
  • {{!-- Alignment --}}
  • {{#if editable}} {{else}} {{ system.details.alignment }} {{/if}}
{{!-- Resting, Special Traits, & Proficiency --}} {{#if actor.isOwner}}
{{#if showRests}} {{#each CONFIG.restTypes}} {{/each}} {{/if}}
{{ localize "DND5E.Proficiency" }} {{ dnd5e-formatModifier system.attributes.prof }}
{{!-- CR --}}
{{#if editable}} {{else}} {{{ dnd5e-formatCR system.details.cr }}} {{/if}}
{{/if}}
{{!-- Ability Scores --}}
{{#each abilities}}
{{#if icon}}{{ label }}{{/if}} {{ abbr }}
{{#if @root.editable}} {{else}} {{ dnd5e-formatModifier mod }} {{/if}}
{{#if @root.editable}} {{else}} {{ value }} {{/if}}
{{ dnd5e-formatModifier save.value }}
{{/each}}
{{!-- Legendary Actions & Resistances, Lair Actions, & Classes --}}
{{#if hasClasses}} {{> "dnd5e.actor-classes" }} {{/if}} {{#if (or hasLegendaries editable)}}
{{#if editable}} {{else}} {{#if system.resources.legact.max}}
{{ localize "DND5E.LegendaryAction.Label" }}
{{#each legact}} {{> ".pip" }} {{/each}}
{{/if}} {{#if system.resources.legres.max}}
{{ localize "DND5E.LegendaryResistance.Label" }}
{{#each legres}} {{> ".pip" }} {{/each}}
{{/if}} {{#if modernRules}} {{#if system.resources.lair.value}} {{/if}} {{else if system.resources.lair.initiative}} {{/if}} {{/if}}
{{/if}}
{{#*inline ".pip"}} {{/inline}}