From 2670aa241df413a8755f9d6734f3d91cd08a466e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 Sep 2019 11:52:15 -0300 Subject: All wands now inflict -10% HP penalty. If you quick-switch them at full HP/MP, this will cause HP and MP loss due new limits. Hopefully this makes mage gameplay more balanced and allow bows to have a fair match against mages. --- db/re/item_db.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6fabfdbd3..5d7beba0e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13501,6 +13501,7 @@ item_db: ( //bonus bAttack2,-150; bonus bMaxSP,20; bonus bSPrecovRate,20; + bonus bMaxHPrate, -10; "> }, { @@ -13539,6 +13540,7 @@ item_db: ( //bonus bAttack2,-200; bonus bMaxSP,30; bonus bSPrecovRate,20; + bonus bMaxHPrate, -15; "> }, { @@ -13577,6 +13579,7 @@ item_db: ( //bonus bAttack2,-250; bonus bMaxSP,40; bonus bSPrecovRate,20; + bonus bMaxHPrate, -20; "> }, { @@ -13615,6 +13618,7 @@ item_db: ( //bonus bAttack2,-300; bonus bMaxSP,50; bonus bSPrecovRate,20; + bonus bMaxHPrate, -25; "> }, { @@ -13653,6 +13657,7 @@ item_db: ( //bonus bAttack2,-125; bonus bMaxSP,25; bonus bSPrecovRate,20; + bonus bMaxHPrate, -5; "> }, -- cgit v1.2.3-60-g2f50