Blue Potion
Potion Effect

A potion made by pounding a blue medicinal herb. Use it to restore SP between 45 and 55 points.

Formula

{
  "id": 12024,
  "Desc": "##1211346",
  "Icon": "item_12024",
  "Type": 40,
  "MaxNum": 99999,
  "NameZh": "##113513",
  "SellPrice": 50,
  "AuctionPrice": 0,
  "ItemUseEffect": {
    "CDTime": 2,
    "CDGroup": 2,
    "UseLimit": 18496,
    "UseEffect": {
      "type": "multi_gm",
      "effect": [
        {
          "type": "heal",
          "sptype": 1,
          "formula": 5,
          "spvalue": [
            45,
            55
          ]
        },
        {
          "se": "Common/Heal",
          "type": "sound_effect"
        }
      ]
    }
  }
}