m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-08-22 18:01:48 -0400
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-08-22 18:15:15 -0400
commit1426322eb4898cd49310c1dc30cdfc8ad8e73402 (patch)
treec22776bb6af5180d41b90d0ceb7c06c03c66dd9b /README.md
parent12a632d2772da84043d4335eeabbca505efd760f (diff)
Parse negative bonuses
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86db32b..e868675 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,7 @@ Semantics are defined in terms of the `pool` function.
* `D - E` is equivalent to `D + (-E)`.
* `D+E` is the additive bonus operation. For each die in `D`'s pool, the die is
rolled and `roll(E)` is added to its result.
+* `D-E` is equivalent to `D+(-E)`.
* `DEF` (here `E` is the literal symbol `E`, `D` and `F` are dice expressions)
is an "exploding die." First `D` is rolled. Now each die in the dice pool
generated by `F` is rolled repeatedly until it rolls something less than the