diff --git a/templates/ui/tooltip/attack.hbs b/templates/ui/tooltip/attack.hbs index 99bab9fa..2a4e0767 100644 --- a/templates/ui/tooltip/attack.hbs +++ b/templates/ui/tooltip/attack.hbs @@ -1,35 +1,36 @@
-

{{attack.name}}

-
{{{description}}}
- -
- +

{{attack.name}}

+
{{#if (lookup config.ACTOR.abilities attack.roll.trait)}} -
- - {{#with (lookup config.ACTOR.abilities attack.roll.trait) as | trait |}} -
{{localize trait.label}}
- {{/with}} +
+ + {{localize "DAGGERHEART.GENERAL.Trait.single"}} + {{#with (lookup config.ACTOR.abilities attack.roll.trait) as | trait |}} + {{localize trait.label}} + {{/with}} +
{{/if}} - {{#if (lookup config.GENERAL.range attack.range)}} -
- - {{#with (lookup config.GENERAL.range attack.range) as | range |}} -
{{localize range.label}}
- {{/with}} +
+ + {{localize "DAGGERHEART.GENERAL.range"}} + {{#with (lookup config.GENERAL.range attack.range) as | range |}} + {{localize range.label}} + {{/with}} +
{{/if}} - -
- -
{{{damageFormula attack}}}
-
-
- -
{{{damageSymbols attack.damage.parts}}}
+
+ {{{damageFormula attack}}} {{{damageSymbols attack.damage.parts}}}
+ {{#if description}} +
{{{description}}}
+ {{/if}} + +

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

\ No newline at end of file