{{#if canDragToken}}
{{/if}} {{#if linkedActor}}
{{else}}
{{/if}} {{#if isToken}}
{{/if}}
{{!-- Sheet Header --}}
{{#unless permissionLimited}}
{{#if isCreature}}
{{else}}
{{#if pulpRuleOrganization}}
{{/if}}
{{/if}}
{{#each data.system.characteristics as |characteristic key|}} {{#if ../data.system.flags.locked}} {{#if characteristic.display}}
{{#if characteristic.editable}} {{else}} {{/if}}
{{/if}} {{else}}
{{#if ../displayFormula}}
{{else}}
{{#if characteristic.editable}} {{else}} {{/if}}
{{/if}}
{{/if}} {{/each}}
/ {{#if data.system.attribs.hp.auto}} {{else}} {{/if}} {{#unless data.system.flags.locked}}
{{/unless}}
{{#if data.system.flags.locked}}
{{#if hasMp}} / {{#if data.system.attribs.mp.auto}} {{else}} {{/if}} {{/if}}
{{#if hasSan}} / {{#if data.system.attribs.san.auto}} {{else}} {{/if}} {{/if}}
{{#if hasLuck}} {{/if}}
{{else}}
/ {{#if data.system.attribs.mp.auto}} {{else}} {{/if}}
/ {{#if data.system.attribs.san.auto}} {{else}} {{/if}}
{{/if}}
{{#if data.system.attribs.mov.auto}} {{data.system.attribs.mov.value}} {{else}} {{/if}} {{#unless data.system.flags.locked}}
{{else}} {{localize (selectValue movementTypes data.system.attribs.mov.type 'id' 'name')}} {{/unless}}
{{#each data.system.special.movement as |movement key|}}
{{#unless ../data.system.flags.locked}}
{{else}} {{localize (selectValue ../movementTypes movement.type 'id' 'name')}} {{/unless}}
{{/each}} {{#unless data.system.flags.locked}}
{{/unless}}
{{#if data.system.attribs.db.auto}} {{data.system.attribs.db.value}} {{else}} {{/if}} {{#unless data.system.flags.locked}}
{{/unless}}
{{#if data.system.attribs.build.auto}} {{data.system.attribs.build.value}} {{else}} {{/if}} {{#unless data.system.flags.locked}}
{{/unless}}
{{#if isDying}} {{else}}
{{#if data.system.flags.locked}} {{data.system.special.sanLoss.checkPassed}} / {{data.system.special.sanLoss.checkFailled}} {{else}} / {{/if}}
{{#if allowFormula}} {{#if data.system.flags.locked}}
{{else}} {{#if displayFormula}}
{{else}} {{/if}} {{/if}} {{else}}
{{/if}} {{#if data.system.flags.locked}} {{else}} {{#if allowFormula}} {{#if displayFormula}} {{else}} {{/if}} {{/if}} {{/if}}
{{/if}}
{{/unless}} {{#if isDead}}
{{else}} {{#if isDying}}
{{else}} {{/if}} {{/if}}
{{!-- Sheet Body --}} {{#unless permissionLimited}}

{{localize 'CoC7.Skills'}}

{{#unless data.system.flags.locked}}
{{/unless}}
{{> "systems/CoC7/templates/actors/parts/npc-skills.html"}}

{{localize 'CoC7.Combat'}}

{{#unless data.system.flags.locked}}
{{/unless}}
 

{{localize 'CoC7.AttacksPerRound'}} :

{{#if data.system.flags.locked}}
{{data.system.special.attacksPerRound}}
{{else}} {{/if}}
{{> "systems/CoC7/templates/actors/parts/npc-combat.html"}}
{{#if hasInventory}}

{{localize 'CoC7.Inventory'}}

{{> "systems/CoC7/templates/actors/parts/actor-inventory-items.html"}}
{{/if}}

{{localize 'CoC7.Notes'}}

{{editor enrichedBiographyPersonalDescription target="system.biography.personalDescription.value" engine="prosemirror" button=true owner=owner editable=editable}}
{{#if macros.length}}

{{localize 'DOCUMENT.Macros'}}

{{#each macros as |macro key|}}
{{macro.name}}
{{/each}}
{{/if}}

{{localize 'CoC7.Effects'}}

{{> "systems/CoC7/templates/common/active-effects.hbs"}}
{{#if isKeeper}}

{{localize 'CoC7.GmNotes'}}

{{editor enrichedDescriptionKeeper target="system.description.keeper" engine="prosemirror" button=true owner=owner editable=editable}} {{#if hasConditions}} {{/if}}
{{/if}}
{{/unless}}