Dice roll: Difference between revisions

11 bytes added ,  06:34, 31 January 2021
m
imported>TinyTedDanson
No edit summary
imported>TinyTedDanson
Line 5: Line 5:
* For example: 2d6 means outcome is determined by two (2) dice (d) that are six-sided (6).
* For example: 2d6 means outcome is determined by two (2) dice (d) that are six-sided (6).
* The lowest output is <math>n</math> and the highest output is <math>n \times f</math>; a 2d6 will roll between 2 (1+1) and 12 (6+6) and a 5d9 between 5 (1+1+1+1+1) and 45 (9+9+9+9+9).
* The lowest output is <math>n</math> and the highest output is <math>n \times f</math>; a 2d6 will roll between 2 (1+1) and 12 (6+6) and a 5d9 between 5 (1+1+1+1+1) and 45 (9+9+9+9+9).
* Any prior numbers are multipliers: 4{{heart}}2d2 means the 2d2 output is then multiplied by 4.
* Any prior numbers are multipliers: 4{{heart}}2d2 means a base damage of 4 is multiplied by the 2d2 output.
* Any following addition is done finally: 2d2+1 means 2d2 is rolled and then the result receives +1.  
* Any following addition is done finally: 2d2+1 means 2d2 is rolled and then the result receives +1.


==Example==
==Example==