-
Notifications
You must be signed in to change notification settings - Fork 1
AQLRandoms
Roll the dices !
There is no configuration required for this module.
If AQLCharacters is loaded on the server the skills feature will be enabled. This feature allows a player to roll the dices using a character skill and it's associated bonuses.
This commands is pretty straight forward.
You can use /random <max>
to get a random result between 1 and <max>
, if you don't specify a max value the default (20) will be used.
You can add modifiers to the result like so: /random 100 -9 +2 +1
. This way you will get the result of the dice roll and the final result including modifiers.
If the skills feature is enabled you can also roll with a skill short name like /random INT -1
. This will roll a default size dice (20) with the INT skill modifiers for the selected character and an additional malus of 1.
Any roll can be made secret by appending either secret
or privé
at the end (ex: /random 20 +2 secret
). This way only you and the allowed players will be able to see the result. To control who is allowed to see the result of the secret rolls, look at the permissions bellow.
aqlthings.random.secret
: Allows player to see secret rolls of other users