mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
add domain icon into domain cards (#489)
This commit is contained in:
parent
a119683c31
commit
3e333d3533
3 changed files with 28 additions and 2 deletions
|
|
@ -6,6 +6,10 @@
|
|||
<span class="recall-value">{{source.system.recallCost}}</span>
|
||||
<i class="fa-solid fa-bolt"></i>
|
||||
</span>
|
||||
<span class="item-icon">
|
||||
<span class="recall-label">{{localize (concat 'DAGGERHEART.GENERAL.Domain.' source.system.domain '.label')}}</span>
|
||||
<img src="{{concat 'systems/daggerheart/assets/icons/domains/' source.system.domain '.svg'}}" alt="">
|
||||
</span>
|
||||
</div>
|
||||
<div class='item-info'>
|
||||
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue