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 .
×
May your rolls be chill this holiday season!
Create a free account

Pathfinder character sheet and skill ranks with Headband of Vast Intelligence

1433658472

Edited 1433659577
I am using the pathfinder character sheet. I recently acquired a headband of vast intelligence +2 and when I apply the 2 intellect boost it is wanting me to put more skill ranks in since I have a higher int mod, but the item specifically says these ranks are not granted in that way, but instead simply applies a "item mod" to the skill rank that does not stack with your normal ranks. Is there a way to make it not say I have more ranks available to spend?
1433739850
vÍnce
Pro
Sheet Author
Hi Zachary. A little bit of a dilemma there. I think you could manually modify the Max Skill Ranks formula(macro text). The default formula is (((@{class-0-skill} * @{class-0-level}) + (@{class-1-skill} * @{class-1-level}) + (@{class-2-skill} * @{class-2-level}) + (@{class-3-skill} * @{class-3-level}) + (@{class-4-skill} * @{class-4-level}) + [[ @{class-0-fcskill} ]] + [[ @{class-1-fcskill} ]] + [[ @{class-2-fcskill} ]] + [[ @{class-3-fcskill} ]] + [[ @{class-4-fcskill} ]]) + (@{INT-mod} * @{level})) Would adding your additional ranks using the skills misc modifier and subtracting those ranks( X ) from the Max Skill Ranks formula total work? (((@{class-0-skill} * @{class-0-level}) + (@{class-1-skill} * @{class-1-level}) + (@{class-2-skill} * @{class-2-level}) + (@{class-3-skill} * @{class-3-level}) + (@{class-4-skill} * @{class-4-level}) + [[ @{class-0-fcskill} ]] + [[ @{class-1-fcskill} ]] + [[ @{class-2-fcskill} ]] + [[ @{class-3-fcskill} ]] + [[ @{class-4-fcskill} ]]) + (@{INT-mod} * @{level}) - X )
Thank you Vince that worked great.