• 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

Favored Class Bonus to Alchemist Discoveries

Umarian

Well-known member
I am trying to figure out how to code a racial FCB that is "+1/6 to the number of Discoveries the alchemist knows"

I believe that I would start this by using:

Pre-levels/10000
field[abValue].value += round(field[fcCount].value/6, 0, -1)

The question is, what Thing would I add the field[abValue].value to for this to be applied correctly?
 
There are FCs which add to a custom ability count, look at the Human Rogue for example, and modify that for the alchemist if you can.
 
Thanks. Looking at that one for the code. For some reason though, when I have the race and class selected on the Hero, it is not giving the new FCB as a selectable option.

I have verified that I have it tied to the IsRace.rTPKBribor (new race in the same data-set), and tied to the FavClass.cAlchemist. The source is turned on correctly as well, but I still cannot get it to show. Is there something that I am missing?
 
Back
Top