diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ab2a4dea6..354dbba90 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1479,18 +1479,20 @@ item_db: ( Name: "Tonori Delight" Type: "IT_HEALING" Buy: 50 - Sell: 25 - Weight: 4 + Sell: 20 + Weight: 2 Refine: false ViewSprite: 571 BuyingStore: true Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; - @delay = 3; + @min = 375; + @max = 910; + @delay = 6; @type = 1; + heal 0, rand(40,180); + sc_start SC_ATTHASTE_POTION1, 10000, 3; doevent "rand_sc_heal::OnUse"; "> }, |