diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 10:15:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 10:15:06 -0300 |
commit | 43628ed268d81e2e8ce8a305863a23668e4bbec6 (patch) | |
tree | c0cb4622df03b1f8e8062dde6d7d9473e219e041 /db/re | |
parent | 66a29ace09fbbd24fc5b86c3f2c2149af512dbce (diff) | |
download | serverdata-43628ed268d81e2e8ce8a305863a23668e4bbec6.tar.gz serverdata-43628ed268d81e2e8ce8a305863a23668e4bbec6.tar.bz2 serverdata-43628ed268d81e2e8ce8a305863a23668e4bbec6.tar.xz serverdata-43628ed268d81e2e8ce8a305863a23668e4bbec6.zip |
This will be the final duration for stat raising potions: 90s~60s
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 20 |
1 files 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"; "> |