diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 5 | ||||
-rw-r--r-- | db/re/pet_db.conf | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9f5d2127e..82bc793cf 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12667,6 +12667,7 @@ item_db: ( } Script: <" bonus bFlee2,20; + bonus bFlee,20; bonus bSpeedAddRate,-50; bonus bCriticalDef,100; bonus bSPrecovRate,100; @@ -12677,7 +12678,7 @@ item_db: ( // However, it comes at an expensive price. bonus bDef,BaseLevel*9/10; bonus bDef2,BaseLevel/5; - bonus bMaxHP, JobLevel*7; // Why not, if you're the ultimate tanker? + bonus bMaxHP, JobLevel*9; // Why not, if you're the ultimate tanker? bonus bAtkRate,-100; bonus bMatkRate,-100; bonus bRestartFullRecover,1; @@ -16445,7 +16446,7 @@ item_db: ( Delay: 2500 Script: <" // Reset homunculus stats - homshuffle(); + homshuffle(); // FIXME dispbottom l("Homunculus stats were reset!"); "> }, diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index f430cc8a9..f1945e282 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -392,7 +392,7 @@ pet_db:( FoodEffectiveness: 70 HungerDelay: 100 Intimacy: { - Initial: 60 + Initial: 100 FeedIncrement: 100 OverFeedDecrement: 10 OwnerDeathDecrement: 10 |