Add luck option after roll, attributes above 6, fix miracle icon and grit bonus
All checks were successful
Release Creation / build (release) Successful in 1m36s
All checks were successful
Release Creation / build (release) Successful in 1m36s
This commit is contained in:
@@ -56,7 +56,13 @@
|
||||
<a data-action="adjustGrit" data-delta="1" class="grit-btn">+</a>
|
||||
</div>
|
||||
<span class="res-sep">/</span>
|
||||
{{formInput systemFields.grit.fields.max value=system.grit.max name="system.grit.max" disabled=isPlayMode}}
|
||||
<span class="grit-max-group">
|
||||
{{formInput systemFields.grit.fields.max value=system.grit.max name="system.grit.max" disabled=true}}
|
||||
{{#unless isPlayMode}}
|
||||
<span class="res-bonus-label">+</span>
|
||||
{{formInput systemFields.grit.fields.bonus value=system.grit.bonus name="system.grit.bonus" class="res-bonus-input"}}
|
||||
{{/unless}}
|
||||
</span>
|
||||
</div>
|
||||
<div class="character-resource character-resource--luck">
|
||||
<span class="resource-label">{{localize "OATHHAMMER.Label.Luck"}}</span>
|
||||
|
||||
Reference in New Issue
Block a user