forked from projectmoon/tenebrous-dicebot
Actually add call of cthulhu documentation to the readme.
This commit is contained in:
parent
62203edce8
commit
aa28d8bec7
18
README.md
18
README.md
|
@ -19,6 +19,7 @@ following features:
|
|||
* Rolling arbitrary dice expressions (e.g. 1d4, 1d20+5, 1d8+1d6, etc).
|
||||
* Rolling dice pools for the Chronicles of Darkness 2E Storytelling
|
||||
System.
|
||||
* Rolling dice for the Call of Cthulhu system.
|
||||
* Works in encrypted or unencrypted Matrix rooms.
|
||||
* Storing variables created by the user.
|
||||
|
||||
|
@ -113,6 +114,23 @@ Examples:
|
|||
!pool rs2:5 //5 dice, rote quality, 2 successes for exceptional
|
||||
```
|
||||
|
||||
### Call of Cthulhu System
|
||||
|
||||
The commands `!cthRoll`, `!cthroll`, `!cthARoll` and `!cthadv` are for
|
||||
the Call of Cthulhu system. `!cthRoll` and `!cthroll` are for rolling
|
||||
percentile dice against a target number. A `b:` or `bb:` can be
|
||||
prepended to get one or two bonus dice.
|
||||
|
||||
`!cthARoll` and `!cthadv` are for skill advancement.
|
||||
|
||||
Examples:
|
||||
|
||||
```
|
||||
!cthRoll 50 //roll against a target of 50
|
||||
!cthRoll bb:60 //roll against a target of 60 with 2 bonus dice
|
||||
!cthARoll 30 //advancement roll against a target of 30
|
||||
```
|
||||
|
||||
### User Variables
|
||||
|
||||
Users can store variables for use with the Storytelling dice pool
|
||||
|
|
Loading…
Reference in New Issue