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

Display only one number for damage

Status
Not open for further replies.
Level 12
Joined
May 22, 2015
Messages
1,051
Is it possible to only display one number for damage? The game by default shows:
minDamage - maxDamage + bonusDamage

Is it possible to just show minDamage or maxDamage and leave the bonus as is? I have removed the range of damage by setting number of dice for damage to 1 and number of sides per die to 1, so it always just shows something like:
25-25 + 4

It's not a big deal, but I think it will look nicer lol
 
Level 12
Joined
May 22, 2015
Messages
1,051
I looked through the game interface constants and couldn't find one that looked like damage. Maybe it's hard-coded in?
 
Status
Not open for further replies.
Top