Difference between revisions of "Wounding Spearhead"

From Stoneshard wiki
Jump to navigation Jump to search
m (3 revisions imported)
Line 1: Line 1:
{{stub}}
{{stub}}
<div style="float: right">{{/Tooltip}}</div>
<div style="float: right">{{ {{{1|Tooltip hover box}}}|title={{Skill}}}}</div>
* Currently bugged - target's current Health is ignored, damage dealt is always equal to the limit = <code>10 + 0.5*STR + 0.5*AGI</code>.
* Currently bugged - target's current Health is ignored, damage dealt is always equal to the limit = <code>10 + 0.5*STR + 0.5*AGI</code>.


{{Template:Skill navbox}}
{{Template:Skill navbox}}
[[Category:Skills]]
[[Category:Skills]]

Revision as of 11:22, 21 September 2022


This article is a stub. You can help Stoneshard wiki by expanding it.

Wounding Spearhead
Wounding Spearhead
Passive
- Requires a spear
Critical hits with spears deal extra Damage equal to 5% of their target's Max Health (but no more than 10).
Critical hits with spears deal extra Damage equal to 5% of their target's Max Health (but no more than ((0.5 * STR) + (0.5 * AGL))).

Show formulasHide formulas
  • Currently bugged - target's current Health is ignored, damage dealt is always equal to the limit = 10 + 0.5*STR + 0.5*AGI.