From 1b12a8e769d2ead69c4f830f2810211a4c96d005 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 27 Feb 2020 19:05:57 -0300 Subject: Wielding a Lightsaber will now slowly erode your life. If your regen/vit is high enough, it'll cover the effects. Otherwise, you'll start losing life!! --- 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 d1a4d2d8a..62fdba935 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11913,6 +11913,7 @@ item_db: ( } Script: <" bonus bAtk,(BaseLevel-60)*3; + bonus2 bHPLossRate,1,800; "> }, { @@ -11952,6 +11953,7 @@ item_db: ( bonus bDex, -(BaseLevel/10); bonus bDef, -(BaseLevel*8/10); bonus bCritical, BaseLevel/5; + bonus2 bHPLossRate,1,1000; "> }, // Insert new weapons above this line -- cgit v1.2.3-70-g09d2