Merge branch 'main' into 157-feature-simplify-and-refactor-item-sheets

This commit is contained in:
Joaquin Pereyra 2025-06-24 15:30:49 -03:00
commit 2ef68ad79c
42 changed files with 2399 additions and 110 deletions

View file

@ -14,12 +14,10 @@
<h3>
{{localize (concat 'DAGGERHEART.Domain.CardTypes.' source.system.type)}}
<span>-</span>
{{source.system.domain}}
{{localize (concat 'DAGGERHEART.Domains.' source.system.domain '.label')}}
<span>-</span>
<span>
{{localize "DAGGERHEART.Sheets.DomainCard.Level"}}:
{{source.system.level}}
</span>
{{localize "DAGGERHEART.Sheets.DomainCard.Level"}}:
{{source.system.level}}
</h3>
</div>
</div>