• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Spell] No damage from cluster rockets

Status
Not open for further replies.
Level 25
Joined
Feb 2, 2006
Messages
1,689
The ability is based on cluster rockets and doesn't cause any damage. The only difference is the list of possible targets. I've added "Air".
Besides I've changed the max damage values and the damage values bot none to 0.
I've also copied the effect and buff and renamed it but both are based on the two versions from cluster rockets.
The targets are stunned but don't get any damage.

Is the damage calculated this way?
(duration / interval) * damage = (1.01 / 0.25) * 8.75 = 35,35

That is what the tooltip says and of what purpose is the max damage? The max damage for all targets together?

For my ability it is: (1.01 / 0.25) * 8 = 32,32 and the damage of 8 doubles every level. The max damage is 100 and doubles every level as well.

What am I doing wrong?
 
Status
Not open for further replies.
Top