• 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 Weapon Group

How do I add a new weapon group to the existing list?

We use weapon groups proficiencies in our game, and I've written a feat to grant proficiency to the selected weapon group, however I need also add a couple homebrew groups to the existing PF weapon groups.
 
In the Select What drop-down for the feat, I'm using Weapon Groups, which produces the following candidate expression:

component.SelectHelp & Selection.WeaponsGrp

For the weapons, I've created a copy of a couple of them and added the following tag to them. I've confirmed the tags are there.

wFtrGroup.Basic

Edit: I'm starting to wonder if I should have just created 20 different feats instead of one with a user selection.
 
Thanks Andrew for your assistance.

I think the problem I originally experienced was caused by needing to reload Hero Lab and not doing so. After I added the XML you sent me, I ended up with a duplicate "Basic" weapon group.
 
In case anyone else comes across this thread with a similar problem...

For reference the XML from Andrew did the trick. The duplicate I mentioned was actually from the file I downloaded from Andrew. Apparently I copied it into the data folder for reference and forgot to delete it after the XML into my existing user file.

PHP:
  <thing id="selWGrpBas" name="Basic" compset="SelectHelp">
    <tag group="Selection" tag="WeaponsGrp" name="Weapon Groups" abbrev="Weapon Groups"/>
    <tag group="wFtrGroup" tag="Basic" name="Basic" abbrev="Basic"/>
    </thing>
 
Yea, like basic armor. I messed around with the above script, but didn't really get anywhere. Just wondering.
 
That script was for making a selection helper to add it to the auto selections when using the fShowCust tags in the editor.
 
Back
Top