mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-25 08:53:39 +02:00
Merge branch 'main' into refactor/275-actor-sheets-simplification
This commit is contained in:
commit
b5da2a6fcc
153 changed files with 2159 additions and 2545 deletions
|
|
@ -4,8 +4,12 @@
|
|||
data-group='{{tabs.effects.group}}'
|
||||
>
|
||||
<fieldset class="one-column">
|
||||
<legend>{{localize "DAGGERHEART.Sheets.Global.Effects"}}
|
||||
<a data-action="createDoc" data-type="ActiveEffect"><i class="fa-solid fa-plus icon-button"></i></a></legend>
|
||||
<legend>
|
||||
{{localize "DAGGERHEART.GENERAL.Effect.plural"}}
|
||||
<a data-action="createDoc" data-type="ActiveEffect">
|
||||
<i class="fa-solid fa-plus icon-button"></i>
|
||||
</a>
|
||||
</legend>
|
||||
<div class="effects-list">
|
||||
{{#each document.effects as |effect|}}
|
||||
<div class="effect-item">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue