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
skaven
Junior Member
 
Join Date: Aug 2011
Posts: 22

Old February 4th, 2012, 02:04 AM
Greetings,

i looked for the Monkey Grip feat in the data set, but i found it to be text-only..

So i worked on a version who could check against the size of the weapons and validate them.

I think i found the solution:

Code:
~ first pick all the non-Natural weapons
      foreach pick in hero from BaseWep where "!component.BaseNatWep"


~ now re-classify weapons ignoring weapons that are smaller than base creature
      if (eachpick.field[gSizeDiff].value >= 0) then
       if (eachpick.field[gSizeDiff].value <= 1) then
         eachpick.field[wClass].value -= 1
       endif
      endif
        nexteach
It should work, i don't know if it combines with similar abilities (the Warhulk, for example), and it doesn't seem to work (for me at least) with "Powerful Build".

Can you help me?
skaven is offline   #1 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:41 PM.


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