{{> (resolvePath "templates/items/partials/ability-activation.hbs")}} {{#if item.isFeat}}
{{#if mandatoryTakeOnce}}{{/if}}
{{#if (eq item.level 1)}}
{{/if}} {{/if}}
{{localize "PF2E.Item.Feat.Subfeatures.Label"}} {{#if canHaveKeyOptions}}

{{localize "PF2E.Item.Feat.Subfeatures.KeyAbilityOptions.Hint"}}

{{localize "PF2E.Item.Feat.Subfeatures.SuppressedFeatures.Hint"}}

{{/if}}
{{#if (gt languages.slots 0)}}
  • {{/if}} {{#each languages.granted.selected as |language|}}
  • {{/each}}
  • {{#each proficiencies as |group|~}} {{#each group.options as |option|~}} {{#if option.invalid~}}
  • {{option.label}}
  • {{else if option.rank~}}
  • {{#if (or option.attribute (eq option.attribute null))}} {{/if}}
  • {{~/if}} {{~/each}} {{~/each}}
  • {{#if hasProficiencies}} {{/if}}
  • {{#each senses as |option|~}} {{#if option.selected~}}
  • {{~/if}} {{~/each}}
  • {{#unless (eq item.system.actionType.value "passive")}} {{> (resolvePath "templates/items/partials/self-applied-effect.hbs")}} {{/unless}} {{> (resolvePath "templates/items/partials/other-tags.hbs")}}