diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 71336f8ba..7a05395e6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2362,6 +2362,26 @@ item_db: ( dispbottom l("Lockpicks are the basic tools for thiefs. Talk to a vault in order to attempt lockpicking."); "> }, +{ + Id: 621 + AegisName: "lawncandy" + Name: "Lawncandy" + Type: "IT_HEALING" + Buy: 75 + Sell: 26 + Weight: 2 + Refine: false + ViewSprite: 621 + Delay: 400 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 33; + @max = 99; + @delay = 3; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, // Generic { Id: 700 |