Updating to v13, various changes to make it work

This commit is contained in:
Litasa
2025-05-30 08:58:14 +00:00
committed by Vlyan
parent 897ccefd71
commit 1649c2b032
16 changed files with 384 additions and 767 deletions

View File

@@ -1,4 +1,4 @@
<div class="l5r5e dice-roll">
<div class="l5r5e chat dice-roll">
{{#if isPublicRoll}}
{{#if l5r5e.stance}}
@@ -71,6 +71,7 @@
<div class="l5r5e dice-result">
{{#if l5r5e.dicesTypes.l5r}}
<div class="l5r5e item-display dices-l5r">
<div class="l5r5e dice-container">
{{!-- Dices list --}}
{{#each l5r5e.dices}}
{{#if this.diceTypeL5r}}
@@ -79,6 +80,7 @@
{{/each}}
{{/if}}
{{/each}}
</div>
{{!-- Roll & Keep Button --}}
{{^if l5r5e.dicesTypes.std}}