mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
enhance settings style applications
This commit is contained in:
parent
b8930b18a4
commit
92b4b307d9
15 changed files with 656 additions and 14 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue