From 041c61497daa876bf383aa268e6572034e490493 Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:30:30 -0400 Subject: [PATCH] Delete spell.html --- templates/items/spell.html | 151 ------------------------------------- 1 file changed, 151 deletions(-) delete mode 100644 templates/items/spell.html diff --git a/templates/items/spell.html b/templates/items/spell.html deleted file mode 100644 index 528537df..00000000 --- a/templates/items/spell.html +++ /dev/null @@ -1,151 +0,0 @@ -
- - {{!-- Item Sheet Header --}} -
- - -
-

- -

- -
-

{{itemType}}

- {{itemStatus}} -
- -
    -
  • - {{labels.level}} -
  • -
  • - {{labels.school}} -
  • -
  • - -
  • -
-
-
- - {{!-- Item Sheet Navigation --}} - - - {{!-- Item Sheet Body --}} -
- - {{!-- Description Tab --}} - {{> "systems/sw5e/templates/items/parts/item-description.html"}} - - {{!-- Details Tab --}} -
-

{{ localize "SW5E.PowerDetails" }}

- - {{!-- Power Level --}} -
- - -
- - {{!-- Power School --}} -
- - -
- - {{!-- Power Components --}} -
- - - - - - -
- - {{!-- Material Components --}} -
- - - {{#if data.materials.value}} -
- - - - - - -
- {{/if}} -
- - {{!-- Preparation Mode --}} -
- -
- - -
-
- -

{{ localize "SW5E.PowerCastingHeader" }}

- - {{!-- Item Activation Template --}} - {{> "systems/sw5e/templates/items/parts/item-activation.html"}} - -

{{ localize "SW5E.PowerEffects" }}

- - {{!-- Item Action Template --}} - {{> "systems/sw5e/templates/items/parts/item-action.html"}} - - {{!-- Power Level Scaling --}} -
- -
- - -
-
-
-
-