#1
Help with spell ----> Mortal Strike
I need a spell for my boss called Mortal Strike. It deals ** a lot ** of damage and reduces healing done on the target by 50%
If you can help thanks a bunch!

164 posts
joined
#2
i dunno what you want, but maybe this...: make a spell based on an ability that deals damage, and leaves a buff on the target. now make a trigger:
event:
unit starts the effect of an ability
condition:
abilty being cast equal to Heal (or i don't know what)
spell target unit has BUFF equal to true
action:
set HealDone = (the ammount that ability heals)
set spelltargetunit unit life to (life of spelltargetunit + HealDone/2)