Update help for new dice pool syntax.

This commit is contained in:
projectmoon 2020-10-16 13:50:20 +00:00 committed by ProjectMoon
parent 4856360c6a
commit dc8a74cc35
1 changed files with 5 additions and 3 deletions

View File

@ -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! {"