mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
* Fixed datamodel and set up basic template in new style * Added in a temp attack button, because why not * Restored HitPoints counting up
17 lines
580 B
Handlebars
17 lines
580 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.Adversary.Description" }}</legend>
|
|
|
|
{{formGroup systemFields.description value=source.system.description}}
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>{{localize "DAGGERHEART.Sheets.Adversary.MotivesAndTactics" }}</legend>
|
|
|
|
{{formGroup systemFields.motivesAndTactics value=source.system.motivesAndTactics}}
|
|
</fieldset>
|
|
</section>
|