daggerheart/templates/sheets-settings/npc-settings/details.hbs
WBHarry 53f15a7fde
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
[Feature] NPC Actors (#1949)
2026-05-30 21:11:43 -04:00

13 lines
526 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>
{{formGroup systemFields.motives value=document._source.system.motives}}
{{formGroup systemFields.difficulty value=document._source.system.difficulty localize=true}}
</section>