summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/mob_db.conf2
-rw-r--r--db/re/mob_skill_db.conf8
2 files changed, 9 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 5036ad614..288da7502 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -5627,7 +5627,7 @@ mob_db: (
Name: "Mana Chest"
Lv: 5
Hp: 1
- Sp: 0
+ Sp: 130
Exp: 500
AttackRange: 1
Attack: [10, 10]
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf
index 4fa381688..3f2caa0c1 100644
--- a/db/re/mob_skill_db.conf
+++ b/db/re/mob_skill_db.conf
@@ -455,6 +455,14 @@ SKILL_COND2 = {
ConditionData: 7
}
}
+ ManaChest: {
+ AL_HEAL: {
+ SkillState: "MSS_DEAD"
+ SkillLevel: 1
+ Rate: 10000
+ SkillTarget: "MST_TARGET"
+ }
+ }
}
)