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