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