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
ChopperDan
Junior Member
 
Join Date: Oct 2016
Posts: 1

Old October 16th, 2016, 10:18 AM
Improved Weapon Finesse, It's a topic talked about a lot on the forums. I've been looking around. So far I've only found things like "DamageOpt" and "DamageOver" in the Pathfinder forums. It doesn't seem to work in the d20 set.

Stuff like the entry below seems pretty clean:

foreach pick in hero from BaseWep where "Helper.Finesse|wClass.Light"
~ Set tag so that we use either Str or Dex
perform eachpick.assign[DamageOpt.aDEX]
nexteach

Never compiles in d20.

Maybe I'm not looking deep enough into the forums. Can anyone help or point me in the right direction?
Thanks!!
ChopperDan is offline   #1 Reply With Quote
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old October 16th, 2016, 06:32 PM
Try this:

Code:
var bonus as number
var minus as number
bonus = hero.child[aDEX].field[aModBonus].value
minus = hero.child[aSTR].field[aModBonus].value

doneif (minus >= bonus)

var diff as number
diff = bonus - minus

foreach pick in hero from BaseWep where "wClass.Light | Helper.Finesse"
 eachpick.field[wDamBonus].value += diff
nexteach
You can find a lot of similar things in the coding of other feats. I have a lot of fun tinkering with these kind of things.
Illyahr is offline   #2 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 01:51 AM.


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