Various changes
All checks were successful
Release Creation / build (release) Successful in 58s

This commit is contained in:
2025-05-29 22:41:15 +02:00
parent ee3a5764f0
commit 0ee42aef99
12 changed files with 150 additions and 28 deletions

View File

@@ -21,9 +21,9 @@
<span class="ammo" data-tooltip="Ammo">{{upperFirst item.system.ammo}}</span>
<a class="damage rollable" data-tooltip="Damage" data-item-id="{{item.id}}" data-action="roll"
data-roll-type="damage" data-roll-value="{{item.system.damage}}">
data-roll-type="damage" data-roll-value="{{item.system.damageFormula}}">
<i class="fa-regular fa-dice"></i>
{{item.system.damage}}</a>
{{item.system.damageFormula}}</a>
<div class="controls">
<a data-tooltip="{{localize 'HELLBORN.Edit'}}" data-action="edit" data-item-id="{{item.id}}"