Luck: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Umbraall
No edit summary
>AaronKettlecorn
(Added a formula so that lucky critical strike chance can be calculated somewhat easily.)
Line 6: Line 6:
==Effectiveness==
==Effectiveness==
On percentage rolls, such as critical chance, Lucky/unlucky rolls will be up to a 100% more/less modifier, changing linearly towards 0% as critical chance increases.
On percentage rolls, such as critical chance, Lucky/unlucky rolls will be up to a 100% more/less modifier, changing linearly towards 0% as critical chance increases.
On damage rolls, the average damage from the roll will be at up to 33% more or less, when the minimum damage is close to zero, but will have a much weaker effect when the minimum damage is closer to the maximum.
On damage rolls, the average damage from the roll will be at up to 33% more or less, when the minimum damage is close to zero, but will have a much weaker effect when the minimum damage is closer to the maximum.


==Calculations==
More specifically, the lucky critical strike chance can be calculated from the following formula:
Lucky Crit Chance = 2*(Original Crit Chance) - (Original Crit Chance)^2
For example, the lucky critical strike chance for an orignal critical strike chance of 40% could be calculated as follows:
Lucky Crit Chance = 2*40% - 40%*40% = 80% - 1600%% = 80% - 16% = 64%
It should be noted that these calculations neglect the effect of accuracy on critical strikes.
[[Category:Game mechanics]]
[[Category:Game mechanics]]

Revision as of 22:35, 12 June 2015

Some rolls in the game are Lucky or Unlucky. Lucky rolls will be made twice, and the higher value is chosen. Diamond flasksDiamond FlaskLasts 6.00 Seconds
Consumes 20 of 40 Charges on use
100% increased Global Critical Strike Chance
Requires Level 27Right click to drink. Can only hold charges while in belt. Refills as you kill monsters.
makes the critical strike chance lucky for a duration.

Either roll can make the hit critical, so your critical strike chance on the red line will be increased to the blue line on lucky rolls.

Unlucky

If a roll is unlucky, it will be rolled twice and the lower value will be chosen. Currently unlucky is only found on the unique ring Lori's LanternLori's Lantern
Prismatic Ring
Requires Level 30+(8-10)% to all Elemental Resistances+10% to all Elemental Resistances
(6-8)% increased Movement Speed when on Low Life
31% increased Light Radius
+(20-25)% to Chaos Resistance when on Low Life
Damage of Enemies Hitting you is Unlucky while you are on Low Life
By its light, Lori led her young charges to safety
and bound up their wounds.
Her sword arm was iron, yet her heart gentle
and proof against hate.
.

Effectiveness

On percentage rolls, such as critical chance, Lucky/unlucky rolls will be up to a 100% more/less modifier, changing linearly towards 0% as critical chance increases. On damage rolls, the average damage from the roll will be at up to 33% more or less, when the minimum damage is close to zero, but will have a much weaker effect when the minimum damage is closer to the maximum.

Calculations

More specifically, the lucky critical strike chance can be calculated from the following formula:

Lucky Crit Chance = 2*(Original Crit Chance) - (Original Crit Chance)^2

For example, the lucky critical strike chance for an orignal critical strike chance of 40% could be calculated as follows:

Lucky Crit Chance = 2*40% - 40%*40% = 80% - 1600%% = 80% - 16% = 64%

It should be noted that these calculations neglect the effect of accuracy on critical strikes.