• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Spell] No damage from cluster rockets

Status
Not open for further replies.
Level 26
Joined
Feb 2, 2006
Messages
1,696
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