• {{occupationPointsString}}
{{!-- Item Sheet Navigation --}} {{!-- Item Sheet Body --}}
{{!-- Description Tab --}}
    {{#each itemProperties}}
  1. {{this}}
  2. {{/each}}
{{editor enrichedDescriptionValue target="system.description.value" engine="prosemirror" button=true owner=owner editable=editable}}
{{!-- Spells Tab --}}

{{ localize "CoC7.OccupationType" }}

{{ localize "CoC7.OccupationPoints" }}

{{#if data.system.occupationSkillPoints.str.selected}} {{/if}}
{{#if data.system.occupationSkillPoints.con.selected}} {{/if}}
{{#if data.system.occupationSkillPoints.siz.selected}} {{/if}}
{{#if data.system.occupationSkillPoints.dex.selected}} {{/if}}
{{#if data.system.occupationSkillPoints.app.selected}} {{/if}}
{{#if data.system.occupationSkillPoints.int.selected}} {{/if}}
{{#if data.system.occupationSkillPoints.pow.selected}} {{/if}}
{{#if data.system.occupationSkillPoints.edu.selected}} {{/if}}

{{ localize "CoC7.CoCIDFlag.keys.i.skill.credit-rating" }}

{{!-- Spells Tab --}}

{{ localize "CoC7.CommonSkills" }}

{{#if skillListEmpty}}

{{ localize "CoC7.EmptySkillList" }}

{{/if}}
    {{#each data.system.skills as |skill|}}
  1. {{skill.name}} ({{skill.system.base}}%)

    {{#unless ../isOwned}} {{/unless}}
  2. {{/each}}
{{#unless isOwned}}

{{ localize "CoC7.OptionSkills" }}

{{#each data.system.groups as |group i|}}
    {{#if group.isEmpty}}

    {{ localize "CoC7.EmptySkillList" }}

    {{/if}} {{#each group.skills as |skill|}}
  1. {{skill.name}} ({{skill.system.base}}%)

  2. {{/each}}
{{/each}}

{{ localize "CoC7.AdditionalSkills" }}

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