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 Character Sheet - How to add Magus Critical Perfection?

I'm thinking it would go something like this +@{intelligence_mod} to @{ crit_confirm_bonus } Is this possible? If so what is the correct formula for me to put in the buff? I'm new to all this so any help would be much appreciated.
1677718211
Gauss
Forum Champion
Which character sheet are you using? If you don't know please post a screenshot. 
Pathfinder 1st edition sheet ver 1.820
 Update: Editing the attack macro works . . . for the first attack and only the first attack.
Update: I found this thread:&nbsp; &nbsp; <a href="https://app.roll20.net/forum/post/10653031/pf-pathfinder-sheet-thread-7/" rel="nofollow">https://app.roll20.net/forum/post/10653031/pf-pathfinder-sheet-thread-7/</a> I think that might be the better place to put my question.
1677823872

Edited 1677823961
vÍnce
Pro
Sheet Author
There isn't a way to buff crit_confirm specifically. ;-(&nbsp; You can either enter a flat number in the crit confirm mod(located directly after the crit multiplier field) per attack or you can manually edit the attack's macro-text full macro where you would edit all instances of "[[ @{crit_conf_mod} ]]" to "[[ @{crit_conf_mod} + @{int-mod} ]]"
Thanks for the response. Time to edit each attack (I put my spells with attack rolls in as attacks. Good times.) vÍnce said: There isn't a way to buff crit_confirm specifically. ;-(&nbsp; You can either enter a flat number in the crit confirm mod(located directly after the crit multiplier field) per attack or you can manually edit the attack's macro-text full macro where you would edit all instances of "[[ @{crit_conf_mod} ]]" to "[[ @{crit_conf_mod} + @{int-mod} ]]"
1677951138

Edited 1677951212
vÍnce
Pro
Sheet Author
The sheet does very well handling 90% of PF 1e's character classes, but there are fiddly bits that require some creative solutions and manual adjustments.&nbsp; I would argue that the amount of code required to cover "fringe mechanics" is often too cumbersome and costly to the sheet's performance to be worth the effort.&nbsp; The PF Community sheet could definitely use a ground-up refactoring but that is a monumental task for any volunteer(s).