Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/troygoode/fvtt-fudge

A module that lets you fudge your dice rolls within Foundry VTT (https://foundryvtt.com/).
https://github.com/troygoode/fvtt-fudge

foundry-vtt foundryvtt

Last synced: about 5 hours ago
JSON representation

A module that lets you fudge your dice rolls within Foundry VTT (https://foundryvtt.com/).

Awesome Lists containing this project

README

        

# Foundry VTT: Fudge

Fudge your dice rolls! Adds a new dice roll tool to the tokens toolbar. Click the 💩 button, enter in a dice roll formula (like `1d20+3+2`), enter in your desired result (like `< 10`), and voilà! Your dice have been secretly rolled a bunch of times in the background ensuring only your desired result is shown to the players.

## Installation

Install directly from within [Foundry VTT's package browser](https://foundryvtt.com/packages/fudge/):

https://foundryvtt.com/packages/fudge/

Or, install manually with [this Manifest URL](https://raw.githubusercontent.com/troygoode/fvtt-fudge/main/module.json):

```
https://raw.githubusercontent.com/troygoode/fvtt-fudge/main/module.json
```

## Demos

![Screenshot](demo.png)

## License

This module is available as open source under the terms of the MIT License.

[MIT License](http://www.opensource.org/licenses/mit-license.php)