Cycle 15/Ruleset Draft: Difference between revisions
*slightly* improve clarity of "Dice Rolls" using formatting |
N independent 1dK rolls |
||
| Line 97: | Line 97: | ||
* If not otherwise specified, this produces the sum of N rolls of a K-sided die; that is, the sum of N independent selections of integers from 1 to K, using a uniform random distribution. If N is zero, the sum is zero. | * If not otherwise specified, this produces the sum of N rolls of a K-sided die; that is, the sum of N independent selections of integers from 1 to K, using a uniform random distribution. If N is zero, the sum is zero. | ||
* If a rule requires an NdK dice roll with a target number x, this instead produces the number of independent | * If a rule requires an NdK dice roll with a target number x, this instead produces the number of N independent 1dK rolls that meet or exceed the target number and can be abbreviated as "x+". For example, if a rule requires a dice roll with a target number of 3, this can be abbreviated to "3+". | ||
= Game Rules = | = Game Rules = | ||