mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Added BeastformTooltip
This commit is contained in:
parent
82be5ecd0d
commit
b7974634b1
17 changed files with 111 additions and 12 deletions
|
|
@ -21,7 +21,14 @@ Parameters:
|
|||
{{!-- Image --}}
|
||||
<div class="img-portait"
|
||||
data-action='{{ifThen (or (hasProperty item "use") (eq type 'attack')) "useItem" (ifThen (hasProperty item "toChat") "toChat" "editDoc") }}'
|
||||
{{#unless hideTooltip}}data-tooltip="#item#{{item.uuid}}" {{/unless}}>
|
||||
{{#unless hideTooltip}}
|
||||
{{#if (eq type 'attack')}}
|
||||
data-tooltip="#attack#{{item.actor.uuid}}"
|
||||
{{else}}
|
||||
data-tooltip="#item#{{item.uuid}}"
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
>
|
||||
<img src="{{item.img}}" class="item-img {{#if isActor}}actor-img{{/if}}" />
|
||||
<img class="roll-img" src="systems/daggerheart/assets/icons/dice/default/d20.svg" alt="d20">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue