diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 15:27:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 15:27:40 -0300 |
commit | 94e1ff9cb650825e393c235ddcf63094e9b7505a (patch) | |
tree | fb1f846ccd5f20282b3bfe8b2274fa01899d9ba1 /db | |
parent | 367beab9565f5821fe2dd2d7522e3d3754440e10 (diff) | |
download | serverdata-94e1ff9cb650825e393c235ddcf63094e9b7505a.tar.gz serverdata-94e1ff9cb650825e393c235ddcf63094e9b7505a.tar.bz2 serverdata-94e1ff9cb650825e393c235ddcf63094e9b7505a.tar.xz serverdata-94e1ff9cb650825e393c235ddcf63094e9b7505a.zip |
Herbal Tea core for The Doctor. (User Discretion Advised)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f41482b8d..be7df106d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2319,6 +2319,23 @@ item_db: ( doevent "LoF Teleporter::OnUse"; "> }, +{ + Id: 615 + AegisName: "HerbalTea" + Name: "Herbal Tea" + Type: "IT_USABLE" + Buy: 1240 + Sell: 480 + Weight: 12 + Refine: false + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 30000, 60; + sc_start SC_POISON, 40000, 0; + itemheal 0, rand(10,200); + "> +}, // Generic |