add docs for -min

This commit is contained in:
Ean Milligan 2025-04-27 17:02:32 -04:00
parent 4207021fa9
commit e3dc7bc8b4
2 changed files with 13 additions and 6 deletions

View File

@ -126,8 +126,9 @@ The Artificer comes with a few supplemental commands to the main rolling command
* `-nd` - No Details - Suppresses all details of the requested roll
* `-snd` - Super No Details - Suppresses all details of the requested roll and hides no details message
* `-s` - Spoiler - Spoilers all details of the requested roll
* `-m` - Maximize Roll - Rolls the theoretical maximum roll, cannot be used with -n
* `-n` - Nominal Roll - Rolls the theoretical nominal roll, cannot be used with -m
* `-m` or `-max` - Maximize Roll - Rolls the theoretical maximum roll, cannot be used with `-n` or `-min`
* `-min` - Minimize Roll - Rolls the theoretical minimum roll, cannot be used with `-m`, `-max`, or `-n`
* `-n` - Nominal Roll - Rolls the theoretical nominal roll, cannot be used with `-m`, `-max`, or `-min`
* `-gm @user1 @user2 ... @userN` - GM Roll - Rolls the requested roll in GM mode, suppressing all publicly shown results and details and sending the results directly to the specified GMs
* `-o a` or `-o d` - Order Roll - Rolls the requested roll and orders the results in the requested direction
* The results have some formatting applied on them to provide details on what happened during this roll.

View File

@ -38,18 +38,24 @@ Examples: \`${config.prefix}d20${config.postfix} -nd\`, \`${config.prefix}d20${c
inline: true,
},
{
name: '`-m` - Maximize Roll',
value: 'Rolls the theoretical maximum roll, cannot be used with -n',
name: '`-m` or `-max` - Maximize Roll',
value: 'Rolls the theoretical maximum roll, cannot be used with `-n` or `-min`',
inline: true,
},
{
name: '`-min` - Minimize Roll',
value: 'Rolls the theoretical minimum roll, cannot be used with `-m`, `-max`, or `-n`',
inline: true,
},
{
name: '`-n` - Nominal Roll',
value: 'Rolls the theoretical nominal roll, cannot be used with -m',
value: 'Rolls the theoretical nominal roll, cannot be used with `-m`, `-max`, or `-min`',
inline: true,
},
{
name: '`-gm @user1 @user2 @userN` - GM Roll',
value: 'Rolls the requested roll in GM mode, suppressing all publicly shown results and details and sending the results directly to the specified GMs',
value:
'Rolls the requested roll in GM mode, suppressing all publicly shown results and details and sending the results directly to the specified GMs',
inline: true,
},
{