• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Spell] Damage reduction stack?

Status
Not open for further replies.
Level 5
Joined
Oct 10, 2010
Messages
71
Hi there, long time no see!

I've encountered a problem, to be exact i don't have proper information on that one.

Let's say i give a unit Damage Reduction ability (Defend in my case), which gives 40% damage reduction, now this unit uses spell that also do Damage Reduction lets say for 20%, i found that they should stack (?) if yes, then in which order?

By stack i mean the ability that reduces damage by 20% reduces the remaining 60% damage that went trough my first damage reduction spell.

Halp.
 
Level 16
Joined
May 2, 2011
Messages
1,345
if it is factor, then it does not matter.
say damage is 100
100 X 0.6 X 0.2 = 48



100 - 40% is 60
60 - 20% is 48

100 - 20% is 80
80 - 40% is 48

same either way

if it was +/- reduction only then the order matters. and I think if you base that on hardened skin ability then it should be the +/- first and then the reduction %
 
Status
Not open for further replies.
Top