enhance settings style applications

This commit is contained in:
moliloo 2025-07-20 20:39:17 -03:00
parent b8930b18a4
commit 92b4b307d9
15 changed files with 656 additions and 14 deletions

View file

@ -135,6 +135,12 @@
{{#if (eq @root.rollType 'DualityRoll')}}<span class="formula-label">Situational Bonus</span>{{/if}}
<input type="text" value="{{extraFormula}}" name="extraFormula" placeholder="{{#if (eq @root.rollType 'DualityRoll')}}Ex: 1d6 + 5{{else}}Situational Bonus{{/if}}">
</fieldset>
{{#if costs}}
<fieldset>
<legend>{{localize 'DAGGERHEART.General.Cost.single'}}</legend>
{{> 'systems/daggerheart/templates/dialogs/dice-roll/costSelection.hbs'}}
</fieldset>
{{/if}}
{{/unless}}
<span class="formula-label"><b>Formula:</b> {{@root.formula}}</span>
<div class="roll-dialog-controls">