<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Data">
  <thing id="mgMghtSt2" name="Bracers of Mighty Striking" description="{b}Arms Slot{/b}\n\nProperty: When you hit with a melee basic attack, you gain a +2 item bonus to the damage roll." compset="MagicItem" replaces="mgBracMig2">
    <fieldval field="mgFlavor" value="These enchanted armbands increase the damage you deal with a single melee attack."/>
    <fieldval field="mgLevel" value="2"/>
    <tag group="ItemSlot" tag="isArms" name="Arms" abbrev="Arms"/>
    <tag group="Rarity" tag="Common" name="Common" abbrev="Common"/>
    <eval phase="Traits" priority="1000"><![CDATA[      doneif (tagis[Equipped.Equipped] = 0)

      var bonus as number
      var expr as string

      foreach pick in hero from Power where "Ability.pwBasicMel" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pPalVirStr" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pDrdGraCla" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pDrdSavRen" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pClrSonHam" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSorEnsBla" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pFtrWicStr" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pPalHolFas" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pPtrOppRen" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pParTwiRen" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach


      foreach pick in hero from Power where "Ability.pwHoldFast" 
        perform eachpick.field[pwDamBonus].modify[+,2,""]
        nexteach]]>
      <before name="Weapon proficiencies final"/>
      </eval>
    </thing>
  <thing id="mgMghtSt12" name="Bracers of Mighty Striking" description="{b}Arms Slot{/b}\n\nProperty: When you hit with a melee basic attack, you gain a +4 item bonus to the damage roll." compset="MagicItem" replaces="mgBraMig12">
    <fieldval field="mgFlavor" value="These enchanted armbands increase the damage you deal with a single melee attack."/>
    <fieldval field="mgLevel" value="12"/>
    <tag group="ItemSlot" tag="isArms" name="Arms" abbrev="Arms"/>
    <tag group="Rarity" tag="Common" name="Common" abbrev="Common"/>
    <eval phase="Traits" priority="1000"><![CDATA[      doneif (tagis[Equipped.Equipped] = 0)

      var bonus as number
      var expr as string

      foreach pick in hero from Power where "Ability.pwBasicMel" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach

      foreach pick in hero from Power where "Ability.pPalVirStr" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach

      foreach pick in hero from Power where "Ability.pDrdGraCla" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach


      foreach pick in hero from Power where "Ability.pDrdSavRen" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach


      foreach pick in hero from Power where "Ability.pClrSonHam" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSorEnsBla" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach


      foreach pick in hero from Power where "Ability.pFtrWicStr" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach


      foreach pick in hero from Power where "Ability.pPalHolFas" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach


      foreach pick in hero from Power where "Ability.pPtrOppRen" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach


      foreach pick in hero from Power where "Ability.pParTwiRen" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach


      foreach pick in hero from Power where "Ability.pwHoldFast" 
        perform eachpick.field[pwDamBonus].modify[+,4,""]
        nexteach]]>
      <before name="Weapon proficiencies final"/>
      </eval>
    </thing>
  <thing id="mgMghtSt22" name="Bracers of Mighty Striking" description="{b}Arms Slot{/b}\n\nProperty: When you hit with a melee basic attack, you gain a +6 item bonus to the damage roll." compset="MagicItem" replaces="mgBraMig22">
    <fieldval field="mgFlavor" value="These enchanted armbands increase the damage you deal with a single melee attack."/>
    <fieldval field="mgLevel" value="22"/>
    <tag group="ItemSlot" tag="isArms" name="Arms" abbrev="Arms"/>
    <tag group="Rarity" tag="Common" name="Common" abbrev="Common"/>
    <eval phase="Traits" priority="1000"><![CDATA[      doneif (tagis[Equipped.Equipped] = 0)

      foreach pick in hero from Power where "Ability.pwBasicMel" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach

      foreach pick in hero from Power where "Ability.pPalVirStr" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach

      foreach pick in hero from Power where "Ability.pDrdGraCla" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach


      foreach pick in hero from Power where "Ability.pDrdSavRen" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach


      foreach pick in hero from Power where "Ability.pClrSonHam" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSorEnsBla" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach


      foreach pick in hero from Power where "Ability.pFtrWicStr" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach


      foreach pick in hero from Power where "Ability.pPalHolFas" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach


      foreach pick in hero from Power where "Ability.pPtrOppRen" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach


      foreach pick in hero from Power where "Ability.pParTwiRen" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach


      foreach pick in hero from Power where "Ability.pwHoldFast" 
        perform eachpick.field[pwDamBonus].modify[+,6,""]
        nexteach]]>
      <before name="Weapon proficiencies final"/>
      </eval>
    </thing>
  </document>
