diff --git a/templates/item/item-defense-sheet.html b/templates/item/item-defense-sheet.html index 3047756..1a43cfb 100644 --- a/templates/item/item-defense-sheet.html +++ b/templates/item/item-defense-sheet.html @@ -58,12 +58,8 @@ /> -
- {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} -
+

description

+ {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} \ No newline at end of file diff --git a/templates/item/item-item-sheet.html b/templates/item/item-item-sheet.html index 774aff8..fbc2885 100644 --- a/templates/item/item-item-sheet.html +++ b/templates/item/item-item-sheet.html @@ -1,43 +1,71 @@ -
+
- +
-

-
-
- - -
-
- - -
-
+

+
- {{!-- Sheet Tab Navigation --}} - {{!-- Sheet Body --}} -
- - {{!-- Description Tab --}} -
- {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}} +
+
+ {{!-- Description Tab --}}
- +
- +
+
+ + +
+
+ + +
+

Description

+ {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
- + \ No newline at end of file diff --git a/templates/item/item-vehicle-sheet.html b/templates/item/item-vehicle-sheet.html index e18d31d..a0ef857 100644 --- a/templates/item/item-vehicle-sheet.html +++ b/templates/item/item-vehicle-sheet.html @@ -1,32 +1,61 @@ -
+
- +
-

+

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

Description

+ {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
- + \ No newline at end of file diff --git a/templates/item/item-weapon-sheet.html b/templates/item/item-weapon-sheet.html index 49bc741..a75c825 100644 --- a/templates/item/item-weapon-sheet.html +++ b/templates/item/item-weapon-sheet.html @@ -1,41 +1,86 @@ -
+
- +
-

+

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

description

+ {{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
-
+ \ No newline at end of file