From 158358f2e4090628a3e193a9a54505b606e8efe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Guillois?= Date: Fri, 1 Sep 2023 11:24:44 +0200 Subject: [PATCH] vehicle sheet --- template.json | 3 ++- templates/item/item-target-sheet.html | 24 +++++++++++++++++++ templates/item/item-vehicle-sheet.html | 32 ++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 templates/item/item-target-sheet.html create mode 100644 templates/item/item-vehicle-sheet.html diff --git a/template.json b/template.json index db68069..c99b348 100644 --- a/template.json +++ b/template.json @@ -449,7 +449,8 @@ "level":0 }, "vehicle": { - "templates": ["base"] + "templates": ["base"], + "mobility":3 }, "background": { "templates": ["list"] diff --git a/templates/item/item-target-sheet.html b/templates/item/item-target-sheet.html new file mode 100644 index 0000000..61673f5 --- /dev/null +++ b/templates/item/item-target-sheet.html @@ -0,0 +1,24 @@ +
+
+ +
+

+
+
+ + + {{!-- Sheet Tab Navigation --}} + + + {{!-- Sheet Body --}} +
+ + {{!-- 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 new file mode 100644 index 0000000..5d093bf --- /dev/null +++ b/templates/item/item-vehicle-sheet.html @@ -0,0 +1,32 @@ +
+
+ +
+

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