mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Added evasion to party resources (#1771)
This commit is contained in:
parent
01619ef067
commit
3a117ef117
3 changed files with 27 additions and 1 deletions
|
|
@ -87,6 +87,12 @@
|
|||
</div>
|
||||
{{/unless}}
|
||||
|
||||
{{#if (eq actor.type 'character')}}
|
||||
<div class="stat-section">
|
||||
<h4>{{localize "DAGGERHEART.GENERAL.evasion"}}: {{actor.system.evasion}}</h4>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#unless (eq actor.type 'companion')}}
|
||||
<div class="threshold-section">
|
||||
<h4 class="threshold-label">{{localize "DAGGERHEART.GENERAL.DamageThresholds.minor"}}</h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue