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 081071a16..96ff3f9a6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14870,8 +14870,8 @@ item_db: ( bonus bMdefRate, -50; bonus bMdef2Rate, -50; bonus bFlee2Rate, 25; - bonus bAtk, max(0, BaseLevel-109); - bonus bMatk, max(0, BaseLevel-109)/2; + bonus bAtkRate, min(100, max(0, BaseLevel-109)); + bonus bMatkRate, min(100, max(0, BaseLevel-109)/2); //bonus bAtk, getrefine()*2; "> }, |