bandage.xml
<items>
<item>
<key>bandage</key>
<name>Bandage</name>
<description>
A clean strip of cloth used to bind and protect wounds.
</description>
<type>Medicine</type>
<icon>itemmedicine2_1</icon>
<sortKey>_medicine01</sortKey>
<weight>0.5</weight>
<useSpeed>160</useSpeed>
<useRecoveryStat>MedicineBandageRecovery</useRecoveryStat>
<immediateEffects>
<immediateEffects>
<type>RemoveBleed</type>
<params>
<params type="count">2</params>
</params>
</immediateEffects>
</immediateEffects>
<priceDetails>
<buy>12</buy>
<canTrade>true</canTrade>
</priceDetails>
<soundInfo>
<use>bandage</use>
</soundInfo>
</item>
</items>