Removed hardcoded tierlimit on beastform

This commit is contained in:
WBHarry 2025-07-03 20:54:52 +02:00
parent 2fd5bc7eb0
commit 72dfc54705
8 changed files with 49 additions and 11 deletions

View file

@ -0,0 +1,12 @@
<fieldset class="action-category">
<legend class="action-category-label">
<div>{{localize "DAGGERHEART.Actions.Config.Beastform.label"}}</div>
</legend>
<div class="action-category-data open">
{{formGroup
@root.fields.beastform.fields.tierAccess.fields.exact value=@root.source.beastform.tierAccess.exact name="beastform.tierAccess.exact"
placeholder=(localize "DAGGERHEART.Actions.Config.Beastform.exactPlaceholder") label="DAGGERHEART.Actions.Config.Beastform.exact" localize=true
}}
</div>
</fieldset>