summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/const.txt1
-rw-r--r--db/re/item_db.conf6
-rw-r--r--db/sc_config.txt1
3 files changed, 7 insertions, 1 deletions
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