• 🏆 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!

Heavy armour. The Spell xD

Status
Not open for further replies.
Level 18
Joined
May 11, 2012
Messages
2,103
Passive spell needed. In GUI of course.

It has 5 levels. When Spell is learned, it reduces damage taken from both attacks and spells.

Level 1: reduces damage taken by 30.

Level 2: reduces damage taken by 60.

Level 3: reduces damage taken by 120.

Level 4: reduces damage taken by 240.

Level 5: reduces damage taken by 480.

Can you do this guys? tell me if u need more information. Thanks!!
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
For reducing physical damage, yes we can use Hardened Skin, but there is no flat value for reducing magical damage, it is only in percentage (%) I believe, that's why it should be triggered.

Don't trigger it from an incoming damage (Take damage Event), but trigger it from the damaging part of the spell, make an IF/THEN/ELSE condition or something, if target unit has spell bla bla bla, calculate spell per level reduction, and go into one of the branch for dealing damage.

But you must do this for all spells though, quite tiring.
 
Status
Not open for further replies.
Top