mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix Class HitPoints and ComainConfig (#190)
* Added HitPoints on class for use on character * Updated DomainConfig to use the official domain icons
This commit is contained in:
parent
c6cede40b2
commit
30ab18d683
5 changed files with 26 additions and 18 deletions
|
|
@ -3,11 +3,10 @@
|
|||
data-tab='{{tabs.settings.id}}'
|
||||
data-group='{{tabs.settings.group}}'
|
||||
>
|
||||
|
||||
<fieldset class="two-columns">
|
||||
<fieldset class="two-columns even">
|
||||
<legend>{{localize tabs.settings.label}}</legend>
|
||||
<span>{{localize "DAGGERHEART.Sheets.Class.Evasion"}}</span>
|
||||
{{formField systemFields.evasion value=source.system.evasion}}
|
||||
{{formGroup systemFields.hitPoints value=source.system.hitPoints localize=true}}
|
||||
{{formGroup systemFields.evasion value=source.system.evasion localize=true}}
|
||||
</fieldset>
|
||||
|
||||
<div class="fieldsets-section">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue