diff options
| author | 2023-03-25 16:50:18 +0000 | |
|---|---|---|
| committer | 2023-03-25 16:50:18 +0000 | |
| commit | 8ffe8297a73569ed91a881a0afc34aca67082a64 (patch) | |
| tree | 93f213bf9d2710fd34ec02a71cddc1b3eae5d1d2 | |
| parent | fb4f57063176e0761d92b618e1c1d50000cbd931 (diff) | |
| download | OneRoll-8ffe8297a73569ed91a881a0afc34aca67082a64.tar.gz OneRoll-8ffe8297a73569ed91a881a0afc34aca67082a64.zip | |
Add Ironsworn Macro
Adds an IronSworn Macro to the list of community macros.
| -rw-r--r-- | community_macro.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community_macro.md b/community_macro.md index 5448211..953eff2 100644 --- a/community_macro.md +++ b/community_macro.md @@ -94,3 +94,20 @@ Once you set up this macro just input !Xpp where X is the number of dice you are Author:darthgaul + +# [Ironsworn](https://www.ironswornrpg.com/) +``` +!macro add iron\s*(-?[0-9]+) 1d6;$1+\1;1d10;1d10;$2S^[<=$3&<=$4]{"Miss :bomb:"}[<=$3|<=$4]{"Weak Hit :wrench:"}{"Strong Hit :star:"};"($1+\1)=$2 vs. $3 & $4 - $5" True +``` +## Usage +`iron 3` will roll your Move and two Challenge Dice +* If Move is > both Challenge Dice => Strong Hit +* If Move is > exactly 1 Challenge Die => Weak Hit +* If Move is <= both Challenge Dice => Miss + +You can plug in any number (including negative numbers) for your rolls. +If you want to add nothing, use an explicit 0 like this: `iron 0`. +Note: Whitespace is optional, so `iron5` should work just as well as `iron 5` or `iron 5` + +Author: [Alex Hall](www.alexhall.org) + |