developing experience setting page

This commit is contained in:
moliloo 2025-06-30 21:22:15 -03:00
parent 0c9c37470a
commit ca297b97b1
9 changed files with 55 additions and 15 deletions

View file

@ -8,11 +8,21 @@
</div>
<div class="tags">
<div class="tag">
{{localize (concat 'DAGGERHEART.Tiers.' source.system.tier)}}
<span>
{{localize (concat 'DAGGERHEART.Tiers.' source.system.tier)}}
</span>
</div>
<div class="tag">
{{localize (concat 'DAGGERHEART.Adversary.Type.' source.system.type '.label')}}
<span>
{{localize (concat 'DAGGERHEART.Adversary.Type.' source.system.type '.label')}}
</span>
</div>
{{#if (eq source.system.type 'horde')}}
<div class="tag">
<span>{{source.system.hordeHp}}</span>
<span>/HP</span>
</div>
{{/if}}
</div>
<line-div></line-div>
<div class="adversary-info">