Register

Rolltable Requester

An Add-on Module for Foundry Virtual Tabletop

Author: Colin Bate Project Source: Project URL Versions 9+ (Verified 11.308) Last Updated 8 months ago

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.

Features

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.

API

The following functions are available:

// Options = { blind: boolean; description: boolean; }
RolltableRequester.requestRollById(tableId, opts);
RolltableRequester.requestRollByName(tableName, opts);

RolltableRequester.makeRollById(tableId);
RolltableRequester.makeRollByName(tableName);

Categories

Available Versions

  1. Version 1.5.0

    8 months ago
    Foundry Version 9+ (Verified 11.308) Manifest URL Read Notes
  2. Version 1.4.0

    Foundry Version 9+ (Verified 11.308) Manifest URL Read Notes
  3. Version 1.3.0

    Foundry Version 9+ (Verified 11.307) Manifest URL Read Notes
  4. Version 1.2.0

    Foundry Version 9+ (Verified 10) Manifest URL Read Notes
  5. Version 1.1.1

    Foundry Version 9+ (Verified 10) Manifest URL Read Notes
  6. Version 1.1.0

    Foundry Version 9+ (Verified 10) Manifest URL Read Notes
  7. Version 1.0.0

    Foundry Version 9+ (Verified 9) Manifest URL Read Notes