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 Legacy Layout doesn't calculate Max Dex

When I apply the Max Dex of the listed armor, it does not limit the Dex bonus that is granted to my AC.

ie. My Dex Mod is a +3 and the Max Dex from my armor is a 2, but it does not limit it and still factors the +3 Dex Mod into my AC; regardless if the armor is worn or not.
December 02 (8 years ago)
vÍnce
Pro
Sheet Author
Did you change Dex Source to "Dex Max"?

Yes, I did. The source of the Max Dex is set to Armor & Shield, and the Dex Source is set to Max Dex. The Number states that it is 2, but the total still calculates as +3.
As in, the armor bonus is +7 and my Max Dex is 2, so the total AC should be 19. The dex mod is displayed as 2, but is still calculating as 20 AC for the total. 
December 04 (8 years ago)

Edited December 04 (8 years ago)
vÍnce
Pro
Sheet Author
I see.  (even my pic was jacked) ;-(
Try toggling other attributes used in the AC calculation.  For example add 1 to Dodge, click into another field and then change Dodge back and click out.  It looks like the AC calc;
(10 + @{AC-armor} + @{AC-shield} + @{DEX-mod} + @{size} + @{AC-dodge} + @{AC-natural} + @{AC-deflect} + @{AC-misc} + @{AC-temp})  isn't always adjusting.  It may take a little "coaxing".  
December 04 (8 years ago)

Edited December 04 (8 years ago)
vÍnce
Pro
Sheet Author
I think I found the issue.  The AC and Touch AC formula were using @{DEX-mod} when it should use @{DEX-source}
The value for @{DEX-source} is either @{DEX-mod} or @{max-dex} depending on the Dex Source selector.

The fix is to change the AC and Touch AC formulas to use @{DEX-source} in place of @{DEX-mod}.

I'll make the change and submit a pull request. Fix should probably be in this weeks merge depending on the Dev's schedule.
Done: PF Legacy #2066
Thank you very much! :D
When they do fix it, please notify this forum, so other people know it is fixed. Thanks again! :)
December 05 (8 years ago)
vÍnce
Pro
Sheet Author
Roger that.
December 05 (8 years ago)
vÍnce
Pro
Sheet Author
PR #2066 has been merged.  Should see it live today/tomorow