• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Pathfinder Society Boons and artifacts

Gethiebear

New member
How do I add boons to a character. I recently applied a "Former Crusader" Boon
this gives me +1 bonus to saving throws to resist spells. spell-like abilities and special abilities of demons and I also become either specialised in Knowledge (planes) or Abyssal (I chose abyssal)

Also recently I recieved a Nexus Crystal (carrying crystal provides protection against negative energy). Whenever the bearer takes damage from negative energy i.e channel energy or an inflict spell, she takes 10 less points of damage. This reduction is applied after any saving throws.

I have other boons but how do I add a special magical item and how do I add a boon like the one above that is situational :confused:
 
We don't support boons, but if you are willing to use the editor you could add such a situational bonus and an extra language slot with the following eval script.

Code:
    #situational[hero.child[svAll],"+1 bonus vs. spells, spell-like abilities and special abilities of demons",field[thingname].text]
    herofield[tLangsSta].value += 1

The Nexus crystal can also be added through the editor. This eval script will apply Negative Energy Resistance 10

Code:
      #applyresist[xDamRsNeg,10]
 
Or if you don't want to script you can add this under Gear as "- custom item -". Then use my adjustments addon to do the work.

"Saving Throw, Situational" - select All Saves and set the name "Former Crusader" into the (source) and the text "+1 bonus vs. spells, spell-like abilities and special abilities of demons" into the (duration).

"Energy Resistance" - select Energy Resistance, Negative Energy and set the counter to 10.
 
ShadowChemosh, is there any way to use your addon to grant proficiency with a specific masterwork weapon? I've a boon from the recent PbP event that I want to build a character around.
 
ShadowChemosh, is there any way to use your addon to grant proficiency with a specific masterwork weapon? I've a boon from the recent PbP event that I want to build a character around.
Their is a standard adjustment to give proficiency in a weapon. I don't have one that gives proficiency in a single specific weapon. I can create one for a future release but it will be awhile.
 
Back
Top