crooked_light_crossbow.xml

<items>
  <item>
    <key>crooked_light_crossbow</key>
    <name>Crooked Light Crossbow</name>
    <description>
      An old and warped little crossbow that nevertheless seems to shoot straight.
    </description>
    <type>crossbow</type>
    <icon>itemcrossbows_2</icon>
    <sortKey>_crossbow01</sortKey>
    <weight>3.0</weight>
    <levelRequirement>0</levelRequirement>
    <ammo>bolt</ammo>
    <ammoReload>true</ammoReload>
    <twoHand>true</twoHand>
    <tags>t1</tags>
    <modifiers>
      <modifiers>
        <type>AmmoRecovery</type>
        <amount>0.55</amount>
      </modifiers>
      <modifiers>
        <type>MinimumDamage</type>
        <amount>12.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumDamage</type>
        <amount>16.0</amount>
      </modifiers>
      <modifiers>
        <type>AttackSpeed</type>
        <amount>140.0</amount>
      </modifiers>
      <modifiers>
        <type>Bleedchance</type>
        <amount>0.08</amount>
      </modifiers>
      <modifiers>
        <type>Armorpen</type>
        <amount>0.08</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</materials>
      <requiresBench>true</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>scrap_metal, wood</materials>
      <durability>240.0</durability>
    </repairInfo>
    <weaponAnimations>
      <onHit>spell_arrowhit</onHit>
    </weaponAnimations>
    <priceDetails>
      <buy>56</buy>
      <canTrade>true</canTrade>
    </priceDetails>
    <weaponDetails>
      <weaponSoundPack>crossbow</weaponSoundPack>
    </weaponDetails>
  </item>
</items>