mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Added critical threshold for Adversaries, determining at what number they crit (#1331)
This commit is contained in:
parent
d5b501cb98
commit
f78f8e32b6
5 changed files with 31 additions and 6 deletions
|
|
@ -34,6 +34,16 @@
|
|||
<h4>{{localize "DAGGERHEART.GENERAL.attack"}}</h4>
|
||||
</div>
|
||||
</div>
|
||||
{{#if (lt source.system.criticalThreshold 20)}}
|
||||
<div class="status-number">
|
||||
<div class='status-value armor-slots'>
|
||||
<p>{{source.system.criticalThreshold}}+</p>
|
||||
</div>
|
||||
<div class="status-label">
|
||||
<h4>{{localize "DAGGERHEART.GENERAL.criticalShort"}}</h4>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="status-section">
|
||||
<div class="threshold-section">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue