Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - 4th Edition
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Daphne Pfister
Member
 
Join Date: Oct 2011
Posts: 66

Old March 3rd, 2012, 11:21 PM
I noticed that Goliath Greatweapon Prowess did not seem to be doing any calculations. I added the follow eval block in my copy of ddi_feats.dat to fix it, and thought I would share in case anyone else wanted to get this feat working.

Code:
    <eval phase="Traits" priority="1000"><![CDATA[
      var bonus as number
      if (#level[] <= 10) then
        bonus = 2
      elseif (#level[] <= 20) then
        bonus = 3
      else
        bonus = 4
      endif

      foreach pick in hero where "(WepCat.wcMilitary | WepCat.wcSimple ) & Equipment.TwoHand"
        perform eachpick.field[wpDamage].modify[+,bonus,""]
        nexteach
      ]]>
      <before name="Weapon proficiencies final"/>
      </eval>
Daphne Pfister 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 12:52 PM.


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