- Joined
- Oct 20, 2019
- Messages
- 60
Hello, i have this healing spell that provides bonus healing based of the casters intellect, it currently provides 130% of the casters intellect as bonus healing on all 5 levels.
I would like that bonus healing to increase at each lvl, like this:
Lvl 1 - 200 hitpoints and 130% of intelligence used as healing
Lvl 2 - 300 hitpoints and 160% of intelligence used as healing
Lvl 3 - 400 hitpoints and 190% of intelligence used as healing
Lvl 4 - 500 hitpoints and 220% of intelligence used as healing
Lvl 5 - 600 hitpoints and 250% of intelligence used as healing
How do i fix this?
-
Holy Light
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Holy Light (True)
-
-
Actions
-
Unit - Set life of (Target unit of ability being cast) to ((Life of (Target unit of ability being cast)) + (1.30 x (Real((Intelligence of (Triggering unit) (Include bonuses))))))
-
-
I would like that bonus healing to increase at each lvl, like this:
Lvl 1 - 200 hitpoints and 130% of intelligence used as healing
Lvl 2 - 300 hitpoints and 160% of intelligence used as healing
Lvl 3 - 400 hitpoints and 190% of intelligence used as healing
Lvl 4 - 500 hitpoints and 220% of intelligence used as healing
Lvl 5 - 600 hitpoints and 250% of intelligence used as healing
How do i fix this?