mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
* Improved the EffectDisplay tooltip of the beastform effect to show the info about the active beastform * . * Move template to more sorted location --------- Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
11 lines
No EOL
449 B
Handlebars
11 lines
No EOL
449 B
Handlebars
<div class="daggerheart dh-style tooltip card-style">
|
|
<img class="tooltip-image" src="{{item.img}}" />
|
|
<h2 class="tooltip-title">{{item.name}}</h2>
|
|
<p class="tooltip-subtitle"><i>{{item.system.examples}}</i></p>
|
|
|
|
{{> "systems/daggerheart/templates/ui/tooltip/parts/beastformData.hbs" }}
|
|
|
|
<p class="tooltip-hint">
|
|
<i class="fa-solid fa-computer-mouse"></i> {{localize "DAGGERHEART.UI.Tooltip.middleClick"}}
|
|
</p>
|
|
</div> |