Features tweaked to support only on limited actors

This commit is contained in:
Nikhil Nagarajan 2025-12-15 21:22:39 -05:00
parent e0b45ce8f4
commit cbbe5447de

View file

@ -3,9 +3,11 @@
data-tab='{{tabs.settings.id}}' data-tab='{{tabs.settings.id}}'
data-group='{{tabs.settings.group}}' data-group='{{tabs.settings.group}}'
> >
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }} {{#if (or (eq document.parent.type "adversary") (eq document.parent.type "environment"))}}
<fieldset class="two-columns"> <fieldset class="two-columns">
<span>{{localize "DAGGERHEART.CONFIG.FeatureForm.label"}}</span> <span>{{localize "DAGGERHEART.CONFIG.FeatureForm.label"}}</span>
{{formInput document.system.schema.fields.featureForm value=system.featureForm choices=featureFormChoices localize=true}} {{formInput document.system.schema.fields.featureForm value=document.system.featureForm choices=featureFormChoices localize=true}}
</fieldset> </fieldset>
{{/if}}
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/resource-section.hbs" }}
</section> </section>