• 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

Ultramodern5 Redux - Civilian

Kazoo

New member
I'm trying to add the Civilian class from Ultramodern5 Redux, and a class feature allows you to enter any two of your six stats as a "Class Save Proficiency".
Is there a way to do this in the HeroLab Editor?
 
EDIT: Ignore everything I said and do what dungeonguru says below. I'm ashamed I forgot about that feat. :(

You would need to create a class ability that gets added as part of that class. Check out some of the subraces that let you pick particular attributes to see how they do that part. Then you'll need a script on that ability that takes those chosen abilities and pushes save proficiencies to them.

It's doable, you just gotta find stuff that does something similar and tweak it for your own purposes.
 
Last edited:
Actually, look at the feat Resilient - it allows you to pick an ability and make yourself proficient in its saving throw.

You could easily add a usrCandid2 field and modify the script to push the saving throw from usrChosen2.
 
Back
Top