From d882a3f3836d1b39b1ab1313f3646768ec99f997 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 23:52:23 -0300 Subject: Wands: Defense bonus nullified --- db/re/item_db.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e9a4112db..cd3f7cfd7 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13657,6 +13657,8 @@ item_db: ( //bonus bAttack2,-100; bonus bMaxSP,10; bonus bSPrecovRate,20; + bonus bDef,-32767; + bonus bDef2,-32767; "> }, { @@ -13696,6 +13698,8 @@ item_db: ( bonus bMaxSP,20; bonus bSPrecovRate,20; bonus bMaxHPrate, -10; + bonus bDef,-32767; + bonus bDef2,-32767; "> }, { @@ -13735,6 +13739,8 @@ item_db: ( bonus bMaxSP,30; bonus bSPrecovRate,20; bonus bMaxHPrate, -15; + bonus bDef,-32767; + bonus bDef2,-32767; "> }, { @@ -13774,6 +13780,8 @@ item_db: ( bonus bMaxSP,40; bonus bSPrecovRate,20; bonus bMaxHPrate, -20; + bonus bDef,-32767; + bonus bDef2,-32767; "> }, { @@ -13813,6 +13821,8 @@ item_db: ( bonus bMaxSP,50; bonus bSPrecovRate,20; bonus bMaxHPrate, -25; + bonus bDef,-32767; + bonus bDef2,-32767; "> }, { @@ -13852,6 +13862,8 @@ item_db: ( bonus bMaxSP,25; bonus bSPrecovRate,20; bonus bMaxHPrate, -5; + bonus bDef,-32767; + bonus bDef2,-32767; "> }, -- cgit v1.2.3-60-g2f50