mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 03:19:55 +02:00
add reloading feature
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
e9e8d2bd59
commit
9e4d8d637a
8 changed files with 91 additions and 16 deletions
|
|
@ -8,7 +8,15 @@
|
|||
<ul class="damage-container">
|
||||
{{#each this.updates}}
|
||||
<li class="damage-row">
|
||||
{{#if (gte this.value 0)}}
|
||||
{{#if this.itemId}}
|
||||
<span>
|
||||
{{#if this.clear}}
|
||||
{{localize "DAGGERHEART.UI.Chat.reloadWeapon" weapon=this.target.name}}
|
||||
{{else}}
|
||||
{{localize "DAGGERHEART.UI.Chat.restoreWeaponResource" quantity=this.value weapon=this.target.name}}
|
||||
{{/if}}
|
||||
</span>
|
||||
{{else if (gte this.value 0)}}
|
||||
<span>
|
||||
{{
|
||||
localize "DAGGERHEART.UI.Chat.markResource"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue