diff options
Diffstat (limited to 'db/re')
-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 1ddfe2cec..2e2eb729b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7402,11 +7402,11 @@ item_db: ( .@slv = callfunc("get_byte", ##00_INFO, 0) + 1; // Bonus - bonus bMaxHP, .@slv*100; + bonus bMaxHP, 400+.@slv*80; bonus bMaxSP, .@slv*20; bonus bAllStats, .@slv*5; bonus bDef2, .@slv*10; - bonus bDef, .@slv*10; + bonus bDef, 55+.@slv*7; bonus bFlee, .@slv*10; bonus bHitRate, .@slv*10; bonus bAddMaxWeight, .@slv*25; |