bandage_worn.xml

<items>
  <item>
    <key>bandage_worn</key>
    <name>Worn Bandage</name>
    <description>
      Once used to staunch the flow of blood, now offers a fragile hope of relief to the wounded.
    </description>
    <type>Medicine</type>
    <icon>itemmedicine2_14</icon>
    <sortKey>_medicine01</sortKey>
    <weight>0.5</weight>
    <useSpeed>160</useSpeed>
    <useRecoveryStat>MedicineBandageRecovery</useRecoveryStat>
    <immediateEffects>
      <immediateEffects>
        <type>RemoveBleed</type>
        <params>
          <params type="count">1</params>
          <params type="chance">0.6</params>
          <params type="failMessage">The bandage falls apart, failing to heal your wound.</params>
        </params>
      </immediateEffects>
    </immediateEffects>
    <priceDetails>
      <buy>1</buy>
      <canTrade>false</canTrade>
    </priceDetails>
    <soundInfo>
      <use>bandage</use>
    </soundInfo>
  </item>
</items>