mercenary_light_crossbow.xml

<items>
  <item>
    <key>mercenary_light_crossbow</key>
    <name>Mercenary Light Crossbow</name>
    <description>
      A decent quality crossbow often seen in the hands of local mercenaries. Small and light enough to travel
      with, but still packs enough punch to pierce most armor.
    </description>
    <type>crossbow</type>
    <icon>itemcrossbows_2</icon>
    <sortKey>_crossbow03</sortKey>
    <weight>3.5</weight>
    <levelRequirement>4</levelRequirement>
    <ammo>bolt</ammo>
    <ammoReload>true</ammoReload>
    <twoHand>true</twoHand>
    <tags>t2</tags>
    <modifiers>
      <modifiers>
        <type>AmmoRecovery</type>
        <amount>0.5</amount>
      </modifiers>
      <modifiers>
        <type>MinimumDamage</type>
        <amount>15.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumDamage</type>
        <amount>20.0</amount>
      </modifiers>
      <modifiers>
        <type>AttackSpeed</type>
        <amount>140.0</amount>
      </modifiers>
      <modifiers>
        <type>Bleedchance</type>
        <amount>0.1</amount>
      </modifiers>
      <modifiers>
        <type>Armorpen</type>
        <amount>0.1</amount>
      </modifiers>
      <modifiers>
        <type>Accuracy</type>
        <amount>-20.0</amount>
      </modifiers>
      <modifiers>
        <type>Range</type>
        <amount>7.0</amount>
      </modifiers>
    </modifiers>
    <sprites>
      <equipLeft>crooked_light_crossbow_left</equipLeft>
      <equipRight>crooked_light_crossbow</equipRight>
      <stance>stance_light_crossbow</stance>
    </sprites>
    <salvageInfo>
      <materials>scrap_metal, wood, leather</materials>
      <requiresBench>true</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>scrap_metal, wood, leather</materials>
      <durability>300.0</durability>
    </repairInfo>
    <weaponAnimations>
      <onHit>spell_arrowhit</onHit>
    </weaponAnimations>
    <priceDetails>
      <buy>230</buy>
      <canTrade>true</canTrade>
    </priceDetails>
    <weaponDetails>
      <weaponSoundPack>crossbow</weaponSoundPack>
    </weaponDetails>
  </item>
</items>