I am running the Serpent's skull adventure path and I am trying to add a concentration adjustment because when the party moves Jask's attitude to helpful they receive a permanent +2 concentration bonus.
I tried using the PFRPG_ConcSkill.user file and just adding a skill adjustment but it is not adding the adjustment to the skill.
So I created my own adjustment and used this code
I have the phase set to final phase priority 10000, I have also tried setting the phase to post attributes but that didn't work either. Hopefully someone can point me in the right direction so I can get this to work.
-Fred
I tried using the PFRPG_ConcSkill.user file and just adding a skill adjustment but it is not adding the adjustment to the skill.
So I created my own adjustment and used this code
Code:
~ If we're not enabled, get out now
doneif (field[pIsOn].value = 0)
~ Give Bonus Concentration
herofield[tConcCheck].value += field[pAdjust].value
I have the phase set to final phase priority 10000, I have also tried setting the phase to post attributes but that didn't work either. Hopefully someone can point me in the right direction so I can get this to work.
-Fred