Orange Potion
Potion Effect

A potion made by pounding a mixture of red and yellow medicinal herbs. Use it to restore HP between 450 and 550 points.

Formula

{
  "id": 12002,
  "Desc": "##1211340",
  "Icon": "item_12002",
  "Type": 40,
  "MaxNum": 99999,
  "NameZh": "##126965",
  "SellPrice": 20,
  "ItemUseEffect": {
    "CDTime": 2,
    "CDGroup": 1,
    "UseLimit": 18496,
    "UseEffect": {
      "type": "multi_gm",
      "effect": [
        {
          "type": "heal",
          "hptype": 1,
          "formula": 1,
          "hpvalue": [
            450,
            550
          ]
        },
        {
          "se": "Common/Heal",
          "type": "sound_effect"
        }
      ]
    }
  }
}