aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorRobin Moussu <robin.moussu+git@gmail.com>2018-05-26 20:08:08 +0200
committerobiwankennedy <renaud@rolisteam.org>2018-06-01 13:53:00 +0200
commit0a9202c3ef0d3255ae3d57d0df68f7232396b580 (patch)
tree870a7fbaa421da1ada3a6e30ecf17d5dbc69a73a /README.md
parent00b6a6a04b341d5a6332083425e3524349cef521 (diff)
downloadOneRoll-0a9202c3ef0d3255ae3d57d0df68f7232396b580.tar.gz
OneRoll-0a9202c3ef0d3255ae3d57d0df68f7232396b580.zip
add "R" (Reroll until) operator
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ea3407..510a37d 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Instruction =: Expression
Expression =: number | number Dice DiceOperation | ScalarOperator Expression | string | variable Expression
Dice =: DiceOperator Number(faces) | DiceOperator ListOfValues
DiceOperator =: D | L
-DiceOperation =: Keep | KeepAndExplode | Sort | Count | Reroll | If | Explode | Jumpbackward | Merge | Filter | Split | Parenthese | Count | Paint | Group
+DiceOperation =: Keep | KeepAndExplode | Sort | Count | Reroll | RerollUntil | If | Explode | Jumpbackward | Merge | Filter | Split | Parenthese | Count | Paint | Group
ScalarOperator =: [x,-,*,x,/]
number =: [0-9]+ | constantValue
constantValue =: ${id | label}
@@ -31,6 +31,7 @@ String =: [A-z0-9]+
Keep =: k Number
KeepAndExplode =: K number
Reroll =: r
+RerollUntil =: R
Explosing =: e
RerollOnceAndAdd =: a
RerollAndAdd =: A