• 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

Adding a feat

whiter73

New member
I am trying to figure out how to add a feat that gives an additional skill in the 4E data set. It is house-ruled feat that our GM uses.

Does anyone have any examples of how to go about doing that?

I have made a copy of ddi_feats and tried to find the actual part that grants another skill. I don't know where to look within a feat entry. The one I was attempting to mirror is 'Defender of the Wild' but without the multi-class part.

Any suggestions?
 
Create the feat

Creating the feat from scratch in the editor is probably going to be your best bet. Decide which skills you want the feat to provide training in and then just drop this script into the feat's eval scripts.

perform hero.child[skStreetwi].assign[Helper.TrainedAut]

That line provides training for Streetwise. So, just figure out what all skills you need, go through the feats list in Hero Lab to find a currently existing feat that provides training for that skill, then hop over the to the editor and pull up a copy of that feat so you can find the line similar to the one above and get the skill tags you'll need to create your house-ruled feat.

Hope that helps some.
 
I ended up hacking some code that gave a skill list drop down of all the skills from another feat and dropping that in. I was able to make that work for me.

Thanks for the help though!
 
Back
Top