This wont add 1 int for each lvl of ability, anyone here that can tell me how 2 fix it? This add 1x1,1x2,1x3,1x4 and so on.. My hero end up with 46 int instead of 10...
Changed it to
-
Int bonus
-
Events
-
Unit - A unit Learns a skill
-
-
Conditions
-
(Learned Hero Skill) Equal to Int bonus
-
-
Actions
-
Hero - Modify Intelligence of (Learning Hero): Add (1 x (Level of Int bonus for (Learning Hero)))
-
-
Changed it to
-
Int bonus
-
Events
-
Unit - A unit Learns a skill
-
-
Conditions
-
(Learned Hero Skill) Equal to Int bonus
-
-
Actions
-
Hero - Modify Intelligence of (Learning Hero): Add 1
-
-