Other fixes for damage buttons from chat
This commit is contained in:
@@ -37,6 +37,25 @@
|
||||
<i class="fa-duotone fa-solid fa-stars" data-roll-type="spell-power" data-roll-key="{{item.id}}"></i>
|
||||
</a>
|
||||
|
||||
{{#if item.system.damageDice}}
|
||||
<a data-action="rollSpellDamage" data-item-id="{{item.id}}" data-damage-tier="standard"
|
||||
data-tooltip="Spell Damage (Standard)">
|
||||
<i class="fa-solid fa-wand-magic-sparkles"></i>S
|
||||
</a>
|
||||
{{/if}}
|
||||
{{#if item.system.damageDiceOverpowered}}
|
||||
<a data-action="rollSpellDamage" data-item-id="{{item.id}}" data-damage-tier="overpowered"
|
||||
data-tooltip="Spell Damage (Overpowered)">
|
||||
<i class="fa-solid fa-wand-magic-sparkles"></i>O
|
||||
</a>
|
||||
{{/if}}
|
||||
{{#if item.system.damageDiceOverpowered2}}
|
||||
<a data-action="rollSpellDamage" data-item-id="{{item.id}}" data-damage-tier="overpowered2"
|
||||
data-tooltip="Spell Damage (Overpowered 2)">
|
||||
<i class="fa-solid fa-wand-magic-sparkles"></i>O2
|
||||
</a>
|
||||
{{/if}}
|
||||
|
||||
<div class="controls">
|
||||
<a data-tooltip="{{localize 'LETHALFANTASY.Edit'}}" data-action="edit" data-item-id="{{item.id}}"
|
||||
data-item-uuid="{{item.uuid}}"><i class="fas fa-edit"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user