Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
hylentor
Junior Member
 
Join Date: Mar 2010
Posts: 18

Old March 26th, 2010, 09:15 PM
Hi,

I'm trying to add the Balanced Scale of Abadar class (from the Dark Markets book) and I'm having issues figuring out how to add the type of bonus to a skill. There's a +2 Sacred bonus to disable device (so I know its BonSacred that I need), but fitting it in the script is driving me nuts.

the help files have this example:
hero.child[aSTR].field[BonLuck].value = maximum(hero.child[aSTR].field[BonLuck].value, 5)

which I've tried a few variants of, but I can't make it mesh with the skill script:

#skillbonus[skDisable] = #skillbonus[skDisable] + 2

which works fine right now.

On the one hand, the odds of my getting another sacred bonus to disable is probably slim to none, on the other, I'd rather have it right from the get-go.

Or maybe I just graded one too many papers this week and it fried the extra brain cells I need for this one, either way, thanks for any help!
hylentor is offline   #1 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old March 26th, 2010, 11:11 PM
In the editor, select the help menu - on that page, find the Reference Information page - that will tell you what modifiers exist and what macros exist to help you make use of those modifiers.

#applybonus[BonSacred, hero.child[skDisable], 5]

is what you want.

P.S. the more modern form for the luck bonus is:

#applybonus[BonLuck, hero.child[aSTR], 5]

and the skill bonus:

#skillbonus[skDisable] += 2
Mathias is offline   #2 Reply With Quote
hylentor
Junior Member
 
Join Date: Mar 2010
Posts: 18

Old March 27th, 2010, 06:21 AM
thanks!

I guess I'm going to want to read all the way through the help files instead of just searching as needed then..
hylentor is offline   #3 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 06:25 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.