Added DhTooltipManager aswell as placeholder rendering for Armor/Weapon/DomainCard (#245)

This commit is contained in:
WBHarry 2025-07-02 23:21:02 +02:00 committed by GitHub
parent 750282aeec
commit ee8a48f73d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 34 additions and 1 deletions

View file

@ -1,4 +1,4 @@
<li class="inventory-item" data-item-id="{{item.id}}" data-companion="{{companion}}">
<li class="inventory-item" data-item-id="{{item.id}}" data-companion="{{companion}}" data-tooltip="{{concat "#item#" item.uuid}}">
<img src="{{item.img}}" class="item-img {{#if isActor}}actor-img{{/if}}" data-action="useItem"/>
<div class="item-label">
<div class="item-name">{{item.name}}</div>