mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-21 00:54:39 +01:00
Hide stuff not required for fate roll
This commit is contained in:
parent
916675fa43
commit
96224cf234
1 changed files with 62 additions and 59 deletions
|
|
@ -81,6 +81,8 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{#if (ne @root.rollType 'FateRoll')}}
|
||||
|
||||
<fieldset class="experience-container">
|
||||
<legend>{{localize "DAGGERHEART.GENERAL.experience.plural"}}</legend>
|
||||
{{#each experiences}}
|
||||
|
|
@ -145,6 +147,7 @@
|
|||
{{#if (eq @root.rollType 'DualityRoll')}}<span class="formula-label">{{localize "DAGGERHEART.GENERAL.situationalBonus"}}</span>{{/if}}
|
||||
<input type="text" value="{{extraFormula}}" name="extraFormula" placeholder="{{#if (eq @root.rollType 'DualityRoll')}}Ex: 1d6 + 5{{else}}Situational Bonus{{/if}}">
|
||||
</fieldset>
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
|
||||
{{#if (or costs uses)}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue