From 29cd00e081f01c71263f1cf96d877b2063e2e43e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 23:54:03 -0300 Subject: As wands are now nullifying def, calculate the HP reduction with 40% of SP Bonus, instead of 50% (previous setting). We'll now see the hard way if DEF is useful or not. PS. This means mages using warrior equipment is a waste 10/10 times. Can be reconsidered later if @Saulc wishes? --- db/re/item_db.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index cd3f7cfd7..62961b769 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13697,7 +13697,7 @@ item_db: ( //bonus bAttack2,-150; bonus bMaxSP,20; bonus bSPrecovRate,20; - bonus bMaxHPrate, -10; + bonus bMaxHPrate, -8; bonus bDef,-32767; bonus bDef2,-32767; "> @@ -13738,7 +13738,7 @@ item_db: ( //bonus bAttack2,-200; bonus bMaxSP,30; bonus bSPrecovRate,20; - bonus bMaxHPrate, -15; + bonus bMaxHPrate, -12; bonus bDef,-32767; bonus bDef2,-32767; "> @@ -13779,7 +13779,7 @@ item_db: ( //bonus bAttack2,-250; bonus bMaxSP,40; bonus bSPrecovRate,20; - bonus bMaxHPrate, -20; + bonus bMaxHPrate, -16; bonus bDef,-32767; bonus bDef2,-32767; "> @@ -13820,7 +13820,7 @@ item_db: ( //bonus bAttack2,-300; bonus bMaxSP,50; bonus bSPrecovRate,20; - bonus bMaxHPrate, -25; + bonus bMaxHPrate, -20; bonus bDef,-32767; bonus bDef2,-32767; "> -- cgit v1.2.3-60-g2f50