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

Unchained Monk's AC formula for Pathfinder 1st edition

Anybody know how to add the Monk's AC bonus (not the wisdom bonus)? Its supposed to be added to all AC values including touch and flat footed
1660240666
Gauss
Forum Champion
Please supply the name of the character sheet or a screenshot of it. There are 4 "Pathfinder 1e" sheets. 
Gauss said: Please supply the name of the character sheet or a screenshot of it. There are 4 "Pathfinder 1e" sheets. 
1660247307

Edited 1660247396
Gauss
Forum Champion
Configuration Tab, Armor Class, set your secondary ability score to Wisdom. Checkmark the box that says "Sec. ab. mod: apply Monk's AC Bonus rules"
1660261945

Edited 1660262106
That only adds their Wisdom Bonus. Monks also get an additional AC depending on their level that stacks similarly the same way as their Wisdom bonus
1660280009

Edited 1660280152
Gauss
Forum Champion
Two options:  1) Main page in the AC's "Temp" box 2) Additional page in the AC section. Create a line that says "Monk bonus" and then fill out the AC and TOU boxes with the monk bonus. Do NOT fill out the FF box, it will add the monk bonus twice to FF (once from TOU, once from FF). 
Thank you that’s helpful  Gauss said: Two options:  1) Main page in the AC's "Temp" box 2) Additional page in the AC section. Create a line that says "Monk bonus" and then fill out the AC and TOU boxes with the monk bonus. Do NOT fill out the FF box, it will add the monk bonus twice to FF (once from TOU, once from FF). 
1660282240

Edited 1660282348
vÍnce
Pro
Sheet Author
Create a buff +(min(floor(@{class1_level}/4), 5)) to AC; +(min(floor(@{class1_level}/4), 5)) to CMD
1660323684
Gauss
Forum Champion
vÍnce said: Create a buff +(min(floor(@{class1_level}/4), 5)) to AC; +(min(floor(@{class1_level}/4), 5)) to CMD Would also need a section for Touch AC, which probably means CMD doesn't need it because I think touch gets factored into CMD (but been years since I've played PF1 so, this is going on memory)?
1660324790
vÍnce
Pro
Sheet Author
@Gauss Yes, I'm really not sure how the official sheet is set up...  You'll have to experiment Ken. ;-)
1660328503

Edited 1660328791
It appears if I do +1 Dodge and Flat Footed it equates correctly with CMD.  Confusing but seems to work.