diff --git a/assets/icons/dice/duality/DualityBW.png b/assets/icons/dice/duality/DualityBW.png
new file mode 100644
index 00000000..5f94e99f
Binary files /dev/null and b/assets/icons/dice/duality/DualityBW.png differ
diff --git a/assets/icons/dice/duality/DualityBW.svg b/assets/icons/dice/duality/DualityBW.svg
new file mode 100644
index 00000000..9e716fd6
--- /dev/null
+++ b/assets/icons/dice/duality/DualityBW.svg
@@ -0,0 +1,59 @@
+
+
+
+
diff --git a/styles/less/global/inventory-item.less b/styles/less/global/inventory-item.less
index e221f4e7..fc79cdc4 100644
--- a/styles/less/global/inventory-item.less
+++ b/styles/less/global/inventory-item.less
@@ -26,7 +26,7 @@
&:not(.single-img) {
.inventory-item-header:hover {
- .img-portait {
+ .img-portait:has(.roll-img) {
.roll-img {
opacity: 1;
}
@@ -96,7 +96,9 @@
}
.roll-img {
+ object-fit: contain;
opacity: 0;
+ padding: 2px;
}
}
diff --git a/templates/sheets/global/partials/inventory-item-V2.hbs b/templates/sheets/global/partials/inventory-item-V2.hbs
index a4ecec3a..8758c77d 100644
--- a/templates/sheets/global/partials/inventory-item-V2.hbs
+++ b/templates/sheets/global/partials/inventory-item-V2.hbs
@@ -23,7 +23,13 @@ Parameters:
(hasProperty item "toChat" ) "toChat" "editDoc" ) }}' {{#unless hideTooltip}} {{#if (eq type 'attack' )}}
data-tooltip="#attack#{{item.actor.uuid}}" {{else}} data-tooltip="#item#{{item.uuid}}" {{/if}} {{/unless}}>
-
+ {{#if (or item.system.actionsList.size item.system.actionsList.length item.actionType)}}
+ {{#if @root.isNPC}}
+
+ {{else}}
+
+ {{/if}}
+ {{/if}}
{{!-- Name & Tags --}}