From dd2d0b8050fc67481c311b32ead3c690b045c881 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Wed, 23 Aug 2017 21:39:33 -0400 Subject: Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.3