Update README.md
This commit is contained in:
parent
150942215e
commit
6ad7d22b4c
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
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
|
- If there are either two `1`s or a `1` and a `2` in the results, keep only
|
||||||
these dice.
|
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
|
/roll 4d10ri # Roll 4d10 is risk die mode
|
||||||
|
@ -80,9 +80,6 @@ Then run
|
||||||
npm run link
|
npm run link
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
|
||||||
TODO
|
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
This project is licensed under the MIT License, a copy of which can be found
|
This project is licensed under the MIT License, a copy of which can be found
|
||||||
|
|
Reference in a new issue