{{#unless isExploded}}
{{name}}
{{/unless}}
{{#if isExploded}} {{!-- name --}}
{{name}}
{{/if}} {{!-- stamina --}} {{#if health.sp}}
{{> 'numbers' name="system.attributes.hp.sp" entry=health.sp}}
{{/if}} {{!-- hardness --}} {{#if hardness includeZero=true}}
{{hardness}}
{{!-- scouting --}} {{else if scouting}} {{scouting}} {{!-- temp hp --}} {{else}}
{{/if}} {{!-- health --}}
{{#if health}} {{> 'numbers' name="system.attributes.hp" entry=health}} {{else}}
—— / ——
{{/if}}
{{!-- ac --}}
{{#if hasCover}} {{else}} {{/if}} {{ac}}
{{!-- shield --}} {{#if isCombatant}}
{{#if shield.broken}} {{else if shield.raised}} {{else if shield.itemId}} {{else}} {{/if}} ({{shield.hardness}}) {{#if shield.itemId}} {{else}} ——   {{/if}}
{{else}} {{!-- extra data for non-character --}}
{{> 'level'}} {{#if isVehicle}} {{> 'statistics'}} {{else if isFamiliar}} {{> 'speed'}} {{else if (or isHazard isArmy)}} {{> (@root.partial 'sidebars') sidebars}} {{/if}}
{{#if isHazard}}
{{> 'statistics'}}
{{/if}} {{/if}}
{{#if (or isCombatant isFamiliar)}}
{{> 'statistics'}}
{{/if}} {{#if isCombatant}} {{#if isExploded}}
{{#if isCharacter}} {{> 'resources'}} {{else if isNPC}} {{> 'npc-extras'}} {{/if}} {{> 'level'}} {{> 'speed'}} {{> 'alliance'}}
{{else}}
{{> 'level'}} {{> 'speed'}}
{{> 'alliance'}}
{{#if isCharacter}}
{{> 'resources'}}
{{else}}
{{> 'npc-extras'}}
{{/if}} {{/if}} {{/if}} {{#unless isArmy}}
{{#each infoSections as |info|}}
{{/each}} {{#if (and isExploded sidebars.length (not isHazard))}}
{{> (@root.partial 'sidebars') sidebars}} {{/if}}
{{#unless (or isExploded isHazard (not sidebars.length))}}
{{> (@root.partial 'sidebars') sidebars}}
{{/unless}} {{/unless}} {{#*inline 'numbers'}}
/ {{entry.max}}
{{/inline}} {{#*inline 'statistics'}} {{#each statistics as |statistic|}} {{#if statistic.value}} {{statistic.value}} {{else}} {{statistic.dc}} / {{statistic.mod}} {{/if}} {{/each}} {{/inline}} {{#*inline 'level'}}
{{level}}
{{/inline}} {{#*inline 'speed'}} {{speed.main.total}} {{/inline}} {{#*inline 'alliance'}} {{#if alliance}} {{/if}} {{/inline}} {{#*inline 'npc-extras'}} {{!-- knowledge, traits & notes --}}
{{knowledge.dc}}
??
... {{/inline}} {{#*inline 'resources'}} {{#if resources.hero.mythic}}
{{> (@root.partial 'slider') resources.hero}}
{{else}}
{{> (@root.partial 'slider') resources.hero}}
{{/if}}
{{> (@root.partial 'slider') resources.dying}}
{{> (@root.partial 'slider') resources.wounded}}
{{/inline}}