diff --git a/templates/item-herbe-sheet.html b/templates/item-herbe-sheet.html new file mode 100644 index 00000000..040898d7 --- /dev/null +++ b/templates/item-herbe-sheet.html @@ -0,0 +1,31 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
diff --git a/templates/item-ingredient-sheet.html b/templates/item-ingredient-sheet.html new file mode 100644 index 00000000..ca4e2d81 --- /dev/null +++ b/templates/item-ingredient-sheet.html @@ -0,0 +1,35 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
diff --git a/templates/item-livre-sheet.html b/templates/item-livre-sheet.html new file mode 100644 index 00000000..64b56dea --- /dev/null +++ b/templates/item-livre-sheet.html @@ -0,0 +1,47 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
diff --git a/templates/item-potion-sheet.html b/templates/item-potion-sheet.html new file mode 100644 index 00000000..7e285da4 --- /dev/null +++ b/templates/item-potion-sheet.html @@ -0,0 +1,27 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
diff --git a/templates/item-tache-sheet.html b/templates/item-tache-sheet.html new file mode 100644 index 00000000..e76c942d --- /dev/null +++ b/templates/item-tache-sheet.html @@ -0,0 +1,35 @@ +
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ Description : +
+
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +