mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* Added implementation of unstoppable * Forgot to add the updated Unstoppable Feature itself * Added immunity for hidden and SRD additions for immunity
20 lines
No EOL
869 B
Handlebars
20 lines
No EOL
869 B
Handlebars
<fieldset>
|
|
<legend>
|
|
{{localize "DAGGERHEART.GENERAL.Resource.single"}}
|
|
{{#unless source.system.resource}}
|
|
<a data-action="addResource"><i class="fa-solid fa-plus icon-button"></i></a>
|
|
{{else}}
|
|
<a data-action="removeResource"><i class="fa-solid fa-trash"></i></a>
|
|
{{/unless}}
|
|
</legend>
|
|
|
|
{{#if source.system.resource}}
|
|
{{#if (eq source.system.resource.type 'simple')}}
|
|
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/simple.hbs"}}
|
|
{{else if (eq source.system.resource.type 'diceValue')}}
|
|
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/dice-value.hbs"}}
|
|
{{else}}
|
|
{{> "systems/daggerheart/templates/sheets/global/partials/resource-section/die.hbs"}}
|
|
{{/if}}
|
|
{{/if}}
|
|
</fieldset> |