diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-07 03:05:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-07 03:05:03 -0300 |
commit | 03bad31d7fe788a25a91e1097c376a763f560713 (patch) | |
tree | 633b5db3b83d0f0a3bff0fe1ba77cfbf343b6f36 /db/re/item_db.conf | |
parent | 290588af2b44218964681facf84e4aef157484b5 (diff) | |
download | serverdata-03bad31d7fe788a25a91e1097c376a763f560713.tar.gz serverdata-03bad31d7fe788a25a91e1097c376a763f560713.tar.bz2 serverdata-03bad31d7fe788a25a91e1097c376a763f560713.tar.xz serverdata-03bad31d7fe788a25a91e1097c376a763f560713.zip |
Built-in riding speed bonus was reverted; Update scripts accordingly
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 8 |
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; |