-
+
+
diff --git a/templates/partials/partial-actor-equipment.hbs b/templates/partials/partial-actor-equipment.hbs
index 17fe77e..8b48cfc 100644
--- a/templates/partials/partial-actor-equipment.hbs
+++ b/templates/partials/partial-actor-equipment.hbs
@@ -1,14 +1,24 @@
-
+
{{equip.name}}
+ {{#if (or (eq equip.system.subtype "money") (eq equip.system.subtype "equipment"))}}
+
+
+
+
+
+ {{/if}}
+
{{#if (eq equip.system.subtype "weapon")}}
+
+
{{/if}}
{{#if (eq equip.system.subtype "shield")}}
@@ -16,6 +26,7 @@
+
{{/if}}
{{#if (eq equip.system.subtype "armor")}}
@@ -34,6 +45,8 @@
+ {{else}}
+
{{/if}}
{{#if equip.system.hasroll}}
@@ -44,11 +57,10 @@
-
+
-