Update README.md

This commit is contained in:
Johannes Loher 2021-02-07 19:08:26 +01:00
parent 150942215e
commit 6ad7d22b4c

View file

@ -7,7 +7,7 @@ This module provides a new dice modifier `ri` for regular Dice. This modifier
causes the dice roller to keep / drop dice according to the following rules:
- If there are either two `1`s or a `1` and a `2` in the results, keep only
these dice.
- Otherwise, keep the 2 dice with the highest results.
- Otherwise, keep the two dice with the highest results.
```
/roll 4d10ri # Roll 4d10 is risk die mode
@ -80,9 +80,6 @@ Then run
npm run link
```
## Contributing
TODO
## Licensing
This project is licensed under the MIT License, a copy of which can be found