mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
17 lines
No EOL
676 B
Handlebars
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> |