From 5a09284be4c7eae8e5ff82ae391f9090266dc57e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 23 May 2018 14:26:16 -0300 Subject: Adjust again the healing item values, no patch on client data yet --- db/re/item_db.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d91c6eec8..e9c6a2e8c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -181,7 +181,7 @@ item_db: ( UseEffect: "EFFECT_HEAL" Script: <" @min = 50; - @max = 200; + @max = 180; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -281,9 +281,9 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 15; - @max = 35; - @delay = 3; + @min = 35; + @max = 65; + @delay = 2; @type = 1; doevent "rand_sc_heal::OnUse"; "> @@ -1106,7 +1106,7 @@ item_db: ( UseEffect: "EFFECT_HEAL" Script: <" @min = 10; - @max = 400; + @max = 200; @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -1902,9 +1902,9 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - @min = 20; - @max = 40; - @delay = 2; + @min = 8; + @max = 14; + @delay = 1; @type = 1; doevent "rand_sc_heal::OnUse"; "> @@ -2255,7 +2255,7 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - sc_start SC_PLUSATTACKPOWER, 15000, 10; + sc_start SC_PLUSATTACKPOWER, 15000, 5; @min = 30; @max = 60; @delay = 3; -- cgit v1.2.3-60-g2f50