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

Need Dice help please

Status
Not open for further replies.
Level 5
Joined
Jun 9, 2004
Messages
181
Minimum Damage = Base Damage + Number of Dice
Maximum Damage = BaseDam. + (Number of Dice*Sides per die)

So it's like if you have a base dmg, and you have to throw dice to determinate the final dmg over base.

Example:
Base dmg = 20
number of d. = 3
sides per die = 5

Min dmg = 23 (20+3)
Max dmg = 35 (20+(3*5))
 
Status
Not open for further replies.
Top