I'm using the Life Drain ability to allow one unit to channel health into another unit. That works, but I have one problem. The unit is transferring his own life to heal the other unit. How can I nullify the damage done?
Using Bribe's damage detection system, this is what I have done so far:
Using Bribe's damage detection system, this is what I have done so far:
-
Heal Station
-
Events
-
Game - DamageModifierEvent becomes Equal to 1.00
-
-
Conditions
-
DamageEventSource Equal to DamageEventTarget
-
-
Actions
-
Unit - Set life of DamageEventSource to ((Life of DamageEventSource) + 20.00)
-
Game - Display to (All players) for 1.00 seconds the text: run
-
-