Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/).
- Host: GitHub
- URL: https://github.com/troygoode/fvtt-fudge
- Owner: troygoode
- License: mit
- Created: 2020-11-16T09:08:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T00:09:01.000Z (over 2 years ago)
- Last Synced: 2024-05-08T16:55:10.202Z (6 months ago)
- Topics: foundry-vtt, foundryvtt
- Language: JavaScript
- Homepage: https://foundryvtt.com/packages/fudge/
- Size: 1.35 MB
- Stars: 2
- Watchers: 2
- 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
![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)