• 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

Give proficiency in a fighter weapon group

radionausea

Well-known member
I've made alterations to the Bolt Ace archetype and want to give it proficiency in all weapons of the Crossbow weapon group.

Is there a way to do this rather than add all the crossbows individually as I did before?

I'd much rather give it the weapon group for when more crossbows are released (like the slaver crossbow from Monster Codex).

Thanks in advance
 
First/20000
Code:
      ~ Pull all crossbow profiency tags
      foreach thing in BaseWep where "wFtrGroup.Crossbows"
        perform eachthing.pulltags[WepProf.?]
      nexteach

      ~ Push all the tags to the hero so that we are proficient
      perform hero.pushtags[WepProf.?]
 
Back
Top