mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
9 lines
No EOL
336 B
Handlebars
9 lines
No EOL
336 B
Handlebars
<div class="daggerheart dh-style tooltip">
|
|
<div class="tooltip-header">
|
|
<h3>{{effect.name}}</h3>
|
|
<div class="helper">{{localize "[Right Click] Remove Effect"}}</div>
|
|
</div>
|
|
<div>
|
|
{{#if effect.description}}{{{effect.description}}}{{else}}{{{effect.parent.system.description}}}{{/if}}
|
|
</div>
|
|
</div> |