diff options
-rw-r--r-- | db/re/item_db.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f5cb2c84f..65e215e3f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8947,7 +8947,8 @@ item_db: ( bonus bSPrecovRate,30; bonus bHealPower,10; bonus bAddItemHealRate,10; - bonus bAtk,-60; + bonus bAtkRate,-60; + bonus bAtk2,-60; "> }, @@ -10529,9 +10530,9 @@ item_db: ( bonus bCriticalDef,-50; bonus bCriticalRate,-50; - // This weapon attack power grows with the user - bonus bAtk,BaseLevel; - bonus bMatk,JobLevel; + // This weapon attack power grows with the user + bonus bAtk,BaseLevel; + bonus bMatk,JobLevel; "> }, |