climbing_pick.xml

<items>
  <item>
    <key>climbing_pick</key>
    <name>Climbing Pick</name>
    <description>
      The sharp beak of this axe is serrated for use by mountaineers scaling cliff faces. If it can dig
      through rock, it can probably dig through armor!
    </description>
    <type>axe</type>
    <icon>itemaxes_4</icon>
    <sortKey>_axe04</sortKey>
    <weight>3.5</weight>
    <levelRequirement>4</levelRequirement>
    <twoHand>false</twoHand>
    <tags>t2</tags>
    <modifiers>
      <modifiers>
        <type>MinimumDamage</type>
        <amount>10.0</amount>
      </modifiers>
      <modifiers>
        <type>MaximumDamage</type>
        <amount>19.0</amount>
      </modifiers>
      <modifiers>
        <type>AttackSpeed</type>
        <amount>100.0</amount>
      </modifiers>
      <modifiers>
        <type>Bleedchance</type>
        <amount>0.1</amount>
      </modifiers>
      <modifiers>
        <type>Armorpen</type>
        <amount>0.25</amount>
      </modifiers>
    </modifiers>
    <sprites>
      <equipLeft>climbing_pick_left</equipLeft>
      <equipRight>climbing_pick</equipRight>
      <stance>stance_1h</stance>
    </sprites>
    <salvageInfo>
      <materials>2 scrap_metal, wood</materials>
      <requiresBench>true</requiresBench>
    </salvageInfo>
    <repairInfo>
      <materials>2 scrap_metal, wood</materials>
      <durability>300.0</durability>
    </repairInfo>
    <priceDetails>
      <buy>240</buy>
      <canTrade>true</canTrade>
    </priceDetails>
    <weaponDetails>
      <weaponSoundPack>chopper</weaponSoundPack>
    </weaponDetails>
    <soundInfo>
      <equip>foley_armour_05</equip>
    </soundInfo>
  </item>
</items>