diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 23:54:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 23:54:03 -0300 |
commit | 29cd00e081f01c71263f1cf96d877b2063e2e43e (patch) | |
tree | da27fbe75b1107d410e0fffd06805f13c7c39f3e /db | |
parent | d882a3f3836d1b39b1ab1313f3646768ec99f997 (diff) | |
download | serverdata-29cd00e081f01c71263f1cf96d877b2063e2e43e.tar.gz serverdata-29cd00e081f01c71263f1cf96d877b2063e2e43e.tar.bz2 serverdata-29cd00e081f01c71263f1cf96d877b2063e2e43e.tar.xz serverdata-29cd00e081f01c71263f1cf96d877b2063e2e43e.zip |
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?
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
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; "> |