daggerheart/templates/ui/chat/deathMove.hbs
2025-07-28 23:44:48 -03:00

16 lines
No EOL
586 B
Handlebars

<div class="daggerheart chat downtime">
<ul class="downtime-moves-list">
<li class="downtime-move">
<div 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>
</div>
<div class="description">
{{{this.description}}}
</div>
</li>
</ul>
</div>