Various changes + updates

This commit is contained in:
2022-08-14 15:27:54 +02:00
parent 76c8cde3d9
commit 30ef811bbf
20 changed files with 302 additions and 57 deletions

View File

@ -36,6 +36,10 @@
{{#if weaponName}}
<li>Weapon : {{weaponName}}</li>
Damage Type: Piercing 1
{{/if}}
{{#if weapon}}
<li>Damage type : {{weapon.data.damagetype}} {{weapon.data.damagetypelevel}}</li>
{{/if}}
{{#if isResistance}}
@ -48,8 +52,12 @@
{{/if}}
{{/if}}
<button class="chat-card-button reroll-level-remaining" data-roll-id="{{rollId}}">Reroll</button>
{{#if isChatRoll}}
{{else}}
<button class="chat-card-button reroll-level-remaining" data-roll-id="{{rollId}}">Reroll</button>
{{/if}}
</ul>
</div>