<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Data">
  <thing id="mgEagGog2" name="Eagle Eye Goggles" description="{b}Head Slot{/b}{br}{br}Property: Gain a +1 item bonus to ranged basic attack rolls.{br}{i}Level 12:{/i} Gain a +2 item bonus to ranged{br}{i}Level 22:{/i} Gain a +3 item bonus to ranged" compset="MagicItem" replaces="mgEaglEye2">
    <fieldval field="mgFlavor" value="Though these leather goggles have dark eye pieces, they sharpen your sight when making ranged attacks."/>
    <fieldval field="mgLevel" value="2"/>
    <usesource source="AdvenVault" parent="Supplement" name="Adventurer&apos;s Vault"/>
    <tag group="Rarity" tag="Uncommon" name="Uncommon" abbrev="Uncommon"/>
    <tag group="ItemSlot" tag="isHead" name="Head" abbrev="Head"/>
    <eval phase="Traits" priority="1000"><![CDATA[  doneif (tagis[Equipped.Equipped] = 0)

      var bonus as number
      var expr as string

      bonus = 1

      foreach pick in hero from Power where "Ability.pwBasicRng" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSorAciOrb" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pInvAveLig" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pAveAveSha" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSekBitSwa"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorDragon"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWlkEldBol"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorEleBol"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorEneStr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekGraSpi"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekGuaHar"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWizMagMis"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pInvSunStr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekCapMis"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWrlLeaBow"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekConArr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekDevArr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pParLunTra"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekMisSpi"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pParRavSho"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekRavWin"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekSinEar"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekWasSti"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekWntSpr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach]]>
      <before name="Weapon proficiencies final"/>
      </eval>
    </thing>
  <thing id="mgEagGog12" name="Eagle Eye Goggles" description="{b}Head Slot{/b}{br}{br}Property: Gain a +1 item bonus to ranged basic attack rolls.{br}{i}Level 12:{/i} Gain a +2 item bonus to ranged{br}{i}Level 22:{/i} Gain a +3 item bonus to ranged" compset="MagicItem" replaces="mgEagEye12">
    <fieldval field="mgFlavor" value="Though these leather goggles have dark eye pieces, they sharpen your sight when making ranged attacks."/>
    <fieldval field="mgLevel" value="12"/>
    <usesource source="AdvenVault" parent="Supplement" name="Adventurer&apos;s Vault"/>
    <tag group="Rarity" tag="Uncommon" name="Uncommon" abbrev="Uncommon"/>
    <tag group="ItemSlot" tag="isHead" name="Head" abbrev="Head"/>
    <eval phase="Traits" priority="1000"><![CDATA[doneif (tagis[Equipped.Equipped] = 0)

      var bonus as number
      var expr as string

      bonus = 2

      foreach pick in hero from Power where "Ability.pwBasicRng" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSorAciOrb" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pInvAveLig" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pAveAveSha" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSekBitSwa"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorDragon"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWlkEldBol"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorEleBol"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorEneStr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekGraSpi"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekGuaHar"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWizMagMis"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pInvSunStr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekCapMis"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWrlLeaBow"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekConArr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekDevArr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pParLunTra"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekMisSpi"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pParRavSho"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekRavWin"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekSinEar"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekWasSti"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekWntSpr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach]]>
      <before name="Weapon proficiencies final"/>
      </eval>
    </thing>
  <thing id="mgEagGog22" name="Eagle Eye Goggles" description="{b}Head Slot{/b}{br}{br}Property: Gain a +1 item bonus to ranged basic attack rolls.{br}{i}Level 12:{/i} Gain a +2 item bonus to ranged{br}{i}Level 22:{/i} Gain a +3 item bonus to ranged" compset="MagicItem" replaces="mgEagEye22">
    <fieldval field="mgFlavor" value="Though these leather goggles have dark eye pieces, they sharpen your sight when making ranged attacks."/>
    <fieldval field="mgLevel" value="22"/>
    <usesource source="AdvenVault" parent="Supplement" name="Adventurer&apos;s Vault"/>
    <tag group="Rarity" tag="Uncommon" name="Uncommon" abbrev="Uncommon"/>
    <tag group="ItemSlot" tag="isHead" name="Head" abbrev="Head"/>
    <eval phase="Traits" priority="1000"><![CDATA[doneif (tagis[Equipped.Equipped] = 0)

      var bonus as number
      var expr as string

      bonus = 3

      foreach pick in hero from Power where "Ability.pwBasicRng" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSorAciOrb" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pInvAveLig" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pAveAveSha" 
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach


      foreach pick in hero from Power where "Ability.pSekBitSwa"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorDragon"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWlkEldBol"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorEleBol"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSorEneStr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekGraSpi"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekGuaHar"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWizMagMis"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pInvSunStr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekCapMis"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pWrlLeaBow"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekConArr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekDevArr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pParLunTra"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekMisSpi"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pParRavSho"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekRavWin"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekSinEar"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekWasSti"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach

      foreach pick in hero from Power where "Ability.pSekWntSpr"
        perform eachpick.field[pwAtkMod].modify[+,bonus,""]
        nexteach]]>
      <before name="Weapon proficiencies final"/>
      </eval>
    </thing>
  </document>
