• 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

SSG Armiger

Manalishi66

Well-known member
How do you get this ability to script, i.e., equip shield to get attack bonus with crossbow (it's a class custom ability).

This talent allows an armiger to brace a crossbow on an equipped shield. Even when the armiger is using a shield that prevents his hand from being free, that stability of his bracing allows him to use his shield-arm to hold, fire, and reload a crossbow with which he is proficient. It also gives the armiger a +1 bonus to attack rolls made with a crossbow with which he is proficient. He gains this bonus only while he has a shield equipped. This bonus increases to +2 at 6th level, +3 at 12th level, and +4 at 18th level.
 
Use debug to look at the tags on the hero, and equip a shield. What tag gets added?

Once you know that, you can have an eval script check for that tag, and if found, foreach through all weapons which are crossbows and add some calculated amount of damage.
 
Back
Top