Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
The way the damage works is also in my tutorial things a guier should know. There are also the xp formulas and how to use them in that tutorial. It should help you when doing things like this.
Base damage: -10
num of dice: 10
sides per dice: 11
or:
Code:
base damage: -1
num of dice: 1
sides per dice: 101
or one of many other combinations.
Both cobinations give you 0 - 100 damage. The difference is how the probabilities of different damage values are distributed.
If you have the combination with only 1 dice, then each damage (1, 2, 3, ... 100) has the same probability.
However if you use more than one dice the damage values close to the mean value (50) have a higher probability assigned than values closer to the tails (1 and 100). The more dice you have the bigger the difference of the probability of 50 and 1 or 100.
If you want a "more random feeling", go for fewer dice.
If you want mostly damage around 40-60 and sometimes a very low or high value, then use more dice.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.