mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
14 lines
No EOL
550 B
Handlebars
14 lines
No EOL
550 B
Handlebars
|
|
<fieldset class="action-category">
|
|
<legend class="action-category-label" data-action="toggleSection" data-section="effects">
|
|
<div>{{localize "DAGGERHEART.GENERAL.resource"}}</div>
|
|
</legend>
|
|
<div class="action-category-data open">
|
|
<fieldset>
|
|
<div class="multi-display">
|
|
{{formField fields.type value=source.type name="resource.type" localize=true}}
|
|
{{formField fields.value value=source.value name="resource.value"}}
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</fieldset> |