Bogsy's Dice Bot: Multirolls - ProfSamScott/bogsys-dice-bot GitHub Wiki
A multiroll is a single command that causes multiple rolls.
You can repeat a roll multiple times by preceding it with #x
like this:
3x d20-2
-
10x 2d6 "great sword"
.
You can use a comma-separated list of rolls like this:
attack, damage
-
d20+str.adv, 2d6+5, d8-2
.
You can get a histogram of your rolls by preceding it with #h
like this:
10h 2d6
You can add logic to a multiroll using >=
or <=
- For example: in
attack >= 15, damage, save
, thedamage
andsave
rolls will only happen if the<=
or>=
condition is met.
You can use multiple embeddings in one string. This has the same effect as a comma-separated multiroll.
- For example:
The orc hits `attack >= 15` for `d12+2` damage.
is equivalent to the multirollattack >= 15, d12+2
.
basics, terminology, tags, modifiers, quickrolls, success, multirolls, shortcuts, tables, embeddings, groups, buttons, favorites, weird, 5e, fate, pbta, ars magica, blades in the dark, hack, bling, server, other, slash, contact