mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Set up templates for all 'advanced' tooltips * Fixed ItemFeature Header label * Fixed less import
14 lines
No EOL
628 B
Handlebars
14 lines
No EOL
628 B
Handlebars
<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>
|
|
|
|
<div class="tooltip-information-section">
|
|
<div class="tooltip-information full-width">
|
|
<label>{{localize "DAGGERHEART.GENERAL.quantity"}}</label>
|
|
<div>{{item.system.quantity}}</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{> "systems/daggerheart/templates/ui/tooltip/parts/tooltipTags.hbs" features=item.system.actions label=(localize "DAGGERHEART.GENERAL.Action.plural") }}
|
|
</div> |