• 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

New favored class bonus for official class/Race

Vrischika111

Well-known member
Hi,

I'd like to define a "new" FC bonus for Aasimar Shaman
(technically it's for a scion of humanity Aasimar) but lett's start for ALL Aasimar.

here are the steps I followed.
editor / Class / Favored class Optn
new(Copy) from Human Shaman
change the UniqueID to fcAasSha2
added Aasmiar to 'available to Races'

Bootstrap : race - Aasimar (rAasimar)
save & Test : does not display in the FC drop-down

remove above bootstrap
Bootstrap : Mechanics - Feat
save & Test : does not display in the FC drop-down

remove above bootstrap
Bootstrap : class level - Shaman
save & Test : ERROR : bootstrap cShaman is invalid due to non-zero maxlimit value

how can I have this FC appear ?

thanks,
 
Favored Class Options are handled by the Race itself. You will have to do two things to create a new FC option.

1 - Create the Favored Class Option under Class -> Favored Class Optn, making sure you select the proper Available Race and Available Class options.

2 - Create a copy of the Race, set it to replace the original race's ThingID, then in the new race, under Favored Class Options, enable your new FC Option.

Save, and recompile.
 
No. It really isn't that difficult though. Took me about 5 minutes tops to do what i described above, which would get you the option to select. Then its just a matter of scripting the actual effect into the FC option itself.
 
Actually You can create the favored class bonus as normal, then create a mechanic, name it whatever you want, give it a source if it needs it, then bootstrap the favored class bonus to it. Test, reload system and then check, I just did it and it worked fine. The favored class bonus doesn't have to be bootstrapped to the race, it's just easiest to bootstrap it to the race and class, but you can bootstrap it to anything really, it just has to be bootstrapped.
 
Actually You can create the favored class bonus as normal, then create a mechanic, name it whatever you want, give it a source if it needs it, then bootstrap the favored class bonus to it. Test, reload system and then check, I just did it and it worked fine. The favored class bonus doesn't have to be bootstrapped to the race, it's just easiest to bootstrap it to the race and class, but you can bootstrap it to anything really, it just has to be bootstrapped.
Yep this is what I do also as I really try and never use Replace Thing ID unless no choice. You never know what "fix" comes in down the road and Replace Thing ID will prevent you from using an official LW fix.
 
The gist of a Mechanic is it is always bootstrapped to every character that has the source enabled. I use them for a couple of things for Rite Publishing in Heroes of the Jade Oath and The Secrets of Adventuring so that every character can have access to the general abilities they grant.
 
Back
Top