diff options
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6d9a153ac..f899627ea 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3310,7 +3310,7 @@ item_db: ( bonus bNoRegen,2; bonus bFleeRate,50; bonus bNoKnockback,1; - bonus bSpeedAddRate,-5; // 25-10 = +15% + bonus bSpeedAddRate,-5; // 25-10 = +15%. But the malus is done before... bonus bAtkRate,-100; bonus bMatkRate,-100; @@ -3348,7 +3348,7 @@ item_db: ( bonus bNoRegen,2; bonus bFleeRate,50; bonus bNoKnockback,1; - bonus bSpeedAddRate,-15; // 25-15 = +10% + bonus bSpeedAddRate,-6; // 25-15 = +10%. But the malus is done before... bonus bAtkRate,-100; bonus bMatkRate,-100; |