https://github.com/jingshing/fvtt-fakedice
A FoundryVTT module help you get every single rolls with target value.
https://github.com/jingshing/fvtt-fakedice
Last synced: about 1 year ago
JSON representation
A FoundryVTT module help you get every single rolls with target value.
- Host: GitHub
- URL: https://github.com/jingshing/fvtt-fakedice
- Owner: JingShing
- License: bsd-3-clause
- Created: 2024-06-14T06:29:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:04:43.000Z (over 1 year ago)
- Last Synced: 2024-11-15T18:19:06.986Z (over 1 year ago)
- Language: JavaScript
- Size: 2.41 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
English | [繁體中文](README_TCH.md)
# fvtt-FakeDice
FakeDice is based on a old module "[Fudge](https://github.com/troygoode/fvtt-fudge)". Since it is old module and have a period of time not update.
So I have do some research on how to make it perfect.
FakeDice can work on every mod and gameSystem. If they are still using the foundryVTT dice system.
You can easily learn how to use it. Just put ```>1``` or ```<=20``` something like that into target result. And click "Replace" button to Transform all the dice result to target result.
Now every dice you roll will meet the target result you want.
After get the result just click "Origin" to make it back to normal dice.
# Notice
This module will only work on gameMaster.
This module is not using edit dice method. It is using simulation. So it will only get legal dice result.
# Operators
```
Target Operators:
=
>
>=
<
<=
```
# How To Install
* You can get this module on [foundryVTT Module](https://foundryvtt.com/packages/fakedice)
* You can install manually with this Manifest URL:
```
https://raw.githubusercontent.com/JingShing/fvtt-FakeDice/main/module.json
```
# How to make player using fake dice
* Open Setting
* Select "FakeDice"
* Enable the "Player Fake Dice Enable" to replace dice to formula
* If you want to make it back to normal just disable "Player Fake Dice Enable"
## Player FakeDice example
* 
* 
* 
# FakeDice Example
## <=1
* 
* 
* 
## >=20
* 
* 
* 
* 
Update Log
## Ver 0.0.1
# fvtt-FakeDice
FakeDice is based on a old module "[Fudge](https://github.com/troygoode/fvtt-fudge)". Since it is old module and have a period of time not update.
So I have do some research on how to make it perfect.
FakeDice can work on every mod and gameSystem. If they are still using the foundryVTT dice system.
You can easily learn how to use it. Just put ```>1``` or ```<=20``` something like that into target result. And click "Replace" button to Transform all the dice result to target result.
Now every dice you roll will meet the target result you want.
After get the result just click "Origin" to make it back to normal dice.
# Notice
This module will only work on gameMaster.
This module is not using edit dice method. It is using simulation. So it will only get legal dice result.
# Operators
```
Target Operators:
=
>
>=
<
<=
```
# How To Install
You can install manually with this Manifest URL:
```
https://raw.githubusercontent.com/JingShing/fvtt-FakeDice/main/module.json
```
# Example
## <=1
* 
* 
* 
## >=20
* 
* 
* 
* 
## Ver 0.0.2
# Feature
Now GameMaster can using setting to set fakeDice on players to make them using fake dice.
# How to use
* Open Setting
* Select "FakeDice"
* Enable the "Player Fake Dice Enable" to replace dice to formula
* If you want to make it back to normal just disable "Player Fake Dice Enable"
## example
* 
* 
* 
## Ver 0.0.3
* Support on fvtt ver11