diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-26 22:47:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-26 22:47:39 -0300 |
commit | 006c07ab22988d149b2d5802a3319152d0f6b392 (patch) | |
tree | 8ec96cd6ad923c3eefcb973cd955e858aa32ddb8 /db | |
parent | 83984e66a244c755ad1c7feccdf9f1ee153c2186 (diff) | |
download | serverdata-006c07ab22988d149b2d5802a3319152d0f6b392.tar.gz serverdata-006c07ab22988d149b2d5802a3319152d0f6b392.tar.bz2 serverdata-006c07ab22988d149b2d5802a3319152d0f6b392.tar.xz serverdata-006c07ab22988d149b2d5802a3319152d0f6b392.zip |
Rebalance the Mirror Lake Armor
Diffstat (limited to 'db')
-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; |