mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
21 lines
No EOL
753 B
Handlebars
21 lines
No EOL
753 B
Handlebars
<div class="daggerheart chat effect-summary">
|
|
<h5>{{localize "DAGGERHEART.GENERAL.Effect.plural"}}</h5>
|
|
<div class="effects-container">
|
|
{{#each effects}}
|
|
<div class="effect-target-container" data-tooltip="{{concat "#item#" this.uuid}}">
|
|
<img src="{{this.img}}" />
|
|
<label>{{this.name}}</label>
|
|
</div>
|
|
{{/each}}
|
|
</div>
|
|
|
|
<h5>{{localize "DAGGERHEART.UI.Chat.appliedTo"}}</h5>
|
|
<div class="targets-container">
|
|
{{#each targets}}
|
|
<div class="token-target-container" data-token-uuid="{{this.uuid}}">
|
|
<img src="{{this.texture.src}}" />
|
|
<label>{{this.name}}</label>
|
|
</div>
|
|
{{/each}}
|
|
</div>
|
|
</div> |