View Single Post
Fuzzy
Senior Member
 
Join Date: Jul 2012
Posts: 416

Old November 16th, 2014, 04:00 PM
Case in point:

Outflank.user:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Data">
  <thing id="pstFUZOutF" name="Outflanking" description="Whenever you and an ally who also has the Outflank feat are flanking the same creature, your flanking bonus on attack rolls increases to +4. In addition, whenever you score a critical hit against the flanked creature, it provokes an attack of opportunity from your ally." compset="ComState">
    <eval phase="PostLevel" priority="19000"><![CDATA[
      ~ If we're in output mode, don't do anything
      doneif (state.isoutput <> 0)

      ~ attack
      field[abValue2].value += 2

      ~ If we're not enabled, get out now
      doneif (field[pIsOn].value + hero.isidentity[Condition] = 0)

      ~ +2 to flanking bonus
      hero.child[pstFlankin].field[abValue2].value += field[abValue2].value]]></eval>
    </thing>
  </document>
Fuzzy is offline   #9 Reply With Quote