• 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

Shadow Assassin Part 2

Manalishi66

Well-known member
Got no idea how to do the following....

The shadow assassin gains a +1 dodge bonus to AC and a +2 insight bonus
to his CMB whenever he is wielding two light melee weapons. This bonuses increase to +2 dodge bonus to AC and a +4 insight bonus to his CMB at 6th level, and +3 dodge bonus to AC and a +6 insight bonus to his CMB at 10th
level.

If selected a second time, the shadow assassin gains a bonus to Bluff checks made to feint equal to half his class level when he wields two light weapons.

Could not find any examples in hero lab or online. Please help!

Thanks!

Donald
 
Don't have allot of time so I will give you the theory. You have worked with all the pieces so far in your other Shadow Assassin thread.

So you use the base class special script I showed you before. That gives you the bonuses you will store in abValue.

Then you need to check the "hero" for a pair of "hero" or helper tags (I can't remember which they are) that says that a weapon is equipped in both the main and off hand. If you find both tags then you can "foreach" through all weapons that are "light". Weapons have a pair of fields that tell if you they are equipped and if they are in the off-hand. You will need to look for a light weapon in the main hand and add to a variable by 1 and then if you find a light weapon in the off-hand add 1 again.

Then after the "foreach" loop you would do "IF" statement to test your variable to see if it is 2. If it is 2 then you have two light weapons and you can add the bonus from abValue to your AC and CMD.
 
Back
Top