
roll
List of commands for roll:
-
roll:tldr:4caee roll: Roll 2 5-sided dice 3 times and show the total sum.$ roll --sum-series ${3{2d5}}try on your machineexplain this command
-
roll:tldr:a608f roll: Roll 3 6-sided dice and sums the results.$ roll ${3d}try on your machineexplain this command
-
roll:tldr:c7755 roll: Roll 2 12-sided dice 2 times and show every roll.$ roll --verbose ${2{2d12}}try on your machineexplain this command