- {{!-- As you add new fields, add them in here! --}}
-
-
+ {{!-- Common Item body --}}
+ {{> systems/ds4/templates/item/partials/body.hbs}}
\ No newline at end of file
diff --git a/src/templates/item/equipment-sheet.hbs b/src/templates/item/equipment-sheet.hbs
index 79d4832a..5c2c3d4e 100644
--- a/src/templates/item/equipment-sheet.hbs
+++ b/src/templates/item/equipment-sheet.hbs
@@ -7,21 +7,6 @@
- {{!-- Sheet Tab Navigation --}}
-
-
- {{!-- Sheet Body --}}
-
-
- {{!-- Description Tab --}}
- {{> systems/ds4/templates/item/partials/description.hbs}}
-
- {{!-- Attributes Tab --}}
-
- {{!-- As you add new fields, add them in here! --}}
-
-
+ {{!-- Common Item body --}}
+ {{> systems/ds4/templates/item/partials/body.hbs}}
\ No newline at end of file
diff --git a/src/templates/item/partials/body.hbs b/src/templates/item/partials/body.hbs
new file mode 100644
index 00000000..9b5cde20
--- /dev/null
+++ b/src/templates/item/partials/body.hbs
@@ -0,0 +1,22 @@
+{{!-- Template for the common body (navigation & body sections) of all items. --}}
+
+{{!-- Sheet Tab Navigation --}}
+
+
+{{!-- Sheet Body --}}
+
+
+ {{!-- Description Tab --}}
+ {{> systems/ds4/templates/item/partials/description.hbs}}
+
+ {{!-- Details Tab --}}
+ {{> systems/ds4/templates/item/partials/details.hbs}}
+
+ {{!-- Effects Tab --}}
+ {{> systems/ds4/templates/item/partials/effects.hbs}}
+
+
\ No newline at end of file
diff --git a/src/templates/item/partials/description.hbs b/src/templates/item/partials/description.hbs
index 5d46f9b5..56c8fdd2 100644
--- a/src/templates/item/partials/description.hbs
+++ b/src/templates/item/partials/description.hbs
@@ -4,12 +4,16 @@
+
+
+
+
-
+
-
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
\ No newline at end of file
diff --git a/src/templates/item/partials/details.hbs b/src/templates/item/partials/details.hbs
new file mode 100644
index 00000000..2d5b3f0c
--- /dev/null
+++ b/src/templates/item/partials/details.hbs
@@ -0,0 +1,5 @@
+{{!-- The item tab for details. --}}
+
+ {{!-- As you add new fields, add them in here! --}}
+
Nothing to see yet.
+
\ No newline at end of file
diff --git a/src/templates/item/partials/effects.hbs b/src/templates/item/partials/effects.hbs
new file mode 100644
index 00000000..819290d6
--- /dev/null
+++ b/src/templates/item/partials/effects.hbs
@@ -0,0 +1,22 @@
+{{!-- Tab for the items view to manage effects --}}
+