diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2017-08-23 21:39:33 -0400 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2017-08-23 21:39:33 -0400 |
commit | dd2d0b8050fc67481c311b32ead3c690b045c881 (patch) | |
tree | de91e159562940f593c5de04fe10116f3be67349 | |
parent | fe1bb829ba1feeb4d8f384afe0ed62669d82407f (diff) |
Update README
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -86,6 +86,7 @@ The parser recognizes the following grammar: | Die 'K' Die | Die 'k' Die | Die 'A' Die + | Die 'T' Die Semantics are defined in terms of the `pool` function. @@ -121,6 +122,9 @@ Semantics are defined in terms of the `pool` function. something less than the value rolled on `D`. Each such roll is treated as a separate die, the results for each die are not accumulated like with exploding die. +* `DTE` applies a threshold to the dice in `E`'s pool. First `D` is rolled. Now + when a die from `E`'s pool rolls below the value rolled on `D`, its value is + 0, otherwise its value is 1. Additionally: |