• 🏆 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!

Possible to add damage range to items?

Status
Not open for further replies.
Level 10
Joined
Jan 20, 2011
Messages
492
Hey guys, just wondering if it is possible to add damage range to an item, and if so how it can be achieved?

So say I pick up a sword related item (my current attack is 2-4), and the sword gives 2-4 damage range, making my attack (4-8).
 
Level 11
Joined
Dec 19, 2012
Messages
411
Not possible as warcraft 3 doesn't support that feature

But in the other way, it is possible using trigger, given a DDS to detect the damage (but the damage is reduced by armor, you may need to save the unit original damage and use it here), adding 2~4 damage to the source damage then it could be done, but displaying the additional 2-4 damage given by an item may need another way, like multiboard/floating text. (warcraft 3 can't display "2-4 + 2-4")
 
Status
Not open for further replies.
Top