From 925d3a19fae6235d67999d5db66c85536e95a89b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 11:19:22 -0300 Subject: Precision Potion, Move Potion, Dodge Potion, Sacred Potions: Last longer. --- db/re/item_db.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6c33c831c..2ddd72483 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2669,7 +2669,7 @@ item_db: ( Script: <" @min = 150; @max = 150; - @delay = rand(5,15); + @delay = rand(15,30); @type = SC_WALKSPEED; doevent "inc_sc_bonus::OnUse"; "> @@ -2687,7 +2687,7 @@ item_db: ( Script: <" @min = 40; @max = 40; - @delay = 20; + @delay = 60; @type = SC_INCHIT; doevent "inc_sc_bonus::OnUse"; "> @@ -2977,7 +2977,7 @@ item_db: ( Script: <" @min = 10; @max = 10; - @delay = 120; + @delay = 300; @type = SC_INCMHPRATE; doevent "inc_sc_bonus::OnUse"; "> @@ -2995,7 +2995,7 @@ item_db: ( Script: <" @min = 10; @max = 10; - @delay = 120; + @delay = 300; @type = SC_INCMSPRATE; doevent "inc_sc_bonus::OnUse"; "> @@ -3013,7 +3013,7 @@ item_db: ( Script: <" @min = 40; @max = 40; - @delay = 20; + @delay = 60; @type = SC_INCFLEE; doevent "inc_sc_bonus::OnUse"; "> -- cgit v1.2.3-70-g09d2