mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
12 lines
No EOL
607 B
Handlebars
12 lines
No EOL
607 B
Handlebars
<fieldset class="action-category">
|
|
<legend class="action-category-label" data-action="toggleSection" data-section="uses">
|
|
<div>Uses</div>
|
|
</legend>
|
|
<div class="action-category-data open">
|
|
<div class="multi-display">
|
|
{{formField fields.value label="Value" 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}}
|
|
</div>
|
|
</fieldset> |