diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-17 13:23:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-17 13:23:02 -0300 |
commit | 7f8aa5859cc4472cea23a516af49bb970c3d7458 (patch) | |
tree | 3d4ee3fdcc10dfadc03cdcb723c1defbd1cc47c4 /db | |
parent | ca653a73ba2f0dc8697ecd522531c0dd2103896b (diff) | |
download | serverdata-7f8aa5859cc4472cea23a516af49bb970c3d7458.tar.gz serverdata-7f8aa5859cc4472cea23a516af49bb970c3d7458.tar.bz2 serverdata-7f8aa5859cc4472cea23a516af49bb970c3d7458.tar.xz serverdata-7f8aa5859cc4472cea23a516af49bb970c3d7458.zip |
Nerf: Remove critical bonus from mounts
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 04e9adc87..a96f72e14 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3328,7 +3328,6 @@ item_db: ( bonus bFleeRate,50; bonus bAtkRate,-50; bonus bHitRate,-30; - bonus bCritical,25; bonus bNoKnockback,0; bonus bSpeedAddRate,5; // 25+5 = +30% /* We can use them to protect mount from bows, for example @@ -3371,7 +3370,6 @@ item_db: ( bonus bFleeRate,50; bonus bAtkRate,-50; bonus bHitRate,-30; - bonus bCritical,25; bonus bNoKnockback,0; bonus bSpeedAddRate,5; // 25+5 = +30% /* We can use them to protect mount from bows, for example |