mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 12:54:16 +02:00
Added difficulty display and fixed spacing
This commit is contained in:
parent
2f0badf53a
commit
25f27c8891
6 changed files with 64 additions and 11 deletions
|
|
@ -3,7 +3,15 @@
|
|||
data-tab='{{tabs.details.id}}'
|
||||
data-group='{{tabs.details.group}}'
|
||||
>
|
||||
{{formField systemFields.description value=document._source.system.description}}
|
||||
{{formField systemFields.motive value=document._source.system.motive}}
|
||||
{{formGroup systemFields.difficulty value=document._source.system.difficulty localize=true}}
|
||||
<fieldset>
|
||||
<legend>{{localize "DAGGERHEART.ACTORS.NPC.FIELDS.description.label"}}</legend>
|
||||
{{formInput systemFields.description value=document._source.system.description}}
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>{{localize "DAGGERHEART.ACTORS.NPC.FIELDS.motives.label"}}</legend>
|
||||
{{formInput systemFields.motives value=document._source.system.motives}}
|
||||
</fieldset>
|
||||
|
||||
{{formGroup systemFields.difficulty value=document._source.system.difficulty localize=true}}
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue