Yellow Potion
Potion Effect

A potion made by pounding a yellow medicinal herb. Use it to restore HP between 1350 and 1650 points.

Formula

{
  "id": 12003,
  "Desc": "##1211341",
  "Icon": "item_12003",
  "Type": 40,
  "MaxNum": 99999,
  "NameZh": "##126695",
  "SellPrice": 40,
  "ItemUseEffect": {
    "CDTime": 2,
    "CDGroup": 1,
    "UseLimit": 18496,
    "UseEffect": {
      "type": "multi_gm",
      "effect": [
        {
          "type": "heal",
          "hptype": 1,
          "formula": 1,
          "hpvalue": [
            1350,
            1650
          ]
        },
        {
          "se": "Common/Heal",
          "type": "sound_effect"
        }
      ]
    }
  }
}