Deleting old templates

This commit is contained in:
Dapoolp 2025-08-02 03:16:59 +02:00
parent 9b3632be2f
commit aff5998a45
21 changed files with 447 additions and 1015 deletions

View file

@ -0,0 +1,19 @@
{{#if parts.length}}
<div class="dice-tooltip">
<div class="wrapper">
<fieldset>
<legend>
{{localize "DAGGERHEART.UI.Chat.dicePool.title"}}
</legend>
<div class="roll-dice">
{{#each parts}}
{{#each rolls}}
<div class="roll-die">
<div class="dice {{classes}}">{{result}}</div>
</div>
{{/each}}
{{/each}}
</div>
</div>
</div>
{{/if}}