diff options
| author | 2016-05-19 13:04:45 +0200 | |
|---|---|---|
| committer | 2016-05-19 13:04:45 +0200 | |
| commit | 49eba214dcfd87382381308a91140bff97220cce (patch) | |
| tree | f14068ba4e1c9eeac8bb0edf9dcd1fa1981d643e | |
| parent | dcf93bba9bc1cab43aae89381a43bf3c7a7d85b7 (diff) | |
| download | OneRoll-49eba214dcfd87382381308a91140bff97220cce.tar.gz OneRoll-49eba214dcfd87382381308a91140bff97220cce.zip | |
Update HelpMe.md
| -rw-r--r-- | HelpMe.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -42,6 +42,7 @@ Thanks of several operations and options, you can tune a bit your rolling comman * a : Reroll and add * @ : Backward Jump * p : Paint dice +* m : Merge ### Keep @@ -134,6 +135,13 @@ The amount of color is depending of client application of DiceParser. With Rolisteam, you may set any Qt color's name or set the Hexcode of your color: #ff28AC. The cli application supports few colors. +# Merge + +Merge operator is used for gethering several dice rolls from different die type into one dice result and then you may apply any kind of operator. + +> 1d6;1d8mk1 + +This command merges together the result from the d6 and the d8. Then, it applied the k operator on both result to keep the best. ## Arithmetic |