Skip to content

d20

const d20: (count?) => number

Defined in: src/dice.ts:187

A 20-sided die, or count of them summed.

The one a critical hit is measured against.

number

number

d20(); // 17
d20(2); // the sum of two