mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 19:09:55 +02:00
feat: add resources to weapons
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
8c6a470d84
commit
cdc507c5f7
7 changed files with 38 additions and 9 deletions
|
|
@ -17,6 +17,11 @@
|
|||
{{!-- Item Name --}}
|
||||
<span class="item-name">{{localize item.name}}</span>
|
||||
|
||||
{{!-- Resource --}}
|
||||
{{#if (and (eq type 'weapon') item.system.resource)}}
|
||||
{{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}}
|
||||
{{/if}}
|
||||
|
||||
{{!-- Tags Start --}}
|
||||
{{#with item}}
|
||||
<div class="item-labels">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue