PDA

View Full Version : Dice rolls



mcdonaldwt
December 28th, 2017, 19:21
using the core rules is there a way to do a roll like 3d6x10 ?

LordEntrails
December 28th, 2017, 19:27
I don't think so. though you can use /die 30d6 to get the same range of values.

from what I can tell, there are no math functions within the /die command. See also;
https://www.fantasygrounds.com/wiki/index.php/Chat_Commands
https://www.fantasygrounds.com/wiki/index.php/Dice

mcdonaldwt
December 28th, 2017, 19:51
thanks you


I don't think so. though you can use /die 30d6 to get the same range of values.

from what I can tell, there are no math functions within the /die command. See also;
https://www.fantasygrounds.com/wiki/index.php/Chat_Commands
https://www.fantasygrounds.com/wiki/index.php/Dice

damned
December 28th, 2017, 22:06
/die 3d60 will give you the correct result.
MoreCore also has a d60 and d600.

Zacchaeus
December 28th, 2017, 22:31
I suspect the OP wants to roll the dice in such a way that he gats a result in multiples of 10. His roll gives a value of 30-180 in jumps of 10. The other suggestions give results in jumps other than 10. Now I could be wrong since it is over 40 years since I did Higher Maths ��

hellequin73
December 28th, 2017, 22:35
You are correct but it appears the function for multiplication is not in the system



I suspect the OP wants to roll the dice in such a way that he gats a result in multiples of 10. His roll gives a value of 30-180 in jumps of 10. The other suggestions give results in jumps other than 10. Now I could be wrong since it is over 40 years since I did Higher Maths 😀

damned
December 28th, 2017, 22:54
have you tried /die 3d60 yet?
and if that doesnt work for you have you looked at MoreCore?

EDIT: Apologies - I was confusing the d60 from CoreRPG with the d60 from MoreCore which does do what you want.

LordEntrails
December 28th, 2017, 23:40
You are correct but it appears the function for multiplication is not in the system
Welcome to the forums :)

Yep, math functions aren't built into the die roller other than addition of multiple dice. i.e. /die 1d12 + 1d6 + 4

hellequin73
December 28th, 2017, 23:53
Thanks for the welcome i appreciate it


Welcome to the forums :)

Yep, math functions aren't built into the die roller other than addition of multiple dice. i.e. /die 1d12 + 1d6 + 4

damned
December 29th, 2017, 03:32
Here is a screenshot from MoreCore rolling 3d60.
You can use one of the Custom Dice Extensions or look at the code in MoreCore to create a custom d60 which can then be used like this.

https://www.fantasygrounds.com/forums/attachment.php?attachmentid=21827

21827