Cycle 15/Ruleset Draft: Difference between revisions

subrules: subsections. parent rules: supersections
*slightly* improve clarity of "Dice Rolls" using formatting
Line 95: Line 95:
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.
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 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+".
* If a rule requires an NdK 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+".


= Game Rules =
= Game Rules =