| Latest version | 1.6.1 |
|---|---|
| Minimum Core | 9 |
| Compatible Core | 9 |
| Last updated | 1 year ago |
| Created | 4 years ago |
| Authors |
|
| Languages |
English French Swedish |
| Systems | All systems |
| Dependencies |
socketlib |
| Project source | Project URL |
Rolltables (or rollable tables, or random tables) are a great way to fuel ideas and add a bit of randomness to your games. They are often used ahead of time to set up a session or as part of world-building. However, they are also sometimes used directly within a game. The issue with rolling on a rolltable in Foundry is that accessing them as players is awkward.
This module makes it easier to use rolltables during your game and involve your players. If you want to give your players Observer access to your tables so they can open them and roll on them, then you don't need this module. If you want them to be able to roll but not see the full list (or even the result), then this may be the module you are looking for. waves hand like a Jedi
It now supports multiple results for a given roll value.
Adds options to the context (right-click) menu of the rolltables:
Provides API access to making and requesting rolls above, so you can add them to macros.
If you give Limited access to a rolltable to a player, they can access the 'Make Roll' option, providing a self-service way for them to roll without being able to see the full list of options.
The following functions are available:
// Options = { blind: boolean; description: boolean; }
RolltableRequester.requestRollById(tableId, opts);
RolltableRequester.requestRollByName(tableName, opts);
RolltableRequester.makeRollById(tableId);
RolltableRequester.makeRollByName(tableName);
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: rolltable-requester or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.