diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-01 11:53:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-01 11:53:21 -0300 |
commit | 1565e4564687aa42dfc6e2d3dc8e14dcb45cb025 (patch) | |
tree | 0f45cf97a98436c5e7331a47da65312f0d420d8d /db | |
parent | b5027d7107db3d5cffcaa9fa09ddce6476d43093 (diff) | |
download | serverdata-1565e4564687aa42dfc6e2d3dc8e14dcb45cb025.tar.gz serverdata-1565e4564687aa42dfc6e2d3dc8e14dcb45cb025.tar.bz2 serverdata-1565e4564687aa42dfc6e2d3dc8e14dcb45cb025.tar.xz serverdata-1565e4564687aa42dfc6e2d3dc8e14dcb45cb025.zip |
Cap speed move reduction to 7% (which is the highest speed move bonus, too).
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index bb9cf255f..efe43f9e6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5751,7 +5751,7 @@ item_db: ( Refine: true ViewSprite: 1306 Script: <" - bonus bSpeedAddRate, -10; + bonus bSpeedAddRate, -7; "> }, { @@ -6333,7 +6333,7 @@ item_db: ( Refine: true ViewSprite: 1329 Script: <" - bonus bSpeedAddRate, -10; + bonus bSpeedAddRate, -7; "> }, { @@ -8642,7 +8642,7 @@ item_db: ( Refine: false ViewSprite: 2927 Script: <" - bonus bSpeedAddRate, -10; + bonus bSpeedAddRate, -7; "> }, { |