Added support for keeping currently marked hitPoints/stress when transforming

This commit is contained in:
WBHarry 2026-03-07 14:25:39 +01:00
parent dcf0293008
commit 800eefbddf
6 changed files with 86 additions and 9 deletions

View file

@ -40,5 +40,16 @@
<span>{{localize "DAGGERHEART.ACTIONS.Settings.transform.dropTransformHere"}}</span>
</div>
{{/unless}}
<div class="transform-resources">
<div class="transform-resource">
<span class="resource-title">{{localize "DAGGERHEART.ACTIONS.Settings.transform.clearHitPoints"}}</span>
<input type="checkbox" data-resource="hitPoints" {{checked transform.resourceRefresh.hitPoints}}/>
</div>
<div class="transform-resource">
<span>{{localize "DAGGERHEART.ACTIONS.Settings.transform.clearStress"}}</span>
<input type="checkbox" data-resource="stress" {{checked transform.resourceRefresh.stress}}/>
</div>
</div>
</div>
</fieldset>