Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 26th, 2010, 02:27 PM
Ok, I have one more feat question.

In D20 Modern, Weapon Finesse is only to one specific weapon. I know I can use "wClass.Light | Helper.Finesse" as the custom expression to select the weapon, but how then do I get just that one weapon finessed, and not all the others that would be light or finesseable?

Thanks!
Thomas
TCArknight is offline   #1 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 28th, 2010, 01:59 PM
*Bump*

Anyone able to help here?

Thomas
TCArknight is offline   #2 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old June 28th, 2010, 02:56 PM
So the weapon finesse feat has been modified to apply only to Helper.Finesse, and not to wClass.Light?
Mathias is online now   #3 Reply With Quote
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 28th, 2010, 03:34 PM
A Light weapon is still eligible to be Finessed, as well as a couple of specific weapons that are not light. However, instead of the Finesse applying to All Light and Finesseable, it just applies to the one specific chose weapon. All other Light or Finesseable weapons still use STR.
TCArknight is offline   #4 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old June 28th, 2010, 03:52 PM
I think you need to write a brand new feat for it that only looks for that weapon.

Here's the part of the code that handles the modification (Final/10000):

Code:
 
          var diff as number
          diff = hero.child[aDEX].field[aModBonus].value - hero.child[aSTR].field[aModBonus].value + herofield[tArmorCShl].value
          if (diff > 0) then
            field[wAttBAB].value += diff
            endif
So, you should be able to modify that to go within a foreach that looks for the selected weapon.
Mathias is online now   #5 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 05:03 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.