• 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

Missing racial trait in Hero Lab? Halfling 'fleet of foot'

Andyr

New member
I'm new to the forums, so apologise if this is in the wrong place.

I am using Herolab with all the latest updates (I checked for updates a half hour ago), and assorted Pathfinder options (core book, APG, Ultimate Combat/Magic, Shattered Star adventure path).

I am trying to create a Halfling, and want to add the alternate racial trait 'fleet of foot', as described here, about 2/3 of the way down (and not mentioned as being from any unusual sourcbook): https://sites.google.com/site/pathfinderogc/races/core-races/halfling

However, when I create a new halfling character, some options are not available. Only these are listed:

Craven
Low Blow
Outrider
Practicality
Swift as Shadows
Underfoot
Wanderlust
Warslinger

Can anyone help point out what I'm doing wrong/how to add the trait?
 
Also trying to create Fleet of Foot trait

I am also new to the forums, and have been searching for 2 days for some way to add the trait Fleet of Foot.

(Actually I have been trying for 2 months to add any useful trait, but I have not succeeded on any of them. I have worked through the tutorials that come with the editor but they don't really mention traits.)

It doesn't seem like it should be hard to add 10 to base speed, but I am just stumped. Does anyone know what I should add where? I have a new trait created in Alternate Racial Traits, available to halflings only.

I assume I need to put some code into an Eval Script. Here is one of the things I tried. It compiles, but doesn't actually do anything to a character.

hero.child[Speed].field[Racial].value = maximum(hero.child[Speed].field[Racial].value, 10)
 
Alternate Racial Traits are in the Advanced Race Guide. Make sure that is selected in Character -> Configure Hero. It will then be available on the Background tab under Add Alternate Racial Traits.
 
Back
Top