|
Target overlay when critical damage is applied.
% Deadly Strike gives a chance to double physical attack damage when successful, even when barehanded. Overlay normally displayed when successful may be obscured by others (which gave rise to the myth that poison damage prevents it from being applied).
- Since conversion of physical damage to another damage type occurs after it is applied, it can also double the converted damage of the following:
- It does not apply to the following:
- Percentages from multiple sources are summed, although when two weapons are equipped only that of the attacking weapon is added (that of the other weapon is ignored). >100% is redundant.
- Mutually exclusive with Critical Strike and weapon Mastery or Claw Mastery critical strike: if one is successful then the others do not apply. Combined percentage chance of double physical attack damage is as follows:
Two sources
|
100 - (100 - DS)*(100 - CS)/100
|
100 - (100 - DS)*(100 - MCS)/100
|
Three sources
|
100 - (100 - DS)*(100 - CS)*(100 - MCS)/10000 [1]
|
- Non-player units like a Barbarian mercenary, Valkyrie and Iron Golem have 5% chance of applying critical damage, doubling all attack damage types. This is calculated independently of other sources, so there is a chance of applying quadruple physical damage. Combined % chance of double physical attack damage only is as follows:
Two sources
|
5+(0.9*DS)
|
Three sources
|
100 - 0.95*(100 - DS)*(100 - CS)/100 - 0.05*(100 - (100 - DS)*(100 - CS)/100)
|
- % Chance of quadruple physical attack damage is as follows:
Two sources
|
0.05*DS
|
Three sources
|
0.05*(100 - (100-DS)*(100-CS)/100)
|
- Percentage increase to average physical attack damage of a higher chance of critical damage is 100 * (higher chance - lower chance) / (100 + lower chance). For example, increasing Deadly Strike from 80% to 100% increases average physical attack damage from 180% to 200%, or by ~11% (100 * (100-80) / (100+80) ).
|