mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
* Action Setting Dialog style * fix small style details in action config application * requested changes --------- Co-authored-by: moliloo <dev.murilobrito@gmail.com>
8 lines
No EOL
422 B
Handlebars
8 lines
No EOL
422 B
Handlebars
<fieldset class="one-column">
|
|
<legend>Uses</legend>
|
|
<div class="nest-inputs">
|
|
{{formField fields.value label="Spent" value=source.value name="uses.value" rootId=partId}}
|
|
{{formField fields.max label="Max" value=source.max name="uses.max" rootId=partId}}
|
|
</div>
|
|
{{formField fields.recovery label="Recovery" value=source.recovery name="uses.recovery" rootId=partId localize=true}}
|
|
</fieldset> |