diff --git a/templates/item/item-armor-sheet.hbs b/templates/item/item-armor-sheet.hbs new file mode 100644 index 0000000..f01cb8f --- /dev/null +++ b/templates/item/item-armor-sheet.hbs @@ -0,0 +1,98 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Tab Navigation --}} + + + {{!-- Sheet Body --}} +
+ + {{!-- Description Tab --}} +
+ +
+ + +
+ + {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+ + {{!-- Attributes Tab --}} +
+ {{!-- As you add new fields, add them in here! --}} + +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + {{#each data.properties as |property key|}} +
+ + +
+ {{/each}} +
+
+
\ No newline at end of file diff --git a/templates/item/item-feature-sheet.hbs b/templates/item/item-feature-sheet.hbs new file mode 100644 index 0000000..5df5b9e --- /dev/null +++ b/templates/item/item-feature-sheet.hbs @@ -0,0 +1,65 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Tab Navigation --}} + + + {{!-- Sheet Body --}} +
+ + {{!-- Description Tab --}} +
+ +
+ + +
+ + {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+ + {{!-- Attributes Tab --}} +
+ {{!-- As you add new fields, add them in here! --}} + + {{#if (eq data.subtype "career")}} +
+ + +
+ {{else}} +
+ + +
+
+ + +
+ {{/if}} + + + {{#each data.properties as |property key|}} +
+ + +
+ {{/each}} +
+
+
diff --git a/templates/item/item-item-sheet.hbs b/templates/item/item-item-sheet.hbs new file mode 100644 index 0000000..2c5329a --- /dev/null +++ b/templates/item/item-item-sheet.hbs @@ -0,0 +1,57 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Tab Navigation --}} + + + {{!-- Sheet Body --}} +
+ + {{!-- Description Tab --}} +
+ +
+ + +
+ + {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+ + {{!-- Attributes Tab --}} +
+ {{!-- As you add new fields, add them in here! --}} + +
+ + +
+
+ + +
+ + {{#each data.properties as |property key|}} +
+ + +
+ {{/each}} +
+
+
diff --git a/templates/item/item-weapon-sheet.hbs b/templates/item/item-weapon-sheet.hbs new file mode 100644 index 0000000..e10f354 --- /dev/null +++ b/templates/item/item-weapon-sheet.hbs @@ -0,0 +1,111 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Tab Navigation --}} + + + {{!-- Sheet Body --}} +
+ + {{!-- Description Tab --}} +
+ +
+ + +
+ + {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+ + {{!-- Attributes Tab --}} +
+ {{!-- As you add new fields, add them in here! --}} + +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + {{#each data.properties as |property key|}} +
+ + +
+ {{/each}} +
+
+
\ No newline at end of file