aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMatthew Gaul <crazyoldwizard72@gmail.com>2021-06-27 20:15:53 +0000
committerRenaud Guezennec <renaud@rolisteam.org>2021-06-27 20:15:53 +0000
commit31de5347732e16864cadfe9774c7e9b479b99f93 (patch)
tree431ea245e20ed36a85889e4d5dbc6f4b3859ccfc
parent6379397430ab84c5d9466c8a720a777b36181aa5 (diff)
downloadOneRoll-31de5347732e16864cadfe9774c7e9b479b99f93.tar.gz
OneRoll-31de5347732e16864cadfe9774c7e9b479b99f93.zip
Update community_macro.md
-rw-r--r--community_macro.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/community_macro.md b/community_macro.md
index 8e7f992..33f96f2 100644
--- a/community_macro.md
+++ b/community_macro.md
@@ -77,4 +77,12 @@ Author: GreaterGerardon
Author: DorDeDor
+# Prowlers and Paragons
+Once you set up this macro just input !Xpp where X is the number of dice you are rolling. These will count one success on a 2 and 4, and count two successes on a 6. If roll in just one die it will only count a success on a roll of a six.
+```
+!macro add ([0-9]+)pp \1D6;$1c[=2|=4];$1c6;\1;$4i:[>1]{$2+$3*2}{$3*2};"$5 successes [@1]" True
+```
+
+
+Author:darthgaul