dice-roller/dice-roller.1
2022-07-29 12:41:02 +02:00

39 lines
910 B
Groff

.TH DICE-ROLLER 1
.SH NAME
dice-roller \- Dice roller utility written in GO
.SH SYNOPSIS
.B dice-roller
.OP -a
.OP -s
.OP -c
.OP -m
.PP
.B dice-roller
.OP --advantage
.PP
.B dice-roller
.OP --disadvantage
.SH DESCRIPTION
.B dice-roller
is a little dice roller I wrote because I'm hopelessly bad at basic arithmetic equations.
Written with D&D 5e in mind, can undoubtedly be used for other purposes as well.
.SH OPTIONS
.TP
.B -a --attacks
Roll a set rules multiple times, does not apply to advantage and disadvantage, defaults to 1.
.TP
.B -s --surfaces
Use to specify die surfaces, does not apply to advantage and disadvantage, defaults to 20.
.TP
.B -c --throws
Specify amount of dice to cast
.TP
.B -m --modifier
Add modifier to result of rolls
.TP
.B --advantage
Roll two 2d20 and take the highest number, accepts modifiers
.TP
.B --disadvantage
Roll two 2d20 and take the lowest number, accepts modifiers