daggerheart/templates/sheets-settings/npc-settings/details.hbs
2026-05-30 22:32:28 +02:00

17 lines
662 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.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>