sentrywiz
S
sentrywiz
Hi all.
I can't increase the level of the ability I'm adding to a unit.
The ability is based on Item Life (Greater) and I want to add half of Strength for the hero to the unit being summoned as bonus health.
But the ability always stays to level 1 and I have 30 levels of it.
Anyone know why?
P.S I tried with starts the effect of an ability event as well but same result
I can't increase the level of the ability I'm adding to a unit.
The ability is based on Item Life (Greater) and I want to add half of Strength for the hero to the unit being summoned as bonus health.
But the ability always stays to level 1 and I have 30 levels of it.
Anyone know why?
P.S I tried with starts the effect of an ability event as well but same result
-
Ability Ancient Spirit
-
Events
- Unit - A unit enters (Playable map area)
-
Conditions
- (Unit-type of (Entering unit)) Equal to Ancient Spirit
-
Actions
- Set randomNumber = (((Strength of HERO_UNIT (Exclude bonuses)) / 2) - 1)
- Unit - Add Ancient Spirit HP to (Entering unit)
- Unit - Set level of Ancient Spirit HP for (Entering unit) to randomNumber
-
Events