- Joined
- Aug 8, 2007
- Messages
- 112
How would I add to a unit/heroes max life (max amount of HP a unit can heal up to/have)?
Would this change its max life or would it just add to the HP lost:
Is this right or how must it be done?
Thank you!
Would this change its max life or would it just add to the HP lost:
-
BloodStalk
-
Events
- Unit - A unit Is attacked
-
Conditions
- ((Attacking unit) has buff Blood Stalk ) Equal to True
-
Actions
- Set U_BloodStalker = (Attacking unit)
- Unit - Set life of U_BloodStalker to ((Max life of U_BloodStalker) + 5.00)
-
Events
Is this right or how must it be done?
Thank you!