Red Potion
Potion Effect

A potion made by pounding a red medicinal herb. Use it to restore HP between 135 and 165 points.

Formula

{
  "id": 12001,
  "Desc": "##1211339",
  "Icon": "item_12001",
  "Type": 40,
  "MaxNum": 99999,
  "NameZh": "##126026",
  "SellPrice": 10,
  "ItemUseEffect": {
    "CDTime": 2,
    "CDGroup": 1,
    "UseLimit": 18496,
    "UseEffect": {
      "type": "multi_gm",
      "effect": [
        {
          "type": "heal",
          "hptype": 1,
          "formula": 1,
          "hpvalue": [
            135,
            165
          ]
        },
        {
          "se": "Common/Heal",
          "type": "sound_effect"
        }
      ]
    }
  }
}