diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 22471b4e1..78222535d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12271,11 +12271,13 @@ item_db: ( bonus bFlee,-100; bonus bCriticalDef,100; bonus bSPrecovRate,100; + bonus2 bHPRegenRate, BaseLevel/3, 1500; // The defense power grows with the user // Will always be higher than shields (except Savior shield at right level) // However, it comes at an expensive price. bonus bDef,BaseLevel*2; + bonus bDef2,BaseLevel/7; bonus bMaxHP, JobLevel*5; // Why not, if you're the ultimate tanker? bonus bAtkRate,-100; bonus bMatkRate,-100; |