daggerheart/templates/sheets-settings/npc-settings/details.hbs
WBHarry 0b9c4500fa .
2026-05-30 23:22:03 +02:00

17 lines
646 B
Handlebars

<section
class='tab {{tabs.details.cssClass}} {{tabs.details.id}}'
data-tab='{{tabs.details.id}}'
data-group='{{tabs.details.group}}'
>
<fieldset>
<legend>{{localize "DAGGERHEART.GENERAL.description"}}</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>