blink_potion_potent.xml

<items>
  <item>
    <key>blink_potion_potent</key>
    <name>Blink Potion (Potent)</name>
    <description>
      Magical ingredients combine to unleash a reality warping field around any who partake of this
      beverage. Seize it with your will and decide where you will end up!
    </description>
    <type>Potion</type>
    <icon>itemalchemy2_3</icon>
    <sortKey>_potion08</sortKey>
    <weight>0.5</weight>
    <useSpeed>0</useSpeed>
    <immediateEffects>
      <immediateEffects>
        <type>Teleport</type>
        <params>
          <params type="maxDistance">21</params>
        </params>
      </immediateEffects>
    </immediateEffects>
    <priceDetails>
      <buy>80</buy>
      <sell>26</sell>
      <canTrade>true</canTrade>
    </priceDetails>
    <identifyInfo>
      <identified>false</identified>
      <unidentifiedItem>unidentified_potion_w050</unidentifiedItem>
      <consumeText>You drink the unidentified potion. You can teleport!</consumeText>
      <identifyRecipe>blink_potion</identifyRecipe>
      <identifyAbilities>alchemy_ability_identify</identifyAbilities>
    </identifyInfo>
  </item>
</items>