I have written a damage calculator program to quicken the process of rolling for damage against a single foe or a horde. I am looking for feedback on how the program could be improved.
For those familiar with Java, this is the line I use to roll d10s: int roll = (int) Math.floor(Math.random() * 10 + 1);
Things I plan to include:
- The ability to choose from several different ways to implement Righteous Fury beyond the Deathwatch RAW. Which RF house rules would you like to see ?*
- Support for targets with different armour on different locations.
*I already plan to include:
- One or more 10s adds a single extra d10 of damage. The added d10 may trigger another extra d10, etc
- Each 10 rolled adds an extra d10 damage.