diff --git a/templates/actors/parts/actor-powerbook.html b/templates/actors/parts/actor-powerbook.html deleted file mode 100644 index dbd05381..00000000 --- a/templates/actors/parts/actor-powerbook.html +++ /dev/null @@ -1,123 +0,0 @@ -
-
-

{{localize "SW5E.PowerAbility"}}

- - {{#if isNPC}} -

{{localize "SW5E.PowercasterLevel"}}

- - {{/if}} -

{{localize "SW5E.PowerDC"}} {{data.attributes.powerdc}}

-
- - -
- -
    -{{#each powerbook as |section|}} -
  1. -
    -

    {{section.label}}

    -
    - -
    - {{#if section.usesSlots}} - - / - - {{{section.slots}}} - {{#if ../editable}} - - - - {{/if}} - {{ else }} - {{{section.uses}}} - / - {{{section.slots}}} - {{/if}} -
    - -
    {{localize "SW5E.PowerSchool"}}
    -
    {{localize "SW5E.PowerUsage"}}
    -
    {{localize "SW5E.PowerTarget"}}
    - -
    - {{#if section.canCreate}} - - {{localize "SW5E.Add"}} - - {{/if}} -
    -
  2. - -
      - {{#each section.powers as |item i|}} -
    1. -
      -
      -

      {{item.name}}

      - {{#if item.data.uses.value }} -
      Uses {{item.data.uses.value}} / {{item.data.uses.max}}
      - {{/if}} -
      - -
      - {{#each labels.components}} - {{this}} - {{/each}} -
      -
      {{labels.school}}
      -
      {{labels.activation}}
      -
      - {{#if labels.target}} - {{labels.target}} - {{else}}None - {{/if}} -
      - - - {{#if ../../owner}} -
      - {{#if section.canPrepare}} - - {{/if}} - - -
      - {{/if}} -
    2. - {{/each}} -
    -{{else}} - {{#if owner}} - {{#if filters.powerbook.size}} -
  3. {{localize "SW5E.FilterNoPowers"}}

  4. - {{else}} -
  5. - -
  6. -
  7. {{localize "SW5E.NoPowerLevels"}}

  8. - {{/if}} - {{/if}} -{{/each}} -