You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

540 B

roll

Basic di(c)e roller utility.

Usage

Supports basic roll functionality for standard any set of dice and their sides. You must always include both a number of dice and the sides of the dice.

$ roll 5d2
6

By default, the sum of the rolls will be printed out on the terminal.

Options

THE OPTIONS DO NOT WORK AT THIS TIME.

  • -a -- --all
    • Show a list of all roles instead of the sum (overrides default behaviour).
  • -s -- --sum
    • Show the sum of all roles. This may be combined with other options.