Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Asandir
Senior Member
 
Join Date: Dec 2010
Location: Virginia, USA
Posts: 335

Old September 4th, 2014, 08:54 AM
I have an alternate racial trait I am working on that has the following adjustment.

+1 racial bonus to all Knowledge checks

I have done alternate racial traits where it increases one skill but never one where it applies to all in a group. Suggestions on something else I could look at that might do the same thing or similar?

Thanks.

Edit: Actually I found something similar with the Breadth of Experience feat that seems to do the job.

Minutus cantorum, minutus balorum, minutus carborata descendum pantorum.

Last edited by Asandir; September 4th, 2014 at 09:07 AM.
Asandir is offline   #1 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old September 4th, 2014, 09:02 AM
You've going to have to do a foreach loop something like

Code:
foreach pick in hero from BaseSkill where "XXX"
  #racialbonus[eachpick] += 1
nexteach
If you look at the tags on a Knowledge skill it will have a helper that declares it a Knowledge skill, but that Helper in place of the XXX
AndrewD2 is offline   #2 Reply With Quote
Asandir
Senior Member
 
Join Date: Dec 2010
Location: Virginia, USA
Posts: 335

Old September 4th, 2014, 09:12 AM
~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

foreach pick in hero from BaseSkill where "Helper.SkCatKnow"
eachpick.field[Bonus].value += 1
perform eachpick.delete[Helper.TrainOnly]
nexteach

This seems to be working in my tests

Minutus cantorum, minutus balorum, minutus carborata descendum pantorum.
Asandir is offline   #3 Reply With Quote
AndrewD2
Senior Member
 
Join Date: Mar 2007
Location: Muskegon, MI
Posts: 2,975

Old September 4th, 2014, 09:29 AM
You have the feat shutdown one an alternate racial trait, that is not necessary, you should use the one that looks like

doneif (tagis[Helper.SpcDisable] <> 0)

also note that you're assigning it to the general bonus field and not the racial bonus field.
AndrewD2 is offline   #4 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old September 4th, 2014, 10:33 AM
Quote:
Originally Posted by Asandir View Post
~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)

foreach pick in hero from BaseSkill where "Helper.SkCatKnow"
eachpick.field[Bonus].value += 1
perform eachpick.delete[Helper.TrainOnly]
nexteach

This seems to be working in my tests
Unless you left off wording on your ART above the section above removes the Trained Only use of all Knowledge skills. Is that what you really want to do?

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #5 Reply With Quote
Asandir
Senior Member
 
Join Date: Dec 2010
Location: Virginia, USA
Posts: 335

Old September 5th, 2014, 05:34 AM
Good questions all. I'll look at it. My coding skill is pretty limited.

Minutus cantorum, minutus balorum, minutus carborata descendum pantorum.
Asandir is offline   #6 Reply With Quote
Reply


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 08:09 PM.


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