Various changes + updates
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user