• 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

Adding a New Vanity (PFS Boon)

Dragnmoon

Well-known member
I a trying to add a new PFS Vanity that was added from a Chronicle sheet boon, any hlp would be greatly appreciated.

Here is the Vanity"

Blakros Family Member (20 PP): You are a member of the well-established Blakros noble family, granting you a comfortable townhouse in Absalom’s fashionable Petal or Ivy districts and a small staff of servants to care for it. You gain a +1 bonus on Knowledge (nobility) checks and may use that skill to make Day Job rolls. In addition, while in Absalom, your family connections grant you a +2 circumstance bonus on Bluff, Diplomacy, and Intimidate when dealing with other members of high society.

So here are the Stats

I am not sure if it is a Membership or Property Vanity it kind of does both, not sure if that makes much of a difference. It is similar to the Country Estate Vanity except one skill is permanent.

Any help would be greatly appreciated.
 
I don't think it does make a difference, so just pick one, I suppose. For the eval script, we have macros which should make this easier for you.

Code:
      #skillbonus[skKnowNob] += 1
      #situational[hero.childfound[skBluff],"+2 circumstance bonus vs. other members of high society",field[thingname].text]
      #situational[hero.childfound[skDiplo],"+2 circumstance bonus vs. other members of high society",field[thingname].text]
      #situational[hero.childfound[skIntim],"+2 circumstance bonus vs. other members of high society",field[thingname].text]
 
I am getting an error

Non-existent thing "skKnowNob" used by script I think you meant skKnowNobl.

Worked after the change, thanks!
 
Back
Top