mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
Added daggerheart durations and auto expiration of them
This commit is contained in:
parent
115a31423e
commit
0ba17117ea
14 changed files with 183 additions and 42 deletions
|
|
@ -16,6 +16,13 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if effect.system.duration.type}}
|
||||
<div class="duration-container">
|
||||
<strong>{{localize "EFFECT.DURATION.Label"}}</strong>
|
||||
<span>{{localize (concat "DAGGERHEART.CONFIG.ActiveEffectDuration." effect.system.duration.type )}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#unless effect.isLockedCondition}}
|
||||
<p class="close-hint">
|
||||
<i class="fa-solid fa-computer-mouse"></i> {{localize "DAGGERHEART.UI.EffectsDisplay.removeThing" thing=(localize "DAGGERHEART.GENERAL.Effect.single")}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue