White Potion
Potion Effect

A potion made by pounding a white medicinal herb. Use it to restore HP between 3600 and 4400 points.

Formula

{
  "id": 12023,
  "Desc": "##1211345",
  "Icon": "item_12023",
  "Type": 40,
  "MaxNum": 99999,
  "NameZh": "##113589",
  "SellPrice": 75,
  "AuctionPrice": 0,
  "ItemUseEffect": {
    "CDTime": 2,
    "CDGroup": 1,
    "UseLimit": 18496,
    "UseEffect": {
      "type": "multi_gm",
      "effect": [
        {
          "type": "heal",
          "hptype": 1,
          "formula": 1,
          "hpvalue": [
            3600,
            4400
          ]
        },
        {
          "se": "Common/Heal",
          "type": "sound_effect"
        }
      ]
    }
  }
}