From 30ff0a63ff7692c83743fe0d61f0bc584a9fc240 Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:27:55 -0400 Subject: [PATCH] Add files via upload --- templates/chat/consumable-card.html | 22 +++++++++++++ templates/chat/item-card.html | 49 ++++++++++++++++++++++++++++ templates/chat/roll-dialog.html | 20 ++++++++++++ templates/chat/tool-card.html | 18 ++++++++++ templates/chat/tool-roll-dialog.html | 33 +++++++++++++++++++ 5 files changed, 142 insertions(+) create mode 100644 templates/chat/consumable-card.html create mode 100644 templates/chat/item-card.html create mode 100644 templates/chat/roll-dialog.html create mode 100644 templates/chat/tool-card.html create mode 100644 templates/chat/tool-roll-dialog.html diff --git a/templates/chat/consumable-card.html b/templates/chat/consumable-card.html new file mode 100644 index 00000000..8b56cb94 --- /dev/null +++ b/templates/chat/consumable-card.html @@ -0,0 +1,22 @@ +
+
+ +

{{item.name}}

+
+ +
{{{data.description.value}}}
+ +
+ {{#if data.hasCharges}} + + {{else}} + + {{/if}} +
+ + +
diff --git a/templates/chat/item-card.html b/templates/chat/item-card.html new file mode 100644 index 00000000..2f0db698 --- /dev/null +++ b/templates/chat/item-card.html @@ -0,0 +1,49 @@ +
+
+ +

{{item.name}}

+
+ +
+ {{{data.description.value}}} + {{#if data.materials.value}} +

{{ localize "SW5E.RequiredMaterials" }}. {{data.materials.value}}

+ {{/if}} +
+ +
+ {{#if hasAttack}}{{/if}} + + {{#if hasDamage}} + + {{/if}} + + {{#if isVersatile}} + + {{/if}} + + {{#if hasSave}} + + {{/if}} + + {{#if data.formula}} + + {{/if}} + + {{#if hasAreaTarget}} + + {{/if}} +
+ + +
diff --git a/templates/chat/roll-dialog.html b/templates/chat/roll-dialog.html new file mode 100644 index 00000000..6070c11d --- /dev/null +++ b/templates/chat/roll-dialog.html @@ -0,0 +1,20 @@ +
+
+ + +
+
+ + +
+
+ + +
+
\ No newline at end of file diff --git a/templates/chat/tool-card.html b/templates/chat/tool-card.html new file mode 100644 index 00000000..5953a8af --- /dev/null +++ b/templates/chat/tool-card.html @@ -0,0 +1,18 @@ +
+
+ +

{{item.name}}

+
+ +
{{{data.description.value}}}
+ +
+ +
+ + +
diff --git a/templates/chat/tool-roll-dialog.html b/templates/chat/tool-roll-dialog.html new file mode 100644 index 00000000..cc47a637 --- /dev/null +++ b/templates/chat/tool-roll-dialog.html @@ -0,0 +1,33 @@ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
\ No newline at end of file