{{> "systems/CoC7/templates/actors/parts/npc-skills.html"}}
{{localize 'CoC7.AttacksPerRound'}} :
{{#if data.system.flags.locked}}
{{data.system.special.attacksPerRound}}
{{else}}
{{/if}}
{{> "systems/CoC7/templates/actors/parts/npc-combat.html"}}
{{#if hasInventory}}
{{> "systems/CoC7/templates/actors/parts/actor-inventory-items.html"}}
{{/if}}
{{editor enrichedBiographyPersonalDescription target="system.biography.personalDescription.value" engine="prosemirror" button=true owner=owner editable=editable}}
{{#if macros.length}}
{{#each macros as |macro key|}}
{{/each}}
{{/if}}
{{> "systems/CoC7/templates/common/active-effects.hbs"}}
{{#if isKeeper}}
{{editor enrichedDescriptionKeeper target="system.description.keeper" engine="prosemirror" button=true owner=owner editable=editable}}
{{#if hasConditions}}
{{/if}}
{{/if}}