before main merge

This commit is contained in:
Dapoolp 2025-06-22 22:18:30 +02:00
parent 1695c80388
commit e52d9e4d8c
5 changed files with 14 additions and 94 deletions

View file

@ -104,7 +104,7 @@
{{/each}}
</div>
{{/if}}
<div class="dice-actions{{#unless (or hasDamage hasEffect)}} duality-alone{{/unless}}">
<div class="dice-actions{{#unless (or hasDamage hasHealing)}} duality-alone{{/unless}}">
{{#if hasDamage}}
<button class="duality-action duality-action-damage" data-value="{{roll.total}}"><span>{{localize "DAGGERHEART.Chat.AttackRoll.RollDamage"}}</span></button>
{{else}}

View file

@ -1,6 +1,6 @@
<div>
<div class="form-group">
<label><strong>Total Damage</strong></label>
<label><strong>{{title}}</strong></label>
<div class="form-fields">
<input type="text" value="{{formula}}" disabled />
</div>