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 1 month ago
JSON representation
A module that lets you fudge your dice rolls within Foundry VTT (https://foundryvtt.com/).
- Host: GitHub
- URL: https://github.com/troygoode/fvtt-fudge
- Owner: troygoode
- License: mit
- Created: 2020-11-16T09:08:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T00:09:01.000Z (about 3 years ago)
- Last Synced: 2025-04-15T02:07:03.970Z (about 1 month ago)
- Topics: foundry-vtt, foundryvtt
- Language: JavaScript
- Homepage: https://foundryvtt.com/packages/fudge/
- Size: 1.35 MB
- Stars: 2
- Watchers: 1
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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)