From 43628ed268d81e2e8ce8a305863a23668e4bbec6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 10:15:06 -0300 Subject: This will be the final duration for stat raising potions: 90s~60s --- db/re/item_db.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3a1f70830..0d29109c4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2688,7 +2688,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - callfunc "SC_Bonus", 75, SC_INCLUK, 5, 10; + callfunc "SC_Bonus", 90, SC_INCLUK, 5, 10; "> }, { @@ -2702,7 +2702,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - callfunc "SC_Bonus", 65, SC_INCLUK, 10, 20; + callfunc "SC_Bonus", 75, SC_INCLUK, 10, 20; "> }, { @@ -2730,7 +2730,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - callfunc "SC_Bonus", 75, SC_INCDEX, 5, 10; + callfunc "SC_Bonus", 90, SC_INCDEX, 5, 10; "> }, { @@ -2744,7 +2744,7 @@ item_db: ( Refine: false Delay: 500 Script: <" - callfunc "SC_Bonus", 65, SC_INCDEX, 10, 20; + callfunc "SC_Bonus", 75, SC_INCDEX, 10, 20; "> }, { @@ -2774,7 +2774,7 @@ item_db: ( Script: <" @min = 5; @max = 10; - @delay = 75; + @delay = 90; @type = SC_INCINT; doevent "inc_sc_bonus::OnUse"; "> @@ -2792,7 +2792,7 @@ item_db: ( Script: <" @min = 10; @max = 20; - @delay = 65; + @delay = 75; @type = SC_INCINT; doevent "inc_sc_bonus::OnUse"; "> @@ -2828,7 +2828,7 @@ item_db: ( Script: <" @min = 5; @max = 10; - @delay = 75; + @delay = 90; @type = SC_INCVIT; doevent "inc_sc_bonus::OnUse"; "> @@ -2846,7 +2846,7 @@ item_db: ( Script: <" @min = 10; @max = 20; - @delay = 65; + @delay = 75; @type = SC_INCVIT; doevent "inc_sc_bonus::OnUse"; "> @@ -2882,7 +2882,7 @@ item_db: ( Script: <" @min = 5; @max = 10; - @delay = 75; + @delay = 90; @type = SC_INCAGI; doevent "inc_sc_bonus::OnUse"; "> @@ -2900,7 +2900,7 @@ item_db: ( Script: <" @min = 10; @max = 20; - @delay = 65; + @delay = 75; @type = SC_INCAGI; doevent "inc_sc_bonus::OnUse"; "> -- cgit v1.2.3-70-g09d2