Log in

View Full Version : Can You Specify Dice for Table Rolls?



leozelig
August 19th, 2018, 21:04
I have created a random dragon generator using DCC RPG tables, and depending on what you roll for dragon hit dice, you would roll different dice on the spell tables. A smaller dragon might roll 1d6, while a larger dragon might roll 3d4 on the same table.

So, if my 'Dragon Hit Dice' table has a [Spells] column triggering a roll on the 'Spells' table, can I specify what dice to roll on that table? Currently, I have multiple identical tables with different dice rolls (and unique names), which works fine, but I was wondering if there is a better way. I tried a bunch of things, and I know how to do this using the /rollon command in the chat window, but I couldn't make anything work from a table column.

If anyone knows, please share...

Andraax
August 19th, 2018, 21:20
Drag and drop your dice onto the little box next to the "roll" button.

damned
August 19th, 2018, 22:56
Hi leozelig I dont think you can achieve what you are after here using a single table. you will need to keep using the multiple tables I think.

Andraax
August 19th, 2018, 23:18
Oh, I misunderstood the question. Sure, just setup your table for the max, then clicking the roll button at the top gets you the "default" roll, but dropping another roll onto the table rolls *that* die instead.

https://s3.silent-tower.org/images/OverrideDiceTable.JPG

On this example, I clicked the roll button a few times and got the default of d12. However, the last three, I dropped a d6 onto the table, you can see from the dice image that it rolled only a d6.

leozelig
August 19th, 2018, 23:41
Thanks, Andraax. So could you trigger that from a different table? One row result would prompt a d6 roll on [Bane Weapon], and another would roll a d12. I will post a screenshot, but I think damned follows what I am asking.

Bidmaron
August 19th, 2018, 23:51
You cannot do that invoking it from another table. However, the next version of the Generators extension (https://www.fantasygrounds.com/forums/showthread.php?44643-Generators-Extension) will be able to do exactly what you are asking for, and a whole lot more.

leozelig
August 20th, 2018, 00:01
Awesome, Bidmaron. I will check it out when it's released!

Here are some screenshots of what I have...

24384

So many spell tables!
24385

Ideally I would use this one table but with different dice...
24386

Here is an example of a dragon rolled with my tables - one click for all this, not bad!
24387

damned
August 20th, 2018, 00:07
I wonder if you could use the /rollon command?

/rollon [table name] <-c [column name]> <-d [NdN+N]> <-hide>
Roll on the campaign table named, and display the result. If column name is specified, only display the results from that column. If d option specified, then use that die roll instead of the default table die roll. If hide specified, then only display the results to the GM.

leozelig
August 20th, 2018, 00:16
/rollon Spells <-d 1d6> works from the Chat window, but I am not aware of an equivalent command within a table column. The generator bounces between 5 tables to complete the random dragon entry. It's typical DCC madness...