From 8924522fe29079a66f4d9b6d88b50bcdadf7df9a Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Tue, 15 Dec 2015 00:43:36 +0800 Subject: Added official effect of Mora Berry. Signed-off-by: Haru --- db/const.txt | 1 + db/re/item_db.conf | 6 +++++- db/sc_config.txt | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index 0fc3c4923..7317cceb7 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1316,6 +1316,7 @@ SC_ATKER_MOVESPEED 609 SC_FOOD_CRITICALSUCCESSVALUE 610 SC_CUP_OF_BOZA 611 SC_OVERLAPEXPUP 612 +SC_MORA_BUFF 613 e_gasp 0 e_what 1 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1b00975bb..8c6571470 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -83987,7 +83987,11 @@ item_db: ( Weight: 20 EquipLv: 120 BuyingStore: true - Script: <" itemheal 0,rand(50,65); "> + Script: <" + itemheal 0, rand(50,65); + specialeffect2 EF_GUARD; + sc_start SC_MORA_BUFF, 120000, 50; + "> }, { Id: 12575 diff --git a/db/sc_config.txt b/db/sc_config.txt index 74e62297d..06b2bc617 100644 --- a/db/sc_config.txt +++ b/db/sc_config.txt @@ -422,6 +422,7 @@ SC_GEFFEN_MAGIC3, 2 //SC_FENRIR_CARD, ?? SC_OVERLAPEXPUP, 12 +SC_MORA_BUFF, 2 // Guild Auras should not be saved SC_LEADERSHIP,78 -- cgit v1.2.3-60-g2f50