Aller au contenu principal

Dice Rolling

The two commands require specifying:

  • Character: The character's name
  • Comment: Any comments on your action
  • expression: Any expressions defining conditions or modifications (such as advantage or disadvantage), which can include dice rolls, mathematical formulas, statistics names, or even the exact value of the statistic using the $ keyword.

DBRoll (/dbroll)

info

The dbroll command is mainly used to roll dice on the statistics recorded for a character, thus avoiding the need to retain a character's basic characteristics.
However, if the die type used does not contain $, it is possible to use the command without a sheet: the roll will then be made as a "global die", without associated statistics.

Usage

/dbroll (*statistic) (*character) (comment) (success_threshold) (expression)

  • statistic: The statistic to use, only needed if the die type contains $.
  • *character: The character to use, if any.
  • comment: Any comments on your action.
  • success_threshold: The success threshold to use, if any.
  • expression: Any expressions defining conditions or modifications.
  • opposition: The "secondary" success threshold.

The commands allow to choose the statistic to use if the die type contains $.

It is also possible to specify a success threshold to determine or overrides the success threshold. This threshold is composed by a sign (like >=) and a value. It is possible to combine dice rolls, statistic names, and mathematical formulas in the expression. The opposition threshold works similarly, but it is only validated if the main success threshold is reached. It can also contain mathematical expressions, statistics, or dice rolls.

astuce

It is possible not to specify the comparison sign, in which case the success threshold will use the default one, if available. If the sign is completely absent, this option will be ignored for syntax error.

dbroll_1 example

astuce

It is possible not to specify the comparison sign, in which case the success threshold will use the default one, if available. If the sign is completely absent, this option will be ignored for syntax error.

DBD (/dbd)

info

The dbd command is used to roll a die stored in a character's file and/or the server template. If a die is registered in the template, it will be considered as a global die and can be used without a character if it does not contain $ or the name of a statistic.

Usage

/dbd [*dice] (*character) (expression) (comment)

  • *dice: The die to use
  • *character: The character to use, if any.
  • expression: Any expressions defining conditions or modifications.
  • comment: Any comments on your action.
  • opposition: The "secondary" success threshold, only evaluated if there is a main success threshold, registered in the die.

dbd

Here, the command requires you to choose the die to use. It is not possible to choose a success threshold, although it is possible to specify it in the die itself when registering it. In this case, the opposition threshold can be used as a secondary success threshold, only evaluated if the main success threshold is reached.

For more information about the commands syntax, see: the dedicated page.