m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-08-23 21:39:33 -0400
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-08-23 21:39:33 -0400
commitdd2d0b8050fc67481c311b32ead3c690b045c881 (patch)
treede91e159562940f593c5de04fe10116f3be67349
parentfe1bb829ba1feeb4d8f384afe0ed62669d82407f (diff)
Update README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e02fd5d..eaf2fd8 100644
--- a/README.md
+++ b/README.md
@@ -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: