• 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

Question about Sorcerer class in d20 3.5

saintaurik

Well-known member
I had a question about the sorcerer class in the 3.5 d20 system and hero lab. I was looking through the pathfinder sorcerer and noticed bloodlines. Is there anyway without completely re-making the sorcerer class to add the bloodlines? I only ask because I really don't want to switch to the pathfinder system but I do like some of the things that pathfinder does.
 
Hrm, that's an interesting question, I suppose there might be a way to to "fudge" the system but, directly creating bloodlines. Not really.

Without reallying knowing the full details (quickly skimming bloodlines). I'd have to say class variants, but it would a bit of coding to choose between the three levels of traits Minor, Intermediate and Major traits.

The second possible way to do it is through Templates, which may be a bit more flexible with the level by level abilities. I'll have to consider, its a good question.
 
Actually, you could do them as custom abilities. You can't replace the Sorcerer Class thing in the class tab of the editor, but you CAN replace the Class Level thing. So, the way to do it is to create a new .user file (or open up one you already have, but isn't part of the community set). Then go to the Class Level tab, and select New (Copy) --> Sorcerer. Give it a new unique id, then put "cSorcerer" in the Replaces Thing Id window. Add an eval script to increase custom abilities to cHelpSor as appropriate for Bloodlines. Then add your bloodlines custom abilities.

It's important to note that the Class Level gets added to the character every level so you might have to play around with the script a little bit. If this proves a problem, you could also bootstrap a class special that is set to "Unique" that has the script. That way, the special only gets bootstrapped once no matter how many levels you get. If you need help with the script, let me know, and I'll take a look at it. To me, though, this is the easiest way to do it.
 
No problem. BTW, upon thinking about this some more, you might want to go with the Class Variant, depending on your ultimate goal. Replacing cSorcerer would cause all Sorcerers to have Bloodlines. A class variant would allow you to pick and choose which ones get them.
 
Back
Top