Hi, this is a simple spell really.
It's a passive that when the unit with "Immortality" (Reincarnation) gets a kill it will get 25 extra hit points. That works, the part that doesn't work is that I want it to continue gaining hit points from kills but it only works once then stops. Any ideas?
It's a passive that when the unit with "Immortality" (Reincarnation) gets a kill it will get 25 extra hit points. That works, the part that doesn't work is that I want it to continue gaining hit points from kills but it only works once then stops. Any ideas?
-
Immortality Kill
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
((Killing unit) is alive) Equal to True
-
(Owner of (Killing unit)) Not equal to (Owner of (Dying unit))
-
((Owner of (Dying unit)) is an enemy of (Owner of (Killing unit))) Equal to True
-
(Level of Immortality (Animal) for (Killing unit)) Greater than or equal to 1
-
-
Actions
-
Unit - Add Item Life Bonus (Immortality - Animals) to (Killing unit)
-
-