For additional configuration parameters please read our Configuration pages.
Command:
/me text
(used for writing messages in 3rd person)
Command:
/roll (/r), /rolla (/ra), /rolld (/rd)
Command format:
( [#]d#([.c]))
Command explanation:
( [number of dice]d[number of sides on dice]([.extra command]))
[] - optional value
() - recurring
c - extra command:
.+# - plus
.-# - minus
.*# - multiply
./# - divide
.min - minimum value
.max - maximum value
.sorta (.sa) - sort ascending
.sortd (.sd) - sort descending
.e#d# - for each rolled die if value is larger then e# roll extra dice of d# sides
Examples:
/roll d20 => 1 die random value between 1-20
/roll 2d20 => 2 dice each random value between 1-20
/roll 2d20.+5 => 2 dice each random value between 1-20, add 5 to each
/roll 2d20.+5.max => 2 dice each random value between 1-20, add 5 to each, pick maximum value
/roll 2d20.+5.sorta => 2 dice each random value between 1-20, add 5 to each, sort ascending
/roll 2d20.+5.sa => 2 dice each random value between 1-20, add 5 to each, sort ascending
/roll 2d20.+5.e12d10 => 2 dice each random value between 1-20, add 5 to each, for each value greater then 12 roll extra 1 die with 10 sides
/roll d20 2d10 => 1 die random value between 1-20 and 2 dice random value 1-10