mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* New labels. Time to print them somewhere. * Action buttons have icons. Pretty Iconic * Features tweaked to support only on limited actors * Duplicate ActionTypes+references are removed. * Adversary and Environment SRD entries updated. * Updated name field workflow in character actor. * Adversary name fields are improved as well. * Revert "Updated name field workflow in character actor." This reverts commit66924c530f. * Revert "Adversary name fields are improved as well." This reverts commitf60e8cffda. * Fixed prototype token in Abandoned Grove * Label change --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
16 lines
No EOL
753 B
Handlebars
16 lines
No EOL
753 B
Handlebars
<section
|
|
class="tab {{this.tabs.base.cssClass}}"
|
|
data-group="primary"
|
|
data-tab="base"
|
|
>
|
|
<fieldset class="one-column">
|
|
<legend>{{localize "DAGGERHEART.GENERAL.identify"}}</legend>
|
|
{{formField fields.name value=source.name label="Name" name="name"}}
|
|
{{formField fields.img value=source.img label="Icon" name="img"}}
|
|
{{formField fields.chatDisplay value=source.chatDisplay name="chatDisplay" classes="checkbox" localize=true}}
|
|
</fieldset>
|
|
<fieldset class="action-category">
|
|
<legend>{{localize "DAGGERHEART.GENERAL.description"}}</legend>
|
|
{{formInput fields.description value=source.description enriched=source.description name="description" toggled=true }}
|
|
</fieldset>
|
|
</section> |