diff options
-rw-r--r-- | db/re/item_db.conf | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e2dc6f7be..f05a2bcdb 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2331,7 +2331,28 @@ item_db: ( itemheal 0, rand(10,200); "> }, - +{ + Id: 616 + AegisName: "BottleOfWoodlandWater" + Name: "Bottle Of Woodland Water" + Type: "IT_HEALING" + Buy: 400 + Sell: 80 + Weight: 300 + Refine: false + ViewSprite: 596 + BuyingStore: true + Delay: 450 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 300; + @max = 700; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + getitem EmptyBottle, 1; + "> +}, // Generic { |