mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
16 lines
No EOL
571 B
Handlebars
16 lines
No EOL
571 B
Handlebars
<section
|
|
class='tab {{tabs.information.cssClass}} {{tabs.information.id}}'
|
|
data-tab='{{tabs.information.id}}'
|
|
data-group='{{tabs.information.group}}'
|
|
>
|
|
<fieldset>
|
|
<legend>{{localize "DAGGERHEART.Sheets.Environment.description"}}</legend>
|
|
|
|
{{formInput systemFields.description value=source.system.description }}
|
|
</fieldset>
|
|
<fieldset>
|
|
<legend>{{localize "DAGGERHEART.Sheets.Environment.impulses"}}</legend>
|
|
|
|
{{formInput systemFields.impulses value=source.system.impulses }}
|
|
</fieldset>
|
|
</section> |