Cycle 14/Ruleset: Difference between revisions
Implement Proposal **The redundancy here is error prone and also makes me sad: Redux** |
Implement Proposal **More Dice Syntax** |
||
| Line 89: | Line 89: | ||
=== Dice Rolls === | === Dice Rolls === | ||
A rule that requires a selection of an NdK value, for non-negative integer N and positive integer K, is requiring the random selection of 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. | A rule that requires a selection of an NdK value, for non-negative integer N and positive integer K, is requiring the random selection of N rolls of a K-sided die. | ||
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 a dice roll with a target number x, this instead produces the number of independent selections 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+". | |||
== Tasks == | == Tasks == | ||