summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e4c6b6f0f..76436476b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3274,7 +3274,7 @@ item_db: (
bonus bNoRegen,2;
bonus bFlee,50;
bonus bNoKnockback,1;
- bonus bSpeedAddRate,-5; // 25-10 = +15%. But the malus is done before...
+ bonus bSpeedAddRate, 20;
bonus bAtkRate,-100;
bonus bMatkRate,-100;
@@ -3312,7 +3312,7 @@ item_db: (
bonus bNoRegen,2;
bonus bFlee,50;
bonus bNoKnockback,1;
- bonus bSpeedAddRate,-6; // 25-15 = +10%. But the malus is done before...
+ bonus bSpeedAddRate, 19;
bonus bAtkRate,-100;
bonus bMatkRate,-100;
@@ -3352,7 +3352,7 @@ item_db: (
bonus bAtkRate,-50;
bonus bHitRate,-30;
bonus bNoKnockback,0;
- bonus bSpeedAddRate,7; // 25+5 = +30%
+ bonus bSpeedAddRate, 32;
/* We can use them to protect mount from bows, for example
bonus bNearAtkDef,-50;
bonus bLongAtkDef,-50;
@@ -3394,7 +3394,7 @@ item_db: (
bonus bAtkRate,-50;
bonus bHitRate,-30;
bonus bNoKnockback,0;
- bonus bSpeedAddRate,6; // 25+5 = +30%
+ bonus bSpeedAddRate, 30;
/* We can use them to protect mount from bows, for example
bonus bNearAtkDef,-50;
bonus bLongAtkDef,-50;