Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Community Pathfinder Sheet, Power Attack Macro + Furious Focus

I'm using this following macro for Power Attack: Attack -[[ ?{Power Attack?|No,0|Yes,1}*(1+floor(@{bab}/4)) ]] Damage (two-handed) [[ ?{Power Attack?|No,0|Yes,1}*(1+floor(@{bab}/4))*3 ]] My question, how do I change the attack portion of the macro to not apply any negative modifiers for the first attack? Is this even possible?
Bump.
1547653911

Edited 1547654011
Spren
Sheet Author
If I understand what you are asking, then what you are looking for is a grouped roll.&nbsp; <a href="https://wiki.roll20.net/Dice_Reference#Grouping_Rolls" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Grouping_Rolls</a> .&nbsp;You set it so it choose between your negative number and 0, whichever is higher, and that would negate any negative. So something like "/roll {0d0,1d8-2}kh1" would give you 0 if it ended up negative.
Spren said: If I understand what you are asking, then what you are looking for is a grouped roll.&nbsp; <a href="https://wiki.roll20.net/Dice_Reference#Grouping_Rolls" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Grouping_Rolls</a> .&nbsp;You set it so it choose between your negative number and 0, whichever is higher, and that would negate any negative. So something like "/roll {0d0,1d8-2}kh1" would give you 0 if it ended up negative. Could be, but unfortunately I'm not a native English speaker, so I'm not entirely sure what I'm looking at. Could you perhaps elaborate how grouped rolls will help...? Thanks for the input.
1547654922

Edited 1547654969
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
unfortunately it's not possible to do conditional application of a bonus this way. You could edit the macro code directly for the attack and just have the query only be in the 2nd+ attack.