diff --git a/templates/actor/parts/actor-items.hbs b/templates/actor/parts/actor-items.hbs index ec0aa0c..5ef214d 100644 --- a/templates/actor/parts/actor-items.hbs +++ b/templates/actor/parts/actor-items.hbs @@ -2,36 +2,83 @@
  1. -
    {{ localize 'IDENTITY.name'}}
    +
    {{ localize + 'IDENTITY.name'}}
    {{ localize 'VERMINE.qty'}}
    {{ localize 'VERMINE.weight'}}
    - +
  2. {{#each gear as |item id|}} -
  3. -
    +
  4. +
    - +
    - {{item.name}} + {{item.name}} + + {{#if item.system.damages.value}} + / + {{{item.damagedIcon}}} + {{/if}} +
    -

    {{item.system.quantity}}

    -

    {{item.system.weight}}

    +

    {{item.system.quantity}}

    +

    {{item.system.weight}}

    - +
  5. {{/each}} -
-
+ +

{{ localize 'IDENTITY.notes'}}

- {{editor system.equipment.description target="system.equipment.description" button=true owner=owner editable=editable}} -
+ {{editor system.equipment.description target="system.equipment.description" + button=true owner=owner editable=editable}} + -

{{localize 'ITEMS.weapons'}}

-{{> "systems/vermine2047/templates/actor/parts/actor-weapons.hbs"}} -

{{localize 'ITEMS.defenses'}}

-{{> "systems/vermine2047/templates/actor/parts/actor-defenses.hbs"}} +
+
+

{{localize 'ITEMS.weapons'}}

+ {{> "systems/vermine2047/templates/actor/parts/actor-weapons.hbs"}} +
+
+

{{localize 'ITEMS.defenses'}}

+ {{> "systems/vermine2047/templates/actor/parts/actor-defenses.hbs"}} +
+
\ No newline at end of file diff --git a/templates/item/item-rite-sheet.html b/templates/item/item-rite-sheet.html index 6080b56..bc08c20 100644 --- a/templates/item/item-rite-sheet.html +++ b/templates/item/item-rite-sheet.html @@ -1,55 +1,41 @@ {{!-- This template is a fallback for when items don't have more specific templates. --}} {{!-- Generally, you'll want to make more specific templates when possible. --}}
-
- -
-

-
-
+ {{> "systems/vermine2047/templates/item/partials/header.hbs"}} - {{!-- Sheet Tab Navigation --}} - - {{!-- Sheet Body --}} -
-
- -
-
- {{editor system.description target="system.description" button=true owner=owner editable=editable}} -
-
-
-
-
-
-

{{ localize 'ITEMS.rituel'}}

- -
-
-

{{ localize 'ITEMS.transe'}}

- -
-
-

{{ localize 'ITEMS.effects'}}

-
- {{editor system.effects target="system.effects" button=true owner=owner editable=editable}} -
-
-
+ {{!-- Sheet Body --}} +
+ +
+
+ {{editor system.description target="system.description" button=true owner=owner editable=editable}} +
+
+
+
+

{{ localize 'ITEMS.rituel'}}

+ +
+
+

{{ localize 'ITEMS.transe'}}

+ +
+
+

{{ localize 'ITEMS.effects'}}

+
+ {{editor system.effects target="system.effects" button=true owner=owner editable=editable}} +
+ diff --git a/templates/item/item-rumor-sheet.html b/templates/item/item-rumor-sheet.html index 61673f5..49397f7 100644 --- a/templates/item/item-rumor-sheet.html +++ b/templates/item/item-rumor-sheet.html @@ -1,24 +1,11 @@
-
- -
-

-
-
+ {{> "systems/vermine2047/templates/item/partials/header.hbs"}} - {{!-- Sheet Tab Navigation --}} - + {{!-- Sheet Body --}} +
- {{!-- Sheet Body --}} -
+ {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} - {{!-- Description Tab --}} -
- {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} -
- -
+
diff --git a/templates/item/item-target-sheet.html b/templates/item/item-target-sheet.html index 61673f5..49397f7 100644 --- a/templates/item/item-target-sheet.html +++ b/templates/item/item-target-sheet.html @@ -1,24 +1,11 @@
-
- -
-

-
-
+ {{> "systems/vermine2047/templates/item/partials/header.hbs"}} - {{!-- Sheet Tab Navigation --}} - + {{!-- Sheet Body --}} +
- {{!-- Sheet Body --}} -
+ {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} - {{!-- Description Tab --}} -
- {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} -
- -
+
diff --git a/templates/item/item-vehicle-sheet.html b/templates/item/item-vehicle-sheet.html index f69f1a3..9b387ef 100644 --- a/templates/item/item-vehicle-sheet.html +++ b/templates/item/item-vehicle-sheet.html @@ -1,34 +1,23 @@
-
- -
-

-
-
+ {{> "systems/vermine2047/templates/item/partials/header.hbs"}} +
{{> "systems/vermine2047/templates/item/partials/traits.html"}} -
-
-
- +
+
+ +
-
- - -
-
- - -
-

Description

- {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} + +
- {{> "systems/vermine2047/templates/item/partials/damages.html"}} + {{> "systems/vermine2047/templates/item/partials/physicalItems.hbs"}} +
diff --git a/templates/item/item-weapon-sheet.html b/templates/item/item-weapon-sheet.html index 6d03ac9..ca7d602 100644 --- a/templates/item/item-weapon-sheet.html +++ b/templates/item/item-weapon-sheet.html @@ -1,5 +1,4 @@
- {{log this}} {{> "systems/vermine2047/templates/item/partials/header.hbs"}}