Bogsy's Dice Bot: Modifiers - ProfSamScott/bogsys-dice-bot GitHub Wiki
/modifier
, /roll
)
Modifiers (str = -2
creates a new modifier alias called str
. This alias belongs to the user who created it.
Use it in a roll, like this: d20+str+3
.
/list
, /group
, /delete
)
Managing Modifiers (Use list
to list modifiers in the current group and server.
Use list ___
to search the list for something.
Use group ___
to switch to a new group.
Delete a modifier by assigning nothing like this: str =
Change a modifier by reassigning like this: str = +3
Add a more descriptive name in quotes like this: str = +5 "Strength"
/roll
)
Auto-Update Modifiers (You can also use modifiers like a simple calculator memory.
- For example
hp += 2d4+2
will roll2d4+2
and add the result to the modifier namedhp
.
You can use +=
to add and -=
to subtract from a modifier.
/roll
)
Unusual Modifier Use (You can use {}
to embed modifiers anywhere in a roll.
- For example if
mod1
is5
andmod2
is6
,{mod1}d{mod2}
will roll5d6
.
You can include {}
in quickrolls and shortcuts.
Next Topic
All Topics
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