diff options
| author | 2022-03-21 06:09:58 +0000 | |
|---|---|---|
| committer | 2022-04-30 04:08:56 +0000 | |
| commit | 1da799d97cb6570b3e4e25cd8829fb6c055b1a02 (patch) | |
| tree | 0177f32c85f08f95dab16a01d74155be60bcec43 /community_macro.md | |
| parent | 80b6e82c9007470f3deb2775fb3205e510919903 (diff) | |
| download | OneRoll-1da799d97cb6570b3e4e25cd8829fb6c055b1a02.tar.gz OneRoll-1da799d97cb6570b3e4e25cd8829fb6c055b1a02.zip | |
Add macro documentation for a Pathfinder macro
Diffstat (limited to 'community_macro.md')
| -rw-r--r-- | community_macro.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community_macro.md b/community_macro.md index 33f96f2..5448211 100644 --- a/community_macro.md +++ b/community_macro.md @@ -76,6 +76,14 @@ Author: GreaterGerardon Author: DorDeDor +# Pathfinder 1e / D&D3.5e +``` +!macro add ([0-9]+)th([0-9]+)d([0-9]+)\+([0-9])crit([0-9]+) d20;$1+\1;$1i:[>=\5]{+1d20-$1};$3+\1;\2d\3+\4;\2d\3+\4;$1i:[>=\5]{+$6+$5-$1};$1i:[>=\5]{"Critical Hit: $1+\1=$2\nConfirm Hit: $3+\1=$4 \nIf confirms Damage: [@5]+\4+[@6]+\4=$7 \nIf doesn't confirm Damage: [@5]+\4=$5"}{"To Hit: [$1]+\1=$2 \nDamage: [@5]+\4=$5"} True +``` + +Usage: [To hit modifier]th[# of damage dice]d[size of damage dice]+[size of static modifier]crit[lowest value for weapon's crit range] + +Author:tyjo99 # 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. |