ChopperDan
New member
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!!
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!!