From 04e1adb9b1903d1fe1accbccb3aaa21800332ea3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 28 Feb 2020 20:20:58 -0300 Subject: Using a lightsaber (any kind) will leave you vulnerable to Magic Attacks (effect: MDEF -60%) --- db/re/item_db.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index de9f891af..38a012bc7 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11915,6 +11915,7 @@ item_db: ( bonus bAtk,(BaseLevel-60)*3; bonus2 bHPLossRate,2,800; bonus bCriticalRate, -20; + bonus bMdefRate, -60; "> }, { @@ -11955,6 +11956,7 @@ item_db: ( bonus bDef, -(BaseLevel*8/10); bonus bCritical, BaseLevel/5; bonus2 bHPLossRate,1,1000; + bonus bMdefRate, -60; "> }, // Insert new weapons above this line -- cgit v1.2.3-70-g09d2