forked from projectmoon/tenebrous-dicebot
Update help for new dice pool syntax.
This commit is contained in:
parent
4856360c6a
commit
dc8a74cc35
|
@ -51,7 +51,9 @@ Rolling dice pools
|
||||||
|
|
||||||
Command: !pool, !rp
|
Command: !pool, !rp
|
||||||
|
|
||||||
Syntax: !pool <num><modifiers>
|
Syntax: !pool <modifiers>:<num>
|
||||||
|
|
||||||
|
Short syntax: !pool <num>
|
||||||
|
|
||||||
Modifiers:
|
Modifiers:
|
||||||
n = nine-again
|
n = nine-again
|
||||||
|
@ -62,8 +64,8 @@ Modifiers:
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
!pool 8 (roll a regular pool of 8 dice)
|
!pool 8 (roll a regular pool of 8 dice)
|
||||||
!pool 5n (roll dice pool of 5, nine-again)
|
!pool n:5 (roll dice pool of 5, nine-again)
|
||||||
!pool 6rs3 (roll dice pool of 6, rote quality, 3 successes for exceptional)
|
!pool rs3:6 (roll dice pool of 6, rote quality, 3 successes for exceptional)
|
||||||
"};
|
"};
|
||||||
|
|
||||||
const GENERAL_HELP: &'static str = indoc! {"
|
const GENERAL_HELP: &'static str = indoc! {"
|
||||||
|
|
Loading…
Reference in New Issue