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

Pathfinder Sheet - how to add 50% damage to macros

1527277294

Edited 1527277327
Hi, a character of one of my player is doing 50% of addiotional damage to its total damage is there any way to add it to a macro attack on the sheet? Thanks in advance! I didn't find any option for it
1527282235
vÍnce
Pro
Sheet Author
PF Community or the Official sheet?&nbsp; Is this 50% additional to the total damage bonus , or to the total damage rolled (total modifier+damage rolled)?&nbsp; Can I ask how they are getting the additional 50% of damage?&nbsp; I want some of that.&nbsp; ;-)&nbsp; &nbsp;If it's for Power Attack or similar, you can simply add a query for the extra damage. (pf community sheet) example; <a href="https://wiki.roll20.net/Pathfinder_Character_Sheet" rel="nofollow">https://wiki.roll20.net/Pathfinder_Character_Sheet</a>...
PF community, kineticist can add 50% of the total damage, example with random number 6d6+5, it rolls 26 then it adds 50% of the damage so the total amount should be 39
1527284545

Edited 1527286110
vÍnce
Pro
Sheet Author
I think you'll need to edit your macro text and any extra damage that may be included with your attack.&nbsp; edit damage entries in the attack's macro text update the regular damage and crit_damge keys with bold the additions to add 50% additional damage example; {{damage=[[ floor( [[@{damage-dice-num}d@{damage-die} + @{damage_macro}]] *1.5) ]]}} {{crit_damage=[[ floor( [[ @{damage-dice-num} * (@{crit-multiplier} - 1) ]]d@{damage-die} + ((@{damage_macro}) * [[ @{crit-multiplier} - 1 ]]) *1.5)&nbsp; ]]}} Do the same for any extra damages you may have added.&nbsp; [[ floor( [[1d6]] *1.5) ]]