Added the NPC Actor

This commit is contained in:
WBHarry 2026-05-30 19:20:15 +02:00
parent 2bc1c04c93
commit f24d37e935
21 changed files with 461 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<section
class='tab {{tabs.details.cssClass}} {{tabs.details.id}}'
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}}
</section>