Hero skill scaling Help plz

Status
Not open for further replies.
Level 2
Joined
Sep 21, 2015
Messages
15
I am wonder if someone can show and explain how i can make my heroes moves such as "Shockwave" for example to scale off my heroes level or strength instead of having to make a bunch of levels for the move. any help will be much appreciated. Thank you
 
Or this: (contains map sample)
https://www.hiveworkshop.com/forums/pastebin.php?id=mpq6fa
It is a little hard coded but I'm sure you can figure out that.
I'm not sure what you are asking, but if you want the damage to vary based on level, then use this:
You can set damage using level as independent variable, i.e.
damage = 100*level + 25
at level 1, damage = 125
at level 2, damage = 225
...
 
Status
Not open for further replies.
Back
Top