{{!-- TOGGLES --}}
{{#if toggles.actions}}{{> (resolvePath "templates/actors/partials/toggles.hbs") toggles=toggles.actions}}{{/if}}

{{localize "PF2E.RecallKnowledge.Label"}}

{{#if identificationDCs.standard}}
{{identificationDCs.standard}}
{{/if}}
{{identificationDCs.lore}}

{{localize "PF2E.Actor.Creature.AttributeModifiers"}}

{{!-- ATTRIBUTE MODIFIERS --}}
{{#each data.abilities as |attribute slug|}} {{/each}}
{{!-- PERCEPTION & SENSES --}}

{{localize "PF2E.NPC.SensesLabel"}}

{{#if editable}}
{{/if}}
    {{~#each data.perception.senses as |sense|}}
  • {{~#if sense.emphasizeLabel}}{{sense.label}}{{else}}{{sense.label}}{{/if~}}
  • {{/each~}} {{~#unless data.perception.vision}}
  • {{localize "PF2E.Actor.Creature.Sense.NoVision"}}
  • {{/unless}}
{{!-- LANGUAGES --}}

{{localize "PF2E.Actor.Creature.Language.Plural"}}

{{# if editable}}
{{/if}}
    {{#each languages as |language|}}
  • {{language.label}}
  • {{/each}} {{#if data.details.languages.details}}
  • {{data.details.languages.details}}
  • {{/if}}
{{!-- SKILLS --}}

{{localize "PF2E.SkillsLabel"}}

{{#if options.editable}}
{{/if}}
{{#each data.skills as |skill slug|}} {{#if skill.visible}}
{{skill.label}} {{numberFormat skill.value sign=true}} {{#if skill.note}} ({{skill.note}}) {{/if}} {{#each skill.special as |special idx|}} ({{localize "PF2E.Actor.NPC.SpecialSkill" mod=special.mod label=special.label}}) {{/each}}
{{/if}} {{/each}}
{{!-- ATTACKS --}}

{{localize "PF2E.NPC.Attacks"}}

{{#if options.editable}} {{/if}}
    {{#each attacks as |attack index|}} {{> (resolvePath "templates/actors/npc/partials/attack.hbs") action=attack index=index}} {{/each}}
{{!-- ACTIONS --}}

{{localize "PF2E.ActionActionsLabel"}}

{{#if options.editable}}
{{/if}}
    {{#each actions.active.actions as |action actionId|}} {{> (resolvePath "templates/actors/npc/partials/action.hbs") action=action}} {{/each}}
{{!-- PASSIVES --}}

{{localize "PF2E.NPC.PassivesLabel"}}

{{#if options.editable}}
{{/if}}
    {{#each actions.passive.actions as |action actionId|}} {{> (resolvePath "templates/actors/npc/partials/action.hbs") action=action isEditable=@root.options.editable}} {{/each}}