summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ee58c5153..3065d6c80 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3329,7 +3329,7 @@ item_db: (
bonus bAtkRate,-50;
bonus bHitRate,-30;
bonus bNoKnockback,0;
- bonus bSpeedAddRate,5; // 25+5 = +30%
+ bonus bSpeedAddRate,7; // 25+5 = +30%
/* We can use them to protect mount from bows, for example
bonus bNearAtkDef,-50;
bonus bLongAtkDef,-50;
@@ -3371,7 +3371,7 @@ item_db: (
bonus bAtkRate,-50;
bonus bHitRate,-30;
bonus bNoKnockback,0;
- bonus bSpeedAddRate,5; // 25+5 = +30%
+ bonus bSpeedAddRate,6; // 25+5 = +30%
/* We can use them to protect mount from bows, for example
bonus bNearAtkDef,-50;
bonus bLongAtkDef,-50;
@@ -6081,10 +6081,10 @@ item_db: (
bonus bFleeRate, -10;
">
OnUnequipScript: <"
- dispbottom "A deep slumber falls over you.";
+ dispbottom "Slumber falls over you.";
@min = 1;
@max = 1;
- @delay = 10;
+ @delay = rand(10);
@type = SC_SLEEP;
doevent "inc_sc_bonus::OnUse";
">