Temporal Form not giving bonuses as written
Moderator: Moderator
Temporal Form not giving bonuses as written
Using a lvl 43 Skeleton Temporal Warden, I noticed Temporal Form added 23% temporal resistance instead of the 30% in the ability description (from 35 -> 58%). Also it only added 20% to my highest damage bonus (physical) as a temporal damage bonus, going from 10 -> 63%. Is this an oversight or did I miss some possible interaction?
Re: Temporal Form not giving bonuses as written
Resist all is multiplicative. Your temporal resist of 35% takes into account the 23% resist all that you have. Your base resist is much lower (around 13% or so).
The formula is:
R is what you see on the character sheet.
So, when you gain another 30% to the base resist from t. form, you get less of a bonus from resist all.
The formula is:
Code: Select all
R = 1 - ((1 - resist all) * (1 - base resist))
So, when you gain another 30% to the base resist from t. form, you get less of a bonus from resist all.
<darkgod> all this fine balancing talk is boring
<darkgod> brb buffing boulder throwers
<darkgod> brb buffing boulder throwers
Re: Temporal Form not giving bonuses as written
And here I was under the impression that resist all was additive. Huh.
Thanks for the heads-up.
Thanks for the heads-up.