diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
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"; "> |