mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 23:26:28 +01:00
Added implementation of unstoppable
This commit is contained in:
parent
87643dc662
commit
eb573e7ccb
38 changed files with 256 additions and 99 deletions
|
|
@ -56,7 +56,7 @@ Parameters:
|
|||
</div>
|
||||
|
||||
{{!-- Simple Resource --}}
|
||||
{{#if (and (not hideResources) (eq item.system.resource.type 'simple'))}}
|
||||
{{#if (and (not hideResources) (not (eq item.system.resource.type 'diceValue')))}}
|
||||
{{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}}
|
||||
{{/if}}
|
||||
{{#if (and (not hideResources) (gte item.system.quantity 0))}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue