thawing_ointment.xml

<items>
  <item>
    <key>thawing_ointment</key>
    <name>Thawing Ointment</name>
    <description>
      A foul smelling tincture concocted by local healers. Apply on affected areas to treat frostbite.
    </description>
    <type>Medicine</type>
    <icon>itemmedicine2_8</icon>
    <sortKey>_medicine06</sortKey>
    <weight>0.5</weight>
    <useSpeed>160</useSpeed>
    <immediateEffects>
      <immediateEffects>
        <type>RemoveFrostbite</type>
        <params>
          <params type="count">2</params>
        </params>
      </immediateEffects>
    </immediateEffects>
    <priceDetails>
      <buy>25</buy>
      <canTrade>true</canTrade>
    </priceDetails>
    <soundInfo>
      <use>skin_apply_cream</use>
    </soundInfo>
  </item>
</items>