mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Merge branch 'main' into feature/89-gm-fear-display
This commit is contained in:
commit
6646cf63d7
355 changed files with 4995 additions and 2576 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<button class="ability-use-button" data-index="{{index}}">
|
||||
{{action.name}}
|
||||
</button>
|
||||
{{#if action.cost.value}}<div class="ability-card-action-cost">{{action.cost.value}} {{action.cost.type}}</div>{{/if}}
|
||||
{{/each}}
|
||||
</footer>
|
||||
</div>
|
||||
|
|
@ -16,6 +16,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="abilities-text-container domain">
|
||||
<div ><i data-action="removeCard" data-type="{{card.type}}" data-key="{{card.uuid}}" class="fas fa-trash icon-button row-icon"></i></div>
|
||||
<div class="abilities-card-title">{{card.name}}</div>
|
||||
{{#if inVault}}
|
||||
<div class="abilities-card-description">{{{card.system.effect}}}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue