mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
23 lines
No EOL
871 B
Handlebars
23 lines
No EOL
871 B
Handlebars
<div class="daggerheart chat downtime">
|
|
<div class="downtime-header">
|
|
<img class="profile" src="{{actor.img}}">
|
|
<div class="header-label">
|
|
<h2 class="title">{{localize 'DAGGERHEART.UI.Chat.deathMove.title'}}</h2>
|
|
<span class="label">{{actor.name}}</span>
|
|
</div>
|
|
</div>
|
|
<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> |