/fvtt-simple-dice-roller-deluxe

Simple Dice Roller Deluxe module for Foundry VTT

Primary LanguageJavaScriptMIT LicenseMIT

Simple Dice Roller Deluxe - FoundryVTT Module

Simple Dice Roller Deluxe is a system agnostic module for Foundry VTT that allows for quick rolls of common RPG dice from the main app controls. Once the "Dice Roller" button is pressed, a clickable dice table renders in a separate window that can be repositioned freely in Foundry.

Screenshot_SimleDiceRollerDeluxe_v2 0 0

  • The number of rollable dice can be adjusted from 1 to 25.
  • Coin flips and Fate/Fudge dice rows can be enabled in the settings as well.
  • There are advanced optional settings for the following additional roll toggles:
    • Hidden Rolls:
      • Private Roll to GM
      • Blind Roll to GM
      • Roll to Self
    • Call of Cthulhu:
      • Penalty 'tens' Roll for d100
      • Bonus 'tens' Roll for d100
    • Exploding DIce:
      • Standard Exploding Dice
      • Once Exploding Dice

Installation Instructions

  1. Click "Install Module" in the "Add-on Modules" tab in the Foundry "Configuration and Setup" screen
  2. Default Installation:
    Search for "Simple Dice Roller Deluxe"
    Manual Installation:
    Paste the following URL in the "Manifest URL" field:
    [https://github.com/pipefox/fvtt-simple-dice-roller-deluxe/releases/latest/download/module.json]
  3. Click on "Install" and wait for installation to complete
  4. Enable the module in your game once it's started ("Settings" -> "Manage Module")
  5. Check various settings in "Configure Settings" -> "Simple Dice Roller Deluxe"

Known Issues

Click HERE to submit an issue!

  • Note that the Spanish and French localizations were done with machine translation.
    I'm open to pull requests with corrected json texts!

Potential new Features

This module is complete, but I might add some options down the line if there's interest.

  • Better chat output for 'Call of Cthulhu' Bonus/Penalty rolls.
    In the meantime, use the Cthulhu 7th Edition System for Foundry for better d100 integration.
  • Add DCC Style Dice - d3, d5, d7, d14, d24, d30 (in a secondary table).
  • Add compounding and penetrating dice to the Exploding Dice toggles.
  • Make dice-form CSS fancier: better tooltips, optional toggle button labels, transparency effects, no outer border.

Why "Simple Dice Roller Deluxe"?

  • This module is for GMs who use the Foudnry app for battle maps and tracking while the players have physical character sheets (or digital ones on their phones/tablets). Having a simple roll table with no character-sheet modifiers can be handy in such cases.
  • The module should also help users who want to make a quick roll in a click or two without having to type commands in the chat window.

Acknowledgements

Inspired by the Dice Roller of Roll20. Used JoPeek's module as a starting point (though this module is a complete rewrite using Foundry components / design patterns).