Set up templates for all 'advanced' tooltips

This commit is contained in:
WBHarry 2025-07-09 22:48:09 +02:00
parent b3e7c6b9b2
commit 1f0ceaad5f
22 changed files with 504 additions and 53 deletions

View file

@ -0,0 +1,7 @@
<div class="daggerheart dh-style tooltip">
<h2 class="tooltip-title">{{item.name}}</h2>
<img class="tooltip-image" src="{{item.img}}" />
<div class="tooltip-description">{{{item.system.description}}}</div>
{{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.actions label=(localize "DAGGERHEART.GENERAL.Action.plural") }}
</div>