From 3e7af7cfd7e89116a2f72ae6860e55bf1dc35e7b Mon Sep 17 00:00:00 2001 From: molilo Date: Thu, 18 Dec 2025 01:59:19 -0300 Subject: [PATCH] feat: style armor hbs tooltip --- templates/ui/tooltip/armor.hbs | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/templates/ui/tooltip/armor.hbs b/templates/ui/tooltip/armor.hbs index b2e07970..7cdcdffc 100644 --- a/templates/ui/tooltip/armor.hbs +++ b/templates/ui/tooltip/armor.hbs @@ -1,21 +1,22 @@ -
-

{{item.name}}

+
-
{{{description}}}
- -
-
- -
{{item.system.baseScore}}
+

{{item.name}}

+
+
+ {{localize "DAGGERHEART.ITEMS.Armor.baseScore"}} {{item.system.baseScore}}
- -
- -
{{item.system.baseThresholds.major}}
+
+ {{localize "DAGGERHEART.ITEMS.Armor.baseThresholds.major"}} {{item.system.baseThresholds.major}}
-
- -
{{item.system.baseThresholds.severe}}
+
+ {{localize "DAGGERHEART.ITEMS.Armor.baseThresholds.severe"}} {{item.system.baseThresholds.severe}}
+ {{#if description}} +
{{{description}}}
+ {{/if}} + +

+ {{localize "DAGGERHEART.UI.Tooltip.middleClick"}} +

\ No newline at end of file