MisterSnook
Member
Hello Deadlock devs!
So there is currently a pretty major bug with Escalating Exposure. Which heavily buffs the item in some stages of the game and heavily nerfs it in others.
I will post the math below but the gist of it is that it seems like both the damage amplification and the final damage gets affected by enemy resistances. This results in it giving much MORE damage vs people with negative resistance but also much LESS vs people with a lot of resistance.
MATH
You already know this but im simply writing it out for clarity.
Damage is calculated with the following formula when it comes to resistances in this game.
Resistance Modifer = [1 - (1 - Resist.1) * (1 - Resist.2) * (1 - Resist.n)] - [1 - (1 - ResistReduct.1) * (1 - ResistReduct.2) * (1 - ResistReduct.n
Final Damage = (Base Damage - Resistance Modifier * Base Damage) * Damage Amplification(Soul Shredder)
We can verify this by testing with the following builds


Here we get
- 242 Base Damage on Splatter
- 24% from Crippliing Headshot
- 12% from Spirit Strike
- 12% from Mystic Vulnrebility
and in the second case we also get 10% damage amplification from Soul Shredder.
If we type this in to our formula
we get
(242 + (1 - (1-0.24)*(1-0.12)*(1-0.12)) * 242) = 341.57 in the first case
and
(242 + (1-(1-0.24)*(1-0.12)*(1-0.12)) * 242)*1.1 = 375.73 in the second case.
Below is a video verifying this in game.
View attachment Deadlock 2024-09-10 15-16-28.mp4
These calculation do not work for Escalating Exposure though.
With 20 stacks the expected outcome would be (with splatter base damage being
(167+ (1-(1-0.24)*(1-0.12)*(1-0.12)) * 167)*(0.06*20+1) = 518.57
When verified in game this isnt correct though...its not actually correct.
View attachment Deadlock 2024-09-09 23-58-57.mp4
Instead what seems to be happening is that the Spirit resistance is affecting both the Damage Amp from Escalating Exosure as well as the final damage.
This is the formula that i've found to match the best with results in game.
(0.06*20*(2-(1-0.15)*(1-0.24)*(1-0.12))+1)*(2-(1-0.15)*(1-0.24)*(1-0.12))*167 = 649.73
((Amp From EE) * (Res Modifier) + 1 so it multiplies)) * (Res Modifier) * (Base Damage)
The big issue here is that if your oponent has positive resistance this works to you detriment. To me this feels like an anti tank item which makes this interaction a bit counter productive.
That is all!
//MisterSnook
So there is currently a pretty major bug with Escalating Exposure. Which heavily buffs the item in some stages of the game and heavily nerfs it in others.
I will post the math below but the gist of it is that it seems like both the damage amplification and the final damage gets affected by enemy resistances. This results in it giving much MORE damage vs people with negative resistance but also much LESS vs people with a lot of resistance.
MATH
You already know this but im simply writing it out for clarity.
Damage is calculated with the following formula when it comes to resistances in this game.
Resistance Modifer = [1 - (1 - Resist.1) * (1 - Resist.2) * (1 - Resist.n)] - [1 - (1 - ResistReduct.1) * (1 - ResistReduct.2) * (1 - ResistReduct.n
Final Damage = (Base Damage - Resistance Modifier * Base Damage) * Damage Amplification(Soul Shredder)
We can verify this by testing with the following builds


Here we get
- 242 Base Damage on Splatter
- 24% from Crippliing Headshot
- 12% from Spirit Strike
- 12% from Mystic Vulnrebility
and in the second case we also get 10% damage amplification from Soul Shredder.
If we type this in to our formula
we get
(242 + (1 - (1-0.24)*(1-0.12)*(1-0.12)) * 242) = 341.57 in the first case
and
(242 + (1-(1-0.24)*(1-0.12)*(1-0.12)) * 242)*1.1 = 375.73 in the second case.
Below is a video verifying this in game.
View attachment Deadlock 2024-09-10 15-16-28.mp4
These calculation do not work for Escalating Exposure though.
With 20 stacks the expected outcome would be (with splatter base damage being
(167+ (1-(1-0.24)*(1-0.12)*(1-0.12)) * 167)*(0.06*20+1) = 518.57
When verified in game this isnt correct though...its not actually correct.
View attachment Deadlock 2024-09-09 23-58-57.mp4
Instead what seems to be happening is that the Spirit resistance is affecting both the Damage Amp from Escalating Exosure as well as the final damage.
This is the formula that i've found to match the best with results in game.
(0.06*20*(2-(1-0.15)*(1-0.24)*(1-0.12))+1)*(2-(1-0.15)*(1-0.24)*(1-0.12))*167 = 649.73
((Amp From EE) * (Res Modifier) + 1 so it multiplies)) * (Res Modifier) * (Base Damage)
The big issue here is that if your oponent has positive resistance this works to you detriment. To me this feels like an anti tank item which makes this interaction a bit counter productive.
That is all!
//MisterSnook
Last edited: