daggerheart/templates/ui/chat/deathMove.hbs

17 lines
No EOL
676 B
Handlebars

<div class="daggerheart chat downtime">
<ul class="downtime-moves-list">
<details class="downtime-move" {{this.open}}>
<summary class="downtime-label">
<img class="downtime-image" src="{{this.img}}" />
<div class="header-label">
<h2 class="title">{{this.title}}</h2>
<span class="label">{{localize 'DAGGERHEART.UI.Chat.deathMove.title'}}</span>
</div>
<i class="fa-solid {{this.chevron}}"></i>
</summary>
<div class="description">
{{{this.description}}}
</div>
</details>
</ul>
</div>