Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
i cant make the trigger right now.
but just do hero strength x ability lvl + base damage and it will work.
there is an action to get the heroes stat. i chose strength u can also use agi or intel
i cant make the trigger right now.
but just do hero strength x ability lvl + base damage and it will work.
there is an action to get the heroes stat. i chose strength u can also use agi or intel
Set realVariable = ((Real((Strength of (Triggering unit) (Include bonuses)))) x (Real((Level of (Ability being cast) for (Triggering unit)))))
Unit - Cause (Triggering unit) to damage (Target unit of (Ability being cast)), dealing realVariable damage of attack type...
Use Conversion - convert integer to real to be able to use the hero attribute and ability level. Hero attributes adn ability levels are integers and you need a real value. Use Arithmetic function to use +, -, x and /.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.