• 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

Racial Weapon Proficiency Feat

Rev Haus 235

Well-known member
The setting has an elf like race that gains Martial Weapon Proficiency in Longbow, and Exotic Weapon Proficiency in special racial sword variant.

I can get the system to give me two additional feats, but I then have to pick what I want them to be fore. What I want is for it to automatically have the particular weapons picked.

I have to imagine that I'm missing the proper tag...
If I'm right, the Custom ID would be the ID for the weapon, but I can't seem to figure out what the Group ID should be.

Does anyone have any ideas on how to make this work the way I'm trying to do it?

Yes, it seems that I can give them proficiency with the weapons just by adding them as Racial Weapons, but I'm trying to add it through the Feats because that is how the source material represents it.
 
You can bootstrap the Feats directly within the Bootstrap Section of the Race, and then modify the chosen field of the feat with an eval script.

I don't have my files ATM, but i think to remember it is something on the line of:

perform hero.field[feat_tag_name].chosen.assign[Weapon_Tag_name]

But i am not sure, you should manually assign the Weapon Focus skill and start from there on the debug menu for the fields usage and tags.
 
Bootstrap the required feat to the race, and then assign a Target to that bootstrap. For example, for the Martial Weapon Proficiency in Longbow, you would bootstrap the Martial Weapon Proficiency feat to the elf, then select the Tag that is to the right (still in the bootstrap) and set that to "Target.wLongbow". You do the same thing with the Exotic Weapon Proficiency.

Out of curiousity, do these feats take up actual feat slots for the elf, or are they just bonus feats? If they are not bonus feats, you will want to add a "-2" to the field Bonus Feats on the elf (this will remove 2 feat choices that you are automatically assigning to the race so that the elf has the correct amount of feats allowed it that are not bonus feats).

Skaven, "perform hero.field[feat_tag_name].chosen.assign[Weapon_Tag_name]" only works if you have "chosen" a weapon from a list. If you don't have the option to select a weapon from a menu, then it will not assign anything, or may return an error.
 
Back
Top