diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 10:13:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 10:13:42 -0300 |
commit | b491c5086a296faf5843cbc0cbc9c5241b1e7498 (patch) | |
tree | b44f409387bf2b30067e2110f938bf05b3c6ac83 | |
parent | ac26ecb1395e5c0c7d3f1a016a6777949cfcb26a (diff) | |
download | serverdata-b491c5086a296faf5843cbc0cbc9c5241b1e7498.tar.gz serverdata-b491c5086a296faf5843cbc0cbc9c5241b1e7498.tar.bz2 serverdata-b491c5086a296faf5843cbc0cbc9c5241b1e7498.tar.xz serverdata-b491c5086a296faf5843cbc0cbc9c5241b1e7498.zip |
Experiment AL_HEAL with ManaChest.
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 8 |
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" + } + } } ) |